@font-face{font-family:'Inter fallback';src:local('Arial');ascent-override:90%;descent-override:22%;line-gap-override:0%;size-adjust:107%}
@font-face{font-family:'Cinzel fallback';src:local('Georgia');ascent-override:88%;descent-override:26%;line-gap-override:0%;size-adjust:98%}

:root{
  --sand:#13110b;
  --slab:#1c1810;
  --slab2:#262115;
  --slab3:#31291a;
  --edge:#3a3320;
  --edge2:#4d432b;
  --gold:#eba62f;
  --gold-press:#cf8a1c;
  --jade:#2fb089;
  --ink:#f4efe1;
  --dim:#cabfa5;
  --faint:#928a6f;
  --on-gold:#17110a;
  --round:12px;
  --round-lg:16px;
  --crown-h:64px;
  --aisle-w:250px;
  --aisle-min:72px;
  --court:1060px;
  --gutter:36px;
  --face:'Cinzel','Cinzel fallback',Georgia,'Times New Roman',serif;
  --read:'Inter','Inter fallback',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--crown-h) + 14px);overflow-x:hidden}
body{margin:0;padding-top:var(--crown-h);max-width:100%;overflow-x:clip;
  font-family:var(--read);color:var(--ink);background:var(--sand);line-height:1.62;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--face);line-height:1.16;margin:0;letter-spacing:.005em}
h2{font-size:clamp(1.5rem,2.8vw,2.05rem);margin:0 0 .7rem}
h3{font-size:clamp(1.08rem,1.9vw,1.32rem);margin:1.6rem 0 .5rem}
p{margin:0 0 1rem}
p,h1,h2,h3,h4,li,summary,td,th,dt,dd{overflow-wrap:break-word;word-wrap:break-word}
.opening__grid>*,.foot__top>*,.cards>*,.saylist>*,.pair>*{min-width:0}

.court{width:100%;max-width:calc(var(--court) + var(--gutter)*2);margin-inline:auto;padding-inline:var(--gutter)}

.slab-sec{padding-top:22px}
.slab-sec>.court,.fresh-sec>.court{background:var(--slab);border:1px solid var(--edge);
  border-radius:var(--round-lg);padding-block:26px 30px}
.slab-sec>.court>h2:first-child,.slab-sec>.court>.shelf:first-child{margin-top:0}
.court>h2~h2{margin-top:2.6rem;padding-top:1.8rem;border-top:1px solid var(--edge)}
.mid{display:flex;justify-content:center;margin-top:24px}
.eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem;font-family:var(--read)}
.badge-line{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:var(--jade);background:var(--slab2);border:1px solid var(--edge2);padding:.4rem .85rem;border-radius:999px}

.press{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;border:1px solid transparent;
  font-family:var(--read);font-weight:700;font-size:.94rem;line-height:1;padding:.78rem 1.4rem;border-radius:10px;
  white-space:nowrap;transition:background .14s,border-color .14s,color .14s,transform .12s}
.press--gold{background:var(--gold);color:var(--on-gold)}
.press--gold:hover{background:var(--gold-press);transform:translateY(-1px)}
.press--jade{background:var(--slab2);color:var(--ink);border-color:var(--edge2)}
.press--jade:hover{background:var(--slab3);border-color:var(--jade)}
.press--line{background:transparent;color:var(--ink);border-color:var(--edge2)}
.press--line:hover{background:var(--slab2);border-color:var(--gold)}
.press--lg{padding:.95rem 1.75rem;font-size:1rem}
.press--wide{width:100%}
:focus-visible{outline:3px solid var(--jade);outline-offset:2px;border-radius:6px}

@keyframes pharBreathe{0%,100%{transform:scale(1);box-shadow:0 0 0 rgba(235,166,47,0)}50%{transform:scale(1.035);box-shadow:0 0 24px rgba(235,166,47,.42)}}
.press--pulse{animation:pharBreathe 2.7s ease-in-out infinite;will-change:transform}
.press--pulse:hover{animation-play-state:paused}
@media (prefers-reduced-motion:reduce){.press--pulse{animation:none}}

