.progress-pips-row{display:inline-flex;align-items:center;justify-content:center;gap:6px}.progress-pips{display:flex;gap:8px;align-items:center;justify-content:center}.progress-pip{width:44px;height:44px;border-radius:0;background:transparent;position:relative;cursor:pointer;border:none;padding:0}.progress-pip:before{content:"";position:absolute;top:50%;left:0;right:0;height:6px;margin-top:-3px;border-radius:var(--radius-full);background-color:var(--border);transition:background-color var(--dur-base)}.progress-pip:hover:before{background-color:#1c19172e}[data-theme=dark] .progress-pip:hover:before{background-color:#ffffff2e}.progress-pips--compact .progress-pip{width:44px;height:44px}.progress-pips--compact .progress-pip:before{height:4px;margin-top:-2px}.progress-pips--compact .progress-pip-fill{height:4px;margin-top:-2px}.progress-pip-fill{position:absolute;top:50%;height:6px;margin-top:-3px;left:0;width:0%;background:var(--pip-color, var(--sapphire));border-radius:var(--radius-full)}.progress-pip.active .progress-pip-fill{animation:pip-fill var(--pip-dur, 4.5s) linear forwards}.progress-pip.draining .progress-pip-fill{animation:pip-drain .25s ease-out forwards}.progress-pip:focus-visible{outline:2px solid var(--sapphire);outline-offset:2px}@keyframes pip-fill{0%{width:0%}to{width:100%}}@keyframes pip-drain{0%{left:0;width:100%}to{left:100%;width:0%}}.progress-play-toggle{width:44px;height:44px;margin-left:6px;padding:0;background:transparent;border:none;cursor:pointer;color:var(--tx-3);display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-full);transition:color var(--dur-base),background-color var(--dur-base)}.progress-play-toggle:hover{color:var(--tx-1);background-color:#1c191714}[data-theme=dark] .progress-play-toggle:hover{background-color:#ffffff1a}.progress-play-toggle:focus-visible{outline:2px solid var(--sapphire);outline-offset:2px}.progress-play-toggle svg{width:12px;height:12px;display:block}.progress-play-toggle .icon-play{display:none}.progress-play-toggle .icon-pause,.progress-play-toggle.is-paused .icon-play{display:block}.progress-play-toggle.is-paused .icon-pause{display:none}.hero{min-height:100svh;display:flex;align-items:center;background:var(--bg-1);position:relative;overflow:hidden;padding:6.5rem 0 4rem}.hero-grid-bg{display:none}.hero-content{position:relative;z-index:2;width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--pad);text-align:center}.hero .beta-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;letter-spacing:.03em;color:var(--tx-3);margin-bottom:2.5rem;padding:6px 14px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg-2)}.hero-headline{font-family:var(--font-serif);font-size:clamp(3.8rem,9vw,7rem);font-weight:400;line-height:1.15;letter-spacing:-.04em;color:var(--tx-1);margin-bottom:1.5rem}.hero-line{display:block}.hero-rotate-wrap{display:inline-block;position:relative;vertical-align:baseline;padding-top:.1em;padding-bottom:.22em;margin-top:-.1em;margin-bottom:-.22em;mask-image:linear-gradient(to bottom,transparent 0%,black 18%,black 88%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 18%,black 88%,transparent 100%);transition:width .7s var(--ease)}.hero-rotate-sizer{visibility:hidden;white-space:nowrap}.hero-rotate-word{position:absolute;left:0;top:.1em;transform:translateY(140%);transition:transform .7s var(--ease);white-space:nowrap}.hero-rotate-word.active{transform:translateY(0)}.hero-rotate-word.exiting{transform:translateY(-140%)}.hero-rotate-word[data-color=garnet]{color:var(--garnet)}.hero-rotate-word[data-color=sapphire]{color:var(--sapphire)}.hero-rotate-word[data-color=amethyst]{color:var(--amethyst)}.hero-rotate-word[data-color=topaz]{color:var(--topaz)}.hero-rotate-word[data-color=emerald]{color:var(--emerald)}.hero-period{color:var(--tx-1);display:inline-block;transform:translate(-.05em);transition:transform .7s var(--ease)}.hero-period.kern-y{transform:translate(-.18em)}.hero-sub{font-size:clamp(1.05rem,1.6vw,1.2rem);font-weight:400;line-height:1.65;color:var(--tx-2);max-width:560px;margin:0 auto 2rem;opacity:1;transform:translateY(0);transition:opacity .35s var(--ease),transform .35s var(--ease)}.hero-sub.fading{opacity:0;transform:translateY(-8px)}.hero-sub.entering{opacity:0;transform:translateY(8px);transition:none}.hero-progress{display:flex;gap:8px;margin-bottom:2.5rem;justify-content:center}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.what-is{background:var(--bg-2);border-top:1px solid var(--border-light)}.what-is-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center}.what-is-body{font-size:var(--fs-body);line-height:1.8;color:var(--tx-2);margin-bottom:1.25rem;text-align:left}.what-is-body strong{color:var(--tx-1);font-weight:600}.what-is-note{font-size:15px;color:var(--tx-3);line-height:1.65;padding-top:1.5rem;border-top:1px solid var(--border);text-align:left}.what-is-note em{font-family:var(--font-serif);font-style:italic}.capacity-visual{display:flex;flex-direction:column;gap:1.25rem;padding:2.5rem;background:var(--bg-1);border-radius:var(--radius-xl);border:1px solid var(--border-light)}[data-theme=dark] .capacity-visual{background:var(--bg-3);border-color:#ffffff0f}.cap-row{display:flex;align-items:flex-start;gap:1rem}.cap-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:6px;background:var(--amethyst)}.cap-info{flex:1}.cap-label{font:600 15px var(--font-serif);margin-bottom:2px;color:var(--tx-1)}.cap-desc{font-size:13px;color:var(--tx-3);line-height:1.4}.cap-bar-track{width:100%;height:6px;border-radius:var(--radius-xs);background:var(--border-light);margin-top:6px;overflow:hidden}.cap-bar-fill{height:100%;border-radius:var(--radius-xs);background:var(--amethyst);transform:scaleX(0);transform-origin:left;transition:transform 1.2s var(--ease)}.cap-row.revealed .cap-bar-fill{transform:scaleX(1)}.paths{background:var(--bg-1);position:relative}.paths-bg{position:absolute;inset:0;opacity:0;transition:opacity .8s var(--ease);pointer-events:none;z-index:0}.paths[data-active=map] .paths-bg--map,.paths[data-active=mythic] .paths-bg--mythic,.paths[data-active=atlas] .paths-bg--atlas{opacity:1}.paths-bg--map{background:radial-gradient(ellipse 80% 70% at 25% 50%,rgba(23,106,174,var(--glow-opacity)),transparent),radial-gradient(ellipse 50% 50% at 75% 30%,rgba(23,106,174,calc(var(--glow-opacity) * .5)),transparent)}.paths-bg--mythic{background:radial-gradient(ellipse 80% 70% at 50% 50%,rgba(110,69,176,var(--glow-opacity)),transparent),radial-gradient(ellipse 50% 50% at 20% 70%,rgba(110,69,176,calc(var(--glow-opacity) * .5)),transparent)}.paths-bg--atlas{background:radial-gradient(ellipse 80% 70% at 75% 50%,rgba(11,138,79,var(--glow-opacity)),transparent),radial-gradient(ellipse 50% 50% at 30% 30%,rgba(11,138,79,calc(var(--glow-opacity) * .5)),transparent)}.paths-header{text-align:center;margin-bottom:2.5rem;position:relative;z-index:1}.path-pills{display:inline-flex;gap:4px;background:var(--border-light);border-radius:var(--radius-full);padding:4px;margin-top:1.5rem;position:relative}.path-pills-indicator{position:absolute;top:4px;bottom:4px;left:4px;border-radius:var(--radius-full);pointer-events:none;z-index:0;background:var(--sapphire);box-shadow:0 2px 8px #176aae40;transition:transform .35s cubic-bezier(.16,1,.3,1),background-color .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),width .35s cubic-bezier(.16,1,.3,1)}.path-pill{min-height:46px;padding:10px 24px;border-radius:var(--radius-full);font-size:14px;font-weight:600;color:var(--tx-2);cursor:pointer;transition:color .25s var(--ease);position:relative;z-index:1;background:none}.pill-full{display:inline}.pill-short{display:none}.path-pill:hover{color:var(--tx-1)}.path-pill.active{color:#fff}.path-panels{position:relative;z-index:1;overflow:hidden}.path-track{display:grid;grid-template-columns:repeat(3,100%);transition:transform .5s cubic-bezier(.16,1,.3,1)}.path-track[data-active="0"]{transform:translate(0)}.path-track[data-active="1"]{transform:translate(-100%)}.path-track[data-active="2"]{transform:translate(-200%)}.path-panel{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto;align-items:center;width:100%;box-sizing:border-box;padding:0 var(--pad)}.path-art{width:100%;aspect-ratio:16/10;border-radius:var(--radius-xl);flex-shrink:0;position:relative;overflow:hidden}.path-art svg{position:absolute;inset:0;width:100%;height:100%}.path-art--map{background:#176aae14}.path-art--mythic{background:#6e45b014}.path-art--atlas{background:#0b8a4f14}[data-theme=dark] .path-art--map{background:#176aae2e}[data-theme=dark] .path-art--mythic{background:#6e45b02e}[data-theme=dark] .path-art--atlas{background:#0b8a4f2e}.path-text{padding:.5rem 0}.path-text h3{font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;line-height:1.2;margin-bottom:.75rem}.path-text p{font-size:16px;line-height:1.75;color:var(--tx-2);margin-bottom:1.5rem}.path-pill:focus-visible,.theme-btn:focus-visible,.burger:focus-visible,.journey-card:focus-visible{outline:2px solid var(--sapphire);outline-offset:2px}.audiences,[data-theme=dark] .audiences{background:var(--bg-2)}.audiences-header{text-align:center;margin-bottom:3.5rem}.audience-split{display:grid;grid-template-columns:1fr 1px 1fr;gap:0 clamp(2rem,4vw,4rem)}.audience-divider{background:var(--tx-3);opacity:.25;position:relative}[data-theme=dark] .audience-divider{opacity:.2}.audience-lane-label{font:700 var(--fs-eyebrow)/1 var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--tx-3);margin-bottom:1.5rem}.audience-lane h3{font-family:var(--font-serif);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;line-height:1.3;margin-bottom:1rem}.audience-lane>p{font-size:16px;line-height:1.75;color:var(--tx-2);margin-bottom:1.5rem}.audience-points{list-style:none;margin-bottom:2rem}.audience-points li{font-size:15px;color:var(--tx-2);line-height:1.65;padding:.45rem 0 .45rem 1.4rem;position:relative}.audience-points li:before{content:"";position:absolute;left:0;top:.95rem;width:5px;height:5px;border-radius:50%}.audience-lane--ind .audience-lane-label{color:var(--lane-ind)}.audience-lane--cli .audience-lane-label{color:var(--lane-cli)}.audience-lane--ind .audience-points li:before{background:var(--lane-ind)}.audience-lane--cli .audience-points li:before{background:var(--lane-cli)}.audience-divider:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:8px;height:8px;background:var(--bg-2);border:1px solid var(--tx-3);border-radius:1px}.deeper{background:var(--bg-1)}.deeper-header{margin-bottom:2.5rem}.deeper-header p{color:var(--tx-2);margin-top:.75rem;font-size:16px;max-width:520px}.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:1.25rem}.journey-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease);cursor:pointer}.journey-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000000f}[data-theme=dark] .journey-card{background:var(--bg-2);border-color:#ffffff0f}[data-theme=dark] .journey-card:hover{box-shadow:0 12px 32px #0000004d;border-color:#ffffff1a}.journey-card{position:relative}.journey-card h3{font:600 1.1rem/1.3 var(--font-serif);margin-bottom:.25rem}.journey-card .journey-who{font-size:13px;color:var(--tx-3);font-style:italic;margin-bottom:.75rem}.journey-card p{font-size:14px;color:var(--tx-2);line-height:1.6;margin-bottom:1rem}.journey-card--featured{grid-column:span 2;background:#145f98;color:#fff;border-color:transparent;display:flex;align-items:center;gap:2rem;padding:2.5rem}.journey-card--featured:hover{background:#104d7e}[data-theme=dark] .journey-card--featured{background:#145f98;border-color:transparent}[data-theme=dark] .journey-card--featured:hover{background:#104d7e;border-color:transparent}.journey-card--featured h3{font-size:1.5rem}.journey-card--featured p{color:#ffffffd9}.journey-card--featured .journey-who{color:#ffffffbf}.journey-card--featured :global(a){color:#fff}.journey-featured-art{width:120px;height:120px;flex-shrink:0;border-radius:var(--radius-lg);background:#ffffff1a;display:flex;align-items:center;justify-content:center}.journey-featured-art svg{width:60px;height:60px;color:#ffffffb3}.journey-card[style*=--card-accent]{border-top:2px solid var(--card-accent)}.journey-card :global(a):after{content:"";position:absolute;inset:0;z-index:1}@media(max-width:1024px){.what-is-grid{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:768px){.hero{min-height:auto;padding:6rem 0 3.5rem}.hero-headline{font-size:clamp(3.2rem,10vw,4.8rem);font-weight:500;margin-bottom:1.25rem}.hero-sub{font-size:1rem;max-width:420px;margin-bottom:1.5rem}.hero-actions{gap:10px}.hero-progress{gap:6px;margin-bottom:2rem}.hero-progress .progress-pip{width:44px;height:44px}.hero .beta-badge{margin-bottom:1.75rem;font-size:11px}.path-panel{grid-template-columns:1fr;gap:1.5rem}.path-art{max-height:220px}.audience-split{grid-template-columns:1fr;gap:3rem}.audience-divider{display:none}.journey-grid{grid-template-columns:1fr 1fr}.journey-card--featured{grid-column:span 2}.journey-card--featured .journey-featured-art{display:none}.deeper-header{text-align:center}.deeper-header p{margin-left:auto;margin-right:auto}}@media(max-width:480px){.hero{min-height:auto;padding:5rem 0 2.5rem}.hero-headline{font-size:clamp(2.6rem,13vw,3.6rem);margin-bottom:.75rem;letter-spacing:-.03em}.hero-line{line-height:1.2}.hero-sub{font-size:.9rem;max-width:300px;line-height:1.55;margin-bottom:1rem}.hero-actions{flex-direction:column;align-items:stretch;gap:8px;max-width:320px;margin-inline:auto}.hero-progress{gap:5px;margin-bottom:1.25rem}.hero-progress .progress-pip{width:44px;height:44px}.hero-grid-bg{display:none}.hero .beta-badge{margin-bottom:1.25rem;font-size:10px;padding:5px 10px}.hero-period.kern-y{transform:translate(-.14em)}.path-pills{width:100%}.path-pill{flex:1;text-align:center;padding:10px 8px;font-size:12px}.pill-full{display:none}.pill-short{display:inline}.journey-grid{grid-template-columns:1fr}.journey-card--featured{grid-column:auto;flex-direction:column}.cta-actions{flex-direction:column;align-items:center}}@media(max-width:360px){.hero{min-height:auto;padding:4rem 0 1.75rem}.hero-headline{font-size:clamp(2.2rem,14vw,3rem);margin-bottom:.5rem}.hero-sub{font-size:.85rem;max-width:260px;margin-bottom:.75rem}.hero-progress .progress-pip{width:44px;height:44px}.hero .beta-badge{margin-bottom:1rem}.path-pill{padding:8px 6px;font-size:12px}}@media(max-height:500px)and (orientation:landscape){.hero{min-height:auto;padding:3.5rem 0 1.25rem}.hero-headline{font-size:clamp(1.6rem,5vw,2.4rem);margin-bottom:.5rem}.hero-sub{font-size:.85rem;margin-bottom:.75rem}.hero-progress,.hero .beta-badge{margin-bottom:1rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
