@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/public-sans-latin-400-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/public-sans-latin-ext-400-700.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  color-scheme: light;
  --bg: #f6f4ed;
  --panel: #fffef9;
  --panel-2: #eef5ed;
  --ink: #21262c;
  --muted: #5c6666;
  --line: rgba(33, 38, 44, 0.14);
  --accent: #167a72;
  --accent-strong: #12665f;
  --brand-charcoal: #21262c;
  --brand-peach: #f8d2ba;
  --brand-cream: #faedc3;
  --brand-lime: #dff1ae;
  --brand-mint: #ace8c5;
  --brand-turquoise: #79ded1;
  --brand-gradient: linear-gradient(135deg, var(--brand-peach) 0%, var(--brand-cream) 30%, var(--brand-lime) 56%, var(--brand-mint) 76%, var(--brand-turquoise) 100%);
  --shadow: 0 24px 70px rgba(33, 38, 44, 0.12);
  --font-sans: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background:
    radial-gradient(circle at 10% -10%, rgba(121, 222, 209, 0.2), transparent 34rem),
    radial-gradient(circle at 85% 8%, rgba(248, 210, 186, 0.22), transparent 30rem),
    var(--bg);
  color: var(--ink);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(18, 102, 95, 0.35);
  outline-offset: 4px;
}
img { display: block; max-width: 100%; }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 11px 16px;
  border-radius: 10px;
  background: var(--brand-charcoal);
  color: #fff;
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background-color: rgba(255, 254, 249, 0.94);
  backdrop-filter: blur(18px);
}
.site-header.header-enhanced {
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}
.site-header.header-enhanced.header-at-top:not(.menu-open) {
  border-bottom-color: rgba(33, 38, 44, 0.1);
  background-color: rgba(255, 254, 249, 0.98);
  box-shadow: none;
  backdrop-filter: blur(18px);
}
body[data-page="home"] .site-header.header-enhanced.header-at-top:not(.menu-open) .brand,
body[data-page="home"] .site-header.header-enhanced.header-at-top:not(.menu-open) .nav-links { color: var(--ink); }
body[data-page="home"] .site-header.header-enhanced.header-at-top:not(.menu-open) .nav-links a:hover,
body[data-page="home"] .site-header.header-enhanced.header-at-top:not(.menu-open) .nav-links a[aria-current="page"] { color: var(--accent-strong); }
.site-header.header-enhanced.is-scrolled,
.site-header.header-enhanced.menu-open {
  border-bottom-color: rgba(33, 38, 44, 0.16);
  background-color: rgba(255, 254, 249, 0.99);
  box-shadow: 0 10px 30px rgba(33, 38, 44, 0.1);
  backdrop-filter: blur(18px);
}

.nav, .footer, .section-inner {
  width: min(1520px, calc(100% - clamp(40px, 7vw, 112px)));
  margin: 0 auto;
}
main { width: 100%; margin: 0; }
body:not([data-page="home"]) main { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand, .nav-links, .hero-actions, .social, .filters { display: flex; align-items: center; gap: 14px; }
.brand { color: var(--ink); font-weight: 650; }
.brand-mark, .brand-logo {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--ink);
  background: var(--brand-gradient);
  box-shadow: 0 16px 38px rgba(121, 222, 209, 0.2);
}
.brand-logo { object-fit: cover; border-radius: 50%; background: none; }

.nav-links { flex-wrap: wrap; color: var(--ink); font-weight: 600; font-size: 0.94rem; }
.nav-links a { position: relative; }
.nav-links a:hover, .nav-links a[aria-current="page"], .social a:hover { color: var(--accent); }
.nav-links .nav-action { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 16px; border-radius: 999px; background: var(--brand-charcoal); color: #fff; }
.nav-links .nav-action:hover { background: var(--accent-strong); color: #fff; }
body[data-page="home"] .site-header.header-enhanced.header-at-top:not(.menu-open) .nav-links .nav-action { background: var(--brand-turquoise); color: var(--brand-charcoal); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--ink); cursor: pointer; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { display: block; width: 22px; height: 2px; margin: auto; border-radius: 999px; background: currentColor; content: ""; transition: transform .18s ease, opacity .18s ease; }
.nav-toggle span { position: relative; }
.nav-toggle span::before { position: absolute; top: -7px; left: 0; }
.nav-toggle span::after { position: absolute; top: 7px; left: 0; }
.site-header.menu-open .nav-toggle span { background: transparent; }
.site-header.menu-open .nav-toggle span::before { transform: translateY(7px) rotate(45deg); }
.site-header.menu-open .nav-toggle span::after { transform: translateY(-7px) rotate(-45deg); }

.button, .filters button {
  border: 1px solid var(--accent-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--brand-charcoal);
  color: #fff;
  font-weight: 650;
  line-height: 1.1;
  box-shadow: 0 14px 30px rgba(33, 38, 44, 0.18);
  cursor: pointer;
}
.button-secondary, .filters button {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  box-shadow: none;
}
.button:hover, .filters button:hover { transform: translateY(-1px); }
.filters button[aria-pressed="true"] { background: var(--accent-strong); color: #fff; }
[hidden] { display: none !important; }

.hero, .page-hero {
  padding: 68px 0 50px;
}
.showcase-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.68fr);
  gap: clamp(40px, 6vw, 86px);
  align-items: center;
}
.hero-copy { max-width: 790px; }
.question-led-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 0;
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.72fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-top: 18px;
  padding: clamp(34px, 4.5vw, 56px);
  border: 1px solid rgba(33, 38, 44, 0.1);
  border-radius: 38px;
  background:
    radial-gradient(circle at 4% 0%, rgba(248, 210, 186, 0.46), transparent 21rem),
    radial-gradient(circle at 100% 100%, rgba(121, 222, 209, 0.24), transparent 25rem),
    rgba(255, 254, 249, 0.68);
  box-shadow: 0 28px 70px rgba(33, 38, 44, 0.08);
}
.question-led-hero::before {
  position: absolute;
  z-index: -1;
  top: -155px;
  right: -100px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(22, 122, 114, 0.1);
  border-radius: 50%;
  background: rgba(223, 241, 174, 0.22);
  content: "";
}
.question-led-hero .hero-copy { max-width: 760px; }
.hero-arrival {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  align-items: center;
  margin: 0 0 20px;
  padding: 8px 14px 8px 10px;
  border: 1px solid rgba(33, 38, 44, 0.1);
  border-radius: 999px;
  background: rgba(255, 254, 249, 0.82);
  box-shadow: 0 10px 24px rgba(33, 38, 44, 0.06);
  line-height: 1.3;
}
.hero-arrival::before {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: var(--brand-gradient);
  box-shadow: 0 0 0 4px rgba(121, 222, 209, 0.12);
  content: "";
}
.hero-arrival-title { font-weight: 700; }
.hero-arrival-context {
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.question-led-hero h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 3.15vw, 2.65rem);
  line-height: 1.08;
}
.hero-heading-line { display: block; }
.hero-heading-line + .hero-heading-line { margin-top: 0.16em; }
.question-led-hero .hero-text {
  max-width: 660px;
  margin-top: 20px;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.62;
}
.hero-text-sentence { display: block; }
.hero-text-sentence + .hero-text-sentence { margin-top: 0.55em; }
.hero-question-panel {
  align-self: center;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 254, 249, 0.98), rgba(248, 210, 186, 0.3) 52%, rgba(172, 232, 197, 0.3));
  box-shadow: var(--shadow);
}
.hero-question-panel h2 { max-width: 440px; font-size: clamp(1.45rem, 2vw, 1.9rem); }
.hero-question-panel ul { display: grid; gap: 0; margin: 18px 0 0; padding: 0; list-style: none; }
.hero-question-panel li { padding: 12px 0; border-top: 1px solid var(--line); font-weight: 600; line-height: 1.4; }

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-weight: 650;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

