:root{--bg:#0d0d0c;--panel:#151513;--panel2:#1d1b17;--paper:#f6efe4;--paper2:#fffaf2;--muted:#a79b8d;--muted2:#6f655b;--line:rgba(246,239,228,.14);--line-dark:rgba(13,13,12,.14);--gold:#c9964a;--gold2:#e2c17e;--wine:#8b3028;--green:#1f4038;--shadow:0 28px 90px rgba(0,0,0,.35);--header:92px;--rail:86px;--a11y-font-scale:1;--a11y-line-height:1.55;--a11y-text-spacing:0em;--a11y-letter-spacing:0em;--a11y-text-align:initial}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--paper);overflow-x:hidden;font-size:calc(16px * var(--a11y-font-scale));line-height:var(--a11y-line-height);letter-spacing:var(--a11y-letter-spacing);word-spacing:var(--a11y-text-spacing);text-align:var(--a11y-text-align)}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - clamp(24px,5vw,52px)));margin:0 auto;padding:0 clamp(12px,2.5vw,26px)}@keyframes loaderSpin{to{transform:rotate(360deg)}}.loading-page{min-height:100dvh;overflow:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-3;background:radial-gradient(circle at 18% 18%,rgba(201,150,74,.18),transparent 30%),radial-gradient(circle at 82% 78%,rgba(139,48,40,.14),transparent 32%),linear-gradient(120deg,#0d0d0c,#17130f 55%,#0d0d0c)}.progress{position:fixed;left:0;top:0;height:3px;background:linear-gradient(90deg,var(--wine),var(--gold),var(--green));z-index:100;width:0}.percent{position:fixed;left:28px;top:28px;z-index:80;font-size:12px;letter-spacing:.18em;font-weight:900;color:var(--gold)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.nav-links{display:flex;align-items:center;gap:26px;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--muted)}.nav-links a{position:relative;padding:10px 0}.nav-links a.active,.nav-links a:hover{color:var(--paper)}.nav-links a:after{content:"";position:absolute;left:0;bottom:4px;width:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--wine));transition:.25s}.nav-links a.active:after,.nav-links a:hover:after{width:100%}.menu-toggle{display:none;border:0;width:42px;height:42px;padding:0;background:transparent;color:var(--paper);font-size:0;font-weight:900;line-height:0;letter-spacing:.16em;text-transform:uppercase}.menu-toggle::before{content:"";display:block;width:30px;height:4px;margin:auto;border-radius:999px;background:currentColor;box-shadow:0 -10px 0 currentColor,0 10px 0 currentColor}main{margin-left:var(--rail)}.section{position:relative;padding:clamp(60px,10vw,126px) 0}@keyframes spin{to{transform:rotate(360deg)}}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.32em;font-weight:900;color:var(--gold);margin-bottom:18px}.display{font-family:'Playfair Display',Georgia,serif;font-size:clamp(66px,10vw,100px);line-height:.82;letter-spacing:-.07em;font-weight:900;margin-bottom:30px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(246,239,228,.24);padding:clamp(12px,2.5vw,15px) clamp(16px,4vw,24px);text-transform:uppercase;font-size:clamp(10px,2vw,12px);letter-spacing:.14em;font-weight:900;transition:.28s;min-height:44px;min-width:44px}.btn-primary{background:var(--paper);color:var(--bg);border-color:var(--paper)}.btn:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,0,0,.25)}.btn-outline:hover{background:var(--paper);color:var(--bg)}@keyframes marquee{to{transform:translateX(-50%)}}.split{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(30px,6vw,74px);align-items:center}.visual{border-radius:clamp(20px,4vw,34px);overflow:hidden;background:#211914;box-shadow:var(--shadow);position:relative;aspect-ratio:3/4;height:auto;max-height:clamp(450px,45vw,600px)}.visual:after{content:"";position:absolute;inset:clamp(12px,3vw,22px);border:1px solid rgba(246,239,228,.36);border-radius:clamp(16px,3vw,24px)}.card,.stat{background:rgba(255,255,255,.055);border:1px solid var(--line);border-radius:clamp(18px,3vw,28px);padding:clamp(20px,4vw,30px);box-shadow:0 20px 60px rgba(0,0,0,.13);transition:.3s}.stat strong{font-family:'Playfair Display',serif;font-size:clamp(40px,8vw,50px);color:var(--gold);display:block;line-height:1}.stat span{font-size:clamp(9px,1.5vw,11px);text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--muted)}.card:hover{transform:translateY(-8px);border-color:rgba(201,150,74,.5)}.card p{font-size:clamp(14px,2.5vw,15px);color:var(--muted)}.timeline-row{display:grid;grid-template-columns:clamp(100px,20vw,150px) 1fr;gap:clamp(16px,3vw,26px);align-items:start;padding:clamp(16px,3vw,24px) 0;border-top:1px solid rgba(246,239,228,.14)}.wide-quote{max-width:980px;margin:auto;border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:clamp(24px,4vw,38px);padding:clamp(32px,6vw,56px);box-shadow:var(--shadow)}.wide-quote p{font-family:'Playfair Display',serif;font-size:clamp(36px,5.4vw,60px);line-height:.98;letter-spacing:-.05em}.wide-quote span{display:block;color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:900;margin-top:26px}.article{display:grid;grid-template-columns:140px 1fr auto;gap:26px;align-items:center;padding:28px 0;border-top:1px solid var(--line)}.article a{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--gold)}.field{margin-bottom:15px}label{display:block;color:var(--muted);font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:900;margin-bottom:7px}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.08);color:var(--paper);padding:15px;font:inherit}select,select option{background:var(--panel);color:var(--paper)}select::-ms-expand{color:var(--paper)}textarea{min-height:130px}.form-note--success{color:#1f6f43!important;font-weight:800}.form-note--error{color:#b84632!important;font-weight:800}.field-error{margin:6px 0 0;color:#b84632;font-size:12px;font-weight:800;line-height:1.35}.field--invalid input,.field--invalid select,.field--invalid textarea{border-color:#b84632!important;box-shadow:0 0 0 3px rgba(184,70,50,.12)!important}.footer{margin-left:var(--rail);border-top:1px solid var(--line);padding:52px 0;background:#090908}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.in{opacity:1;transform:translateY(0)}@media(max-width:991px){:root{--rail:0px;--header:78px}.percent{display:none}.menu-toggle{display:block}.nav-links{position:absolute;left:0;right:0;top:var(--header);background:rgba(13,13,12,.96);display:none;flex-direction:column;align-items:flex-start;padding:24px}.nav-links.open{display:flex}.footer,main{margin-left:0}.split{grid-template-columns:1fr}.article{grid-template-columns:1fr}}@media(max-width:680px){.container{width:min(100% - 28px,1180px)}.section{padding:86px 0}.display{font-size:clamp(58px,18vw,90px)}.wide-quote{padding:30px}.visual{max-height:clamp(250px,55vw,350px)}}.deck-page{overscroll-behavior-y:contain}.deck-page main>.section{min-height:100vh;display:grid;align-items:center;padding-top:calc(var(--header) + 42px);padding-bottom:70px}.deck-page .footer{min-height:44vh;display:grid;align-items:center}.deck-page .wheel-hint{position:fixed;right:28px;bottom:28px;z-index:70;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(246,239,228,.22);background:rgba(13,13,12,.5);color:var(--paper);backdrop-filter:blur(14px);font-size:18px;animation:wheelPulse 1.7s ease-in-out infinite}.deck-page .wheel-hint::before{content:'↑';font-size:18px;line-height:1}@keyframes wheelPulse{0%,100%{transform:translateY(0);opacity:.72}50%{transform:translateY(7px);opacity:1}}@media(max-width:991px){.deck-page .wheel-hint{display:none}}@media(min-width:992px){.deck-ready{overflow:hidden;height:100vh;overscroll-behavior:none}.deck-ready main{margin-left:var(--rail);height:100vh;overflow:hidden;position:relative}.deck-ready main>.section,.deck-ready>.footer{position:fixed;left:var(--rail);right:0;top:0;height:100vh;min-height:100vh;overflow:hidden;display:grid;align-items:center;margin-left:0;padding-top:calc(var(--header) + 42px);padding-bottom:70px;opacity:1;pointer-events:none;transform:translateY(100%);transition:transform .78s cubic-bezier(.78,0,.18,1),opacity .28s ease;will-change:transform}.deck-ready main>.section.is-active,.deck-ready>.footer.is-active{transform:translateY(0);pointer-events:auto;z-index:5}.deck-ready main>.section.is-before,.deck-ready>.footer.is-before{transform:translateY(-100%);z-index:3}.deck-ready main>.section.is-after,.deck-ready>.footer.is-after{transform:translateY(100%);z-index:2}.deck-ready .footer .container{width:min(1180px,calc(100% - 52px))}.deck-ready .wheel-hint::before{content:'↑';font-size:14px;letter-spacing:0;text-transform:none}}:root{color-scheme:dark;--theme-transition:background-color .28s ease,color .28s ease,border-color .28s ease,box-shadow .28s ease}:root[data-theme=light]{color-scheme:light;--bg:#fffaf2;--panel:#fff4e7;--panel2:#f3e5d4;--paper:#17130f;--paper2:#ffffff;--muted:#74695e;--muted2:#6a5f55;--line:rgba(23,19,15,.14);--line-dark:rgba(23,19,15,.12);--gold:#a97024;--gold2:#c9964a;--wine:#8b3028;--green:#1f4038;--shadow:0 24px 70px rgba(88,61,35,.14)}.article,.btn,.card,.footer,.stat,.visual,.wheel-hint,.wide-quote,body,html,input,select,textarea{transition:var(--theme-transition)}:root[data-theme=light] body:before{background:radial-gradient(circle at 18% 18%,rgba(201,150,74,.16),transparent 30%),radial-gradient(circle at 82% 78%,rgba(139,48,40,.1),transparent 32%),linear-gradient(120deg,#fffaf2,#f4e7d6 55%,#fff7ec)}:root[data-theme=light] .nav-links a.active,:root[data-theme=light] .nav-links a:hover{color:var(--paper)}:root[data-theme=light] .btn-outline:hover,:root[data-theme=light] .btn-primary{background:var(--paper);color:var(--bg)!important;border-color:var(--paper)}:root[data-theme=light] .card,:root[data-theme=light] .stat,:root[data-theme=light] .wide-quote{background:rgba(255,255,255,.7);border-color:var(--line)}:root[data-theme=light] .visual{background:#efe0ce}:root[data-theme=light] .visual:after{border-color:rgba(23,19,15,.12)}:root[data-theme=light] .deck-page .wheel-hint{background:rgba(255,250,242,.62);border-color:var(--line);color:var(--paper)}:root[data-theme=light] input,:root[data-theme=light] select,:root[data-theme=light] textarea{background:rgba(255,255,255,.74);color:var(--paper);border-color:var(--line)}:root[data-theme=light] input::placeholder,:root[data-theme=light] textarea::placeholder{color:rgba(23,19,15,.48)}:root[data-theme=light] .footer{background:#f7ecdd;border-top-color:var(--line)}:root[data-theme=light] .article,:root[data-theme=light] .timeline-row{border-color:var(--line)}.theme-toggle{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:128px;min-height:44px;border:1px solid rgba(246,239,228,.22);border-radius:999px;background:rgba(255,255,255,.055);color:var(--paper);padding:10px 18px;font:inherit;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;backdrop-filter:blur(14px)}.theme-toggle:hover{transform:translateY(-2px);border-color:rgba(201,150,74,.55);box-shadow:0 14px 34px rgba(0,0,0,.16)}.theme-toggle .theme-icon{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:rgba(201,150,74,.16);color:var(--gold);line-height:1}:root[data-theme=light] .theme-toggle{background:rgba(255,255,255,.72);color:var(--paper);border-color:rgba(23,19,15,.16)}:root[data-theme=light] .theme-toggle .theme-icon{background:#17130f;color:#fffaf2}@media(max-width:991px){.theme-toggle{margin-left:auto;padding:10px 18px;min-height:44px;min-width:128px}.theme-toggle .theme-label{display:none}.nav-links{background:rgba(13,13,12,.96)}:root[data-theme=light] .nav-links{background:rgba(255,250,242,.97)}.menu-toggle{color:var(--paper)}.visual{max-height:clamp(220px,50vw,350px)}}@media(min-width:992px){.visual{max-height:min(clamp(300px,45vw,450px),calc(100vh - var(--header) - 48px))}}@media(min-width:1400px){.visual{max-height:min(clamp(520px,40vw,900px),calc(100vh - var(--header) - 48px))}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.a11y-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;order:-1;min-width:44px;min-height:44px;border:1px solid rgba(246,239,228,.22);border-radius:999px;background:rgba(255,255,255,.055);color:var(--paper);font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;padding:10px 12px;transition:background .24s ease,border-color .24s ease,transform .24s ease;backdrop-filter:blur(14px);z-index:100}.a11y-toggle::before{content:"♿";display:inline-block;margin-right:6px;font-size:13px;line-height:1}.a11y-toggle:hover{transform:translateY(-2px);border-color:rgba(201,150,74,.55);box-shadow:0 14px 34px rgba(0,0,0,.16)}.a11y-toggle:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.a11y-toggle::before{content:none!important;display:none!important}@media(max-width:991px){.a11y-toggle{margin-left:0;padding:9px 10px;min-height:38px;font-size:9px}}.a11y-panel{position:fixed;right:-390px;top:0;width:min(390px,100vw);height:100vh;background:var(--panel);border-left:1px solid var(--line);color:var(--paper);z-index:1000;overflow-y:auto;transition:right .32s cubic-bezier(.78,0,.18,1);box-shadow:-20px 0 60px rgba(0,0,0,.28)}.a11y-panel.open{right:0}.a11y-panel__close{border:0;background:0 0;color:var(--paper);font-size:20px;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.a11y-panel__close:hover{opacity:.7}.a11y-btn--reset-all{width:100%;background:var(--wine);border-color:var(--wine);color:var(--paper);margin-top:8px}.a11y-btn--reset-all:hover{background:rgba(139,48,40,.8);border-color:var(--wine)}body.a11y-highlight-titles .display,body.a11y-highlight-titles h1,body.a11y-highlight-titles h2{text-decoration:underline;text-decoration-color:var(--gold);text-decoration-thickness:.14em;text-underline-offset:.12em}body.a11y-highlight-links a{text-decoration:underline;text-decoration-color:var(--gold);text-decoration-thickness:.12em;text-underline-offset:.14em}body.a11y-align-left .footer,body.a11y-align-left .section,body.a11y-align-left .wide-quote{text-align:left}body.a11y-highlight-focus a:focus-visible,body.a11y-highlight-focus button:focus-visible,body.a11y-highlight-focus input:focus-visible,body.a11y-highlight-focus select:focus-visible,body.a11y-highlight-focus textarea:focus-visible{outline-width:4px;box-shadow:0 0 0 5px rgba(201,150,74,.18)}body.a11y-no-transitions *,body.a11y-no-transitions ::after,body.a11y-no-transitions ::before{animation:none!important;transition:none!important;scroll-behavior:auto!important}body.a11y-reading-mask::after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9998;background:linear-gradient(to bottom,rgba(0,0,0,.72) 0,rgba(0,0,0,.72) 42%,transparent 42%,transparent 58%,rgba(0,0,0,.72) 58%,rgba(0,0,0,.72) 100%)}body.a11y-color-dark{--bg:#07131f;--panel:#102236;--panel2:#16314d;--paper:#f6fbff;--paper2:#ebf4ff;--muted:#bccad8;--muted2:#7f94ab;--line:rgba(255,255,255,.16);--line-dark:rgba(255,255,255,.12);--gold:#ffcd6d;--gold2:#ffe0a0;--wine:#f17a6d;--green:#57c3ae}body.a11y-color-light{--bg:#fff8ef;--panel:#fffdf8;--panel2:#f5efe5;--paper:#19110d;--paper2:#2a1c14;--muted:#5e5348;--muted2:#76695d;--line:rgba(25,17,13,.14);--line-dark:rgba(25,17,13,.18);--gold:#a96f24;--gold2:#d9a755;--wine:#8b3028;--green:#1f4038}body.a11y-high-contrast{--bg:#000;--panel:#111;--panel2:#1a1a1a;--paper:#fff;--paper2:#f2f2f2;--muted:#fff;--muted2:#e2e2e2;--line:rgba(255,255,255,.36);--line-dark:rgba(255,255,255,.25);--gold:#ffd84d;--gold2:#ffe68c;--wine:#ff7e6b;--green:#8ce0d3}body.a11y-color-saturation-high{filter:saturate(1.35)}body.a11y-color-saturation-low{filter:saturate(.65)}body.a11y-color-mono{filter:grayscale(1)}body.a11y-dyslexia-font{font-family:OpenDyslexic,Arial,sans-serif}body.a11y-highlight-links a{text-decoration:underline}@media(max-width:680px){.a11y-panel{width:100%;right:-100%}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}@media (prefers-contrast:more){a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-width:3px}}@media (prefers-reduced-motion:reduce){a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{transition:none}}.footer{position:relative;margin-left:var(--rail);padding:58px 0 34px;overflow:hidden;background:#000;color:#fff;border-top:1px solid rgba(255,255,255,.16)}.footer::before{content:"";position:absolute;inset:auto -18% 18% -18%;height:420px;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(179,151,238,.16),transparent 62%)}.footer-signup{width:min(580px,100%);margin:0 auto;display:flex;align-items:center;padding:0;border-radius:999px;background:#fff;box-shadow:0 16px 38px rgba(0,0,0,.14)}.footer-signup input{height:58px;flex:1 1 auto;min-width:0;border:0;outline:0;border-radius:999px 0 0 999px;background:#fff;color:#0a0a0a;padding:0 24px;font-size:16px}.footer-signup input::placeholder{color:rgba(0,0,0,.46)}.footer-signup.footer-signup--invalid{box-shadow:0 16px 38px rgba(0,0,0,.14),0 0 0 3px rgba(184,70,50,.2)}.footer-signup.footer-signup--invalid input{color:#17130f}.footer-signup button{height:58px;min-width:176px;border:0;border-radius:999px;background:#050505;color:#fff;font:inherit;font-size:15px;font-weight:800;cursor:pointer;transition:transform .24s ease,box-shadow .24s ease,background .24s ease}.footer-signup button:hover{transform:translateY(-2px);background:#171717;box-shadow:0 14px 28px rgba(0,0,0,.24)}.footer-signup button:disabled{cursor:not-allowed;opacity:.68;transform:none;box-shadow:none}:root[data-theme=light] .footer{background:#000;color:#fff;border-top-color:rgba(255,255,255,.16)}:root[data-theme=light] .footer-signup input{background:#fff;color:#050505}@media(min-width:992px){.deck-ready>.footer{overflow-y:auto;align-items:center;padding-top:calc(var(--header) + 28px);padding-bottom:38px}}@media(max-width:991px){.footer{margin-left:0;padding:38px 0 30px}}@media(max-width:680px){.footer-signup{display:grid;gap:10px;padding:8px;border-radius:24px}.footer-signup button,.footer-signup input{width:100%;border-radius:18px}}.footer{--ft-bg:radial-gradient(circle at 16% 0%,rgba(201,150,74,.18),transparent 32%),radial-gradient(circle at 88% 70%,rgba(139,48,40,.16),transparent 34%),linear-gradient(135deg,#0d0d0c 0%,#15130f 56%,#090908 100%);--ft-promo:radial-gradient(circle at 14% 0%,rgba(255,255,255,.26),transparent 34%),linear-gradient(135deg,#e2c17e 0%,#c9964a 44%,#f6efe4 100%);--ft-card-text:#17130f;--ft-text:var(--paper);--ft-muted:rgba(246,239,228,.78);--ft-soft:rgba(246,239,228,.06);--ft-border:rgba(246,239,228,.16);--ft-strong-border:rgba(201,150,74,.62);--ft-accent:var(--gold);--ft-accent2:var(--wine);--ft-input-bg:rgba(255,250,242,.96);--ft-input-text:#17130f;--ft-button-bg:#17130f;--ft-button-text:#fffaf2;--ft-social-hover-bg:var(--paper);--ft-social-hover-text:var(--bg);background:var(--ft-bg)!important;color:var(--ft-text)!important;border-top-color:var(--ft-border)!important}:root[data-theme=light] .footer{--ft-bg:radial-gradient(circle at 15% 0%,rgba(201,150,74,.18),transparent 30%),radial-gradient(circle at 86% 72%,rgba(31,64,56,.10),transparent 34%),linear-gradient(135deg,#fffaf2 0%,#f7ecdd 58%,#efe0ce 100%);--ft-promo:radial-gradient(circle at 15% 0%,rgba(255,255,255,.70),transparent 34%),linear-gradient(135deg,#fff7ec 0%,#f1dfc8 48%,#e2c17e 100%);--ft-card-text:#17130f;--ft-text:#17130f;--ft-muted:rgba(23,19,15,.66);--ft-soft:rgba(23,19,15,.035);--ft-border:rgba(23,19,15,.14);--ft-strong-border:rgba(169,112,36,.48);--ft-accent:#a97024;--ft-accent2:#8b3028;--ft-input-bg:rgba(255,255,255,.92);--ft-input-text:#17130f;--ft-button-bg:#17130f;--ft-button-text:#fffaf2;--ft-social-hover-bg:#17130f;--ft-social-hover-text:#fffaf2}.footer::before{background:radial-gradient(circle at 50% 50%,rgba(201,150,74,.14),transparent 62%)!important}:root[data-theme=light] .footer::before{background:radial-gradient(circle at 50% 50%,rgba(139,48,40,.08),transparent 62%)!important}.footer .footer-signup{background:var(--ft-input-bg)!important;border:1px solid rgba(23,19,15,.08)!important}.footer .footer-signup input,:root[data-theme=light] .footer .footer-signup input{background:0 0!important;color:var(--ft-input-text)!important}.footer .footer-signup input::placeholder{color:rgba(23,19,15,.48)!important}.footer .footer-signup button{background:var(--ft-button-bg)!important;color:var(--ft-button-text)!important}.footer .footer-signup button:hover{background:var(--ft-accent2)!important;color:#fffaf2!important}.footer,.footer-signup,.footer-signup button,.footer-signup input,.footer::before{transition:var(--theme-transition)}.deck-page:not(.home-page) .article,.deck-page:not(.home-page) .card,.deck-page:not(.home-page) .wide-quote{backdrop-filter:blur(10px)}body,html{width:100%;max-width:100%;overflow-x:hidden!important}@media (min-width:1200px){:root{--rail:86px;--header:92px}.container,.deck-ready .footer .container{width:min(1180px,calc(100% - 52px))!important}.footer,main{margin-left:var(--rail)!important}.menu-toggle{display:none!important}.nav-links{position:static!important;display:flex!important;flex-direction:row!important;align-items:center!important;background:0 0!important;padding:0!important}.split{grid-template-columns:.92fr 1.08fr!important}.deck-ready{height:100dvh!important;overflow:hidden!important}.deck-ready main{height:100dvh!important;overflow:hidden!important}.deck-ready main>.section,.deck-ready>.footer{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;overflow-y:auto!important;overflow-x:hidden!important}}@media (min-width:992px) and (max-width:1199.98px){:root{--rail:68px!important;--header:72px!important}.container,.deck-ready .footer .container{width:min(1060px,calc(100% - 34px))!important}.percent{display:block!important;left:18px!important;top:18px!important;font-size:10px!important}.footer,main{margin-left:var(--rail)!important}.nav{gap:14px!important}.menu-toggle{display:none!important}.nav-links{position:static!important;display:flex!important;flex-direction:row!important;align-items:center!important;background:0 0!important;padding:0!important;gap:14px!important;font-size:9px!important;letter-spacing:.09em!important}.theme-toggle{margin-left:auto!important;min-height:34px!important;padding:7px 10px!important;font-size:9px!important}.theme-toggle .theme-label{display:none!important}.deck-ready{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;overscroll-behavior:none!important}.deck-ready main{margin-left:var(--rail)!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;position:relative!important}.deck-ready main>.section,.deck-ready>.footer{position:fixed!important;left:var(--rail)!important;right:0!important;top:0!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;display:grid!important;align-items:center!important;margin-left:0!important;padding-top:calc(var(--header) + 22px)!important;padding-bottom:30px!important;overflow-y:auto!important;overflow-x:hidden!important}.deck-page .wheel-hint{display:grid!important;width:38px!important;height:38px!important;right:18px!important;bottom:18px!important}.split{grid-template-columns:.95fr 1.05fr!important;gap:clamp(26px,3.2vw,42px)!important}.display{font-size:clamp(40px, 6vw, 76px)!important;margin-bottom:15px!important}.eyebrow{font-size:9px!important;letter-spacing:.22em!important;margin-bottom:10px!important}.btn{padding:10px 15px!important;font-size:9px!important}.visual{min-height:clamp(280px,41vh,390px)!important}.visual{border-radius:26px!important}.visual:after{inset:14px!important;border-radius:18px!important}.card,.stat{padding:16px!important;border-radius:20px!important}.stat strong{font-size:30px!important}.stat span{font-size:8px!important}.card p{font-size:12px!important;line-height:1.45!important}.timeline-row{grid-template-columns:105px 1fr!important;gap:14px!important;padding:15px 0!important}.wide-quote{padding:30px!important;border-radius:28px!important}.wide-quote p{font-size:clamp(26px, 4vw, 44px)!important}.article{grid-template-columns:95px 1fr auto!important;gap:14px!important;padding:17px 0!important}.article a{font-size:9px!important}input,select,textarea{padding:11px!important;font-size:13px!important}textarea{min-height:90px!important}.footer{margin-left:var(--rail)!important;padding:32px 0 24px!important}.footer-signup{width:min(460px,100%)!important}.footer-signup button,.footer-signup input{height:44px!important;font-size:12px!important}.footer-signup button{min-width:128px!important}}@media (min-width:992px) and (max-width:1199.98px) and (max-height:700px){:root{--rail:62px!important;--header:64px!important}.deck-ready main>.section,.deck-ready>.footer{padding-top:calc(var(--header) + 12px)!important;padding-bottom:18px!important}.display{font-size:clamp(32px, 5.2vw, 58px)!important}.visual{min-height:230px!important}.card,.stat{padding:13px!important}}@media (min-width:1200px) and (max-width:1300px){:root{--rail:76px!important;--header:82px!important}body,html{overflow-x:hidden!important}.container,.deck-ready .footer .container{width:min(1120px,calc(100% - 40px))!important}.percent{display:block!important;left:22px!important;top:22px!important;font-size:10px!important}.footer,main{margin-left:var(--rail)!important}.nav{gap:18px!important}.menu-toggle{display:none!important}.nav-links{position:static!important;display:flex!important;flex-direction:row!important;align-items:center!important;background:0 0!important;padding:0!important;gap:18px!important;font-size:10px!important;letter-spacing:.1em!important}.theme-toggle{min-height:38px!important;padding:8px 12px!important;font-size:10px!important}.deck-ready{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;overscroll-behavior:none!important}.deck-ready main{margin-left:var(--rail)!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;position:relative!important}.deck-ready main>.section,.deck-ready>.footer{position:fixed!important;left:var(--rail)!important;right:0!important;top:0!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;display:grid!important;align-items:center!important;margin-left:0!important;padding-top:calc(var(--header) + 24px)!important;padding-bottom:34px!important;overflow-y:auto!important;overflow-x:hidden!important}.deck-page main>.section{min-height:100dvh!important;display:grid!important;align-items:center!important;padding-top:calc(var(--header) + 24px)!important;padding-bottom:34px!important}.deck-page .wheel-hint{display:grid!important;width:42px!important;height:42px!important;right:22px!important;bottom:22px!important}.split{grid-template-columns:.92fr 1.08fr!important;gap:clamp(32px,3.8vw,54px)!important;align-items:center!important}.display{font-size:clamp(50px, 7vw, 96px)!important;line-height:.84!important;margin-bottom:20px!important}.eyebrow{font-size:10px!important;letter-spacing:.25em!important;margin-bottom:12px!important}.btn{padding:12px 18px!important;font-size:10px!important;letter-spacing:.11em!important}.visual{min-height:clamp(330px,45vh,440px)!important}.visual{border-radius:30px!important}.visual:after{inset:17px!important;border-radius:22px!important}.card,.stat{padding:22px!important;border-radius:23px!important}.stat strong{font-size:38px!important}.stat span{font-size:9px!important}.card p{font-size:13px!important;line-height:1.48!important}.timeline-row{grid-template-columns:122px 1fr!important;gap:18px!important;padding:18px 0!important}.wide-quote{padding:40px!important;border-radius:32px!important}.wide-quote p{font-size:clamp(32px, 4.5vw, 58px)!important}.article{grid-template-columns:112px 1fr auto!important;gap:18px!important;padding:20px 0!important}.article a{font-size:10px!important}input,select,textarea{padding:13px!important;font-size:14px!important}textarea{min-height:105px!important}.footer{margin-left:var(--rail)!important;padding:40px 0 28px!important}.footer-signup{width:min(510px,100%)!important}.footer-signup button,.footer-signup input{height:50px!important;font-size:13px!important}.footer-signup button{min-width:145px!important}}@media (min-width:1200px) and (max-width:1300px) and (max-height:720px){:root{--rail:70px!important;--header:72px!important}.deck-ready main>.section,.deck-ready>.footer{padding-top:calc(var(--header) + 16px)!important;padding-bottom:24px!important}.display{font-size:clamp(42px, 6vw, 76px)!important;margin-bottom:15px!important}.visual{min-height:290px!important}.card,.stat{padding:17px!important}}.deck-ready,.deck-ready main,.deck-ready main>.section,.deck-ready>.footer,body,html{scrollbar-width:none!important;-ms-overflow-style:none!important}.deck-ready main::-webkit-scrollbar,.deck-ready main>.section::-webkit-scrollbar,.deck-ready::-webkit-scrollbar,.deck-ready>.footer::-webkit-scrollbar,body::-webkit-scrollbar,html::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.footer,.footer *{min-width:0}.footer a,.footer h2,.footer p{overflow-wrap:anywhere}.footer-signup input{min-width:0!important}@media (min-width:992px){.deck-ready>.footer{align-items:center!important;justify-content:center!important;overflow-y:auto!important;overflow-x:hidden!important;padding-top:calc(var(--header) + 18px)!important;padding-bottom:28px!important}.deck-ready .footer-signup button,.deck-ready .footer-signup input{height:clamp(42px,6vh,54px)!important}}@media (min-width:1200px) and (max-height:760px){.deck-ready>.footer{padding-top:calc(var(--header) + 12px)!important;padding-bottom:18px!important}.deck-ready .footer-signup{width:min(440px,100%)!important}.deck-ready .footer-signup button,.deck-ready .footer-signup input{height:42px!important;font-size:12px!important}}@media (min-width:681px) and (max-width:991.98px){.footer{margin-left:0!important;padding:42px 0 30px!important}.footer-signup{width:min(560px,100%)!important}}@media (max-width:680px){.footer{margin-left:0!important;padding:34px 0 26px!important}.footer .container{width:min(100% - 28px,1180px)!important;padding-left:0!important;padding-right:0!important}.footer-signup{display:grid!important;gap:10px!important;padding:8px!important;border-radius:22px!important;width:100%!important}.footer-signup button,.footer-signup input{width:100%!important;height:48px!important;border-radius:16px!important;font-size:14px!important}.footer-signup input{padding:0 16px!important;text-align:center!important}.footer-signup button{min-width:0!important}}@media (max-width:420px){.footer .container{width:min(100% - 22px,1180px)!important}.footer-signup button,.footer-signup input{height:45px!important;font-size:13px!important}}.footer{margin-left:0!important}.footer>.container{margin:0 auto!important;padding-left:clamp(12px,2.5vw,26px)!important;padding-right:clamp(12px,2.5vw,26px)!important}@media(min-width:992px){.footer{margin-left:var(--rail)!important}.footer>.container{padding-left:0!important;padding-right:0!important}}.footer,.footer *{max-width:100%;box-sizing:border-box}@media (max-width:991.98px){body,html{height:auto!important;min-height:100%!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior-y:auto!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important}.deck-ready,body.deck-page,body.deck-ready{height:auto!important;min-height:100%!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior-y:auto!important}.deck-page main,.deck-ready main{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;position:relative!important}.deck-page main>.section,.deck-ready main>.section,.deck-ready>.footer{position:relative!important;inset:auto!important;height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important;transform:none!important;pointer-events:auto!important;opacity:1!important}}html{-webkit-text-size-adjust:100%}body{min-width:320px}.container{width:min(1180px,calc(100% - clamp(28px,5vw,64px)))!important;padding-left:0!important;padding-right:0!important}.btn,.footer a,.footer button,.nav-links a{overflow-wrap:normal}.display,.wide-quote p{letter-spacing:0!important}.article,.card,.footer,.footer *,.stat,.wide-quote{min-width:0!important}.split{min-width:0!important}@media (min-width:992px) and (max-width:1180px){.nav{gap:12px!important}.nav-links{gap:12px!important}.theme-toggle{flex:0 0 auto}}@media (max-width:991.98px){:root{--rail:0px!important;--header:74px!important}.percent,.wheel-hint{display:none!important}.footer,main{margin-left:0!important}.nav{gap:10px!important}.theme-toggle{margin-left:auto!important;min-height:38px!important;padding:8px 10px!important}.theme-toggle .theme-label{display:none!important}.menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;width:42px;height:42px;min-height:38px;padding:0;flex:0 0 auto}.nav-links{position:absolute!important;left:0!important;right:0!important;top:var(--header)!important;z-index:70!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:14px clamp(18px,4vw,34px) 18px!important;border-bottom:1px solid var(--line)!important;background:rgba(13,13,12,.97)!important;backdrop-filter:blur(18px)!important;box-shadow:0 20px 60px rgba(0,0,0,.24)}:root[data-theme=light] .nav-links{background:rgba(255,250,242,.98)!important}.nav-links.open{display:flex!important}.nav-links a{width:100%;padding:14px 0!important;border-bottom:1px solid var(--line)}.nav-links a:last-child{border-bottom:0}.a11y-panel{position:fixed!important;right:-390px!important;top:0!important;height:100dvh!important;max-height:100dvh!important;overflow-y:auto!important}.a11y-panel.open{right:0!important}.deck-page main>.section,.section{padding-top:clamp(64px,9vw,90px)!important;padding-bottom:clamp(64px,9vw,90px)!important}.split{grid-template-columns:1fr!important;gap:clamp(28px,6vw,46px)!important}.display{font-size:clamp(54px, 12vw, 86px)!important;line-height:.9!important}.visual{min-height:clamp(300px,54vw,440px)!important}.article{grid-template-columns:1fr auto!important;gap:12px 18px!important}}@media (max-width:680px){:root{--header:68px!important}.container{width:min(100% - 30px,1180px)!important}.deck-page main>.section,.section{padding-top:66px!important;padding-bottom:66px!important}.display{font-size:clamp(46px, 15vw, 70px)!important;margin-bottom:20px!important}.eyebrow{font-size:10px!important;letter-spacing:.18em!important}.btn{width:100%;justify-content:center;text-align:center}.card,.stat,.wide-quote{border-radius:20px!important;padding:22px!important}.visual{min-height:280px!important}}.footer{--footer-bg:radial-gradient(circle at 18% -12%, rgba(201,150,74,.22), transparent 34%),radial-gradient(circle at 100% 34%, rgba(139,48,40,.20), transparent 34%),linear-gradient(145deg, #0c0b0a 0%, #15110e 58%, #090908 100%);--footer-card:linear-gradient(135deg, rgba(246,239,228,.96), rgba(226,193,126,.92));background:var(--footer-bg)!important;padding:clamp(34px,5vw,64px) 0 clamp(24px,4vw,42px)!important;overflow:hidden!important}:root[data-theme=light] .footer{--footer-bg:radial-gradient(circle at 18% -12%, rgba(201,150,74,.24), transparent 34%),radial-gradient(circle at 100% 34%, rgba(139,48,40,.10), transparent 34%),linear-gradient(145deg, #fffaf2 0%, #f5e7d4 58%, #ead8be 100%);--footer-card:linear-gradient(135deg, #17130f, #2a2118)}.footer::before{display:none!important}.footer-signup{width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;padding:8px!important;border-radius:18px!important;background:rgba(255,255,255,.72)!important;box-shadow:none!important}:root[data-theme=light] .footer-signup{background:rgba(255,250,242,.1)!important;border:1px solid rgba(255,250,242,.16)}.footer-signup input{height:48px!important;border-radius:12px!important;padding:0 16px!important;font-size:14px!important}.footer-signup button{height:48px!important;min-width:132px!important;border-radius:12px!important;font-size:13px!important}@media (min-width:992px) and (max-height:760px){.deck-ready>.footer{padding-top:calc(var(--header) + 14px)!important;padding-bottom:18px!important}}@media (max-width:991.98px){.footer{padding:42px 0 30px!important}}@media (max-width:680px){.footer{padding:34px 0 28px!important}.footer-signup{grid-template-columns:1fr!important}.footer-signup button{width:100%!important;min-width:0!important}}@media (max-width:380px){.container{width:min(100% - 22px,1180px)!important}.card,.stat,.wide-quote{padding:18px!important}}@media (max-width:680px){.reveal{opacity:1!important;transform:none!important}.deck-page main>.section,.section{padding-top:48px!important;padding-bottom:48px!important}.card p{overflow-wrap:break-word!important}.card,.stat{width:100%!important;max-width:100%!important;border-radius:18px!important;padding:18px!important;box-shadow:0 14px 38px rgba(0,0,0,.1)!important}.card{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;grid-template-areas:"num title" "num text"!important;align-items:start!important;column-gap:14px!important;row-gap:6px!important}.card p{grid-area:text!important;font-size:14px!important;line-height:1.5!important;margin:0!important}.stat{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;min-height:76px!important}.stat strong{font-size:34px!important;flex:0 0 auto!important}.stat span{text-align:right!important;font-size:12px!important;letter-spacing:.12em!important}.wide-quote{padding:24px 20px!important;border-radius:20px!important}.wide-quote p{font-size:clamp(29px, 9vw, 38px)!important;line-height:1.08!important}.wide-quote span{font-size:10px!important;letter-spacing:.16em!important}.article{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;padding:18px!important;border:1px solid var(--line-dark)!important;border-radius:18px!important;background:rgba(255,250,242,.72)!important}.article a{font-size:11px!important}.article a{width:max-content!important;margin-top:2px!important}.a11y-panel{right:0!important;width:min(390px,100vw)!important;transform:translateX(100%)!important}.a11y-panel.open{transform:translateX(0)!important}}@media (min-width:681px) and (max-width:991.98px){:root{--header:76px!important}.container{width:min(100% - 48px,920px)!important}.deck-page main>.section,.section{padding-top:74px!important;padding-bottom:74px!important}.display{font-size:clamp(72px, 11vw, 96px)!important;line-height:.88!important}.split{grid-template-columns:1fr!important;gap:40px!important}.visual{width:min(620px,100%)!important;margin-left:auto!important;margin-right:auto!important}.visual{min-height:420px!important;max-height:560px!important}.card,.stat,.wide-quote{border-radius:24px!important;padding:26px!important}.wide-quote p{font-size:clamp(44px, 7vw, 62px)!important;line-height:1.02!important}.article{grid-template-columns:120px minmax(0,1fr) auto!important;gap:18px!important}}@media (min-width:992px) and (max-width:1199.98px){:root{--rail:0px!important;--header:78px!important}.deck-ready,body,body.deck-ready,html{height:auto!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior-y:auto!important}.deck-page .wheel-hint,.percent{display:none!important}.deck-ready main,.footer,main{margin-left:0!important;height:auto!important;max-height:none!important;overflow:visible!important;position:relative!important}.deck-ready main>.section,.deck-ready>.footer{position:relative!important;inset:auto!important;height:auto!important;min-height:auto!important;max-height:none!important;transform:none!important;overflow:visible!important;opacity:1!important;pointer-events:auto!important}.container,.deck-ready .footer .container{width:min(100% - 56px,1080px)!important}.nav{gap:14px!important}.nav-links{gap:16px!important;font-size:10px!important;letter-spacing:.1em!important}.theme-toggle .theme-label{display:none!important}.deck-page main>.section,.section{padding-top:82px!important;padding-bottom:82px!important}.split{grid-template-columns:minmax(0,1fr) minmax(320px,.85fr)!important;gap:40px!important}.display{font-size:clamp(62px, 8vw, 90px)!important}.visual{min-height:380px!important;max-height:520px!important}.card,.stat{padding:22px!important}}@media (min-width:390px) and (max-width:680px){.container{width:min(100% - clamp(30px,7vw,48px),640px)!important}.deck-page main>.section,.section{padding-top:clamp(50px,9vw,62px)!important;padding-bottom:clamp(50px,9vw,62px)!important}.display{font-size:clamp(54px, 12vw, 76px)!important}.visual{width:min(100%,560px)!important;margin-left:auto!important;margin-right:auto!important}}@media (min-width:520px) and (max-width:680px){.card{grid-template-columns:1fr!important;grid-template-areas:"num" "title" "text"!important;gap:8px!important;padding:20px!important}.stat{min-height:96px!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important}.stat span{text-align:left!important}.wide-quote{padding:30px!important}.wide-quote p{font-size:clamp(36px, 7vw, 48px)!important}.footer-signup{grid-template-columns:minmax(0,1fr) auto!important}.footer-signup button{width:auto!important;min-width:132px!important}}@media (min-width:380px) and (max-width:680px){.a11y-panel{position:fixed!important;top:0!important;right:0!important;width:min(390px,100vw)!important;height:100dvh!important;max-height:100dvh!important;overflow-y:auto!important;transform:translateX(100%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.a11y-panel.open{transform:translateX(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}}.cookie-popup{position:fixed;inset:0;z-index:1200;display:grid;place-items:end center;padding:clamp(16px,3vw,28px);pointer-events:none;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}.cookie-popup::before{content:"";position:absolute;inset:0;background:rgba(13,13,12,.36);backdrop-filter:blur(5px)}.cookie-popup.is-visible{opacity:1;visibility:visible;pointer-events:auto}.cookie-popup__panel{position:relative;width:min(720px,100%);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(18px,3vw,34px);padding:clamp(20px,3vw,28px);border:1px solid rgba(201,150,74,.42);border-radius:24px;background:radial-gradient(circle at 0 0,rgba(201,150,74,.18),transparent 36%),rgba(246,239,228,.96);color:#17130f;box-shadow:0 24px 80px rgba(0,0,0,.28);transform:translateY(18px);transition:transform .32s cubic-bezier(.78,0,.18,1)}.cookie-popup.is-visible .cookie-popup__panel{transform:translateY(0)}.cookie-popup__eyebrow{margin:0 0 6px;color:#a97024;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.cookie-popup h2{margin:0 0 8px;color:#17130f;font-family:'Playfair Display',Georgia,serif;font-size:clamp(28px, 3vw, 38px);line-height:1}.cookie-popup p{margin:0;color:rgba(23,19,15,.72);font-size:14px;line-height:1.55}.cookie-popup__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cookie-popup__accept,.cookie-popup__link{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 18px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.cookie-popup__link{border:1px solid rgba(23,19,15,.18);color:#17130f;background:rgba(255,255,255,.45)}.cookie-popup__accept{border:0;color:#fffaf2;background:#17130f;cursor:pointer}@media (max-width:680px){.cookie-popup{place-items:end center;padding:14px}.cookie-popup__panel{grid-template-columns:1fr;gap:16px;border-radius:20px;padding:20px}.cookie-popup__actions{display:grid;grid-template-columns:1fr;width:100%}.cookie-popup__accept,.cookie-popup__link{width:100%}}@media (max-width:991.98px){body,html{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.deck-ready,body.deck-ready{height:auto!important;min-height:100dvh!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important}.deck-ready main,.deck-ready main>.section,.deck-ready>.footer{position:relative!important;inset:auto!important;height:auto!important;min-height:auto!important;max-height:none!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important;overflow:visible!important}.deck-page main>.section,.deck-ready main>.section{display:block!important}.container,.deck-ready .footer .container{max-width:100%!important}.percent,.wheel-hint{display:none!important}.deck-ready main,.footer,main{margin-left:0!important}}@media (min-width:992px) and (max-width:1199.98px){:root{--rail:0px!important;--header:76px!important}.container,.deck-ready .footer .container{width:min(100% - 48px,1040px)!important}.nav{min-height:var(--header)!important;gap:12px!important}.nav-links{gap:12px!important;font-size:9px!important;letter-spacing:.08em!important}.theme-toggle{padding:7px 10px!important}.deck-page main>.section,.section{padding-top:76px!important;padding-bottom:76px!important}.split{grid-template-columns:minmax(0,1fr) minmax(300px,.82fr)!important;gap:34px!important;align-items:center!important}.display{font-size:clamp(58px, 7vw, 86px)!important;line-height:.9!important}.visual{min-height:360px!important;max-height:500px!important}}@media (max-width:991.98px){:root{--rail:0px!important;--header:68px!important}.container,.deck-ready .footer .container{width:min(100% - clamp(28px,6vw,52px),900px)!important;padding-left:0!important;padding-right:0!important}.nav{display:grid!important;grid-template-columns:minmax(0,1fr) 38px 38px 38px!important;align-items:center!important;min-height:var(--header)!important;gap:8px!important}.a11y-toggle,.menu-toggle,.theme-toggle{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:0!important;flex:0 0 38px!important}.theme-toggle{order:2!important;margin-left:0!important}.menu-toggle{order:3!important}.a11y-toggle{order:4!important;margin-left:0!important}.theme-toggle .theme-label{display:none!important}.menu-toggle{background-size:26px 26px!important}.nav-links{position:fixed!important;left:0!important;right:0!important;top:var(--header)!important;z-index:95!important;display:none!important;max-height:calc(100dvh - var(--header))!important;overflow-y:auto!important;padding:12px clamp(18px,6vw,38px) 18px!important;background:rgba(13,13,12,.98)!important;border-top:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;box-shadow:0 22px 70px rgba(0,0,0,.3)!important}:root[data-theme=light] .nav-links{background:rgba(255,250,242,.98)!important}.nav-links.open{display:flex!important}.nav-links a{width:100%!important;min-height:44px!important;display:flex!important;align-items:center!important;padding:12px 0!important;border-bottom:1px solid var(--line)!important;font-size:12px!important;letter-spacing:.12em!important}.deck-page main>.section,.section{padding-top:clamp(58px,9vw,76px)!important;padding-bottom:clamp(58px,9vw,76px)!important}.split{grid-template-columns:1fr!important;gap:clamp(22px,6vw,40px)!important}.display{font-size:clamp(46px, 12vw, 86px)!important;line-height:.92!important;margin-bottom:18px!important}.visual{width:min(100%,620px)!important;margin-left:auto!important;margin-right:auto!important}.visual{min-height:clamp(280px,54vw,440px)!important;max-height:none!important;border-radius:24px!important}.card,.stat,.wide-quote{padding:clamp(20px,5vw,28px)!important;border-radius:20px!important}.wide-quote p{font-size:clamp(30px, 8vw, 54px)!important;line-height:1.04!important}.article{grid-template-columns:1fr!important;gap:12px!important}.footer{padding-top:36px!important}.footer-signup{grid-template-columns:1fr!important}}@media (max-width:680px){:root{--header:64px!important}.nav{position:relative!important;display:flex!important;grid-template-columns:none!important}.a11y-toggle,.theme-toggle{display:none!important}.menu-toggle{order:2!important;position:fixed!important;right:14px!important;top:11px!important;transform:none!important;z-index:160!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;flex-basis:42px!important;display:block!important;border:1px solid rgba(246,239,228,.2)!important;border-radius:999px!important;background-color:rgba(255,255,255,.04)!important;background-image:none!important;background-position:center!important;background-size:30px 30px!important}.container,.deck-ready .footer .container{width:min(100% - 28px,640px)!important}.display{font-size:clamp(44px, 14vw, 68px)!important}.btn{width:100%!important;justify-content:center!important;text-align:center!important;min-height:46px!important}.visual{min-height:260px!important}.a11y-panel{width:min(100vw,360px)!important}.cookie-popup{padding:12px!important;align-items:end!important;overflow-y:auto!important;overflow-x:hidden!important}.cookie-popup__panel{width:100%!important;max-width:520px!important;gap:12px!important;padding:16px!important;border-radius:18px!important;background:#fffaf2!important}.cookie-popup__eyebrow{font-size:10px!important;letter-spacing:.14em!important}.cookie-popup h2{font-size:clamp(24px, 8vw, 30px)!important}.cookie-popup p{font-size:13px!important;line-height:1.45!important}.cookie-popup__actions{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important;align-items:center!important}.cookie-popup__accept,.cookie-popup__link{min-height:42px!important;padding:0 14px!important;font-size:11px!important}}@media (min-width:681px) and (max-width:991.98px){.cookie-popup__panel{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}}@media (max-width:380px){.container,.deck-ready .footer .container{width:min(100% - 22px,360px)!important}.a11y-toggle,.menu-toggle,.theme-toggle{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;flex-basis:36px!important}.display{font-size:clamp(40px, 15vw, 56px)!important}}@media (max-width:991.98px){.nav{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) 38px 42px 38px!important;align-items:center!important;gap:8px!important}.a11y-toggle,.menu-toggle,.theme-toggle{position:static!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;z-index:auto!important}.theme-toggle{order:2!important}.menu-toggle{order:3!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;flex-basis:42px!important;color:var(--paper)!important;background-image:none!important;background-color:transparent!important}:root[data-theme=light] .menu-toggle{color:var(--paper)!important;background-image:none!important}.a11y-toggle{order:4!important}}@media (max-width:680px){.nav{grid-template-columns:minmax(0,1fr) 34px 38px 34px!important;gap:6px!important}.a11y-toggle,.theme-toggle{display:inline-flex!important;width:36px!important;height:36px!important;min-width:34px!important;min-height:34px!important;flex-basis:34px!important}.menu-toggle{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;flex-basis:38px!important}.menu-toggle::before{width:22px!important;height:3px!important;box-shadow:0 -8px 0 currentColor,0 8px 0 currentColor!important}.cookie-popup__panel{max-width:420px!important}.cookie-popup__actions{grid-template-columns:1fr!important}}@media (max-width:991.98px){.nav{grid-template-columns:minmax(0,1fr) 42px!important}.nav-menu-controls{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:0 0 12px!important;margin:0 0 6px!important;border-bottom:1px solid var(--line)!important}.nav-menu-controls .a11y-toggle,.nav-menu-controls .theme-toggle{position:static!important;order:initial!important;display:inline-flex!important;width:100%!important;height:42px!important;min-width:0!important;min-height:42px!important;flex:initial!important;flex-basis:auto!important;margin:0!important;padding:9px 12px!important;transform:none!important;gap:8px!important;border-color:var(--line)!important;background:rgba(255,255,255,.06)!important;color:var(--paper)!important;z-index:auto!important}:root[data-theme=light] .nav-menu-controls .a11y-toggle,:root[data-theme=light] .nav-menu-controls .theme-toggle{background:rgba(23,19,15,.06)!important;color:var(--paper)!important;border-color:rgba(23,19,15,.16)!important}.nav-menu-controls .theme-toggle .theme-label{display:inline!important}.nav-menu-controls .a11y-toggle::after{content:"Accessibility";display:inline!important;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}}@media (max-width:680px){.nav-menu-controls{grid-template-columns:1fr!important}.nav-menu-controls .a11y-toggle,.nav-menu-controls .theme-toggle{justify-content:flex-start!important}}@media (min-width:992px) and (max-width:1199.98px){.deck-ready,body.deck-ready{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;overscroll-behavior:none!important}.deck-ready main{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;position:relative!important}.deck-ready main>.section,.deck-ready>.footer{position:fixed!important;left:var(--rail)!important;right:0!important;top:0!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;display:grid!important;align-items:center!important;margin-left:0!important;overflow:hidden!important;opacity:1!important;visibility:visible!important;pointer-events:none!important;transform:translateY(100%)!important;transition:transform .78s cubic-bezier(.78,0,.18,1),opacity .28s ease!important;will-change:transform!important}.deck-ready main>.section.is-active,.deck-ready>.footer.is-active{transform:translateY(0)!important;pointer-events:auto!important;z-index:5!important}.deck-ready main>.section.is-before,.deck-ready>.footer.is-before{transform:translateY(-100%)!important;z-index:3!important}.deck-ready main>.section.is-after,.deck-ready>.footer.is-after{transform:translateY(100%)!important;z-index:2!important}.deck-page .wheel-hint{display:grid!important}.deck-ready .container,.deck-ready .footer .container{width:min(100% - 34px,1040px)!important}.deck-ready main>.section{padding-top:calc(var(--header) + 16px)!important;padding-bottom:22px!important}.deck-ready .split{gap:clamp(18px,2.2vw,28px)!important}.deck-ready .split{grid-template-columns:minmax(0,1fr) minmax(260px,.86fr)!important}.deck-ready .display{font-size:clamp(42px, 6.2vw, 72px)!important;line-height:.9!important;margin-bottom:12px!important}.deck-ready .article p,.deck-ready .card p{font-size:clamp(12px, 1.18vw, 14px)!important;line-height:1.42!important}.deck-ready .eyebrow{font-size:9px!important;margin-bottom:8px!important}.deck-ready .btn{min-height:38px!important;padding:9px 13px!important;font-size:9px!important}.deck-ready .article,.deck-ready .card,.deck-ready .stat,.deck-ready .wide-quote{padding:clamp(16px,2vw,22px)!important}.deck-ready .visual{min-height:0!important;height:min(50vh,380px)!important;max-height:min(50vh,380px)!important}.deck-ready .footer{padding-top:22px!important;padding-bottom:22px!important}}@media (min-width:992px) and (max-width:1060px){.deck-ready .split{grid-template-columns:minmax(0,1fr) minmax(230px,.68fr)!important;gap:18px!important}.deck-ready .visual{height:min(43vh,310px)!important;max-height:min(43vh,310px)!important}.deck-ready .display{font-size:clamp(38px, 5.6vw, 58px)!important}}@media (min-width:992px) and (max-width:1300px){:root{--rail:clamp(62px, 5.8vw, 76px)!important;--header:clamp(68px, 6.2vw, 82px)!important}.deck-ready,body,body.deck-ready,html{width:100%!important;max-width:100%!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;overscroll-behavior:none!important}.percent{display:block!important;left:clamp(18px,1.7vw,22px)!important;top:clamp(18px,1.7vw,22px)!important;font-size:10px!important}.deck-ready main,.footer,main{margin-left:var(--rail)!important;width:calc(100% - var(--rail))!important;height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;position:relative!important}.deck-ready main>.section,.deck-ready>.footer{position:fixed!important;left:var(--rail)!important;right:0!important;top:0!important;width:auto!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;display:grid!important;align-items:center!important;margin-left:0!important;padding-top:calc(var(--header) + clamp(14px,1.8vw,24px))!important;padding-bottom:clamp(20px,2.5vw,34px)!important;overflow:hidden!important}.deck-ready main>.section.is-active,.deck-ready>.footer.is-active{transform:translateY(0)!important;pointer-events:auto!important;z-index:5!important}.deck-ready main>.section.is-before,.deck-ready>.footer.is-before{transform:translateY(-100%)!important}.deck-ready main>.section.is-after,.deck-ready>.footer.is-after{transform:translateY(100%)!important}.container,.deck-ready .container,.deck-ready .footer .container{width:min(calc(100% - clamp(34px,3.5vw,46px)),1120px)!important;padding-left:clamp(10px,1.6vw,22px)!important;padding-right:clamp(10px,1.6vw,22px)!important}.nav{min-height:var(--header)!important;gap:clamp(12px,1.35vw,18px)!important}.menu-toggle{display:none!important}.nav-links{position:static!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:clamp(12px,1.35vw,18px)!important;padding:0!important;background:0 0!important;font-size:clamp(9px, .78vw, 10px)!important;letter-spacing:.1em!important}.deck-page .wheel-hint{display:grid!important;width:clamp(38px,3.2vw,42px)!important;height:clamp(38px,3.2vw,42px)!important;right:clamp(18px,1.7vw,22px)!important;bottom:clamp(18px,1.7vw,22px)!important}.deck-ready .split,.split{grid-template-columns:.92fr 1.08fr!important;gap:clamp(24px,3.8vw,54px)!important;align-items:center!important}.deck-ready .display,.display{font-size:clamp(42px, 7vw, 96px)!important;line-height:.86!important;margin-bottom:clamp(12px,1.55vw,20px)!important}.deck-ready .eyebrow,.eyebrow{font-size:clamp(9px, .8vw, 10px)!important;margin-bottom:clamp(8px,.95vw,12px)!important}.btn,.deck-ready .btn{min-height:clamp(38px,3.4vw,44px)!important;padding:clamp(9px,.95vw,12px) clamp(13px,1.4vw,18px)!important;font-size:clamp(9px, .78vw, 10px)!important}.deck-ready .visual,.visual{min-height:0!important;height:clamp(300px,34vw,440px)!important;max-height:none!important;border-radius:clamp(26px,2.3vw,30px)!important;overflow:hidden!important}.deck-ready .visual:after,.visual:after{inset:clamp(14px,1.3vw,17px)!important;border-radius:clamp(18px,1.7vw,22px)!important}.card,.deck-ready .card,.deck-ready .stat,.stat{padding:clamp(16px,1.7vw,22px)!important;border-radius:clamp(20px,1.8vw,23px)!important}.deck-ready .wide-quote,.wide-quote{padding:clamp(30px,3.1vw,40px)!important;border-radius:clamp(28px,2.5vw,32px)!important}.deck-ready .wide-quote p,.wide-quote p{font-size:clamp(28px, 4.5vw, 58px)!important}}@media (min-width:992px) and (max-width:1060px){.container,.deck-ready .container,.deck-ready .footer .container{width:min(calc(100% - 30px),980px)!important}.deck-ready .split,.split{gap:18px!important}}@media (min-width:681px) and (max-width:991.98px){.visual{aspect-ratio:4/3!important;min-height:0!important;height:auto!important}}@media (max-width:680px){.visual{aspect-ratio:4/3!important;min-height:0!important;height:auto!important}}@media (min-width:992px) and (max-width:1300px){.deck-ready main>.section,.deck-ready>.footer{--responsive-band:550px;--responsive-pad:calc((100dvh - var(--responsive-band)) / 2);padding-top:max(calc(var(--header) + 12px),var(--responsive-pad))!important;padding-bottom:max(18px,var(--responsive-pad))!important;overflow-y:auto!important;align-items:center!important}.deck-ready .split{max-height:min(550px,calc(100dvh - var(--header) - 34px))!important;align-items:center!important}.deck-ready .visual{height:min(390px,31vw,calc(100dvh - var(--header) - 96px))!important}.deck-ready .display{font-size:clamp(42px, 6.2vw, 82px)!important}}@media (min-width:992px) and (max-width:1300px) and (max-height:700px){.deck-ready main>.section,.deck-ready>.footer{padding-top:calc(var(--header) + 8px)!important;padding-bottom:14px!important}.deck-ready .split{max-height:calc(100dvh - var(--header) - 22px)!important;gap:clamp(16px,2vw,24px)!important}.deck-ready .visual{height:min(340px,calc(100dvh - var(--header) - 68px))!important}.deck-ready .display{font-size:clamp(38px, 5.7vw, 68px)!important}}@media (max-width:991.98px){.visual{width:min(100%,430px)!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:2/3!important;margin-left:auto!important;margin-right:auto!important;overflow:hidden!important}}@media (min-width:681px) and (max-width:991.98px){.visual{width:min(58vw,440px)!important}}@media (max-width:520px){.visual{width:100%!important}}@media (min-width:992px){.visual{aspect-ratio:2/3!important}}@media (max-width:991.98px){.a11y-panel:not(.open){display:none!important}.a11y-panel.open{display:block!important}}.section,main{overflow-x:hidden!important}.language-switcher{display:inline-flex;align-items:center;min-height:44px;padding:0;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.04);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);backdrop-filter:blur(14px);flex:0 0 auto;position:relative;overflow:visible;transition:border-color .24s ease,background-color .24s ease,box-shadow .24s ease}.language-switcher:hover{border-color:rgba(201,150,74,.5);background:rgba(201,150,74,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 28px rgba(0,0,0,.16)}.language-switcher::after{content:"";position:absolute;right:17px;top:50%;width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;color:var(--gold);transform:translateY(-62%) rotate(45deg);pointer-events:none;opacity:.92}.language-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;min-width:126px;min-height:42px;padding:10px 38px 10px 18px;border:0;border-radius:999px;background:0 0;color:var(--paper);font:inherit;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;line-height:1;transition:color .24s ease}.language-select:hover{color:var(--gold2)}.language-select option{color:#17130f;background:#fffaf2}.language-select:focus{outline:0;box-shadow:none}.language-select:focus-visible{outline:0}.language-switcher--floating{position:fixed;top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));z-index:10000;background:rgba(13,13,12,.78)}:root[data-theme=light] .language-switcher{background:rgba(255,255,255,.48);border-color:var(--line);box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}:root[data-theme=light] .language-switcher:hover{border-color:rgba(169,112,36,.46);background:rgba(169,112,36,.07)}:root[data-theme=light] .language-switcher::after{color:var(--gold)}:root[data-theme=light] .language-switcher--floating{background:rgba(255,250,242,.88)}:root[data-theme=light] .language-select{color:var(--paper);background:0 0}@media (max-width:991.98px){.nav-links .language-switcher{width:100%;margin-bottom:10px;background:rgba(255,255,255,.035);border-radius:16px}.nav-links .language-select{width:100%;min-height:46px;flex:1 1 auto;padding-left:16px}:root[data-theme=light] .nav-links .language-switcher{background:rgba(255,255,255,.52)}.nav-links .language-switcher::after{right:24px}}@media (min-width:992px) and (max-width:1180px){.language-select{min-width:112px;font-size:11px;padding-left:15px;padding-right:34px}}@media (max-width:420px){.language-switcher--floating{right:12px}.nav-links .language-switcher{border-radius:14px}}@media (min-width:1181px){.theme-toggle{min-width:128px!important;min-height:44px!important;height:44px!important;padding:10px 18px!important}}@media (min-width:992px) and (max-width:1180px){.theme-toggle{min-width:114px!important;min-height:44px!important;height:44px!important;padding:10px 15px!important}}@media (max-width:991.98px){.nav-menu-controls .a11y-toggle,.nav-menu-controls .theme-toggle{height:48px!important;min-height:48px!important;padding:10px 16px!important}}@media (max-width:991.98px){:root{--rail:0px!important}.deck-ready,body,body.deck-page,body.deck-ready,html{height:auto!important;min-height:100%!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior-y:auto!important;-webkit-overflow-scrolling:touch!important}.deck-page .wheel-hint,.percent{display:none!important}.deck-page main,.deck-ready main,.footer,main{margin-left:0!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;position:relative!important}.deck-ready main>.section,.deck-ready>.footer{position:relative!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;width:100%!important;height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}}@media (min-width:992px) and (max-width:1300px){:root{--rail:clamp(62px, 5.8vw, 76px)!important}.percent{display:block!important;left:clamp(18px,1.7vw,22px)!important;top:clamp(18px,1.7vw,22px)!important;font-size:10px!important}.deck-page main,.deck-ready main,.footer,main{margin-left:var(--rail)!important;width:calc(100% - var(--rail))!important}}body.normal-scroll-page,body.normal-scroll-page.deck-ready{height:auto!important;min-height:100%!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior-y:auto!important}body.normal-scroll-page main,body.normal-scroll-page.deck-ready main{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;position:relative!important}body.normal-scroll-page main>.section,body.normal-scroll-page.deck-ready main>.section,body.normal-scroll-page.deck-ready>.footer{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}@media (min-width:992px) and (max-width:1300px){html:has(body.normal-scroll-page),html:has(body.normal-scroll-page.deck-ready){height:auto!important;min-height:100dvh!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior-y:auto!important}body.normal-scroll-page,body.normal-scroll-page.deck-ready{height:auto!important;min-height:100dvh!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior-y:auto!important}body.normal-scroll-page main,body.normal-scroll-page.deck-ready main{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;position:relative!important}.sitemap-card,.sitemap-page{height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important}}.footer{padding:clamp(34px,4.2vw,54px) 0 clamp(22px,3vw,34px)!important}.footer{padding-bottom:max(36px,calc(env(safe-area-inset-bottom) + 28px))!important}@media (min-width:992px){.deck-ready>.footer{align-items:start!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:max(42px,calc(env(safe-area-inset-bottom) + 34px))!important;scrollbar-gutter:stable both-edges}}@media (min-width:992px) and (max-height:760px){.deck-ready>.footer{padding-top:calc(var(--header) + 8px)!important;padding-bottom:max(34px,calc(env(safe-area-inset-bottom) + 26px))!important}.deck-ready .footer-signup button,.deck-ready .footer-signup input{height:40px!important}}@media (max-width:680px){.footer{padding:34px 0 max(30px,calc(env(safe-area-inset-bottom) + 24px))!important}}.hero .reveal,.hero.reveal,main>.section:first-child .reveal,.journal-shell.reveal,.blog-article.reveal{opacity:1!important;transform:none!important;transition:none!important}@media (min-width:992px){.site-header,.side-rail,.theme-toggle,.mini-stack span,.deck-page .wheel-hint{backdrop-filter:none!important}.hero:before{animation:none!important}}