/* ============================================================
   Top Medical — Luxury aesthetic edition
   Bone paper, aubergine ink, champagne signal.
   ============================================================ */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--paper);
  overflow-x: hidden;
}

/* very subtle paper grain */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.18;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.10  0 0 0 0 0.06  0 0 0 0 0.10  0 0 0 0.05 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* ---------- Layout ---------- */
.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 720px) {
  .wrap { padding: 0 20px; }
  .btn { padding: 12px 20px; font-size: 11.5px; }
  .hero h1.headline { font-size: clamp(40px, 11vw, 64px); margin-bottom: 24px; }
  .hero-lede { font-size: 16px; margin-bottom: 32px; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .nav-cta .btn { padding: 10px 16px; font-size: 11px; }
  .brand-name { font-size: 18px; }
  .brand-name small { font-size: 9px; }
}

/* ---------- Top utility bar (slim, no marquee) ---------- */
.utility-bar {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
  z-index: 50;
}
.utility-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.ub-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: oklch(78% 0.012 80);
}
.ub-dash {
  width: 22px; height: 1px; background: var(--signal);
}
@media (max-width: 800px) {
  .ub-item:nth-child(2) { display: none; }
}
@media (max-width: 720px) {
  .utility-bar { font-size: 9.5px; padding: 8px 0; letter-spacing: 0.1em; }
  .utility-inner { padding: 0 20px; gap: 12px; justify-content: flex-start; }
  .ub-item:nth-child(3) { display: none; }
}

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: oklch(98.5% 0.006 80 / 0.78);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border-bottom: 1px solid var(--rule);
}
.nav-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 22px 0;
  gap: 48px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
}
.brand-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1;
  color: var(--ink);
}
.brand-name em {
  font-style: italic;
  font-weight: 300;
  color: var(--ink);
}
.brand-name small {
  display: block;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 6px;
}
.nav-links {
  display: flex;
  gap: 36px;
  justify-content: center;
}
.nav-links a {
  text-decoration: none;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: color var(--d-fast) var(--ease);
}
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  display: flex;
  gap: 12px;
  align-items: center;
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-inner { grid-template-columns: 1fr auto; gap: 16px; padding: 16px 0; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all var(--d-fast) var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.btn-primary:hover {
  background: transparent;
  color: var(--ink);
  text-decoration: none;
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
}
.btn-arrow { width: 14px; height: 14px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 120px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 80% at 78% 30%, oklch(94% 0.030 30 / 0.55), transparent 65%),
    radial-gradient(ellipse 60% 70% at 12% 70%, oklch(94% 0.024 145 / 0.45), transparent 60%),
    radial-gradient(ellipse 50% 50% at 50% 100%, oklch(95% 0.028 75 / 0.55), transparent 70%),
    linear-gradient(180deg, oklch(97% 0.012 60) 0%, var(--paper) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 120px;
  background: linear-gradient(180deg, transparent 0%, var(--paper) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero > * { position: relative; z-index: 2; }

/* color spectrum strip — sits above nav */
.color-strip {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  height: 6px;
  width: 100%;
}
.color-strip > span:nth-child(1) { background: var(--blush); }
.color-strip > span:nth-child(2) { background: var(--champagne); }
.color-strip > span:nth-child(3) { background: var(--signal); }
.color-strip > span:nth-child(4) { background: var(--plaster); }
.color-strip > span:nth-child(5) { background: var(--sage); }
.color-strip > span:nth-child(6) { background: oklch(72% 0.080 250); }
.color-strip > span:nth-child(7) { background: var(--ink); }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 36px;
}
.hero-eyebrow .rule {
  width: 36px; height: 1px;
  background: var(--signal);
  display: inline-block;
}
.hero h1.headline {
  font-family: var(--font-display);
  font-size: clamp(52px, 7.4vw, 116px);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.022em;
  margin: 0 0 36px;
  color: var(--ink);
  text-wrap: balance;
}
.hero h1.headline em {
  font-style: italic;
  font-weight: 300;
  color: var(--ink-2);
}
.hero-lede {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 50ch;
  margin: 0 0 44px;
  font-weight: 400;
}
.hero-cta {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero { padding: 64px 0 32px; }
}

/* ---------- Hero visual (elegant monogram card) ---------- */
.hero-visual {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  aspect-ratio: 4/5;
  background:
    linear-gradient(135deg, var(--blush) 0%, var(--blush) 50%, var(--champagne) 50%, var(--champagne) 100%);
  border: 1px solid var(--rule);
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 24px;
  background:
    radial-gradient(ellipse 60% 60% at 30% 30%, oklch(94% 0.024 145 / 0.5), transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.hv-svg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

/* ---------- Section wrappers ---------- */
section { position: relative; z-index: 2; }
.section { padding: 120px 0; }
.section-tight { padding: 96px 0; }

/* ---------- Section color variants (warm beauty palette) ---------- */
.section-deep {
  background: var(--champagne);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.section-blush {
  background: var(--blush);
  border-top: 1px solid var(--blush-deep);
  border-bottom: 1px solid var(--blush-deep);
}
.section-sage {
  background: var(--sage);
  border-top: 1px solid var(--sage-deep);
  border-bottom: 1px solid var(--sage-deep);
}
.section-plaster {
  background: var(--plaster);
  border-top: 1px solid var(--plaster-deep);
  border-bottom: 1px solid var(--plaster-deep);
}
.section-champagne {
  background: var(--champagne);
  border-top: 1px solid oklch(86% 0.030 75);
  border-bottom: 1px solid oklch(86% 0.030 75);
}

/* When sections sit on a tinted background, cards/dividers shift too */
.section-deep    .cat-grid,
.section-blush   .cat-grid,
.section-sage    .cat-grid,
.section-plaster .cat-grid,
.section-champagne .cat-grid { border-color: transparent; background: transparent; gap: 0; }

.section-deep    .cat-card { background: var(--paper); border: 1px solid var(--rule); }
.section-blush   .cat-card { background: oklch(95% 0.012 25);  border: 1px solid var(--blush-deep); }
.section-sage    .cat-card { background: oklch(95% 0.010 145); border: 1px solid var(--sage-deep); }
.section-plaster .cat-card { background: oklch(95% 0.010 85);  border: 1px solid var(--plaster-deep); }
.section-champagne .cat-card { background: oklch(96% 0.012 75); border: 1px solid oklch(86% 0.025 75); }

.section-deep    .cat-card:hover { background: oklch(95% 0.018 75); }
.section-blush   .cat-card:hover { background: oklch(96% 0.020 25); }
.section-sage    .cat-card:hover { background: oklch(96% 0.018 145); }
.section-plaster .cat-card:hover { background: oklch(96% 0.018 85); }
.section-champagne .cat-card:hover { background: oklch(97% 0.020 75); }

/* Section-aware rules */
.section-plaster .form-card { border-color: var(--plaster-deep); background: oklch(96% 0.014 85); }
.section-plaster .field input,
.section-plaster .field textarea,
.section-plaster .field select { border-color: var(--plaster-deep); background: #ffffff; }
.section-plaster .form-foot,
.section-plaster .field-label-row,
.section-plaster .form-card h3 { border-color: var(--plaster-deep); }
.section-plaster .contact-row { border-color: var(--plaster-deep); }
.section-plaster .contact-list { border-color: var(--plaster-deep); }
.section-sage    .feature-row,
.section-sage    .feature-row:last-child { border-color: var(--sage-deep); }

.section-ink {
  background: var(--ink);
  color: var(--paper);
}
.section-ink .eyebrow,
.section-ink .num { color: oklch(72% 0.02 330); }

@media (max-width: 720px) {
  .section, .section-tight { padding: 64px 0; }
  .section-head { margin-bottom: 36px; }
  .section-head h2 { font-size: clamp(32px, 9vw, 48px); }
  .section-head .desc { font-size: 15px; }
}

.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 72px;
}
.section-head .num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 20px;
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.4vw, 76px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0;
  color: inherit;
  text-wrap: balance;
}
.section-head h2 em {
  font-style: italic;
  font-weight: 300;
  color: var(--ink-2);
}
.section-ink .section-head h2 em { color: oklch(75% 0.02 330); }
.section-head .desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 48ch;
  margin: 0;
}
.section-ink .section-head .desc { color: oklch(82% 0.012 80); }

@media (max-width: 800px) {
  .section-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 48px; }
}

/* ---------- Trust strip ---------- */
.trust {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 36px 0;
  background: transparent;
}
.trust-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: center;
}
.trust-label {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  color: var(--ink-2);
  max-width: 24ch;
  line-height: 1.4;
}
.trust-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
  justify-content: flex-end;
}
.trust-logos .logo {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-2);
  white-space: nowrap;
}
.trust-logos .logo-num {
  color: var(--signal);
  font-weight: 500;
}

