/* ===================================================================
   L-ACOUSTICS — concept site design system
   Concept by Boring Stories. Palette + register pulled from l-acoustics.com.
   Brand gold #B49759 · Woodsmoke #0C0D0D · bone #F4F1EA · cinematic film register.
   Display: Fraunces (heritage serif). Body: Switzer (engineering grotesk).
   Numerals/eyebrow: Space Grotesk (console readout).
   =================================================================== */

:root {
  /* --- canvas (Woodsmoke, theatre dark) --- */
  --bg:           #0C0D0D;
  --bg-1:         #0F1010;
  --secondary:    #1A1B1A;   /* raised surface — card outer shell, nav on scroll */
  --core:         #121313;   /* card inner core (double-bezel) */

  /* --- ink (warm bone, never pure white) --- */
  --ink:          #F4F1EA;
  --ink-soft:     rgba(244,241,234,.66);
  --ink-faint:    rgba(244,241,234,.52);   /* min 4.5:1 small-text on dark surfaces */

  /* --- brand gold (the spotlight, used sparingly) --- */
  --accent:       #B49759;
  --accent-deep:  #7E6A3F;   /* pressed / hover gold */
  --accent-lift:  #C9AE72;   /* brightened gold for small interactive text on dark */

  /* --- muted neutral --- */
  --muted:        #8A8780;

  /* --- hairlines (gold + muted at low opacity, never 1px solid gray) --- */
  --hair:         rgba(180,151,89,.22);     /* gold hairline */
  --hair-soft:    rgba(244,241,234,.09);    /* bone hairline */
  --hair-faint:   rgba(244,241,234,.05);

  /* --- type --- */
  --display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --body:    "Switzer", system-ui, -apple-system, sans-serif;
  --mono:    "Space Grotesk", ui-monospace, "SF Mono", monospace;

  /* --- motion (custom cubic-bezier, never linear/ease-in-out) --- */
  --ease:      cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0.1, 0.1, 1);

  /* --- rhythm --- */
  --gutter: clamp(20px, 5vw, 72px);
  --maxw: 1240px;

  /* --- layered, soft shadows --- */
  --shadow-card: 0 24px 60px -22px rgba(0,0,0,.55), inset 0 1px 0 rgba(244,241,234,.04);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.62;
  font-feature-settings: "ss01";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(180,151,89,.30); color: var(--ink); }

