
/* ── NIARA overrides on the ported MINTWURKS system ── */

/* Logo lockup: the Niara mark is a symbol, so the wordmark is set in type. */
/* Nav sized up: taller bar, larger mark and wordmark, larger link type. */
:root { --nav-h: 148px; --nav-h-compact: 100px; --nav-h-mobile: 88px; }
.logo-mark { gap: 1rem; }
.nav-logo { height: calc(var(--nav-h) - 40px); }
nav.site-nav.scrolled .nav-logo { height: calc(var(--nav-h-compact) - 30px); }
.logo-word {
  font-family: 'Playfair Display', serif; font-size: 1.78rem; font-weight: 700; letter-spacing: 0.02em;
  color: #fff; line-height: 1; white-space: nowrap;
}
.logo-word em {
  font-style: normal; font-weight: 400; letter-spacing: 0.2em; font-size: 0.8rem;
  font-family: 'Instrument Sans', sans-serif; display: block; margin-top: 0.3rem;
  background: var(--grad-bright); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  padding-bottom: 0.3em; margin-bottom: -0.3em;
}
.mobile-menu .mob-cta { margin-top: 1.4rem; }

/* Larger navigation type and call to action */
.nav-center { gap: 2.1rem; }
.nav-center a { font-size: 0.82rem; letter-spacing: 0.13em; padding: 6px 0; }
.nav-right { font-size: 0.76rem; padding: 0.8rem 1.7rem; letter-spacing: 0.13em; }
.hamburger { width: 48px; height: 48px; }
.hamburger span { width: 28px; }

/* Between the hamburger breakpoint and a roomy desktop, tighten the gaps so the
   centred links never collide with the larger lockup or the quote button. */
@media (max-width: 1500px) { .nav-center { gap: 1.5rem; } .nav-center a { font-size: 0.76rem; letter-spacing: 0.11em; } }
@media (max-width: 1320px) { .nav-center { gap: 1.15rem; } .nav-center a { font-size: 0.72rem; letter-spacing: 0.09em; } .logo-word { font-size: 1.5rem; } }
@media (max-width: 1260px) {
  .nav-logo { height: calc(var(--nav-h) - 66px); }
  nav.site-nav.scrolled .nav-logo { height: calc(var(--nav-h-compact) - 34px); }
  .logo-word { font-size: 1.26rem; }
  .logo-word em { font-size: 0.64rem; letter-spacing: 0.16em; }
  .nav-center { gap: 0.95rem; }
  .nav-center a { font-size: 0.68rem; letter-spacing: 0.06em; }
  .nav-right { font-size: 0.7rem; padding: 0.7rem 1.2rem; }
}

/* Hero: white page, deep green panel, gold headline word. */
.hero-right { background: var(--paper); }
.hero-product { text-decoration: none; }

/* Contact block: form beside the office cards */
.contact-split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: start; }
.c-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem 1.4rem; }
.c-form .fg.full, .c-form .form-action, .c-form .honeypot { grid-column: 1 / -1; }
.fg { display: flex; flex-direction: column; gap: 0.5rem; position: relative; }
.fg label { font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--mid); font-weight: 500; }
.fg input, .fg select, .fg textarea {
  font-family: 'Instrument Sans', sans-serif; font-size: 0.95rem; color: var(--ink);
  background: var(--paper); border: 1px solid var(--rule); border-radius: 0; padding: 0.85rem 1rem; width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.fg textarea { min-height: 150px; resize: vertical; }
.fg input:focus, .fg select:focus, .fg textarea:focus {
  outline: none; border-color: var(--purple); box-shadow: 0 0 0 3px rgba(184,134,11,0.14);
}
.fg input::placeholder, .fg textarea::placeholder { color: #a9a49a; }
.form-action { display: grid; gap: 1rem; justify-items: center; text-align: center; margin-top: 0.5rem; }
.contact-cards { display: grid; gap: 2px; }
.contact-cards .info-card { padding: 2rem 1.8rem; }
.contact-cards .info-card h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.contact-cards .info-card p { margin-bottom: 0.8rem; }

/* The source pin's country stays highlighted on the light map. */
.world-map-svg .land-src { fill: #f0d9a0; stroke: #c9a227; stroke-width: 1.4; }

@media (max-width: 1000px) {
  .contact-split { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .nav-logo, nav.site-nav.scrolled .nav-logo { height: 54px; }
  .logo-word { font-size: 1.42rem; }
  .logo-word em { font-size: 0.68rem; letter-spacing: 0.16em; }
}
@media (max-width: 420px) {
  .nav-logo, nav.site-nav.scrolled .nav-logo { height: 46px; }
  .logo-word { font-size: 1.2rem; }
  .logo-word em { font-size: 0.6rem; }
}
@media (max-width: 640px) {
  .c-form { grid-template-columns: 1fr; }
}

/* Multi-page additions */
.prose-2 { column-count: 2; column-gap: 4rem; }
.prose-2 p { font-size: 0.98rem; line-height: 1.85; color: var(--ink-light); margin-bottom: 1.1rem; break-inside: avoid; }
.prod-eyebrow { display: block; font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.2em; color: #8a6508; margin-bottom: 0.9rem; font-weight: 500; }
.scroll-target { scroll-margin-top: calc(var(--nav-h-compact) + 64px); }
.hub-grid > div .mark { font-size: 0.78rem; letter-spacing: 0.1em; }
.info-card ul { margin-top: 0.4rem; }
@media (max-width: 900px) { .prose-2 { column-count: 1; } }

/* Fraud notice */
.notice { border: 1px solid var(--rule); border-left: 4px solid var(--purple); background: #fffaf0; padding: 2rem 2.2rem; margin-bottom: 3rem; }
.notice h2 { font-size: 1.35rem !important; }
.notice h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--ink); margin: 1.6rem 0 0.6rem; }
.notice ul { padding-left: 1.3rem; }
.notice li { margin-bottom: 0.5rem; }
.fraud-callout { border: 1px solid var(--rule); border-left: 4px solid var(--purple); background: #fffaf0; padding: 1.6rem 1.8rem; margin-top: 2rem; }
.fraud-callout h3 { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--ink); }
.fraud-callout p { font-size: 0.9rem; line-height: 1.75; color: var(--ink-light); }
.fraud-callout a { color: var(--purple-dark); }

/* ── Contrast pass (measured). Rich gold works as a graphic accent but only
   reaches ~3.1:1 as small text on cream, so label-sized gold type uses a
   deeper tone; copy on the dark featured card is lifted to white. ── */
.spec-head p, .ml-role, .pc-tag, .tt-eyebrow, .std-eyebrow, .hero-index,
.feature-label .fl-text, .ph-right, .prod-eyebrow, .step-docs dt,
.sn-label + a, .band-head .prod-eyebrow { color: #8a6508; }
.prod-card.featured .pc-desc, .prod-card.featured .pc-specs li { color: rgba(255,255,255,0.86); }
