:root {
  --ink: #143d35;
  --deep: #0f2e29;
  --muted: #5d6c65;
  --paper: #fbfaf5;
  --soft: #f0ece2;
  --copper: #b56c3d;
  --line: #d8ded7;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--deep); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.skip-link { position: absolute; left: 12px; top: -50px; z-index: 10; padding: 10px 14px; background: var(--deep); color: var(--paper); }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--line); background: rgba(251,250,245,.94); backdrop-filter: blur(16px); }
.nav-shell { display: flex; align-items: center; gap: 26px; max-width: 1240px; min-height: 78px; margin: 0 auto; padding: 14px 28px; }
.brand { display: flex; align-items: center; margin-right: auto; }
.brand img { width: 122px; height: auto; display: block; }
.primary-nav { display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 700; }
.primary-nav a:hover, .primary-nav a:focus-visible, .text-link:hover, .text-link:focus-visible { color: var(--copper); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); padding: 14px 20px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { border-color: var(--copper); background: var(--copper); transform: translateY(-2px); }
.button-small { padding: 10px 14px; font-size: 12px; }
.menu-toggle, .site-header .mobile-nav { display: none; }

main { overflow: hidden; }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); align-items: center; gap: 68px; max-width: 1240px; min-height: 710px; margin: 0 auto; padding: 94px 28px 112px; }
.hero-copy { max-width: 640px; }
.eyebrow, .section-index, .footer-label { color: var(--copper); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { margin: 0 0 22px; }
.hero h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; color: var(--ink); }
.hero h1 { max-width: 690px; margin: 0 0 30px; font-size: clamp(54px, 5.2vw, 76px); line-height: .98; }
.hero h1 span { display: block; }
.hero-support { max-width: 480px; margin: 0 0 34px; color: var(--muted); font-size: 20px; line-height: 1.45; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 700; }
.hero-note { max-width: 420px; margin: 42px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.hero-portrait { position: relative; margin: 0; }
.hero-portrait img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.82); box-shadow: 20px 20px 0 var(--copper); transform-origin: center bottom; }
.hero-portrait.is-visible img { animation: portrait-in .95s cubic-bezier(.2,.75,.25,1) both; }
.hero-portrait figcaption { display: grid; gap: 9px; padding: 20px 4px 0; color: var(--muted); font-size: 11px; }
.identity-main { display: grid; gap: 2px; }
.identity-main strong { color: var(--ink); font-family: var(--serif); font-size: 24px; font-weight: 500; }
.identity-main span { color: var(--muted); font-size: 12px; }
.location-lockup { display: inline-flex; align-items: center; gap: 7px; color: var(--copper); font-size: 12px; font-weight: 700; }
.location-lockup svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.location-lockup::after { content: ""; width: 5px; height: 5px; margin-left: 2px; border-radius: 50%; background: var(--copper); animation: location-pulse 2.8s ease-in-out infinite; }
.founder-identity p { margin: 0; color: var(--muted); font-size: 11px; }

