@view-transition{navigation:auto}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}:root{--ease-spring:cubic-bezier(.2,.9,.3,1.15);--ease-out:cubic-bezier(.2,.8,.2,1);--sp:clamp(56px,8vw,120px);--rad:20px;--maxw:1220px;--serif:"Fraunces Variable",Georgia,"Times New Roman",serif;--sans:"Hanken Grotesk Variable",system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-wrap:pretty;accent-color:var(--gold);margin:0;overflow-x:clip}section[id]{scroll-margin-top:96px}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--serif);text-wrap:balance;letter-spacing:-.015em;font-variation-settings:"opsz" 144,"SOFT" 0,"WONK" 0;margin:0;font-weight:540}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 clamp(20px,5vw,60px)}.skip{position:absolute;left:-999px}.skip:focus{z-index:300;background:#fff;border-radius:8px;padding:10px 16px;top:14px;left:14px}.section{padding:var(--sp) 0;position:relative}.section.alt{background:var(--paper2)}.section.dark{background:var(--navy);color:#ede6d8}.eyebrow{font:600 12.5px/1 var(--sans);letter-spacing:.22em;text-transform:uppercase;color:var(--goldText);align-items:center;gap:10px;margin:0 0 18px;display:inline-flex}.eyebrow:before{content:"";background:var(--gold);width:26px;height:1px;display:inline-block}.eyebrow.center{justify-content:center}.dark .eyebrow{color:var(--goldLite)}.dark .eyebrow:before{background:var(--goldLite)}.h2{color:var(--ink);font-size:clamp(30px,4.6vw,52px);line-height:1.06}.dark .h2{color:#fbf6ec}.h2.center{text-align:center}.lead{font:400 clamp(17px,1.55vw,20px)/1.6 var(--sans);color:var(--muted);max-width:60ch;margin:18px 0 0}.dark .lead{color:#c9c0ae}.lead.center{text-align:center;margin-left:auto;margin-right:auto}.gold-word{background:linear-gradient(96deg,var(--goldDeep),var(--gold) 40%,var(--goldLite));-webkit-text-fill-color:transparent;font-variation-settings:"opsz" 144,"SOFT" 4,"WONK" 1;background-clip:text;font-style:italic}.btn,.btn-ghost,.btn-gold,.btn-gold-solid{font:600 15px var(--sans);letter-spacing:.01em;cursor:pointer;transition:transform .25s var(--ease-spring),background .2s,color .2s,border-color .2s,box-shadow .3s;white-space:nowrap;border:1.5px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:13px 26px;text-decoration:none;display:inline-flex}.btn{background:var(--navy);color:#fbf6ec;box-shadow:0 14px 28px -16px #1c3a54b3}.btn:hover{background:var(--navyDeep);transform:translateY(-2px);box-shadow:0 20px 34px -16px #1c3a54cc}.btn-ghost{border-color:var(--ink);color:var(--ink);background:0 0}.btn-ghost:hover{background:var(--ink);color:var(--paper);transform:translateY(-2px)}.dark .btn-ghost{color:#fbf6ec;border-color:#ffffff73}.dark .btn-ghost:hover{color:var(--navy);background:#fbf6ec}.btn-gold{border-color:var(--gold);color:var(--goldText);background:0 0}.btn-gold:hover{background:var(--gold);color:#fff;transform:translateY(-2px)}.dark .btn-gold{color:var(--goldLite);border-color:var(--goldLite)}.dark .btn-gold:hover{background:var(--goldLite);color:var(--navy)}.btn-gold-solid{background:var(--gold);color:#fff}.btn-gold-solid:hover{background:var(--goldDeep);transform:translateY(-2px)}.btn-lg{min-height:56px;padding:16px 32px;font-size:16px}.btn-sm{min-height:44px;padding:10px 20px;font-size:14px}.btn-block{width:100%}#hdr{z-index:60;background:color-mix(in srgb,var(--paper) 82%,transparent);-webkit-backdrop-filter:blur(16px)saturate(1.2);border-bottom:1px solid #0000;transition:border-color .3s,box-shadow .3s,background .3s;position:sticky;top:0}#hdr.scrolled{border-bottom-color:var(--line);box-shadow:0 10px 30px -24px #1c3a5480}.hdr-inner{justify-content:space-between;align-items:center;gap:26px;height:72px;display:flex}.brand{flex:none;align-items:center;line-height:1;display:flex}.brand-logo{width:auto;height:clamp(34px,3.6vw,42px)}.brand-name{font:560 24px var(--serif);color:var(--navy)}.nav{gap:clamp(16px,2vw,30px);margin-left:auto;display:flex}.nav a{font:500 14.5px var(--sans);color:var(--ink);padding:4px 0;text-decoration:none;position:relative}.nav a:after{content:"";background:var(--gold);width:0;height:1.5px;transition:width .3s var(--ease-out);position:absolute;bottom:-2px;left:0}.nav a:hover:after{width:100%}.hdr-right{align-items:center;gap:14px;display:flex}.hdr-call{font:600 14.5px var(--sans);color:var(--ink);white-space:nowrap;text-decoration:none}.hdr-call:hover{color:var(--goldText)}.cta-mini{display:none}.menu-btn{cursor:pointer;color:var(--navy);background:0 0;border:none;padding:4px;display:none}.mobile-menu{background:var(--paper);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);flex-direction:column;padding:8px 0 12px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 26px 44px -16px #1c3a5473}.mobile-menu.open{display:flex}.mobile-menu a{font:540 18px var(--serif);color:var(--ink);border-top:1px solid var(--line);padding:15px clamp(20px,6vw,60px);text-decoration:none}.mobile-menu a:first-child{border-top:none}.mobile-menu .mm-call{color:var(--goldText)}.promo{background:var(--navy);color:#ede6d8;font:500 13px var(--sans)}.promo-in{text-align:center;justify-content:center;align-items:center;gap:10px;height:38px;display:flex}.promo-dot{background:var(--goldLite);border-radius:50%;flex:none;width:6px;height:6px;animation:2.6s infinite pulse;box-shadow:0 0 #e2c68499}@keyframes pulse{0%{box-shadow:0 0 #e2c68480}70%{box-shadow:0 0 0 7px #e2c68400}to{box-shadow:0 0 #e2c68400}}.promo-full{white-space:nowrap;text-overflow:ellipsis;display:inline;overflow:hidden}.promo-mini{display:none}footer{background:var(--navy);color:#c9c0ae;padding:clamp(48px,6vw,80px) 0 28px;position:relative}.newsletter{border-bottom:1px solid #ffffff1f;grid-template-columns:1fr auto;align-items:center;gap:24px 40px;margin-bottom:40px;padding-bottom:40px;display:grid}.newsletter h3{color:#fbf6ec;font-size:clamp(22px,2.4vw,30px)}.newsletter p{font:400 15px/1.55 var(--sans);color:#c9c0ae;max-width:46ch;margin:8px 0 0}.news-form{gap:10px;display:flex}.news-form input{color:#fff;min-width:min(280px,62vw);height:50px;font:400 15px var(--sans);background:#ffffff0f;border:1px solid #ffffff40;border-radius:999px;padding:0 20px}.news-form input::placeholder{color:#ede6d899}.news-form input:focus{outline:2px solid var(--goldLite);outline-offset:1px}.news-done{color:var(--goldLite);font:600 15px var(--sans);grid-column:1/-1;margin:0}.foot-grid{grid-template-columns:1.7fr 1fr 1fr;gap:36px;display:grid}.foot-logo{width:auto;height:34px}.foot-brand{font:560 26px var(--serif);color:#fff}.foot-tag{font:500 11px var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--goldLite);margin:14px 0 16px}.foot-nap{font:400 15px/1.8 var(--sans);color:#c9c0ae;margin:0 0 16px}.foot-nap a{color:#fff;text-decoration:none}.foot-social{gap:18px;display:flex}.foot-social a{font:600 13px var(--sans);color:var(--goldLite);text-decoration:none}footer h4{font:600 12px var(--sans);letter-spacing:.12em;text-transform:uppercase;color:#fff;margin:0 0 16px}.foot-links{flex-direction:column;gap:11px;display:flex}.foot-links a{font:400 15px var(--sans);color:#c9c0ae;text-decoration:none}.foot-links a:hover{color:#fff}.foot-seals{flex-direction:column;gap:9px;display:flex}.foot-seals span{font:500 13px var(--sans);color:#c9c0ae;padding-left:18px;position:relative}.foot-seals span:before{content:"";background:var(--goldLite);border-radius:50%;width:7px;height:7px;position:absolute;top:7px;left:0}.foot-bottom{font:400 13px var(--sans);color:#c9c0aeb3;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:14px;margin-top:40px;padding-top:22px;display:flex}.mbar{z-index:70;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--navy) 94%,transparent);backdrop-filter:blur(12px);border-top:1px solid #ffffff1f;gap:10px;display:none;position:fixed;bottom:0;left:0;right:0}.mbar .mb{flex:1;min-height:46px;padding:11px 10px}.mbar .btn-ghost{color:#fff;border-color:#ffffff73}.grain{z-index:1;pointer-events:none;opacity:.035;mix-blend-mode:multiply;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.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}@media (width<=980px){.nav,.hdr-call{display:none}.menu-btn{display:flex}.newsletter{grid-template-columns:1fr}.foot-grid{grid-template-columns:1fr 1fr;gap:28px}}@media (width<=600px){.section{padding:clamp(44px,12vw,64px) 0}.mbar{display:flex}body{padding-bottom:74px}.hdr-inner{height:62px}#hdr .btn-sm{min-height:38px;padding:9px 15px;font-size:13px}.cta-full{display:none}.cta-mini{display:inline}.promo-full{display:none}.promo-mini{display:inline}.promo-in{height:34px;font-size:12px}.foot-grid{grid-template-columns:1fr}.foot-bottom{flex-direction:column;gap:6px}.news-form{flex-direction:column}.news-form input{width:100%;min-width:0}}@media (prefers-reduced-motion:reduce){*{animation:none!important}html{scroll-behavior:auto}.promo-dot{animation:none}}