h1, h2, h3 { margin: 0; line-height: 1.17; letter-spacing: 0; font-weight: 650; text-wrap: balance; }
h1 { max-width: 980px; font-size: clamp(2.65rem, 4.5vw, 4rem); }
h2 { font-size: clamp(1.85rem, 2.6vw, 2.65rem); }
h3 { font-size: 1.32rem; }
.hero-text, .page-hero p, .intro p, .lede { color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.32rem); max-width: 760px; }
.hero-text { margin: 24px 0 0; color: var(--ink); font-size: clamp(1.22rem, 1.8vw, 1.55rem); line-height: 1.45; }
.hero-support { max-width: 680px; margin: 16px 0 0; color: var(--muted); font-size: 1.02rem; }
.hero-actions, .filters { flex-wrap: wrap; margin-top: 24px; }
.credibility-line { margin: 16px 0 0; color: var(--muted); font-size: 0.82rem; font-weight: 600; }
.offer-shortcuts { display: none; }

.hero-card, .card, .resource-card, .post {
  border: 1px solid var(--line);
  background: rgba(255, 254, 249, 0.9);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.hero-card { display: grid; gap: 18px; padding: clamp(26px, 4vw, 38px); }
.offer-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(255, 254, 249, 0.98) 0%, rgba(255, 254, 249, 0.96) 58%, rgba(172, 232, 197, 0.2) 82%, rgba(121, 222, 209, 0.34) 100%) padding-box,
    var(--brand-gradient) border-box;
  color: var(--brand-charcoal);
  border: 1px solid transparent;
  box-shadow: 0 28px 70px rgba(33, 38, 44, 0.15);
}
.offer-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -110px;
  top: -130px;
  border-radius: 50%;
  background: rgba(121, 222, 209, 0.12);
  box-shadow: inset 0 0 56px rgba(255, 255, 255, 0.62);
}
.offer-card::after { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: var(--brand-gradient); }
.offer-card h2 { max-width: 430px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.offer-card .card-kicker { color: #305d59; }
.card-kicker, .section-label {
  margin: 0;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.offer-list { display: grid; gap: 0; padding: 0; margin: 4px 0 0; list-style: none; }
.offer-list li { border-top: 1px solid rgba(33, 38, 44, 0.15); }
.offer-list a { display: grid; grid-template-columns: 34px 1fr; gap: 2px 12px; padding: 15px 0; }
.offer-list a:hover strong, .offer-link:hover { color: #12665f; }
.offer-list span { grid-row: 1 / 3; color: #305d59; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.04em; }
.offer-list strong { font-size: 1rem; line-height: 1.35; }
.offer-list small { color: #4d5d5c; font-size: 0.82rem; line-height: 1.4; }
.offer-link { justify-self: start; color: var(--brand-charcoal); font-size: 0.86rem; font-weight: 700; }
.stat { display: block; font-size: 2.65rem; font-weight: 700; letter-spacing: 0; }
.stat-label, .resource-card p, .resource-card small, .card p, .footer p, .post p, .post li { color: var(--muted); }

.section { padding: 76px 0; }
.intro { max-width: 1080px; margin-left: 0; }
.intro h2 { margin: 16px 0 24px; }
.intro p:not(.section-label) { font-size: clamp(1.22rem, 2.1vw, 1.65rem); line-height: 1.48; max-width: 1040px; }
.grid, .showcase-grid { display: grid; gap: 22px; }
.three-columns, .showcase-grid { grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); }
.two-columns { grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr)); }
.card { padding: 30px; }
.card h2 { font-size: 1.55rem; margin-bottom: 12px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-heading h2 { max-width: 850px; }
.text-link { flex: 0 0 auto; color: var(--accent); font-weight: 700; }
.text-link:hover { color: var(--ink); }
.service-card { min-height: 280px; display: flex; flex-direction: column; align-items: flex-start; }
.service-card, .offer-grid .card { position: relative; overflow: hidden; }
.service-card::before, .offer-grid .card::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: var(--brand-gradient); }
.service-card:nth-child(2)::before, .offer-grid .card:nth-child(2)::before { background: linear-gradient(90deg, var(--brand-cream), var(--brand-lime), var(--brand-mint)); }
.service-card:nth-child(3)::before, .offer-grid .card:nth-child(3)::before { background: linear-gradient(90deg, var(--brand-lime), var(--brand-mint), var(--brand-turquoise)); }
.service-card h3 { margin: auto 0 12px; font-size: clamp(1.45rem, 2vw, 1.9rem); }
.services-overview .service-card h3 { margin: 26px 0 12px; }
.service-card p { margin-bottom: 0; }
.service-index { color: var(--accent); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; }
.offer-grid .card { scroll-margin-top: 100px; }
.offer-grid .card h2 { margin: 26px 0 16px; }
.offer-grid .card ul { margin: 20px 0 0; padding-left: 20px; color: var(--muted); }

.resource-card { overflow: hidden; transition: transform .18s ease, border-color .18s ease; }
.resource-card:hover { transform: translateY(-5px); border-color: rgba(22, 122, 114, 0.42); }
.resource-card a {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  align-content: start;
  gap: 14px;
  height: 100%;
  padding: 14px 14px 20px;
}
.resource-card img { aspect-ratio: 16 / 10; width: 100%; object-fit: cover; border-radius: 20px; border: 1px solid var(--line); }
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  width: 118px;
  height: 30px;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(223, 241, 174, 0.72), rgba(121, 222, 209, 0.42));
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
.resource-card p { margin: 0; }
.resource-card small { margin-top: auto; }
.resource-card h2 { font-size: 1.36rem; }

.article-page { padding: 54px 0 96px; }
.article-heading { max-width: 1040px; margin: 44px 0 34px; }
.article-heading h1 { font-size: clamp(2.25rem, 4vw, 3.6rem); }
.article-heading .lede { max-width: 900px; margin-top: 24px; }
.article-feature { width: 100%; max-height: 620px; aspect-ratio: 16 / 7; object-fit: cover; border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.article-layout, .legacy-page-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 320px); gap: clamp(52px, 8vw, 110px); align-items: start; min-width: 0; }
.article-layout { margin-top: 62px; }
.article-body, .legacy-page-body { width: 100%; max-width: min(75ch, 100%); color: var(--ink); font-size: 1.08rem; line-height: 1.82; }
.article-body > :first-child, .legacy-page-body > :first-child { margin-top: 0; }
.article-body h2, .legacy-page-body h2 { margin: 2.2em 0 0.72em; font-size: clamp(1.42rem, 2vw, 1.82rem); line-height: 1.22; scroll-margin-top: 100px; }
.article-body h3, .legacy-page-body h3 { margin: 1.9em 0 0.68em; font-size: 1.22rem; line-height: 1.3; letter-spacing: 0; scroll-margin-top: 100px; }
.article-body p, .legacy-page-body p { margin: 0 0 1.25em; }
.article-body a, .legacy-page-body a { color: var(--accent); font-weight: 650; text-decoration: underline; text-decoration-thickness: 0.08em; text-underline-offset: 0.17em; }
.article-body a:hover, .legacy-page-body a:hover { color: var(--brand-charcoal); }
.article-body, .legacy-page-body { overflow-wrap: anywhere; }
.article-body *, .legacy-page-body * { max-width: 100%; }
.article-body ul, .legacy-page-body ul { margin: 0 0 1.5em; padding-left: 1.4em; }
.article-body li, .legacy-page-body li { margin: 0.48em 0; }
.article-body blockquote, .legacy-page-body blockquote { margin: 2em 0; padding: 1.2em 1.5em; border-left: 6px solid var(--brand-turquoise); border-radius: 0 18px 18px 0; background: rgba(121, 222, 209, 0.13); font-size: 1.15rem; font-weight: 600; }
.article-body pre, .legacy-page-body pre { max-width: 100%; overflow-x: auto; margin: 0 0 1.6em; padding: 20px; border-radius: 18px; background: var(--brand-charcoal); color: #fff; font-size: 0.9rem; line-height: 1.6; tab-size: 2; }
.article-body pre code, .legacy-page-body pre code { font-family: "Cascadia Code", "SFMono-Regular", Consolas, "Liberation Mono", monospace; white-space: pre; }
.article-body :not(pre) > code, .legacy-page-body :not(pre) > code { padding: 0.12em 0.34em; border-radius: 0.35em; background: rgba(20, 58, 58, 0.09); font-family: "Cascadia Code", "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: 0.9em; }
.article-aside { position: sticky; top: 100px; display: grid; gap: 22px; min-width: 0; }
.article-aside > div { padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 254, 249, 0.9); box-shadow: var(--shadow); }
.article-aside ol { display: grid; gap: 12px; margin: 16px 0 0; padding-left: 1.2em; color: var(--muted); }
.article-aside ol a:hover { color: var(--accent); }
.article-aside h2 { margin: 12px 0; font-size: 1.75rem; }
.article-aside p { color: var(--muted); }
.article-aside .button { margin-top: 8px; text-align: center; }
.aside-cta { background: linear-gradient(155deg, rgba(255, 254, 249, 0.98), rgba(121, 222, 209, 0.22)) !important; }
.legacy-page-hero { max-width: 1080px; }
.legacy-page-layout { padding-top: 54px; }
.booking-grid { grid-template-columns: repeat(auto-fit, minmax(min(330px, 100%), 1fr)); }
.booking-grid .service-card h2 { margin: auto 0 12px; }
.site-search { max-width: 760px; margin-top: 28px; }
.site-search label { display: block; margin-bottom: 8px; font-weight: 700; }
.site-search > div { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.site-search input { min-width: 0; padding: 14px 18px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font: inherit; }
.site-search input:focus { outline: 3px solid rgba(22, 122, 114, 0.2); border-color: var(--accent); }
.search-results { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(330px, 100%), 1fr)); gap: 20px; }
.search-result { border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 254, 249, 0.9); box-shadow: var(--shadow); }
.search-result a { display: grid; gap: 13px; height: 100%; padding: 24px; }
.search-result h2 { font-size: 1.5rem; }
.search-result p, .search-result small { margin: 0; color: var(--muted); }

