:root{
  --brine:#06171c;
  --hull:#0d2831;
  --hull-2:#123641;
  --hull-3:#17434f;
  --seam:#23515e;
  --seam-2:#2f6b78;
  --amber:#f5b83c;
  --amber-lo:#e0a428;
  --surf:#3fd0c9;
  --surf-lo:#2bb3ac;
  --pearl:#eaf5f4;
  --fog:#93b3b5;
  --slab:#eef6f5;
  --on-amber:#241703;
  --on-surf:#04231f;
  --deck-h:66px;
  --berth-w:250px;
  --berth-w-min:72px;
  --wrap:1080px;
  --gut:40px;
  --rad:12px;
  --rad-lg:18px;
  --pill:999px;
  --disp:"Bricolage Grotesque",var(--disp-fb),"Segoe UI",Arial,sans-serif;
  --body-f:"Inter",var(--body-fb),"Segoe UI",Arial,sans-serif;
}
@font-face{font-family:"Bric Fallback";src:local("Arial");size-adjust:104%;ascent-override:92%;descent-override:24%;line-gap-override:0%}
@font-face{font-family:"Inter Fallback";src:local("Arial");size-adjust:100%;ascent-override:96%;descent-override:24%;line-gap-override:0%}
:root{--disp-fb:"Bric Fallback";--body-fb:"Inter Fallback"}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--deck-h) + 14px);overflow-x:hidden;max-width:100%}
body{margin:0;padding-top:var(--deck-h);font-family:var(--body-f);color:var(--pearl);background:var(--brine);
  line-height:1.64;-webkit-font-smoothing:antialiased;overflow-x:hidden;max-width:100%}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--disp);line-height:1.16;margin:0;letter-spacing:-.01em}
h2{font-size:clamp(1.5rem,2.9vw,2.05rem);margin:0 0 .7rem}
h3{font-size:clamp(1.08rem,1.9vw,1.32rem);margin:1.6rem 0 .5rem}
h4{font-size:1.03rem;margin:1rem 0 .35rem}
p{margin:0 0 1rem}
p,h1,h2,h3,h4,li,summary,td,th,dt,dd{overflow-wrap:break-word;word-wrap:break-word}
.hb-crest__in>*,.hb-base__grid>*,.hb-cards>*,.hb-voices>*,.hb-split>*{min-width:0}

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

.hb-deck{position:fixed;top:0;left:0;right:0;z-index:90;height:var(--deck-h);background:var(--hull);border-bottom:1px solid var(--seam)}
.hb-deck__in{display:flex;align-items:center;gap:1.1rem;height:100%;max-width:none;margin-inline:0;padding-inline:20px}
.hb-deck__burger{display:flex;flex-direction:column;gap:4px;width:42px;height:42px;background:var(--hull-2);border:1px solid var(--seam);
  border-radius:10px;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}
.hb-deck__burger span{width:18px;height:2px;background:var(--pearl);border-radius:2px}
.hb-deck__brand{display:inline-flex;align-items:center;cursor:pointer;flex:0 0 auto}
.hb-deck__brand img{height:38px;width:auto}
.hb-deck__nav{display:flex;gap:.35rem;margin-left:.4rem}
.hb-deck__lnk{display:inline-flex;align-items:center;gap:.42rem;padding:.5rem .8rem;border-radius:var(--pill);
  background:var(--hull-2);border:1px solid var(--seam);color:var(--fog);font-weight:600;font-size:.85rem;cursor:pointer;
  transition:background .14s,color .14s,border-color .14s}
.hb-deck__lnk img{width:17px;height:17px;opacity:.9}
.hb-deck__lnk:hover{background:var(--hull-3);border-color:var(--seam-2);color:var(--pearl)}
.hb-deck__cta{margin-left:auto;display:flex;align-items:center;gap:.5rem;flex:0 0 auto}

.hb-act{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;border:1.5px solid transparent;
  font-family:var(--body-f);font-weight:700;font-size:.9rem;line-height:1;padding:.72rem 1.35rem;border-radius:var(--pill);
  white-space:nowrap;transition:background .15s,border-color .15s,color .15s,transform .12s,box-shadow .2s}