@media (max-width: 800px) {
  .trust-inner { grid-template-columns: 1fr; gap: 16px; }
  .trust-logos { justify-content: flex-start; gap: 16px 24px; }
  .trust-label { font-size: 15px; }
}

/* ---------- Categories grid ---------- */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  background: transparent;
  border: 0;
}
.cat-card {
  grid-column: span 1;
  padding: 36px 32px 32px;
  position: relative;
  cursor: pointer;
  transition: background var(--d-med) var(--ease), transform var(--d-med) var(--ease);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cat-card.lg { grid-column: span 1; }
.cat-card:hover {
  background: var(--paper-2);
}
.cat-card .cat-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--signal);
  text-transform: uppercase;
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cat-card .cat-num .cat-arrow {
  color: var(--ink-3);
  transition: transform var(--d-med) var(--ease), color var(--d-med) var(--ease);
}
.cat-card:hover .cat-num .cat-arrow {
  color: var(--ink);
  transform: translateX(4px);
}
.cat-card h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0 0 14px;
}
.cat-card .cat-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0;
  max-width: 38ch;
}
.cat-card .cat-glyph {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 140px;
  height: 140px;
  color: var(--ink);
  opacity: 0.06;
  pointer-events: none;
  transition: opacity var(--d-med) var(--ease), transform var(--d-med) var(--ease);
}
.cat-card:hover .cat-glyph {
  opacity: 0.12;
  transform: rotate(-4deg) scale(1.04);
}
.cat-card.featured {
  background: var(--ink);
  color: var(--paper);
}
.cat-card.featured h3 { color: var(--paper); }
.cat-card.featured .cat-desc { color: oklch(82% 0.012 80); }
.cat-card.featured .cat-num { color: var(--signal); }
.cat-card.featured .cat-num .cat-arrow { color: oklch(72% 0.02 330); }
.cat-card.featured:hover { background: oklch(22% 0.025 330); }
.cat-card.featured .cat-glyph { color: var(--signal); opacity: 0.18; }