.decision-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(38px, 7vw, 110px);
  align-items: center;
  margin: 70px auto 96px;
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid rgba(33, 38, 44, 0.12);
  border-radius: 34px;
  background: var(--brand-gradient);
  box-shadow: var(--shadow);
}
.decision-strip h2 { margin-top: 14px; }
.decision-strip > div:last-child { color: var(--muted); font-size: 1.08rem; }
.decision-strip .button { margin-top: 18px; }

.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 44px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.leader-section > div:last-child { max-width: 72ch; }
.leader-section > div:last-child p { margin: 0 0 1.2em; color: var(--muted); font-size: 1.08rem; }
.rich-list { color: var(--muted); font-size: 1.12rem; }
.faq-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.7fr);
  gap: 26px;
  align-items: start;
}
.faq-index {
  position: sticky;
  top: 104px;
  max-height: calc(100vh - 132px);
  overflow: auto;
}
.faq-index h2 { font-size: 1.25rem; }
.faq-index ol { margin: 16px 0 0; padding-left: 22px; color: var(--muted); }
.faq-index li + li { margin-top: 10px; }
.faq-index a { color: var(--accent-strong); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.faq {
  display: grid;
  gap: 18px;
}
.faq-item {
  scroll-margin-top: 108px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255,255,255,.74);
  box-shadow: 0 18px 44px rgba(33, 38, 44, 0.07);
}
.faq-item h2 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
.faq-item p { margin: 12px 0 0; color: var(--muted); font-size: 1.05rem; }

.post { max-width: 900px; margin: 56px auto; padding: clamp(22px, 4vw, 44px); }
.back { color: var(--accent); font-weight: 700; }
.post-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 24px; margin: 24px 0; border: 1px solid var(--line); }
.post h1 { font-size: clamp(2.25rem, 5vw, 4.2rem); }
.post h2 { font-size: 1.8rem; margin-top: 34px; }
.post .button { margin-top: 16px; }