.hb-act--gold{background:var(--amber);color:var(--on-amber)}
.hb-act--gold:hover{background:var(--amber-lo);transform:translateY(-1px)}
.hb-act--aqua{background:var(--surf);color:var(--on-surf)}
.hb-act--aqua:hover{background:var(--surf-lo);transform:translateY(-1px)}
.hb-act--ghost{background:transparent;color:var(--pearl);border-color:var(--seam-2)}
.hb-act--ghost:hover{background:var(--hull-2);border-color:var(--amber)}
.hb-act--lg{padding:.9rem 1.7rem;font-size:.98rem}
.hb-act--block{width:100%}
.hb-deck__cta .hb-act{padding:.58rem 1.05rem}
:focus-visible{outline:3px solid var(--surf);outline-offset:2px;border-radius:6px}
@keyframes hbBreathe{0%,100%{transform:scale(1);box-shadow:0 0 0 rgba(245,184,60,0)}50%{transform:scale(1.035);box-shadow:0 0 26px rgba(245,184,60,.45)}}
.hb-act--pulse{animation:hbBreathe 2.7s ease-in-out infinite;will-change:transform}
.hb-act--pulse:hover{animation-play-state:paused}
@media(prefers-reduced-motion:reduce){.hb-act--pulse{animation:none}}

.hb-berth{position:fixed;top:var(--deck-h);left:0;bottom:0;width:var(--berth-w);z-index:80;background:var(--hull);
  border-right:1px solid var(--seam);display:flex;flex-direction:column;transition:width .22s ease,transform .24s ease}
.hb-berth__scroll{flex:1;overflow-y:auto;padding:14px 12px;display:flex;flex-direction:column;gap:.3rem}
.hb-berth__grp{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fog);padding:.6rem .6rem .25rem}
.hb-berth__lnk{display:flex;align-items:center;gap:.7rem;padding:.62rem .7rem;border-radius:10px;cursor:pointer;
  background:var(--hull-2);border:1px solid var(--seam);color:var(--fog);font-weight:600;font-size:.88rem;
  transition:background .14s,color .14s,border-color .14s}
.hb-berth__lnk img{width:20px;height:20px;flex:0 0 auto;opacity:.92}
.hb-berth__lnk span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hb-berth__lnk:hover{background:var(--hull-3);border-color:var(--seam-2);color:var(--pearl)}
.hb-berth__foot{border-top:1px solid var(--seam);padding:12px;display:flex;flex-direction:column;gap:.5rem}
.hb-berth__lang{display:flex;align-items:center;gap:.55rem;padding:.55rem .6rem;border:1px solid var(--seam);border-radius:10px;
  background:var(--hull-2);color:var(--fog);font-size:.85rem;cursor:pointer;font-weight:600}
.hb-berth__lang img{width:22px;height:14px;border-radius:3px}
.hb-berth__toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.55rem;border:1px solid var(--seam);
  border-radius:10px;background:var(--hull-2);color:var(--fog);cursor:pointer;font-size:.8rem;font-weight:600}
.hb-berth__toggle b{font-size:1.05rem;line-height:1}

.hb-hull{margin-left:var(--berth-w);transition:margin-left .22s ease}
body.hb-tight .hb-berth{width:var(--berth-w-min)}
body.hb-tight .hb-berth__lnk{justify-content:center;padding:.62rem}
body.hb-tight .hb-berth__lnk span,body.hb-tight .hb-berth__grp,body.hb-tight .hb-berth__lang span,body.hb-tight .hb-berth__toggle span{display:none}
body.hb-tight .hb-berth__foot .hb-act{display:none}
body.hb-tight .hb-hull{margin-left:var(--berth-w-min)}

.hb-veil{position:fixed;inset:0;background:rgba(3,12,15,.72);z-index:75;opacity:0;pointer-events:none;transition:opacity .22s}
.hb-veil.is-open{opacity:1;pointer-events:auto}

.hb-trail{background:var(--hull)}
.hb-trail ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:.55rem 0;font-size:.8rem;color:var(--fog);
  max-width:calc(var(--wrap) + var(--gut)*2);margin-inline:auto;padding-inline:var(--gut)}
.hb-trail li{display:flex;align-items:center;gap:.4rem}
.hb-trail li+li::before{content:"\203A";color:var(--seam-2)}
.hb-trail span[role=link]{cursor:pointer;color:var(--pearl)}
.hb-trail span[role=link]:hover{color:var(--amber)}
.hb-trail [aria-current=page]{color:var(--fog)}