@media (max-width: 960px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-card, .cat-card.lg { grid-column: span 1; }
}
@media (max-width: 640px) {
  .cat-grid { grid-template-columns: 1fr; }
  .cat-card, .cat-card.lg { grid-column: span 1; min-height: 220px; padding: 28px 24px; }
  .cat-card h3 { font-size: 24px; }
  .cat-card .cat-num { margin-bottom: 24px; }
  .cat-card .cat-glyph { width: 110px; height: 110px; }
}

/* ---------- Process ---------- */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  align-items: stretch;
}
.process .step {
  padding: 40px 28px;
  border-right: 1px solid var(--rule);
  position: relative;
  display: flex;
  flex-direction: column;
}
.process .step:first-child { padding-left: 0; }
.process .step:last-child { border-right: 0; padding-right: 0; }
.process .step .step-num {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--signal);
  margin-bottom: 22px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.process .step .step-num small {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  color: var(--ink-3);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.process .step h4 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0 0 12px;
}
.process .step p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0;
  max-width: 30ch;
}
@media (max-width: 800px) {
  .process { grid-template-columns: 1fr 1fr; }
  .process .step { padding: 32px 20px; }
  .process .step:first-child { padding-left: 0; }
  .process .step:nth-child(2) { border-right: 0; padding-right: 0; }
  .process .step:nth-child(2n+1) { padding-left: 0; }
  .process .step:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
}
@media (max-width: 560px) {
  .process { grid-template-columns: 1fr; }
  .process .step { border-right: 0; border-bottom: 1px solid var(--rule); padding: 28px 0; }
  .process .step:last-child { border-bottom: 0; }
  .process .step .step-num { font-size: 44px; margin-bottom: 16px; }
}