/* ---------- film grain (fixed, perf-safe) ---------- */
.grain {
  position: fixed; inset: 0; z-index: 60; pointer-events: none;
  opacity: .04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- layout helpers ---------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-narrow { max-width: 840px; margin-inline: auto; padding-inline: var(--gutter); }
section { padding-block: clamp(72px, 9vw, 160px); position: relative; }
.section-raise { background: var(--bg-1); }
.section-panel { background: linear-gradient(180deg, #0E0F0F, #0B0C0C); }

/* ---------- type ---------- */
h1,h2,h3,h4 { margin: 0; font-family: var(--display); font-weight: 400; }
.display {
  font-family: var(--display);
  font-size: clamp(2.6rem, 7vw, 6rem);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.018em;
  font-variation-settings: "SOFT" 0, "WONK" 0, "opsz" 144;
}
.display em { font-style: italic; font-variation-settings: "SOFT" 4, "WONK" 1, "opsz" 144; color: var(--ink); }
.h2 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 1.04; letter-spacing: -.016em;
  font-variation-settings: "SOFT" 0, "WONK" 0, "opsz" 96;
}
.h2 em { font-style: italic; font-variation-settings: "SOFT" 3, "WONK" 1, "opsz" 96; }
.h3 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  line-height: 1.08; letter-spacing: -.012em;
}
.lead {
  font-family: var(--body);
  font-size: clamp(1.08rem, 1.5vw, 1.36rem);
  line-height: 1.6; color: var(--ink-soft); max-width: 58ch; font-weight: 400;
}
p { margin: 0 0 1.15em; }
strong, b { font-weight: 600; color: var(--ink); }

/* eyebrow: a quiet typographic label, not a pill. No badge, no dot. */
.eyebrow {
  display: inline-block;
  font-family: var(--mono); font-size: 12px; font-weight: 500;
  text-transform: uppercase; letter-spacing: .26em;
  color: var(--accent);
}
.eyebrow .sep { color: var(--ink-faint); margin: 0 .5em; }

.mono-label { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; color: var(--ink-faint); text-transform: uppercase; }

/* oversized chapter numeral bleeding into the margin */
.chapter-num {
  font-family: var(--mono); font-weight: 500;
  font-size: clamp(3rem, 9vw, 8rem); line-height: 1;
  color: rgba(180,151,89,.16); letter-spacing: -.02em;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .8em;
  font-family: var(--body); font-weight: 500; font-size: 15px;
  padding: 13px 16px 13px 24px; border-radius: 999px;
  cursor: pointer; border: 1px solid transparent;
  transition: transform .55s var(--ease), background .45s var(--ease), color .45s var(--ease), border-color .45s var(--ease);
  will-change: transform;
}
.btn:active { transform: scale(.975); }
.btn .ico {
  width: 30px; height: 30px; border-radius: 999px;
  display: grid; place-items: center; flex: none;
  transition: transform .55s var(--ease), background .45s var(--ease);
}
.btn .ico svg { width: 14px; height: 14px; }
.btn:hover .ico { transform: translate(3px,-1px); }

/* the gold is the one CTA color for the primary action */
.btn-primary { background: var(--accent); color: #161310; }
.btn-primary .ico { background: rgba(0,0,0,.14); }
.btn-primary:hover { background: var(--accent-lift); }
.btn-ghost { background: rgba(244,241,234,.025); color: var(--ink); border-color: var(--hair-soft); }
.btn-ghost .ico { background: rgba(244,241,234,.06); }
.btn-ghost:hover { background: rgba(244,241,234,.06); border-color: var(--hair); }

.textlink {
  display:inline-flex; align-items:center; gap:.5em; font-weight:500; font-size: 15px;
  color: var(--accent-lift); transition: gap .45s var(--ease), color .35s var(--ease);
}
.textlink svg { transition: transform .45s var(--ease); }
.textlink:hover { gap: .85em; color: var(--accent); }

/* ---------- double-bezel card ---------- */
.shell {
  background: var(--secondary);
  border: 1px solid var(--hair-soft);
  border-radius: 24px; padding: 7px;
  box-shadow: var(--shadow-card);
}
.shell > .core {
  background: var(--core);
  border: 1px solid var(--hair-faint);
  border-radius: 18px;
  overflow: hidden; height: 100%;
}

/* ---------- nav (fluid island) ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 70;
  display: flex; justify-content: center;
  padding: 18px var(--gutter); pointer-events: none;
}
.nav-inner {
  pointer-events: auto;
  width: 100%; max-width: var(--maxw);
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  padding: 11px 11px 11px 24px; border-radius: 999px;
  background: rgba(12,13,13,.5);
  backdrop-filter: blur(20px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  border: 1px solid var(--hair-soft);
  transition: background .55s var(--ease), border-color .55s var(--ease), box-shadow .55s var(--ease);
}
.nav.scrolled .nav-inner {
  background: rgba(26,27,26,.82);
  border-color: var(--hair);
  box-shadow: 0 18px 50px -28px rgba(0,0,0,.85);
}
.brand { display:flex; align-items:baseline; gap: 10px; flex: none; }
.brand .wordmark {
  font-family: var(--display); font-weight: 400; font-size: 17px;
  letter-spacing: .02em; color: var(--ink); text-transform: uppercase;
}
.brand .wordmark .l { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  font-size: 14px; color: var(--ink-soft); font-weight: 500;
  padding: 9px 14px; border-radius: 999px;
  transition: color .4s var(--ease), background .4s var(--ease);
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); background: rgba(244,241,234,.05); }
.nav-cta { display:flex; align-items:center; gap: 8px; flex: none; }
.nav-cta .btn { padding: 10px 13px 10px 18px; font-size: 14px; }

.burger { display:none; width: 44px; height: 44px; border:1px solid var(--hair-soft); border-radius:999px; background:rgba(244,241,234,.025); cursor:pointer; position:relative; flex:none; }
.burger span { position:absolute; left:13px; right:13px; height:1.5px; background: var(--ink); transition: transform .55s var(--ease), opacity .3s var(--ease); }
.burger span:nth-child(1){ top:17px; } .burger span:nth-child(2){ top:25px; }
body.menu-open .burger span:nth-child(1){ transform: translateY(4px) rotate(45deg); }
body.menu-open .burger span:nth-child(2){ transform: translateY(-3px) rotate(-45deg); }

/* mobile overlay */
.menu {
  position: fixed; inset: 0; z-index: 65;
  background: rgba(10,11,11,.94);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--gutter);
  opacity: 0; visibility: hidden; transition: opacity .55s var(--ease), visibility .55s;
}
body.menu-open .menu { opacity: 1; visibility: visible; }
.menu a {
  font-family: var(--display); font-size: clamp(2rem,9vw,3.4rem); font-weight: 400;
  letter-spacing:-.02em; padding: 12px 0; color: var(--ink);
  border-bottom: 1px solid var(--hair-faint);
  transform: translateY(28px); opacity: 0;
  transition: transform .65s var(--ease), opacity .65s var(--ease), color .3s;
}
.menu a:hover { color: var(--accent); }
body.menu-open .menu a { transform: translateY(0); opacity: 1; }
body.menu-open .menu a:nth-child(1){ transition-delay:.08s; }
body.menu-open .menu a:nth-child(2){ transition-delay:.13s; }
body.menu-open .menu a:nth-child(3){ transition-delay:.18s; }
body.menu-open .menu a:nth-child(4){ transition-delay:.23s; }
body.menu-open .menu a:nth-child(5){ transition-delay:.28s; }
body.menu-open .menu a:nth-child(6){ transition-delay:.33s; }

/* ---------- scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(34px); filter: blur(6px); transition: opacity 1s var(--ease), transform 1s var(--ease), filter 1s var(--ease); }
.reveal.in { opacity: 1; transform: none; filter: none; }
.reveal.d1 { transition-delay: .09s; } .reveal.d2 { transition-delay: .18s; }
.reveal.d3 { transition-delay: .27s; } .reveal.d4 { transition-delay: .36s; }

/* ---------- image frame w/ brand-color fallback (reads intentional before photo lands) ---------- */
.frame {
  position: relative; overflow: hidden; border-radius: 18px;
  background:
    radial-gradient(120% 130% at 22% 8%, rgba(180,151,89,.22), transparent 52%),
    linear-gradient(160deg, #16140F 0%, #0E0F0E 58%, #0A0B0B 100%);
  isolation: isolate;
}
.frame::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(244,241,234,.05), inset 0 0 0 1px rgba(180,151,89,.10);
  border-radius: inherit;
}
.frame img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}