.hb-crest{background:var(--hull);border-bottom:1px solid var(--seam)}
.hb-crest__in{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center;padding-block:38px 44px}
.hb-eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--surf);margin-bottom:.4rem}
.hb-crest__ttl{font-size:clamp(1.9rem,4.2vw,2.9rem);font-weight:700;margin:.3rem 0 0;color:var(--pearl)}
.hb-crest__ttl b{color:var(--amber);font-weight:700}
.hb-crest__sub{color:var(--fog);font-size:1.06rem;margin:1rem 0 1.4rem;max-width:52ch}
.hb-crest__cta{display:flex;gap:.7rem;flex-wrap:wrap}
.hb-deal{background:var(--hull-2);border:1.5px solid var(--seam-2);border-radius:var(--rad-lg);padding:1.3rem 1.4rem}
.hb-deal__tag{display:block;font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--surf);margin-bottom:.35rem}
.hb-deal__amt{font-family:var(--disp);font-weight:700;font-size:clamp(1.5rem,3vw,2rem);line-height:1.05;color:var(--pearl)}
.hb-deal__spins{display:block;font-weight:800;color:var(--amber);margin:.15rem 0 .55rem}
.hb-deal__meta{color:var(--fog);font-size:.8rem;margin:0 0 1rem}
.hb-deal .hb-act{width:100%}
.hb-stats{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.55rem;padding:0;margin:1rem 0 0}
.hb-stats li{display:flex;align-items:center;gap:.5rem;background:var(--hull);border:1px solid var(--seam);border-radius:10px;padding:.5rem .7rem;font-size:.8rem;color:var(--fog)}
.hb-stats img{width:19px;height:19px}
.hb-stats b{color:var(--pearl)}

.hb-zone{padding-top:26px}
.hb-zone__in{background:var(--hull);border:1px solid var(--seam);border-radius:var(--rad-lg);padding:28px 30px 32px}
.hb-zone__in>h2:first-child{margin-top:0}
.hb-zone__in>h2~h2{margin-top:2.4rem;padding-top:1.7rem;border-top:1px solid var(--seam)}
.hb-lede{font-size:1.05rem;color:var(--fog)}
.hb-zone p{color:var(--fog)}
.hb-zone strong{color:var(--pearl)}

.hb-promo{display:block;border-radius:var(--rad-lg);overflow:hidden;border:1px solid var(--seam);margin:1.3rem 0 0;cursor:pointer}
.hb-promo img{width:100%;height:auto}

.hb-toc{background:var(--hull-2);border:1px solid var(--seam);border-radius:var(--rad);padding:1.2rem 1.4rem}
.hb-toc__note{color:var(--fog);font-size:.92rem;margin:0 0 .75rem}
.hb-toc ul{list-style:none;margin:0;padding:0;columns:3;column-gap:1.6rem;color:var(--fog);font-size:.9rem}
.hb-toc li{margin-bottom:.42rem;break-inside:avoid}
.hb-toc span{cursor:pointer;display:inline-flex;gap:.45rem;align-items:baseline}
.hb-toc span::before{content:"\2693";color:var(--amber);font-size:.72rem}
.hb-toc span:hover{color:var(--surf)}

.hb-points{margin:0 0 1.2rem;padding-left:1.2rem;color:var(--fog);display:grid;gap:.44rem}
.hb-points strong{color:var(--pearl)}
.hb-steps{margin:0 0 1.2rem;padding-left:1.35rem;color:var(--fog);display:grid;gap:.55rem}
.hb-steps strong{color:var(--pearl)}

.hb-ledger-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;border:1px solid var(--seam);border-radius:var(--rad);margin:0 0 1.4rem}
.hb-ledger{width:100%;border-collapse:collapse;font-size:.89rem;min-width:640px;background:var(--hull-2)}
.hb-ledger th,.hb-ledger td{padding:.76rem 1.05rem;text-align:left;border-top:1px solid var(--seam)}
.hb-ledger thead th{background:var(--hull-3);color:var(--surf);font-size:.71rem;text-transform:uppercase;letter-spacing:.05em;border-top:0;white-space:nowrap}
.hb-ledger tbody th{color:var(--pearl);font-weight:700;white-space:nowrap}
.hb-ledger td{color:var(--fog)}
.hb-ledger tbody tr:nth-child(even){background:var(--hull-3)}