/* ---------- Coverage / editorial layout (no map) ---------- */
.section-clean {
  background: var(--paper);
}

.coverage-board {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  align-items: stretch;
}

.cv-origin {
  padding: 56px 56px 56px 0;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  position: relative;
}
.cv-origin-tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--signal);
  margin-bottom: 28px;
}
.cv-origin-name {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 28px;
}
.cv-origin-name em {
  font-style: italic;
  color: var(--signal-deep);
}
.cv-origin-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--ink-3);
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: auto;
}
.cv-origin-rule {
  height: 1px;
  background: var(--rule);
  margin: 32px 0 14px;
  width: 64px;
}
.cv-origin-foot {
  font-family: var(--font-display);
  font-size: 13px;
  font-style: italic;
  color: var(--ink-2);
}

.cv-regions {
  padding: 56px 0 56px 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
.cv-region {
  display: flex;
  flex-direction: column;
}
.cv-region-head {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rule);
}
.cv-region-kicker {
  display: block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--signal);
  margin-bottom: 14px;
}
.cv-region-title {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.05;
  margin: 0 0 12px;
  color: var(--ink);
}
.cv-region-lede {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
  max-width: 38ch;
}
.cv-country-list {
  display: flex;
  flex-direction: column;
}
.cv-country {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.cv-country:last-child { border-bottom: 0; }
.cv-country-code {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--signal);
}
.cv-country-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cv-country-name {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.cv-country-sub {
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0;
}

@media (max-width: 1000px) {
  .coverage-board { grid-template-columns: 1fr; }
  .cv-origin { padding: 48px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .cv-regions { padding: 48px 0 0 0; }
}
@media (max-width: 720px) {
  .cv-regions { grid-template-columns: 1fr; gap: 48px; }
  .cv-origin-name { font-size: clamp(36px, 10vw, 52px); }
}

/* ---------- Editorial / why us ---------- */
.editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.editorial-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -0.012em;
  margin: 0 0 36px;
  text-wrap: balance;
}
.editorial-quote::first-letter {
  color: var(--signal);
}
.editorial-attr {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.editorial-attr .ea-rule {
  width: 36px; height: 1px;
  background: var(--signal);
}

.feature-list { display: grid; gap: 0; }
.feature-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--rule);
  align-items: start;
}
.feature-row:last-child { border-bottom: 1px solid var(--rule); }
.feature-row .fr-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  font-weight: 300;
  color: var(--signal);
  padding-top: 0;
}
.feature-row h5 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.012em;
  margin: 0 0 8px;
  color: var(--ink);
}
.feature-row p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0;
  max-width: 48ch;
}