.crown-bar{position:fixed;top:0;left:0;right:0;z-index:70;background:var(--slab);border-bottom:1px solid var(--edge)}
.crown-bar__in{display:flex;align-items:center;gap:1rem;height:var(--crown-h);padding-inline:20px;max-width:none;margin-inline:0}
.emblem{display:inline-flex;align-items:center;cursor:pointer;flex:0 0 auto}
.emblem img{height:38px;width:auto}
.topnav{display:flex;gap:.15rem;margin-left:.4rem}
.topnav__link{display:inline-flex;align-items:center;gap:.4rem;padding:.44rem .7rem;border-radius:9px;
  background:var(--slab2);border:1px solid var(--edge);color:var(--dim);font-weight:600;font-size:.87rem;
  cursor:pointer;transition:background .14s,color .14s,border-color .14s}
.topnav__link img{width:17px;height:17px;opacity:.9}
.topnav__link:hover{background:var(--slab3);border-color:var(--edge2);color:var(--ink)}
.topnav__link:hover img{opacity:1}
.crown-bar__cta{margin-left:auto;display:flex;align-items:center;gap:.5rem}
.crown-bar__cta .press{padding:.6rem 1.1rem}
.torch{display:flex;flex-direction:column;gap:4px;width:40px;height:40px;background:var(--slab2);
  border:1px solid var(--edge);border-radius:10px;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}
.torch span{width:17px;height:2px;background:var(--ink);border-radius:2px}

.aisle{position:fixed;top:var(--crown-h);left:0;bottom:0;width:var(--aisle-w);z-index:65;
  background:var(--slab);border-right:1px solid var(--edge);overflow-y:auto;overflow-x:hidden;
  display:flex;flex-direction:column;padding:14px 12px;transition:width .2s ease,transform .22s ease}
.aisle__cap{font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);
  padding:14px 12px 6px;white-space:nowrap}
.aisle__group{display:flex;flex-direction:column;gap:6px}
.aisle__link{display:flex;align-items:center;gap:.65rem;padding:.55rem .65rem;border-radius:9px;cursor:pointer;
  background:var(--slab2);border:1px solid var(--edge);color:var(--dim);font-weight:600;font-size:.88rem;
  white-space:nowrap;transition:background .14s,color .14s,border-color .14s}
.aisle__link:hover{background:var(--slab3);border-color:var(--edge2);color:var(--ink)}
.aisle__link img{width:22px;height:22px;flex:0 0 auto}
.aisle__foot{margin-top:auto;padding-top:14px;border-top:1px solid var(--edge);display:flex;flex-direction:column;gap:.5rem}
.aisle__cta{display:flex;flex-direction:column;gap:.45rem}
.aisle__lang{display:flex;align-items:center;gap:.6rem;padding:.55rem .65rem;border:1px solid var(--edge);background:var(--slab2);border-radius:9px;
  color:var(--dim);font-size:.86rem;cursor:pointer;white-space:nowrap}
.aisle__lang img{width:22px;height:14px;border-radius:3px;flex:0 0 auto}
.furl{display:flex;align-items:center;gap:.7rem;padding:.55rem .7rem;border-radius:9px;border:1px solid var(--edge);
  background:var(--slab2);color:var(--faint);font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap}
.furl:hover{color:var(--ink);border-color:var(--edge2)}
.furl span[aria-hidden]{font-size:1rem;line-height:1}

body.is-aisle-min .aisle{width:var(--aisle-min);padding-inline:8px}
body.is-aisle-min .aisle__link{justify-content:center;padding-inline:.4rem}
body.is-aisle-min .aisle__link b,
body.is-aisle-min .aisle__cap,
body.is-aisle-min .aisle__lang span,
body.is-aisle-min .furl b,
body.is-aisle-min .aisle__cta{display:none}
body.is-aisle-min .aisle__lang,
body.is-aisle-min .furl{justify-content:center;padding-inline:.4rem}
.chamber{margin-left:var(--aisle-w);transition:margin-left .2s ease}
body.is-aisle-min .chamber{margin-left:var(--aisle-min)}
.veil{position:fixed;inset:0;background:rgba(6,4,2,.72);z-index:64;opacity:0;pointer-events:none;transition:opacity .22s}
.veil.is-open{opacity:1;pointer-events:auto}

.trail{border-bottom:1px solid var(--edge);background:var(--slab)}
.trail ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:.5rem 0;font-size:.82rem;color:var(--faint)}
.trail li{display:flex;align-items:center;gap:.4rem}
.trail li+li::before{content:"\203A";color:var(--edge2)}
.trail span[role=link]{cursor:pointer;color:var(--dim)}
.trail span[role=link]:hover{color:var(--gold)}
.trail [aria-current=page]{color:var(--dim);font-weight:600}

