:root{--bg:#f7f4ef;--surface:#fff;--tint:#f0eadf;--ink:#17120d;--muted:#776c5e;--line:#e7dfd2;--line-2:#efe8dc;--red:#d4552b;--red-dark:#b03f18;--char:#1c1610;--char-2:#251d15;--cream:#f6efe2;--ember:#f0a33d;--ok:#3f7a4d;--display:"Fraunces",Georgia,"Times New Roman",serif;--sans:"Manrope",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;--shell:min(1200px,calc(100vw - 40px));--r-sm:10px;--r-md:16px;--r-lg:22px;--sh-1:0 1px 2px #17120d0a,0 4px 14px -8px #17120d2e;--sh-2:0 10px 24px -14px #17120d38,0 32px 60px -40px #17120d4d}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;font-weight:400;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit;color:inherit}::selection{background:var(--red);color:#fff}:focus-visible{outline:2.5px solid var(--red);outline-offset:3px;border-radius:4px}h1,h2,h3{font-family:var(--display);letter-spacing:-.02em;text-wrap:balance;margin:0;font-weight:600;line-height:1.04}p{margin:0}.shell{width:var(--shell);margin-inline:auto}.kicker{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--red);align-items:center;gap:9px;margin:0 0 18px;font-size:12.5px;font-weight:700;display:inline-flex}.kicker:before{content:"";background:var(--red);border-radius:2px;width:22px;height:2px}.kicker--light{color:var(--ember)}.kicker--light:before{background:var(--ember)}.btn{font-family:var(--sans);border-radius:var(--r-sm);cursor:pointer;border:1.5px solid #0000;justify-content:center;align-items:center;gap:10px;padding:14px 24px;font-size:15px;font-weight:700;transition:transform .18s,background .2s,color .2s,border-color .2s;display:inline-flex}.btn svg{transition:transform .2s}.btn--fill{background:var(--red);color:#fff}.btn--fill:hover{background:var(--red-dark);transform:translateY(-2px)}.btn--fill:hover svg{transform:translate(3px)}.btn--line{border-color:var(--ink);color:var(--ink)}.btn--line:hover{background:var(--ink);color:var(--bg);transform:translateY(-2px)}.btn--light{color:var(--cream);border-color:#f6efe280}.btn--light:hover{background:var(--cream);color:var(--char);border-color:var(--cream)}.textlink{color:var(--red);border-bottom:2px solid #0000;align-items:center;gap:8px;padding-bottom:2px;font-weight:700;transition:border-color .2s,gap .2s;display:inline-flex}.textlink:hover{border-color:var(--red);gap:12px}.reveal,.reveal.is-in{opacity:1;transform:none}@keyframes reveal-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:no-preference){.reveal{animation:.55s cubic-bezier(.2,.7,.2,1) both reveal-rise}}.section{padding:clamp(64px,9vw,120px) 0}.section--tint{background:var(--tint)}.section--dark{background:var(--char);color:var(--cream)}.site-header{z-index:70;-webkit-backdrop-filter:saturate(140%)blur(14px);backdrop-filter:saturate(140%)blur(14px);border-bottom:1px solid var(--line);background:#f7f4efeb;transition:border-color .3s,background .3s;position:sticky;top:0}.site-header.is-scrolled{border-bottom-color:var(--line);background:#f7f4efeb}.site-header__inner{justify-content:space-between;align-items:center;gap:24px;height:72px;display:flex}.brand-logo{flex:none;align-items:baseline;gap:9px;display:flex}.brand-logo strong{font-family:var(--display);letter-spacing:-.02em;font-size:23px;font-weight:600}.brand-logo strong i{color:var(--red);font-style:italic}.brand-logo small{font-family:var(--sans);letter-spacing:.22em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:700}.brand-logo__img{width:auto;height:40px;display:block}.footer .brand-logo__img{height:48px}.brand-logo--compact strong{font-size:clamp(30px,6vw,48px)}.brand-logo--compact small{display:none}.nav{gap:34px;display:flex}.nav a{color:var(--ink);opacity:.82;padding:6px 0;font-size:15px;font-weight:600;transition:opacity .2s;position:relative}.nav a:after{content:"";background:var(--red);transform-origin:0;border-radius:2px;height:2px;transition:transform .28s cubic-bezier(.2,.7,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.nav a:hover{opacity:1}.nav a:hover:after{transform:scaleX(1)}.site-header__cta{background:var(--ink);color:var(--bg);border-radius:var(--r-sm);align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.site-header__cta:hover{background:var(--red);transform:translateY(-1px)}.menu-toggle{cursor:pointer;color:var(--ink);background:0 0;border:none;margin:-8px;padding:8px;display:none}.drawer{display:none}@media (max-width:840px){.nav,.site-header__cta{display:none}.menu-toggle{display:inline-flex}.drawer{background:var(--char);max-height:0;transition:max-height .4s cubic-bezier(.2,.7,.2,1);display:block;overflow:hidden}.drawer.is-open{max-height:70vh}.drawer nav{flex-direction:column;padding:6px 20px 22px;display:flex}.drawer a{color:var(--cream);font-family:var(--display);border-bottom:1px solid #f6efe21f;justify-content:space-between;align-items:center;padding:17px 0;font-size:22px;display:flex}.drawer a svg{color:var(--ember)}}.hero{background:var(--char);border-bottom:4px solid var(--red);align-items:flex-end;min-height:min(680px,82vh);display:flex;position:relative;overflow:hidden}.hero__media{position:absolute;inset:0}.hero__media img{object-fit:cover;width:100%;height:100%}.hero__scrim{background:linear-gradient(#120d0847 0%,#120d0800 24% 50%,#120d0857 72%,#120d08b3 100%);position:absolute;inset:0}.hero__inner{width:var(--shell);color:var(--cream);text-shadow:0 2px 24px #00000073;margin-inline:auto;padding:0 0 clamp(40px,6vw,72px);position:relative}.hero .kicker{color:#fff}.hero .kicker:before{background:var(--red);width:30px;height:3px}.hero h1{letter-spacing:-.03em;color:#fff;max-width:15ch;font-size:clamp(44px,7.6vw,92px);font-weight:600}.hero h1 em{color:var(--ember);font-style:italic}.hero__lead{color:#f6efe2e6;max-width:52ch;margin:22px 0 0;font-size:clamp(16px,1.7vw,19px);line-height:1.55}.hero__actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.hero__actions .btn--line{color:var(--cream);border-color:#f6efe28c}.hero__actions .btn--line:hover{background:var(--cream);color:var(--char)}.hero__meta{border-top:1px solid #f6efe22e;flex-wrap:wrap;gap:26px;margin-top:34px;padding-top:26px;display:flex}.hero__meta div{flex-direction:column;gap:2px;display:flex}.hero__meta b{font-family:var(--display);color:#fff;align-items:baseline;gap:5px;font-size:22px;line-height:1;display:inline-flex}.hero__meta b i{color:var(--ember);font-size:15px;font-style:normal}.hero__meta span{color:#f6efe2b8;font-size:13px}@media (max-width:640px){.hero{min-height:74vh}.hero__meta{gap:18px}}.ticker{background:var(--ink);color:var(--cream);border-bottom:1px solid var(--char-2);overflow:hidden}.ticker__row{width:max-content;animation:34s linear infinite ticker;display:flex}.ticker__row span{font-family:var(--display);white-space:nowrap;align-items:center;gap:26px;padding:15px 26px;font-size:17px;font-style:italic;display:inline-flex}.ticker__row span:after{content:"◆";color:var(--red);font-size:8px;font-style:normal}@keyframes ticker{to{transform:translate(-50%)}}.about__grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(36px,5vw,72px);display:grid}.about__media{border-radius:var(--r-lg);box-shadow:var(--sh-2);aspect-ratio:4/4.7;position:relative;overflow:hidden}.about__media img{object-fit:cover;width:100%;height:100%}.about h2{max-width:16ch;margin:0 0 24px;font-size:clamp(32px,4.6vw,54px)}.about h2 em{color:var(--red);font-style:italic}.about__body p{color:var(--muted);max-width:56ch;margin:0 0 18px;font-size:17px}.about__body p.lead{color:var(--ink);font-size:19px}.about__body .textlink{margin-top:10px}@media (max-width:840px){.about__grid{grid-template-columns:1fr;gap:32px}.about__media{aspect-ratio:4/3.2;order:-1}}.timeline__head{max-width:60ch;margin-bottom:clamp(36px,5vw,56px)}.timeline__head h2{font-size:clamp(30px,4.4vw,50px)}.timeline__head p{color:var(--muted);margin-top:14px;font-size:17px}.tsteps{grid-template-columns:repeat(4,1fr);gap:22px;display:grid;position:relative}.tstep{padding-top:30px;position:relative}.tstep:before{content:"";background:var(--line);height:2px;position:absolute;top:11px;left:0;right:0}.tstep:after{content:"";background:var(--surface);border:3px solid var(--red);border-radius:50%;width:14px;height:14px;position:absolute;top:5px;left:0}.tstep:first-child:before{left:7px}.tstep:last-child:before{width:calc(100% - 7px);left:auto;right:calc(100% - 7px)}.tstep h3{margin:0 0 3px;font-size:23px}.tstep .yr{font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:12px;font-size:12px;font-weight:700;display:block}.tstep .meta{color:var(--muted);margin-bottom:8px;font-size:13px;font-weight:600}.tstep p{color:var(--muted);margin:0;font-size:14.5px}@media (max-width:840px){.tsteps{grid-template-columns:1fr 1fr;gap:30px 20px}}@media (max-width:480px){.tsteps{grid-template-columns:1fr}.tstep{padding-top:0;padding-left:26px}.tstep:before{width:2px;height:auto;inset:0 auto 0 6px}.tstep:after{top:3px;left:0}}.taste__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:36px;display:flex}.taste__head h2{font-size:clamp(30px,4.4vw,50px)}.taste__head h2 em{color:var(--red);font-style:italic}.taste__grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.taste__col{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--sh-1);padding:26px 28px}.taste__col h3{font-family:var(--sans);letter-spacing:.06em;text-transform:uppercase;color:var(--red);border-bottom:1px solid var(--line);margin:0 0 14px;padding-bottom:14px;font-size:14px;font-weight:800}.taste__col ul{flex-direction:column;gap:13px;margin:0;padding:0;list-style:none;display:flex}.taste__col li{align-items:baseline;gap:12px;display:flex}.taste__col li b{font-size:16px;font-weight:600}.taste__col li i{border-bottom:1px dotted var(--line);flex:1;transform:translateY(-4px)}.taste__col li .p{font-family:var(--display);color:var(--red);font-variant-numeric:tabular-nums;font-weight:600}.taste__note{color:var(--muted);margin-top:18px;font-size:13px}@media (max-width:640px){.taste__grid{grid-template-columns:1fr}}.quote{align-items:center;min-height:440px;display:flex;position:relative;overflow:hidden}.quote img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.quote__scrim{background:linear-gradient(90deg,#120d08e6 0%,#120d0899 50%,#120d0840 100%);position:absolute;inset:0}.quote__inner{width:var(--shell);color:var(--cream);margin-inline:auto;padding:56px 0;position:relative}.quote blockquote{font-family:var(--display);color:#fff;max-width:18ch;margin:14px 0 0;font-size:clamp(30px,5.2vw,58px);font-weight:500;line-height:1.05}.quote blockquote em{color:var(--ember);font-style:italic}.branches__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:36px;display:flex}.branches__head h2{font-size:clamp(30px,4.4vw,50px)}.branches__head h2 em{color:var(--red);font-style:italic}.bgrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.bcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-1);flex-direction:column;padding:28px;transition:transform .22s,box-shadow .22s;display:flex}.bcard:hover{box-shadow:var(--sh-2);transform:translateY(-3px)}.bcard__head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.bcard h2,.bcard h3{margin:0 0 4px;font-size:25px}.bcard .dist{color:var(--muted);font-size:14px;font-weight:600}.status{white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:7px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.status:before{content:"";border-radius:50%;width:7px;height:7px}.status--open{color:var(--ok);background:#3f7a4d1f}.status--open:before{background:var(--ok);box-shadow:0 0 0 3px #3f7a4d2e}.status--closed{color:var(--red-dark);background:#b21e281a}.status--closed:before{background:var(--red)}.rating{background:var(--tint);border-radius:999px;align-self:flex-start;align-items:center;gap:10px;margin-bottom:18px;padding:8px 15px 8px 8px;display:inline-flex}.rating__g{width:26px;height:26px;box-shadow:var(--sh-1);color:#4285f4;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:15px;font-weight:800;display:flex}.rating b{font-family:var(--display);font-size:16px;font-weight:600}.rating small{color:var(--muted);font-size:12px}.stars{white-space:nowrap;letter-spacing:1px;font-family:Arial,sans-serif;line-height:1;display:inline-block;position:relative}.stars__base{color:var(--line)}.stars__fill{color:#e0a53f;white-space:nowrap;position:absolute;top:0;left:0;overflow:hidden}.bcard__rows{flex-direction:column;gap:2px;display:flex}.brow{border-top:1px solid var(--line-2);align-items:flex-start;gap:12px;padding:11px 0;font-size:15px;display:flex}.brow:first-child{border-top:none}.brow svg{color:var(--red);flex:none;margin-top:3px}.brow b{font-weight:600}.bclosed{color:var(--red);margin-left:8px;font-size:11px;font-weight:700}.bcard__actions{gap:10px;margin-top:22px;display:flex}.bcard__actions .btn{flex:1;padding:13px 14px;font-size:14px}.bcard__actions .icon-btn{border:1.5px solid var(--line);border-radius:var(--r-sm);width:50px;color:var(--red);flex:none;justify-content:center;align-items:center;padding:0;transition:border-color .2s,background .2s;display:inline-flex}.bcard__actions .icon-btn:hover{border-color:var(--ink);background:var(--tint)}@media (max-width:840px){.bgrid{grid-template-columns:1fr}}.social__inner{background:var(--char);color:var(--cream);border-radius:var(--r-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:22px;padding:34px 40px;display:flex}.social__l{align-items:center;gap:18px;display:flex}.social__l svg{color:var(--ember);flex:none}.social small{letter-spacing:.06em;color:#f6efe2b3;margin-bottom:3px;font-size:12px;display:block}.social b{font-family:var(--display);font-size:clamp(22px,3vw,30px)}@media (max-width:560px){.social__inner{padding:26px}}.footer{background:var(--char);color:#f6efe2b8}.footer__inner{grid-template-columns:1.3fr 1fr 1fr;gap:34px;padding:60px 0 34px;display:grid}.footer .brand-logo strong{color:var(--cream)}.footer .brand-logo small{color:#f6efe280}.footer__brand p{font-family:var(--display);color:#f6efe2d9;max-width:26ch;margin:18px 0 0;font-size:18px;font-style:italic}.footer__col h5{font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;color:#f6efe280;margin:0 0 15px;font-size:12px;font-weight:800}.footer__col a,.footer__col p{color:#f6efe2d1;margin:0 0 9px;font-size:15px;display:block}.footer__col a:hover{color:var(--cream)}.footer__col b{color:var(--cream);font-weight:700}.footer__bottom{border-top:1px solid var(--char-2);flex-wrap:wrap;justify-content:space-between;gap:16px;padding:20px 0;font-size:13px;display:flex}@media (max-width:840px){.footer__inner{grid-template-columns:1fr;gap:26px}}.phero{border-bottom:1px solid var(--line);padding:clamp(56px,8vw,96px) 0 clamp(40px,5vw,60px)}.phero h1{font-size:clamp(40px,6.4vw,80px);font-weight:600}.phero h1 em{color:var(--red);font-style:italic}.phero__lead{color:var(--muted);max-width:54ch;margin:20px 0 0;font-size:clamp(16px,1.8vw,20px)}.phero--dark{background:var(--char);color:var(--cream);border-color:var(--char)}.phero--dark h1{color:#fff}.phero--dark h1 em{color:var(--ember)}.phero--dark .phero__lead{color:#f6efe2d9}.chapter{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;align-items:center;gap:clamp(34px,5vw,64px);padding:clamp(48px,6vw,84px) 0;display:grid}.chapter:first-of-type{border-top:none}.chapter--reverse .chapter__media{order:2}.chapter__media{border-radius:var(--r-lg);box-shadow:var(--sh-2);aspect-ratio:4/3.3;position:relative;overflow:hidden}.chapter__media img{object-fit:cover;width:100%;height:100%}.chapter__body h2{margin:0 0 20px;font-size:clamp(28px,4vw,44px)}.chapter__body p{color:var(--muted);max-width:52ch;margin:0 0 16px;font-size:16.5px}@media (max-width:840px){.chapter{grid-template-columns:1fr;gap:28px}.chapter--reverse .chapter__media{order:0}.chapter__media{aspect-ratio:4/3}}.feature__grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(34px,5vw,64px);display:grid}.feature__title h2{font-family:var(--display);letter-spacing:-.03em;margin:6px 0 8px;font-size:clamp(46px,8vw,84px);font-weight:600}.feature__title span{letter-spacing:.14em;text-transform:uppercase;color:#f6efe299;font-size:13px;font-weight:700}.feature__body p{color:#f6efe2d9;max-width:56ch;margin:0 0 18px;font-size:17px}.feature__body p.pull{font-family:var(--display);color:var(--ember);max-width:20ch;font-size:24px;font-style:italic}.feature__body strong{color:#fff}.chips{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.chips span{background:var(--char-2);color:var(--cream);border:1px solid #f6efe21f;border-radius:999px;align-items:center;gap:8px;padding:9px 16px;font-size:14px;display:inline-flex}.chips span b{color:var(--ember);font-family:var(--display)}@media (max-width:840px){.feature__grid{grid-template-columns:1fr;gap:28px}}.values__grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:14px;display:grid}.value{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--sh-1);padding:32px 28px}.value h3{margin:0 0 10px;font-size:26px}.value h3 em{color:var(--red);font-style:italic}.value p{color:var(--muted);margin:0;font-size:15.5px}@media (max-width:760px){.values__grid{grid-template-columns:1fr}}.sources__grid{grid-template-columns:.9fr 1.1fr;gap:44px;display:grid}.sources__grid>p{color:var(--muted);max-width:46ch;font-size:16px}.sources ol{counter-reset:s;margin:0;padding:0;list-style:none}.sources li{border-top:1px solid var(--line);padding:13px 0}.sources li a{align-items:baseline;gap:8px;font-size:15.5px;display:inline-flex}.sources li a:hover{color:var(--red)}@media (max-width:760px){.sources__grid{grid-template-columns:1fr;gap:24px}}.closing{background:var(--char);color:var(--cream);text-align:center;padding:clamp(64px,8vw,110px) 0}.closing h2{margin:14px 0 28px;font-size:clamp(34px,6vw,68px)}.closing h2 em{color:var(--ember);font-style:italic}.closing__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.menupage{padding:clamp(40px,5vw,64px) 0 clamp(70px,8vw,110px)}.mtabs{background:var(--tint);border-radius:var(--r-sm);gap:4px;margin-bottom:44px;padding:5px;display:inline-flex}.mtabs button{font-family:var(--sans);cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:7px;padding:11px 24px;font-size:15px;font-weight:700;transition:background .2s,color .2s}.mtabs button.on{background:var(--surface);color:var(--ink);box-shadow:var(--sh-1)}.mtabs button:disabled{opacity:.5;cursor:not-allowed}.menuview__branch{border-bottom:1px solid var(--line);align-items:baseline;gap:12px;margin:-22px 0 30px;padding-bottom:16px;display:flex}.menuview__branch small{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:700}.menuview__branch strong{font-family:var(--display);color:var(--red);font-size:22px}.menu-section{margin-bottom:clamp(44px,6vw,72px)}.menu-section__head{border-bottom:2px solid var(--ink);align-items:baseline;gap:14px;margin-bottom:22px;padding-bottom:16px;display:flex}.menu-section__head h2{font-size:clamp(26px,3.6vw,38px)}.menu-section__head span{font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-left:auto;font-size:12px;font-weight:700}.mrow{border-bottom:1px solid var(--line-2);align-items:baseline;gap:14px;padding:16px 0;display:flex}.mrow__tx{flex:1;min-width:0}.mrow__tx b{font-family:var(--display);font-size:20px;font-weight:600}.mrow__tx small{color:var(--muted);margin-top:3px;font-size:14px;display:block}.mrow__dots{border-bottom:1px dotted var(--line);flex:1;min-width:20px;transform:translateY(-5px)}.mrow__price{font-family:var(--display);color:var(--red);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:19px;font-weight:600}.mrow__price .alt{color:var(--muted);font-size:15px}.mrow__price .alt b{color:var(--red)}.menu-extras{color:var(--ink);margin-top:18px;font-size:15px}.menu-extras b{letter-spacing:.06em;text-transform:uppercase;color:var(--red);margin-right:6px;font-size:12px;font-weight:800}.menu-family{background:var(--tint);border-radius:var(--r-md);color:var(--ink);max-width:72ch;margin-top:40px;padding:28px 30px;font-size:16px}.menu-soon{color:var(--muted);font-size:18px;font-family:var(--display);padding:44px 0;font-style:italic}@media (max-width:560px){.mtabs{width:100%;display:flex}.mtabs button{flex:1;padding:11px 9px;font-size:14px}.menu-family{padding:22px}.menuview__branch{margin-top:-24px;display:block}.menuview__branch small,.menuview__branch strong{display:block}.menuview__branch strong{margin-top:2px}}.state-page{background:var(--tint);place-items:center;min-height:calc(100vh - 72px);padding:72px 20px;display:grid}.state-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);width:min(620px,100%);box-shadow:var(--sh-2);text-align:center;padding:clamp(30px,6vw,56px)}.state-card__brand{font-family:var(--display);color:var(--red);margin-bottom:30px;font-size:20px;font-weight:600;display:inline-block}.state-card h1{margin-bottom:18px;font-size:clamp(34px,6vw,58px)}.state-card p{color:var(--muted);max-width:42ch;margin:0 auto 28px;font-size:17px}.state-card__actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.hub{background:var(--bg);max-width:480px;min-height:100vh;margin-inline:auto;overflow:hidden}.hub__banner{border-bottom:3px solid var(--red);background:radial-gradient(130% 120% at 50% 0,#33271a 0%,#1e1710 52%,#14100b 100%);height:min(240px,36vh);position:relative;overflow:hidden}.hub__banner:before{content:"";background:radial-gradient(60% 55% at 50% 6%,#f0a33d38,#0000 70%);position:absolute;inset:0}.hub__tile{z-index:1;background:var(--surface);width:100px;height:100px;box-shadow:var(--sh-2);text-align:center;border-radius:24px;justify-content:center;align-items:center;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.hub__tile span{font-family:var(--display);font-size:19px;font-weight:600;line-height:.95}.hub__tile img{width:76px;height:auto;display:block}.hub__tile i{color:var(--red);font-style:italic}.hub__tile small{font-family:var(--sans);letter-spacing:.24em;color:var(--muted);margin-top:6px;font-size:8px;font-weight:700;display:block}.hub__head{text-align:center;padding:18px 26px 4px}.hub__head h1{font-family:var(--display);font-size:31px;font-weight:600}.hub__head p{color:var(--muted);margin:8px 0 0;font-size:15px}.hub__body{flex-direction:column;gap:11px;padding:18px 20px 40px;display:flex}.hub__cta{background:var(--red);color:#fff;border-radius:var(--r-md);align-items:center;gap:16px;padding:17px 20px;transition:transform .18s,background .2s;display:flex;box-shadow:0 14px 28px -16px #b21e28cc}.hub__cta:hover{background:var(--red-dark);transform:translateY(-2px)}.hub__cta .ic{background:#ffffff29;border-radius:12px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.hub__cta .tx b{font-family:var(--display);font-size:20px;font-weight:600;display:block}.hub__cta .tx small{opacity:.9;font-size:13px}.hub__cta .chev{margin-left:auto}.hub__grp{margin-top:8px}.hub__gl{letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin:0 4px 10px;font-size:12px;font-weight:800}.hub__row{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--sh-1);align-items:center;gap:15px;padding:14px 16px;transition:transform .18s,border-color .18s;display:flex}.hub__row+.hub__row{margin-top:9px}.hub__row:hover{border-color:var(--ink);transform:translateY(-1px)}.hub__row .ic{background:var(--tint);width:42px;height:42px;color:var(--red);border-radius:11px;flex:none;justify-content:center;align-items:center;display:flex}.hub__row .ic.gg{color:#4285f4;box-shadow:var(--sh-1);background:#fff;font-size:16px;font-weight:800}.hub__row .tx{flex:1;min-width:0}.hub__row .tx b{font-family:var(--display);font-size:16px;font-weight:600;display:block}.hub__row .tx small{color:var(--muted);align-items:center;gap:7px;font-size:12.5px;display:inline-flex}.hub__row .chev{color:var(--muted);flex:none}.hub__row .rate{font-family:var(--display);align-items:baseline;gap:4px;font-size:16px;font-weight:600;display:inline-flex}.hub__row .rate i{color:#e0a53f;font-size:12px;font-style:normal}.hub__foot{text-align:center;color:var(--muted);padding:8px 0 30px;font-size:12px}.tabbar{display:none}@media (max-width:840px){.tabbar{z-index:80;background:var(--surface);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom);display:flex;position:fixed;bottom:0;left:0;right:0}.tabbar a{color:var(--muted);border-top:3px solid #0000;flex-direction:column;flex:1;align-items:center;gap:4px;padding:11px 6px 12px;font-size:11.5px;font-weight:700;display:flex}.tabbar a svg{color:var(--muted)}.tabbar a.is-active{color:var(--red);border-top-color:var(--red)}.tabbar a.is-active svg{color:var(--red)}.tabbar a.is-cta{background:var(--red);color:#fff;border-top-color:var(--red)}.tabbar a.is-cta svg{color:#fff}body{padding-bottom:calc(64px + env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1!important;animation:none!important;transform:none!important}.ticker__row{animation:none}*{transition-duration:.01ms!important}}
