:root {
  --ink: #102e2d;
  --ink-soft: #526763;
  --cream: #fbf5e8;
  --paper: #fffdf7;
  --mint: #cce0cc;
  --mint-deep: #9dbba6;
  --coral: #f08369;
  --coral-dark: #ca634d;
  --lime: #d9ed7a;
  --fog: #e7eadf;
  --line: rgba(16, 46, 45, .18);
  --white: #fff;
  --max: 1240px;
  --radius-sm: 10px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shadow: 0 28px 75px rgba(24, 52, 48, .14);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --font-display: "Outfit", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

/*
  VERSION 2 — PREMIUM ACCESSIBLE PATHWAY
  Activée sur /couleurs.html. Répartition visuelle visée :
  65 % crème chaud · 20 % vert sapin · 10 % terracotta · 4 % sauge · 1 % or.
*/
html.brand-palette {
  --ink: #122b26;
  --ink-soft: #50625c;
  --cream: #f5efe4;
  --paper: #fffaf2;
  --mint: #cad8c3;
  --mint-deep: #9eb4a4;
  --coral: #c76f56;
  --coral-dark: #a9533f;
  --lime: #dce5d2;
  --fog: #e6e9df;
  --line: rgba(18, 43, 38, .18);
  --gold: #d4af37;
  --apple: #c8d69b;
  --apple-strong: #b5c66c;
  --shadow: 0 28px 75px rgba(18, 43, 38, .15);
}

.brand-palette body {
  background: var(--cream);
  color: var(--ink);
}

.brand-palette .site-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 76px;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
}

.brand-palette .hero-orbit,
.brand-palette .hero-orbit::before,
.brand-palette .hero-orbit::after {
  border-color: rgba(199, 111, 86, .18);
}