/* ---------- hero ---------- */
.hero { min-height: 100dvh; display: flex; align-items: flex-end; position: relative; overflow: hidden; padding-bottom: clamp(56px, 8vw, 120px); }
.hero-media { position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(110% 120% at 18% 4%, rgba(180,151,89,.16), transparent 50%),
    linear-gradient(165deg, #131210 0%, #0C0D0D 55%, #090A0A 100%);
}
.hero-media img { position:absolute; inset:0; width:100%; height:100%; object-fit: cover; object-position: center 46%; }
.hero-media::after {
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(to top, rgba(12,13,13,.97) 3%, rgba(12,13,13,.55) 40%, rgba(12,13,13,.22) 66%, rgba(12,13,13,.5) 100%),
    radial-gradient(120% 80% at 12% 112%, rgba(180,151,89,.22), transparent 58%);
}
.hero-content { position: relative; z-index: 1; width: 100%; max-width: 980px; }
.hero h1 { max-width: 17ch; margin-top: 26px; }
.hero .lead { margin-top: 26px; color: rgba(244,241,234,.8); max-width: 50ch; }
.hero-cta { display:flex; flex-wrap:wrap; gap: 12px; margin-top: 38px; }
.hero-foot {
  display:flex; flex-wrap:wrap; gap: clamp(24px,4vw,56px); align-items:flex-start;
  margin-top: clamp(48px,6vw,84px); padding-top: 26px; border-top: 1px solid var(--hair-soft);
}
.hero-foot .item { display:flex; flex-direction:column; gap:6px; max-width: 22ch; }
.hero-foot .n { font-family: var(--display); font-size: 1.9rem; font-weight: 400; letter-spacing:-.02em; line-height:1; }
.hero-foot .n .u { color: var(--accent); }
.hero-foot .l { font-family: var(--mono); font-size: 10.5px; text-transform: uppercase; letter-spacing:.18em; color: var(--ink-faint); }

/* ---------- interior page hero ---------- */
.page-hero { padding-top: clamp(150px, 17vw, 230px); padding-bottom: clamp(40px,5vw,72px); position: relative; overflow: hidden; }
.page-hero .display { font-size: clamp(2.6rem, 6.5vw, 5.4rem); }
.page-hero .lead { margin-top: 26px; }
.breadcrumb { font-family: var(--mono); font-size: 11px; letter-spacing:.2em; text-transform:uppercase; color: var(--ink-faint); margin-bottom: 26px; display:flex; gap:.7em; align-items:center; }
.breadcrumb a { color: var(--ink-soft); transition: color .3s; } .breadcrumb a:hover { color: var(--accent); }
.breadcrumb .sep { color: var(--accent); }

/* ---------- editorial split ---------- */
.split { display:grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px,5vw,72px); align-items:center; }
.split.tight { grid-template-columns: .9fr 1.1fr; }
.section-head { max-width: 64ch; margin-bottom: clamp(36px,4vw,60px); }
.section-head .eyebrow { margin-bottom: 20px; }
.section-head .h2 { margin-top: 4px; }
.section-head.center { margin-inline:auto; text-align:center; }

