.skip-link {
    position: absolute; top: -40px; left: 1rem; z-index: 9999;
    background: var(--forest); color: white; padding: 0.5rem 1rem;
    border-radius: 0 0 var(--radius) var(--radius); font-size: 0.85rem; font-weight: 600;
    transition: top 0.2s;
  }
  .skip-link:focus { top: 0; }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --forest: #1a3a1f;
    --forest-mid: #2d5c35;
    --moss: #4a7c59;
    --sage: #8ab89a;
    --mint: #c8e6d0;
    --cream: #f7f4ef;
    --warm-white: #fdfcfa;
    --ink: #1a1a18;
    --ink-mid: #3d3d38;
    --ink-light: #7a7a72;
    --gold: #c4943a;
    --gold-light: #f5e6c8;
    --radius: 6px;
    --radius-lg: 14px;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'DM Sans', sans-serif; background: var(--warm-white); color: var(--ink); font-size: 16px; line-height: 1.7; }
  a { color: inherit; text-decoration: none; }
  img { max-width: 100%; display: block; }

  /* LAYOUT */
  .icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
  .footer-address { font-style: normal; }
  .footer-legal-link { color: rgba(255,255,255,0.4); }
  .platform-growth--push { margin-left: auto; }
  .section-lead--spaced { margin-top: 14px; }

  /* NAV */
  .site-nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(253,252,250,0.95);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--mint);
    padding: 0 5vw;
    display: flex; align-items: center; justify-content: space-between;
    height: 64px;
  }
  .nav-logo { font-family: 'DM Serif Display', serif; font-size: 1.4rem; color: var(--forest); letter-spacing: -0.01em; }
  .nav-logo span { color: var(--gold); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { font-size: 0.9rem; font-weight: 500; color: var(--ink-mid); transition: color 0.2s; }
  .nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--forest); }
  .nav-cta {
    background: var(--forest); color: white; font-size: 0.875rem; font-weight: 500;
    padding: 0.55rem 1.25rem; border-radius: var(--radius); transition: background 0.2s;
  }
  .nav-cta:hover { background: var(--forest-mid); }

  /* SHARED */
  section { padding: 6rem 5vw; }
  .section-tag {
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--moss); margin-bottom: 1rem; display: block;
  }
  .section-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--forest);
    letter-spacing: -0.015em; line-height: 1.15; margin-bottom: 1rem;
  }
  .section-lead { font-size: 1.05rem; color: var(--ink-mid); max-width: 580px; font-weight: 300; }
  .container { max-width: 1140px; margin: 0 auto; }

  /* HERO – OM OSS */
  .about-hero {
    background: linear-gradient(160deg, var(--cream) 0%, var(--warm-white) 65%);
    padding: 7rem 5vw 5rem;
    position: relative; overflow: hidden;
  }
  .about-hero::before {
    content: '';
    position: absolute; top: -80px; right: -80px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, var(--mint) 0%, transparent 70%);
    opacity: 0.4; pointer-events: none;
  }
  .about-hero::after {
    content: '';
    position: absolute; bottom: -60px; left: -60px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, var(--gold-light) 0%, transparent 70%);
    opacity: 0.3; pointer-events: none;
  }
  .about-hero-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; }
  .about-hero-pill {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--gold-light); color: var(--gold); border: 1px solid #e8c97a;
    font-size: 0.8rem; font-weight: 600; letter-spacing: 0.05em;
    padding: 5px 14px; border-radius: 100px; margin-bottom: 1.5rem;
    text-transform: uppercase;
  }
  .about-hero h1 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--forest);
    margin-bottom: 1.5rem;
  }
  .about-hero h1 em { color: var(--gold); font-style: italic; }
  .about-hero-text { font-size: 1.1rem; font-weight: 300; color: var(--ink-mid); line-height: 1.75; margin-bottom: 2rem; }
  .about-hero-visual {
    background: white; border: 1px solid var(--mint);
    border-radius: var(--radius-lg); padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(26,58,31,0.07);
    position: relative;
  }
  .about-hero-visual::before {
    content: '';
    position: absolute; top: -2px; left: 2rem; right: 2rem; height: 3px;
    background: linear-gradient(90deg, var(--forest), var(--gold));
    border-radius: 0 0 3px 3px;
  }
  .founder-tag { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--moss); margin-bottom: 1.5rem; }
  .founder-quote {
    font-family: 'DM Serif Display', serif;
    font-size: 1.2rem; color: var(--forest); line-height: 1.55;
    font-style: italic; margin-bottom: 2rem;
    border-left: 3px solid var(--gold); padding-left: 1.2rem;
  }
  .founder-id { display: flex; align-items: center; gap: 14px; }
  .founder-avatar {
    width: 48px; height: 48px; border-radius: 50%;
    background: linear-gradient(135deg, var(--forest), var(--moss));
    display: flex; align-items: center; justify-content: center;
    font-family: 'DM Serif Display', serif; font-size: 1.1rem; color: white;
    flex-shrink: 0;
  }
  .founder-name { font-weight: 600; font-size: 0.95rem; color: var(--ink); }
  .founder-role { font-size: 0.82rem; color: var(--ink-light); }
  .quick-stats {
    display: flex; gap: 2.5rem; padding-top: 2rem; margin-top: 2rem;
    border-top: 1px solid var(--mint); flex-wrap: wrap;
  }
  .qs-item { }
  .qs-num { font-family: 'DM Serif Display', serif; font-size: 1.8rem; color: var(--forest); }
  .qs-label { font-size: 0.78rem; color: var(--ink-light); font-weight: 500; text-transform: uppercase; letter-spacing: 0.04em; }

  /* STORY */
  .story { background: var(--warm-white); }
  .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
  .story-body { font-size: 1rem; color: var(--ink-mid); line-height: 1.85; }
  .story-body p + p { margin-top: 1.2rem; }
  .story-body strong { color: var(--ink); font-weight: 600; }
  .story-aside { display: flex; flex-direction: column; gap: 1.2rem; }
  .story-callout {
    background: var(--cream); border: 1px solid var(--mint);
    border-radius: var(--radius-lg); padding: 1.75rem;
    position: relative; overflow: hidden;
  }
  .story-callout::before {
    content: '';
    position: absolute; top: 0; left: 0; width: 4px; height: 100%;
    background: var(--forest);
  }
  .story-callout-title { font-weight: 600; font-size: 0.9rem; color: var(--forest); margin-bottom: 0.4rem; padding-left: 0.75rem; }
  .story-callout-text { font-size: 0.88rem; color: var(--ink-mid); line-height: 1.6; padding-left: 0.75rem; }
  .story-callout.gold::before { background: var(--gold); }

  /* VALUES */
  .values { background: var(--cream); }
  .values-header { text-align: center; margin-bottom: 4rem; }
  .values-header .section-lead { margin: 0 auto; }
  .values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
  .value-card {
    background: white; border: 1px solid var(--mint);
    border-radius: var(--radius-lg); padding: 2rem 1.75rem;
    transition: all 0.25s; position: relative; overflow: hidden;
  }
  .value-card::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px; background: var(--forest); transform: scaleX(0);
    transform-origin: left; transition: transform 0.3s;
  }
  .value-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(26,58,31,0.08); }
  .value-card:hover::after { transform: scaleX(1); }
  .value-icon {
    width: 46px; height: 46px; border-radius: 10px;
    background: var(--mint); display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.2rem;
  }
  .value-icon svg { width: 22px; height: 22px; stroke: var(--forest); fill: none; stroke-width: 1.8; }
  .value-card h3 { font-size: 1rem; font-weight: 600; color: var(--ink); margin-bottom: 0.6rem; }
  .value-card p { font-size: 0.9rem; color: var(--ink-light); line-height: 1.65; }

  /* TEAM */
  .team { background: var(--warm-white); }
  .team-header { margin-bottom: 3.5rem; }
  .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; }
  .team-card {
    background: white; border: 1px solid var(--mint);
    border-radius: var(--radius-lg); padding: 2rem 1.75rem;
    text-align: center; transition: all 0.25s;
  }
  .team-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(26,58,31,0.08); }
  .team-avatar {
    width: 72px; height: 72px; border-radius: 50%;
    background: linear-gradient(135deg, var(--forest), var(--moss));
    display: flex; align-items: center; justify-content: center;
    font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: white;
    margin: 0 auto 1.2rem;
  }
  .team-card.gold .team-avatar { background: linear-gradient(135deg, var(--gold), #e8a940); }
  .team-card.sage .team-avatar { background: linear-gradient(135deg, var(--moss), var(--sage)); }
  .team-name { font-weight: 600; font-size: 1rem; color: var(--ink); margin-bottom: 0.25rem; }
  .team-role { font-size: 0.82rem; color: var(--moss); font-weight: 500; margin-bottom: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; }
  .team-bio { font-size: 0.88rem; color: var(--ink-light); line-height: 1.65; }

  /* APPROACH */
  .approach { background: var(--forest); color: white; }
  .approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
  .approach .section-tag { color: var(--sage); }
  .approach .section-title { color: white; margin-bottom: 1.5rem; }
  .approach-lead { font-size: 1rem; color: rgba(255,255,255,0.7); line-height: 1.8; margin-bottom: 2.5rem; font-weight: 300; }
  .approach-list { list-style: none; display: flex; flex-direction: column; gap: 1.2rem; }
  .approach-list li { display: flex; align-items: flex-start; gap: 14px; }
  .approach-check {
    width: 22px; height: 22px; border-radius: 50%;
    background: var(--sage); display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 2px;
  }
  .approach-check svg { width: 11px; height: 11px; stroke: var(--forest); stroke-width: 2.5; fill: none; }
  .approach-list li p { font-size: 0.95rem; color: rgba(255,255,255,0.8); }
  .approach-list li strong { color: white; }
  .approach-cards { display: flex; flex-direction: column; gap: 1rem; }
  .approach-card {
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--radius-lg); padding: 1.5rem 1.75rem;
    display: flex; gap: 1.2rem; align-items: flex-start;
  }
  .approach-card-num {
    font-family: 'DM Serif Display', serif; font-size: 1.6rem; color: var(--sage);
    line-height: 1; flex-shrink: 0; min-width: 2rem;
  }
  .approach-card-title { font-weight: 600; color: white; font-size: 0.95rem; margin-bottom: 0.3rem; }
  .approach-card-text { font-size: 0.88rem; color: rgba(255,255,255,0.6); line-height: 1.6; }

  /* CTA BAND */
  .cta-band {
    background: linear-gradient(135deg, var(--forest) 0%, var(--forest-mid) 100%);
    color: white; text-align: center; padding: 5rem 5vw;
  }
  .cta-band .section-title { color: white; margin-bottom: 1rem; }
  .cta-band p { color: rgba(255,255,255,0.75); max-width: 520px; margin: 0 auto 2.5rem; font-weight: 300; }
  .btn-cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--gold); color: white; font-weight: 600; font-size: 1rem;
    padding: 0.9rem 2.2rem; border-radius: var(--radius); transition: all 0.2s;
  }
  .btn-cta:hover { background: #d4a040; transform: translateY(-2px); }

  /* FOOTER */
  footer {
    background: var(--forest); color: rgba(255,255,255,0.6);
    padding: 4rem 5vw 2rem;
  }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
  .footer-logo { font-family: 'DM Serif Display', serif; font-size: 1.4rem; color: white; margin-bottom: 0.8rem; }
  .footer-logo span { color: var(--gold); }
  .footer-brand p { font-size: 0.88rem; line-height: 1.7; }
  .footer-col h4 { color: white; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1rem; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
  .footer-col ul a { font-size: 0.88rem; transition: color 0.2s; }
  .footer-col ul a:hover { color: white; }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
  .footer-bottom p { font-size: 0.8rem; }

  /* BREADCRUMB */
  .breadcrumb {
    padding: 1rem 5vw; background: var(--cream); border-bottom: 1px solid var(--mint);
  }
  .breadcrumb-inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: var(--ink-light); }
  .breadcrumb-inner a { color: var(--moss); }
  .breadcrumb-inner a:hover { color: var(--forest); }
  .breadcrumb-sep { color: var(--mint); }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .about-hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .story-grid { grid-template-columns: 1fr; }
    .approach-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .nav-links { display: none; }
  }
  @media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; }
    .quick-stats { gap: 1.5rem; }
  }