@media (max-width: 900px) {
  .editorial-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ---------- Quote / form ---------- */
.quote-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.quote-info h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.2vw, 68px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
}
.quote-info h2 em {
  font-style: italic;
  font-weight: 300;
  color: var(--ink-2);
}
.quote-info p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0 0 36px;
  max-width: 44ch;
}
.contact-list {
  border-top: 1px solid var(--rule);
  margin-top: 32px;
  padding-top: 28px;
}
.contact-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 14px 0;
  font-size: 14px;
  align-items: baseline;
  border-bottom: 1px solid var(--rule);
}
.contact-row:last-child { border-bottom: 0; }
.contact-row .lbl {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.contact-row .val {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
  font-size: 18px;
}

.form-card {
  background: var(--paper-2);
  border: 1px solid var(--rule);
  padding: 40px;
  position: relative;
}
.form-card .form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 20px;
  margin-bottom: 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: span 2; }
.field label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.field input,
.field select,
.field textarea {
  background: #ffffff;
  border: 1px solid var(--rule);
  border-radius: 0;
  padding: 12px 14px;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 300;
  color: var(--ink);
  outline: none;
  transition: border-color var(--d-fast) var(--ease);
}
.field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23231419' stroke-width='1.6'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}
.field input::placeholder,
.field textarea::placeholder { color: var(--ink-3); font-style: italic; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--signal);
}
.field textarea { resize: vertical; min-height: 96px; }

.chip-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.chip {
  padding: 9px 14px;
  border: 1px solid var(--rule);
  background: transparent;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
  cursor: pointer;
  transition: all var(--d-fast) var(--ease);
  user-select: none;
}
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip.on {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.form-foot {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.form-foot .reassure {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--ink-3);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.form-success { text-align: center; padding: 48px 20px; }
.form-success .check {
  width: 56px; height: 56px;
  border: 1px solid var(--signal);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  color: var(--signal);
}
.form-success h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 32px;
  margin: 0 0 12px;
}
.form-success p { color: var(--ink-2); margin: 0 auto; max-width: 36ch; }

@media (max-width: 900px) {
  .quote-section { grid-template-columns: 1fr; gap: 56px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: span 1; }
  .form-card { padding: 28px; }
}
@media (max-width: 560px) {
  .form-card { padding: 24px 20px; }
  .form-foot { flex-direction: column; align-items: stretch; gap: 16px; }
  .form-foot .btn { width: 100%; justify-content: center; }
  .contact-row { grid-template-columns: 1fr; gap: 4px; padding: 12px 0; }
  .quote-info h2 { font-size: clamp(32px, 9vw, 48px); }
}
@media (max-width: 1px) {
  .form-card-fallback { display: none; }
}

/* ---------- Footer ---------- */
.footer {
  background: var(--ink);
  color: var(--paper);
  padding: 96px 0 36px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 64px;
  border-bottom: 1px solid oklch(34% 0.025 330);
}
.footer-top h6 {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--signal);
  margin: 0 0 18px;
  font-weight: 500;
}
.footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-top a {
  color: oklch(86% 0.012 80);
  text-decoration: none;
  font-size: 14px;
  transition: color var(--d-fast) var(--ease);
}
.footer-top a:hover { color: var(--signal); }
.footer-brand .brand-name { color: var(--paper); }
.footer-brand .brand-name em { color: var(--paper); }
.footer-brand .brand-name small { color: oklch(72% 0.02 330); }
.footer-brand p {
  font-size: 14px;
  color: oklch(82% 0.012 80);
  max-width: 32ch;
  line-height: 1.6;
  margin: 18px 0 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 36px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: oklch(70% 0.02 330);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  flex-wrap: wrap;
}
.footer-bottom a { color: oklch(82% 0.012 80); text-decoration: none; }
.footer-bottom a:hover { color: var(--signal); }

@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; padding-bottom: 48px; }
  .footer { padding: 64px 0 32px; }
  .footer-bottom { font-size: 9.5px; }
}
@media (max-width: 560px) {
  .footer-top { grid-template-columns: 1fr; }
}

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 600ms var(--ease), transform 600ms var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }
