:root{--gold: #ebc166;--gold-bright: #ffdf9e;--gold-dim: #c9a24b;--on-gold: #402d00;--bg: #1C1915;--surface: #27231E;--surface-low: #2D2924;--surface-mid: #332F2A;--surface-high: #3A3630;--surface-top: #423E38;--text: #E8E0D6;--text-dim: #B8AFA2;--muted: #8A8072;--muted-2: #6B6256;--outline: #4A443C;--outline-soft: rgba(74, 68, 60, .35);--serif: "EB Garamond", Georgia, serif;--display: "Playfair Display", Georgia, serif;--sans: "Manrope", system-ui, sans-serif;--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1);--descent: 0}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.6;overflow-x:hidden;scrollbar-width:none}body::-webkit-scrollbar{display:none}::selection{background:var(--gold);color:var(--on-gold)}a{color:inherit;text-decoration:none}em{font-style:italic}.shader-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:var(--bg)}.shader-bg canvas{display:block;width:100%;height:100%;opacity:.48}.shader-dimmer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.snow{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;pointer-events:none}.grain{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}main{position:relative;z-index:4}.cursorglow{position:fixed;top:0;left:0;z-index:35;width:460px;height:460px;margin:-230px 0 0 -230px;border-radius:50%;pointer-events:none;opacity:0;background:radial-gradient(circle,rgba(235,193,102,.16),rgba(235,193,102,.05) 38%,transparent 68%);mix-blend-mode:screen;will-change:transform,opacity;transition:opacity .5s var(--ease-out)}.ripple{position:fixed;z-index:36;width:240px;height:240px;margin:-120px 0 0 -120px;border-radius:50%;pointer-events:none;border:1px solid rgba(235,193,102,.5);mix-blend-mode:screen}@media (max-width: 900px),(pointer: coarse){.cursorglow{display:none}}@media (prefers-reduced-motion: reduce){.cursorglow,.ripple{display:none}}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:1px}.btn:focus-visible{outline-offset:4px}.section-divider{height:1px;background:linear-gradient(90deg,transparent,var(--outline),transparent);position:relative;z-index:4}.gauge{position:fixed;right:clamp(1rem,2.5vw,2.2rem);top:50%;transform:translateY(-50%);z-index:40;display:flex;flex-direction:column;align-items:center;gap:.9rem;pointer-events:none;mix-blend-mode:screen}.gauge__val{font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-dim)}.gauge__zone{font-size:.56rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);transition:color .5s var(--ease-out)}.gauge__val b{font-family:var(--serif);font-weight:600;font-size:.9rem;color:var(--gold);letter-spacing:0}.gauge__rail{position:relative;width:1px;height:clamp(120px,22vh,220px);background:var(--outline-soft);overflow:visible}.gauge__fill{position:absolute;top:0;left:0;width:1px;height:0%;background:linear-gradient(var(--gold),var(--outline))}.gauge__fill:after{content:"";position:absolute;bottom:-3px;left:-3px;width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 10px var(--gold)}@media (max-width: 980px){.gauge{display:none}}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center}.preloader__inner{text-align:center}.preloader__count{font-family:var(--display);font-weight:500;font-size:clamp(4rem,14vw,10rem);line-height:1;color:var(--text);display:flex;align-items:flex-start;justify-content:center}.preloader__count i{font-size:.3em;color:var(--gold);margin-top:.6em;font-style:normal}.preloader__word{margin-top:.8rem;font-size:.72rem;letter-spacing:.5em;text-transform:uppercase;color:var(--text-dim)}.preloader__bar{position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--outline-soft)}.preloader__bar i{display:block;height:100%;width:0%;background:var(--gold)}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.6em;font-family:var(--sans);font-weight:600;font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;padding:1.1em 2em;border-radius:0;cursor:pointer;box-shadow:inset 1px 1px #ebc1660d;transition:background .24s var(--ease-out),color .24s var(--ease-out),border-color .24s var(--ease-out),transform .16s var(--ease-out)}.btn:active{transform:scale(.98)}.btn svg{width:1.2em;height:1.2em}.btn--primary{background:var(--gold);color:var(--on-gold)}.btn--primary:hover{background:var(--gold-bright)}.btn--nav{padding:.85em 1.5em;border:1px solid var(--gold);color:var(--gold);font-size:.7rem}.btn--nav:hover{background:var(--gold);color:var(--on-gold)}.btn--block{display:flex;width:100%}.btn--giant{font-size:.92rem;padding:1.3em 2.6em;background:var(--gold);color:var(--on-gold)}.btn--giant:hover{background:var(--gold-bright)}.btn--outline{border:1px solid var(--outline);color:var(--text-dim);background:transparent}.btn--outline:hover{border-color:var(--gold);color:var(--gold)}.nav{position:fixed;top:0;left:0;right:0;z-index:90;display:flex;align-items:center;justify-content:space-between;padding:1.5rem clamp(1.4rem,5vw,4rem);border-bottom:1px solid transparent;transition:background .4s var(--ease-out),padding .4s var(--ease-out),border-color .4s var(--ease-out)}.nav.is-stuck{background:#1c1915c7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom-color:var(--outline-soft);padding-top:1rem;padding-bottom:1rem}.nav__brand{display:flex;align-items:center}.nav__logo{height:2rem;width:auto;display:block}.nav__links{display:flex;gap:2.2rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim)}.nav__links a{position:relative;transition:color .3s var(--ease-out)}.nav__links a:after{content:"";position:absolute;left:0;bottom:-5px;height:1px;width:0;background:var(--gold);transition:width .35s var(--ease-out)}.nav__links a:hover{color:var(--text)}.nav__links a:hover:after{width:100%}@media (max-width: 880px){.nav__links{display:none}}section{position:relative;z-index:4;padding:clamp(6rem,14vh,11rem) clamp(1.4rem,6vw,5rem)}.section-label{font-size:.7rem;letter-spacing:.34em;text-transform:uppercase;color:var(--gold);margin-bottom:1.6rem;display:inline-flex;align-items:center;gap:.8rem}.section-label:before{content:"";width:2.2rem;height:1px;background:var(--gold);opacity:.6}h2{font-family:var(--serif);font-weight:600;line-height:1.05;letter-spacing:-.01em;text-wrap:balance}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem clamp(1.4rem,6vw,4rem);overflow:hidden}.hero__inner{position:relative;z-index:2;width:100%;max-width:960px;display:flex;flex-direction:column;align-items:center}.hero__kicker{font-size:.7rem;letter-spacing:.34em;text-transform:uppercase;color:var(--gold);margin-bottom:1.8rem}.hero__title{font-family:var(--serif);font-weight:600;font-size:clamp(3rem,11vw,6.4rem);line-height:.95;letter-spacing:-.02em}.hero__title .hl{display:block;overflow:hidden;padding-bottom:.1em}.hero__title .hw{display:inline-block}.hero__title em{font-style:italic;color:var(--gold)}.hero__sub{max-width:56ch;font-size:clamp(1rem,1.4vw,1.18rem);color:var(--text-dim);margin-top:2.4rem}.hero__cta{margin-top:2.8rem}.pain{padding:0}.pain__pin{min-height:100svh;display:flex;flex-direction:column;justify-content:center;gap:clamp(2.5rem,6vh,4rem);overflow:hidden;padding:8rem 0}.pain__head{padding:0 clamp(1.4rem,6vw,5rem)}.pain__label{font-size:.7rem;letter-spacing:.34em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem;display:inline-flex;align-items:center;gap:.8rem}.pain__label:before{content:"";width:2.2rem;height:1px;background:var(--gold);opacity:.6}.pain__title{font-family:var(--serif);font-weight:600;font-size:clamp(1.7rem,4.4vw,3.2rem);line-height:1.08;max-width:26ch}.pain__track{display:flex;gap:1.4rem;padding:0 clamp(1.4rem,6vw,5rem);will-change:transform}.paincard{flex:0 0 min(84vw,420px);min-height:380px;border:1px solid var(--outline-soft);background:var(--surface);padding:2.6rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;box-shadow:inset 1px 1px #ebc1660a;transition:border-color .5s var(--ease-out),transform .5s var(--ease-out)}.paincard:hover{border-color:var(--gold-dim);transform:translateY(-4px)}.paincard__idx{font-family:var(--display);font-weight:600;font-size:2.6rem;line-height:1;color:var(--gold-dim)}.paincard h3{font-family:var(--serif);font-weight:600;font-size:clamp(1.6rem,2.6vw,2.2rem);line-height:1.05;margin-bottom:.8rem}.paincard p{color:var(--text-dim);font-size:1rem;line-height:1.6}.paincard--turn{background:linear-gradient(160deg,rgba(201,162,75,.14),var(--surface));border-color:var(--gold-dim)}.paincard--turn .paincard__idx{color:var(--gold)}.paincard--turn h3{color:var(--gold-bright)}.shift__head{text-align:center;font-size:clamp(1.9rem,4.6vw,3.4rem);max-width:20ch;margin:0 auto 5rem}.shift__timeline{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:0}.shift__step{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.2rem;padding:1rem 0}.shift__side{display:flex;align-items:center;gap:.7rem;padding:1rem 1.4rem;border-radius:12px;font-family:var(--serif);transition:all .4s var(--ease-out)}.shift__side--before{justify-content:flex-end;text-align:right;background:#c9a24b1a;border:1px solid rgba(235,193,102,.2);box-shadow:0 0 24px #ebc1660f}.shift__side--before .shift__icon{order:1;font-size:1rem;color:var(--gold-dim)}.shift__side--before .shift__text{font-size:clamp(.95rem,1.3vw,1.1rem);color:var(--text)}.shift__side--after{justify-content:flex-start;text-align:left;background:#c9a24b1a;border:1px solid rgba(235,193,102,.2);box-shadow:0 0 24px #ebc1660f}.shift__side--after .shift__icon{font-size:1.2rem;color:var(--gold-bright)}.shift__side--after .shift__text{font-size:clamp(1rem,1.4vw,1.2rem);color:#faf6f0}.shift__bridge{display:flex;flex-direction:column;align-items:center;justify-content:center;width:2rem;align-self:stretch;position:relative}.shift__bridge-line{width:1px;flex:1;background:linear-gradient(180deg,var(--muted-2),var(--gold-dim));opacity:.35}.shift__bridge-arrow{width:.5rem;height:.5rem;border-right:1.5px solid var(--gold-dim);border-bottom:1.5px solid var(--gold-dim);transform:rotate(-45deg);opacity:.6;margin:.2rem 0}.shift__step:last-child .shift__bridge-arrow{display:none}.shift__step:hover .shift__side--before{background:#c9a24b26;border-color:#ebc1664d;box-shadow:0 0 30px #ebc16614}.shift__step:hover .shift__side--after{background:#c9a24b26;border-color:#ebc1664d;box-shadow:0 0 30px #ebc1661a}@media (max-width: 680px){.shift__step{grid-template-columns:1fr;gap:.4rem;padding:.6rem 0}.shift__side--before{justify-content:flex-start;text-align:left}.shift__side--before .shift__icon{order:0}.shift__bridge{flex-direction:row;width:auto;height:1.2rem;padding:0 1rem}.shift__bridge-line{width:100%;height:1px;min-height:auto;background:linear-gradient(90deg,var(--muted-2),var(--gold-dim))}.shift__bridge-arrow{transform:rotate(45deg)}}.lounge__head{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center}.lounge__head h2{font-size:clamp(1.9rem,4.6vw,3.4rem);max-width:20ch}.bento{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(176px,auto);gap:14px;align-items:stretch}.bcell{border:1px solid var(--outline-soft);background:var(--surface);padding:2rem 1.9rem;display:flex;flex-direction:column;box-shadow:inset 1px 1px #ebc1660a;transition:border-color .5s var(--ease-out),transform .5s var(--ease-out),background .45s var(--ease-out)}.bcell:hover{border-color:var(--gold-dim);transform:translateY(-4px)}.bcell h3{font-family:var(--serif);font-weight:600;font-size:1.5rem;margin-bottom:.6rem}.bcell p{color:var(--text-dim);font-size:.92rem;line-height:1.58}.bcell__kicker{font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}.bcell__foot{margin-top:auto;padding-top:1.4rem;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.bcell--feature{background:linear-gradient(155deg,var(--surface-high),var(--surface));justify-content:flex-start}.bcell--feature h3{font-size:clamp(1.8rem,2.6vw,2.5rem);line-height:1.08;max-width:16ch}.bcell--feature p{font-size:1rem;max-width:42ch}.bcell--stat{justify-content:center}.bcell__num{display:flex;align-items:flex-start}.bcell__num b{font-family:var(--display);font-weight:600;font-size:clamp(3rem,6vw,4.6rem);line-height:.9;color:var(--gold)}.bcell__num i{font-style:normal;font-family:var(--serif);font-size:1.8rem;color:var(--gold);margin-top:.2em}.bcell--stat p{margin-top:1rem}.bcell--meet{background:linear-gradient(155deg,rgba(201,162,75,.08),var(--surface))}@media (min-width: 881px){.bcell--feature{grid-column:1 / 3;grid-row:1 / 3}.bento>:nth-child(2){grid-column:3 / 5;grid-row:1 / 2}.bento>:nth-child(3){grid-column:3 / 4;grid-row:2 / 3}.bento>:nth-child(4){grid-column:4 / 5;grid-row:2 / 3}.bento>:nth-child(5){grid-column:1 / 3;grid-row:3 / 4}.bento>:nth-child(6){grid-column:3 / 5;grid-row:3 / 4}}@media (max-width: 880px) and (min-width: 561px){.bento{grid-template-columns:repeat(2,1fr)}.bcell--feature{grid-column:span 2;grid-row:span 2}.bcell--wide{grid-column:span 2}}@media (max-width: 560px){.bento{grid-template-columns:1fr}.bcell--feature,.bcell--wide{grid-column:span 1;grid-row:auto}}.proof{padding:0}.proof__pin{min-height:100svh;display:flex;flex-direction:column;justify-content:center;gap:3rem;overflow:hidden;padding:8rem 0}.proof__head{padding:0 clamp(1.4rem,6vw,5rem);display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1rem}.proof__title{font-family:var(--serif);font-weight:600;font-size:clamp(2rem,5vw,4rem);line-height:1.04}.proof__track{display:flex;gap:1.4rem;padding:0 clamp(1.4rem,6vw,5rem);will-change:transform}.quote{flex:0 0 min(86vw,460px);border:1px solid var(--outline-soft);background:var(--surface);padding:2.6rem;display:flex;flex-direction:column;justify-content:space-between;gap:2.4rem;box-shadow:inset 1px 1px #ebc1660a;transition:border-color .5s var(--ease-out),transform .5s var(--ease-out)}.quote:hover{border-color:var(--gold-dim);transform:translateY(-4px)}.quote p{font-family:var(--serif);font-size:clamp(1.35rem,2.1vw,1.75rem);line-height:1.3}.quote--hl{background:linear-gradient(160deg,rgba(201,162,75,.12),var(--surface));border-color:var(--gold-dim)}.quote--hl p{color:var(--gold-bright)}.quote footer{display:flex;align-items:center;gap:1rem}.quote__av{flex:0 0 auto;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-size:.8rem;font-weight:700;color:var(--on-gold);background:linear-gradient(150deg,var(--gold-bright),var(--gold))}.quote__who{display:flex;flex-direction:column;font-size:.8rem;color:var(--text-dim)}.quote__who b{font-weight:600;color:var(--text);font-size:.92rem}.stats__grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.stat{text-align:center;padding:.5rem 1rem;border-left:1px solid var(--outline-soft);display:flex;flex-direction:column;align-items:center}.stat:first-child{border-left:0}.stat b{font-family:var(--display);font-weight:600;font-size:clamp(2.4rem,5vw,4rem);line-height:.95;color:var(--gold)}.stat i{font-style:normal;font-family:var(--serif);color:var(--gold);font-size:1.4rem}.stat span{margin-top:.6rem;font-size:.78rem;letter-spacing:.06em;color:var(--text-dim)}@media (max-width: 680px){.stats__grid{grid-template-columns:repeat(2,1fr);gap:2.6rem 1rem}.stat{border-left:0}}.membership{display:flex;flex-direction:column;align-items:center;text-align:center}.membership__glow{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60vw;height:50vh;z-index:-1;pointer-events:none;background:radial-gradient(circle,rgba(201,162,75,.12),transparent 62%);filter:blur(40px)}.membership__head{margin-bottom:3.4rem;display:flex;flex-direction:column;align-items:center}.membership__head h2{font-size:clamp(1.9rem,4.4vw,3.2rem);max-width:18ch}.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;max-width:1160px;width:100%;align-items:stretch}.pcard{position:relative;border:1px solid var(--outline-soft);background:var(--surface);padding:2.5rem 2rem;text-align:left;display:flex;flex-direction:column;box-shadow:inset 1px 1px #ebc1660a;transition:border-color .4s var(--ease-out),transform .4s var(--ease-out)}.pcard:hover{border-color:var(--gold-dim);transform:translateY(-3px)}.pcard--silver{border-color:var(--outline);background:linear-gradient(160deg,rgba(200,200,200,.04),var(--surface))}.pcard--silver .pcard__amt{color:var(--text-dim)}.pcard--gold{border-color:var(--gold-dim);background:linear-gradient(160deg,rgba(201,162,75,.08),var(--surface))}.pcard--gold .pcard__amt{color:var(--gold-dim)}.pcard--diamond{border-color:var(--gold-bright);background:linear-gradient(160deg,rgba(255,223,158,.1),var(--surface),rgba(201,162,75,.04))}.pcard--diamond .pcard__amt{color:var(--gold-bright)}.pcard__ribbon{position:absolute;top:0;right:0;font-size:.64rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:.55em 1.2em}.pcard__ribbon--silver{background:#6b6256;color:#e8e0d6}.pcard__ribbon--gold{background:var(--gold-dim);color:var(--on-gold)}.pcard__ribbon--diamond{background:var(--gold-bright);color:var(--on-gold)}.pcard__price{display:flex;align-items:flex-end;gap:.3rem;margin-bottom:.6rem}.pcard__cur{font-family:var(--serif);font-size:1.6rem;color:var(--text-dim)}.pcard__amt{font-family:var(--display);font-weight:600;font-size:clamp(2.8rem,5vw,3.8rem);line-height:.9;color:var(--text)}.pcard__amt--old{text-decoration:line-through;color:var(--muted);font-size:clamp(1.6rem,3vw,2rem);opacity:.6}.pcard__offer{font-size:.64rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-bright);margin-bottom:.8rem;display:inline-block;background:#c9a24b1f;padding:.3em .7em;border-radius:4px}.pcard__per{color:var(--muted);font-size:.85rem;margin-bottom:.5rem}.pcard__note{color:var(--text-dim);font-size:.82rem;margin-bottom:1.6rem;min-height:2.6em}.pcard__list{list-style:none;display:flex;flex-direction:column;gap:.8rem;margin-bottom:auto;padding-top:1rem;padding-bottom:2rem}.pcard__list li{position:relative;padding-left:1.5rem;font-size:.88rem;color:var(--text)}.pcard__list li:before{content:"✓";position:absolute;left:0;color:var(--gold)}.pcard__list .pcard__list--muted{color:var(--text-dim)}@media (max-width: 860px){.pricing{grid-template-columns:1fr;max-width:460px}.pcard__note{min-height:auto}}.faq{max-width:820px;margin:0 auto}.faq__head{text-align:center;font-size:clamp(1.9rem,4.6vw,3.2rem);margin-bottom:3.5rem}.qa{border-top:1px solid var(--outline-soft)}.faq__list .qa:last-child{border-bottom:1px solid var(--outline-soft)}.qa__q{width:100%;background:none;border:0;color:var(--text);font-family:var(--sans);font-size:clamp(1.05rem,2vw,1.3rem);font-weight:500;text-align:left;padding:1.6rem 0;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;cursor:pointer}.qa__q i{flex:0 0 auto;position:relative;width:16px;height:16px}.qa__q i:before,.qa__q i:after{content:"";position:absolute;background:var(--gold);transition:transform .4s var(--ease-out),opacity .3s var(--ease-out)}.qa__q i:before{top:7px;left:0;width:16px;height:2px}.qa__q i:after{left:7px;top:0;width:2px;height:16px}.qa.is-open .qa__q i:after{transform:scaleY(0);opacity:0}.qa__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s var(--ease-out)}.qa.is-open .qa__a{grid-template-rows:1fr}.qa__a>p{overflow:hidden;color:var(--text-dim);font-size:.98rem;line-height:1.6;max-width:70ch}.qa.is-open .qa__a>p{padding-bottom:1.6rem}.apply{min-height:96svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:var(--bg)}.apply__floor{position:absolute;bottom:-10%;left:50%;transform:translate(-50%);width:70vw;height:60vh;pointer-events:none;background:radial-gradient(circle at 50% 100%,rgba(201,162,75,.18),transparent 60%);filter:blur(30px)}.apply__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.apply__title{font-family:var(--serif);font-weight:600;font-size:clamp(3rem,10vw,7rem);line-height:1}.apply__sub{margin:1.8rem auto 3rem;max-width:42ch;color:var(--text-dim);font-size:1.05rem}.apply__fine{margin-top:1.6rem;font-size:.7rem;letter-spacing:.12em;color:var(--muted)}.footer{padding:4rem clamp(1.4rem,6vw,5rem) 2.5rem;border-top:1px solid var(--outline-soft);position:relative;z-index:4;background:var(--surface)}.footer__top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-bottom:3rem}.footer__brand{font-family:var(--serif);font-weight:600;font-size:clamp(1.6rem,3vw,2.4rem);color:var(--gold)}.footer__link{color:var(--gold);font-size:.85rem;letter-spacing:.04em}.footer__link:hover{text-decoration:underline}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.6rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.reveal-up{opacity:0;transform:translateY(24px)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal-up{opacity:1;transform:none}.shift__divider i{transform:scaleY(1)}}