.footer {
  padding: 36px 0 56px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 0;
  color: var(--muted);
}
.site-footer { border-top: 1px solid var(--line); background: var(--panel-2); color: var(--ink); }
.footer strong { color: var(--ink); }
.footer > div:first-child { max-width: 590px; }
.footer-brand { display: flex; align-items: flex-start; gap: 16px; }
.footer-logo { width: 64px; height: 64px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; }
.footer-brand p { margin: 6px 0 0; }
.footer-brand .footer-legal-disclosure { max-width: 68ch; margin-top: 12px; font-size: 0.78rem; line-height: 1.5; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 14px; }
.footer-links a, .site-footer .cookie-settings-link { color: var(--accent-strong); text-decoration: underline; text-underline-offset: 3px; }
.cookie-settings-link, .inline-cookie-settings, .cookie-manage-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--accent-strong);
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.social { align-items: flex-start; flex-wrap: wrap; }
.social-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  color: var(--brand-charcoal);
  font-weight: 650;
}
.social-icon svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: currentColor;
}
.social-icon img { width: 39px; height: 39px; object-fit: contain; }
.legal-page .article-heading { max-width: 860px; }
.legal-page .article-body { max-width: 82ch; }
.storage-list { display: grid; gap: 14px; margin: 0 0 2em; }
.storage-list > div { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 254, 249, 0.78); }
.storage-list dt { font-weight: 700; }
.storage-list dd { margin: 5px 0 0; color: var(--muted); }
.cookie-banner {
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: 20px;
  left: 20px;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(33, 38, 44, 0.2);
  border-radius: 28px;
  background: rgba(255, 254, 249, 0.98);
  box-shadow: 0 30px 90px rgba(33, 38, 44, 0.28);
}
.cookie-banner h2, .cookie-dialog h2 { font-size: clamp(1.55rem, 2.5vw, 2.15rem); }
.cookie-banner p { margin: 10px 0; color: var(--muted); }
.cookie-banner-copy > a { color: var(--accent-strong); font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner-actions { display: grid; gap: 10px; }
.cookie-banner-actions .button { width: 100%; text-align: center; }
.cookie-manage-link { justify-self: center; padding: 8px; }
@media (min-width: 921px) {
  .cookie-banner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    padding: 16px 20px;
    border-radius: 20px;
  }
  .cookie-banner h2 { margin: 0; font-size: 1.3rem; }
  .cookie-banner p { margin: 4px 0; font-size: .9rem; line-height: 1.4; }
  .cookie-banner-copy .eyebrow { margin: 0 0 2px; font-size: .7rem; }
  .cookie-banner-copy > a { font-size: .88rem; }
  .cookie-banner-actions {
    grid-template-columns: auto auto;
    align-items: center;
    gap: 6px 10px;
  }
  .cookie-banner-actions .button { width: auto; padding: 11px 16px; white-space: nowrap; }
  .cookie-manage-link { grid-column: 1 / -1; padding: 2px 8px; }
}
.cookie-dialog {
  width: min(680px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  color: var(--ink);
  box-shadow: 0 30px 100px rgba(33, 38, 44, 0.35);
}
.cookie-dialog::backdrop { background: rgba(33, 38, 44, 0.56); backdrop-filter: blur(4px); }
.cookie-dialog form { padding: clamp(24px, 5vw, 40px); }
.cookie-dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.cookie-dialog-heading .eyebrow { margin-bottom: 8px; }
.cookie-dialog-close { width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font: 400 1.7rem/1 var(--font-sans); cursor: pointer; }
.cookie-dialog > form > p { color: var(--muted); }
.cookie-option { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; margin-top: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(238, 245, 237, 0.65); }
.cookie-option p { margin: 5px 0 0; color: var(--muted); }
.cookie-option span { color: var(--accent-strong); font-size: .9rem; font-weight: 700; }
.cookie-option input { width: 48px; height: 26px; accent-color: var(--accent-strong); cursor: pointer; }
.cookie-dialog-note { font-size: .94rem; }
.cookie-dialog-note a { color: var(--accent-strong); text-decoration: underline; text-underline-offset: 3px; }
.cookie-dialog-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; margin-top: 24px; }
.contact-form-section { border-top: 1px solid var(--line); }
.enquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: 28px; background: var(--panel); box-shadow: var(--shadow); }
.form-field, .form-field-wide { display: grid; gap: 8px; }
.form-field-wide, .form-acknowledgement { grid-column: 1 / -1; }
.form-field label, .form-field-wide label { font-weight: 700; }
.form-field label span { color: var(--muted); font-weight: 400; }
.form-field input, .form-field-wide input, .form-field select, .form-field-wide textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; }
.form-field input:focus, .form-field-wide input:focus, .form-field select:focus, .form-field-wide textarea:focus { outline: 3px solid rgba(25, 122, 108, .22); outline-offset: 2px; border-color: var(--accent-strong); }
.form-field-wide textarea { resize: vertical; }
.form-acknowledgement { display: flex; align-items: flex-start; gap: 12px; }
.form-acknowledgement input { width: 22px; height: 22px; flex: 0 0 22px; }
.form-acknowledgement a { color: var(--accent-strong); text-decoration: underline; text-underline-offset: 3px; }
.form-submit { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.form-submit p { margin: 0; color: var(--muted); }
.form-submit .form-status { min-height: 1.5em; font-weight: 700; }
.form-submit .form-status.is-success { color: #176447; }
.form-submit .form-status.is-error { color: #9f2d20; }
.form-submit .button:disabled { cursor: wait; opacity: .68; }
.form-honeypot { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; white-space: nowrap; }
.contact-alternatives { border-top: 1px solid var(--line); }
.email-contact .public-email { overflow-wrap: anywhere; color: var(--ink); font-weight: 700; }
.copy-email-status { min-height: 1.5em; color: var(--muted); font-size: .92rem; }

.route-preview {
  position: relative;
  overflow: hidden;
  border-color: transparent;
  background:
    linear-gradient(155deg, rgba(255, 254, 249, 0.98), rgba(255, 254, 249, 0.94) 64%, rgba(121, 222, 209, 0.26)) padding-box,
    var(--brand-gradient) border-box;
}
.route-preview::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: var(--brand-gradient); }
.route-preview h2 { font-size: clamp(1.65rem, 2.7vw, 2.35rem); }
.route-preview ol { display: grid; gap: 10px; margin: 4px 0 0; padding: 0; list-style: none; }
.route-preview li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; padding: 14px 0; border-top: 1px solid var(--line); }
.route-preview li span { color: var(--accent); font-size: .76rem; font-weight: 700; }
.route-preview li strong { font-size: 1.04rem; }

.customer-question-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.customer-question-grid li {
  position: relative;
  padding: 20px 22px 20px 48px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 254, 249, .8);
}
.customer-question-grid li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 22px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-lime), var(--brand-turquoise));
  box-shadow: 0 0 0 5px rgba(121, 222, 209, .12);
}
.customer-question-grid li:last-child { grid-column: 1 / -1; }
.customer-questions-summary { max-width: 940px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.1rem, 1.8vw, 1.3rem); }