.hb-fleet{margin-bottom:26px}
.hb-fleet__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:12px}
.hb-fleet__h{font-size:1.18rem;margin:0}
.hb-fleet__nav{display:flex;gap:8px}
.hb-nudge{width:36px;height:36px;border-radius:var(--pill);background:var(--hull-2);border:1px solid var(--seam);color:var(--pearl);
  font-size:1.15rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.hb-nudge:hover{border-color:var(--amber);background:var(--hull-3)}
.hb-fleet__track{display:grid;grid-auto-flow:column;grid-auto-columns:178px;gap:14px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:6px}
.hb-fleet__track::-webkit-scrollbar{display:none}
.hb-tile{scroll-snap-align:start;display:flex;flex-direction:column;cursor:pointer}
.hb-tile__art{position:relative;overflow:hidden;border-radius:var(--rad);background:var(--hull-3);border:1px solid var(--seam);aspect-ratio:360/472}
.hb-tile__art img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.hb-tile:hover .hb-tile__art img{transform:scale(1.06)}
.hb-tile__rtp{position:absolute;right:8px;top:8px;z-index:2;background:var(--surf);color:var(--on-surf);font-size:.66rem;font-weight:800;padding:.2rem .48rem;border-radius:var(--pill)}
.hb-tile__over{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;background:rgba(4,15,18,.6);transition:opacity .18s}
.hb-tile:hover .hb-tile__over{opacity:1}
.hb-tile__go{background:var(--amber);color:var(--on-amber);font-weight:800;font-size:.76rem;padding:.42rem 1rem;border-radius:var(--pill)}
.hb-tile__cap{padding:.55rem .15rem 0}
.hb-tile__name{display:block;font-weight:700;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hb-tile__maker{display:block;color:var(--fog);font-size:.73rem}

.hb-catch{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;padding:0;margin:0}
.hb-catch li{display:flex;align-items:center;gap:.7rem;min-width:0;background:var(--hull-2);border:1px solid var(--seam);border-radius:var(--rad);padding:.55rem .8rem}
.hb-catch li.is-new{animation:hbFresh .45s ease}
@keyframes hbFresh{from{opacity:0;transform:translateY(-8px);border-color:var(--amber)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.hb-catch li.is-new{animation:none}}
.hb-catch img{width:44px;height:58px;object-fit:cover;border-radius:8px;flex:0 0 auto}
.hb-catch span{flex:1;min-width:0;display:flex;flex-direction:column}
.hb-catch b{font-size:.87rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hb-catch small{color:var(--fog);font-size:.75rem}
.hb-catch em{font-style:normal;font-weight:800;color:var(--amber);font-size:.96rem;flex:0 0 auto}

.hb-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-top:1rem}
.hb-cards--4{grid-template-columns:repeat(4,1fr)}
.hb-brick{background:var(--hull-2);border:1px solid var(--seam);border-radius:var(--rad);padding:1.2rem;display:flex;flex-direction:column;gap:.45rem;transition:border-color .15s,background .15s}
.hb-brick:hover{border-color:var(--seam-2);background:var(--hull-3)}
.hb-brick__ic{width:44px;height:44px}
.hb-brick h3{margin:.2rem 0 0;font-size:1.05rem}
.hb-brick p{color:var(--fog);font-size:.89rem;margin:0;flex:1}

.hb-split{display:grid;grid-template-columns:1.4fr .85fr;gap:1.6rem;align-items:start}
.hb-spec{background:var(--hull-2);border:1px solid var(--seam);border-radius:var(--rad);padding:1.3rem;position:sticky;top:calc(var(--deck-h) + 18px)}
.hb-spec h3{margin:0 0 .4rem;font-size:1.05rem}
.hb-spec p{font-size:.86rem;margin:0 0 .75rem;color:var(--fog)}
.hb-spec dl{margin:0;display:grid;gap:.45rem}
.hb-spec dl>div{display:flex;justify-content:space-between;gap:1rem;font-size:.86rem;border-bottom:1px solid var(--seam);padding-bottom:.45rem}
.hb-spec dl>div:last-child{border-bottom:0;padding-bottom:0}
.hb-spec dt{color:var(--fog);margin:0}
.hb-spec dd{margin:0;font-weight:700;text-align:right}
.hb-stores{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}
.hb-store{display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;background:var(--hull-2);border:1px solid var(--seam);border-radius:11px;padding:.56rem 1rem;transition:border-color .15s,background .15s}
.hb-store:hover{border-color:var(--amber);background:var(--hull-3)}
.hb-store img{width:26px;height:26px}
.hb-store span{display:flex;flex-direction:column;line-height:1.2}
.hb-store small{color:var(--fog);font-size:.69rem}
.hb-store b{font-size:.92rem}

.hb-marks{list-style:none;display:grid;grid-template-columns:repeat(8,1fr);gap:.55rem;padding:0;margin:0 0 1.4rem}
.hb-marks li{background:var(--slab);border:1px solid var(--seam);border-radius:11px;padding:.5rem .4rem;display:flex;align-items:center;justify-content:center;min-width:0}
.hb-marks img{max-width:100%;height:auto;max-height:30px;width:auto;object-fit:contain}
.hb-marks--maker li{background:var(--hull-2)}
.hb-marks--maker img{max-height:24px;opacity:.95}

.hb-voices{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-top:1rem}
.hb-voice{background:var(--hull-2);border:1px solid var(--seam);border-radius:var(--rad);padding:1.15rem}
.hb-voice header{display:flex;align-items:center;gap:.65rem;margin-bottom:.45rem}
.hb-voice header img{width:48px;height:48px;border-radius:50%}
.hb-voice header b{display:block;font-size:.92rem}
.hb-voice header small{color:var(--fog);font-size:.77rem}
.hb-voice__stars{color:var(--amber);letter-spacing:.06em;margin-bottom:.35rem}
.hb-voice p{color:var(--fog);font-size:.87rem;margin:0}

.hb-qa{display:grid;gap:.5rem}
.hb-qa details{background:var(--hull-2);border:1px solid var(--seam);border-radius:11px;overflow:hidden}
.hb-qa details[open]{border-color:var(--seam-2)}
.hb-qa summary{list-style:none;cursor:pointer;padding:.95rem 1.15rem;display:flex;justify-content:space-between;gap:1rem;align-items:center}
.hb-qa summary::-webkit-details-marker{display:none}
.hb-qa summary h3{margin:0;font-family:var(--disp);font-weight:600;font-size:1rem;letter-spacing:-.005em}
.hb-qa summary::after{content:"\002B";color:var(--amber);font-size:1.3rem;line-height:1;flex:0 0 auto}
.hb-qa details[open] summary::after{content:"\2013"}
.hb-qa__a{padding:0 1.15rem 1.05rem}
.hb-qa__a p{margin:0;color:var(--fog);font-size:.9rem}

.hb-stamp{padding-top:44px}
.hb-stamp__box{display:flex;align-items:center;gap:.9rem;background:var(--hull-2);border:1px solid var(--seam);border-radius:var(--rad);padding:1rem 1.3rem;
  max-width:calc(var(--wrap) + var(--gut)*2);margin-inline:auto}
.hb-stamp__box img{width:34px;height:34px;flex:0 0 auto}
.hb-stamp__box p{margin:0;color:var(--fog);font-size:.88rem}
.hb-stamp__box strong{color:var(--pearl)}
.hb-stamp__box time{color:var(--surf);font-weight:700}

.hb-base{border-top:1px solid var(--seam);background:var(--hull);padding:clamp(28px,4vw,42px) 0 30px;margin-top:50px}
.hb-base__grid{display:grid;grid-template-columns:1.9fr 1fr 1fr 1.15fr;gap:1.6rem;margin-bottom:1.4rem}
.hb-base__brand img{height:40px;width:auto;margin-bottom:.65rem}
.hb-base__brand p{color:var(--fog);font-size:.85rem;max-width:46ch}
.hb-base__soc{margin-top:.9rem}
.hb-base__soc-h{color:var(--fog);font-size:.79rem;margin:0 0 .45rem}
.hb-base__soc ul{list-style:none;display:flex;flex-wrap:wrap;gap:.45rem;padding:0;margin:0}
.hb-base__soc li span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;background:var(--hull-2);border:1px solid var(--seam);border-radius:11px;transition:border-color .15s,background .15s}
.hb-base__soc li span:hover{border-color:var(--amber);background:var(--hull-3)}
.hb-base__soc img{width:22px;height:22px}
.hb-base__col{display:flex;flex-direction:column;gap:.42rem}
.hb-base__h{font-family:var(--disp);font-weight:600;font-size:.98rem;color:var(--pearl);margin:0 0 .3rem}
.hb-base__col span[role=link]{color:var(--fog);font-size:.85rem;cursor:pointer}
.hb-base__col span[role=link]:hover{color:var(--amber)}
.hb-base__app p:not(.hb-base__h){color:var(--fog);font-size:.83rem;margin:0 0 .55rem}
.hb-base__legal{border-top:1px solid var(--seam);padding-top:1.2rem}
.hb-base__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(--seam)}
.hb-base__pay li{background:var(--slab);border:1px solid var(--seam);border-radius:10px;padding:.4rem .7rem;display:flex;align-items:center;justify-content:center}
.hb-base__pay img{max-height:24px;width:auto;max-width:100%;object-fit:contain}
.hb-base__seals{list-style:none;display:grid;grid-template-columns:repeat(10,1fr);gap:.45rem;align-items:center;padding:0;margin:0 0 1.2rem}
.hb-base__seals li{display:flex;align-items:center;justify-content:center;min-width:0}
.hb-base__seals a{display:flex;align-items:center;justify-content:center;width:100%;background:var(--hull-2);border:1px solid var(--seam);border-radius:10px;padding:.45rem .3rem;transition:border-color .15s,background .15s}
.hb-base__seals a:hover{border-color:var(--amber);background:var(--hull-3)}
.hb-base__seals img{max-height:26px;max-width:100%;width:auto;height:auto;object-fit:contain;opacity:.92}
.hb-base__seals a:hover img{opacity:1}
.hb-base__disc{color:var(--fog);font-size:.83rem;margin:.45rem 0}
.hb-base__disc strong{color:var(--pearl)}
.hb-base__copy{color:var(--fog);font-size:.75rem;line-height:1.6;margin:.65rem 0 0;opacity:.85}

.hb-lift{position:fixed;right:20px;bottom:20px;z-index:88;width:46px;height:46px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;
  border:1px solid var(--seam-2);background:var(--hull-2);color:var(--amber);font-size:1.3rem;line-height:1;opacity:0;visibility:hidden;transition:opacity .22s,visibility .22s,background .15s,border-color .15s}
.hb-lift.is-on{opacity:1;visibility:visible}
.hb-lift:hover{background:var(--hull-3);border-color:var(--amber)}

#makers,#reviews,#faq{content-visibility:auto;contain-intrinsic-size:680px}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media(max-width:1250px){.hb-marks{grid-template-columns:repeat(5,1fr)}}
@media(max-width:1100px){
  .hb-berth{transform:translateX(-100%);width:var(--berth-w);z-index:85}
  body.hb-drawer .hb-berth{transform:translateX(0)}
  body.hb-tight .hb-berth{width:var(--berth-w)}
  body.hb-tight .hb-berth__lnk{justify-content:flex-start;padding:.62rem .7rem}
  body.hb-tight .hb-berth__lnk span,body.hb-tight .hb-berth__grp,body.hb-tight .hb-berth__lang span,body.hb-tight .hb-berth__toggle span{display:inline}
  body.hb-tight .hb-berth__foot .hb-act{display:inline-flex}
  .hb-berth__toggle{display:none}
  .hb-hull,body.hb-tight .hb-hull{margin-left:0}
}
@media(max-width:1000px){
  .hb-crest__in{grid-template-columns:1fr;gap:1.4rem}
  .hb-split{grid-template-columns:1fr}.hb-spec{position:static}
  .hb-cards,.hb-cards--4{grid-template-columns:1fr 1fr}
  .hb-voices{grid-template-columns:1fr 1fr}
  .hb-catch{grid-template-columns:1fr 1fr}
  .hb-toc ul{columns:2}
  .hb-base__grid{grid-template-columns:1fr 1fr}
  .hb-base__seals{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:768px){
  .hb-wrap{--gut:24px}
  .hb-trail ol,.hb-stamp__box{--gut:24px}
  .hb-deck__nav{display:none}
  .hb-deck__cta .hb-act--ghost{display:none}
  .hb-zone__in{padding:20px 20px 24px;border-radius:var(--rad)}
  .hb-voices{grid-template-columns:1fr}
  .hb-catch{grid-template-columns:1fr}
  .hb-toc ul{columns:1}
  .hb-ledger{min-width:560px;font-size:.83rem}
  .hb-ledger th,.hb-ledger td{padding:.58rem .68rem}
}
@media(max-width:560px){
  .hb-wrap{--gut:18px}
  .hb-cards,.hb-cards--4{grid-template-columns:1fr}
  .hb-stats{grid-template-columns:1fr}
  .hb-base__grid{grid-template-columns:1fr}
  .hb-base__seals{grid-template-columns:repeat(3,1fr)}
  .hb-marks{grid-template-columns:repeat(3,1fr)}
  .hb-fleet__track{grid-auto-columns:154px}
  .hb-ledger{min-width:480px;font-size:.78rem}
  .hb-ledger th,.hb-ledger td{padding:.48rem .52rem}
  .hb-lift{right:12px;bottom:12px;width:42px;height:42px}
}
@media(max-width:380px){
  .hb-wrap{--gut:14px}
  .hb-deck__brand img{height:32px}
  .hb-fleet__track{grid-auto-columns:142px}
  .hb-ledger{min-width:420px;font-size:.72rem}
}
