/* Three sites / presentation update v2. Catalog and collection membership are unchanged. */
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.scene-hero{--scene-surface:#eee9f7;--scene-solid:#eee9f7;--scene-wash:#eee9f7ef;--scene-fade:#eee9f720;position:relative;isolation:isolate;background:var(--scene-surface);border:1px solid var(--line);border-radius:28px;overflow:hidden;margin:8px 0 36px;box-shadow:0 18px 40px #3023400c}
.theme-dollmania .scene-hero{--scene-surface:#fbe8f0;--scene-solid:#fbe8f0;--scene-wash:#fbe8f0f0;--scene-fade:#fbe8f020}
.theme-gamepost .scene-hero{--scene-surface:#061421;--scene-solid:#061421;--scene-wash:#061421ee;--scene-fade:#06142115;border-radius:20px;box-shadow:0 0 35px #128bed13}
.scene-stage{position:relative;height:455px}
.scene-slide{position:absolute;inset:0;isolation:isolate;display:flex;align-items:center;overflow:hidden}
.scene-slide[hidden],.scene-controls[hidden]{display:none!important}
.scene-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 53%;z-index:-2}
.scene-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--scene-solid) 0%,var(--scene-wash) 28%,var(--scene-fade) 65%,transparent 80%);z-index:-1}
.scene-copy{width:52%;max-width:760px;padding:32px 48px 62px;min-width:0}
.scene-copy .eyebrow{font-size:11px;letter-spacing:.15em;margin-bottom:18px}
.scene-copy h2{font-family:var(--font);font-size:clamp(42px,4.2vw,68px);line-height:1.03;font-weight:900;letter-spacing:-.055em;color:var(--ink);margin:0 0 20px;max-width:560px;text-wrap:balance}
.scene-copy p{font-size:15px;line-height:1.7;max-width:410px;color:var(--ink);margin:0 0 25px}
.scene-copy .button{font-size:13px;gap:18px;max-width:100%;text-align:center}
.theme-dollmania .scene-copy h2{font-family:Georgia,serif;font-weight:500;letter-spacing:-.045em}
.theme-gamepost .scene-copy h2{font-weight:850;color:#edf8ff}
.theme-gamepost .scene-copy .eyebrow{color:#a3e775}
.theme-gamepost .scene-copy p{color:#c1d3e3}
.scene-controls{position:absolute;bottom:14px;left:38px;right:22px;display:flex;justify-content:space-between;align-items:center;gap:16px;z-index:2}
.scene-dots{display:flex;gap:2px;align-items:center}
.scene-dots button{display:grid;place-items:center;width:34px;height:40px;border:0;padding:0;background:none;color:var(--accent)}
.scene-dots button span{display:block;width:8px;height:8px;background:var(--muted);opacity:.5;border-radius:10px;transition:width .2s,opacity .2s}
.scene-dots button[aria-current="true"] span{width:26px;background:var(--accent);opacity:1}
.scene-actions{display:flex;gap:6px;align-items:center;padding:4px;border:1px solid var(--line);background:var(--panel);border-radius:30px;box-shadow:0 3px 15px #0001}
.scene-actions button{height:38px;min-width:38px;padding:0 10px;background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:50%;font-size:18px;line-height:1}
.scene-actions button[data-toggle]{border-radius:20px;font-size:11px;font-weight:800;min-width:62px}
.scene-actions button:hover{background:var(--accent);color:white;border-color:var(--accent)}
.scene-count{font-size:10px;font-weight:800;font-variant-numeric:tabular-nums;color:var(--muted);padding:0 8px}
.scene-slide.is-entering{animation:scene-reveal .55s ease both}
@keyframes scene-reveal{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
/* Bespoke illustrations are larger than game thumbnails and never depend on a game image. */
.collection-grid{align-items:stretch;gap:28px}
.collection-card{display:flex;flex-direction:column;border-radius:24px;background:var(--panel)}
.collection-card .collection-art{height:auto;aspect-ratio:8/5;flex:none;background:var(--paper)}
.collection-card .collection-art img{width:100%;height:100%;object-fit:cover;filter:none;transition:transform .35s ease}
.collection-card:hover .collection-art img{transform:scale(1.035)}
.collection-card .collection-copy{padding:24px 26px 28px;flex:1}
.collection-card .collection-copy h2{font-size:29px;gap:16px}
.collection-card .collection-copy h2 span{flex:none}
.collection-card .collection-copy p{font-size:14px;line-height:1.8;color:var(--muted)}
.category-lead.illustrated-category{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.5fr);gap:0;padding:0;overflow:hidden;align-items:stretch;background:var(--panel)}
.category-visual{min-height:300px;background:var(--paper)}
.category-visual img{display:block;width:100%;height:100%;object-fit:cover}
.category-introduction{padding:36px 42px;align-self:center;min-width:0}
.category-introduction h1{font-size:clamp(34px,3.6vw,58px);overflow-wrap:break-word}
.category-introduction p{font-size:15px;line-height:1.85;max-width:850px;margin:0}
.design-credit{font-weight:750;text-decoration:underline;text-underline-offset:3px}
.design-credit:hover{color:var(--accent)}
@media(max-width:1100px){.scene-copy{width:59%;padding-left:34px;padding-right:24px}.scene-copy h2{font-size:49px}.scene-copy p{font-size:14px;max-width:365px}.category-introduction{padding:28px}.category-introduction p{font-size:14px}.collection-card .collection-copy{padding:22px}.scene-slide:before{background:linear-gradient(90deg,var(--scene-solid),var(--scene-wash) 35%,transparent 85%)}}
@media(max-width:700px){
.scene-hero{border-radius:22px;margin-top:2px;margin-bottom:26px}.scene-stage{height:560px}.scene-slide{align-items:flex-start}.scene-image{top:auto;bottom:35px;height:300px;object-position:70% center}.scene-slide:before{background:linear-gradient(180deg,var(--scene-solid) 0%,var(--scene-solid) 35%,var(--scene-wash) 46%,transparent 68%,transparent 87%,var(--scene-solid) 100%)}
.scene-copy{width:100%;max-width:none;padding:27px 26px 0}.scene-copy h2{font-size:40px;max-width:420px;margin-bottom:14px;line-height:1.04}.scene-copy .eyebrow{font-size:9px;margin-bottom:13px}.scene-copy p{font-size:13px;line-height:1.65;max-width:400px;margin-bottom:17px}.scene-copy .button{min-height:42px;font-size:11px;padding:10px 17px;gap:10px}.scene-controls{left:15px;right:12px;bottom:10px;gap:6px}.scene-dots{gap:0}.scene-dots button{width:26px;height:40px}.scene-dots button[aria-current="true"] span{width:20px}.scene-count{display:none}.scene-actions{gap:4px}.scene-actions button{height:36px;min-width:36px;padding:0 7px}.scene-actions button[data-toggle]{min-width:53px;font-size:10px}
.category-lead.illustrated-category{grid-template-columns:1fr}.category-visual{min-height:0;height:auto;aspect-ratio:8/4}.category-visual img{height:100%;object-position:center}.category-introduction{padding:25px}.category-introduction h1{font-size:36px}.category-introduction p{font-size:14px;line-height:1.8}.collection-grid{gap:20px}.collection-card .collection-copy p{font-size:13px}.collection-card .collection-copy h2{font-size:27px}.collection-card .collection-copy{padding:22px}
}
@media(max-width:370px){.scene-copy{padding:23px 20px 0}.scene-copy h2{font-size:36px}.scene-copy p{font-size:12px}.scene-actions button{min-width:32px;width:32px}.scene-actions button[data-toggle]{min-width:49px}.scene-dots button{width:23px}.category-introduction{padding:22px}}
@media(prefers-reduced-motion:reduce){.scene-slide.is-entering{animation:none}.scene-dots button span,.collection-art img{transition:none}}
/* Explicit control dimensions keep the carousel compact on narrow screens. */
.scene-controls{display:grid;grid-template-columns:minmax(0,1fr) 224px}
.scene-dots{display:grid;grid-template-columns:repeat(5,34px);width:170px;gap:0}
.scene-dots button{display:block;width:34px;height:40px}
.scene-dots button span{height:8px;min-height:8px;max-height:8px;margin:auto}
.scene-actions{display:grid;grid-template-columns:54px 38px 62px 38px;width:224px;gap:6px;justify-self:end}
.scene-actions button{display:block;width:38px;height:38px;min-width:0}
.scene-actions button[data-toggle]{width:62px;min-width:0}
.scene-count{white-space:nowrap;text-align:center;padding:0}
.scene-copy .button{display:inline-block;width:auto;line-height:1.5}
.scene-copy .button span{margin-left:12px}
.collection-card{display:block;height:100%}
.collection-card .collection-copy{display:block}
.collection-card .collection-copy h2{display:block;position:relative;padding-right:28px}
.collection-card .collection-copy h2 span{position:absolute;right:0;top:0}
@media(max-width:700px){.scene-controls{grid-template-columns:minmax(0,1fr) 149px}.scene-dots{width:130px;grid-template-columns:repeat(5,26px)}.scene-dots button{width:26px}.scene-actions{grid-template-columns:36px 53px 36px;width:149px;gap:4px}.scene-actions button{width:36px;height:36px}.scene-actions button[data-toggle]{width:53px;min-width:0}.scene-copy .button span{margin-left:8px}}
@media(max-width:370px){.scene-dots{width:115px;grid-template-columns:repeat(5,23px)}.scene-dots button{width:23px}.scene-controls{left:11px;right:11px}}