.situation-grid, .route-questions, .consequence-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.situation-grid li, .route-questions li, .consequence-list li {
  position: relative;
  padding: 20px 22px 20px 48px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 254, 249, .8);
}
.situation-grid li::before, .route-questions li::before, .consequence-list li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 22px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-lime), var(--brand-turquoise));
  box-shadow: 0 0 0 5px rgba(121, 222, 209, .12);
}
.situation-grid li:last-child { grid-column: 1 / -1; }

.route-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  counter-reset: route-step;
}
.route-steps li { display: inline-flex; align-items: center; min-height: 48px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 254, 249, .88); font-weight: 650; }
.route-steps li:not(:last-child)::after { content: "→"; margin-left: 16px; color: var(--accent); }
.route-questions { margin-top: 28px; }
.consequence-section { padding-top: 38px; }
.starting-point-card { display: flex; min-height: 300px; flex-direction: column; align-items: flex-start; }
.starting-point-card h3 { margin: 34px 0 12px; font-size: clamp(1.65rem, 2.4vw, 2.2rem); }
.starting-point-card .button { margin-top: auto; }
.capability-lead { max-width: 900px; margin-top: 30px; padding: 30px; border-top: 1px solid var(--line); color: var(--muted); }
.capability-lead p { margin: 0; }
.experience-section { scroll-margin-top: 100px; }
.section-support { max-width: 700px; margin: 12px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.55; }
.approved-claims .approved-claim { min-height: 210px; }

body[data-page="home"] .services-overview { padding-top: 56px; }

