:root {
  --ink: #2e2420;
  --navy: #162c35;
  --red: #b85240;
  --sage: #607a70;
  --mint: #e0ece6;
  --rose: #f3dfda;
  --paper: #f7f6f2;
  --cream: #faf5ee;
  --line: #e9dfd5;
  --white: #fff;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Schibsted Grotesk", Arial, sans-serif;
  --max: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
body, button, input { font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.08; }
h1 { max-width: 680px; margin-bottom: 0; font-size: clamp(3rem, 5vw, 4.25rem); }
h2 { margin-bottom: 0; font-size: clamp(2.35rem, 4vw, 3.25rem); }
h3 { margin-bottom: .65rem; font-size: 1.35rem; }

.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--navy); color: white; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-pad { width: 100%; max-width: var(--max); margin: auto; padding: 7.5rem clamp(2rem, 8vw, 7.5rem); }
.eyebrow { margin-bottom: 1rem; color: var(--sage); font-size: .82rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.eyebrow--red { color: var(--red); }
.lead { max-width: 660px; font-size: 1.08rem; opacity: .82; }
.muted { opacity: .58; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 88px; padding: 0 clamp(2rem, 8vw, 7.5rem); background: rgba(247,246,242,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; gap: .5rem; align-items: center; color: var(--navy); font: 700 1.75rem/1 var(--serif); }
.brand__mark { width: 36px; height: 36px; flex: 0 0 auto; border-radius: 8px; }
.brand span { padding: .3rem .5rem; background: var(--mint); border-radius: .25rem; color: var(--sage); font: 700 .65rem/1 var(--sans); letter-spacing: .05em; text-transform: uppercase; }
.main-nav, .header-actions, .languages { display: flex; align-items: center; }
.main-nav { gap: 2rem; font-size: .92rem; font-weight: 500; }
.main-nav a:hover { color: var(--red); }
.header-actions { gap: 1.5rem; }
.languages { gap: .5rem; font-size: .78rem; }
.languages b { color: var(--red); }
.languages span { opacity: .4; }
.menu-toggle { display: none; padding: .6rem .9rem; background: transparent; border: 1px solid var(--line); border-radius: 2rem; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: .85rem 1.5rem; border: 0; border-radius: .75rem; color: white; cursor: pointer; font-size: .92rem; font-weight: 600; }
.button--dark { background: var(--navy); }
.button--red { background: var(--red); }
.button--small { min-height: 44px; border-radius: 999px; }
.button:hover { filter: brightness(.94); transform: translateY(-1px); }

.hero { display: grid; grid-template-columns: 1.06fr .94fr; gap: 5rem; align-items: center; max-width: none; background: var(--cream); }
.hero__copy { display: flex; flex-direction: column; gap: 2rem; }
.inline-signup { display: grid; grid-template-columns: minmax(230px,320px) auto; gap: .75rem; align-items: start; }
input { width: 100%; height: 56px; padding: 0 1.2rem; background: white; border: 1px solid var(--line); border-radius: .75rem; color: var(--ink); font-size: .95rem; outline: none; }
input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(184,82,64,.12); }
.form-message { grid-column: 1/-1; margin: 0; font-size: .78rem; opacity: .62; }
.has-error input { border-color: #9b3029; }
.has-error .form-message { color: #9b3029; opacity: 1; }
.is-complete .form-message { color: #356458; opacity: 1; }
.hero-collage { position: relative; min-height: 540px; }
.hero-collage__main { width: 78%; height: 440px; object-fit: cover; border-radius: 7.5rem 1.5rem 1.5rem; }
.hero-collage__overlap { position: absolute; right: 0; bottom: 1rem; width: 54%; height: 320px; object-fit: cover; border: 12px solid var(--cream); border-radius: 1.5rem 1.5rem 7.5rem; }
.message-pill { position: absolute; left: 2.5rem; bottom: 6rem; display: flex; gap: .5rem; align-items: center; margin: 0; padding: .75rem 1rem; background: white; border: 1px solid var(--line); border-radius: 2rem; box-shadow: 0 .5rem 1.5rem rgba(64,48,40,.1); font-size: .85rem; font-weight: 600; }
.message-pill img { width: 1rem; height: 1rem; }

.journey { max-width: none; }
.section-heading { max-width: 820px; margin: 0 auto 4.5rem; text-align: center; }
.journey-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2.5rem; }
.journey-card img { width: 100%; aspect-ratio: 1.22; margin-bottom: 1.5rem; object-fit: cover; border-radius: 1.25rem; }
.journey-card:nth-child(1) img { background: var(--mint); }
.journey-card:nth-child(2) img { background: var(--rose); }
.journey-card--offset { padding-top: 2.5rem; }
.journey-card p { margin-bottom: 0; opacity: .78; }

.how { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; max-width: none; background: white; border-block: 1px solid var(--line); }
.how__intro { display: flex; flex-direction: column; gap: 1.5rem; }
.how__intro p { opacity: .82; }
blockquote { margin: 0; padding-left: 1.5rem; border-left: 4px solid var(--red); font: italic 600 1.2rem/1.5 var(--serif); }
.principle-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem; }
.principle { padding: 2rem; background: var(--cream); border-radius: 1rem; }
.principle > img, .concept-grid article > img, .values-grid article > img { width: 2.75rem; height: 2.75rem; margin-bottom: 1.25rem; padding: .7rem; background: var(--mint); border-radius: .75rem; }
.principle p, .concept-grid p, .values-grid p { margin-bottom: 0; opacity: .78; }

.teens { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; max-width: none; background: var(--navy); color: white; }
.teens-collage { position: relative; min-height: 560px; }
.teens-collage__main { width: 82%; height: 520px; object-fit: cover; border-radius: 1.5rem 7rem 1.5rem 1.5rem; }
.teens-collage__detail { position: absolute; right: 0; bottom: 0; width: 48%; height: 245px; object-fit: cover; border: 10px solid var(--navy); border-radius: 1.25rem; }
.teens__copy > p { opacity: .8; }
.check-list { display: grid; gap: 1rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 2rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: var(--mint); color: var(--navy); text-align: center; font-size: .8rem; font-weight: 700; }

.coming { max-width: none; background: var(--cream); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 4rem; }
.split-heading > div { max-width: 780px; }
.split-heading > span { padding: .45rem .8rem; background: var(--rose); border-radius: 2rem; color: var(--red); font-size: .78rem; font-weight: 700; }
.split-heading > a { color: var(--red); font-weight: 600; }
.concept-grid, .guide-grid, .values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.concept-grid article { min-height: 230px; padding: 2rem; background: white; border: 1px solid var(--line); border-radius: 1rem; }
.concept-grid small, .guide-grid small { color: var(--red); font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.guides { max-width: none; background: white; }
.guide-grid article img { width: 100%; aspect-ratio: 1.45; margin-bottom: 1.5rem; object-fit: cover; border-radius: 1.2rem; }
.guide-grid h3 { margin-top: .6rem; }
.guide-grid p { opacity: .72; }

.values { max-width: none; background: var(--paper); }
.values-grid article { padding: 2rem; border-top: 1px solid var(--line); }

.access { display: grid; grid-template-columns: 1.15fr .85fr; gap: 6rem; align-items: center; max-width: none; background: var(--red); color: white; }
.access__copy p { opacity: .85; }
.access .eyebrow { color: white; opacity: .7; }
.access__form { display: grid; gap: .75rem; }
.access__form .button { background: var(--navy); }
.access__form .form-message { color: white; opacity: .72; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6rem; max-width: none; background: white; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 1.5rem 0; cursor: pointer; font-family: var(--serif); font-size: 1.25rem; font-weight: 600; }
details p { max-width: 720px; padding-bottom: 1.5rem; opacity: .75; }

.site-footer { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 4rem; max-width: none; padding-block: 5rem 2rem; background: var(--navy); color: white; }
.site-footer nav { display: grid; gap: .7rem; align-content: start; }
.site-footer > div > p:not(.brand) { max-width: 500px; opacity: .7; }
.brand--footer { color: white; }
.footer-label { font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.copyright { display: flex; grid-column: 1/-1; justify-content: space-between; gap: 1rem; margin: 2rem 0 0; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .75rem; opacity: .55; }
.footer-heart { color: var(--red); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header { padding-inline: 2rem; }
  .main-nav { gap: 1rem; }
  .header-actions .languages { display: none; }
  .hero { gap: 2.5rem; }
  .how { grid-template-columns: 1fr; }
  .teens { gap: 3rem; }
}

@media (max-width: 760px) {
  .section-pad { padding: 4.5rem 1.25rem; }
  h1 { font-size: 2.75rem; }
  h2 { font-size: 2.15rem; }
  .site-header { min-height: 72px; padding-inline: 1.25rem; }
  .brand { font-size: 1.45rem; }
  .brand__mark { width: 32px; height: 32px; border-radius: 7px; }
  .brand span, .header-actions { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .75rem 1.25rem 1.25rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .8rem 0; }
  .hero, .how, .teens, .access, .faq { grid-template-columns: 1fr; }
  .hero { padding-top: 4rem; }
  .hero__copy { gap: 1.5rem; }
  .inline-signup { grid-template-columns: 1fr; }
  .inline-signup .button { width: 100%; }
  .hero-collage { min-height: 390px; }
  .hero-collage__main { height: 330px; }
  .hero-collage__overlap { width: 55%; height: 210px; border-width: 8px; }
  .message-pill { left: .6rem; bottom: 2.25rem; max-width: 82%; font-size: .72rem; }
  .section-heading { margin-bottom: 3rem; text-align: left; }
  .journey-grid, .principle-grid, .concept-grid, .guide-grid, .values-grid { grid-template-columns: 1fr; }
  .journey-card--offset { padding-top: 0; }
  .journey-card img { aspect-ratio: 1.35; }
  .teens { padding-block: 5rem; }
  .teens-collage { min-height: 420px; }
  .teens-collage__main { height: 390px; }
  .teens-collage__detail { height: 190px; }
  .split-heading { align-items: start; flex-direction: column; margin-bottom: 2.5rem; }
  .concept-grid article { min-height: 0; }
  .access { gap: 2.5rem; }
  .faq { gap: 2.5rem; }
  .site-footer { grid-template-columns: 1fr; gap: 2.5rem; }
  .copyright { grid-column: auto; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