.why-exists, .services-section, .founder-section, .insights-section { display: grid; grid-template-columns: minmax(0, .86fr) minmax(460px, 1.14fr); gap: 86px; max-width: 1184px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.why-exists { align-items: center; gap: 82px; padding-top: 128px; padding-bottom: 132px; border-top: 1px solid var(--line); }
.why-copy { max-width: 500px; padding-top: 0; }
.why-copy h2, .why-lead { max-width: 490px; margin-bottom: 28px; font-size: clamp(42px, 3.8vw, 58px); line-height: 1.08; letter-spacing: -.022em; }
.why-copy > p:not(.section-index), .why-support { max-width: 440px; margin-top: 0; font-size: 17px; line-height: 1.78; }
.section-index { display: flex; align-items: center; gap: 16px; margin: 0 0 20px; }
.section-index span { color: var(--muted); letter-spacing: .13em; }
h2 { margin: 0 0 20px; font-size: clamp(40px, 4.4vw, 66px); line-height: 1.03; }
.why-copy > p:not(.section-index), .section-intro > p:not(.section-index), .expertise-heading > p:not(.section-index), .founder-copy > p:not(.section-index), .insights-heading > p:not(.section-index), .final-cta p { max-width: 540px; color: var(--muted); font-size: 17px; }
.logic-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 44px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--ink); font-size: 13px; font-weight: 700; line-height: 1.5; }
.logic-points li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 11px 1px 0; border-radius: 50%; background: var(--copper); }
.supply-logic { position: relative; margin: 0; padding: 0; background: transparent; }
.supply-logic-image { position: relative; display: flex; min-height: 486px; aspect-ratio: 1.25 / 1; align-items: center; justify-content: center; overflow: hidden; background: transparent; }
.supply-logic-image img { position: relative; z-index: 0; display: block; width: 118%; height: 100%; object-fit: contain; opacity: .9; mix-blend-mode: multiply; filter: saturate(.86) contrast(1.02); mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%); transform: scale(1.04); transition: transform .7s ease, opacity .7s ease; }
.supply-logic:hover .supply-logic-image img { opacity: .92; transform: scale(1.07); }
.supply-logic figcaption { display: flex; justify-content: space-between; gap: 18px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.services-section { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); padding-top: 116px; padding-bottom: 128px; }
.section-intro { max-width: 410px; }
.service-rows { border-top: 1px solid var(--line); }
.service-rows a { display: grid; grid-template-columns: 38px 1fr 22px; gap: 16px; align-items: start; padding: 23px 0; border-bottom: 1px solid var(--line); transition: transform .25s ease, color .25s ease; }
.service-rows a:hover, .service-rows a:focus-visible { transform: translateX(6px); }
.service-rows a:hover, .service-rows a:focus-visible, .insight-rows a:hover, .insight-rows a:focus-visible { color: var(--copper); }
.row-number { color: var(--copper); font-size: 13px; font-weight: 700; }
.row-body strong { display: block; color: var(--ink); font-size: 19px; line-height: 1.2; }
.row-body small { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; }
.row-arrow { color: var(--copper); font-size: 20px; transition: transform .25s ease; }
.service-rows a:hover .row-arrow, .service-rows a:focus-visible .row-arrow, .insight-rows a:hover .row-arrow, .insight-rows a:focus-visible .row-arrow { transform: translateX(4px); }

.expertise-section { padding: 106px max(28px, calc((100vw - 1184px) / 2)) 120px; background: var(--soft); }
.expertise-heading { max-width: 660px; }
.expertise-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 54px; margin-top: 50px; border-top: 1px solid #cbd0c8; }
.expertise-entry { display: grid; grid-template-columns: 116px 1fr 20px; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid #cbd0c8; }
.expertise-entry img { width: 116px; height: 78px; object-fit: cover; filter: saturate(.72); }
.expertise-entry strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.1; }
.expertise-entry small { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.expertise-entry b { color: var(--copper); font-size: 20px; font-weight: 400; }
.expertise-entry:hover strong, .expertise-entry:focus-visible strong { color: var(--copper); }

.founder-section { align-items: center; padding-top: 124px; padding-bottom: 124px; border-bottom: 1px solid var(--line); }
.credential-note { display: block; max-width: 430px; margin-top: 28px; color: var(--muted); font-size: 12px; }
.judgment-flow { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); counter-reset: flow; }
.judgment-flow li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.judgment-flow li > span { color: var(--copper); font-size: 13px; font-weight: 700; }
.judgment-flow strong { color: var(--ink); font-family: var(--serif); font-size: 26px; font-weight: 500; }
.judgment-flow small { grid-column: 2; margin-top: -7px; color: var(--muted); font-size: 13px; }

