.hb-site{--hb-orange:#f57a00;--hb-orange-deep:#d96500;--hb-orange-pale:#fff3e6;--hb-ink:#222;--hb-muted:#777;--hb-line:#e4e4e4;--hb-line-strong:#ccc;--hb-bg:#fff;--hb-tint:#f7f6f4;--hb-red:#e0281e;--hb-green:#1d8a3c;--hb-blue:#1565c0;--hb-gold:#c79a1e;--hb-container:1200px;--hb-gutter:clamp(1rem, 3vw, 2rem);min-height:100vh;color:var(--hb-ink);background:var(--hb-bg);word-break:keep-all;font-size:15px}.hb-site a{color:inherit}.hb-site{--focus-ring-color:var(--hb-blue)}.hb-skip{z-index:var(--z-skip-link);background:var(--hb-orange-deep);padding:.8rem 1rem;font-weight:800;position:fixed;top:-100px;left:1rem;color:#fff!important}.hb-skip:focus{top:1rem}.hb-nav{z-index:var(--z-header);background:var(--hb-bg);box-shadow:var(--shadow-ui);position:sticky;top:0}.hb-nav__top{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;min-height:68px;margin:0 auto;display:grid}.hb-brand{grid-template-columns:38px 1fr;align-content:center;column-gap:.6rem;text-decoration:none;display:grid}.hb-brand>span{border-radius:var(--radius-lg);color:#fff;background:var(--hb-orange);grid-row:span 2;place-content:center;width:38px;height:38px;font-size:1.3rem;font-weight:900;display:grid}.hb-brand strong{font:900 .95rem/1 var(--font-sans);letter-spacing:.05em;align-self:end}.hb-brand small{color:var(--hb-muted);font-size:.7rem;font-weight:700}.hb-search{border:2px solid var(--hb-orange);border-radius:var(--radius-lg);width:100%;max-width:520px;height:44px;margin:0 auto;display:flex;overflow:hidden}.hb-search:focus-within{outline:3px solid var(--hb-blue);outline-offset:2px}.hb-search input{min-width:0;font:inherit;border:0;flex:1;padding:0 1.1rem}.hb-search input:focus{outline:none}.hb-search button{color:#fff;background:var(--hb-orange);font:inherit;cursor:pointer;border:0;padding:0 1.1rem;font-size:.88rem;font-weight:850}.hb-search button:hover{background:var(--hb-orange-deep)}.hb-quick{align-items:center;gap:1.1rem;font-size:.85rem;font-weight:750;display:flex}.hb-quick a{text-decoration:none}.hb-quick a:hover{color:var(--hb-orange-deep)}.hb-quick__home{border-left:1px solid var(--hb-line);color:var(--hb-muted);font:800 .75rem/1 var(--font-sans);padding-left:1.1rem}.hb-site a.hb-quick__login{border:1px solid var(--hb-orange);color:var(--hb-orange-deep);white-space:nowrap;transition:background var(--motion-duration) var(--motion-ease), color var(--motion-duration) var(--motion-ease);border-radius:999px;padding:.55rem 1.1rem;font-size:.82rem;font-weight:800}.hb-site a.hb-quick__login:hover{background:var(--hb-orange);color:#fff}.hb-profile{position:relative}.hb-profile__trigger{border:1px solid var(--hb-line-strong);background:var(--hb-tint);cursor:pointer;border-radius:50%;place-items:center;width:34px;height:34px;padding:0;display:grid;overflow:hidden}.hb-profile__trigger:hover{border-color:var(--hb-orange)}.hb-profile__trigger img{object-fit:cover;width:100%;height:100%}.hb-profile__fallback{color:var(--hb-orange-deep);font-size:.85rem;font-weight:900}.hb-profile__menu{z-index:var(--z-dropdown);border:1px solid var(--hb-line-strong);width:210px;box-shadow:var(--shadow-ui);background:#fff;padding:.45rem;display:grid;position:absolute;top:calc(100% + 8px);right:0}.hb-profile__identity{background:var(--hb-orange-pale);gap:.2rem;padding:.75rem;display:grid}.hb-profile__identity strong{font-size:.78rem;font-weight:850}.hb-profile__identity span{color:#8a7358;text-overflow:ellipsis;font-size:.62rem;overflow:hidden}.hb-profile__menu form{display:block}.hb-site .hb-profile__link{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;margin-top:.2rem;padding:.66rem .75rem;font-size:.78rem;font-weight:700;text-decoration:none;display:block}.hb-site .hb-profile__link:hover{background:var(--hb-tint)}.hb-site .hb-profile__logout{color:var(--hb-red)}.hb-catbar{background:var(--hb-orange)}.hb-catbar>nav{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));margin:0 auto;display:flex}.hb-nav__item{position:relative}.hb-nav__item>button{color:#fff;min-height:46px;font:inherit;cursor:default;background:0 0;border:0;align-items:center;gap:.45rem;padding:0 1.25rem;font-size:.95rem;font-weight:800;display:flex}.hb-nav__item>button i{width:6px;height:6px;transition:transform var(--motion-duration) var(--motion-ease);border-bottom:1.5px solid;border-right:1.5px solid;transform:translateY(-2px)rotate(45deg)}.hb-nav__item:hover>button,.hb-nav__item:focus-within>button{background:var(--hb-orange-deep)}.hb-nav__item:hover>button i,.hb-nav__item:focus-within>button i{transform:translateY(2px)rotate(225deg)}.hb-nav__dropdown{visibility:hidden;opacity:0;border:1px solid var(--hb-line-strong);width:220px;box-shadow:var(--shadow-ui);pointer-events:none;transition:opacity var(--motion-duration) var(--motion-ease), visibility var(--motion-duration) var(--motion-ease), transform var(--motion-duration) var(--motion-ease);background:#fff;border-top:0;display:grid;position:absolute;top:100%;left:0;transform:translateY(6px)}.hb-nav__dropdown p{color:var(--hb-orange-deep);background:var(--hb-orange-pale);font:800 .68rem/1 var(--font-sans);letter-spacing:.08em;margin:0;padding:.65rem 1rem}.hb-nav__dropdown a{border-top:1px solid var(--hb-line);justify-content:space-between;align-items:center;min-height:42px;padding:.55rem 1rem;font-size:.9rem;font-weight:650;text-decoration:none;display:flex}.hb-nav__dropdown a span{color:var(--hb-orange);font-weight:900}.hb-nav__dropdown a:hover{background:var(--hb-orange-pale);color:var(--hb-orange-deep)}.hb-nav__item:hover .hb-nav__dropdown,.hb-nav__item:focus-within .hb-nav__dropdown{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.hb-catbar>nav[data-dismissed=true] .hb-nav__dropdown{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(6px)}.hb-catbar a.hb-catbar__link{color:#fff;white-space:nowrap;align-items:center;min-height:46px;padding:0 1.25rem;font-size:.95rem;font-weight:800;text-decoration:none;display:flex}.hb-catbar a.hb-catbar__link:hover{background:var(--hb-orange-deep)}.hb-burger{border-radius:var(--radius-lg);background:var(--hb-orange);color:#fff;cursor:pointer;border:0;justify-content:center;align-items:center;width:44px;height:44px;display:none}.hb-burger:hover{background:var(--hb-orange-deep)}.hb-search-toggle{border:2px solid var(--hb-orange);border-radius:var(--radius-lg);width:44px;height:44px;color:var(--hb-orange-deep);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:none}.hb-search-toggle[aria-expanded=true],.hb-search-toggle:hover{color:#fff;background:var(--hb-orange)}.hb-search-row{display:none}.hb-sheet{z-index:var(--z-modal);background:var(--hb-bg);flex-direction:column;width:100vw;height:100dvh;animation:.22s ease-out both hb-sheet-in;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.hb-sheet__head{min-height:58px;padding:.5rem var(--hb-gutter);border-bottom:1px solid var(--hb-line);justify-content:space-between;align-items:center;display:flex}.hb-sheet__head>p{color:var(--hb-orange-deep);font:800 .72rem/1 var(--font-sans);letter-spacing:.1em;margin:0}.hb-sheet__close{border-radius:var(--radius-lg);background:var(--hb-orange-pale);width:44px;height:44px;color:var(--hb-orange-deep);cursor:pointer;border:0;justify-content:center;align-items:center;display:flex}.hb-sheet a.hb-sheet__feature{padding:1rem var(--hb-gutter) 1.1rem;border-bottom:1px solid var(--hb-line);background:var(--hb-orange-pale);color:var(--hb-orange-deep);flex-direction:column;gap:.25rem;font-size:1.02rem;font-weight:900;text-decoration:none;display:flex}.hb-sheet__feature span{color:#8a7358;font-size:.8rem;font-weight:650}.hb-sheet__group{border-bottom:1px solid var(--hb-line)}.hb-sheet__trigger{width:100%;min-height:60px;padding:0 var(--hb-gutter);text-align:left;font:900 1.02rem/1.4 var(--font-sans);cursor:pointer;background:0 0;border:0;align-items:center;gap:.6rem;display:flex}.hb-sheet__trigger>span{color:var(--hb-muted);font:800 .62rem/1 var(--font-sans);letter-spacing:.08em}.hb-sheet__trigger small{color:var(--hb-muted);font:700 .7rem/1 var(--font-sans);letter-spacing:.1em;align-items:center;gap:.5rem;margin-left:auto;display:flex}.hb-sheet__trigger small i{font-size:.9rem;font-style:normal;transition:transform .18s}.hb-sheet__group[data-open=true] .hb-sheet__trigger small i{transform:rotate(180deg)}.hb-sheet__links{padding:0 calc(var(--hb-gutter) - .35rem) .8rem;display:grid}.hb-sheet__links a{border-radius:var(--radius-lg);word-break:keep-all;justify-content:space-between;align-items:center;min-height:52px;padding:.8rem .95rem;font-size:.98rem;font-weight:700;line-height:1.5;text-decoration:none;display:flex}.hb-sheet__links a span{color:var(--hb-orange);font-weight:900}.hb-sheet__links a:active{background:var(--hb-orange-pale);color:var(--hb-orange-deep)}.hb-site a.hb-sheet__login{margin:1.4rem var(--hb-gutter) 0;border:1px solid var(--hb-orange);border-radius:var(--radius-lg);color:var(--hb-orange-deep);text-align:center;padding:.9rem 1rem;font-size:.95rem;font-weight:850;text-decoration:none}.hb-sheet__account{margin:1.4rem var(--hb-gutter) 0;border:1px solid var(--hb-line);background:var(--hb-tint);padding:1rem}.hb-sheet__account-id{align-items:center;gap:.7rem;display:flex}.hb-sheet__account-id img{object-fit:cover;border-radius:50%;width:38px;height:38px}.hb-sheet__account-id>span{background:var(--hb-orange-pale);width:38px;height:38px;color:var(--hb-orange-deep);border-radius:50%;place-items:center;font-weight:900;display:grid}.hb-sheet__account-id strong{font-size:.95rem;font-weight:850;display:block}.hb-sheet__account-id small{color:var(--hb-muted);font-size:.72rem}.hb-sheet__account-links{flex-wrap:wrap;gap:.5rem;margin-top:.9rem;display:flex}.hb-site .hb-sheet__account-links a,.hb-sheet__account-links button{border:1px solid var(--hb-line-strong);min-height:40px;font:inherit;cursor:pointer;background:#fff;padding:.6rem 1rem;font-size:.82rem;font-weight:750;text-decoration:none}.hb-sheet__account-links button{color:var(--hb-red)}.hb-sheet__network{margin:1.4rem var(--hb-gutter) 2.5rem;border:1px solid var(--hb-line-strong);border-radius:var(--radius-lg);color:var(--hb-orange-deep);font:800 .78rem/1 var(--font-sans);letter-spacing:.06em;align-self:flex-start;padding:.82rem 1.2rem;text-decoration:none}.hb-sheet__network:active{border-color:var(--hb-orange);background:var(--hb-orange-pale)}@keyframes hb-sheet-in{0%{opacity:0;transform:translateY(-10px)}}@media (min-width:641px){.hb-sheet{display:none}}.hb-banner{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));margin:1.25rem auto 0}.hb-banner__track{scroll-snap-type:x mandatory;border-radius:var(--radius-lg);grid-auto-columns:100%;grid-auto-flow:column;gap:1rem;display:grid;overflow-x:auto}.hb-banner__slide{border-radius:var(--radius-lg);color:#fff;scroll-snap-align:start;align-content:center;justify-items:start;gap:.6rem;min-height:360px;padding:2.5rem clamp(1.5rem,5vw,4.5rem);display:grid}.hb-banner__slide--a{background:linear-gradient(115deg,#5b2d8f,#a04ad6 55%,#e08bff)}.hb-banner__slide--b{background:linear-gradient(115deg,#0b5e8f,#1e9ad6 55%,#7fd4ff)}.hb-banner__slide--c{background:linear-gradient(115deg,#b33a1a,#f57a00 55%,#ffc36b)}.hb-banner__slide p{border-radius:var(--radius-lg);font:800 .68rem/1 var(--font-sans);letter-spacing:.1em;background:#00000040;margin:0;padding:.35rem .6rem}.hb-banner__slide h2{letter-spacing:-.035em;margin:.3rem 0 0;font-size:clamp(2rem,4.2vw,3.2rem);font-weight:900}.hb-banner__slide span{opacity:.92;font-size:1.05rem}.hb-banner__slide a{border-radius:var(--radius-lg);color:var(--hb-ink);background:#fff;margin-top:1.1rem;padding:.7rem 1.4rem;font-size:.92rem;font-weight:800;text-decoration:none}.hb-banner__slide a:hover{background:var(--hb-orange-pale)}.hb-section{padding:2.5rem 0 2.75rem}.hb-section--tinted{background:var(--hb-tint)}.hb-section__head{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));align-items:baseline;gap:1rem;margin:0 auto 1.25rem;display:flex}.hb-section__head h2{letter-spacing:-.02em;margin:0;font-size:1.45rem;font-weight:900}.hb-section__head p{color:var(--hb-muted);margin:0;font-size:.85rem;font-weight:600}.hb-carousel{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));margin:0 auto;position:relative}.hb-rank-row{cursor:grab;-webkit-user-select:none;user-select:none;grid-auto-columns:200px;grid-auto-flow:column;gap:.9rem;margin-top:-6px;padding:6px 0 1rem;display:grid;overflow-x:auto}.hb-rank-row:active{cursor:grabbing}.hb-carousel__btn{z-index:5;border:1px solid var(--hb-line-strong);width:40px;height:40px;box-shadow:var(--shadow-ui);color:var(--hb-ink);cursor:pointer;transition:opacity var(--motion-duration) var(--motion-ease), border-color var(--motion-duration) var(--motion-ease);background:#fff;border-radius:50%;place-content:center;padding:0 0 4px;font-size:1.5rem;font-weight:900;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.hb-carousel__btn:hover:not(:disabled){border-color:var(--hb-orange);color:var(--hb-orange-deep)}.hb-carousel__btn:disabled{opacity:.3;cursor:default}.hb-carousel__btn--prev{left:-14px}.hb-carousel__btn--next{right:-14px}.hb-grid{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));gap:.9rem;margin:0 auto;display:grid}.hb-grid--4{grid-template-columns:repeat(4,1fr)}.hb-grid--5{grid-template-columns:repeat(5,1fr)}.hb-product{border:1px solid var(--hb-line);border-radius:var(--radius-lg);transition:transform var(--motion-duration) var(--motion-ease), box-shadow var(--motion-duration) var(--motion-ease), border-color var(--motion-duration) var(--motion-ease);background:#fff;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.hb-product:hover{border-color:var(--hb-orange);box-shadow:var(--shadow-ui);transform:translateY(-3px)}.hb-product__thumb{aspect-ratio:1;place-content:center;width:100%;display:grid;position:relative;overflow:hidden}.hb-product__thumb img{object-fit:contain;width:100%;height:100%;display:block;position:absolute;inset:0}.hb-product__thumb[data-image=true]{background:var(--hb-tint)}.hb-product__thumb>span{color:#00000052;letter-spacing:.06em;text-align:center;max-width:90%;font-size:.78rem;font-weight:850}.hb-product__thumb--figure{background:linear-gradient(160deg,#fde7f1,#f8c9de)}.hb-product__thumb--plamo{background:linear-gradient(160deg,#e5edf8,#c6d8ef)}.hb-product__thumb--tcg{background:linear-gradient(160deg,#fdf3d8,#f6e0a3)}.hb-product__thumb--lego{background:linear-gradient(160deg,#fde5e0,#f8c6bc)}.hb-product__thumb--display{background:linear-gradient(160deg,#e6f4ea,#c8e6d1)}.hb-product__thumb--trade{background:linear-gradient(160deg,#eee9f9,#d6cbf0)}.hb-product--soldout .hb-product__thumb{filter:grayscale();opacity:.55}.hb-product__rank{border-radius:0 0 var(--radius-lg) 0;color:#fff;background:#6b6b6b;place-content:center;width:34px;height:34px;font-size:1rem;font-weight:900;display:grid;position:absolute;top:0;left:0}.hb-product__rank--top{background:var(--hb-gold)}.hb-product__edition-badge{z-index:1;box-shadow:var(--shadow-ui);letter-spacing:-.015em;-webkit-backdrop-filter:blur(var(--backdrop-blur-ui));backdrop-filter:blur(var(--backdrop-blur-ui));border:1px solid #ffffffb8;border-radius:999px;padding:.34rem .58rem;font-size:.66rem;font-style:normal;font-weight:850;line-height:1;position:absolute;top:.65rem;right:.65rem}.hb-product__edition-badge--exclusive{color:#fff;background:#1b1f26e0}.hb-product__edition-badge--retiring{color:#7a2c00;background:#ffedd3f0}.hb-product__body{flex-direction:column;flex:1;gap:.3rem;padding:.8rem .9rem 1rem;display:flex}.hb-product__body h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin:0;font-size:.92rem;font-weight:750;line-height:1.3;display:-webkit-box;overflow:hidden}.hb-product__price{align-items:baseline;gap:.45rem;margin:.15rem 0 0;display:flex}.hb-product__price em{color:var(--hb-muted);font-size:.72rem;font-style:normal;font-weight:800}.hb-product__price strong{color:var(--hb-red);font-size:1.15rem;font-weight:900}.hb-product__price--unavailable strong,.hb-product__price--negotiable strong{font-size:.95rem}.hb-product__price--unavailable strong{color:var(--hb-muted)}.hb-product__price--negotiable strong{color:var(--hb-orange-deep)}.hb-product--soldout .hb-product__price strong{color:var(--hb-muted)}.hb-product__meta{color:var(--hb-muted);align-items:center;gap:.5rem;margin:auto 0 0;padding-top:.45rem;font-size:.72rem;font-weight:650;display:flex}.hb-badge{border-radius:var(--radius-lg);padding:.22rem .5rem;font-size:.72rem;font-style:normal;font-weight:800}.hb-badge--upcoming{color:var(--hb-orange-deep);background:var(--hb-orange-pale)}.hb-badge--instock{color:var(--hb-green);background:#e7f4eb}.hb-badge--soldout{color:#666;background:#ececec}.hb-cats{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));grid-template-columns:repeat(3,1fr);gap:.9rem;margin:0 auto;display:grid}.hb-cats__box{border:1px solid var(--hb-line);border-radius:var(--radius-lg);background:#fff;padding:1.1rem 1.2rem 1.25rem}.hb-cats__box h3{align-items:baseline;gap:.5rem;margin:0 0 .7rem;font-size:1.05rem;font-weight:900;display:flex}.hb-cats__box h3 span{color:var(--hb-muted);font:800 .62rem/1 var(--font-sans);letter-spacing:.08em}.hb-cats__box div{flex-wrap:wrap;gap:.4rem;display:flex}.hb-cats__box div a{border:1px solid var(--hb-line);border-radius:var(--radius-lg);padding:.38rem .7rem;font-size:.82rem;font-weight:700;text-decoration:none}.hb-cats__box div a:hover{border-color:var(--hb-orange);color:var(--hb-orange-deep);background:var(--hb-orange-pale)}.hb-info{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));grid-template-columns:repeat(3,1fr);gap:1rem;margin:0 auto;padding:2rem 0 3rem;display:grid}.hb-info>div{border:1px solid var(--hb-line);border-radius:var(--radius-lg);padding:1.1rem 1.2rem}.hb-info>div strong{font-size:.95rem;font-weight:850}.hb-info>div p{color:var(--hb-muted);margin:.3rem 0 0;font-size:.78rem;line-height:1.5}.hb-homehero{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:clamp(2rem,5vw,5rem);margin:0 auto;padding:clamp(4rem,8vw,7.5rem) 0 clamp(4.5rem,8vw,7rem);display:grid}.hb-homehero__copy{align-self:center}.hb-homehero h1{letter-spacing:-.065em;margin:0;font-size:clamp(3rem,5.5vw,5.2rem);font-weight:900;line-height:1.08}.hb-homehero h1 em{color:var(--hb-orange-deep);font-style:normal;font-weight:inherit}.hb-homehero__lead{color:#5f5a52;max-width:650px;margin:1.8rem 0 0;font-size:clamp(1rem,1.4vw,1.12rem);font-weight:560;line-height:1.85}.hb-homehero__actions{flex-wrap:wrap;gap:.65rem;margin-top:2rem;display:flex}.hb-homehero__actions a{border:1px solid var(--hb-ink);color:#fff;background:var(--hb-ink);min-height:48px;transition:transform var(--motion-duration) var(--motion-ease), color var(--motion-duration) var(--motion-ease), background var(--motion-duration) var(--motion-ease);align-items:center;padding:.8rem 1.25rem;font-size:.9rem;font-weight:800;text-decoration:none;display:inline-flex}.hb-homehero__actions a+a{color:var(--hb-ink);background:0 0}.hb-homehero__actions a:hover{transform:translateY(-2px)}.hb-homehero__actions a+a:hover{color:var(--hb-orange-deep);border-color:var(--hb-orange);background:var(--hb-orange-pale)}.hb-homehero__note{color:#8a847a;margin:1rem 0 0;font-size:.75rem;font-weight:650}.hb-figure-stage{--hero-rx:0deg;--hero-ry:0deg;--hero-x:0px;--hero-y:0px;isolation:isolate;perspective:1100px;align-self:center;min-height:590px;position:relative}.hb-figure-stage:before{z-index:-1;content:"";background:radial-gradient(#e2dbd08c,#f5f1e900 68%);border-radius:50%;height:72%;position:absolute;bottom:7%;left:8%;right:8%}.hb-figure-stage__shadow{z-index:0;filter:blur(16px);width:47%;height:5%;transform:translateX(calc(-50% - var(--hero-x)));transition:transform var(--motion-duration) var(--motion-ease);background:#211d1836;border-radius:50%;position:absolute;bottom:5%;left:50%}.hb-figure-stage__image{z-index:1;transform:translate3d(var(--hero-x), var(--hero-y), 24px) rotateX(var(--hero-rx)) rotateY(var(--hero-ry));transform-style:preserve-3d;transition:transform var(--motion-duration) var(--motion-ease);place-items:center;display:grid;position:absolute;inset:.5rem 1rem 1.8rem}.hb-figure-stage__photo{object-fit:contain;filter:drop-shadow(0 25px 20px #281c1229);width:100%;height:100%}@media (prefers-reduced-motion:reduce){.hb-figure-stage__image,.hb-figure-stage__shadow{transition:none}}.hb-atlas,.hb-notes,.hb-shop-shelf{padding:clamp(4.5rem,8vw,7rem) 0}.hb-atlas{border-top:1px solid var(--hb-line);background:#f5f1e9}.hb-homehead{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));justify-content:space-between;align-items:end;gap:2rem;margin:0 auto 2.2rem;display:flex}.hb-homehead h2{letter-spacing:-.045em;margin:0;font-size:clamp(2rem,4vw,3.25rem);font-weight:900}.hb-homehead .hb-homehead__description{color:#706b62;margin:.8rem 0 0;font-size:.88rem;font-weight:650;line-height:1.7}.hb-homehead>p{color:#706b62;text-align:right;margin:0;font-size:.88rem;font-weight:650;line-height:1.7}.hb-atlas__grid{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));border-top:2px solid var(--hb-ink);border-left:1px solid #cfc8bc;grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid}.hb-atlas__card{min-height:390px;transition:color var(--motion-duration) var(--motion-ease), background var(--motion-duration) var(--motion-ease), transform var(--motion-duration) var(--motion-ease);background:#ffffff7a;border-bottom:1px solid #cfc8bc;border-right:1px solid #cfc8bc;flex-direction:column;padding:1.6rem;display:flex;position:relative}.hb-atlas__card:hover{z-index:2;color:#fff;background:var(--hb-ink);transform:translateY(-5px)}.hb-atlas__card h3{letter-spacing:-.035em;margin:0;font-size:1.8rem;font-weight:900}.hb-atlas__card>span{color:#6b655c;margin-top:.75rem;font-size:.87rem;font-weight:580;line-height:1.7}.hb-atlas__card:hover>span{color:#ccc8c1}.hb-atlas__links{flex-wrap:wrap;gap:.38rem;margin-top:1.4rem;display:flex}.hb-atlas__links a{border-radius:var(--radius-lg);border:1px solid #d2ccc1;padding:.35rem .62rem;font-size:.74rem;font-weight:750;text-decoration:none}.hb-atlas__card:hover .hb-atlas__links a{border-color:#585652}.hb-atlas__links a:hover{background:#fff;color:#292825!important;border-color:#fff!important}.hb-atlas__more{border-top:1px solid #cfc8bc;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.1rem;font-size:.83rem;font-weight:850;text-decoration:none;display:flex}.hb-atlas__card:hover .hb-atlas__more{border-color:#585652}.hb-notes{background:#fff;border-top:1px solid #d7d0c5}.hb-notes__grid{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));grid-template-columns:repeat(3,1fr);gap:1.1rem;margin:0 auto;display:grid}.hb-note-card{min-height:440px;transition:transform var(--motion-duration) var(--motion-ease), box-shadow var(--motion-duration) var(--motion-ease);background:#faf8f3;border:1px solid #d2ccc2;grid-template-rows:auto 1fr;text-decoration:none;display:grid;overflow:hidden}.hb-note-card:hover{box-shadow:var(--shadow-ui);transform:translateY(-5px)}.hb-note-card__cover{aspect-ratio:16/9;background:#edc9ce;place-items:center;display:grid;position:relative;overflow:hidden}.hb-note-card--plamo .hb-note-card__cover{background:#c9d9e5}.hb-note-card--tcg .hb-note-card__cover{background:#e8d9a8}.hb-note-card--display .hb-note-card__cover{background:#c9ddd0}.hb-note-card--trade .hb-note-card__cover{background:#d6cfe4}.hb-note-card__cover img{object-fit:cover;width:100%;height:100%}.hb-note-card__cover[data-image=true]{background:var(--hb-tint)}.hb-note-card__cover[data-image=true]:before{content:none}.hb-note-card__cover:before{content:"";border:1px solid #00000029;position:absolute;inset:14px}.hb-note-card__cover i{clip-path:polygon(32% 0,68% 0,80% 18%,72% 38%,88% 100%,12% 100%,28% 38%,20% 18%);background:#bd4b3c;width:72px;height:108px;display:block}.hb-note-card--plamo .hb-note-card__cover i{clip-path:polygon(2% 37%,25% 33%,38% 0,48% 30%,72% 6%,67% 39%,98% 49%,70% 61%,85% 100%,52% 76%,25% 100%,31% 67%,0 61%);background:#27637f;width:145px;height:100px}.hb-note-card--tcg .hb-note-card__cover i{border-radius:var(--radius-lg);clip-path:none;background:repeating-linear-gradient(135deg,#d96500 0 9px,#f5eee2 9px 18px);border:5px solid #2d2c29;width:64px;height:94px;transform:rotate(-5deg)}.hb-note-card--display .hb-note-card__cover i{clip-path:none;background:linear-gradient(#0000 47%,#315e55 47% 53%,#0000 53%);border:7px solid #315e55;width:92px;height:112px}.hb-note-card--trade .hb-note-card__cover i{clip-path:polygon(50% 0,61% 33%,98% 35%,68% 56%,79% 92%,50% 70%,21% 92%,32% 56%,2% 35%,39% 33%);background:#63548a;width:92px;height:92px}.hb-note-card__body{flex-direction:column;padding:1.35rem;display:flex}.hb-note-card__body>p{color:#777169;justify-content:space-between;align-items:center;margin:0;font-size:.7rem;font-weight:750;display:flex}.hb-note-card__body>p span{color:var(--hb-orange-deep)}.hb-note-card__body h3{-webkit-line-clamp:2;letter-spacing:-.03em;-webkit-box-orient:vertical;margin:1rem 0 0;font-size:1.45rem;line-height:1.35;display:-webkit-box;overflow:hidden}.hb-note-card__body>strong{-webkit-line-clamp:3;color:#625e57;-webkit-box-orient:vertical;margin-top:.7rem;font-size:.82rem;font-weight:600;line-height:1.7;display:-webkit-box;overflow:hidden}.hb-note-card__body>b{color:#1f3934;margin-top:auto;padding-top:1rem;font-size:.78rem}.hb-notes-page{background:#f5f1e9}.hb-notes-hero{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));margin:0 auto;padding:clamp(2rem,4vw,3.5rem) 0 clamp(3rem,6vw,5rem)}.hb-notes-hero>p{color:var(--hb-orange-deep);font:800 .72rem/1 var(--font-sans);letter-spacing:.1em;margin:0 0 1.1rem}.hb-notes-hero h1{letter-spacing:-.06em;margin:0;font-size:clamp(2.6rem,5vw,4.4rem);font-weight:900;line-height:1.1}.hb-notes-hero>span{color:#555149;max-width:660px;margin-top:1.4rem;font-size:1rem;font-weight:560;line-height:1.85;display:block}.hb-notes-hero__tags{flex-wrap:wrap;gap:.4rem;margin-top:1.6rem;display:flex}.hb-notes-hero__tags b{border-radius:var(--radius-lg);color:#5f5a52;border:1px solid #cfc8bc;padding:.35rem .7rem;font-size:.74rem;font-weight:750}.hb-article{background:#faf8f3}.hb-article__hero{width:min(920px, calc(100% - (var(--hb-gutter) * 2)));margin:0 auto;padding:clamp(3.5rem,7vw,6rem) 0 clamp(2.5rem,5vw,4rem)}.hb-article__hero>div{flex-direction:column;display:flex}.hb-article__hero>div>p{color:var(--hb-orange-deep);margin:0 0 1.2rem;font-size:.75rem;font-weight:850}.hb-article__hero h1{letter-spacing:-.06em;text-wrap:balance;max-width:880px;margin:0;font-size:clamp(2.8rem,5.5vw,5rem);line-height:1.08}.hb-article__hero>div>strong{color:#555149;max-width:720px;margin-top:1.5rem;font-size:1rem;line-height:1.8}.hb-article__cover{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));aspect-ratio:16/9;background:#edc9ce;border:1px solid #00000026;place-items:center;margin:0 auto;display:grid;position:relative;overflow:hidden}.hb-article__cover--plamo{background:#c9d9e5}.hb-article__cover--tcg{background:#e8d9a8}.hb-article__cover--display{background:#c9ddd0}.hb-article__cover--trade{background:#d6cfe4}.hb-article__cover--image{background:var(--hb-tint);border-color:#0000001a}.hb-article__cover--image:before{content:none}.hb-article__cover--image img{object-fit:cover;width:100%;height:100%}.hb-article__cover:before{content:"";border:1px solid #0000002b;position:absolute;inset:20px}.hb-article__cover i{aspect-ratio:.7;clip-path:polygon(32% 0,68% 0,80% 18%,72% 38%,88% 100%,12% 100%,28% 38%,20% 18%);background:#2c2b28b8;width:19%}.hb-article__cover figcaption{color:#0000007a;font:800 .65rem/1 var(--font-sans);letter-spacing:.08em;position:absolute;bottom:1.6rem;right:1.8rem}.hb-article__content{width:min(760px, calc(100% - (var(--hb-gutter) * 2)));margin:0 auto;padding:clamp(4rem,8vw,7rem) 0}.hb-article__lead{border-left:4px solid var(--hb-orange);margin:0 0 4rem;padding-left:1.3rem;font-size:1.25rem;font-weight:750;line-height:1.8}.hb-article__content>section{margin-top:3.5rem}.hb-article__content>section h2{letter-spacing:-.03em;margin:0 0 1rem;font-size:1.65rem}.hb-article__content>section p{color:#57534d;margin:0;font-size:1rem;line-height:2}.hb-rich-content{color:#57534d;font-size:1rem;line-height:2}.hb-rich-content h2{color:var(--hb-ink);letter-spacing:-.03em;margin:3.5rem 0 1rem;font-size:1.65rem;line-height:1.4}.hb-rich-content h3{color:var(--hb-ink);letter-spacing:-.02em;margin:2.5rem 0 .8rem;font-size:1.2rem}.hb-rich-content p{margin:0 0 1.3rem}.hb-rich-content ul,.hb-rich-content ol{background:#fff;gap:.6rem;margin:1.5rem 0;padding:1.3rem 1.3rem 1.3rem 2.6rem;display:grid}.hb-rich-content ul{list-style:none}.hb-rich-content ol{list-style:decimal}.hb-rich-content li>p{margin:0}.hb-rich-content ul>li{position:relative}.hb-rich-content ul>li:before{background:var(--hb-orange);content:"";border-radius:50%;width:.42rem;height:.42rem;position:absolute;top:50%;left:-1.15rem;transform:translateY(-50%)}.hb-rich-content ol>li::marker{color:var(--hb-orange);font-weight:800}.hb-rich-content blockquote{border-left:4px solid var(--hb-orange);background:var(--hb-orange-pale);margin:2.2rem 0;padding:1.3rem 1.5rem;font-size:.95rem;font-weight:650;line-height:1.9}.hb-rich-content a{color:var(--hb-orange-deep);text-underline-offset:3px;font-weight:750;text-decoration:underline}.hb-rich-content hr{border:0;border-top:1px solid #d7d0c5;margin:3rem 0}.hb-rich-content code{background:#fff;padding:.1rem .35rem;font-size:.9em}.hb-rich-table{margin:2.2rem 0;overflow-x:auto}.hb-rich-table table{border-collapse:collapse;width:100%;font-size:.88rem;line-height:1.6}.hb-rich-table th,.hb-rich-table td{text-align:left;vertical-align:middle;border:1px solid #d7d0c5;min-width:110px;padding:.8rem 1rem}.hb-rich-table th p,.hb-rich-table td p{margin:0}.hb-rich-table th{background:var(--hb-orange-pale);color:var(--hb-ink);font-weight:800}.hb-rich-table td{background:#fff}.hb-article__content aside{background:#fff;border:1px solid #d7d0c5;margin-top:4rem;padding:1.6rem}.hb-article__content aside strong{font-size:1rem}.hb-article__content aside p{color:#69645d;margin:.5rem 0 1rem;font-size:.84rem;line-height:1.7}.hb-article__content aside a{color:var(--hb-orange-deep);font-size:.82rem;font-weight:850;text-decoration:none}.hb-article__more{background:#fff;border-top:1px solid #d7d0c5;padding:4rem 0 6rem}.hb-article__more>div{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));grid-template-columns:repeat(3,1fr);gap:1rem;margin:0 auto;display:grid}.hb-article__more>div>a{border:1px solid #d7d0c5;flex-direction:column;min-height:240px;padding:1.4rem;text-decoration:none;display:flex}.hb-article__more a>span{color:var(--hb-orange-deep);font-size:.7rem;font-weight:850}.hb-article__more a h3{margin:1rem 0 0;font-size:1.3rem;line-height:1.4}.hb-article__more a p{color:#6a655e;font-size:.78rem;line-height:1.65}.hb-article__more a strong{margin-top:auto;font-size:.76rem}.hb-shop-shelf{border-top:1px solid var(--hb-line);background:#f7f6f4}.hb-breadcrumb{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));color:var(--hb-muted);align-items:center;gap:.5rem;margin:0 auto;padding:1rem 0 .5rem;font-size:.8rem;font-weight:650;display:flex}.hb-breadcrumb a{text-decoration:none}.hb-breadcrumb a:hover{color:var(--hb-orange-deep)}.hb-breadcrumb strong{color:var(--hb-ink)}.hb-listing__head{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));border-bottom:2px solid var(--hb-ink);margin:0 auto;padding:.5rem 0 1rem}.hb-listing__head h1{letter-spacing:-.02em;align-items:baseline;gap:.7rem;margin:0 0 .9rem;font-size:1.8rem;font-weight:900;display:flex}.hb-listing__head h1 span{color:var(--hb-muted);font:800 .7rem/1 var(--font-sans);letter-spacing:.08em}.hb-chips{flex-wrap:wrap;gap:.45rem;display:flex}.hb-chips a{border:1px solid var(--hb-line-strong);border-radius:var(--radius-lg);padding:.42rem .85rem;font-size:.85rem;font-weight:700;text-decoration:none}.hb-chips a:hover{border-color:var(--hb-orange);color:var(--hb-orange-deep)}.hb-chips a[aria-current=page]{border-color:var(--hb-orange);color:#fff;background:var(--hb-orange)}.hb-toolbar{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));justify-content:space-between;align-items:center;margin:0 auto;padding:.9rem 0;display:flex}.hb-toolbar p{margin:0;font-size:.88rem}.hb-toolbar p strong{color:var(--hb-orange-deep)}.hb-toolbar div{color:var(--hb-muted);gap:.9rem;font-size:.82rem;font-weight:650;display:flex}.hb-toolbar div b{color:var(--hb-ink);font-weight:850}.hb-listing>.hb-grid{padding-bottom:2rem}.hb-notice{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));border-radius:var(--radius-lg);background:var(--hb-orange-pale);border:1px solid #f2dcc0;margin:0 auto 3rem;padding:1.4rem 1.6rem}.hb-notice h2{margin:0 0 .5rem;font-size:1.05rem;font-weight:850}.hb-notice p{color:#5c4a33;margin:0 0 .7rem;font-size:.9rem;line-height:1.65}.hb-notice ul{flex-wrap:wrap;gap:.4rem .9rem;margin:0;padding:0;list-style:none;display:flex}.hb-notice li{color:var(--hb-orange-deep);font-size:.82rem;font-weight:750}.hb-notice li:before{content:"✔";margin-right:.35rem}.hb-listing__head+.hb-notice{margin-top:1.4rem;margin-bottom:1.1rem}.hb-detail{background:#f8f5ef}.hb-detail>.hb-breadcrumb{padding-top:1.4rem}.hb-detail-hero{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:clamp(2.5rem,6vw,6rem);margin:0 auto;padding:1rem 0 clamp(4rem,7vw,6.5rem);display:grid}.hb-detail-gallery{align-content:start;gap:.8rem;display:grid}.hb-detail-gallery__main{aspect-ratio:1;background:var(--hb-tint);border:1px solid #00000029;place-items:center;margin:0;display:grid;overflow:hidden}.hb-detail-gallery__main img{object-fit:cover;width:100%;height:100%}.hb-detail-gallery__thumbs{grid-template-columns:repeat(2,1fr);gap:.8rem;display:grid}.hb-detail-gallery__thumbs figure{aspect-ratio:1;background:var(--hb-tint);border:1px solid #00000029;place-items:center;margin:0;display:grid;overflow:hidden}.hb-detail-gallery__thumbs img{object-fit:cover;width:100%;height:100%}.hb-detail-visual{background:#eadad3;border:1px solid #00000029;grid-template-rows:auto 1fr auto;min-height:650px;display:grid;position:relative;overflow:hidden}.hb-detail-visual:after{content:"";pointer-events:none;border:1px solid #0000002e;position:absolute;inset:14px}.hb-detail-visual--figure{background:#edc9ce}.hb-detail-visual--plamo{background:#c9d9e5}.hb-detail-visual--tcg{background:#e8d9a8}.hb-detail-visual--lego{background:#e9c9bd}.hb-detail-visual--display{background:#c9ddd0}.hb-detail-visual--trade{background:#d6cfe4}.hb-detail-visual__index,.hb-detail-visual__caption{z-index:2;justify-content:space-between;align-items:center;padding:1.7rem 1.9rem;display:flex;position:relative}.hb-detail-visual__index span,.hb-detail-visual__caption span{font:800 .62rem/1 var(--font-sans);letter-spacing:.09em}.hb-detail-visual__index b{font:400 2.6rem/1 var(--font-sans);opacity:.48}.hb-detail-visual__caption{color:#0000008f}.hb-detail-visual__stage{z-index:1;place-items:center;padding:2rem;display:grid;position:relative}.hb-detail-visual__stage:before{filter:blur(8px);content:"";background:#00000029;border-radius:50%;width:64%;height:9%;position:absolute;bottom:14%;left:50%;transform:translate(-50%)}.hb-detail-visual__stage i{z-index:1;aspect-ratio:.68;clip-path:polygon(34% 0,66% 0,77% 15%,72% 31%,88% 47%,80% 55%,90% 100%,10% 100%,20% 55%,12% 47%,28% 31%,23% 15%);background:#bd4b3c;width:min(58%,280px);display:block;position:relative;box-shadow:inset -22px -18px #0000001f}.hb-detail-visual--plamo .hb-detail-visual__stage i{aspect-ratio:1.15;clip-path:polygon(2% 37%,25% 33%,38% 0,48% 30%,72% 6%,67% 39%,98% 49%,70% 61%,85% 100%,52% 76%,25% 100%,31% 67%,0 61%);background:#27637f;width:min(72%,360px)}.hb-detail-visual--tcg .hb-detail-visual__stage i{aspect-ratio:.7;border-radius:var(--radius-lg);width:min(45%,210px);box-shadow:var(--shadow-ui);clip-path:none;background:repeating-linear-gradient(135deg,#d96500 0 16px,#f5eee2 16px 32px);border:9px solid #2d2c29;transform:rotate(-6deg)}.hb-detail-visual--lego .hb-detail-visual__stage i{aspect-ratio:1.25;clip-path:polygon(0 35%,15% 35%,15% 4%,37% 4%,37% 42%,49% 42%,49% 0,70% 0,70% 32%,84% 32%,84% 14%,100% 14%,100% 100%,0 100%);background:linear-gradient(90deg,#c8493c 0 30%,#df912d 30% 67%,#347ca2 67%);width:min(70%,350px)}.hb-detail-visual--display .hb-detail-visual__stage i{aspect-ratio:.78;clip-path:none;background:linear-gradient(90deg,#0000 49%,#315e55 49% 52%,#0000 52%),linear-gradient(#0000 31%,#315e55 31% 35%,#0000 35% 66%,#315e55 66% 70%,#0000 70%);border:12px solid #315e55;width:min(62%,300px)}.hb-detail-visual--trade .hb-detail-visual__stage i{aspect-ratio:1;clip-path:polygon(50% 0,61% 33%,98% 35%,68% 56%,79% 92%,50% 70%,21% 92%,32% 56%,2% 35%,39% 33%);background:#63548a;border-radius:50%;width:min(58%,280px)}.hb-detail-visual__stage strong{z-index:2;color:#0000007a;max-width:70%;font:900 clamp(1.7rem, 4vw, 3.6rem)/.9 var(--font-sans);letter-spacing:-.04em;text-align:right;text-transform:uppercase;position:absolute;bottom:1.5rem;right:1.8rem}.hb-detail-summary{align-self:center}.hb-detail-summary h1{letter-spacing:-.045em;margin:0;font-size:clamp(1.8rem,3vw,2.75rem);font-weight:900;line-height:1.22}.hb-detail-summary__series{color:#6c675f;margin:.9rem 0 0;font-size:.9rem;font-weight:750}.hb-detail-summary__intro{color:#5d5952;margin:1.7rem 0 0;font-size:.95rem;font-weight:560;line-height:1.8}.hb-detail-price{border-top:1px solid #ccc6bc;border-bottom:1px solid #ccc6bc;justify-content:space-between;align-items:baseline;gap:.8rem;margin-top:2rem;padding:1.3rem 0;display:flex}.hb-detail-price>span{color:#817b72;font-size:.78rem;font-weight:750}.hb-detail-price b{font-size:1.65rem}.hb-detail-price i{color:#817b72;font-size:.76rem;font-style:normal;font-weight:750}.hb-detail-price--unavailable b,.hb-detail-price--negotiable b{font-size:1.3rem}.hb-detail-price--unavailable b{color:#777169}.hb-detail-price--negotiable b{color:var(--hb-orange-deep)}.hb-detail-facts{margin:0}.hb-detail-facts>div{border-bottom:1px solid #ddd7ce;grid-template-columns:80px 1fr;padding:.8rem 0;font-size:.82rem;display:grid}.hb-detail-facts dt{color:#817b72;font-weight:700}.hb-detail-facts dd{margin:0;font-weight:800}.hb-adminbar{border:1px solid var(--hb-line-strong);background:var(--hb-tint);align-items:center;gap:.5rem;width:fit-content;margin:1rem 0 0;padding:.45rem .55rem;display:flex}.hb-adminbar>span{color:var(--hb-muted);font:800 .62rem/1 var(--font-sans);letter-spacing:.1em;padding:0 .3rem}.hb-site .hb-adminbar a,.hb-adminbar button{border:1px solid var(--hb-line-strong);min-height:34px;font:inherit;cursor:pointer;background:#fff;padding:0 .9rem;font-size:.8rem;font-weight:800;line-height:34px;text-decoration:none}.hb-site .hb-adminbar a:hover{border-color:var(--hb-orange);color:var(--hb-orange-deep)}.hb-adminbar button{color:var(--hb-red)}.hb-adminbar button:hover{border-color:var(--hb-red)}.hb-adminbar button:disabled{opacity:.6;cursor:default}.hb-buy-links{gap:.55rem;margin-top:1.4rem;display:grid}.hb-site .hb-buy-links a{border:1px solid var(--hb-ink);min-height:52px;color:var(--hb-ink);align-items:center;gap:.4rem;padding:0 1.1rem;font-size:.9rem;font-weight:850;text-decoration:none;display:flex}.hb-site .hb-buy-links a:first-of-type{color:#fff;border-color:var(--hb-ink);background:var(--hb-ink)}.hb-site .hb-buy-links a:hover{border-color:var(--hb-orange-deep);background:var(--hb-orange-deep);color:#fff}.hb-site .hb-buy-links a>b{margin-left:auto;font-size:.88rem;font-weight:900}.hb-buy-links>p{color:#8a847c;margin:.3rem 0 0;font-size:.72rem;line-height:1.5}.hb-purchase-actions{margin-top:1.4rem}.hb-purchase-actions__notice{color:#6c675f;background:#fff;border:1px dashed #aaa49b;place-items:center;min-height:52px;margin:0;font-size:.9rem;font-weight:850;display:grid}.hb-purchase-actions>p{color:#8a847c;margin:.7rem 0 0;font-size:.72rem;line-height:1.5}.hb-detail-guide{padding:clamp(4.5rem, 8vw, 7rem) max(var(--hb-gutter), calc((100vw - var(--hb-container)) / 2));color:#f3eee3;background:#203934;grid-template-columns:.8fr 1.7fr;gap:clamp(2rem,7vw,7rem);display:grid}.hb-detail-guide__title h2{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,3.5vw,3rem);line-height:1.3}.hb-detail-guide__lead{color:#c2d0cc;max-width:700px;margin:0 0 2.5rem;font-size:1rem;line-height:1.8}.hb-detail-guide__columns{background:#4f6862;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.hb-detail-guide__columns article{background:#203934;min-height:255px;padding:1.4rem}.hb-detail-guide__columns article>span{color:#e5a25b;font-size:.76rem;font-weight:850}.hb-detail-guide__columns ul{margin:1.4rem 0 0;padding:0;list-style:none}.hb-detail-guide__columns li{color:#d1dad7;border-top:1px solid #ffffff1f;padding:.72rem 0 .72rem 1rem;font-size:.8rem;line-height:1.5;position:relative}.hb-detail-guide__columns li:before{content:"";background:#e5a25b;border-radius:50%;width:4px;height:4px;position:absolute;top:1rem;left:0}.hb-detail-record{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));border-bottom:1px solid #ccc6bc;grid-template-columns:.65fr 1.35fr;gap:3rem;margin:0 auto;padding:clamp(4rem,7vw,6rem) 0;display:grid}.hb-detail-record h2{margin:0;font-size:2rem}.hb-detail-record dl{border-top:2px solid var(--hb-ink);margin:0}.hb-detail-record dl>div{border-bottom:1px solid #d7d1c7;grid-template-columns:150px 1fr;padding:1rem .2rem;font-size:.85rem;line-height:1.6;display:grid}.hb-detail-record dt{color:#777169;font-weight:750}.hb-detail-record dd{margin:0;font-weight:700}.hb-detail-related{padding:clamp(4rem,7vw,6rem) 0}.hb-homehead>a{color:var(--hb-orange-deep);font-size:.82rem;font-weight:850;text-decoration:none}.hb-footer{border-top:1px solid var(--hb-line);background:var(--hb-tint)}.hb-footer__inner{width:min(var(--hb-container), calc(100% - (var(--hb-gutter) * 2)));grid-template-columns:1.1fr .8fr .8fr 1.3fr;gap:2.5rem;margin:0 auto;padding:2.5rem 0 3rem;display:grid}.hb-footer p{margin:0 0 .6rem;font-size:.82rem;font-weight:850}.hb-footer__cs strong{color:var(--hb-orange-deep);font-size:1.6rem;font-weight:900;display:block}.hb-footer__cs span{color:var(--hb-muted);margin-top:.4rem;font-size:.8rem;line-height:1.6;display:block}.hb-footer__links{align-content:start;gap:.45rem;display:grid}.hb-footer__links a{color:var(--hb-muted);font-size:.85rem;font-weight:650;text-decoration:none}.hb-footer__links a:hover{color:var(--hb-orange-deep)}.hb-footer__biz span{color:var(--hb-muted);font-size:.78rem;line-height:1.6;display:block}.hb-footer__biz a{color:var(--hb-orange-deep);margin-top:.7rem;font-size:.85rem;font-weight:800;text-decoration:none;display:inline-block}@media (max-width:980px){.hb-nav__top{grid-template-columns:auto 1fr}.hb-quick{display:none}.hb-catbar>nav{overflow-x:auto}.hb-nav__item>button{white-space:nowrap}.hb-grid--4,.hb-grid--5{grid-template-columns:repeat(3,1fr)}.hb-cats{grid-template-columns:repeat(2,1fr)}.hb-info{grid-template-columns:1fr}.hb-footer__inner{grid-template-columns:1fr 1fr;gap:1.8rem}.hb-homehero{grid-template-columns:1fr 390px;gap:2.5rem}.hb-figure-stage{min-height:520px}.hb-atlas__grid,.hb-notes__grid{grid-template-columns:repeat(2,1fr)}.hb-detail-hero{grid-template-columns:1fr 1fr;gap:2rem}.hb-detail-visual{min-height:560px}.hb-detail-guide{grid-template-columns:1fr}}@media (max-width:640px){.hb-nav__top{grid-template-columns:auto 1fr auto auto;gap:.8rem;min-height:58px}.hb-brand small,.hb-nav__top>.hb-search{display:none}.hb-search-toggle{justify-self:end;display:inline-flex}.hb-search-row{padding:0 var(--hb-gutter) .8rem;animation:.18s ease-out both hb-sheet-in;display:block}.hb-search-row .hb-search{max-width:none}.hb-catbar{display:none}.hb-burger{display:inline-flex}.hb-banner__slide{min-height:260px}.hb-grid--4,.hb-grid--5{grid-template-columns:repeat(2,1fr)}.hb-rank-row{grid-auto-columns:160px}.hb-carousel__btn{display:none}.hb-cats{grid-template-columns:1fr}.hb-toolbar div{display:none}.hb-listing__head h1{font-size:1.45rem}.hb-footer__inner{grid-template-columns:1fr}.hb-homehero{grid-template-columns:1fr;padding-top:3.5rem}.hb-homehero h1{font-size:clamp(2.65rem,13vw,4rem)}.hb-figure-stage{min-height:520px;margin-top:1rem}.hb-homehead{flex-direction:column;align-items:flex-start;gap:.75rem}.hb-homehead>p{text-align:left}.hb-atlas__grid,.hb-notes__grid{grid-template-columns:1fr}.hb-atlas__card{min-height:340px}.hb-note-card{min-height:400px}.hb-article__hero{padding-top:3rem}.hb-article__cover:before{inset:10px}.hb-article__cover figcaption{bottom:.9rem;right:1rem}.hb-article__more>div,.hb-detail-hero{grid-template-columns:1fr}.hb-detail-visual{min-height:520px}.hb-detail-summary{padding-bottom:.5rem}.hb-detail-guide__columns{grid-template-columns:1fr}.hb-detail-guide__columns article{min-height:auto}.hb-detail-record{grid-template-columns:1fr}.hb-detail-record dl>div{grid-template-columns:105px 1fr}.hb-homehead>a{margin-top:.4rem}}@media (prefers-reduced-motion:reduce){.hb-figure-stage__image{transform:none!important}}