.opening{border-bottom:1px solid var(--edge);background:var(--slab)}
.opening__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center;padding-block:28px 40px}
.headline{font-size:clamp(1.85rem,3.9vw,2.9rem);font-weight:800;margin:.7rem 0 0;color:var(--gold)}
.lede{color:var(--dim);font-size:1.04rem;margin:1rem 0 1.3rem}
.opening__cta{display:flex;gap:.65rem;flex-wrap:wrap;margin-bottom:1.1rem}
.opening__facts{list-style:none;display:flex;flex-wrap:wrap;gap:.55rem;margin:0;padding:0}
.opening__facts li{display:inline-flex;align-items:center;gap:.45rem;background:var(--slab2);border:1px solid var(--edge);
  border-radius:999px;padding:.4rem .85rem;font-size:.83rem;color:var(--dim)}
.opening__facts img{width:20px;height:20px}
.opening__facts b{color:var(--ink)}
.deal{background:var(--slab2);border:1px solid var(--edge2);border-radius:var(--round-lg);padding:1.4rem}
.deal__badge{display:inline-block;font-size:.67rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;
  color:var(--on-gold);background:var(--gold);padding:.32rem .75rem;border-radius:999px;margin-bottom:.85rem;font-family:var(--read)}
.deal__amt{display:block;font-family:var(--face);font-weight:800;font-size:clamp(1.55rem,3vw,2rem);line-height:1.08;color:var(--ink)}
.deal__plus{display:block;font-weight:700;color:var(--jade);margin-top:.2rem}
.deal__note{color:var(--faint);font-size:.84rem;margin:.65rem 0 .95rem}
.deal__rows{margin:0 0 1rem;display:grid;gap:.4rem}
.deal__rows>div{display:flex;justify-content:space-between;gap:1rem;font-size:.87rem;
  border-bottom:1px solid var(--edge);padding-bottom:.4rem}
.deal__rows>div:last-child{border-bottom:0;padding-bottom:0}
.deal__rows dt{color:var(--faint);margin:0}
.deal__rows dd{margin:0;font-weight:600}

.first-say{font-size:1.05rem;color:var(--dim)}
.stage{display:block;border-radius:var(--round-lg);overflow:hidden;border:1px solid var(--edge);margin:1.3rem 0 0;cursor:pointer}
.stage img{width:100%;height:auto}

.index-list{background:var(--slab2);border:1px solid var(--edge);border-radius:var(--round);padding:1.2rem 1.4rem;margin-top:1.4rem}
.index-list__intro{color:var(--dim);font-size:.9rem;margin:0 0 .75rem}
.index-list ol{margin:0;padding-left:1.2rem;columns:2;column-gap:2rem;color:var(--dim);font-size:.91rem}
.index-list li{margin-bottom:.38rem;break-inside:avoid}
.index-list span{cursor:pointer}
.index-list span:hover{color:var(--gold)}

.slab-sec p{color:var(--dim)}
.lead-p{margin-bottom:1.25rem}
.notes{margin:0 0 1.15rem;padding-left:1.2rem;color:var(--dim);display:grid;gap:.42rem}
.notes strong{color:var(--ink)}
.walk{margin:0 0 1.15rem;padding-left:1.3rem;color:var(--dim);display:grid;gap:.55rem}
.walk strong{color:var(--ink)}

.ledger-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;border:1px solid var(--edge);border-radius:var(--round);margin:0 0 1.35rem}
.ledger{width:100%;border-collapse:collapse;font-size:.89rem;min-width:640px;background:var(--slab2)}
.ledger th,.ledger td{padding:.74rem 1.05rem;text-align:left;border-top:1px solid var(--edge)}
.ledger thead th{background:var(--slab3);color:var(--gold);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;border-top:0;white-space:nowrap;font-family:var(--read)}
.ledger tbody th{color:var(--ink);font-weight:600;white-space:nowrap}
.ledger td{color:var(--dim)}
.ledger tbody tr:nth-child(even){background:var(--slab3)}