/* Shared nav and breadcrumb alignment */
:root {
  --site-shell-max: 1200px;
  --site-shell-gutter: max(24px, calc((100vw - var(--site-shell-max)) / 2));
}

.site-nav,
body > nav:not(.breadcrumb) {
  max-width: none;
  margin-inline: 0;
  padding-left: var(--site-shell-gutter);
  padding-right: var(--site-shell-gutter);
}

header .site-nav {
  max-width: none;
  margin-inline: 0;
}

.breadcrumb {
  padding-left: var(--site-shell-gutter);
  padding-right: var(--site-shell-gutter);
}

.breadcrumb > .container,
.breadcrumb ol,
.breadcrumb-list,
.breadcrumb-inner {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
/* Shared breadcrumb typography */
.breadcrumb,
.breadcrumb ol,
.breadcrumb-list,
.breadcrumb-inner,
.breadcrumb > .container {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink-light, var(--text-light, #7a7a72));
}

.breadcrumb a,
.breadcrumb-current,
.breadcrumb [aria-current],
.breadcrumb li:last-child,
.breadcrumb > .container > span[aria-current="page"] {
  font-weight: 500;
}

.breadcrumb a {
  color: var(--moss, var(--brand-green, #4a7c59));
}

.breadcrumb-current,
.breadcrumb [aria-current],
.breadcrumb li:last-child,
.breadcrumb > .container > span[aria-current="page"] {
  color: var(--ink-mid, var(--text-muted, #3d3d38));
}

.breadcrumb li + li::before {
  content: '›';
  margin-right: 0.5rem;
  color: var(--sage, var(--brand-green-light, #8ab89a));
  font-weight: 400;
}

.breadcrumb .sep,
.breadcrumb-separator,
.breadcrumb-sep,
.breadcrumb > .container > span[aria-hidden="true"] {
  color: var(--sage, var(--brand-green-light, #8ab89a));
  font-weight: 400;
}
/* Shared breadcrumb dimensions */
.breadcrumb {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.breadcrumb > nav,
.breadcrumb > ol,
.breadcrumb > .container,
.breadcrumb-list,
.breadcrumb-inner {
  width: 100%;
}
/* Shared responsive navigation fit */
.site-nav,
body > nav:not(.breadcrumb),
header > nav,
.quiz-site-nav {
  min-width: 0;
  overflow: visible;
}

.nav-logo,
.logo,
.quiz-logo {
  flex-shrink: 0;
}

.nav-links,
.quiz-site-links {
  min-width: 0;
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(0.75rem, 1.15vw, 1.35rem) !important;
}

.nav-links a,
.quiz-site-links a {
  white-space: nowrap;
  font-size: clamp(0.78rem, 0.86vw, 0.9rem) !important;
}

.nav-cta,
.quiz-site-links .nav-cta {
  flex-shrink: 0;
  white-space: nowrap;
  padding-inline: clamp(0.85rem, 1.1vw, 1.25rem) !important;
}

@media (max-width: 1180px) {
  .nav-links,
  .quiz-site-links {
    gap: 0.72rem !important;
  }

  .nav-links a,
  .quiz-site-links a,
  .nav-cta,
  .quiz-site-links .nav-cta {
    font-size: 0.8rem !important;
  }
}
/* Unified site layout and chrome */
:root {
  --site-shell-max: 1200px;
  --site-shell-pad: max(24px, calc((100vw - var(--site-shell-max)) / 2));
  --site-nav-height: 58px;
}

body {
  overflow-x: hidden;
}

header[role="banner"],
body > header,
.quiz-site-header {
  background: rgba(253,252,250,0.95);
  border-bottom: 1px solid var(--mint, var(--border2, #d8eadc));
}

.site-nav,
header > nav,
body > nav:not(.breadcrumb),
.quiz-site-nav {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: var(--site-shell-pad) !important;
  padding-right: var(--site-shell-pad) !important;
  height: var(--site-nav-height) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(12px, 1.4vw, 24px) !important;
}

.nav-logo,
.logo,
.quiz-logo {
  font-family: 'DM Serif Display', Georgia, serif !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  color: var(--forest, var(--brand-dark, #1a3a1f)) !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

.nav-logo span,
.logo span,
.logo-vaxt,
.quiz-logo span {
  color: var(--gold, #c4943a) !important;
}

.nav-links,
.quiz-site-links,
header nav:not(.breadcrumb) > nav,
.header-inner nav {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(10px, 1.2vw, 22px) !important;
  margin: 0 !important;
}

.nav-links a,
.quiz-site-links a,
.header-inner nav a,
body > nav:not(.breadcrumb) a {
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(0.78rem, 0.86vw, 0.9rem) !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

.nav-cta,
.quiz-site-links .nav-cta,
.header-inner nav .nav-cta {
  flex: 0 0 auto !important;
  background: var(--forest, var(--brand-dark, #1a3a1f)) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 0.65rem 1.15rem !important;
  font-weight: 700 !important;
}

.container,
.page,
.page-hero-inner,
.hero-inner,
.about-hero-inner,
.contact-hero-inner,
.policy-layout,
.stats-inner,
.footer-grid,
.footer-bottom,
.ft,
.fbot {
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.breadcrumb {
  padding-left: var(--site-shell-pad) !important;
  padding-right: var(--site-shell-pad) !important;
}

.breadcrumb ol,
.breadcrumb > .container,
.breadcrumb-list,
.breadcrumb-inner {
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 1180px) {
  .nav-links,
  .quiz-site-links,
  .header-inner nav {
    gap: 10px !important;
  }

  .nav-links a,
  .quiz-site-links a,
  .header-inner nav a {
    font-size: 0.78rem !important;
  }
}

@media (max-width: 760px) {
  .site-nav,
  header > nav,
  body > nav:not(.breadcrumb),
  .quiz-site-nav {
    height: auto !important;
    min-height: var(--site-nav-height);
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    align-items: flex-start !important;
  }
}
/* Unified logo size */
.nav-logo,
.logo,
.quiz-logo,
.logo-nord,
.logo-vaxt {
  font-family: 'DM Serif Display', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;
}

.nav-logo span,
.logo span,
.quiz-logo span,
.logo-vaxt {
  color: var(--gold, #c4943a) !important;
}