.brand-palette .hero-orbit::after { background: rgba(199, 111, 86, .04); }
.brand-palette .lesson-card { box-shadow: 0 28px 75px rgba(18, 43, 38, .16); }
.brand-palette .route-section { background: #122b26; }
.brand-palette .step-label-dark { background: rgba(181, 198, 108, .14); color: var(--apple); }
.brand-palette .route-map::before { background: #456158; }
.brand-palette .route-stop::before,
.brand-palette .route-stop:last-child::before { border-color: var(--apple-strong); background: #122b26; color: var(--apple); }
.brand-palette .route-stop.is-active::before,
.brand-palette .route-stop:last-child.is-active::before { background: var(--apple); color: var(--ink); }
.brand-palette .teacher-section,
.brand-palette .context-section,
.brand-palette .week-section { background: var(--fog); }
.brand-palette .experience-coral { background: var(--coral); }
.brand-palette .experience-lime { background: var(--apple); }
.brand-palette .experience-main { background: var(--mint); }
.brand-palette .score-panel,
.brand-palette .plan-featured,
.brand-palette .story-featured,
.brand-palette .site-footer { background: #122b26; }
.brand-palette .score-row-accent strong { color: var(--apple-strong); }
.brand-palette .teacher-visual::after {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: 42%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.brand-palette .commitment-mark { border-color: var(--gold); }
.brand-palette .brand-footer img { filter: none; }
.brand-palette .week-section .step-label-dark {
  background: rgba(18, 43, 38, .09);
  color: var(--ink);
}
.brand-palette .week-list { border-color: rgba(18, 43, 38, .35); }
.brand-palette .week-list li { border-color: rgba(18, 43, 38, .35); }
.brand-palette .week-list li > b { color: #405247; }
.brand-palette .week-section { padding-block: clamp(5rem, 8vw, 7rem); }
.brand-palette .plans-section .step-label,
.brand-palette .plan-tag { background: transparent; color: var(--coral-dark); }
.brand-palette .plan-featured .plan-tag { color: #e99b84; }
.brand-palette .plan-card .button {
  border-color: var(--coral);
  background: var(--coral);
  color: #122b26;
}
.brand-palette .plan-card .button:hover { border-color: var(--coral-dark); background: var(--coral-dark); color: var(--white); }

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.6; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: rgba(199, 111, 86, .2); }
body::before { content: ""; position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
[id] { scroll-margin-top: 100px; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(5.5rem, 10vw, 10rem) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 200; padding: .8rem 1rem; background: var(--white); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.brand { display: inline-flex; align-items: center; gap: .68rem; color: var(--ink); text-decoration: none; }
.brand img { width: 39px; height: 39px; }
.brand span { display: grid; font-family: var(--font-display); font-size: 1.08rem; font-weight: 700; line-height: .9; letter-spacing: -.02em; }
.brand small { margin-top: .35rem; font-family: var(--font-body); font-size: .5rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; opacity: .62; }

.site-header { position: sticky; top: 0; z-index: 80; height: 78px; display: flex; align-items: center; background: rgba(251, 245, 232, .91); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); transition: height .25s var(--ease), box-shadow .25s ease; }
.site-header.is-scrolled { height: 68px; box-shadow: 0 8px 30px rgba(16, 46, 45, .07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.main-nav { display: flex; align-items: center; gap: 1.6rem; }
.main-nav > a { position: relative; font-size: .78rem; font-weight: 700; text-decoration: none; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--coral); transition: right .22s var(--ease); }
.main-nav > a:hover::after, .main-nav > a.is-active::after { right: 0; }
.main-nav .nav-cta { min-height: 44px; display: inline-flex; align-items: center; padding: .6rem 1rem; border-radius: var(--radius-sm); background: var(--ink); color: var(--white); transition: transform .2s var(--ease), background .2s ease; }
.main-nav .nav-cta:hover { background: #17423f; transform: translateY(-2px); }
.language-switcher { display: inline-flex; align-items: center; gap: .28rem; padding: .25rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.38); }
.language-switcher a { min-width: 1.7rem; padding: .2rem .25rem; border-radius: 999px; color: var(--ink-soft); font-size: .62rem; font-weight: 800; text-align: center; text-decoration: none; }
.language-switcher a:hover, .language-switcher a[aria-current="page"] { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.step-label { display: inline-flex; align-items: center; width: fit-content; gap: .55rem; padding: .52rem .72rem; border-radius: 8px; background: var(--mint); font-size: .68rem; font-weight: 700; letter-spacing: .07em; line-height: 1.25; text-transform: uppercase; }
.step-label-dark { background: rgba(217, 237, 122, .13); color: var(--lime); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 50px; padding: .76rem 1.15rem; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 700; text-align: center; text-decoration: none; transition: transform .2s var(--ease), background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover, .button-dark:hover { background: #1b4945; }
.button-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.button-outline:hover { background: var(--ink); color: var(--white); }
.button-coral { background: var(--coral); color: var(--ink); }
.button-coral:hover { background: #ff9c82; }
.button-light { background: var(--cream); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { font-weight: 700; text-underline-offset: .3rem; text-decoration-thickness: 1px; }

.hero { position: relative; min-height: calc(100svh - 84px); padding: clamp(2.25rem, 4.8vh, 4.25rem) 0 clamp(2rem, 4vh, 3.5rem); display: grid; align-items: center; overflow: hidden; }
.hero-orbit { position: absolute; width: 610px; height: 610px; right: -280px; top: -180px; border: 1px solid rgba(240, 131, 105, .25); border-radius: 50%; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(240, 131, 105, .18); border-radius: inherit; }
.hero-orbit::before { inset: 80px; }
.hero-orbit::after { inset: 160px; background: rgba(240, 131, 105, .06); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(400px, .9fr); gap: clamp(2.5rem, 5.5vw, 5.5rem); align-items: center; }
.hero-copy h1 { max-width: 780px; margin: 1.05rem 0 1.2rem; font-family: var(--font-display); font-size: clamp(3.75rem, min(7vw, 11.6vh), 7.15rem); font-weight: 600; line-height: .87; letter-spacing: -.065em; text-wrap: balance; }
.hero-copy h1 span { color: var(--coral); }
.hero-lead { max-width: 620px; margin: 0; color: var(--ink-soft); font-size: clamp(1.08rem, 1.8vw, 1.25rem); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem 1.25rem; margin-top: 1.45rem; }
.desktop-experience-note { display: none; }
.honesty-note { max-width: 610px; margin: .9rem 0 0; padding-left: .9rem; border-left: 2px solid var(--gold, var(--coral)); color: var(--ink-soft); font-size: .72rem; font-weight: 600; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; margin: 1.1rem 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: .73rem; }
.hero-assurances li { display: flex; align-items: center; gap: .45rem; }
.hero-assurances li::before { content: "✓"; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--ink); font-size: .65rem; font-weight: 700; }

.lesson-card { margin: 0; padding: .85rem; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); transform: rotate(1.4deg); transition: transform .5s var(--ease); }
.lesson-card:hover { transform: rotate(0); }
.lesson-image-wrap { position: relative; overflow: hidden; border-radius: 21px; }
.lesson-image-wrap > picture { display: block; aspect-ratio: 1.42 / 1; overflow: hidden; }
.lesson-image-wrap > img, .lesson-image-wrap > picture > img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.live-badge { position: absolute; left: 1rem; top: 1rem; display: flex; align-items: center; gap: .45rem; padding: .48rem .62rem; border-radius: 8px; background: rgba(255, 255, 255, .9); font-size: .64rem; font-weight: 700; backdrop-filter: blur(8px); }
.live-badge i { width: 7px; height: 7px; border-radius: 50%; background: #51a471; box-shadow: 0 0 0 4px rgba(81, 164, 113, .17); }
.lesson-caption { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .8rem; align-items: center; padding: 1rem .4rem .3rem; }
.lesson-caption span { display: grid; }
.lesson-caption strong { font-size: .82rem; }
.lesson-caption small { color: var(--ink-soft); font-size: .7rem; }
.session-time { padding: .42rem .55rem; border-radius: 7px; background: var(--fog); font-size: .68rem; font-weight: 700; }
.asset-note { margin: .55rem .4rem 0; color: #7a8582; font-size: .62rem; text-align: right; }

.starting-section { padding: clamp(2rem, 3.5vw, 3.25rem) 0; background: var(--paper); border-top: 1px solid var(--line); }
.starting-point { position: relative; z-index: 2; padding: 1.15rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255, 255, 255, .58); backdrop-filter: blur(8px); }
.starting-point > p { margin: 0 0 .75rem; color: var(--ink-soft); font-size: .68rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.level-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; }
.level-options button { min-height: 44px; padding: .62rem .8rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); font-size: .72rem; font-weight: 700; cursor: pointer; transition: transform .2s var(--ease), background .2s ease, border-color .2s ease, color .2s ease; }
.level-options button:hover { transform: translateY(-2px); border-color: var(--coral); }
.level-options button[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--white); }
.level-answer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(1rem, 3vw, 2.5rem); align-items: center; margin-top: .85rem; padding: .9rem 1rem; border: 0; border-radius: 15px; background: rgba(202, 216, 195, .34); font-size: .76rem; }
.level-answer-copy { display: grid; grid-template-columns: minmax(150px, .28fr) 1fr; gap: 1rem; align-items: baseline; }
.level-answer-copy strong { font-size: .76rem; }
.level-answer-copy span { color: var(--ink-soft); }
.level-answer-cta { min-width: 210px; min-height: 44px; padding: .68rem 1rem; border-radius: 11px; background: var(--ink); color: var(--white); font-size: .7rem; white-space: nowrap; }
.level-answer-cta:hover { background: #23473f; color: var(--white); }

.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 5rem; align-items: end; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-heading > * { min-width: 0; }
.section-heading h2, .teacher-copy h2, .week-copy h2, .context-copy h2, .faq-grid h2, .closing-grid h2 { margin: 1rem 0 0; font-family: var(--font-display); font-size: clamp(3.1rem, 6vw, 6.2rem); font-weight: 600; line-height: .9; letter-spacing: -.06em; text-wrap: balance; }
.section-heading > p { max-width: 480px; margin: 0 0 .25rem auto; color: var(--ink-soft); line-height: 1.65; }

.route-section { background: var(--ink); color: #f8f3e7; }
.route-heading > p { color: #afc2bd; }
.route-map { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.route-map::before { content: ""; position: absolute; z-index: 0; top: 31px; left: 7%; right: 7%; height: 2px; background: #496764; }
.route-map::after { content: ""; position: absolute; z-index: 0; top: 31px; left: 7%; width: 86%; height: 2px; background: var(--apple-strong); transform: scaleX(var(--route-progress, 0)); transform-origin: left center; transition: transform .45s var(--ease); }
.route-stop { position: relative; z-index: 1; padding-top: 5.3rem; transition: opacity .35s ease; }
.route-stop::before { content: attr(data-stop); position: absolute; top: 0; left: 0; z-index: 2; width: 64px; height: 64px; display: grid; place-items: center; border: 2px solid var(--lime); border-radius: 50%; background: var(--ink); color: var(--lime); font-weight: 700; }
.route-stop.is-active::before { background: var(--apple); color: var(--ink); box-shadow: 0 0 0 7px rgba(181, 198, 108, .11); }
.route-stop h3 { margin: 1rem 0 .55rem; font-family: var(--font-display); font-size: 1.5rem; line-height: 1; }
.route-stop p { max-width: 240px; margin: 0; color: #a7bab5; font-size: .82rem; line-height: 1.6; }

.teacher-section { overflow: hidden; background: var(--fog); }
.teacher-grid { display: grid; grid-template-columns: minmax(290px, .66fr) 1.34fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.teacher-visual { position: relative; display: grid; justify-items: center; gap: 1.35rem; }
.teacher-portrait { position: relative; isolation: isolate; width: min(74%, 300px); margin: 0; }
.teacher-portrait::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; right: -12%; top: -7%; z-index: -1; border-radius: 50%; background: var(--coral); }
.teacher-portrait-second::before { right: auto; left: -12%; }
.teacher-portrait img { display: block; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; border-radius: 48% 48% 16px 16px; }
.teacher-copy h2 { max-width: 760px; }
.teacher-intro { max-width: 690px; color: var(--ink-soft); font-size: 1.04rem; line-height: 1.7; }
.teacher-copy blockquote { max-width: 660px; margin: 2rem 0; padding-left: 1.3rem; border-left: 3px solid var(--coral); font-family: var(--font-display); font-size: clamp(1.3rem, 2.3vw, 1.85rem); font-weight: 500; line-height: 1.35; }
.teacher-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.teacher-facts > div { padding: 1.2rem 1rem; border-right: 1px solid var(--line); }
.teacher-facts > div:first-child { padding-left: 0; }
.teacher-facts > div:last-child { border-right: 0; }
.teacher-facts strong, .teacher-facts span { display: block; }
.teacher-facts strong { font-size: .83rem; }
.teacher-facts span { color: var(--ink-soft); font-size: .72rem; }
.edit-note { color: #7a8582; font-size: .68rem; }

.experience-section { background: var(--cream); }
.experience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.experience-card { min-width: 0; min-height: 170px; padding: 1.35rem; border-radius: var(--radius-md); display: flex; flex-direction: column; overflow: hidden; }
.experience-card .card-number { font-size: .68rem; font-weight: 700; opacity: .55; }
.experience-card h3 { max-width: 680px; margin: .8rem 0 .45rem; font-family: var(--font-display); font-size: clamp(1.55rem, 2.8vw, 2.9rem); font-weight: 600; line-height: .98; letter-spacing: -.04em; }
.experience-card p { max-width: 520px; margin: 0; font-size: .82rem; line-height: 1.55; opacity: .72; }
.experience-main { position: relative; isolation: isolate; overflow: hidden; grid-column: 1 / -1; min-height: 320px; background: var(--mint); }
.experience-main::before { content: ""; position: absolute; z-index: -1; inset: 0 0 0 42%; background: url("assets/pathway-live-class-teacher-900.webp?v=20260826-mobile") 55% center / cover no-repeat; opacity: .65; -webkit-mask-image: linear-gradient(90deg, transparent, #000 32%); mask-image: linear-gradient(90deg, transparent, #000 32%); }
.experience-main h3, .experience-main p { max-width: 62%; }
.experience-coral { background: var(--coral); }
.experience-lime { background: var(--lime); }
.experience-neutral { background: #e3ddd1; }
.experience-dark { background: var(--ink); color: var(--white); }

.week-section { background: var(--coral); color: var(--ink); }
.week-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.week-copy h2 { max-width: 590px; }
.week-copy > p { max-width: 430px; color: #4e5f5b; }
.week-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(16, 46, 45, .35); }
.week-list li { display: grid; grid-template-columns: 110px 1fr auto; gap: 1.3rem; align-items: center; min-height: 100px; border-bottom: 1px solid rgba(16, 46, 45, .35); }
.week-list li > span { font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.week-list div { display: grid; }
.week-list strong { font-family: var(--font-display); font-size: 1.28rem; }
.week-list small { color: #4e5f5b; }
.week-list b { font-size: .75rem; }
.week-program { min-width: 0; display: grid; }
.week-support {
  max-width: 680px;
  margin: 1.2rem 0 0;
  color: #405752;
  font-size: .88rem;
  line-height: 1.65;
}
.week-reference-note {
  max-width: 680px;
  margin: .15rem 0 0;
  color: #405247;
  font-size: .66rem;
  line-height: 1.5;
}
.swipe-hint { display: none; }
.swipe-count { display: inline-flex; align-items: center; gap: .22rem; font-variant-numeric: tabular-nums; }
.swipe-count b { font-weight: 800; }
.swipe-count i { margin-left: .2rem; font-style: normal; transition: transform .25s var(--ease); }

.stories-section { background: var(--paper); }
.stories-heading { margin-bottom: clamp(2.2rem, 4vw, 3.4rem); }
.stories-source { display: inline-block; margin-top: .55rem; color: var(--ink); font-size: .72rem; font-weight: 700; text-underline-offset: .25rem; }
.stories-grid { display: grid; grid-template-columns: clamp(290px, 24vw, 330px) minmax(380px, 452px); column-gap: clamp(3rem, 6vw, 5.5rem); row-gap: clamp(2rem, 5vw, 3.5rem); align-items: start; justify-content: center; }
.stories-grid > * { min-width: 0; }
.written-stories-shell { min-width: 0; }
.story-swipe-hint { min-height: 42px; margin: 0 0 .65rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--ink-soft); font-size: .68rem; font-weight: 800; }
.story-swipe-hint > span:first-child { display: inline-flex; align-items: center; gap: .5rem; }
.story-swipe-hint > span:first-child::before { content: ""; width: 25px; height: 1px; background: currentColor; opacity: .55; }
.story-swipe-hint .swipe-count { min-width: 72px; min-height: 36px; justify-content: center; border: 1px solid var(--line); border-radius: 999px; }
.written-stories { height: auto; display: flex; gap: 1rem; padding: .1rem 0 1rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.written-stories::-webkit-scrollbar { display: none; }
.story-carousel { position: relative; min-height: 0; }
.story { position: relative; flex: 0 0 min(100%, 420px); min-height: 360px; padding: 1.8rem; border: 1px solid var(--line); border-radius: var(--radius-md); display: flex; flex-direction: column; scroll-snap-align: start; scroll-snap-stop: always; background: var(--cream); }
.story-carousel-top .story { background: var(--ink); color: var(--white); }
.story-carousel-bottom .story { background: var(--mint); }
.written-stories > .story:nth-child(odd) { background: var(--ink); color: var(--white); }
.written-stories > .story:nth-child(even) { background: var(--mint); color: var(--ink); }
.story-compact { min-height: 360px; height: auto; padding: 1.55rem 3.5rem; display: flex; flex-direction: column; overflow: visible; }
.story-compact blockquote { min-height: 0; max-height: none; margin: 1rem 0 auto; overflow: visible; padding-right: 0; }
.story-compact footer { position: relative; z-index: 1; }
.quote-mark { font-family: var(--font-display); font-size: 4rem; line-height: .7; color: var(--coral); }
.story blockquote { margin: auto 0 1.5rem; font-family: var(--font-display); font-size: clamp(1.28rem, 2vw, 2rem); font-weight: 500; line-height: 1.2; letter-spacing: -.025em; }
.story footer { display: flex; justify-content: space-between; padding-top: 1rem; border-top: 1px solid currentColor; font-size: .74rem; }
.story footer span { opacity: .62; }
.story[hidden] { display: none; }
.carousel-controls { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.carousel-arrow { width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; display: grid; place-items: center; background: rgba(245,239,228,.28); color: currentColor; font-size: .78rem; opacity: .72; cursor: pointer; backdrop-filter: blur(4px); transition: transform .2s var(--ease), background .2s ease, opacity .2s ease; }
.carousel-arrow:hover { transform: scale(1.04); background: rgba(245,239,228,.52); opacity: 1; }
.carousel-arrow:active { transform: scale(.94); }
.carousel-controls .carousel-arrow { position: absolute; top: 50%; transform: translateY(-50%); pointer-events: auto; }
.carousel-controls .carousel-arrow:hover { transform: translateY(-50%) scale(1.07); }
.carousel-controls .carousel-prev { left: .65rem; }
.carousel-controls .carousel-next { right: .65rem; }
.carousel-dots { display: flex; gap: .42rem; align-items: center; justify-content: center; }
.carousel-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: currentColor; opacity: .26; cursor: pointer; transition: transform .2s ease, opacity .2s ease; }
.carousel-dot[aria-current="true"] { opacity: 1; transform: scale(1.35); color: var(--coral); }
.carousel-controls .carousel-dots { position: absolute; left: 50%; bottom: .75rem; transform: translateX(-50%); color: inherit; pointer-events: auto; }
.video-testimonial { height: 420px; min-height: 0; border-radius: var(--radius-md); overflow: hidden; display: grid; grid-template-rows: minmax(0, 1fr) auto; background: var(--ink); color: var(--white); }
.video-stage { position: relative; min-height: 0; overflow: hidden; background: #081512; }
.video-stage > img, .video-stage > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-stage > img { filter: saturate(.55) brightness(.55); transform: scale(1.02); }
.video-stage > video { display: block; max-width: 100%; max-height: 100%; object-fit: cover; object-position: center; background: #081512; }
.video-stage.is-playing > video { object-fit: cover; }
.video-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,43,38,.08), rgba(18,43,38,.68)); pointer-events: none; }
.video-testimonial.has-videos .video-stage::after { display: none; }
.video-placeholder { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.25rem; display: grid; gap: .35rem; }
.video-placeholder span { color: var(--apple); font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.video-placeholder strong { max-width: 620px; font-family: var(--font-display); font-size: clamp(2rem, 3vw, 2.65rem); line-height: .96; letter-spacing: -.05em; }
.video-placeholder small { display: none; }
.video-play { position: absolute; left: 1.5rem; bottom: 7.35rem; z-index: 4; min-height: 46px; padding: .7rem .9rem; border: 1px solid rgba(255,255,255,.45); border-radius: 10px; display: inline-flex; align-items: center; gap: .55rem; background: rgba(245,239,228,.94); color: var(--ink); font-size: .72rem; font-weight: 800; cursor: pointer; transition: transform .2s var(--ease), background .2s ease; }
.video-play:hover { transform: translateY(-2px); background: var(--white); }
.video-play span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); font-size: .62rem; }
.video-stage > .carousel-arrow { position: absolute; z-index: 4; top: 50%; transform: translateY(-50%); }
.video-stage > .carousel-prev { left: 1rem; }
.video-stage > .carousel-next { right: 1rem; }
.video-meta { min-height: 66px; padding: .8rem 1rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; border-top: 1px solid rgba(255,255,255,.14); }
.video-meta > div:first-child { display: grid; }
.video-meta span { color: #8fa69e; font-size: .63rem; }
.video-meta strong { font-family: var(--font-display); font-size: 1rem; }
.video-testimonial:not(.has-videos) .video-meta .carousel-dots { display: none; }

@media (min-width: 761px) {
  .stories-grid { grid-template-columns: clamp(290px, 24vw, 330px) minmax(380px, 452px); column-gap: clamp(3rem, 6vw, 5.5rem); align-items: start; }
  .written-stories-shell { min-width: 0; }
  .story-swipe-hint { display: none; }
  .written-stories { height: auto; padding: 0; display: grid; grid-template-rows: auto auto; gap: 1rem; overflow: visible; }
  .story-carousel { min-width: 0; min-height: 0; }
  .story { width: 100%; height: auto; min-height: 310px; padding: 1.8rem; border-radius: var(--radius-md); }
  .story-compact { height: auto; min-height: 286px; padding: 1.55rem 3.5rem; }
  .story .quote-mark { font-size: 4rem; }
  .story-compact blockquote { max-width: none; margin: 1rem 0 auto; }
  .story blockquote { font-size: clamp(1.28rem, 2vw, 2rem); line-height: 1.2; }
  .story footer { padding-top: 1rem; }
  .story-carousel .carousel-controls { inset: 0; display: block; }
  .story-carousel .carousel-controls .carousel-arrow { width: 34px; height: 34px; position: absolute; top: 50%; border: 1px solid currentColor; background: rgba(255,255,255,.78); color: var(--ink); opacity: 1; transform: translateY(-50%); }
  .story-carousel .carousel-controls .carousel-arrow:hover { transform: translateY(-50%) scale(1.07); background: var(--white); }
  .video-testimonial { width: 100%; height: 588px; }
  .video-placeholder { left: clamp(1.5rem, 4vw, 3.5rem); right: clamp(1.5rem, 4vw, 3.5rem); bottom: clamp(1.5rem, 4vw, 3rem); gap: .6rem; }
  .video-placeholder strong { font-size: clamp(2rem, 3vw, 2.65rem); }
  .video-placeholder small { display: block; }
  .video-play { top: 1.35rem; left: clamp(1.5rem, 4vw, 3.5rem); bottom: auto; }
  .video-meta { min-height: 76px; padding: 1rem 1.25rem; }
}

@media (min-width: 1000px) {
  .stories-heading h2 { max-width: 760px; font-size: clamp(3.8rem, 4.3vw, 4.8rem); }
}

.context-section { background: var(--fog); }
.context-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.context-copy h2 { max-width: 700px; }
.context-copy > p { max-width: 620px; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.7; }
.context-source { margin-top: -.6rem; font-size: .75rem !important; font-weight: 700; }
.context-source a { text-decoration-thickness: 2px; text-underline-offset: .25rem; }
.context-details { max-width: 620px; margin-top: 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.context-details summary { padding: 1.1rem 2rem 1.1rem 0; cursor: pointer; font-weight: 700; }
.context-details p { margin: 0; padding: 0 0 1.2rem; color: var(--ink-soft); font-size: .8rem; }
.score-panel { padding: clamp(2rem, 4vw, 3.5rem); border-radius: var(--radius-lg); background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.score-panel > p:first-child { margin: 0 0 1rem; color: #a9bdb8; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.score-row { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.score-row span { max-width: 170px; color: #b6c8c3; font-size: .78rem; }
.score-row span small { display: block; margin-top: .42rem; color: #8fa89f; font-size: .56rem; font-weight: 700; letter-spacing: .1em; }
.score-row-accent span small { color: var(--apple); }
.score-row strong { font-family: var(--font-display); font-size: clamp(3.6rem, 6vw, 6rem); line-height: .8; letter-spacing: -.06em; }
.score-row-accent strong { color: var(--lime); }
.score-difference { margin: 1.2rem 0; color: #b6c8c3; font-size: .82rem; }
.score-difference b { color: var(--white); }
.score-panel .button { width: 100%; margin-top: .7rem; }
.score-panel > small { display: block; margin-top: .8rem; color: #8ca39d; font-size: .65rem; text-align: center; }

.plans-section { background: var(--cream); }
.pricing-choice {
  max-width: 920px;
  margin: -1.5rem auto 3.5rem;
  padding: .85rem .85rem .85rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  background: rgba(255, 250, 242, .76);
}
.pricing-choice-copy { display: grid; gap: .18rem; }
.pricing-choice-copy strong { font-size: .8rem; }
.pricing-choice-copy span { color: var(--ink-soft); font-size: .74rem; line-height: 1.4; }
.pricing-choice-copy small { max-width: 510px; margin-top: .32rem; color: var(--ink-soft); font-size: .62rem; line-height: 1.45; }
.pricing-toggle {
  min-width: 390px;
  padding: 5px;
  border: 1px solid rgba(18, 43, 38, .16);
  border-radius: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(202, 216, 195, .35);
}
.pricing-toggle button {
  min-height: 46px;
  padding: .65rem 1rem;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--ink-soft);
  font: 700 .74rem/1.15 var(--font-body);
  cursor: pointer;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pricing-toggle button:hover { color: var(--ink); }
.pricing-toggle button:active { transform: scale(.98); }
.pricing-toggle button[aria-pressed="true"] { background: var(--ink); color: var(--white); box-shadow: 0 7px 18px rgba(18, 43, 38, .16); }
.pricing-toggle button span {
  display: inline-block;
  margin-left: .35rem;
  padding: .18rem .34rem;
  border-radius: 999px;
  background: var(--apple);
  color: var(--ink);
  font-size: .58rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.plan-card { min-height: 500px; padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius-md); display: flex; flex-direction: column; background: var(--paper); }
.plan-featured { border-color: var(--ink); background: var(--ink); color: var(--white); transform: translateY(-1rem); box-shadow: 0 18px 40px rgba(16, 46, 45, .17); }
.plan-tag { min-height: 24px; color: var(--coral-dark); font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.plan-featured .plan-tag { color: var(--coral); }
.plan-card h3 { margin: 1rem 0 .35rem; font-family: var(--font-display); font-size: 2rem; }
.price { font-family: var(--font-display); font-size: 2.8rem; font-weight: 600; letter-spacing: -.05em; }
.price small { font-family: var(--font-body); font-size: .7rem; font-weight: 400; letter-spacing: 0; opacity: .65; }
.plan-hours { margin: .3rem 0 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .78rem; }
.plan-featured .plan-hours { border-color: rgba(255, 255, 255, .18); color: #b6c8c3; }
.cycle-summary {
  margin: -.45rem 0 1.2rem;
  padding: .7rem .8rem;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .2rem .6rem;
  background: rgba(181, 198, 108, .2);
  color: var(--ink-soft);
  font-size: .68rem;
  line-height: 1.35;
}
.cycle-summary s { opacity: .7; }
.cycle-summary strong { color: var(--ink); }
.cycle-summary span { grid-column: 1 / -1; }
.cycle-summary small { grid-column: 1 / -1; padding-top: .28rem; border-top: 1px solid rgba(18, 43, 38, .14); color: inherit; font-size: .61rem; letter-spacing: .01em; }
.plan-featured .cycle-summary { background: rgba(181, 198, 108, .13); color: #b6c8c3; }
.plan-featured .cycle-summary strong { color: var(--apple); }
.plan-card ul { margin: 0 0 1.5rem; padding-left: 1.15rem; color: var(--ink-soft); font-size: .82rem; line-height: 1.9; }
.plan-featured ul { color: #b6c8c3; }
.plan-card .button { width: 100%; margin-top: auto; }
.stories-more { display: none; }
.plan-featured .button-coral:hover { background: #ff9b82; }
.plans-cycle-note { max-width: 820px; margin: 1rem 0 0; color: var(--ink-soft); font-size: .68rem; line-height: 1.55; }
.registration-fee-note { max-width: 820px; margin: .6rem 0 0; padding: .8rem 1rem; border-left: 3px solid var(--coral); background: rgba(199, 111, 86, .08); color: var(--ink-soft); font-size: .75rem; line-height: 1.55; }
.registration-fee-note strong { color: var(--ink); }
.commitment { position: relative; margin-top: 4rem; padding: clamp(1.7rem, 4vw, 3.5rem); overflow: hidden; border-radius: var(--radius-md); display: grid; grid-template-columns: minmax(210px, .42fr) minmax(0, 1.58fr); gap: clamp(2rem, 6vw, 6rem); background: var(--ink); color: var(--white); }
.commitment::after { content: ""; position: absolute; right: -9rem; bottom: -13rem; width: 30rem; height: 30rem; border: 1px solid rgba(251,134,105,.28); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(251,134,105,.05), 0 0 0 10rem rgba(251,134,105,.025); pointer-events: none; }
.commitment-mark { position: relative; z-index: 1; min-height: 230px; padding: 1.4rem; border: 1px solid rgba(255,255,255,.26); border-radius: 999px 999px 1.4rem 1.4rem; display: flex; flex-direction: column; justify-content: flex-end; background: rgba(255,255,255,.04); }
.commitment-mark span, .commitment-mark small { color: #9fb2ab; font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.commitment-mark strong { margin: .45rem 0; font-family: var(--font-display); font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .82; letter-spacing: -.06em; color: var(--apple); }
.commitment-copy { position: relative; z-index: 1; align-self: center; }
.commitment-copy > span { color: var(--coral); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.commitment h3 { max-width: 900px; margin: .7rem 0 1rem; font-family: var(--font-display); font-size: clamp(2rem, 3.9vw, 4rem); line-height: .94; letter-spacing: -.045em; }
.commitment p { max-width: 820px; margin: 0 0 1.2rem; color: #b6c8c3; line-height: 1.65; }
.commitment ul { margin: 0 0 1.4rem; padding: 0; display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; }
.commitment li { padding: .48rem .65rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #dbe5e0; font-size: .66rem; font-weight: 700; }
.commitment a { display: inline-flex; gap: .6rem; align-items: center; color: var(--white); font-weight: 700; text-underline-offset: .25rem; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.faq-grid header { position: sticky; top: 110px; }
.faq-grid header p { max-width: 450px; color: var(--ink-soft); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.35rem 3rem 1.35rem 0; list-style: none; cursor: pointer; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .4rem; top: 1rem; font-family: var(--font-display); font-size: 1.8rem; font-weight: 400; color: var(--coral-dark); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; margin: 0; padding: 0 2rem 1.35rem 0; color: var(--ink-soft); font-size: .87rem; }
.faq-links { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.faq-links a { padding: .6rem .75rem; border: 1px solid var(--line); border-radius: 8px; font-size: .72rem; font-weight: 700; text-decoration: none; transition: background .2s ease; }
.faq-links a:hover { background: var(--mint); }
.brand-palette .faq-links { gap: .55rem; }
.brand-palette .faq-links a { border: 0; border-radius: 10px; background: rgba(202,216,195,.62); transition: background .2s ease, transform .2s ease; }
.brand-palette .faq-links a::after { content: " →"; color: var(--coral-dark); }
.brand-palette .faq-links a:hover { background: var(--apple); transform: translateY(-2px); }

.closing-section { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--coral); }
.closing-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; }
.closing-grid h2 { max-width: 760px; }
.closing-grid p { max-width: 600px; color: #4b5d59; }
.closing-actions { display: grid; gap: 1rem; justify-items: stretch; }
.whatsapp-link { font-weight: 700; text-align: center; text-underline-offset: .3rem; }

.site-footer { padding: 4rem 0 6rem; background: #0b2423; color: #eff3e9; }
.footer-top { display: grid; grid-template-columns: 1fr auto auto; gap: 4rem; align-items: start; padding-bottom: 3rem; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.brand-footer { color: #eff3e9; }
.brand-footer img { filter: brightness(0) invert(1); }
.footer-top nav, .footer-contact { display: grid; gap: .6rem; }
.footer-top nav a, .footer-contact a { color: #b4c5c0; font-size: .75rem; text-decoration: none; }
.footer-top nav a:hover, .footer-contact a:hover { color: var(--lime); }
.footer-legal { display: grid; grid-template-columns: 1.4fr 1fr .8fr; gap: 3rem; padding-top: 2rem; color: #829c96; font-size: .65rem; line-height: 1.65; }
.footer-legal p { margin: 0; }
.mobile-action { display: none; }

/* BEACON FOOTER — une seule conclusion, du CTA aux mentions légales. */
.brand-palette .closing-section-classic { display: none; }
.brand-palette .footer-classic { display: none; }
.beacon-footer { display: none; }
.brand-palette .site-footer { position: relative; padding: 0 0 2.5rem; overflow: hidden; border-radius: clamp(28px, 4vw, 54px) clamp(28px, 4vw, 54px) 0 0; background: #173d38; color: #f5efe4; }
.brand-palette .beacon-footer { display: block; }
.brand-palette .beacon-cta { min-height: 660px; padding-top: clamp(5.5rem, 10vw, 9rem); padding-bottom: clamp(5rem, 10vw, 8rem); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.beacon-copy { position: relative; z-index: 3; }
.beacon-kicker { display: inline-flex; padding: .48rem .68rem; border: 1px solid rgba(200, 214, 155, .38); border-radius: 8px; color: var(--apple); font-size: .63rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.beacon-copy h2 { max-width: 760px; margin: 1.35rem 0; color: #f5efe4; font-size: clamp(4rem, 7.6vw, 7.6rem); line-height: .85; letter-spacing: -.07em; text-wrap: balance; }
.beacon-copy h2 span { display: block; color: var(--apple); }
.beacon-copy > p { max-width: 610px; margin: 0; color: #b8cbc3; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.7; text-wrap: pretty; }
.beacon-actions { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center; }
.beacon-button { min-width: 235px; border-color: var(--apple); background: var(--apple); color: #122b26; }
.beacon-button:hover { border-color: #d5dfae; background: #d5dfae; transform: translateY(-2px); }
.beacon-whatsapp { padding: .8rem 0; color: #f5efe4; font-size: .78rem; font-weight: 700; text-decoration-color: rgba(245, 239, 228, .38); text-underline-offset: .35rem; }
.beacon-whatsapp span { display: inline-block; margin-left: .25rem; color: var(--apple); transition: transform .25s var(--ease); }
.beacon-whatsapp:hover span { transform: translate(3px, -3px); }

.beacon-visual { position: relative; width: 100%; min-height: 510px; align-self: end; isolation: isolate; }
.beacon-visual::before { content: ""; position: absolute; right: 7%; bottom: 18px; width: min(31vw, 390px); aspect-ratio: 1; border: 1px solid rgba(200, 214, 155, .15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(200, 214, 155, .022), 0 0 0 160px rgba(200, 214, 155, .012); }
.beacon-route { position: absolute; right: 0; top: 1.25rem; color: rgba(245, 239, 228, .38); font-size: .58rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.beacon-horizon { position: absolute; left: -4vw; right: -16vw; bottom: 46px; height: 1px; background: linear-gradient(90deg, transparent, rgba(200,214,155,.34) 18%, rgba(200,214,155,.34) 74%, transparent); transform: rotate(-2.5deg); }
.beacon-ground { position: absolute; left: -12%; right: -25%; bottom: -42px; height: 132px; z-index: 1; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: #122b26; transform: rotate(-2deg); }
.beacon-tower { position: absolute; left: 50%; bottom: 44px; z-index: 3; width: 104px; height: 278px; clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%); background: #f5efe4; transform: translateX(-50%) rotate(-1deg); box-shadow: inset -18px 0 0 rgba(200, 214, 155, .22); }
.beacon-tower::before, .beacon-tower::after, .beacon-tower i { content: ""; position: absolute; left: 50%; width: 17px; height: 33px; border-radius: 9px 9px 2px 2px; background: #173d38; transform: translateX(-50%); }
.beacon-tower::before { top: 54px; }
.beacon-tower::after { top: 132px; }
.beacon-tower i { top: 213px; height: 65px; border-radius: 10px 10px 0 0; }
.beacon-tower b { position: absolute; left: 19px; right: 19px; top: 186px; height: 1px; background: rgba(23,61,56,.16); }
.beacon-lantern { position: absolute; left: 50%; bottom: 318px; z-index: 4; width: 92px; height: 55px; border: 8px solid #f5efe4; border-top-width: 7px; background: var(--apple); transform: translateX(-50%) rotate(-1deg); box-shadow: inset 0 0 0 2px #173d38; }
.beacon-lantern::before, .beacon-lantern::after { content: ""; position: absolute; top: 0; bottom: 0; width: 2px; background: #173d38; }
.beacon-lantern::before { left: 25px; }
.beacon-lantern::after { right: 25px; }
.beacon-roof { position: absolute; left: 50%; bottom: 371px; z-index: 5; width: 122px; height: 48px; background: #f5efe4; clip-path: polygon(50% 0, 100% 78%, 100% 100%, 0 100%, 0 78%); transform: translateX(-50%) rotate(-1deg); }
.beacon-roof::after { content: ""; position: absolute; left: calc(50% - 1px); top: -23px; width: 2px; height: 28px; background: var(--gold); }
.beacon-light { position: absolute; left: 50%; bottom: 335px; z-index: 7; width: 13px; height: 13px; border-radius: 50%; background: #f6e8aa; transform: translateX(-50%); box-shadow: 0 0 24px rgba(246, 232, 170, .68); }
.beacon-glow { position: absolute; left: 50%; bottom: 267px; z-index: 2; width: 190px; height: 190px; border: 1px solid rgba(212, 175, 55, .32); border-radius: 50%; transform: translateX(-50%); animation: beacon-breathe 5s var(--ease) infinite; }
.beacon-glow::after { content: ""; position: absolute; inset: 23px; border: 1px solid rgba(212, 175, 55, .2); border-radius: inherit; }
.beacon-beam { position: absolute; left: calc(50% + 5px); bottom: 327px; z-index: 2; width: min(42vw, 590px); height: 100px; opacity: .42; transform-origin: 0 50%; transform: rotate(-13deg); background: linear-gradient(90deg, rgba(246,232,170,.28), rgba(246,232,170,.07) 58%, transparent); clip-path: polygon(0 43%, 100% 0, 100% 100%, 0 57%); animation: beacon-sweep 8s ease-in-out infinite; }
@keyframes beacon-sweep { 0%, 100% { transform: rotate(-15deg); opacity: .3; } 50% { transform: rotate(-7deg); opacity: .52; } }
@keyframes beacon-breathe { 0%, 100% { transform: translateX(-50%) scale(.92); opacity: .45; } 50% { transform: translateX(-50%) scale(1.05); opacity: .8; } }

.brand-palette .beacon-directory { position: relative; z-index: 4; padding: clamp(3rem, 6vw, 5rem) 0; border-top: 1px solid rgba(245,239,228,.18); display: grid; grid-template-columns: 1.45fr .75fr 1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.beacon-brand-block > p { max-width: 440px; margin: 1.2rem 0 0; color: #91aaa1; font-size: .75rem; line-height: 1.7; }
.beacon-links, .beacon-contact { display: grid; gap: .55rem; }
.beacon-links > span, .beacon-contact > span { margin-bottom: .35rem; color: var(--apple); font-size: .57rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.brand-palette .beacon-links a, .brand-palette .beacon-contact a { color: #d8e2dc; font-size: .74rem; font-weight: 600; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.brand-palette .beacon-links a:hover, .brand-palette .beacon-contact a:hover { color: var(--apple); transform: translateX(3px); }
.brand-palette .footer-legal { position: relative; z-index: 4; border-top: 1px solid rgba(245,239,228,.12); }
.brand-palette .footer-legal a { color: inherit; text-underline-offset: .25rem; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(12px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { gap: 1rem; }
  .main-nav > a:nth-child(3) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .section-heading, .route-heading, .teacher-grid, .week-grid, .context-grid, .faq-grid, .closing-grid { grid-template-columns: 1fr; gap: 3rem; }
  .section-heading > p { margin-left: 0; }
  .pricing-choice { grid-template-columns: 1fr; align-items: stretch; }
  .week-support { margin-top: 1.1rem; }
  .week-reference-note { margin-top: .15rem; }
  .teacher-visual { width: min(100%, 440px); margin-inline: auto; }
  .week-copy > p { max-width: 620px; }
  .faq-grid header { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 2; }
  .footer-legal { grid-template-columns: 1fr 1fr; }
  .footer-legal p:first-child { grid-column: 1/-1; }
  .brand-palette .beacon-cta { min-height: 600px; grid-template-columns: 1.08fr .92fr; gap: 2rem; }
  .beacon-copy h2 { font-size: clamp(3.8rem, 9vw, 6rem); }
  .beacon-visual { min-height: 460px; }
  .brand-palette .beacon-directory { grid-template-columns: 1fr 1fr; }
  .beacon-brand-block { grid-column: 1/-1; }
  .stories-grid { grid-template-columns: minmax(270px, 300px) minmax(360px, 420px); column-gap: clamp(2rem, 4vw, 3rem); }
  .story-compact { padding-inline: 3rem; }
}

@media (min-width: 981px) and (max-height: 830px) {
  .hero { min-height: calc(100svh - 76px); padding-block: 1.5rem 1.6rem; }
  .hero-copy h1 { max-width: 760px; margin-block: .75rem .85rem; font-size: clamp(4.1rem, min(5.9vw, 9.8vh), 6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { margin-top: 1rem; }
  .honesty-note { margin-top: .7rem; }
  .hero-assurances { margin-top: .75rem; }
  .lesson-card { max-width: 500px; margin-left: auto; }
  .lesson-caption { padding-top: .65rem; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  body.menu-open { overflow: hidden; }
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 4.25rem 0 4.75rem; }
  .section-heading { margin-bottom: 2.5rem; gap: 1.25rem; }
  .site-header, .site-header.is-scrolled { height: calc(68px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: calc(68px + env(safe-area-inset-top)); max-height: calc(100dvh - 68px - env(safe-area-inset-top)); overflow-y: auto; overscroll-behavior: contain; padding: 1rem 14px 1.3rem; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 20px 30px rgba(16, 46, 45, .1); flex-direction: column; align-items: stretch; }
  .main-nav[data-open="true"] { display: flex; }
  .main-nav > a, .main-nav > a:nth-child(3) { min-height: 44px; display: flex; align-items: center; padding: .55rem 0; }
  .main-nav .nav-cta { display: inline-flex; margin-top: .3rem; padding: .6rem 1rem; }
  .language-switcher a { min-width: 44px; min-height: 44px; display: grid; place-items: center; }
  .hero { min-height: auto; padding: 2.8rem 0 2.35rem; }
  .hero-orbit { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-copy h1 { margin-block: .85rem 1rem; font-size: clamp(2.6rem, 12.2vw, 4.6rem); line-height: .93; overflow-wrap: normal; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-assurances { display: grid; gap: .45rem; }
  .lesson-card { width: 100%; transform: none; padding: .6rem; }
  .lesson-image-wrap > picture { aspect-ratio: 1.5 / 1; }
  .level-options { display: flex; gap: .5rem; margin-inline: -1.15rem; padding: 0 1.15rem .35rem; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .level-options::-webkit-scrollbar { display: none; }
  .level-options button { flex: 0 0 auto; min-height: 42px; padding-inline: 1rem; white-space: nowrap; }
  .level-answer { grid-template-columns: 1fr; }
  .level-answer-copy { grid-template-columns: 1fr; gap: .25rem; }
  .level-answer-cta { width: 100%; white-space: normal; }
  .section-heading h2, .teacher-copy h2, .week-copy h2, .context-copy h2, .faq-grid h2, .closing-grid h2 { font-size: clamp(2.35rem, 10.8vw, 4rem); line-height: .94; overflow-wrap: break-word; hyphens: auto; }
  .section-heading h2, .section-heading p { overflow-wrap: break-word; }
  .route-map { --route-progress: 0; grid-template-columns: 1fr; gap: 1.35rem; isolation: isolate; }
  .route-map::before { top: 30px; bottom: 30px; left: 29px; right: auto; width: 2px; height: auto; display: block; border-radius: 999px; }
  .route-map::after { top: 30px; bottom: 30px; left: 29px; width: 2px; height: auto; border-radius: 999px; transform: scaleY(var(--route-progress, 0)); transform-origin: center top; transition: none; will-change: transform; }
  .route-stop { min-height: 98px; padding: .2rem 0 .3rem 5rem; opacity: 1; transform: none; }
  .route-stop::before { width: 60px; height: 60px; border-width: 2px; background: #122b26; box-shadow: 0 0 0 7px #122b26; transition: background-color .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease), box-shadow .3s var(--ease), transform .3s var(--ease); }
  .route-stop.is-active::before { transform: scale(1.035); box-shadow: 0 0 0 7px #122b26, 0 0 0 9px rgba(181, 198, 108, .12); }
  .route-stop h3 { margin: .25rem 0 .45rem; }
  .route-stop p { max-width: 34rem; }
  .route-stop h3, .route-stop p { transition: opacity .28s ease, color .28s ease; }
  .route-stop:not(.is-active) h3, .route-stop:not(.is-active) p { opacity: .76; }
  .teacher-visual { width: 100%; max-width: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; align-items: end; justify-items: stretch; padding-block: .8rem; }
  .teacher-portrait { width: 100%; }
  .teacher-portrait-first { grid-column: 2; grid-row: 1; transform: none; }
  .teacher-portrait-second { grid-column: 1; grid-row: 1; transform: none; }
  .teacher-portrait::before { width: 62%; right: -4%; top: -5%; }
  .teacher-portrait-second::before { right: auto; left: -4%; }
  .teacher-portrait img { border-radius: 46% 46% 14px 14px; }
  .teacher-facts { grid-template-columns: 1fr; }
  .teacher-facts > div, .teacher-facts > div:first-child { padding: .9rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .teacher-facts > div:last-child { border-bottom: 0; }
  .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
  .experience-card, .experience-coral, .experience-lime, .experience-neutral, .experience-dark { grid-column: auto; grid-row: auto; min-height: 168px; padding: 1rem; justify-content: flex-start; }
  .experience-main { grid-column: 1 / -1; grid-row: auto; min-height: 220px; padding: 1.25rem; justify-content: flex-start; }
  .experience-card h3 { margin: .65rem 0 .35rem; font-size: clamp(1.25rem, 5.5vw, 1.8rem); }
  .experience-card p { font-size: .74rem; line-height: 1.45; }
  .experience-main h3 { font-size: clamp(1.7rem, 7.2vw, 2.5rem); }
  .experience-main p { font-size: .82rem; }
  .experience-main::before { inset: 0; opacity: .24; -webkit-mask-image: linear-gradient(180deg, transparent 5%, #000 80%); mask-image: linear-gradient(180deg, transparent 5%, #000 80%); }
  .experience-main h3, .experience-main p { max-width: none; }
  .week-grid { gap: 1.6rem; }
  .week-program { min-width: 0; }
  .swipe-hint { min-height: 42px; margin: 0 0 .65rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #405247; font-size: .7rem; font-weight: 800; }
  .swipe-hint > span:first-child { display: inline-flex; align-items: center; gap: .5rem; }
  .swipe-hint > span:first-child::before { content: ""; width: 25px; height: 1px; background: currentColor; opacity: .55; }
  .swipe-count { min-width: 68px; min-height: 36px; justify-content: center; border: 1px solid rgba(18, 43, 38, .28); border-radius: 999px; }
  .week-list { display: flex; gap: .75rem; margin-inline: -14px; padding: .15rem 14px 1rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 14px; scroll-snap-type: x mandatory; border: 0; scrollbar-width: none; -webkit-overflow-scrolling: touch; counter-reset: pathway-week; }
  .week-list::-webkit-scrollbar, .plans-grid::-webkit-scrollbar { display: none; }
  .week-list li { position: relative; flex: 0 0 min(78vw, 320px); min-height: 218px; padding: 1.15rem; border: 1px solid rgba(18, 43, 38, .25); border-radius: 18px; display: flex; flex-direction: column; align-items: stretch; gap: 0; scroll-snap-align: start; scroll-snap-stop: always; background: rgba(255, 255, 255, .48); counter-increment: pathway-week; }
  .week-list li::after { content: "0" counter(pathway-week); position: absolute; right: 1rem; top: .85rem; color: rgba(18, 43, 38, .38); font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; }
  .week-list li > span { max-width: calc(100% - 2.7rem); color: #405247; }
  .week-list li > div { margin-top: auto; gap: .2rem; }
  .week-list strong { font-size: 1.45rem; line-height: 1.05; }
  .week-list small { margin-top: .3rem; line-height: 1.45; }
  .week-list li > b { width: fit-content; margin-top: .9rem; padding: .32rem .48rem; border-radius: 6px; background: rgba(18, 43, 38, .1); font-size: .66rem; }
  .stories-grid { height: auto; grid-template-columns: 1fr; gap: 1.4rem; }
  .written-stories-shell { min-width: 0; }
  .story-swipe-hint { margin-top: .2rem; }
  .written-stories { height: auto; gap: .75rem; margin-inline: -14px; padding: .1rem 14px 1rem; scroll-padding-inline: 14px; }
  .story-carousel { display: contents; }
  .story-carousel .carousel-controls { display: none; }
  .story { grid-row: auto; flex-basis: min(82vw, 340px); min-height: 248px; padding: 1.35rem; border-radius: 18px; }
  .story.story-tone-dark { background: var(--ink); color: var(--white); }
  .story.story-tone-light { background: var(--mint); color: var(--ink); }
  .story-compact { min-height: 248px; padding: 1.35rem; }
  .story blockquote { margin: 1rem 0 auto; font-size: clamp(1.15rem, 5.2vw, 1.45rem); line-height: 1.18; }
  .story footer { gap: .75rem; font-size: .68rem; }
  .video-testimonial { width: 100%; height: auto; aspect-ratio: 1 / 1.12; min-height: 0; justify-self: stretch; border-radius: 22px; }
  .video-stage.is-playing > video { object-fit: contain; }
  .video-placeholder { left: 1.25rem; right: 1.25rem; bottom: 1.15rem; gap: .35rem; }
  .video-placeholder strong { font-size: clamp(1.65rem, 7.4vw, 2.15rem); }
  .video-placeholder small { display: none; }
  .video-play { left: 1.25rem; bottom: 7.2rem; min-height: 42px; padding: .58rem .75rem; }
  .video-meta { min-height: 66px; padding: .8rem 1rem; }
  .plan-swipe-hint { margin-top: -1.2rem; }
  .plans-grid { display: flex; gap: .85rem; margin-inline: -14px; padding: .7rem 14px 1.35rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .plan-card { flex: 0 0 min(84vw, 360px); min-height: 500px; scroll-snap-align: center; scroll-snap-stop: always; }
  .pricing-choice { margin-top: -1.5rem; padding: 1rem; }
  .pricing-toggle { min-width: 0; }
  .plan-featured { order: initial; transform: none; }
  .commitment { margin-top: 2.75rem; grid-template-columns: 1fr; gap: 1.5rem; }
  .commitment-mark { width: min(100%, 280px); height: auto; min-height: 180px; }
  .footer-top, .footer-legal { grid-template-columns: 1fr; gap: 2rem; }
  .footer-contact, .footer-legal p:first-child { grid-column: auto; }
  .brand-palette .beacon-cta { min-height: 0; padding-top: 4.25rem; padding-bottom: 2.5rem; grid-template-columns: 1fr; gap: .5rem; }
  .beacon-copy h2 { font-size: clamp(2.9rem, 12.5vw, 4.6rem); }
  .beacon-actions { align-items: stretch; flex-direction: column; }
  .beacon-actions .button { width: 100%; }
  .beacon-whatsapp { text-align: center; }
  .beacon-visual { min-height: 430px; width: min(100%, 440px); margin: 0 auto; }
  .beacon-route { right: 2px; }
  .beacon-beam { width: 77vw; }
  .brand-palette .beacon-directory { grid-template-columns: 1fr; gap: 2.5rem; }
  .beacon-brand-block { grid-column: auto; }
  .brand-palette .site-footer { padding-bottom: calc(6rem + env(safe-area-inset-bottom)); }
  .mobile-action { position: fixed; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 90; display: block; }
  .mobile-action .button { width: 52px; height: 52px; min-height: 0; padding: 0; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; display: grid; place-items: center; color: var(--white); box-shadow: 0 9px 24px rgba(18, 43, 38, .24), 0 0 0 4px rgba(251, 245, 232, .76); transition: transform .22s var(--ease), box-shadow .22s ease, background .22s ease; }
  .mobile-action .button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(18, 43, 38, .3), 0 0 0 4px rgba(251, 245, 232, .86); }
  .mobile-action .button:active { transform: scale(.95); }
  .mobile-action svg { width: 23px; height: 23px; display: block; }
}

@media (max-width: 430px) {
  .brand img { width: 35px; height: 35px; }
  .brand span { font-size: 1rem; }
  .lesson-caption { grid-template-columns: minmax(0, 1fr) auto; }
  .session-time { grid-column: 2; width: fit-content; }
  .level-options { display: flex; }
  .score-panel { padding: 1.5rem; }
  .score-row strong { font-size: 3.5rem; }
  .pricing-toggle { grid-template-columns: 1fr; }
  .pricing-toggle button { min-height: 44px; }
  .commitment { padding: 1.5rem; }
  .story-compact { min-height: 248px; padding-inline: 1.35rem; }
  .video-testimonial { width: 100%; height: auto; aspect-ratio: 1 / 1.12; min-height: 0; }
  .video-meta { padding-inline: .8rem; gap: .6rem; }
  .beacon-visual { min-height: 390px; transform: scale(.9); transform-origin: center bottom; margin-top: -1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .beacon-beam, .beacon-glow { animation: none; }
  .route-map::after { transition: none; }
}