.insights-section { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); padding-top: 124px; padding-bottom: 124px; }
.insight-rows { border-top: 1px solid var(--line); }
.insight-rows a { display: grid; grid-template-columns: 120px 1fr 22px; gap: 18px; align-items: start; padding: 23px 0; border-bottom: 1px solid var(--line); transition: transform .25s ease, color .25s ease; }
.insight-rows a:hover, .insight-rows a:focus-visible { transform: translateX(5px); }
.insight-label { color: var(--copper); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.insight-rows strong { color: var(--ink); font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.12; }
.insights-section > .text-link { grid-column: 2; margin-top: -74px; justify-self: end; }

.final-cta { display: flex; align-items: end; justify-content: space-between; gap: 55px; padding: 82px max(28px, calc((100vw - 1184px) / 2)); background: var(--ink); color: var(--paper); }
.final-cta h2 { color: var(--paper); }
.final-cta .section-index { color: #d39a70; }
.final-cta p { color: #c8d4cd; }
.final-cta .button { flex: 0 0 auto; background: var(--paper); color: var(--ink); border-color: var(--paper); }
.final-cta .button:hover, .final-cta .button:focus-visible { background: var(--copper); color: var(--paper); border-color: var(--copper); }

.site-footer { display: grid; grid-template-columns: 1.5fr 1fr .8fr; gap: 54px; max-width: 1184px; margin: 0 auto; padding: 54px 28px 38px; }
.site-footer strong { color: var(--ink); font-family: var(--serif); font-size: 28px; font-weight: 500; }
.site-footer p { max-width: 280px; color: var(--muted); font-size: 13px; }
.footer-label { display: block; margin-bottom: 12px; }
.site-footer a, .contact-entry { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--copper); }
.contact-entry small { color: #89958d; font-size: 11px; }
.copyright { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
@keyframes portrait-in { from { opacity: .25; transform: scale(.965); } to { opacity: 1; transform: scale(1); } }
@keyframes location-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(181,108,61,.35); } 50% { box-shadow: 0 0 0 5px rgba(181,108,61,0); } }
@media (prefers-reduced-motion: reduce) { .reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; } .button { transition: none; } .hero-portrait.is-visible img, .location-lockup::after { animation: none; opacity: 1; transform: none; } .supply-logic-image img { transition: none; } }

@media (max-width: 980px) {
  .nav-shell { padding: 12px 20px; }
  .primary-nav, .nav-shell > .button-small { display: none; }
  .menu-toggle { display: block; padding: 10px 14px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-weight: 700; }
  .site-header .mobile-nav { flex-direction: column; gap: 10px; padding: 0 20px 18px; }
  .site-header .mobile-nav.is-open { display: flex; }
  .mobile-nav a { padding: 7px 0; }
  .hero { grid-template-columns: 1fr; gap: 62px; min-height: auto; padding-top: 72px; }
  .hero-copy { max-width: 700px; }
  .hero-portrait { max-width: 540px; }
  .why-exists, .services-section, .founder-section, .insights-section { grid-template-columns: 1fr; gap: 48px; }
  .why-exists { gap: 52px; }
  .supply-logic { max-width: 700px; }
  .services-section { padding-top: 90px; padding-bottom: 96px; }
  .founder-section { padding-top: 96px; padding-bottom: 96px; }
  .insights-section { padding-top: 96px; padding-bottom: 96px; }
  .insights-section > .text-link { grid-column: auto; margin-top: 0; justify-self: start; }
  .final-cta { display: block; }
  .final-cta .button { margin-top: 24px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .hero { gap: 46px; padding: 58px 20px 78px; }
  .hero h1 { font-size: 37px; line-height: 1.04; }
  .hero-support { font-size: 17px; }
  .hero-actions { display: grid; gap: 12px; }
  .button { width: 100%; }
  .hero-note { margin-top: 30px; }
  .hero-portrait { width: 100%; }
  .hero-portrait img { box-shadow: 12px 12px 0 var(--copper); }
  .hero-portrait figcaption { display: grid; gap: 3px; padding-top: 14px; }
  .hero-portrait figcaption strong { font-size: 20px; }
  .why-exists, .services-section, .founder-section, .insights-section { padding-left: 20px; padding-right: 20px; }
  .why-exists { align-items: start; gap: 46px; padding-top: 72px; padding-bottom: 80px; }
  .why-copy { padding-top: 0; }
  .why-copy h2, .why-lead { max-width: 340px; margin-bottom: 24px; font-size: 40px; line-height: 1.1; }
  .why-copy > p:not(.section-index), .why-support { max-width: 340px; line-height: 1.75; }
  .logic-points { grid-template-columns: 1fr; gap: 13px; margin-top: 34px; padding-top: 22px; }
  h2 { font-size: 40px; }
  .why-copy > p:not(.section-index), .section-intro > p:not(.section-index), .expertise-heading > p:not(.section-index), .founder-copy > p:not(.section-index), .insights-heading > p:not(.section-index), .final-cta p { font-size: 16px; }
  .supply-logic { width: calc(100% + 8px); margin-left: -4px; }
  .supply-logic-image { min-height: 286px; aspect-ratio: 1.18 / 1; }
  .supply-logic-image img { width: 116%; opacity: .92; transform: scale(1.02); }
  .supply-logic:hover .supply-logic-image img { transform: scale(1.04); }
  .supply-logic figcaption { flex-wrap: wrap; gap: 8px 15px; padding: 14px 2px 0; font-size: 10px; }
  .services-section { padding-top: 74px; padding-bottom: 82px; }
  .service-rows a { grid-template-columns: 30px 1fr 18px; gap: 10px; padding: 20px 0; }
  .row-body strong { font-size: 18px; }
  .row-body small { font-size: 12px; }
  .expertise-section { padding: 70px 20px 78px; }
  .expertise-list { grid-template-columns: 1fr; gap: 0; margin-top: 34px; }
  .expertise-entry { grid-template-columns: 86px 1fr 18px; gap: 12px; padding: 16px 0; }
  .expertise-entry img { width: 86px; height: 64px; }
  .expertise-entry strong { font-size: 19px; }
  .expertise-entry small { font-size: 11px; }
  .founder-section { padding-top: 78px; padding-bottom: 78px; }
  .judgment-flow strong { font-size: 23px; }
  .insights-section { padding-top: 80px; padding-bottom: 82px; }
  .insight-rows a { grid-template-columns: 1fr 18px; gap: 8px; padding: 20px 0; }
  .insight-label { grid-column: 1 / -1; }
  .insight-rows strong { font-size: 22px; }
  .final-cta { padding: 66px 20px; }
  .site-footer { grid-template-columns: 1fr; gap: 30px; padding: 44px 20px 30px; }
}

/* V1.8 migration layer for the existing page templates. */
body[data-path]:not([data-path="/"]) {
  background: var(--paper);
  color: var(--deep);
}

body[data-path]:not([data-path="/"]) .site-header {
  background: rgba(251,250,245,.94);
  border-bottom-color: var(--line);
}

body[data-path]:not([data-path="/"]) .nav {
  display: flex;
  align-items: center;
  gap: 26px;
  max-width: 1240px;
  min-height: 78px;
  margin: 0 auto;
  padding: 14px 28px;
}

body[data-path]:not([data-path="/"]) .brand {
  display: flex;
  align-items: center;
  margin-right: auto;
}

body[data-path]:not([data-path="/"]) .brand img { width: 122px; }
body[data-path]:not([data-path="/"]) .brand span { display: none; }

body[data-path]:not([data-path="/"]) .nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 0;
}

body[data-path]:not([data-path="/"]) .nav-links a {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

body[data-path]:not([data-path="/"]) .nav-links a:hover,
body[data-path]:not([data-path="/"]) .nav-links a[aria-current="page"] { color: var(--copper); }
body[data-path]:not([data-path="/"]) .nav-links .mobile-menu-cta { display: none; }

body[data-path]:not([data-path="/"]) .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

body[data-path]:not([data-path="/"]) .btn:hover,
body[data-path]:not([data-path="/"]) .btn:focus-visible {
  border-color: var(--copper);
  background: var(--copper);
  color: var(--paper);
  transform: translateY(-2px);
}

body[data-path]:not([data-path="/"]) .btn-secondary {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

body[data-path]:not([data-path="/"]) .nav-cta { min-height: 38px; padding: 10px 14px; }
body[data-path]:not([data-path="/"]) main { overflow: hidden; }
body[data-path]:not([data-path="/"]) h1,
body[data-path]:not([data-path="/"]) h2,
body[data-path]:not([data-path="/"]) h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; }
body[data-path]:not([data-path="/"]) h1,
body[data-path]:not([data-path="/"]) h2 { color: var(--ink); }
body[data-path]:not([data-path="/"]) .kicker,
body[data-path]:not([data-path="/"]) .eyebrow { color: var(--copper); letter-spacing: .14em; font-size: 11px; font-weight: 700; }
body[data-path]:not([data-path="/"]) .text-link { color: var(--ink); font-weight: 700; }
body[data-path]:not([data-path="/"]) .text-link span { color: var(--copper); }
body[data-path]:not([data-path="/"]) .text-link:hover,
body[data-path]:not([data-path="/"]) .text-link:focus-visible { color: var(--copper); }

body[data-path]:not([data-path="/"]) .services-hero,
body[data-path]:not([data-path="/"]) .about-hero,
body[data-path]:not([data-path="/"]) .how-it-works-hero,
body[data-path]:not([data-path="/"]) .sourcing-areas-hero,
body[data-path]:not([data-path="/"]) .area-detail-hero,
body[data-path]:not([data-path="/"]) .initial-fit-check-hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

body[data-path]:not([data-path="/"]) .services-container,
body[data-path]:not([data-path="/"]) .about-container,
body[data-path]:not([data-path="/"]) .how-it-works-container,
body[data-path]:not([data-path="/"]) .sourcing-areas-container,
body[data-path]:not([data-path="/"]) .area-detail-container,
body[data-path]:not([data-path="/"]) .initial-fit-check-container {
  width: min(1184px, calc(100% - 56px));
}

body[data-path]:not([data-path="/"]) .services-detail-section,
body[data-path]:not([data-path="/"]) .process-detail-section,
body[data-path]:not([data-path="/"]) .focus-area-section,
body[data-path]:not([data-path="/"]) .about-capabilities-grid article,
body[data-path]:not([data-path="/"]) .about-background-lines article,
body[data-path]:not([data-path="/"]) .services-situation-grid article {
  background: transparent;
  border-color: var(--line);
}

body[data-path]:not([data-path="/"]) .services-detail-section:nth-child(even),
body[data-path]:not([data-path="/"]) .process-detail-section:nth-child(even),
body[data-path]:not([data-path="/"]) .focus-area-section:nth-child(even) {
  background: transparent;
}

body[data-path]:not([data-path="/"]) .scope-note,
body[data-path]:not([data-path="/"]) .initial-fit-check-privacy-note {
  border-left: 2px solid var(--copper);
  border-radius: 0;
  background: rgba(240,236,226,.62);
}

body[data-path]:not([data-path="/"]) .area-detail-media img,
body[data-path]:not([data-path="/"]) .focus-area-image img,
body[data-path]:not([data-path="/"]) .about-founder-panel figure {
  border: 0;
  border-radius: 0;
  box-shadow: 12px 12px 0 rgba(181,108,61,.16);
}

body[data-path]:not([data-path="/"]) .footer {
  padding: 54px 0 26px;
  background: var(--deep);
  color: #d5e1da;
}

body[data-path]:not([data-path="/"]) .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
}

body[data-path]:not([data-path="/"]) .footer h2 {
  margin-top: 0;
  color: var(--paper);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body[data-path]:not([data-path="/"]) .footer a,
body[data-path]:not([data-path="/"]) .footer span,
body[data-path]:not([data-path="/"]) .footer p { color: #d5e1da; }
body[data-path]:not([data-path="/"]) .footer a:hover { color: var(--paper); }
body[data-path]:not([data-path="/"]) .footer-brand-card { padding: 0; border: 0; background: transparent; }
body[data-path]:not([data-path="/"]) .footer-logo { width: 140px; filter: brightness(0) invert(1); }
body[data-path]:not([data-path="/"]) .footer-bottom { border-top-color: rgba(255,255,255,.2); }

[data-v18-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-v18-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  body[data-path]:not([data-path="/"]) .nav { flex-wrap: wrap; gap: 14px; min-height: 68px; padding: 12px 20px; }
  body[data-path]:not([data-path="/"]) .menu-toggle { display: inline-flex; margin-left: auto; padding: 10px 14px; border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); font-weight: 700; }
  body[data-path]:not([data-path="/"]) .nav-links { display: none; flex-basis: 100%; flex-direction: column; align-items: flex-start; gap: 10px; margin-left: 0; padding: 12px 0 0; }
  body[data-path]:not([data-path="/"]) .nav-links.open { display: flex; }
  body[data-path]:not([data-path="/"]) .nav-links .mobile-menu-cta { display: inline-flex; width: 100%; }
  body[data-path]:not([data-path="/"]) .nav-cta { display: none; }
  body[data-path]:not([data-path="/"]) .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  body[data-path]:not([data-path="/"]) .services-container,
  body[data-path]:not([data-path="/"]) .about-container,
  body[data-path]:not([data-path="/"]) .how-it-works-container,
  body[data-path]:not([data-path="/"]) .sourcing-areas-container,
  body[data-path]:not([data-path="/"]) .area-detail-container,
  body[data-path]:not([data-path="/"]) .initial-fit-check-container { width: calc(100% - 40px); }
  body[data-path]:not([data-path="/"]) .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  body[data-path]:not([data-path="/"]) .footer { padding: 44px 0 24px; }
  body[data-path]:not([data-path="/"]) .area-detail-media img,
  body[data-path]:not([data-path="/"]) .focus-area-image img,
  body[data-path]:not([data-path="/"]) .about-founder-panel figure { box-shadow: 8px 8px 0 rgba(181,108,61,.16); }
}

@media (prefers-reduced-motion: reduce) {
  [data-v18-reveal], [data-v18-reveal].is-visible { opacity: 1; transform: none; transition: none; }
}

.insights-hub { background: var(--paper); }
.insights-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr); gap: 70px; max-width: 1184px; margin: 0 auto; padding: 112px 28px 118px; border-bottom: 1px solid var(--line); }
.insights-hero h1 { max-width: 780px; margin: 0 0 24px; font-family: var(--serif); font-size: clamp(52px, 5.2vw, 76px); font-weight: 500; line-height: .98; letter-spacing: -.035em; color: var(--ink); }
.insights-hero-copy > p:last-child { max-width: 640px; margin: 0; color: var(--muted); font-size: 20px; line-height: 1.5; }
.insights-hero-note { align-self: end; margin: 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.6; }
.insights-list-section { display: grid; grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr); gap: 80px; max-width: 1184px; margin: 0 auto; padding: 124px 28px; }
.insights-list-heading { max-width: 430px; }
.insights-list-heading h2,.insights-boundary h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(40px, 4.4vw, 66px); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; color: var(--ink); }
.insights-list-heading > p:last-child,.insights-boundary > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.insights-list { border-top: 1px solid var(--line); }
.insight-entry { display: grid; grid-template-columns: 130px 1fr 20px; gap: 20px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); transition: transform .25s ease, color .25s ease; }
.insight-entry:hover,.insight-entry:focus-visible { color: var(--copper); transform: translateX(5px); }
.insight-entry-meta { color: var(--copper); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.insight-entry-meta small { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.insight-entry strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.15; }
.insight-entry span > small { display: block; margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.insight-entry b { color: var(--copper); font-size: 20px; font-weight: 400; }
.insights-boundary { display: grid; grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr); gap: 80px; max-width: 1184px; margin: 0 auto; padding: 0 28px 124px; }
.insights-boundary > p { align-self: end; max-width: 560px; padding-top: 18px; border-top: 1px solid var(--line); }
.insights-cta { margin-top: 0; }
.insight-article { background: var(--paper); }
.insight-article-hero { max-width: 940px; margin: 0 auto; padding: 112px 28px 84px; }
.insight-article-hero h1 { max-width: 820px; margin: 0 0 24px; font-family: var(--serif); font-size: clamp(50px, 5vw, 74px); font-weight: 500; line-height: 1; letter-spacing: -.035em; color: var(--ink); }
.insight-article-dek { max-width: 700px; margin: 0; color: var(--muted); font-size: 20px; line-height: 1.55; }
.insight-article-meta { display: flex; gap: 18px; margin: 0 0 22px; color: var(--copper); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.insight-article-body { display: grid; grid-template-columns: minmax(180px, .35fr) minmax(0, .65fr); gap: 72px; max-width: 940px; margin: 0 auto; padding: 58px 28px 112px; border-top: 1px solid var(--line); }
.insight-article-aside { color: var(--muted); font-size: 13px; line-height: 1.6; }
.insight-article-aside strong { display: block; margin-bottom: 8px; color: var(--ink); font-family: var(--serif); font-size: 23px; font-weight: 500; }
.insight-article-copy { max-width: 620px; }
.insight-article-copy h2 { margin: 0 0 14px; font-size: 38px; line-height: 1.08; }
.insight-article-copy p,.insight-article-copy li { color: var(--muted); font-size: 18px; line-height: 1.78; }
.insight-article-copy ul { margin: 0 0 34px; padding-left: 22px; }
.insight-article-copy p + h2 { margin-top: 52px; }
.insight-article-back { max-width: 940px; margin: 0 auto; padding: 0 28px 42px; }

@media (max-width: 980px) {
  .insights-hero,.insights-list-section,.insights-boundary,.insight-article-body { grid-template-columns: 1fr; gap: 42px; }
  .insights-hero { padding-top: 82px; padding-bottom: 86px; }
  .insights-list-section { padding-top: 90px; padding-bottom: 92px; }
  .insights-boundary { padding-bottom: 92px; }
}
@media (max-width: 620px) {
  .insights-hero,.insights-list-section,.insights-boundary,.insight-article-hero,.insight-article-body,.insight-article-back { padding-left: 20px; padding-right: 20px; }
  .insights-hero { padding-top: 68px; padding-bottom: 72px; gap: 34px; }
  .insights-hero h1,.insight-article-hero h1 { font-size: 42px; line-height: 1.03; }
  .insights-hero-copy > p:last-child,.insight-article-dek { font-size: 17px; }
  .insights-list-section { padding-top: 76px; padding-bottom: 78px; gap: 34px; }
  .insights-list-heading h2,.insights-boundary h2 { font-size: 40px; }
  .insight-entry { grid-template-columns: 1fr 18px; gap: 8px; padding: 22px 0; }
  .insight-entry-meta { grid-column: 1 / -1; }
  .insight-entry strong { font-size: 23px; }
  .insights-boundary { padding-bottom: 78px; gap: 32px; }
  .insight-article-hero { padding-top: 74px; padding-bottom: 64px; }
  .insight-article-body { padding-top: 42px; padding-bottom: 76px; gap: 34px; }
  .insight-article-copy h2 { font-size: 32px; }
  .insight-article-copy p,.insight-article-copy li { font-size: 17px; }
}