/* ---------- grids ---------- */
.grid { display: grid; gap: clamp(16px, 1.8vw, 26px); }
.g-2 { grid-template-columns: repeat(2,1fr); }
.g-3 { grid-template-columns: repeat(3,1fr); }

/* ---------- feature / numbered cards ---------- */
.feature { padding: clamp(28px,3vw,40px); display:flex; flex-direction:column; gap: 16px; height:100%; }
.feature .num { font-family: var(--mono); font-size: 13px; color: var(--accent); letter-spacing:.1em; }
.feature h3 { font-size: clamp(1.3rem,2vw,1.7rem); }
.feature p { color: var(--ink-soft); font-size: 15.5px; margin:0; }
.feature .bullets { list-style: none; margin: 4px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.feature .bullets li { position: relative; padding-left: 20px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.5; }
.feature .bullets li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }

/* ---------- editorial subject / story card ---------- */
.subject { display:flex; flex-direction:column; height:100%; }
.subject .pic { aspect-ratio: 4/5; overflow:hidden; border-radius: 18px 18px 0 0; }
.subject .pic .frame { border-radius: 0; height: 100%; }
.subject .pic img { transition: transform 1.1s var(--ease); }
.subject:hover .pic img { transform: scale(1.045); }
.subject .body { padding: 26px 26px 30px; display:flex; flex-direction:column; gap:12px; flex:1; }
.subject .kicker { font-family: var(--mono); font-size: 11px; letter-spacing:.18em; text-transform:uppercase; color: var(--accent); }
.subject h3 { font-size: clamp(1.4rem,2.2vw,1.85rem); line-height: 1.08; }
.subject p { color: var(--ink-soft); font-size: 15px; margin:0; }
.subject .runtime { font-family: var(--mono); font-size: 11px; letter-spacing:.12em; color: var(--ink-faint); margin-top: auto; padding-top: 14px; }

/* ---------- full-bleed cinematic band ---------- */
section.cine { padding: 0; }
.cine { position: relative; min-height: clamp(480px, 72vh, 760px); display: flex; align-items: flex-end; overflow: hidden;
  background:
    radial-gradient(110% 120% at 18% 4%, rgba(180,151,89,.18), transparent 50%),
    linear-gradient(165deg, #131210 0%, #0C0D0D 55%, #090A0A 100%);
}
.cine > .frame { position: absolute; inset: 0; border-radius: 0; z-index: 0; }
.cine::after { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(12,13,13,.95) 2%, rgba(12,13,13,.32) 52%, rgba(12,13,13,.5) 100%); }
.cine .cine-in { position: relative; z-index: 2; width: 100%; padding-block: clamp(48px,7vw,96px); }
.cine .cine-in .h2 { max-width: 20ch; }
.cine .cine-in .lead { margin-top: 20px; color: rgba(244,241,234,.84); }

/* ---------- big pull quote (off-axis) ---------- */
.pullquote {
  font-family: var(--display); font-weight: 400; font-style: italic;
  font-size: clamp(1.7rem,4vw,3.2rem); line-height: 1.18; letter-spacing:-.012em;
  max-width: 24ch; color: var(--ink);
  font-variation-settings: "SOFT" 4, "WONK" 1, "opsz" 144;
}
.pullquote .by { display:block; font-family: var(--mono); font-size: 12px; letter-spacing:.14em; text-transform:uppercase; color: var(--ink-faint); margin-top: 28px; font-weight:400; font-style: normal; }

/* ---------- compare (the gap: text vs film) ---------- */
.compare { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(16px,2vw,26px); align-items: stretch; }
.compare .col { display:flex; flex-direction:column; height:100%; }
.compare .col-tag { font-family: var(--mono); font-size: 11px; letter-spacing:.18em; text-transform:uppercase; margin-bottom: 16px; }
.compare .col.is-text .col-tag { color: var(--muted); }
.compare .col.is-film .col-tag { color: var(--accent); }
/* the "text" mock — a flat blog block, deliberately plain */
.blogmock { background: #0E0F0F; border: 1px solid var(--hair-faint); border-radius: 18px; padding: clamp(26px,3vw,40px); height:100%; }
.blogmock .bm-meta { font-family: var(--mono); font-size: 10.5px; letter-spacing:.14em; text-transform:uppercase; color: var(--ink-faint); }
.blogmock h4 { font-family: var(--body); font-weight: 600; font-size: 1.15rem; margin: 14px 0 16px; color: var(--ink); line-height:1.3; }
.blogmock .line { height: 9px; border-radius: 3px; background: rgba(244,241,234,.08); margin-bottom: 13px; }
.blogmock .line.w90 { width:90%; } .blogmock .line.w80 { width:80%; } .blogmock .line.w70 { width:70%; } .blogmock .line.w60 { width:60%; }
.blogmock .qa { font-size: 14.5px; color: var(--ink-soft); margin: 18px 0 0; }
.blogmock .qa b { color: var(--muted); font-weight: 600; }

/* ---------- offer ladder (start page) ---------- */
.ladder { display:grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,1.8vw,24px); }
.rung { display:flex; flex-direction:column; gap: 12px; height:100%; }
.rung .core { padding: clamp(28px,3vw,40px); display:flex; flex-direction:column; gap: 14px; height:100%; }
.rung .step { font-family: var(--mono); font-size: 11px; letter-spacing:.16em; text-transform:uppercase; color: var(--accent); }
.rung h3 { font-size: clamp(1.4rem,2.1vw,1.8rem); }
.rung .price { font-family: var(--display); font-size: clamp(1.6rem,2.6vw,2.2rem); font-weight: 400; letter-spacing:-.015em; color: var(--ink); }
.rung .price .sub { font-family: var(--mono); font-size: 12px; letter-spacing:.08em; color: var(--ink-faint); text-transform:uppercase; display:block; margin-top:6px; }
.rung p { color: var(--ink-soft); font-size: 15px; margin:0; }
.rung.is-feature { box-shadow: 0 28px 70px -24px rgba(0,0,0,.6), inset 0 0 0 1px rgba(180,151,89,.32); }
.rung.is-feature .core { border-color: rgba(180,151,89,.24); }

/* ---------- stat band ---------- */
.stats { display:grid; grid-template-columns: repeat(4,1fr); gap: clamp(20px,2.4vw,40px); }
.stat .n { font-family: var(--display); font-size: clamp(2.6rem,4.6vw,4rem); font-weight: 400; letter-spacing:-.02em; line-height:1; }
.stat .n .u { color: var(--accent); }
.stat .l { font-family: var(--mono); font-size: 11px; letter-spacing:.14em; text-transform:uppercase; color: var(--ink-faint); margin-top:14px; max-width: 22ch; }

/* ---------- runtime / format spec rows ---------- */
.spec { border-top: 1px solid var(--hair-soft); }
.spec .row { display:grid; grid-template-columns: 1fr 2fr; gap:20px; padding: 20px 4px; border-bottom: 1px solid var(--hair-faint); }
.spec .k { font-family: var(--mono); font-size: 12px; letter-spacing:.08em; text-transform:uppercase; color: var(--ink-faint); }
.spec .v { font-size: 15.5px; color: var(--ink); max-width: 52ch; }

/* ---------- CTA band ---------- */
.cta-band { text-align:center; }
.cta-band .eyebrow { margin-bottom: 22px; }
.cta-band .h2 { max-width: 20ch; margin-inline:auto; }
.cta-band .row { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top: 36px; }

/* ---------- contact ---------- */
.field { display:flex; flex-direction:column; gap:9px; margin-bottom: 20px; }
.field label { font-family: var(--mono); font-size: 11px; letter-spacing:.14em; text-transform:uppercase; color: var(--ink-faint); }
.field input, .field select, .field textarea {
  font-family: var(--body); font-size: 15px; color: var(--ink);
  background: rgba(244,241,234,.025); border: 1px solid var(--hair-soft);
  border-radius: 12px; padding: 15px 16px; width:100%;
  transition: border-color .35s var(--ease), background .35s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.field input:focus, .field select:focus, .field textarea:focus { outline:none; border-color: var(--accent); background: rgba(180,151,89,.05); }
.field textarea { min-height: 140px; resize: vertical; }
.contact-card .core { padding: clamp(28px,3.5vw,48px); }
.contact-person { display:flex; align-items:center; gap: 18px; }
.contact-person .avatar { width: 60px; height: 60px; border-radius: 999px; flex:none; overflow:hidden; }
.contact-person .name { font-family: var(--display); font-size: 1.25rem; }
.contact-person .role { font-family: var(--mono); font-size: 11px; letter-spacing:.1em; text-transform:uppercase; color: var(--ink-faint); margin-top: 4px; }

/* ---------- footer ---------- */
.footer { background: #090A0A; border-top: 1px solid var(--hair-soft); padding-block: clamp(64px,8vw,104px) 42px; }
.footer-top { display:grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; }
.footer .wordmark { font-family: var(--display); font-size: 22px; letter-spacing:.02em; text-transform:uppercase; margin-bottom: 20px; display:inline-block; }
.footer .wordmark .l { color: var(--accent); }
.footer .blurb { color: var(--ink-soft); font-size: 14.5px; max-width: 38ch; }
.footer h5 { font-family: var(--mono); font-size: 11px; letter-spacing:.18em; text-transform:uppercase; color: var(--ink-faint); margin: 0 0 18px; font-weight:400; }
.footer ul { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap: 12px; }
.footer ul a { font-size: 14.5px; color: var(--ink-soft); transition: color .3s; }
.footer ul a:hover { color: var(--accent); }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; gap: 16px; flex-wrap:wrap; margin-top: clamp(48px,6vw,72px); padding-top: 28px; border-top: 1px solid var(--hair-faint); }
.footer-bottom .small { font-family: var(--mono); font-size: 11px; letter-spacing:.06em; color: var(--ink-faint); }
.concept-mark { font-family: var(--mono); font-size: 11px; letter-spacing:.08em; color: var(--ink-faint); }
.concept-mark a { color: var(--ink-soft); transition: color .3s; }
.concept-mark a:hover { color: var(--accent); }

/* ---------- misc ---------- */
.divider { height:1px; background: var(--hair-soft); border:0; margin:0; }
.skip { position:absolute; left:-999px; top:0; z-index:200; background:var(--accent); color:#161310; padding:12px 18px; border-radius:0 0 10px 0; }
.skip:focus { left:0; }
.center { text-align:center; }
.mt-s{margin-top:16px} .mt-m{margin-top:28px} .mt-l{margin-top:48px}
.maxw-prose { max-width: 60ch; }

/* ---------- responsive ---------- */
@media (max-width: 1000px){
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 880px){
  .nav-links, .nav-cta { display: none; }
  .burger { display: block; }
}
@media (max-width: 768px){
  .split, .split.tight { grid-template-columns: 1fr; }
  .g-2, .g-3 { grid-template-columns: 1fr; }
  .compare { grid-template-columns: 1fr; }
  .ladder { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2,1fr); row-gap: 34px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .spec .row { grid-template-columns: 1fr; gap: 6px; }
  .pullquote { max-width: none; }
}
@media (max-width: 460px){
  .footer-top { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
}
