:root{--ink:#141414;--surface:#1c1b1c;--pink:#ef469b;--pink-light:#f6c7dd;--white:#faf8f9;--muted:#b7b2b5;--line:#373337;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--ink);color:var(--white);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{display:block;max-width:100%}
button,a,summary{-webkit-tap-highlight-color:transparent}
button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--pink);outline-offset:6px}
::selection{background:var(--pink);color:var(--ink)}
.container{width:min(1240px,calc(100% - 96px));margin-inline:auto}
.section-pad{padding:112px 0}
h1,h2,h3,p,figure,blockquote{margin:0}
h1,h2{font-family:var(--serif);font-weight:500;letter-spacing:-.045em;line-height:1.13}
h2{font-size:clamp(36px,3.55vw,49px)}
h2 em{color:var(--pink-light);font-weight:500}
h3{font-weight:550;line-height:1.3;letter-spacing:-.03em}
p{color:var(--muted)}
.eyebrow{font-size:12px;font-weight:650;letter-spacing:.15em;line-height:1.5;color:var(--pink-light);margin-bottom:25px}
.skip-link{position:fixed;z-index:100;top:10px;left:10px;background:var(--pink);color:var(--ink);padding:10px 20px;transform:translateY(-200%)}
.skip-link:focus{transform:translateY(0)}
.reading-progress{height:3px;background:var(--pink);position:fixed;z-index:50;top:0;left:0;right:0;transform:scaleX(0);transform-origin:left}
.site-header{border-bottom:1px solid #ffffff13;background:#141414f5;position:sticky;top:0;z-index:30;backdrop-filter:blur(16px)}
.header-inner{height:94px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}
.brand svg{width:39px;height:35px;color:var(--pink)}
.brand>span{font-size:20px;line-height:1;letter-spacing:.16em;font-weight:500}
.brand small{display:block;text-align:center;font-size:10px;letter-spacing:.48em;margin-top:9px}
.header-inner nav{display:flex;gap:30px}
.header-inner nav a{font-size:14px;color:#c3bec1;transition:color .2s}
.header-inner nav a:hover,.text-link:hover{color:var(--pink)}
.header-cta{font-size:14px;border:1px solid #70666d;padding:10px 20px;border-radius:4px}
.header-cta span{margin-left:23px;color:var(--pink)}
.header-cta:hover{border-color:var(--pink)}
.hero{display:grid;grid-template-columns:1.12fr 1fr;gap:60px;padding-top:48px;padding-bottom:56px;align-items:center}
.hero-copy{padding-top:15px}
.hero .eyebrow{font-size:11px;letter-spacing:.13em;margin-bottom:30px}
.tiny-diamond{color:var(--pink);margin-right:8px;font-size:12px}
.hero h1{font-size:clamp(44px,4.45vw,64px);line-height:1.15;letter-spacing:-.055em}
.hero h1 em{color:var(--pink-light);font-weight:500;white-space:nowrap}
.hero-lead{max-width:440px;font-size:17px;margin-top:28px;line-height:1.8}
.button{min-height:56px;display:inline-flex;align-items:center;justify-content:space-between;gap:35px;font-size:14px;font-weight:650;padding:15px 25px;border-radius:4px;transition:transform .2s,background .2s}
.button:hover{transform:translateY(-3px)}
.button-pink{background:var(--pink);color:var(--ink);margin-top:30px}
.button-pink:hover{background:#ff65ad}
.button span{font-size:23px;line-height:1}
.hero-note{font-size:12px;margin-top:17px;display:flex;align-items:center;gap:7px}
.hero-note svg{width:17px;color:var(--pink-light);flex-shrink:0}
.hero-bottom{margin-top:54px;padding-top:20px;border-top:1px solid var(--line);display:flex;align-items:center;gap:18px;font-size:10px;letter-spacing:.13em;color:#8d858b;max-width:440px}
.hero-bottom>span:last-child{margin-left:auto}
.hero-bottom a{color:var(--pink-light);font-size:20px}
.hero-visual{position:relative;height:616px;min-width:0;isolation:isolate;background:#e8ced6;overflow:hidden;border-radius:160px 160px 8px 8px}
.hero-photo{width:100%;height:100%;object-fit:cover;object-position:center 20%}
.hero-visual:after{content:'';position:absolute;z-index:0;inset:45% 0 0;background:linear-gradient(transparent,#190c13ba)}
.photo-label{position:absolute;z-index:2;top:29px;left:0;right:0;text-align:center;color:#4c303a;font-size:9px;letter-spacing:.17em;display:flex;flex-direction:column;gap:3px}
.photo-label span:last-child{font-size:8px;opacity:.6}
.photo-caption{position:absolute;bottom:35px;left:33px;z-index:2}
.photo-caption>span{display:block;font-size:12px;margin-bottom:9px;color:#ffe0ed}
.photo-caption strong{font-family:var(--serif);font-weight:500;font-size:32px;line-height:1.25;letter-spacing:-.03em}
.photo-side{position:absolute;right:17px;top:38%;writing-mode:vertical-rl;font-size:9px;letter-spacing:.18em;color:#4c303a;z-index:2}
.values-strip{background:var(--pink-light);color:#3f172c;padding:23px 0}
.values-strip .container{display:flex;align-items:center;justify-content:space-between;gap:22px}
.values-strip span{font-size:13px;font-weight:550}
.values-strip i{font-style:normal;color:#9b2f61;font-size:16px}
.section-heading{display:grid;grid-template-columns:1.3fr 1fr;align-items:end;gap:100px;margin-bottom:48px}
.section-heading>p,.section-heading>div>p:not(.eyebrow){font-size:16px;line-height:1.8}
.section-heading .eyebrow{margin-bottom:21px}
.next-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:8px;overflow:hidden}
.next-card{padding:31px 30px 32px;position:relative}
.next-card+.next-card{border-left:1px solid var(--line)}
.step-number{display:block;color:var(--pink-light);font-family:var(--serif);font-size:35px;line-height:1;margin-bottom:33px}
.step-tag{font-size:10px;letter-spacing:.13em;color:#93898f;display:block;margin-bottom:13px}
.next-card h3{font-size:21px;margin-bottom:14px}
.next-card p{font-size:14px;line-height:1.8}
.quiet-note{font-size:12px;color:#989097;margin-top:23px;display:flex;gap:10px}
.quiet-note>span{color:var(--pink)}
.experience{background:#1b191b;border-top:1px solid #ffffff07;border-bottom:1px solid #ffffff07}
.experience-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:86px;align-items:center}
.experience-photo{height:665px;position:relative;overflow:hidden;border-radius:6px}
.experience-photo>img{width:100%;height:100%;object-fit:cover;object-position:48% center}
.experience-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(#0002,transparent 35%,#000c)}
.image-index{position:absolute;top:27px;left:26px;font-size:9px;letter-spacing:.18em;z-index:1;color:#fff}
.image-quote{position:absolute;bottom:38px;left:33px;font-family:var(--serif);font-size:44px;line-height:1.15;letter-spacing:-.025em;z-index:1}
.image-quote em{color:var(--pink-light)}
.experience-copy h2{font-size:43px}
.section-intro{font-size:15px;line-height:1.8;margin-top:24px}
.benefit-list{margin-top:30px}
.benefit-list article{display:flex;gap:22px;padding:22px 0;border-top:1px solid var(--line)}
.benefit-list article:last-child{padding-bottom:0}
.benefit-icon{width:33px;height:33px;flex-shrink:0;font-size:11px;border:1px solid #5d414f;border-radius:50%;display:grid;place-items:center;color:var(--pink-light);margin-top:1px}
.benefit-list h3{font-size:18px;margin-bottom:8px}
.benefit-list p{font-size:14px;line-height:1.8}
.roadmap{background:#faf5f7;color:var(--ink)}
.roadmap .eyebrow{color:#9f3668}
.roadmap h2 em{color:#b3296b}
.roadmap .section-heading p{color:#70646b}
.source-tag{display:inline-block;font-size:9px;letter-spacing:.11em;color:#8a6b79;margin-top:21px;border:1px solid #dfcad5;padding:6px 10px;border-radius:3px}
.roadmap-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.roadmap-tabs button{text-align:left;min-width:0;background:transparent;border:1px solid #ddcfd5;color:var(--ink);padding:22px 21px 23px;border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s,transform .2s}
.roadmap-tabs button:hover{border-color:#ad3470;transform:translateY(-3px)}
.roadmap-tabs button[aria-selected=true]{background:var(--ink);color:#fff;border-color:var(--ink)}
.tab-top{display:flex;justify-content:space-between;font-size:11px;color:#9a7185;margin-bottom:20px}
.tab-marker{font-size:17px;line-height:1}
.roadmap-tabs button[aria-selected=true] .tab-top{color:var(--pink-light)}
.tab-period{display:block;font-size:14px;margin-bottom:9px}
.roadmap-tabs strong{display:block;font-size:clamp(20px,2.2vw,29px);font-weight:550;line-height:1.2;letter-spacing:-.055em;white-space:nowrap}
.roadmap-tabs strong small{font-size:17px;font-weight:400}
.tab-description{display:block;margin-top:15px;font-size:12px;color:#7d6872}
.roadmap-tabs button[aria-selected=true] .tab-description{color:#ceb7c3}
.roadmap-detail{margin-top:28px;background:#f0e6eb;padding:38px 40px;display:grid;grid-template-columns:1fr 1fr;gap:60px;border-radius:6px;min-height:355px}
.stage-copy h3{font-family:var(--serif);font-size:29px;font-weight:500;letter-spacing:-.035em;line-height:1.25;white-space:pre-line}
.stage-copy .eyebrow{font-size:10px;margin-bottom:16px}
.stage-copy>p:not(.eyebrow){font-size:14px;line-height:1.8;margin-top:16px;color:#6e5a64}
.stage-focus{margin-top:24px;display:flex;flex-direction:column;gap:5px;border-left:2px solid #b12b6b;padding-left:14px}
.stage-focus>span{font-size:9px;letter-spacing:.13em;color:#8f667a}
.stage-focus>strong{font-size:12px;font-weight:550}
.growth-chart{align-self:center;min-width:0}
.chart-heading{display:flex;justify-content:space-between;gap:16px;font-size:9px;color:#886b7a;letter-spacing:.08em;margin-bottom:20px}
.chart-bars{height:225px;display:flex;align-items:end;gap:22px;border-bottom:1px solid #d3bcc7;background:repeating-linear-gradient(to top,transparent 0,transparent 54px,#deced7 55px,transparent 56px);padding:0 8px 27px;position:relative}
.chart-column{height:100%;display:flex;flex:1;flex-direction:column;justify-content:flex-end;position:relative;min-width:0;text-align:center}
.chart-column>div{height:var(--bar-height);background:#d8b5c7;border-radius:4px 4px 0 0;transition:background .25s}
.chart-column.active>div{background:#bf3378}
.chart-column>span{font-size:10px;white-space:nowrap;margin-bottom:7px;color:#80536b}
.chart-column small{position:absolute;bottom:-23px;width:100%;font-size:8px;color:#836e79;white-space:nowrap}
.earnings-note{display:flex;gap:12px;margin-top:24px;align-items:start}
.info-symbol{font-size:11px;border:1px solid #b69aa8;border-radius:50%;line-height:16px;width:18px;text-align:center;flex-shrink:0;margin-top:3px;color:#8c6b7b}
.earnings-note p{color:#796a72;font-size:12px;line-height:1.8}
.earnings-note strong{color:#57414c}
.essentials-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.essential-card{padding:35px 37px;border-radius:7px;border:1px solid var(--line)}
.card-top{display:flex;justify-content:space-between;align-items:center;color:var(--pink-light);font-size:10px;letter-spacing:.13em;margin-bottom:30px}
.card-top>span:last-child{font-size:22px;line-height:1}
.essential-card h3{font-family:var(--serif);font-size:32px;line-height:1.2;font-weight:500}
.essential-card>p{font-size:14px;margin-top:20px}
.setup-list{list-style:none;margin:28px 0 0;padding:0}
.setup-list li{display:flex;gap:25px;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}
.setup-list li span{color:#9d8e97;flex-shrink:0}
.setup-list li strong{font-weight:450;text-align:right}
.essential-card .small-copy{font-size:12px;color:#998a93;margin-top:22px}
.first-live-card{background:#2a1d24;border-color:#49303e}
.live-checks{display:grid;gap:15px;margin-top:28px;font-size:13px;color:#e0cbd5}
.live-checks b{color:var(--pink);margin-right:12px;font-weight:400}
.first-live-card blockquote{font-family:var(--serif);font-size:25px;line-height:1.35;color:var(--pink-light);font-style:italic;border-top:1px solid #4f3444;margin-top:31px;padding-top:25px}
.first-live-card cite{display:block;font-family:var(--sans);font-size:9px;letter-spacing:.12em;color:#a68b99;font-style:normal;margin-top:14px}
.faq-section{padding-top:10px}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}
.faq-intro>p:not(.eyebrow){font-size:15px;line-height:1.8;margin-top:25px}
.text-link{display:inline-flex;gap:25px;align-items:center;border-bottom:1px solid #704757;color:var(--pink-light);font-size:13px;margin-top:28px;padding-bottom:10px;transition:color .2s}
.text-link span{font-size:20px}
.faq-list{border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line)}
summary{list-style:none;cursor:pointer;padding:24px 0;display:flex;justify-content:space-between;align-items:center;gap:26px;font-size:16px;font-weight:450;line-height:1.5}
summary::-webkit-details-marker{display:none}
summary>span{display:block;width:16px;height:16px;position:relative;flex-shrink:0}
summary>span:before,summary>span:after{content:'';position:absolute;background:#c39bab;width:12px;height:1px;top:7px;left:2px}
summary>span:after{transform:rotate(90deg);transition:transform .2s}
details[open] summary>span:after{transform:rotate(0)}
details[open] summary{color:var(--pink-light)}
details>div{padding:0 35px 25px 0}
details p{font-size:14px;line-height:1.8}
.closing-section{background:var(--pink-light);color:#281820;text-align:center;position:relative;overflow:hidden;padding:82px 0 66px}
.closing-inner{position:relative;z-index:1}
.closing-section .eyebrow{color:#895268;font-size:10px;margin-bottom:25px}
.closing-section h2{font-size:clamp(32px,3.4vw,47px);line-height:1.22}
.closing-section h2 em{color:#923c65}
.closing-section p:not(.eyebrow){color:#805467;font-size:15px;margin-top:22px}
.closing-actions{display:flex;justify-content:center;gap:35px;align-items:center;margin-top:33px}
.button-dark{background:var(--ink);color:#fff}
.button-dark:hover{background:#3c2230}
.guide-link{text-align:left;font-size:13px}
.guide-link>span{margin-left:17px}
.guide-link small{display:block;font-size:8px;letter-spacing:.12em;color:#96677d;margin-top:3px}
.closing-footnote{display:block;font-size:9px;letter-spacing:.13em;color:#99687d;margin-top:38px}
.footer-top{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-top:43px;padding-bottom:35px;border-bottom:1px solid var(--line)}
.footer-top>.brand{transform-origin:left;transform:scale(.8);margin-right:-40px}
.footer-top>span{color:#8f858b;font-size:12px}
.footer-top>a:last-child{font-size:12px;color:#c3acb9}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-block:22px;color:#82747c;font-size:10px}
.adult-label{display:flex;gap:10px;align-items:center;font-size:13px;color:#bf9dad}
.adult-label>span{font-size:8px;letter-spacing:.08em}

/* Readable defaults; compact layouts are designed for touch first. */
:root { --muted: #c6bec3; }
html { scroll-padding-top: 6.5rem; -webkit-text-size-adjust: 100%; }
body { font-size: 1.125rem; }
.container > *, .section-heading > *, .experience-grid > *, .faq-grid > * { min-width: 0; }
h1, h2, h3, p, .values-strip span, .setup-list strong, .tab-description { overflow-wrap: anywhere; }
.hero-lead, .section-heading > p, .section-heading > div > p:not(.eyebrow),
.next-card p, .section-intro, .benefit-list p, .stage-copy > p:not(.eyebrow),
.essential-card > p, .faq-intro > p:not(.eyebrow), details p,
.closing-section p:not(.eyebrow) { font-size: 1.125rem; line-height: 1.7; }
.hero-note, .quiet-note, .earnings-note p, .essential-card .small-copy { font-size: .9375rem; line-height: 1.65; }
.tab-description, .tab-period, .stage-focus > strong, .setup-list li, .live-checks,
.text-link, .guide-link, .header-inner nav a, .header-cta, .button { font-size: 1rem; }
.eyebrow, .hero .eyebrow, .step-tag, .source-tag, .stage-copy .eyebrow,
.stage-focus > span, .card-top, .first-live-card cite, .closing-section .eyebrow,
.closing-footnote, .guide-link small, .image-index { font-size: .75rem; letter-spacing: .09em; }
.eyebrow, .hero .eyebrow { line-height: 1.7; }
.step-tag, .quiet-note, .essential-card .small-copy { color: #b8a9b2; }
.roadmap .section-heading p, .stage-copy > p:not(.eyebrow), .earnings-note p { color: #66505c; }
.source-tag, .stage-focus > span, .chart-heading, .chart-column > span, .chart-column small { color: #754158; }
.closing-section p:not(.eyebrow), .closing-section .eyebrow,
.closing-footnote, .guide-link small { color: #734052; }
.roadmap-hint { color: #66505c; font-size: .9375rem; margin: 0 0 1rem; }
.roadmap-tabs button { border-color: #c8adba; }
.tab-description { color: #705361; line-height: 1.5; }
.roadmap-tabs button[aria-selected=true] .tab-description { color: #e5c9d8; }
.benefit-list h3 { font-size: 1.3125rem; }
.earnings-note strong { color: #4c303e; }
.experience-photo { height: 100%; min-height: 665px; }
.setup-list li span { color: #c7b6c0; }
.button, .header-cta, .brand, .text-link, .guide-link, .footer-top > a:last-child { min-height: 3rem; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; }
.header-inner nav a { display: flex; align-items: center; min-height: 3rem; }
.text-link { align-items: center; }
.guide-link { display: block; padding-block: .5rem; }
.guide-link small { margin-top: .375rem; }
.footer-top > a:last-child { display: inline-flex; align-items: center; font-size: .9375rem; }
.footer-bottom { font-size: .8125rem; color: #b5a4ae; padding-bottom: max(1.5rem, env(safe-area-inset-bottom)); }
.adult-label { font-size: .9375rem; }
.adult-label > span { font-size: .75rem; }
summary { min-height: 3.5rem; font-size: 1.125rem; line-height: 1.5; }
.faq-list summary > span { width: 24px; height: 24px; }
.faq-list summary > span:before, .faq-list summary > span:after { width: 16px; top: 11px; left: 4px; }
.closing-section p:not(.eyebrow) { max-width: 44rem; margin-inline: auto; }
.brand { align-self: center; }
.footer-top > .brand { transform: none; margin: 0; }
.mobile-menu { display: none; }
.photo-caption > span { font-size: .9375rem; }
.photo-caption { right: 1.5rem; }
.photo-label, .photo-side { display: none; }
.values-strip span { font-size: .9375rem; line-height: 1.5; }
.chart-heading { font-size: .75rem; line-height: 1.5; }
.chart-column > span { font-size: .8125rem; }
.chart-column small { font-size: .75rem; }
#roadmap-panel { scroll-margin-top: 1rem; }
@media (hover: none) {
  .button:hover, .roadmap-tabs button:hover { transform: none; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 20px; }
  .header-inner nav { gap: 20px; }
  .header-inner nav a, .header-cta { font-size: .875rem; }
  .hero { gap: 35px; }
  .hero h1 { font-size: 3rem; }
  .hero h1 em { white-space: normal; }
  .hero-visual { height: 620px; }
  .section-heading { gap: 44px; }
  .experience-grid, .faq-grid { gap: 44px; }
  .experience-copy h2 { font-size: 2.5rem; }
  .roadmap-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .roadmap-tabs strong { font-size: 2rem; }
  .roadmap-detail { padding: 32px; gap: 32px; grid-template-columns: 1fr; }
  .growth-chart { max-width: 650px; width: 100%; margin-inline: auto; }
  .chart-bars { height: 245px; }
  .values-strip .container { flex-wrap: wrap; justify-content: center; gap: 16px 24px; }
  .values-strip i { display: none; }
}
/* Mobile and compact tablets: one reading column, generous text and touch targets. */
@media (max-width: 900px) {
  html { scroll-padding-top: calc(var(--header-height, 76px) + 12px); }
  .container { width: calc(100% - 40px); max-width: 42rem; }
  .header-inner { height: auto; min-height: 76px; padding-block: 10px; gap: 12px; flex-wrap: wrap; }
  .brand { gap: 10px; }
  .brand svg { width: 33px; height: 30px; }
  .brand > span { font-size: 1.125rem; }
  .brand small { font-size: .625rem; margin-top: 8px; }
  .header-inner .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; border: 0; }
  .mobile-menu > summary { min-height: 48px; padding: 9px 14px; border: 1px solid #75616c; border-radius: 6px; gap: 12px; font-size: 1rem; color: var(--white); }
  .mobile-menu > summary > span { width: 18px; height: 18px; }
  .mobile-menu > summary > span:before, .mobile-menu > summary > span:after { width: 16px; left: 1px; top: 8px; }
  .mobile-menu[open] > summary { background: #35222d; color: var(--pink-light); }
  .mobile-menu > nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; gap: 0; padding: 8px max(20px, calc((100vw - 42rem) / 2)) 16px; background: #1c191b; border-bottom: 1px solid #705164; box-shadow: 0 16px 28px #0004; max-height: calc(100dvh - var(--header-height, 76px)); overflow-y: auto; }
  .mobile-menu > nav a { min-height: 54px; padding: 12px 4px; justify-content: space-between; font-size: 1rem; color: var(--white); border-bottom: 1px solid #44343d; }
  .mobile-menu > nav a:last-child { color: var(--pink-light); border-bottom: 0; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-block: 30px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { font-size: .75rem; margin-bottom: 22px; letter-spacing: .08em; }
  .hero h1 { font-size: clamp(2.375rem, 9.8vw, 3.75rem); line-height: 1.15; letter-spacing: -.045em; }
  .hero h1 em { white-space: normal; }
  .hero-lead { font-size: 1.1875rem; max-width: 36rem; margin-top: 22px; line-height: 1.7; }
  .button { width: 100%; min-height: 58px; padding: 16px 20px; font-size: 1.0625rem; line-height: 1.45; border-radius: 6px; gap: 16px; }
  .button span { flex-shrink: 0; }
  .button-pink { margin-top: 26px; }
  .hero-note { font-size: .9375rem; align-items: flex-start; gap: 10px; margin-top: 18px; }
  .hero-note svg { margin-top: 4px; width: 19px; }
  .hero-bottom { display: none; }
  .hero-visual { height: auto; aspect-ratio: 4 / 4.5; max-height: 560px; border-radius: 120px 120px 8px 8px; margin: 0; }
  .hero-photo { object-position: center 28%; }
  .photo-caption { left: 24px; right: 20px; bottom: 26px; }
  .photo-caption > span { font-size: .875rem; }
  .photo-caption strong { font-size: clamp(1.625rem, 7vw, 2.25rem); }
  .values-strip { padding-block: 20px; }
  .values-strip .container { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; text-align: left; }
  .values-strip span { font-size: .9375rem; white-space: normal; }
  .section-pad { padding-block: 60px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 30px; }
  h2, .experience-copy h2, .faq-intro h2 { font-size: clamp(2rem, 8.5vw, 2.625rem); line-height: 1.2; letter-spacing: -.035em; }
  .eyebrow, .section-heading .eyebrow { margin-bottom: 18px; }
  .next-grid { grid-template-columns: 1fr; }
  .next-card { padding: 26px 22px; }
  .next-card + .next-card { border-left: 0; border-top: 1px solid var(--line); }
  .step-number { display: inline-block; position: static; font-size: 2rem; margin: 0 14px 18px 0; vertical-align: middle; }
  .step-tag { display: inline; font-size: .75rem; }
  .next-card h3 { font-size: 1.375rem; margin-bottom: 14px; }
  .quiet-note { margin-top: 20px; }
  .experience-grid { grid-template-columns: 1fr; gap: 32px; }
  .experience-photo { order: 2; height: auto; min-height: 0; aspect-ratio: 1; max-height: 500px; }
  .experience-photo > img { object-position: center 28%; }
  .image-index { top: 24px; left: 24px; font-size: .75rem; }
  .image-quote { left: 24px; bottom: 28px; font-size: 2.25rem; }
  .section-intro { margin-top: 22px; }
  .benefit-list { margin-top: 26px; }
  .benefit-list article { gap: 14px; padding: 24px 0; }
  .benefit-icon { width: 30px; height: 30px; font-size: .75rem; margin-top: 0; }
  .benefit-list h3 { font-size: 1.3125rem; margin-bottom: 12px; }
  .source-tag { font-size: .75rem; line-height: 1.7; margin-top: 18px; padding: 8px 10px; }
  .roadmap-tabs { grid-template-columns: 1fr; gap: 12px; }
  .roadmap-tabs button { display: grid; grid-template-columns: 24px minmax(0, 1fr); column-gap: 15px; padding: 20px; text-align: left; }
  .tab-top { grid-row: 1 / 4; grid-column: 1; flex-direction: column; justify-content: flex-start; gap: 10px; font-size: .8125rem; margin: 4px 0 0; }
  .tab-period, .roadmap-tabs strong, .tab-description { grid-column: 2; }
  .tab-period { font-size: 1rem; margin-bottom: 7px; }
  .roadmap-tabs strong { font-size: clamp(1.75rem, 7.5vw, 2.125rem); font-weight: 600; letter-spacing: -.035em; white-space: normal; }
  .roadmap-tabs strong small { font-size: 1.125rem; }
  .tab-description { margin-top: 8px; font-size: .9375rem; }
  .roadmap-detail { grid-template-columns: 1fr; margin-top: 20px; padding: 24px 20px; gap: 34px; min-height: 0; }
  .stage-copy h3 { font-size: 1.875rem; line-height: 1.25; white-space: normal; }
  .stage-copy .eyebrow { font-size: .75rem; line-height: 1.6; }
  .stage-copy > p:not(.eyebrow) { margin-top: 20px; }
  .stage-focus { margin-top: 24px; padding-left: 12px; }
  .stage-focus > span { font-size: .75rem; }
  .stage-focus > strong { font-size: 1rem; font-weight: 500; }
  .growth-chart { align-self: auto; min-width: 0; }
  .chart-heading { font-size: .75rem; letter-spacing: .025em; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
  .chart-bars { height: auto; display: grid; gap: 22px; padding: 0; border: 0; background: none; }
  .chart-column { height: auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 7px 10px; text-align: left; }
  .chart-column > span { overflow-wrap: anywhere; grid-column: 2; grid-row: 1; font-size: .9375rem; margin: 0; text-align: right; white-space: normal; }
  .chart-column small { position: static; grid-column: 1; grid-row: 1; width: auto; font-size: .8125rem; align-self: center; white-space: normal; }
  .chart-column > div { grid-column: 1 / -1; grid-row: 2; height: 14px; width: var(--bar-height); border-radius: 3px; }
  .earnings-note { gap: 10px; margin-top: 24px; }
  .info-symbol { margin-top: 5px; }
  .essentials-grid { grid-template-columns: 1fr; gap: 20px; }
  .essential-card { padding: 28px 22px; }
  .card-top { font-size: .75rem; margin-bottom: 24px; }
  .essential-card h3 { font-size: 2rem; line-height: 1.25; }
  .setup-list { margin-top: 24px; }
  .setup-list li { display: grid; gap: 5px; font-size: 1rem; padding-block: 16px; }
  .setup-list li strong { text-align: left; font-weight: 500; }
  .live-checks { font-size: 1rem; gap: 18px; }
  .live-checks > span { display: flex; align-items: baseline; gap: 10px; }
  .live-checks b { margin: 0; }
  .first-live-card blockquote { font-size: 1.75rem; }
  .first-live-card cite { font-size: .75rem; line-height: 1.7; }
  .faq-section { padding-top: 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .faq-intro > p:not(.eyebrow) { margin-top: 22px; }
  .text-link { font-size: 1rem; margin-top: 20px; padding-block: 10px; gap: 16px; }
  .faq-list summary { font-size: 1.125rem; font-weight: 500; padding-block: 22px; gap: 16px; }
  .faq-list details > div { padding: 0 0 24px; }
  .closing-section { padding: 54px 0 44px; }
  .closing-section h2 { font-size: clamp(2rem, 8.5vw, 2.625rem); line-height: 1.2; }
  .closing-section h2 br { display: none; }
  .closing-section h2 em { display: block; margin-top: 12px; }
  .closing-section .eyebrow { font-size: .75rem; }
  .closing-section p:not(.eyebrow) { margin-top: 24px; }
  .closing-actions { display: grid; justify-content: stretch; gap: 14px; margin-top: 28px; }
  .guide-link { border: 1px solid #ac708b; border-radius: 6px; padding: 15px 20px; font-size: 1rem; text-align: center; }
  .guide-link small { font-size: .8125rem; letter-spacing: .025em; }
  .closing-footnote { font-size: .75rem; line-height: 1.8; margin-top: 26px; }
  .footer-top { flex-wrap: wrap; gap: 16px; padding-block: 26px; }
  .footer-top > span { display: none; }
  .footer-top > a:last-child { font-size: .9375rem; }
  .footer-bottom { flex-wrap: wrap; gap: 15px; font-size: .8125rem; }
  .footer-bottom > span:nth-child(2) { display: none; }
  .adult-label { font-size: .9375rem; gap: 8px; }
  .adult-label > span { font-size: .75rem; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .brand > span { font-size: 1rem; }
  .brand svg { width: 28px; }
  .mobile-menu > summary { padding-inline: 10px; }
  .hero .eyebrow { letter-spacing: .04em; }
  .benefit-list article { display: block; }
  .benefit-icon { margin-bottom: 14px; }
  .roadmap-tabs button { padding-inline: 16px; column-gap: 12px; }
  .roadmap-detail, .essential-card, .next-card { padding-inline: 18px; }
}
@media (min-width: 1500px) {
  .hero { gap: 85px; padding-top: 62px; padding-bottom: 70px; }
  .hero-visual { height: 690px; }
  .hero h1 { font-size: 4rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header, .reading-progress, .hero-bottom { display: none; }
  body { background: #fff; color: #141414; }
  .container { width: 100%; }
  .section-pad { padding: 30px 0; }
  .roadmap-tabs button { color: #141414 !important; background: transparent !important; }
  .experience, .first-live-card { background: #fff; }
  p { color: #555 !important; }
  h2 em { color: #a83268; }
  details > div { display: block !important; }
  .hero-visual { height: 400px; }
  .hero h1 { font-size: 38px; }
}

/* Collaboration details take priority over the supplementary ebook. */
.collab-overview { padding-bottom: 3.75rem; }
.collab-facts { display: grid; gap: 1rem; }
.collab-facts > a { display: flex; flex-direction: column; gap: .75rem; padding: 1.5rem; border: 1px solid #57404d; border-radius: 8px; background: #20191e; min-width: 0; transition: border-color .2s, background .2s; }
.collab-facts > a:hover { border-color: var(--pink); background: #2a1d24; }
.collab-facts .fact-label { color: #d0a4bb; font-size: .75rem; font-weight: 600; letter-spacing: .08em; }
.collab-facts > a > strong { color: var(--pink-light); font-family: var(--serif); font-size: 2rem; font-weight: 500; letter-spacing: -.03em; line-height: 1.25; overflow-wrap: anywhere; }
.collab-facts > a > span:not(.fact-label) { font-size: 1.0625rem; color: var(--muted); line-height: 1.65; }
.collab-facts b { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #f8dce9; font-size: .9375rem; font-weight: 500; margin-top: auto; padding-top: .5rem; }
.guarantee-banner { margin-top: 1.5rem; padding: 1.5rem; border: 1px solid #7e4a66; border-radius: 8px; background: #2c1d26; display: grid; gap: 1.25rem; }
.guarantee-banner .eyebrow { margin-bottom: .75rem; }
.guarantee-banner h3 { color: var(--pink-light); font-size: 2rem; line-height: 1.25; }
.guarantee-banner h3 span { display: block; color: var(--white); font-size: 1.3125rem; font-weight: 500; margin-top: .5rem; }
.guarantee-banner p:not(.eyebrow) { font-size: 1rem; margin-top: 1rem; max-width: 45rem; }
.guarantee-banner .text-link { margin-top: 0; justify-self: start; }
.topic-links { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; padding-top: 1rem; }
.topic-links a { min-height: 48px; display: flex; align-items: center; color: #e9c5d7; font-size: .9375rem; text-decoration: underline; text-underline-offset: 5px; }
.equipment-section { background: #211a1f; border-block: 1px solid #46303d; }
.equipment-items { display: grid; gap: 1.25rem; }
.equipment-items article { display: grid; grid-template-columns: 3.25rem minmax(0, 1fr); column-gap: 1rem; align-items: start; padding-block: 1.25rem; border-bottom: 1px solid #533744; }
.equipment-icon { grid-column: 1; grid-row: 1 / 3; color: var(--pink-light); }
.equipment-icon svg { width: 3rem; height: 3rem; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.equipment-items h3 { grid-column: 2; font-size: 1.375rem; margin-bottom: .5rem; }
.equipment-items p { grid-column: 2; font-size: 1.0625rem; line-height: 1.65; }
.collab-two-col, .privacy-grid, .money-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
.collab-two-col > *, .privacy-grid > *, .money-grid > * { min-width: 0; }
.equipment-details { margin-top: 2rem; }
.collab-panel { overflow-wrap: anywhere; border: 1px solid #4b3943; border-radius: 8px; padding: 1.5rem 1.375rem; background: #1e1a1d; }
.collab-panel h3 { font-size: 1.375rem; font-weight: 550; line-height: 1.4; overflow-wrap: anywhere; }
.collab-panel p, .collab-copy > p:not(.eyebrow) { font-size: 1.125rem; line-height: 1.75; margin-top: 1.25rem; }
.collab-copy > p:not(.eyebrow):first-of-type { margin-top: 1.5rem; }
.collab-copy p strong, .collab-panel p strong { color: #f8e1ec; font-weight: 600; }
.soft-panel { background: #2a1d24; }
.collab-checks { padding: 0; margin: 1.5rem 0 0; list-style: none; display: grid; gap: 1.5rem; }
.collab-checks li { padding-left: 1.25rem; border-left: 2px solid #a6577d; }
.collab-checks strong { display: block; font-size: 1.0625rem; font-weight: 550; line-height: 1.5; margin-bottom: .5rem; }
.collab-checks span { display: block; font-size: 1.0625rem; color: var(--muted); line-height: 1.7; }
.collab-note { background: #38232e; border-left: 2px solid var(--pink); padding: 1.125rem 1.25rem; color: #e2c8d5; font-size: 1rem; line-height: 1.75; margin-top: 1.5rem; overflow-wrap: anywhere; }
.collab-note strong { color: #ffe8f3; font-weight: 600; }
.schedule-section .collab-two-col { gap: 2rem; }
.schedule-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-block: 1.5rem; padding-block: 1.25rem; border-block: 1px solid #4b3943; }
.schedule-numbers div { min-width: 0; }
.schedule-numbers strong { display: block; font-size: 2rem; font-family: var(--serif); font-weight: 500; color: var(--pink-light); }
.schedule-numbers span { display: block; font-size: .9375rem; color: #c8afbC; margin-top: .5rem; }
.shift-timeline { list-style: none; padding: 0; margin: .5rem 0 0; counter-reset: shift; }
.shift-timeline li { counter-increment: shift; padding: 1.5rem 0; border-bottom: 1px solid #4b3943; }
.shift-timeline li:first-child { padding-top: 0; }
.shift-timeline li:last-child { padding-bottom: 0; border: 0; }
.shift-timeline li:before { content: '0' counter(shift); display: inline-block; color: var(--pink-light); font-size: .8125rem; margin-bottom: .75rem; }
.shift-timeline h3 { font-size: 1.25rem; }
.shift-timeline p { margin-top: .75rem; }
.money-section { background: #faf5f7; color: #22151c; }
.money-section .eyebrow { color: #9f3668; }
.money-section h2 em { color: #b3296b; }
.money-section p { color: #66505c; }
.money-section .collab-panel { background: #fffafb; border-color: #d4b9c7; }
.money-number { display: block; font-family: var(--serif); font-size: 2.25rem; line-height: 1.2; letter-spacing: -.04em; color: #ab2768; margin-bottom: 1rem; overflow-wrap: anywhere; }
.money-section .guarantee-panel { background: #edd4e1; border-color: #ad6a8b; }
.money-section .collab-panel p strong { color: #4e213a; }
.money-section .collab-note { background: #f0e6eb; color: #66505c; border-left-color: #ad2c68; }
.money-section .collab-note strong { color: #4e213a; }
.training-note { margin-top: 1.75rem; border-top: 1px solid #5a3b4c; padding-top: 1.25rem; color: #d7baca; font-size: 1rem; line-height: 1.7; }
.privacy-grid { gap: 1rem; }
.privacy-grid .collab-panel h3 { color: #f5cbdf; }
.contract-section { background: #211a1f; border-block: 1px solid #46303d; }
.contract-section .collab-two-col { gap: 2rem; }
.restored-process { grid-template-columns: 1fr; }
.restored-process .next-card + .next-card { border-left: 0; border-top: 1px solid var(--line); }
.restored-process .next-card:first-child { background: #251c22; }
.roadmap .earnings-note a, .guide-context a { text-decoration: underline; text-underline-offset: 4px; }
.checklist-section { padding-top: 0; }
.interview-list { margin: 0; padding: 0 0 0 1.5rem; }
.interview-list li { padding: .625rem 0 .625rem .375rem; font-size: 1.0625rem; line-height: 1.6; color: #dec5d3; }
.checklist-section .collab-panel details { border-bottom: 0; }
.checklist-section summary { padding-block: .5rem 1rem; }
.closing-section p.guide-context { font-size: .9375rem; max-width: 40rem; line-height: 1.7; margin-top: 1.75rem; }
@media (min-width: 621px) {
  .collab-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .equipment-items { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .equipment-items article { display: flex; flex-direction: column; }
  .equipment-icon { margin-bottom: 1rem; }
}
@media (min-width: 901px) {
  .collab-two-col, .privacy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
  .collab-panel { padding: 2rem; }
  .collab-facts > a { padding: 1.75rem; }
  .guarantee-banner { grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2rem; }
  .guarantee-banner h3 span { display: inline; margin-left: .5rem; }
  .equipment-items { gap: 3rem; }
  .equipment-items article { padding-bottom: 2rem; }
  .equipment-details { margin-top: 3rem; }
  .schedule-section .collab-two-col, .contract-section .collab-two-col { gap: 4rem; }
  .money-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guarantee-panel { grid-column: 1 / -1; }
  .money-number { font-size: 2.75rem; }
  .restored-process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .restored-process .next-card + .next-card { border-top: 0; border-left: 1px solid var(--line); }
  .restored-process .next-card:nth-child(n+4) { border-top: 1px solid var(--line); }
  .restored-process .next-card:nth-child(4) { border-left: 0; }
  .restored-process .next-card:last-child { grid-column: span 2; }
  #training .experience-photo { min-height: 0; height: 740px; align-self: start; }
}
@media (min-width: 1200px) {
  .collab-facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .collab-facts > a { padding: 1.5rem; }
  .collab-facts > a > strong { font-size: 1.9375rem; }
  .money-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .guarantee-panel { grid-column: auto; }
}
/* Preserve reflow when the reader enlarges text. */
.collab-facts > a, .schedule-numbers, .faq-list summary { overflow-wrap: anywhere; }
@media (max-width: 900px) {
  .benefit-icon { width: 1.875rem; height: 1.875rem; }
  .roadmap-tabs button { grid-template-columns: 1.5rem minmax(0, 1fr); }
}
