@import "https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Condensed:wght@600;700&family=Teko:wght@500;600;700&display=swap";:root{--bg-900:#040806;--bg-800:#0a130e;--bg-700:#111d15;--line:#293528;--line-soft:#3a4a35;--text-strong:#f0f3e4;--text-body:#d4dbc8;--text-muted:#9cab96;--accent-olive:#a5c07b;--accent-sand:#d4be85;--accent-copper:#b6875c;--radius-md:.75rem;--radius-lg:1rem;--font-body:"Barlow", "Segoe UI", sans-serif;--font-brand:"Barlow Condensed", "Barlow", "Segoe UI", sans-serif;--font-display:"Teko", Impact, sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{color:var(--text-body);font-family:var(--font-body);background:radial-gradient(circle at 15% 10%,#a4aa6a29,#0000 26%),radial-gradient(circle at 82% 12%,#cb9e6b1f,#0000 29%),linear-gradient(#040806 0%,#070d09 42%,#0b140e 100%);line-height:1.45;overflow-x:hidden}a{color:inherit}h1,h2,h3,h4,p{margin-top:0}.page-shell{--header-offset:4.35rem;width:100%;min-width:100%;max-width:100%;box-shadow:none;background:linear-gradient(#080e0af2,#060a08f0),repeating-linear-gradient(135deg,#ffffff03 0 7px,#00000008 7px 14px);border:0;border-radius:0;margin:0 auto;overflow:clip}.site-header{z-index:50;-webkit-backdrop-filter:blur();backdrop-filter:blur();background:#080e0a00;border-bottom:0;justify-content:space-between;align-items:center;gap:1.15rem;padding:.72rem 1.45rem;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;top:0;left:0;right:0}.site-header.is-scrolled{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#080e0ae0}.brand-block{color:inherit;align-items:center;gap:.7rem;text-decoration:none;display:flex}.brand-emblem{background:0 0;border:0;border-radius:0;width:46px;height:46px}.brand-copy{gap:.08rem;display:grid}.brand-title{color:var(--text-strong);font-family:var(--font-brand);letter-spacing:.1em;margin:0;font-size:1.7rem;line-height:.92}.brand-subtitle{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-olive);justify-content:flex-start;gap:.45rem;width:fit-content;margin:0;font-size:.56rem;line-height:1;display:flex}.header-right{flex:1;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.main-nav{flex-wrap:nowrap;justify-content:flex-end;gap:1.06rem;display:flex}.main-nav a{text-transform:uppercase;letter-spacing:.1em;color:#ecf1e8f5;white-space:nowrap;font-size:.69rem;font-weight:600;text-decoration:none;transition:color .2s}.main-nav a:hover{color:#fff}.menu-toggle{width:2.6rem;height:2.6rem;color:var(--text-strong);background:#0c150f7a;border:0;border-radius:.55rem;justify-content:center;align-items:center;padding:0;display:none}.menu-toggle-bars{gap:.19rem;width:1.2rem;display:grid}.menu-toggle-bars span{background:var(--text-strong);border-radius:2px;width:100%;height:2px;display:block}.mobile-menu-backdrop,.aside-close{display:none}.menu-toggle:focus-visible,.main-nav a:focus-visible,.brand-block:focus-visible{outline:2px solid var(--accent-sand);outline-offset:2px}.state-screen{text-align:center;place-content:center;gap:.4rem;min-height:100vh;padding:2rem;display:grid}.state-screen h1{color:var(--text-strong);font-family:var(--font-display);letter-spacing:.03em;margin:0;font-size:clamp(2rem,7vw,3.5rem)}.state-screen p{color:var(--text-muted);margin:0}@media (width<=720px){.page-shell{--header-offset:3.95rem;border-inline:0;border-radius:0;margin:0}.site-header{flex-wrap:nowrap;gap:.65rem;padding:.7rem .9rem}.header-right{z-index:95;border-left:1px solid var(--line);background:#080e0afa;flex-direction:column;justify-content:flex-start;align-items:stretch;width:min(82vw,320px);height:100dvh;padding:1rem;transition:transform .28s;display:flex;position:fixed;top:0;right:0;transform:translate(104%);box-shadow:-24px 0 48px #00000073}.header-right.is-open{transform:translate(0)}.main-nav{flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:.45rem;width:100%;margin-top:.65rem}.main-nav a{text-align:right;border-bottom:1px solid #3b4d398c;width:100%;padding:.64rem .4rem;font-size:.76rem}.main-nav a:last-child{border-bottom:0}.menu-toggle{z-index:100;display:inline-flex}.menu-toggle.is-open{opacity:0;visibility:hidden;pointer-events:none}.aside-close{min-height:2rem;color:var(--text-strong);text-transform:uppercase;letter-spacing:.08em;background:0 0;border:0;justify-content:center;align-self:flex-end;align-items:center;gap:.28rem;margin-bottom:.7rem;padding:.35rem 0;font-size:.68rem;display:inline-flex}.aside-close:focus-visible{outline:2px solid var(--accent-sand);outline-offset:2px}.mobile-menu-backdrop{z-index:90;opacity:0;pointer-events:none;background:#01040294;transition:opacity .28s;display:block;position:fixed;inset:0}.mobile-menu-backdrop.is-open{opacity:1;pointer-events:auto}}@media (width<=420px){.brand-title{font-size:1.45rem}.brand-subtitle{font-size:.58rem}.brand-emblem{width:44px;height:44px}}.btn{border:1px solid var(--line-soft);min-height:2.75rem;font-family:var(--font-body);letter-spacing:.09em;text-transform:uppercase;cursor:pointer;border-radius:.38rem;justify-content:center;align-items:center;gap:.45rem;padding:.46rem .82rem;font-size:.68rem;text-decoration:none;transition:transform .2s,border-color .2s;display:inline-flex}.btn:hover{border-color:var(--accent-sand);transform:translateY(-2px)}.btn:disabled,.btn.is-disabled{cursor:not-allowed;opacity:.6;color:#241e16e6;background:linear-gradient(#b8aa80,#8f7c56);border-color:#8b7e5880;transform:none}.btn:disabled:hover,.btn.is-disabled:hover{border-color:#8b7e5880;transform:none}.btn-solid{color:#171b12;background:linear-gradient(#e9d79f,#c09f63);border-color:#ddca93}.btn-outline{color:var(--text-strong);background:linear-gradient(#121e16d1,#0c1510cc);border-color:#485847}.section-head{justify-content:space-between;align-items:end;gap:.9rem;margin-bottom:.8rem;display:flex}.eyebrow{color:var(--accent-olive);letter-spacing:.15em;text-transform:uppercase;margin:0;font-size:.62rem}.section-head h2,.about-copy h2,.cta-banner h2{color:#a8a67b;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.015em;margin:.25rem 0 0;font-size:clamp(2.2rem,4.9vw,3.35rem);line-height:.94}.section-head a{color:var(--text-muted);text-transform:uppercase;letter-spacing:.09em;align-items:center;gap:.35rem;font-size:.7rem;text-decoration:none;display:inline-flex}.card{border:1px solid var(--line);background:linear-gradient(#0c140ff2,#0a100ded);border-radius:.7rem}.tag-row{flex-wrap:wrap;gap:.35rem;display:flex}.tag-row span{border:1px solid var(--line-soft);text-transform:uppercase;letter-spacing:.07em;color:var(--accent-olive);border-radius:.4rem;padding:.2rem .45rem;font-size:.65rem}.social-links{gap:.5rem;display:flex}.social-links a{width:1.7rem;height:1.7rem;color:var(--text-strong);background:#0d1611bf;border:1px solid #4b5d49;border-radius:999px;place-items:center;text-decoration:none;display:grid}@media (width<=760px){.btn{width:100%;min-height:2.9rem;font-size:.72rem}.section-head{flex-direction:column;align-items:flex-start;margin-bottom:.85rem}.section-head h2,.about-copy h2,.cta-banner h2{font-size:clamp(1.9rem,10vw,2.45rem);line-height:.95}.section-head a{font-size:.7rem}}@media (width<=420px){.btn{letter-spacing:.07em;min-height:3rem}.eyebrow{font-size:.58rem}}.hero-section,.about-section,.games-section,.cta-banner,.site-footer,.copyright-bar{border-bottom:1px solid var(--line)}.hero-section{min-height:0;padding:var(--header-offset,4.35rem) 0 0;background-image:linear-gradient(92deg,#040806f2 0%,#050907d6 38%,#070b098a 72%),url(/background.jpeg);background-size:auto,cover;background-position:center, center calc(-2% + var(--hero-parallax-y,0px));justify-content:space-between;align-items:stretch;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background:linear-gradient(90deg,#050a08e0 0%,#060b09c7 36%,#070c0a57 74%),radial-gradient(circle at 82% 38%,#c0a8680d,#0000 34%);position:absolute;inset:0}.hero-section:after{content:"";pointer-events:none;background:radial-gradient(circle at 84% 92%,#030605e0,#0000 44%),linear-gradient(#04070624 0%,#0407069e 72%,#040706d6 100%);position:absolute;inset:0}.hero-main{z-index:1;flex-direction:column;flex:0 0 44%;justify-content:stretch;align-self:stretch;max-width:100%;min-height:0;padding:2.1rem 2rem .2rem;display:flex;position:relative}.hero-main>*{flex:1 1 0}.hero-main>.eyebrow{align-items:flex-end;font-size:.7rem;display:flex}.hero-main h1{font-family:var(--font-display);color:#dedfcf;letter-spacing:.006em;text-shadow:0 2px 18px #00000040;margin:0;font-size:clamp(5.65rem,7.15vw,7.35rem);line-height:.84}.hero-main h2{color:#aaab7a;font-family:var(--font-display);text-transform:uppercase;margin:.22rem 0 .62rem;font-size:clamp(2.35rem,3.7vw,3.72rem);line-height:.9}.hero-subtitle-line,.lead-line{display:block}.lead{color:#c7cfbb;max-width:40ch;margin-bottom:0;font-size:.93rem;line-height:1.48}.hero-ctas{flex-wrap:nowrap;align-items:center;gap:.6rem;margin-top:.74rem;display:flex}.hero-ctas .btn{letter-spacing:.08em;flex:none;width:auto;min-width:9.4rem;min-height:2.6rem;padding-inline:1rem;font-size:.7rem}.hero-btn-primary{color:#0b1009;font-weight:700;box-shadow:inset 0 1px #ffffff73}.hero-btn-primary span,.hero-btn-primary svg{color:#0b1009}.hero-btn-primary:hover,.hero-btn-primary:focus-visible{color:#070b06}.hero-poster{z-index:2;flex:0 0 56%;justify-content:center;align-items:flex-end;max-width:56%;min-height:0;padding-block:1rem 1.2rem;display:flex;position:relative;overflow:visible}.poster-image{object-fit:contain;object-position:center bottom;filter:saturate(.86)brightness(.94)drop-shadow(0 30px 46px #00000080);width:min(100%,58rem);max-width:100%;height:auto;position:relative;bottom:auto;right:auto;transform:none}.feature-strip{background:0 0;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.hero-feature-strip{z-index:4;background:0 0;border:0;flex-direction:row;width:min(100%,29rem);margin:.7rem 0 1.2rem;padding-block:.35rem;display:flex;position:relative}.hero-feature-strip>article{flex:1 1 0}.feature-strip article{text-align:center;text-transform:uppercase;letter-spacing:.065em;color:#c6d0bf;border-right:1px solid #3848387a;justify-items:center;min-height:4.9rem;padding:.6rem .7rem .62rem;font-size:.68rem;line-height:1.16;display:grid}.feature-strip article:last-child{border-right:0}.feature-strip article svg{color:#a8b17b;width:22px;height:22px;margin-bottom:.24rem}.feature-strip h3{font-size:inherit;margin:.08rem 0 0;font-weight:600}.feature-strip h3 span{display:block}.feature-strip h3 span:last-child{color:#aab49a;margin-top:.1rem}.about-section,.games-section,.shop-section,.products-page,.cta-banner{padding:1.7rem 1.2rem 1.35rem}.products-page{padding-top:calc(var(--header-offset,4.35rem) + 1.2rem);min-height:68vh}.products-page-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:.72rem;display:grid}.products-page-grid .product-card-wrap{grid-column:span 12}.about-section{grid-template-columns:minmax(300px,.98fr) minmax(0,1.85fr);align-items:start;gap:1.2rem;display:grid}.about-copy p{color:var(--text-body)}.about-copy .eyebrow{color:#9da279;letter-spacing:.085em;font-size:.72rem}.about-copy h2{color:#a8a67b;max-width:11ch;margin-top:.18rem;font-size:clamp(1.85rem,3.5vw,2.7rem);line-height:.92}.about-description{max-width:36ch;margin-top:1rem;font-size:.9rem;line-height:1.55}.about-cards{grid-template-columns:repeat(4,minmax(128px,1fr));gap:.7rem;display:grid}.about-card{text-align:center;background:linear-gradient(#101611e6,#0a0e0beb),radial-gradient(circle at 50% 4%,#b2aa7014,#0000 56%);border-color:#818c6942;border-radius:.6rem;align-content:start;justify-items:center;min-height:15.3rem;padding:1.4rem .9rem 1.05rem;display:grid;box-shadow:inset 0 1px #b5bd8814,0 8px 18px #0003}.value-icon{color:#aa9f66;margin-bottom:1.16rem}.value-icon svg{width:29px;height:29px}.about-value-title{color:#dbddc9;letter-spacing:.025em;margin:.16rem 0 .82rem;font-size:1.28rem;line-height:.9}.about-value-text{color:#b8c0b0;max-width:17ch;margin:0;font-size:.82rem;line-height:1.48}.about-card h4,.product-card h3,.game-card h3,.site-footer h4{color:var(--text-strong);font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;margin:.4rem 0}.about-card p,.game-card p,.product-card p,.site-footer p,.cta-banner p{color:var(--text-body);margin-bottom:0}.game-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid;position:relative}.games-empty-wrap{justify-content:center;display:flex}.games-empty-state{text-align:center;background:radial-gradient(circle at 50% 18%,#c5b37224,#0000 45%),linear-gradient(#0d1410f2,#0a0f0cf2);border-color:#98a3766b;justify-items:center;gap:.42rem;width:min(100%,56rem);padding:1.25rem 1.15rem;display:grid;box-shadow:inset 0 1px #bec6921a,0 10px 26px #0000003d}.games-empty-icon{color:#c9ba82;background:radial-gradient(circle at 45% 35%,#cdbd7d2e,#111812b3);border:1px solid #a5aa7e85;border-radius:999px;place-items:center;width:3rem;height:3rem;display:grid}.games-empty-state h3{color:var(--text-strong);font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;margin:.12rem 0 0;font-size:clamp(1.8rem,3.2vw,2.1rem);line-height:.95}.games-empty-state p{margin:0}.games-empty-copy{color:#c4cdb9;max-width:52ch;font-size:.92rem;line-height:1.45}.game-card{gap:.55rem;padding:.72rem;display:grid}.game-card h3{font-size:1.6rem;line-height:.92}.game-card.forest{background:radial-gradient(circle at 22% 18%,#7ea16240,#0000 50%),linear-gradient(#141f17e6,#0a100df2);box-shadow:inset 0 1px #c3d7a71a}.game-card.urban{background:radial-gradient(circle at 22% 18%,#677d9347,#0000 50%),linear-gradient(#181d23eb,#0c0e11f2);box-shadow:inset 0 1px #a1b0be1a}.game-card.village{background:radial-gradient(circle at 22% 18%,#ae896047,#0000 50%),linear-gradient(#231e16eb,#0f0d0bf2);box-shadow:inset 0 1px #cdad8a1a}.date-chip{border:1px solid var(--line-soft);text-transform:uppercase;letter-spacing:.08em;width:fit-content;color:var(--text-strong);border-radius:.35rem;padding:.24rem .52rem;font-size:.58rem}.meta-row{align-items:center;gap:.35rem;display:flex}.meta-row p{margin:0}.meta-row.split{flex-wrap:wrap;justify-content:space-between;gap:.5rem}.meta-row.split span{align-items:center;gap:.35rem;display:inline-flex}.product-grid{gap:.5rem;display:grid}.shop-section-summary{justify-content:space-between;align-items:flex-end;gap:.9rem;margin-bottom:.95rem;display:flex}.shop-section-message{color:#bcc6b2;max-width:56ch;margin:0;font-size:.9rem;line-height:1.45}.shop-section-link{color:var(--text-muted);text-transform:uppercase;letter-spacing:.09em;white-space:nowrap;align-items:center;gap:.35rem;font-size:.7rem;text-decoration:none;display:inline-flex}.product-carousel{--carousel-visible:1;--carousel-index:0;--carousel-gap:.72rem}.product-carousel-viewport{margin-top:-12px;padding-top:12px;overflow:hidden}.product-carousel-track{grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--carousel-visible) - 1) * var(--carousel-gap)) / var(--carousel-visible));gap:var(--carousel-gap);transform:translateX(calc(var(--carousel-index) * ((100% - (var(--carousel-visible) - 1) * var(--carousel-gap)) / var(--carousel-visible) + var(--carousel-gap)) * -1));transition:transform .35s;display:grid}.product-carousel-slide{min-width:0}.product-carousel-controls{justify-content:flex-end;align-items:center;gap:.55rem;margin-top:.68rem;display:flex}.product-carousel-control{width:2rem;height:2rem;color:var(--text-strong);background:#090f0ce6;border:1px solid #a6ab7b6b;border-radius:.45rem;justify-content:center;align-items:center;display:inline-flex}.product-carousel-control:disabled{opacity:.38}.product-carousel-dots{align-items:center;gap:.34rem;display:inline-flex}.product-carousel-dots span{background:#a0aa8a73;border-radius:999px;width:.36rem;height:.36rem}.product-carousel-dots span.is-active{background:#c4cbab;width:.62rem}@media (width>=576px){.products-page-grid .product-card-wrap{grid-column:span 6}}@media (width>=768px){.products-page-grid .product-card-wrap{grid-column:span 4}}@media (width>=1024px){.products-page-grid .product-card-wrap{grid-column:span 3}}@media (width>=1280px){.products-page-grid .product-card-wrap{grid-column:span 2}}.product-card-wrap,.product-carousel-slide{position:relative}.product-status-pill{z-index:2;color:#e3c8a3;text-transform:uppercase;letter-spacing:.08em;background:#1e130ee0;border:1px solid #c8a2798c;border-radius:999px;padding:.2rem .55rem;font-size:.56rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.product-card{flex-direction:column;gap:.24rem;height:100%;padding:.5rem;display:flex}.product-card.is-clickable{cursor:zoom-in;transition:transform .2s,border-color .2s,box-shadow .2s}.product-card.is-clickable:hover{border-color:#c9b2758a;transform:translateY(-2px);box-shadow:0 10px 20px #00000047}.product-card.is-clickable:focus-visible{outline:2px solid var(--accent-sand);outline-offset:2px}.product-card h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;line-height:1.3;display:-webkit-box;overflow:hidden}.product-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:3.9em;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card .price{margin-top:auto}.product-image-dialog{z-index:120;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#030705d1;place-items:center;padding:1.1rem;display:grid;position:fixed;inset:0}.product-image-dialog-panel{background:linear-gradient(#0d140ffa,#0a100dfa);border:1px solid #c3aa6f66;border-radius:.7rem;gap:.62rem;width:min(94vw,980px);max-height:92vh;padding:.8rem;display:grid;box-shadow:0 18px 60px #00000080}.product-image-dialog-close{min-height:2rem;color:var(--text-strong);text-transform:uppercase;letter-spacing:.08em;background:#080e0ad9;border:1px solid #a4a97c7a;border-radius:.4rem;justify-self:end;padding:.3rem .62rem;font-size:.65rem}.product-image-dialog-image{object-fit:contain;object-position:center;background:#080e0aeb;border:1px solid #828a6775;border-radius:.5rem;width:100%;max-height:calc(92vh - 4.5rem)}.product-thumb,.product-image{aspect-ratio:1;border-radius:.45rem;width:100%;height:auto;margin-bottom:.58rem}.product-thumb{background:radial-gradient(circle at 40% 22%,#d1be7e29,#0000 48%),linear-gradient(145deg,#263025,#171e17);border:1px solid #b6bb7852}.product-thumb.gear-b{background:radial-gradient(circle at 40% 22%,#7aa4ba3d,#0000 48%),linear-gradient(145deg,#243036,#151d20)}.product-thumb.gear-c{background:radial-gradient(circle at 40% 22%,#c6b06233,#0000 48%),linear-gradient(145deg,#2f3522,#191d13)}.product-thumb.gear-d{background:radial-gradient(circle at 40% 22%,#a0a58f33,#0000 48%),linear-gradient(145deg,#2d2f2b,#181a18)}.product-image{object-fit:cover;object-position:center;border:1px solid var(--line-soft);background:#0e1410cc;display:block}.price{font-family:var(--font-display);letter-spacing:.03em;font-size:1.02rem;color:var(--accent-sand)!important}.benefits-strip{background:linear-gradient(#0a100df2,#080d0bf2);border:1px solid #54604873;border-radius:.55rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.35rem;display:grid;overflow:hidden}.benefits-strip p{text-transform:uppercase;letter-spacing:.065em;color:#d3d8c8;justify-content:center;align-items:center;gap:.8rem;margin:0;padding:.82rem 1rem;font-size:.7rem;font-weight:600;line-height:1.2;display:flex}.benefits-strip p svg{color:#b8ab75;flex:none;width:26px;height:26px}.benefit-label{text-align:center;max-width:24ch;display:block}.cta-banner{background:linear-gradient(98deg,#11190f 0%,#141f13 55%,#281f16 100%);justify-content:space-between;align-items:center;gap:.85rem;display:flex;position:relative;overflow:hidden}.cta-overlay{pointer-events:none;background:radial-gradient(circle at 85% 52%,#e2c57b38,#0000 30%),linear-gradient(90deg,#0000 40%,#05080666 100%);position:absolute;inset:0}.cta-banner>div,.cta-banner>.btn{z-index:1;position:relative}.site-footer{background:#080e0bf0;align-items:flex-start;gap:clamp(2.4rem,7vw,6rem);padding:.9rem 1.2rem;display:flex}.footer-brand{flex:1;align-content:start;gap:.45rem;display:grid}.footer-brand-head{justify-content:flex-end;display:flex}.footer-brand-description{text-align:right}.footer-contact{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.footer-social{text-align:left;flex:1}.footer-brand-description,.footer-contact p{margin:.16rem 0;font-size:.78rem}.footer-social h4{margin:0 0 .45rem}.footer-contact a{color:var(--text-body);text-decoration:none}.copyright-bar{background:#050907fa;padding:.48rem .95rem}.copyright-bar p{text-align:center;color:#8e9a86;text-transform:uppercase;letter-spacing:.07em;margin:0;font-size:.6rem}.games-next{width:2.1rem;height:2.1rem;color:var(--text-strong);background:#040907eb;border:1px solid #c4b8827a;border-radius:.45rem;place-items:center;display:grid;position:absolute;top:50%;right:-.42rem;transform:translateY(-50%)}@media (width<=820px){.hero-section{flex-direction:column;min-height:auto}.hero-main{flex-basis:auto;order:2;max-width:100%;min-height:auto}.hero-feature-strip{width:100%;margin:.95rem 0 .45rem;padding-block:.3rem;position:relative}.hero-poster{flex-basis:auto;order:1;max-width:100%;min-height:0;padding-block:.75rem .2rem}.poster-image{width:min(88%,38rem);max-width:38rem}.about-section{grid-template-columns:1fr}.about-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.game-grid{grid-template-columns:1fr}.games-next{display:none}}@media (width<=920px){.hero-main{max-width:100%}}@media (width<=760px){.hero-section,.about-section,.games-section,.shop-section,.products-page,.cta-banner,.site-footer{padding-inline:.9rem}.hero-section,.hero-main{min-height:auto}.hero-main{padding:1.1rem .95rem .8rem}.hero-poster{justify-content:center;padding-block:.7rem .15rem}.feature-strip,.benefits-strip{grid-template-columns:1fr}.shop-section-summary{margin-bottom:.95rem}.shop-section-link{margin-left:auto}.site-footer{text-align:center;flex-direction:column;align-items:center;gap:1.1rem}.footer-brand,.footer-contact,.footer-social{text-align:center;width:100%}.footer-brand-head{justify-content:center}.footer-brand-description{text-align:center}.footer-social{flex-direction:column;align-items:center;display:flex}.footer-social .social-links{justify-content:center}.benefits-strip{margin-inline:.9rem}.about-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-feature-strip{grid-template-columns:1fr}.hero-ctas{flex-direction:column;align-items:stretch;gap:.62rem}.hero-ctas .btn{width:100%;min-width:100%;min-height:3rem;font-size:.78rem}.feature-strip article{border-right:0;border-bottom:1px solid var(--line)}.benefits-strip p{border:0}.benefit-label{max-width:none}.feature-strip article:last-child{border-bottom:0}.hero-main h1{font-size:clamp(4rem,16vw,5.7rem)}.hero-main h2{font-size:clamp(2.2rem,11.8vw,3.1rem)}.hero-poster{min-height:0}.poster-image{width:84%;margin:0 auto;display:block}.cta-banner{flex-direction:column;align-items:start}.cta-banner p{max-width:42ch}}@media (width<=560px){.hero-main h1{font-size:clamp(3.1rem,18vw,4.5rem)}.hero-main h2{font-size:clamp(1.65rem,12vw,2.4rem)}.lead{font-size:.92rem;line-height:1.5}.hero-poster{min-height:0}.game-card h3{font-size:1.45rem;line-height:.96}.about-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=420px){.hero-section,.about-section,.games-section,.shop-section,.products-page,.cta-banner,.site-footer,.copyright-bar{padding-inline:.7rem}.feature-strip article,.benefits-strip p{padding:.72rem .62rem;font-size:.62rem}.benefits-strip{margin-inline:.7rem;margin-bottom:1rem}.about-card,.game-card,.product-card{padding:.68rem}.price{font-size:1rem}.site-footer p{font-size:.78rem}}