.shelf{margin-bottom:26px}
.shelf__bar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:12px}
.shelf__kick{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem;font-family:var(--read)}
.shelf__title{font-size:1.2rem;margin:0}
.shelf__arrows{display:flex;gap:8px}
.arrow{width:34px;height:34px;border-radius:9px;background:var(--slab2);border:1px solid var(--edge);color:var(--ink);
  font-size:1.15rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.arrow:hover{border-color:var(--gold);background:var(--slab3)}
.reelway{display:grid;grid-auto-flow:column;grid-auto-columns:178px;gap:12px;overflow-x:auto;
  scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:6px}
.reelway::-webkit-scrollbar{display:none}
.game{scroll-snap-align:start;display:flex;flex-direction:column;cursor:pointer}
.game__art{position:relative;overflow:hidden;border-radius:10px;background:var(--slab3);border:1px solid var(--edge);aspect-ratio:360/472}
.game__art img{width:100%;height:100%;object-fit:cover;transition:transform .28s}
.game:hover .game__art img{transform:scale(1.05)}
.game__rtp{position:absolute;right:7px;top:7px;z-index:2;background:rgba(10,8,4,.86);border:1px solid var(--edge2);
  color:var(--jade);font-size:.69rem;font-weight:700;padding:.2rem .45rem;border-radius:6px}
.game__over{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;
  background:rgba(8,6,3,.66);transition:opacity .18s}
.game:hover .game__over{opacity:1}
.game__go{background:var(--gold);color:var(--on-gold);font-weight:800;font-size:.79rem;padding:.42rem 1rem;border-radius:999px}
.game__meta{padding:.48rem .12rem 0}
.game__name{display:block;font-weight:700;font-size:.84rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game__studio{display:block;color:var(--faint);font-size:.73rem}

.wins{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;padding:0;margin:0}
.wins li{display:flex;align-items:center;gap:.7rem;min-width:0;background:var(--slab2);border:1px solid var(--edge);
  border-radius:10px;padding:.55rem .8rem;transition:border-color .4s ease}
.wins li.is-new{animation:winRise .45s ease}
@keyframes winRise{from{opacity:0;transform:translateY(-8px);border-color:var(--gold)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.wins li.is-new{animation:none}}
.wins img{width:44px;height:58px;object-fit:cover;border-radius:7px;flex:0 0 auto}
.wins span{flex:1;min-width:0;display:flex;flex-direction:column}
.wins b{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wins small{color:var(--faint);font-size:.75rem}
.wins em{font-style:normal;font-weight:800;color:var(--gold);font-size:.97rem;flex:0 0 auto}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-top:1rem}
.cards--four{grid-template-columns:repeat(4,1fr)}
.card{background:var(--slab2);border:1px solid var(--edge);border-radius:var(--round);
  padding:1.25rem;display:flex;flex-direction:column;gap:.45rem;transition:border-color .15s,background .15s}
.card:hover{border-color:var(--edge2);background:var(--slab3)}
.card__ic{width:48px;height:48px}
.card h3{margin:.2rem 0 0;font-size:1.06rem}
.card p{color:var(--dim);font-size:.89rem;margin:0;flex:1}
.card .press{align-self:flex-start;margin-top:.4rem}
.card--sm .card__ic{width:42px;height:42px}

.pair{display:grid;grid-template-columns:1.4fr .85fr;gap:1.6rem;align-items:start}
.spec{background:var(--slab2);border:1px solid var(--edge);border-radius:var(--round);padding:1.3rem;position:sticky;top:calc(var(--crown-h) + 18px)}
.spec h3{margin:0 0 .4rem;font-size:1.05rem}
.spec p{font-size:.86rem;margin:0 0 .75rem}
.spec dl{margin:0;display:grid;gap:.45rem}
.spec dl>div{display:flex;justify-content:space-between;gap:1rem;font-size:.86rem;border-bottom:1px solid var(--edge);padding-bottom:.45rem}
.spec dl>div:last-child{border-bottom:0;padding-bottom:0}
.spec dt{color:var(--faint);margin:0}
.spec dd{margin:0;font-weight:600;text-align:right}

.grab{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}
.grab__btn{display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;background:var(--slab2);
  border:1px solid var(--edge);border-radius:10px;padding:.58rem 1rem;transition:border-color .15s,background .15s}
.grab__btn:hover{border-color:var(--gold);background:var(--slab3)}
.grab__btn img{width:26px;height:26px}
.grab__btn span{display:flex;flex-direction:column;line-height:1.2}
.grab__btn small{color:var(--faint);font-size:.69rem}
.grab__btn b{font-size:.92rem}
.grab__btn--sm{padding:.46rem .75rem;margin-bottom:.2rem}
.grab__btn--sm img{width:22px;height:22px}

.marks{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:.55rem;padding:0;margin:0 0 1.35rem}
.marks li{background:var(--slab2);border:1px solid var(--edge);border-radius:10px;padding:.6rem .4rem;
  display:flex;align-items:center;justify-content:center;min-width:0}
.marks img{max-width:100%;height:auto;max-height:34px;width:auto;object-fit:contain}
.marks--studio{grid-template-columns:repeat(6,1fr)}
.marks--studio img{max-height:30px;opacity:.95}

.saylist{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-top:1rem}
.say{background:var(--slab2);border:1px solid var(--edge);border-radius:var(--round);padding:1.15rem}
.say header{display:flex;align-items:center;gap:.65rem;margin-bottom:.45rem}
.say header img{width:48px;height:48px;border-radius:50%}
.say header b{display:block;font-size:.92rem}
.say header small{color:var(--faint);font-size:.77rem}
.say__st{color:var(--gold);letter-spacing:.05em;margin-bottom:.35rem}
.say p{color:var(--dim);font-size:.87rem;margin:0}

.qa{display:grid;gap:.5rem}
.qa details{background:var(--slab2);border:1px solid var(--edge);border-radius:11px;overflow:hidden}
.qa details[open]{border-color:var(--edge2)}
.qa summary{list-style:none;cursor:pointer;padding:.95rem 1.15rem;font-family:var(--face);font-weight:600;font-size:1rem;
  display:flex;justify-content:space-between;gap:1rem;align-items:center}
.qa summary::-webkit-details-marker{display:none}
.qa summary h3{margin:0;font-size:1rem;font-weight:600;font-family:var(--face);line-height:1.3}
.qa summary::after{content:"+";color:var(--gold);font-size:1.35rem;line-height:1;flex:0 0 auto}
.qa details[open] summary::after{content:"\2013"}
.qa__a{padding:0 1.15rem 1.05rem}
.qa__a p{margin:0;color:var(--dim);font-size:.9rem}

.fresh-sec{padding-top:42px}
.freshbox{display:flex;align-items:center;gap:.9rem;background:var(--slab2);
  border:1px solid var(--edge);border-radius:var(--round);padding:1rem 1.3rem}
.freshbox img{width:34px;height:34px;flex:0 0 auto}
.freshbox p{margin:0;color:var(--dim);font-size:.88rem}
.freshbox strong{color:var(--ink)}
.freshbox time{color:var(--gold);font-weight:600}

.foot{border-top:1px solid var(--edge);background:var(--slab);padding:clamp(26px,4vw,40px) 0 28px;margin-top:48px}
.foot__top{display:grid;grid-template-columns:1.9fr 1fr 1fr 1.15fr;gap:1.6rem;margin-bottom:1.4rem}
.foot__brand img{height:40px;width:auto;margin-bottom:.65rem}
.foot__brand p{color:var(--dim);font-size:.85rem}
.foot__social{margin-top:.9rem}
.foot__social-h{color:var(--faint);font-size:.79rem;margin:0 0 .45rem}
.foot__social ul{list-style:none;display:flex;flex-wrap:wrap;gap:.45rem;padding:0;margin:0}
.foot__social li span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;
  background:var(--slab2);border:1px solid var(--edge);border-radius:10px;transition:border-color .15s,background .15s}
.foot__social li span:hover{border-color:var(--jade);background:var(--slab3)}
.foot__social img{width:22px;height:22px}
.foot__col{display:flex;flex-direction:column;gap:.42rem}
.foot__h{font-family:var(--face);font-weight:700;font-size:.98rem;color:var(--ink);margin:0 0 .3rem}
.foot__col span[role=link]{color:var(--dim);font-size:.85rem;cursor:pointer}
.foot__col span[role=link]:hover{color:var(--gold)}
.foot__app p:not(.foot__h){color:var(--faint);font-size:.83rem;margin:0 0 .55rem}
.foot__legal{border-top:1px solid var(--edge);padding-top:1.2rem}
.foot__pay{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center;
  padding:0 0 1.1rem;margin:0 0 1.1rem;border-bottom:1px solid var(--edge)}
.foot__pay li{background:var(--slab2);border:1px solid var(--edge);border-radius:9px;padding:.4rem .7rem;
  display:flex;align-items:center;justify-content:center}
.foot__pay img{max-height:26px;width:auto;max-width:100%;object-fit:contain;opacity:.95}
.foot__seals{list-style:none;display:grid;grid-template-columns:repeat(9,1fr);gap:.45rem;align-items:center;padding:0;margin:0 0 1.2rem}
.foot__seals li{display:flex;align-items:center;justify-content:center;min-width:0}
.foot__seals a{display:flex;align-items:center;justify-content:center;width:100%;
  background:var(--slab2);border:1px solid var(--edge);border-radius:9px;padding:.5rem .3rem;transition:border-color .15s,background .15s}
.foot__seals a:hover{border-color:var(--gold);background:var(--slab3)}
.foot__seals img{max-height:30px;max-width:100%;width:auto;height:auto;object-fit:contain;opacity:.95}
.foot__seals a:hover img{opacity:1}
.foot__disc{color:var(--dim);font-size:.83rem;margin:.45rem 0}
.foot__disc strong{color:var(--ink)}
.foot__copy{color:var(--faint);font-size:.75rem;line-height:1.6;margin:.65rem 0 0}

.rise{position:fixed;right:20px;bottom:20px;z-index:75;width:46px;height:46px;border-radius:12px;cursor:pointer;
  display:flex;align-items:center;justify-content:center;border:1px solid var(--edge2);
  background:var(--slab2);color:var(--gold);font-size:1.3rem;line-height:1;
  opacity:0;visibility:hidden;transition:opacity .22s,visibility .22s,background .15s,border-color .15s}
.rise.is-on{opacity:1;visibility:visible}
.rise:hover{background:var(--slab3);border-color:var(--gold)}

#providers,#security,#reviews{content-visibility:auto;contain-intrinsic-size:640px}

@media(max-width:1250px){.marks{grid-template-columns:repeat(5,1fr)}.marks--studio{grid-template-columns:repeat(4,1fr)}}
@media(max-width:1100px){
  .aisle{transform:translateX(-100%);width:min(84vw,280px)}
  body.is-aisle-open .aisle{transform:translateX(0)}
  body.is-aisle-min .aisle{width:min(84vw,280px);padding-inline:12px}
  body.is-aisle-min .aisle__link{justify-content:flex-start;padding-inline:.7rem}
  body.is-aisle-min .aisle__link b,
  body.is-aisle-min .aisle__cap,
  body.is-aisle-min .aisle__lang span,
  body.is-aisle-min .aisle__cta{display:revert}
  .furl{display:none}
  .chamber,body.is-aisle-min .chamber{margin-left:0}
  .opening__grid{grid-template-columns:1fr;gap:1.5rem}
  .deal{order:-1}
  .cards,.cards--four{grid-template-columns:1fr 1fr}
  .saylist{grid-template-columns:1fr 1fr}
  .wins{grid-template-columns:1fr 1fr}
  .pair{grid-template-columns:1fr}
  .spec{position:static}
  .foot__top{grid-template-columns:1fr 1fr}
  .foot__seals{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:768px){
  .court{--gutter:22px}
  .slab-sec>.court,.fresh-sec>.court{padding-block:20px 24px;border-radius:var(--round)}
  .topnav{display:none}
  .crown-bar__cta .press--line{display:none}
  .saylist{grid-template-columns:1fr}
  .wins{grid-template-columns:1fr}
  .index-list ol{columns:1}
  .marks{grid-template-columns:repeat(4,1fr)}
  .ledger{min-width:560px;font-size:.83rem}
  .ledger th,.ledger td{padding:.58rem .68rem}
}
@media(max-width:560px){
  .court{--gutter:16px}
  .foot__seals{grid-template-columns:repeat(3,1fr)}
  .marks{grid-template-columns:repeat(3,1fr)}
  .marks--studio{grid-template-columns:repeat(3,1fr)}
  .cards,.cards--four{grid-template-columns:1fr}
  .foot__top{grid-template-columns:1fr}
  .reelway{grid-auto-columns:154px}
  .ledger{min-width:480px;font-size:.77rem}
  .ledger th,.ledger td{padding:.48rem .52rem}
  .rise{right:12px;bottom:12px;width:42px;height:42px}
}
@media(max-width:380px){
  .court{--gutter:13px}
  .reelway{grid-auto-columns:142px}
  .ledger{min-width:420px;font-size:.72rem}
  .ledger th,.ledger td{padding:.4rem .38rem}
}
@media(max-width:400px){
  .crown-bar__in{gap:.5rem;padding-inline:12px}
  .emblem img{height:30px}
  .crown-bar__cta .press{padding:.55rem .8rem;font-size:.85rem}
  .torch{width:36px;height:36px}
}