.assessment-boundary { margin-top: 22px; padding: 18px 20px; border-left: 5px solid var(--brand-turquoise); border-radius: 0 16px 16px 0; background: rgba(121, 222, 209, .1); font-size: 1rem !important; }
.page-hero.route-check-hero { padding-bottom: 20px; }
.section.route-check-section { max-width: 980px; padding-top: 30px; }
.route-check-form { display: grid; gap: 18px; }
.route-question { margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 254, 249, .9); box-shadow: 0 12px 34px rgba(33, 38, 44, .06); }
.route-question legend {
  float: left;
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin: 0 0 18px;
  padding: 0;
  font-size: 1.14rem;
  font-weight: 650;
  line-height: 1.35;
}
.route-question legend span { display: inline-block; min-width: 36px; color: var(--accent); font-size: .76rem; letter-spacing: .04em; }
.route-options { clear: both; display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 0 36px; }
.route-options label { display: inline-flex; gap: 9px; align-items: center; min-height: 44px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--panel); cursor: pointer; }
.route-options label:has(input:checked) { border-color: var(--accent); background: rgba(121, 222, 209, .16); }
.route-options input { width: 18px; height: 18px; accent-color: var(--accent); }
.route-question.is-missing { border-color: #a23f35; box-shadow: 0 0 0 3px rgba(162, 63, 53, .12); }
.route-check-actions, .route-result-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 12px; }
.route-check-error { min-height: 1.6em; margin: 0; color: #8a3028; font-weight: 650; }
.route-results { margin-top: 42px; padding: clamp(28px, 5vw, 54px); border: 1px solid var(--line); border-radius: 30px; background: var(--brand-gradient); box-shadow: var(--shadow); }
.route-result h2 { margin: 10px 0 18px; }
.route-result p:not(.eyebrow) { max-width: 72ch; font-size: 1.14rem; }
.text-button { min-height: 44px; padding: 8px 10px; border: 0; background: transparent; color: var(--accent); font: inherit; font-weight: 700; text-decoration: underline; cursor: pointer; }
.review-sections { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.review-sections .card { box-shadow: 0 14px 42px rgba(33, 38, 44, .08); }
.review-sections .card ul { margin-bottom: 0; padding-left: 20px; color: var(--muted); }
.review-sections .review-boundary { grid-column: 1 / -1; background: linear-gradient(155deg, rgba(255, 254, 249, .98), rgba(121, 222, 209, .13)); }

@media (min-width: 1280px) {
  .question-led-hero .hero-heading-line { white-space: nowrap; }
}

@media (max-width: 920px) {
  .footer { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .nav { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; padding: 12px 0; }
  .nav-links { grid-column: 1 / -1; width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 4px 0 8px; }
  .nav-links a { min-height: 44px; display: flex; align-items: center; padding: 9px 12px; border-radius: 12px; }
  .site-header.nav-enhanced .nav-toggle { display: block; }
  .site-header.nav-enhanced .nav-links { display: none; }
  .site-header.nav-enhanced.menu-open .nav-links { display: grid; }
  .showcase-hero { grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: clamp(28px, 4vw, 48px); }
  .question-led-hero { grid-template-columns: 1fr; gap: 30px; }
  .decision-strip { grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); }
  .hero { min-height: auto; }
  .showcase-hero { min-height: auto; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  h1 { font-size: clamp(2.5rem, 9vw, 3.6rem); }
  .article-layout, .legacy-page-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-index { position: static; max-height: none; }
  .cookie-banner { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .showcase-hero { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 560px) {
  .nav, .footer { width: min(1240px, calc(100% - 28px)); }
  .nav-links { grid-template-columns: 1fr; }
  .hero, .page-hero { padding: 42px 0 36px; }
  .section { padding: 64px 0; }
  h1 { font-size: clamp(2.15rem, 9.5vw, 2.75rem); }
  .hero-text { font-size: 1.25rem; }
  .question-led-hero h1 { font-size: clamp(2.15rem, 9.5vw, 2.75rem); }
  .question-led-hero .hero-text { font-size: 1.1rem; }
  .question-led-hero { margin-top: 12px; padding: 26px 20px; border-radius: 28px; }
  .hero-arrival { align-items: flex-start; border-radius: 20px; }
  .hero-arrival-context { width: calc(100% - 24px); margin-left: 24px; }
  .hero-question-panel { padding: 22px; border-radius: 24px; }
  .showcase-hero { gap: 30px; }
  .offer-shortcuts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 20px; }
  .offer-shortcuts a { display: grid; place-items: center; min-height: 54px; padding: 7px; border: 1px solid var(--line); border-radius: 14px; background: var(--brand-peach); color: var(--brand-charcoal); font-size: 0.74rem; font-weight: 700; line-height: 1.25; text-align: center; }
  .offer-shortcuts a:nth-child(2) { background: var(--brand-lime); }
  .offer-shortcuts a:nth-child(3) { background: var(--brand-turquoise); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-card { border-radius: 24px; }
  .decision-strip { margin: 44px auto 70px; border-radius: 24px; }
  .article-page { padding: 38px 0 68px; }
  .article-heading { margin: 30px 0 24px; }
  .article-heading h1 { font-size: clamp(2rem, 9vw, 2.65rem); }
  .article-feature { aspect-ratio: 16 / 10; border-radius: 22px; }
  .article-layout { margin-top: 40px; }
  .article-body, .legacy-page-body { font-size: 1.02rem; line-height: 1.78; }
  .site-search > div { grid-template-columns: 1fr; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; width: calc(100% - 20px); max-height: calc(100vh - 20px); overflow: auto; border-radius: 22px; }
  .cookie-option { grid-template-columns: 1fr; }
  .cookie-dialog-actions { display: grid; }
  .enquiry-form { grid-template-columns: 1fr; }
  .form-field-wide, .form-acknowledgement { grid-column: auto; }
  .customer-question-grid, .situation-grid, .route-questions, .consequence-list, .capability-lead, .review-sections { grid-template-columns: 1fr; }
  .customer-question-grid li:last-child, .situation-grid li:last-child, .review-sections .review-boundary { grid-column: auto; }
  .route-options { display: grid; margin-left: 0; }
  .route-steps { display: grid; }
  .route-steps li { justify-content: space-between; border-radius: 16px; }
  .section.route-check-section { padding-top: 20px; }
}

@media print {
  .site-header, .footer, .cookie-banner, .cookie-dialog, .route-check-hero, .route-check-form, .route-result-actions { display: none !important; }
  body { background: #fff; color: #000; }
  main, .route-check-section { width: 100%; max-width: none; margin: 0; padding: 0; }
  .route-results { display: block !important; margin: 0; padding: 0; border: 0; background: #fff; box-shadow: none; }
  .route-result[hidden] { display: none !important; }
  .route-result a { color: #000; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; }
  .site-header.header-enhanced { transition: none; }
}

/* Full-width homepage route and evidence system */
body[data-page="home"] {
  overflow-x: clip;
  background: #fbfaf6;
}
body[data-page="home"] main { width: 100%; background: var(--bg); }
.home-section { padding: clamp(82px, 9vw, 148px) 0; }
.home-section-heading { max-width: 980px; margin-bottom: clamp(42px, 6vw, 78px); }
.home-section-heading h2 { max-width: 18ch; font-size: clamp(2.55rem, 5vw, 5.5rem); line-height: 1; }
.heading-with-link { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.heading-with-link > div { max-width: 1000px; }

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 76px);
  background: #fbfaf6;
  color: var(--ink);
}
.home-hero::before,
.home-hero::after {
  position: absolute;
  border: 1px solid rgba(18, 102, 95, .16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.home-hero::before { width: 34vw; height: 34vw; min-width: 380px; min-height: 380px; right: -12vw; top: -19vw; }
.home-hero::after { width: 22vw; height: 22vw; min-width: 260px; min-height: 260px; left: -9vw; bottom: -15vw; border-color: rgba(190, 106, 74, .18); }
.home-hero-layout {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, .82fr);
  gap: clamp(54px, 7vw, 120px);
  align-items: center;
  padding-top: clamp(54px, 7vh, 88px);
  padding-bottom: clamp(58px, 8vh, 96px);
}
.home-hero-copy { position: relative; z-index: 2; max-width: 850px; }
.home-hero .eyebrow { color: var(--accent-strong); }
.home-hero h1 { max-width: 18ch; font-size: clamp(3.05rem, 4.25vw, 5.15rem); line-height: 1.01; letter-spacing: -.035em; }
.hero-question-sequence { max-width: 72ch; margin-top: clamp(28px, 4vh, 42px); border-top: 1px solid rgba(33,38,44,.18); }
.hero-question-sequence p { margin: 0; padding: 13px 0 13px 28px; border-bottom: 1px solid rgba(33,38,44,.14); color: rgba(33,38,44,.82); font-size: clamp(1rem, 1.15vw, 1.16rem); line-height: 1.48; }
.hero-question-sequence p::before { width: 7px; height: 7px; display: inline-block; margin: 0 18px 2px -25px; border-radius: 50%; background: #c96f4a; content: ""; }
.hero-question-sequence p:nth-child(2)::before { background: var(--accent-strong); }
.hero-question-sequence p:nth-child(3)::before { background: #1f9c91; }
.hero-resolution { max-width: 68ch; margin: 24px 0 0; color: var(--ink); font-size: clamp(1.08rem, 1.35vw, 1.3rem); line-height: 1.52; }
.home-hero .credibility-line { color: var(--muted); }
.button-bright { border-color: var(--brand-turquoise); background: var(--brand-turquoise); color: var(--brand-charcoal); box-shadow: none; }
.button-bright:hover { border-color: var(--brand-mint); background: var(--brand-mint); }
.button-dark-secondary { border-color: rgba(255,255,255,.34); background: transparent; color: #fffef9; box-shadow: none; }
.button-dark-secondary:hover { border-color: #fffef9; background: rgba(255,255,255,.08); }
.home-hero .button-dark-secondary { border-color: rgba(33,38,44,.28); color: var(--ink); }
.home-hero .button-dark-secondary:hover { border-color: var(--ink); background: rgba(255,254,249,.52); }

.control-route-visual {
  position: relative;
  z-index: 1;
  min-height: 610px;
  margin: 0;
  padding: 34px;
  border: 1px solid rgba(33,38,44,.16);
  background: rgba(255,254,249,.68);
}
.control-route {
  position: relative;
  min-height: 510px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.control-route::before {
  position: absolute;
  top: 18px;
  bottom: 24px;
  left: 50%;
  width: 2px;
  transform: scaleY(1);
  transform-origin: top;
  background: linear-gradient(var(--brand-peach), var(--brand-lime) 52%, var(--brand-turquoise));
  box-shadow: 0 0 24px rgba(121,222,209,.32);
  animation: route-trace 4.8s ease-in-out infinite;
  content: "";
}
.control-route li {
  position: absolute;
  width: 46%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 9px 14px 9px 9px;
  border-top: 1px solid rgba(33,38,44,.17);
  color: rgba(33,38,44,.88);
}
.control-route li:nth-child(odd) { left: 0; }
.control-route li:nth-child(even) { right: 0; }
.control-route li:nth-child(1) { top: 0; }
.control-route li:nth-child(2) { top: 14%; }
.control-route li:nth-child(3) { top: 28%; }
.control-route li:nth-child(4) { top: 42%; }
.control-route li:nth-child(5) { top: 56%; }
.control-route li:nth-child(6) { top: 70%; }
.control-route li:nth-child(7) { top: 84%; }
.control-route li > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(33,38,44,.24);
  border-radius: 50%;
  color: var(--brand-turquoise);
  font-size: .72rem;
  font-weight: 700;
}
.control-route .route-uncertain { border-top-style: dashed; color: #995033; }
.control-route .route-uncertain > span { border-style: dashed; border-color: #b76543; color: #995033; }
.control-route .route-evidence { border: 1px solid rgba(18,102,95,.38); background: rgba(121,222,209,.24); color: var(--ink); animation: evidence-pulse 4.8s ease-in-out infinite; }
.control-route .route-evidence > span { border-color: var(--brand-turquoise); background: var(--brand-turquoise); color: var(--brand-charcoal); }
.route-branch { position: absolute; z-index: -1; width: 120px; height: 72px; border: 1px dashed rgba(153,80,51,.38); border-right: 0; border-bottom: 0; }
.route-branch-one { top: 37%; left: 22%; transform: rotate(-12deg); }
.route-branch-two { right: 17%; bottom: 30%; transform: rotate(16deg); border-color: rgba(18,102,95,.34); }
.control-route-visual figcaption { max-width: 54ch; margin: 20px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }
@keyframes route-trace { 0% { transform: scaleY(.08); opacity: .25; } 40%, 100% { transform: scaleY(1); opacity: 1; } }
@keyframes evidence-pulse { 0%, 55% { box-shadow: none; } 72% { box-shadow: 0 0 34px rgba(121,222,209,.22); } 100% { box-shadow: none; } }

.recognition-section { background: #fffef9; }
.recognition-pathways { border-bottom: 1px solid var(--line); }
.recognition-pathway {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: start;
  padding: clamp(30px, 4vw, 56px) 0;
  border-top: 1px solid var(--line);
  transition: color .18s ease, padding-left .18s ease;
}
.recognition-pathway:hover { padding-left: 18px; color: var(--accent-strong); }
.pathway-number { color: var(--accent); font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 650; line-height: 1; }
.recognition-pathway > div { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(300px, 1fr) auto; gap: clamp(24px, 4vw, 72px); align-items: start; }
.recognition-pathway h3 { max-width: 24ch; font-size: clamp(1.65rem, 2.4vw, 2.65rem); }
.recognition-pathway p { max-width: 62ch; margin: 0; color: var(--muted); font-size: 1.08rem; }
.recognition-pathway strong { max-width: 25ch; color: var(--accent-strong); line-height: 1.4; }

.consequence-section { overflow: hidden; padding: clamp(82px, 9vw, 140px) 0; background: linear-gradient(110deg, var(--brand-peach), var(--brand-cream) 38%, var(--brand-lime) 70%, var(--brand-turquoise)); color: var(--brand-charcoal); }
.consequence-layout { display: grid; grid-template-columns: minmax(320px,.72fr) minmax(0,1.28fr); gap: clamp(50px, 8vw, 140px); align-items: start; }
.consequence-layout h2 { max-width: 11ch; font-size: clamp(3rem, 5.4vw, 6.2rem); line-height: .98; letter-spacing: -.035em; }
.consequence-statements { border-top: 1px solid rgba(33,38,44,.28); }
.consequence-statements p { margin: 0; padding: clamp(24px, 3vw, 42px) 0; border-bottom: 1px solid rgba(33,38,44,.28); font-size: clamp(1.65rem, 2.8vw, 3.25rem); font-weight: 600; line-height: 1.13; }

.evidence-section { background: var(--panel-2); color: var(--ink); }
.evidence-section .eyebrow, .evidence-section .text-link { color: var(--accent-strong); }
.evidence-layout { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(360px,.72fr); gap: clamp(70px, 10vw, 170px); align-items: start; }
.evidence-feature h2 { max-width: 14ch; font-size: clamp(3rem, 5.3vw, 6rem); line-height: 1; letter-spacing: -.035em; }
.evidence-claim-heading { margin: clamp(44px, 6vw, 76px) 0 10px; color: var(--accent-strong); font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: .045em; }
.evidence-claim { max-width: 54ch; margin: 0; padding-left: 26px; border-left: 5px solid var(--brand-peach); font-size: clamp(1.5rem, 2.5vw, 2.8rem); font-weight: 600; line-height: 1.2; }
.evidence-insight { max-width: 67ch; margin: 30px 0 26px; color: var(--muted); font-size: 1.08rem; }
.evidence-leader { max-width: 70ch; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .98rem; }
.evidence-indicators { margin: 46px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.evidence-indicators li { display: grid; gap: 8px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.evidence-indicators strong { color: var(--accent-strong); font-size: clamp(2.3rem, 4vw, 4.6rem); line-height: 1; }
.evidence-indicators span { max-width: 32ch; color: var(--muted); font-size: 1rem; }

.method-section { background: #fffef9; }
.method-route { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 0; margin: 0; padding: 0; list-style: none; }
.method-route::before { position: absolute; top: 28px; right: 7%; left: 7%; height: 2px; background: var(--brand-gradient); content: ""; }
.method-route li { position: relative; padding: 0 clamp(18px, 2.5vw, 40px) 0 0; }
.method-route li + li { padding-left: clamp(18px, 2.5vw, 40px); border-left: 1px solid var(--line); }
.method-route > li > span { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid var(--accent); border-radius: 50%; background: #fffef9; color: var(--accent-strong); font-weight: 700; }
.method-route h3 { margin: 30px 0 12px; font-size: clamp(1.4rem, 2vw, 2rem); }
.method-route p { max-width: 33ch; margin: 0; color: var(--muted); }
.method-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 54px; }

.intervention-section { background: var(--panel-2); }
.intervention-bands { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(33,38,44,.2); border-bottom: 1px solid rgba(33,38,44,.2); }
.intervention-bands article { min-height: 390px; display: flex; flex-direction: column; padding: clamp(32px, 4vw, 58px); }
.intervention-bands article + article { border-left: 1px solid rgba(33,38,44,.2); }
.intervention-bands article > span { color: var(--accent); font-size: .78rem; font-weight: 700; }
.intervention-bands h3 { max-width: 14ch; margin: auto 0 18px; font-size: clamp(1.75rem, 2.7vw, 3rem); }
.intervention-bands p { max-width: 50ch; margin: 0 0 28px; color: var(--muted); }
.intervention-bands .text-link { margin-top: auto; align-self: flex-start; }

.starting-section { background: #fbfaf6; }
.starting-options { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(24px, 4vw, 54px); align-items: stretch; }
.starting-option { min-height: 420px; display: flex; flex-direction: column; padding: clamp(34px, 5vw, 68px); }
.starting-option h3 { max-width: 13ch; margin: auto 0 20px; font-size: clamp(2.2rem, 4vw, 4.6rem); line-height: 1.02; }
.starting-option p:not(.option-label) { max-width: 58ch; margin: 0 0 30px; font-size: 1.08rem; }
.starting-option .button { align-self: flex-start; margin-top: auto; }
.option-label { margin: 0; color: var(--accent-strong); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.starting-option-check { border: 2px solid rgba(33,38,44,.2); background: #fffef9; }
.starting-option-review { border: 2px solid rgba(18,102,95,.3); background: var(--panel-2); color: var(--ink); }
.starting-option-review .option-label { color: var(--accent-strong); }
.starting-option-review p:not(.option-label) { color: var(--muted); }

.home-insights { background: #fffef9; }
.home-insights .showcase-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.home-insights .resource-card { border-radius: 0; box-shadow: none; }
.home-insights .resource-card:hover { transform: none; border-color: var(--accent); }

.home-final-cta { overflow: hidden; padding: clamp(86px, 10vw, 160px) 0; background: #e5f2ef; color: var(--ink); }
.final-cta-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(360px,.72fr); gap: clamp(50px, 9vw, 150px); align-items: end; }
.home-final-cta .eyebrow { color: var(--accent-strong); }
.home-final-cta h2 { max-width: 15ch; font-size: clamp(3rem, 5.8vw, 6.5rem); line-height: .98; letter-spacing: -.035em; }
.home-final-cta p:not(.eyebrow) { max-width: 54ch; color: var(--muted); font-size: 1.15rem; }
.home-final-cta .button-dark-secondary { border-color: rgba(33,38,44,.28); color: var(--ink); }
.home-final-cta .button-dark-secondary:hover { border-color: var(--ink); background: rgba(255,254,249,.55); }
.site-footer .footer p { color: var(--muted); }

@media (max-width: 1100px) {
  .home-hero-layout { grid-template-columns: minmax(0,1fr) minmax(350px,.74fr); gap: 42px; }
  .home-hero h1 { font-size: clamp(2.9rem, 5.2vw, 4.4rem); }
  .recognition-pathway > div { grid-template-columns: minmax(260px,.9fr) minmax(280px,1fr); }
  .recognition-pathway strong { grid-column: 2; }
  .evidence-layout { gap: 60px; }
}

@media (max-width: 920px) {
  body[data-page="home"] .site-header.header-enhanced.header-at-top:not(.menu-open) .nav-toggle { border-color: rgba(33,38,44,.24); background: rgba(255,254,249,.54); color: var(--ink); }
  .site-header.nav-enhanced.menu-open .nav-links { max-height: calc(100vh - 88px); overflow-y: auto; padding: 10px; border: 1px solid var(--line); background: var(--panel-2); }
  .site-header.nav-enhanced.menu-open .nav-links a { color: var(--ink); }
  .site-header.nav-enhanced.menu-open .nav-links .nav-action { justify-content: center; background: var(--brand-charcoal); color: #fff; }
  .home-hero, .home-hero-layout { min-height: auto; }
  .home-hero-layout { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 72px; }
  .home-hero-copy { max-width: 780px; }
  .control-route-visual { min-height: auto; max-width: 780px; padding: 30px 26px; }
  .control-route { min-height: auto; display: grid; gap: 0; }
  .control-route::before { top: 26px; bottom: 26px; left: 20px; transform: none; animation: none; }
  .control-route li, .control-route li:nth-child(odd), .control-route li:nth-child(even), .control-route li:nth-child(n) { position: relative; top: auto; right: auto; left: auto; width: auto; min-height: 64px; margin-left: 0; padding-right: 0; padding-left: 0; background: transparent; }
  .control-route li > span { background: #0f3029; }
  .control-route .route-evidence { padding-left: 8px; border-color: rgba(121,222,209,.5); background: rgba(121,222,209,.1); animation: none; }
  .route-branch { display: none; }
  .consequence-layout, .evidence-layout, .final-cta-layout { grid-template-columns: 1fr; }
  .consequence-layout h2 { max-width: 14ch; }
  .method-route { grid-template-columns: 1fr; }
  .method-route::before { top: 26px; bottom: 26px; left: 28px; width: 2px; height: auto; }
  .method-route li, .method-route li + li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 0 0 34px; border-left: 0; }
  .method-route h3 { margin: 0 0 8px; }
  .intervention-bands { grid-template-columns: 1fr; }
  .intervention-bands article { min-height: auto; }
  .intervention-bands article + article { border-top: 1px solid rgba(33,38,44,.2); border-left: 0; }
  .intervention-bands h3 { margin: 42px 0 18px; }
  .starting-options { grid-template-columns: 1fr; }
  .home-insights .showcase-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .nav, .footer, .section-inner { width: min(100% - 28px, 1520px); }
  body:not([data-page="home"]) main { width: min(100% - 28px, 1240px); }
  .home-section { padding: 76px 0; }
  .home-section-heading { margin-bottom: 38px; }
  .home-section-heading h2 { max-width: none; font-size: clamp(2.4rem, 11vw, 3.6rem); }
  .heading-with-link { align-items: flex-start; flex-direction: column; }
  .home-hero-layout { gap: 44px; padding-top: 46px; padding-bottom: 62px; }
  .home-hero h1 { max-width: none; font-size: clamp(2.55rem, 11vw, 3.45rem); line-height: 1.02; }
  .hero-question-sequence { margin-top: 24px; }
  .hero-question-sequence p { padding-top: 12px; padding-bottom: 12px; font-size: 1rem; }
  .hero-resolution { font-size: 1.08rem; }
  .home-hero .hero-actions, .home-final-cta .hero-actions { display: grid; }
  .control-route-visual { padding: 24px 20px; }
  .recognition-pathway { grid-template-columns: 54px minmax(0,1fr); gap: 14px; }
  .recognition-pathway:hover { padding-left: 0; }
  .recognition-pathway > div { grid-template-columns: 1fr; gap: 18px; }
  .recognition-pathway strong { grid-column: auto; }
  .pathway-number { font-size: 1.5rem; }
  .consequence-section { padding: 76px 0; }
  .consequence-layout { gap: 46px; }
  .consequence-layout h2 { max-width: none; font-size: clamp(2.75rem, 12vw, 4.2rem); }
  .consequence-statements p { font-size: clamp(1.55rem, 7vw, 2.35rem); }
  .evidence-feature h2 { max-width: none; font-size: clamp(2.7rem, 12vw, 4.2rem); }
  .evidence-claim { padding-left: 18px; font-size: clamp(1.45rem, 7vw, 2.25rem); }
  .method-actions { align-items: stretch; flex-direction: column; }
  .method-actions .button, .method-actions .text-link { width: 100%; }
  .starting-option { min-height: 390px; padding: 34px 26px; }
  .starting-option h3 { max-width: none; font-size: clamp(2.2rem, 10vw, 3.3rem); }
  .starting-option .button { width: 100%; }
  .home-final-cta { padding: 82px 0; }
  .home-final-cta h2 { max-width: none; font-size: clamp(2.75rem, 12vw, 4.2rem); }
  .cookie-banner { max-height: 72vh; }
}

@media (prefers-reduced-motion: reduce) {
  .control-route::before, .control-route .route-evidence { animation: none; }
  .recognition-pathway { transition: none; }
}
