@font-face {
  font-family: "Oswald Store";
  src: url("/assets/Oswald-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Store";
  src: url("/assets/Manrope-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --bg: #ece9df;
  --surface: #f8f6ef;
  --ink: #171a20;
  --muted: #6e726e;
  --line: #d6d3c9;
  --acid: #d6ff43;
  --acid-strong: #bce900;
  --violet: #6757ff;
  --orange: #ff7548;
  --display: "Oswald Store", "Arial Narrow", sans-serif;
  --sans: "Manrope Store", "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
}

.theme-tower { --acid: #58f5d2; --acid-strong: #2ed8b5; --violet: #ff6948; }
.theme-avia { --acid: #d9ff52; --acid-strong: #bde826; --violet: #2769e8; }
.theme-chicken { --acid: #ffd83d; --acid-strong: #f3bf00; --violet: #e44935; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #111317; }
body { margin: 0; color: var(--ink); background: #111317; font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.store-shell { width: min(100%, 480px); min-height: 100vh; margin: 0 auto; overflow: hidden; background: var(--bg); box-shadow: 0 0 70px rgba(0,0,0,.45); }

.store-header { display: flex; align-items: center; justify-content: space-between; min-height: 70px; padding: max(14px, env(safe-area-inset-top)) 18px 10px; background: var(--surface); border-bottom: 1px solid var(--line); }
.store-logo { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font: 700 21px/.92 var(--display); letter-spacing: .01em; }
.store-logo small { display: block; margin-top: 4px; color: var(--muted); font: 8px/1 var(--sans); text-transform: uppercase; letter-spacing: .11em; }
.store-logo__mark { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; color: var(--acid); background: var(--ink); border-radius: 11px 11px 11px 3px; font: 700 26px/1 var(--display); transform: rotate(-3deg); }
.icon-button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.icon-button svg { width: 19px; fill: currentColor; }

.game-switcher { display: flex; gap: 8px; padding: 10px 14px 12px; overflow-x: auto; background: var(--surface); border-bottom: 1px solid var(--line); scrollbar-width: none; scroll-padding-inline: 14px; scroll-snap-type: x proximity; overscroll-behavior-inline: contain; touch-action: pan-x; cursor: grab; user-select: none; -webkit-overflow-scrolling: touch; }
.game-switcher.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.game-switcher::-webkit-scrollbar { display: none; }
.game-switcher a { flex: 0 0 auto; min-width: 124px; padding: 10px 11px; color: var(--muted); background: #ebe7dc; border: 1px solid var(--line); border-radius: 13px 13px 4px; text-decoration: none; scroll-snap-align: center; }
.game-switcher a[aria-current="page"] { color: #fff; background: var(--ink); border-color: var(--ink); box-shadow: 3px 3px 0 var(--acid); }
.game-switcher span, .game-switcher small { display: block; }
.game-switcher span { font: 700 14px/1 var(--display); text-transform: uppercase; }
.game-switcher small { margin-top: 5px; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; opacity: .72; }

.breadcrumb { display: flex; align-items: center; gap: 8px; padding: 14px 18px; color: var(--muted); background: var(--surface); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.breadcrumb a { text-decoration: none; border-bottom: 1px solid currentColor; }

.product-gallery { position: relative; padding: 0 14px 16px; background: var(--surface); }
.product-gallery__badges { position: absolute; z-index: 5; top: 14px; left: 27px; display: flex; gap: 6px; }
.badge { padding: 7px 9px 6px; color: #fff; background: rgba(23,26,32,.8); border-radius: 8px; backdrop-filter: blur(8px); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.badge--accent { color: var(--ink); background: var(--acid); }
.badge--sale { background: var(--orange); }
.gallery-stage { position: relative; height: 500px; overflow: hidden; background: var(--ink); border-radius: 24px 24px 8px 24px; }
.game-art { position: absolute; inset: 0; overflow: hidden; }
.game-art--tower { background: radial-gradient(circle at 50% 10%, #7449ff 0, #35248c 45%, #14152a 100%); }
.game-art--avia { background: linear-gradient(165deg, #bde9ff, #4f86eb 54%, #173375); }
.game-art--chicken { background: linear-gradient(180deg, #ffca46 0 38%, #484a50 38% 100%); }
.art-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, #000, transparent 86%); }
.tower-stack { position: absolute; right: 38px; bottom: 82px; left: 38px; display: flex; flex-direction: column-reverse; align-items: center; gap: 7px; filter: drop-shadow(0 18px 14px rgba(0,0,0,.32)); transform: rotate(-2deg); }
.tower-stack i { display: block; height: 50px; background: linear-gradient(135deg, #ff7b55, #ffb645); border: 4px solid #171a20; border-radius: 8px 8px 3px; box-shadow: inset 0 0 0 4px rgba(255,255,255,.18); }
.tower-stack i:nth-child(1) { width: 88%; }
.tower-stack i:nth-child(2) { width: 74%; transform: translateX(11px); }
.tower-stack i:nth-child(3) { width: 61%; transform: translateX(-7px); }
.tower-stack i:nth-child(4) { width: 48%; transform: translateX(5px); }
.tower-stack i:nth-child(5) { width: 34%; animation: floorDrop 2.4s ease-in-out infinite; }
.plane-art { position: absolute; top: 112px; left: 50%; width: 310px; fill: #fff; filter: drop-shadow(0 24px 12px rgba(16,42,94,.32)); transform: translateX(-50%) rotate(-8deg); animation: planeFloat 4s ease-in-out infinite; }
.rocket { position: absolute; display: grid; place-items: center; width: 54px; height: 54px; color: #fff; background: #e63c48; border: 3px solid #fff; border-radius: 50%; font: 700 18px/1 var(--display); box-shadow: 0 10px 18px rgba(0,0,0,.2); }
.rocket--one { top: 88px; right: 24px; background: #4d38e9; }
.rocket--two { top: 270px; left: 25px; }
.road-lines { position: absolute; inset: 40% 0 0; background: repeating-linear-gradient(90deg, transparent 0 52px, #f7f1d3 52px 94px, transparent 94px 145px) center 46% / auto 8px no-repeat, linear-gradient(90deg, transparent 0 8%, rgba(255,255,255,.12) 8% 92%, transparent 92%); transform: perspective(330px) rotateX(26deg) scale(1.25); }
.chicken-art { position: absolute; z-index: 2; left: 50%; bottom: 120px; width: 150px; height: 160px; filter: drop-shadow(0 19px 10px rgba(0,0,0,.28)); transform: translateX(-50%); }
.chicken-body { position: absolute; left: 18px; bottom: 18px; width: 112px; height: 98px; background: #fff6dc; border: 5px solid #171a20; border-radius: 55% 52% 44% 48%; }
.chicken-head { position: absolute; top: 2px; right: 2px; width: 76px; height: 76px; background: #fff6dc; border: 5px solid #171a20; border-radius: 50%; box-shadow: inset -10px -10px 0 #f1e5c5; }
.chicken-head::before { content: ""; position: absolute; top: 23px; right: 18px; width: 10px; height: 10px; background: #171a20; border-radius: 50%; }
.chicken-head::after { content: ""; position: absolute; top: -17px; left: 18px; width: 17px; height: 25px; background: #e44935; border: 4px solid #171a20; border-radius: 50% 50% 35% 35%; transform: rotate(-17deg); }
.chicken-beak { position: absolute; z-index: 2; top: 42px; right: -25px; width: 36px; height: 24px; background: #ff9b27; border: 5px solid #171a20; clip-path: polygon(0 0,100% 50%,0 100%); }
.chicken-leg { position: absolute; bottom: 0; left: 70px; width: 7px; height: 35px; background: #ff9b27; box-shadow: 26px 0 #ff9b27; }
.gold-egg { position: absolute; right: 32px; bottom: 66px; width: 54px; height: 68px; background: linear-gradient(135deg, #fff5a7, #ffbd18); border: 4px solid #171a20; border-radius: 50% 50% 46% 46%; box-shadow: 0 12px 22px rgba(0,0,0,.26); }
.hero-copy { position: absolute; z-index: 4; right: 20px; bottom: 22px; left: 20px; color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.hero-copy small { display: block; margin-bottom: 7px; color: var(--acid); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.hero-copy strong { display: block; max-width: 390px; font: 700 clamp(36px, 10vw, 51px)/.92 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.gallery-caption { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; padding-top: 12px; }
.gallery-caption span { display: grid; place-items: center; width: 32px; height: 32px; color: var(--ink); border: 1px solid var(--ink); border-radius: 50%; font-size: 9px; font-weight: 900; }
.gallery-caption p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.gallery-slide { position: absolute; inset: 0; display: grid; opacity: 0; visibility: hidden; transform: scale(.985); transition: opacity .28s ease, transform .38s ease, visibility .28s; }
.gallery-slide.is-active { opacity: 1; visibility: visible; transform: none; }
.game-video { width: 100%; height: 100%; object-fit: cover; }
.gallery-slide--image { overflow: hidden; background: #171a20; }
.gallery-media-image { width: 100%; height: 100%; object-fit: cover; }
.gallery-slide--detail .gallery-media-image { transform: scale(1.12); }
.gallery-slide--story, .gallery-slide--guide { overflow: hidden; color: #fff; }
.gallery-slide--story { align-content: end; }
.story-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(#000, transparent 88%); }
.story-source { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-copy { position: relative; z-index: 4; padding: 26px 22px; background: linear-gradient(180deg, transparent, rgba(10,11,19,.9) 25%); }
.story-copy small, .guide-heading small { display: block; margin-bottom: 7px; color: var(--acid); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.story-copy strong, .guide-heading strong { display: block; font: 700 38px/.92 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.story-copy p { max-width: 330px; margin: 10px 0 0; color: rgba(255,255,255,.75); font-size: 10px; line-height: 1.45; }

.tower-story { background: radial-gradient(circle at 50% 16%, #8152ff, #39208c 48%, #171426 100%); }
.tower-stack--story { right: 50px; bottom: 158px; left: 50px; transform: rotate(-2deg) scale(.87); transform-origin: bottom center; }
.tower-stack--story i { height: 41px; }
.tower-stack--story i:nth-child(6) { width: 24%; background: linear-gradient(135deg, #d9ff52, #72e0c2); animation: floorDrop 2.4s ease-in-out infinite; }
.tower-guide { padding: 29px 22px 24px; background: radial-gradient(circle at 88% 0, rgba(137,87,255,.7), transparent 38%), #171426; }
.bonus-floor-list { display: grid; gap: 9px; margin-top: 22px; }
.bonus-floor-list > div { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 12px; padding: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.bonus-floor-list > div > span { display: grid; place-items: center; width: 52px; height: 52px; color: #171426; background: var(--acid); border-radius: 12px 12px 4px; font: 700 18px/1 var(--display); }
.bonus-floor-list p { margin: 0; }
.bonus-floor-list strong, .bonus-floor-list small { display: block; }
.bonus-floor-list strong { font: 700 17px/1 var(--display); text-transform: uppercase; }
.bonus-floor-list small { margin-top: 5px; color: rgba(255,255,255,.56); font-size: 9px; }

.avia-story { background: linear-gradient(180deg, #11276e, #2359bb 56%, #75b6ef); }
.story-source--avia { object-position: 38% 50%; animation: aviaDrift 5.5s ease-in-out infinite alternate; }
.avia-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,18,67,.08) 32%, rgba(6,12,34,.93) 80%); }
.avia-guide { padding: 29px 22px 24px; background: radial-gradient(circle at 90% 0, rgba(86,182,255,.48), transparent 38%), #10255e; }
.mini-route { display: grid; gap: 10px; margin: 23px 0 0; padding: 0; list-style: none; }
.mini-route li { display: grid; grid-template-columns: 51px 1fr; align-items: center; gap: 13px; padding: 11px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
.mini-route li > span { display: grid; place-items: center; width: 51px; height: 51px; color: #10255e; background: #65d4ff; border-radius: 50%; font: 700 15px/1 var(--display); }
.mini-route p, .mini-route strong, .mini-route small { display: block; margin: 0; }
.mini-route strong { font: 700 16px/1 var(--display); text-transform: uppercase; }
.mini-route small { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }

.chicken-story { background: linear-gradient(180deg, #ffc43c 0 39%, #484a50 39% 100%); }
.road-lines--story { inset: 38% 0 0; }
.chicken-art--story { bottom: 156px; transform: translateX(-64%) scale(.82); }
.gold-egg--story { right: 34px; bottom: 183px; transform: scale(.82); }
.chicken-story .story-copy { background: linear-gradient(180deg, transparent, rgba(25,25,28,.94) 26%); }
.chicken-guide { padding: 29px 22px 24px; color: #171a20; background: radial-gradient(circle at 90% 0, rgba(255,255,255,.52), transparent 33%), #ffc43c; }
.chicken-guide .guide-heading small { color: #81500a; }
.difficulty-list { display: grid; gap: 11px; margin-top: 22px; }
.difficulty-list > div { display: grid; grid-template-columns: 72px 1fr 78px; align-items: center; gap: 8px; }
.difficulty-list span { font: 700 14px/1 var(--display); text-transform: uppercase; }
.difficulty-list i { height: 9px; overflow: hidden; background: rgba(23,26,32,.14); border-radius: 99px; }
.difficulty-list i::before { content: ""; display: block; width: var(--risk); height: 100%; background: #171a20; border-radius: inherit; }
.difficulty-list small { color: rgba(23,26,32,.62); font-size: 8px; font-weight: 800; text-align: right; text-transform: uppercase; }
.guide-footnote { margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.45; }
.chicken-guide .guide-footnote { color: rgba(23,26,32,.66); }

@keyframes aviaDrift { from { transform: scale(1.03) translateX(-1.5%); } to { transform: scale(1.09) translateX(1.5%); } }
.video-vignette { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,9,13,.65)); pointer-events: none; }
.media-label { position: absolute; left: 15px; bottom: 16px; display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.media-label i { width: 7px; height: 7px; background: #ff5b55; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; box-shadow: 0 0 0 3px rgba(255,91,85,.18); }
.video-toggle { position: absolute; right: 14px; bottom: 12px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: #fff; background: rgba(23,26,32,.68); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; backdrop-filter: blur(8px); }
.gallery-slide--world { overflow: hidden; align-content: end; background: #78a9ef; }
.pixel-sky { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(103,87,255,.1), rgba(23,26,32,.15)), url("/assets/background.png") center top / cover no-repeat; image-rendering: pixelated; transform: scale(1.15); }
.pixel-sky::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(15,38,41,.84)); }
.world-pickaxe { position: absolute; top: 126px; left: 50%; width: 138px; image-rendering: pixelated; filter: drop-shadow(0 18px 11px rgba(23,26,32,.28)); transform: translateX(-50%) rotate(44deg); animation: productDrop 3s ease-in-out infinite; }
.world-copy { position: relative; z-index: 2; padding: 28px 22px; color: #fff; }
.world-copy small, .tools-kicker { display: block; margin-bottom: 8px; color: var(--acid); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.world-copy strong { font: 700 44px/.92 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.gallery-slide--tools { align-content: center; padding: 28px 18px; color: #fff; background: radial-gradient(circle at 50% 25%, #454052, #171a20 66%); }
.tools-kicker { margin: 0 0 24px; text-align: center; }
.tools-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.tools-row figure { margin: 0; text-align: center; }
.tools-row figure span { display: grid; place-items: center; aspect-ratio: 1; margin-bottom: 10px; background: #282b32; border: 1px solid rgba(255,255,255,.1); border-radius: 20px 20px 7px; }
.tools-row img { width: 86%; image-rendering: pixelated; filter: drop-shadow(0 7px 2px rgba(0,0,0,.34)); }
.tools-row figcaption { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; opacity: .72; }
.gallery-nav { display: flex; align-items: center; gap: 8px; padding-top: 10px; }
.gallery-thumb { width: 53px; height: 53px; padding: 3px; overflow: hidden; background: #ddd; border: 1px solid var(--line); border-radius: 12px; opacity: .56; transition: border-color .2s, opacity .2s, transform .2s; }
.gallery-thumb { cursor: pointer; touch-action: manipulation; }
.gallery-thumb.is-active { border: 2px solid var(--ink); opacity: 1; transform: translateY(-2px); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.gallery-thumb--world img, .gallery-thumb--tools img { image-rendering: pixelated; }
.thumb-art { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; border-radius: 8px; }
.thumb-art--tower-story { display: flex; flex-direction: column-reverse; align-items: center; justify-content: center; gap: 2px; background: radial-gradient(circle at 50% 15%, #8152ff, #24174f); }
.thumb-art--tower-story i { display: block; height: 6px; background: #ff9b62; border: 1px solid #171426; border-radius: 2px; }
.thumb-art--tower-story i:nth-child(1) { width: 78%; }
.thumb-art--tower-story i:nth-child(2) { width: 62%; }
.thumb-art--tower-story i:nth-child(3) { width: 48%; }
.thumb-art--tower-story i:nth-child(4) { width: 32%; background: #72e0c2; }
.thumb-art--tower-guide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; align-content: end; padding: 5px; background: #171426; }
.thumb-art--tower-guide b { position: absolute; top: 5px; left: 7px; color: #fff; font: 700 19px/1 var(--display); }
.thumb-art--tower-guide i { height: 12px; background: #72e0c2; border-radius: 3px 3px 1px; }
.thumb-art--avia-story { background: linear-gradient(180deg, rgba(7,20,70,.05), rgba(7,12,35,.55)), url("/assets/aviamasters-gameplay-rub-v1.jpg") 38% 48% / 235% auto no-repeat; }
.thumb-art--avia-story b { position: absolute; right: 4px; bottom: 4px; display: grid; place-items: center; width: 20px; height: 20px; color: #10255e; background: #65d4ff; border-radius: 50%; font: 700 9px/1 var(--display); }
.thumb-art--avia-guide { display: flex; align-items: center; justify-content: center; gap: 2px; background: linear-gradient(145deg, #214697, #10255e); }
.thumb-art--avia-guide i { display: grid; place-items: center; width: 12px; height: 12px; color: #10255e; background: #65d4ff; border-radius: 50%; font: 800 5px/1 var(--sans); font-style: normal; }
.thumb-art--avia-guide::after { content: ""; position: absolute; right: 5px; bottom: 8px; left: 5px; height: 2px; background: rgba(101,212,255,.4); }
.thumb-art--chicken-story { background: linear-gradient(180deg, #ffc43c 0 38%, #56585e 38% 100%); }
.thumb-art--chicken-story::after { content: ""; position: absolute; right: 4px; bottom: 9px; left: 4px; height: 2px; background: repeating-linear-gradient(90deg, #fff 0 8px, transparent 8px 14px); }
.thumb-art--chicken-story i { position: absolute; z-index: 2; top: 18px; left: 12px; width: 17px; height: 15px; background: #fff7dc; border: 2px solid #171a20; border-radius: 50%; }
.thumb-art--chicken-story i::before { content: ""; position: absolute; top: -7px; right: -3px; width: 10px; height: 10px; background: #fff7dc; border: 2px solid #171a20; border-radius: 50%; }
.thumb-art--chicken-story b { position: absolute; z-index: 2; top: 23px; right: 8px; width: 9px; height: 12px; background: #ffd451; border: 2px solid #171a20; border-radius: 50%; }
.thumb-art--chicken-guide { display: grid; gap: 4px; align-content: center; padding: 7px; background: #ffc43c; }
.thumb-art--chicken-guide i { display: block; height: 3px; background: rgba(23,26,32,.18); border-radius: 5px; }
.thumb-art--chicken-guide i::before { content: ""; display: block; height: 100%; background: #171a20; border-radius: inherit; }
.thumb-art--chicken-guide i:nth-child(1)::before { width: 25%; }
.thumb-art--chicken-guide i:nth-child(2)::before { width: 45%; }
.thumb-art--chicken-guide i:nth-child(3)::before { width: 70%; }
.thumb-art--chicken-guide i:nth-child(4)::before { width: 100%; }
.gallery-count { margin-left: auto; color: var(--muted); font-size: 10px; }

.product-card { background: var(--surface); }
.product-info { padding: 24px 18px 30px; background: var(--surface); }
.product-info__meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.availability { display: flex; align-items: center; gap: 6px; color: #376a27; }
.availability i { width: 7px; height: 7px; background: #59ab3e; border-radius: 50%; box-shadow: 0 0 0 3px rgba(89,171,62,.15); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 700; text-transform: uppercase; text-wrap: balance; }
h1 { max-width: 420px; margin-top: 14px; letter-spacing: -.025em; }
h1 > span { display: block; font-size: clamp(58px, 16.4vw, 78px); line-height: .88; }
.theme-avia h1 > span { font-size: clamp(54px, 14.2vw, 70px); }
h1 > small { display: block; max-width: 350px; margin-top: 12px; color: var(--violet); font: 700 clamp(24px, 7vw, 34px)/.98 var(--display); letter-spacing: -.015em; }
.product-subtitle { max-width: 390px; margin: 16px 0 21px; color: #555a57; font-size: 14px; line-height: 1.5; }
.product-identity { display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; align-items: end; margin-bottom: 12px; padding: 14px 15px; background: #eeeadf; border: 1px solid var(--line); border-radius: 16px 16px 5px; }
.product-identity span { grid-column: 1 / -1; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.product-identity strong { font-size: 12px; }
.product-identity small { color: var(--muted); font-size: 8px; }
.access-card { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 22px; padding: 16px; color: #fff; background: var(--violet); border-radius: 18px 18px 6px; }
.access-card small { display: block; margin-bottom: 5px; color: rgba(255,255,255,.68); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.access-card strong { display: block; font: 700 29px/.95 var(--display); text-transform: uppercase; }
.access-card > span { flex: 0 0 auto; padding: 7px 9px; color: var(--ink); background: var(--acid); border-radius: 8px; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.quick-specs { display: grid; grid-template-columns: 1.2fr .72fr .75fr; margin: 0 -18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-specs div { min-width: 0; padding: 16px 12px 15px; border-right: 1px solid var(--line); }
.quick-specs div:first-child { padding-left: 18px; }
.quick-specs div:last-child { border-right: 0; }
.quick-specs small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.quick-specs strong { display: block; font-size: 12px; line-height: 1.15; }
.play-panel { margin-top: 22px; padding: 18px; background: var(--ink); border-radius: 22px 22px 7px; box-shadow: 5px 6px 0 var(--acid); }
.play-panel__status { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 14px; color: #fff; }
.play-panel__status span { color: #a8ada7; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.play-panel__status strong { font: 700 22px/.95 var(--display); letter-spacing: -.015em; text-transform: uppercase; }
.play-button { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 59px; color: var(--ink); background: var(--acid); border-radius: 14px; text-decoration: none; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; transition: transform .18s, background .18s; }
.play-button:active { background: var(--acid-strong); transform: scale(.985); }
.play-button svg { width: 20px; fill: currentColor; }
.store-benefits { margin-top: 23px; border-top: 1px solid var(--line); }
.store-benefits article { display: grid; grid-template-columns: 39px 1fr; gap: 11px; align-items: center; padding: 14px 1px; border-bottom: 1px solid var(--line); }
.store-benefits article > span { display: grid; place-items: center; width: 38px; height: 38px; background: #e8e4d9; border-radius: 11px 11px 4px; font-size: 18px; }
.store-benefits strong { font-size: 11px; }
.store-benefits p { margin: 4px 0 0; color: var(--muted); font-size: 9px; }

.content-section { padding: 54px 18px; background: var(--bg); border-top: 1px solid var(--line); }
.content-section:nth-of-type(even) { background: #e4e0d5; }
.section-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.section-label small { display: grid; place-items: center; width: 28px; height: 28px; color: var(--ink); border: 1px solid var(--ink); border-radius: 50%; font-size: 9px; }
h2 { max-width: 410px; font-size: clamp(46px, 12.7vw, 61px); line-height: .94; letter-spacing: -.025em; }
.content-section > p { margin: 20px 0 0; color: #555a57; font-size: 14px; line-height: 1.63; }
.content-section > p + p { margin-top: 12px; }
.section-copy p { margin: 20px 0 0; color: #555a57; font-size: 14px; line-height: 1.63; }
.section-copy p + p { margin-top: 12px; }
.feature-card { margin-top: 28px; overflow: hidden; background: var(--surface); border: 1px solid var(--ink); border-radius: 22px 22px 7px; box-shadow: 5px 6px 0 var(--ink); }
.feature-card__visual { position: relative; height: 210px; overflow: hidden; background: linear-gradient(180deg, #809ff0 0 58%, #9fc55e 59% 70%, #315f57 71%); }
.feature-card__visual::before { content: ""; position: absolute; inset: 0; background: url("/assets/background.png") center / cover no-repeat; image-rendering: pixelated; opacity: .58; }
.feature-card__visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(23,26,32,.33)); }
.drop-track { position: absolute; z-index: 2; top: 18px; bottom: 12px; left: 50%; border-left: 2px dashed rgba(255,255,255,.8); }
.feature-card__visual img { position: absolute; z-index: 3; top: 53px; left: calc(50% - 57px); width: 114px; image-rendering: pixelated; filter: drop-shadow(0 10px 5px rgba(0,0,0,.24)); transform: rotate(43deg); }
.feature-card__copy { padding: 20px; }
.feature-card__copy small { color: var(--violet); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.feature-card__copy strong { display: block; margin-top: 7px; font: 700 31px/.98 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.feature-card__copy p { margin: 11px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.feature-symbol { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; place-items: center; width: 118px; height: 118px; color: var(--ink); background: var(--acid); border: 4px solid var(--ink); border-radius: 34px 34px 10px; box-shadow: 12px 14px 0 rgba(23,26,32,.75); font: 700 61px/1 var(--display); transform: translate(-50%,-50%) rotate(-5deg); }
.feature-card--tower .feature-card__visual { background: linear-gradient(135deg, #3f2a9f, #ff6948); }
.feature-card--avia .feature-card__visual { background: linear-gradient(135deg, #8ed9ff, #2769e8); }
.feature-card--chicken .feature-card__visual { background: linear-gradient(135deg, #ffd83d, #e44935); }
.feature-card--tower .feature-card__visual::before, .feature-card--avia .feature-card__visual::before, .feature-card--chicken .feature-card__visual::before { display: none; }

.specs-section { background: var(--ink) !important; color: #fff; border-color: #2c3038; }
.specs-section .section-label { color: #a4a8a2; }
.specs-section .section-label small { color: var(--acid); border-color: var(--acid); }
.specs-section > p { color: #b5bab4; }
.spec-list { margin: 27px 0 0; border-top: 1px solid #3b3f47; }
.spec-list div { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid #3b3f47; }
.spec-list dt { color: #9ca09b; font-size: 11px; }
.spec-list dd { margin: 0; text-align: right; font-size: 12px; font-weight: 800; }
.round-list { display: grid; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.round-list li { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; padding: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: 17px 17px 5px; }
.round-list li > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--acid); border: 1px solid var(--ink); border-radius: 50%; font: 800 18px/1 var(--sans); }
.round-list strong { font-size: 13px; }
.round-list p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }

.accordions details { border-bottom: 1px solid #bebbb2; }
.accordions details:first-of-type { margin-top: 25px; border-top: 1px solid #bebbb2; }
.accordions summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 19px 0; cursor: pointer; list-style: none; font-size: 13px; font-weight: 800; }
.accordions summary::-webkit-details-marker { display: none; }
.accordions summary span { flex: 0 0 auto; font-size: 23px; font-weight: 300; transition: transform .2s; }
.accordions details[open] summary span { transform: rotate(45deg); }
.accordions details p { margin: -6px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.55; }

.access-section { background: #e4e0d5 !important; }
.access-section__card { padding: 22px; color: #fff; background: var(--violet); border-radius: 24px 24px 7px; box-shadow: 6px 7px 0 var(--ink); }
.access-section__card > small { display: block; margin-bottom: 10px; color: var(--acid); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.access-section__card h2 { font-size: clamp(41px, 11.6vw, 55px); }
.access-section__card p { margin: 17px 0 22px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.6; }
.access-section__card .play-button { background: var(--acid); }
.access-actions { display: grid; gap: 10px; }
.demo-link { display: flex; align-items: center; justify-content: center; min-height: 48px; color: #fff; border: 1px solid rgba(255,255,255,.45); border-radius: 13px; text-decoration: none; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.related-grid { display: grid; gap: 10px; margin-top: 28px; }
.related-grid a { position: relative; display: block; padding: 18px; overflow: hidden; color: #fff; background: var(--ink); border: 1px solid var(--ink); border-radius: 18px 18px 5px; box-shadow: 4px 5px 0 var(--acid); text-decoration: none; }
.related-grid a::after { content: ""; position: absolute; top: -26px; right: -22px; width: 88px; height: 88px; background: var(--violet); border-radius: 50%; opacity: .74; }
.related-grid small, .related-grid strong, .related-grid span { position: relative; z-index: 2; display: block; }
.related-grid small { color: var(--acid); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.related-grid strong { margin-top: 5px; font: 700 29px/.95 var(--display); text-transform: uppercase; }
.related-grid span { margin-top: 13px; color: #afb4ae; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 18px 128px; color: #b0b4af; background: var(--ink); }
.footer__brand strong, .footer__brand small { display: block; }
.footer__brand strong { color: #fff; font: 700 27px/.9 var(--display); letter-spacing: .02em; }
.footer__brand small { margin-top: 6px; color: #858b85; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.footer > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--acid); border: 1px solid var(--acid); border-radius: 50%; font-weight: 900; }

.buy-dock { position: fixed; z-index: 30; left: 50%; bottom: 0; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; width: min(100%, 480px); min-height: 80px; padding: 11px 14px max(11px, env(safe-area-inset-bottom)); color: #fff; background: rgba(23,26,32,.92); border-top: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(14px); transform: translateX(-50%); }
.buy-dock small { display: block; margin-bottom: 3px; color: var(--acid); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.buy-dock strong { display: block; font-size: 11px; }
.buy-dock__button { display: flex; align-items: center; gap: 16px; min-height: 51px; padding: 0 17px; color: var(--ink); background: var(--acid); border-radius: 13px; text-decoration: none; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.buy-dock__button span { font-size: 17px; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: calc(92px + env(safe-area-inset-bottom)); width: min(calc(100% - 28px), 452px); padding: 14px 16px; color: var(--ink); background: var(--acid); border: 1px solid var(--ink); border-radius: 13px 13px 5px; box-shadow: 4px 5px 0 var(--ink); text-align: center; font-size: 11px; font-weight: 800; opacity: 0; pointer-events: none; transform: translate(-50%, 25px); transition: opacity .24s, transform .24s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@keyframes productDrop { 0%,100% { transform: translate(-50%,-9px) rotate(38deg); } 50% { transform: translate(-50%,30px) rotate(51deg); } }
@keyframes floorDrop { 0%,100% { transform: translateY(-24px); } 55% { transform: translateY(0); } }
@keyframes planeFloat { 0%,100% { transform: translate(-50%,-8px) rotate(-8deg); } 50% { transform: translate(-50%,14px) rotate(-3deg); } }

@media (max-width: 360px) {
  .gallery-stage { height: 454px; }
  body:not(.theme-home) .content-section h2 { font-size: 44px; }
  body:not(.theme-home) .specs-section h2 { font-size: 39px; }
  .quick-specs strong { font-size: 10px; }
  .product-info__meta { font-size: 8px; }
  .buy-dock__button { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

/* Responsive game product pages */
@media (min-width: 680px) {
  body:not(.theme-home) .store-shell { width: min(100%, 1440px); max-width: none; }
  body:not(.theme-home) .store-header { min-height: 82px; padding: 18px clamp(30px, 5vw, 70px); }
  body:not(.theme-home) .store-logo { font-size: 24px; }
  body:not(.theme-home) .store-logo__mark { width: 44px; height: 44px; }
  body:not(.theme-home) .game-switcher { gap: 10px; justify-content: center; padding: 13px clamp(30px, 5vw, 70px) 15px; }
  body:not(.theme-home) .game-switcher a { flex: 1 1 0; min-width: 140px; max-width: 230px; padding: 12px 14px; }
  body:not(.theme-home) .game-switcher span { font-size: 16px; }
  body:not(.theme-home) .breadcrumb { padding: 18px clamp(30px, 5vw, 70px); font-size: 11px; }

  body:not(.theme-home) .product-gallery { padding: 0 clamp(30px, 5vw, 70px) 24px; }
  body:not(.theme-home) .product-gallery__badges { top: 18px; left: calc(clamp(30px, 5vw, 70px) + 16px); }
  body:not(.theme-home) .gallery-stage { height: clamp(520px, 70vw, 650px); border-radius: 30px 30px 10px 30px; }
  body:not(.theme-home) .gallery-nav { gap: 11px; padding-top: 14px; }
  body:not(.theme-home) .gallery-thumb { width: 64px; height: 64px; border-radius: 15px; }
  body:not(.theme-home) .gallery-caption { grid-template-columns: 40px minmax(0, 620px); padding-top: 15px; }
  body:not(.theme-home) .gallery-caption span { width: 38px; height: 38px; }
  body:not(.theme-home) .gallery-caption p { font-size: 12px; }
  body:not(.theme-home) .hero-copy { right: 32px; bottom: 30px; left: 32px; }
  body:not(.theme-home) .hero-copy strong { max-width: 520px; font-size: clamp(52px, 7vw, 68px); }
  body:not(.theme-home) .story-copy { padding: 38px 34px; }
  body:not(.theme-home) .story-copy strong,
  body:not(.theme-home) .guide-heading strong { font-size: 49px; }
  body:not(.theme-home) .story-copy p { max-width: 470px; font-size: 12px; }
  body:not(.theme-home) .world-pickaxe { top: 145px; width: 180px; }
  body:not(.theme-home) .world-copy { padding: 38px 34px; }
  body:not(.theme-home) .world-copy strong { font-size: 58px; }
  body:not(.theme-home) .gallery-slide--tools { padding: 42px 34px; }
  body:not(.theme-home) .tools-row { gap: 16px; }
  body:not(.theme-home) .tools-row figure span { border-radius: 25px 25px 9px; }
  body:not(.theme-home) .tower-guide,
  body:not(.theme-home) .avia-guide,
  body:not(.theme-home) .chicken-guide { padding: 42px 36px 34px; }
  body:not(.theme-home) .bonus-floor-list,
  body:not(.theme-home) .mini-route { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  body:not(.theme-home) .bonus-floor-list > div,
  body:not(.theme-home) .mini-route li { grid-template-columns: 1fr; align-content: start; min-height: 145px; }
  body:not(.theme-home) .difficulty-list { gap: 16px; margin-top: 34px; }
  body:not(.theme-home) .difficulty-list > div { grid-template-columns: 105px 1fr 105px; }

  body:not(.theme-home) .product-info { padding: 34px clamp(30px, 5vw, 70px) 52px; }
  body:not(.theme-home) .product-info__meta { font-size: 11px; }
  body:not(.theme-home) h1 { max-width: 700px; margin-top: 20px; }
  body:not(.theme-home) h1 > span { font-size: clamp(78px, 11vw, 108px); }
  body.theme-avia h1 > span { font-size: clamp(72px, 10vw, 100px); }
  body:not(.theme-home) h1 > small { max-width: 600px; font-size: clamp(34px, 5.4vw, 52px); }
  body:not(.theme-home) .product-subtitle { max-width: 640px; font-size: 16px; }
  body:not(.theme-home) .product-identity,
  body:not(.theme-home) .access-card { max-width: 700px; }
  body:not(.theme-home) .quick-specs { margin-inline: 0; }
  body:not(.theme-home) .quick-specs div:first-child { padding-left: 16px; }
  body:not(.theme-home) .play-panel { max-width: 700px; }
  body:not(.theme-home) .store-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 900px; border-bottom: 1px solid var(--line); }
  body:not(.theme-home) .store-benefits article { grid-template-columns: 39px 1fr; padding: 18px 14px; border-right: 1px solid var(--line); border-bottom: 0; }
  body:not(.theme-home) .store-benefits article:last-child { border-right: 0; }

  body:not(.theme-home) .content-section { padding: 76px clamp(34px, 6vw, 86px); }
  body:not(.theme-home) .section-label { margin-bottom: 28px; font-size: 10px; }
  body:not(.theme-home) h2 { max-width: 700px; font-size: clamp(54px, 7.5vw, 72px); line-height: .96; }
  body:not(.theme-home) .content-section > p { max-width: 760px; font-size: 16px; }
  body:not(.theme-home) .section-copy { max-width: 760px; }
  body:not(.theme-home) .section-copy p { font-size: 16px; }
  body:not(.theme-home) .feature-card { display: grid; grid-template-columns: 1.06fr .94fr; margin-top: 38px; }
  body:not(.theme-home) .feature-card__visual { height: auto; min-height: 310px; }
  body:not(.theme-home) .feature-card__copy { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
  body:not(.theme-home) .feature-card__copy strong { font-size: 43px; }
  body:not(.theme-home) .feature-card__copy p { font-size: 13px; }
  body:not(.theme-home) .spec-list { max-width: 820px; }
  body:not(.theme-home) .spec-list div { padding: 18px 0; }
  body:not(.theme-home) .spec-list dt,
  body:not(.theme-home) .spec-list dd { font-size: 13px; }
  body:not(.theme-home) .round-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  body:not(.theme-home) .round-list li { grid-template-columns: 1fr; align-content: start; min-height: 205px; padding: 23px; }
  body:not(.theme-home) .round-list li > span { margin-bottom: 20px; }
  body:not(.theme-home) .round-list strong { font-size: 15px; }
  body:not(.theme-home) .round-list p { font-size: 11px; }
  body:not(.theme-home) .access-section__card { padding: 38px; }
  body:not(.theme-home) .access-section__card h2 { font-size: clamp(54px, 7vw, 74px); }
  body:not(.theme-home) .access-section__card p { max-width: 700px; font-size: 14px; }
  body:not(.theme-home) .access-actions { grid-template-columns: minmax(220px, 1fr) minmax(180px, .7fr); max-width: 660px; }
  body:not(.theme-home) .accordions { max-width: 900px; }
  body:not(.theme-home) .accordions summary { padding: 23px 0; font-size: 15px; }
  body:not(.theme-home) .accordions details p { font-size: 14px; }
  body:not(.theme-home) .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
  body:not(.theme-home) .related-grid a { min-height: 160px; padding: 24px; }
  body:not(.theme-home) .related-grid strong { font-size: 35px; }
  body:not(.theme-home) .footer { padding: 34px clamp(34px, 6vw, 86px) 128px; }

  body:not(.theme-home) .buy-dock { bottom: 16px; width: min(calc(100% - 48px), 600px); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; box-shadow: 0 20px 55px rgba(0,0,0,.32); }
}

@media (min-width: 1024px) {
  body:not(.theme-home) .product-card { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: clamp(34px, 4vw, 68px); align-items: start; padding: 30px clamp(44px, 5.5vw, 84px) 68px; }
  body:not(.theme-home) .product-gallery { min-width: 0; padding: 0; }
  body:not(.theme-home) .product-gallery__badges { left: 16px; }
  body:not(.theme-home) .gallery-stage { height: clamp(570px, 50vw, 690px); }
  body:not(.theme-home) .product-info { min-width: 0; padding: 4px 0 0; }
  body:not(.theme-home) h1 > span { font-size: clamp(68px, 6.6vw, 96px); }
  body.theme-avia h1 > span { font-size: clamp(62px, 6vw, 88px); }
  body:not(.theme-home) h1 > small { font-size: clamp(31px, 3.4vw, 47px); }
  body:not(.theme-home) .product-subtitle { font-size: 15px; line-height: 1.58; }
  body:not(.theme-home) .product-identity,
  body:not(.theme-home) .access-card,
  body:not(.theme-home) .play-panel { max-width: none; }
  body:not(.theme-home) .store-benefits { display: block; max-width: none; border-bottom: 0; }
  body:not(.theme-home) .store-benefits article { border-right: 0; border-bottom: 1px solid var(--line); }

  body:not(.theme-home) .content-section:not(.access-section) { display: grid; grid-template-columns: minmax(330px, .78fr) minmax(480px, 1.22fr); gap: 0 clamp(55px, 7vw, 115px); align-items: start; }
  body:not(.theme-home) .content-section:not(.access-section) .section-label { grid-column: 1 / -1; }
  body:not(.theme-home) .content-section:not(.access-section) h2 { grid-column: 1; min-width: 0; max-width: 100%; font-size: clamp(46px, 4.4vw, 64px); line-height: .96; }
  body:not(.theme-home) .content-section:not(.access-section) > p { grid-column: 1; max-width: 62ch; font-size: 17px; line-height: 1.65; }
  body:not(.theme-home) .content-section:not(.access-section) .section-copy { max-width: 62ch; }
  body:not(.theme-home) .content-section:not(.access-section) .section-copy p { font-size: 17px; line-height: 1.65; }
  body:not(.theme-home) .identification-section .feature-card { grid-column: 2; grid-row: 2 / span 4; margin-top: 0; }
  body:not(.theme-home) .identification-section .feature-card { grid-template-columns: 1fr; }
  body:not(.theme-home) .identification-section .feature-card__visual { min-height: 330px; }
  body:not(.theme-home) .mechanics-section .section-copy { grid-column: 2; grid-row: 2; }
  body:not(.theme-home) .mechanics-section .section-copy p:first-child { margin-top: 0; }
  body:not(.theme-home) .mechanics-section .section-copy p + p { margin-top: 16px; }
  body:not(.theme-home) .specs-section .spec-list,
  body:not(.theme-home) .round-section .round-list,
  body:not(.theme-home) .faq-section .accordions,
  body:not(.theme-home) .related-section .related-grid { grid-column: 2; grid-row: 2 / span 4; margin-top: 0; }
  body:not(.theme-home) .round-section .round-list { grid-template-columns: 1fr; }
  body:not(.theme-home) .round-section .round-list li { grid-template-columns: 46px 1fr; min-height: 0; }
  body:not(.theme-home) .round-section .round-list li > span { margin-bottom: 0; }
  body:not(.theme-home) .related-section .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body:not(.theme-home) .related-grid a { min-height: 190px; }
  body:not(.theme-home) .related-grid strong { font-size: clamp(27px, 2.5vw, 38px); }
  body:not(.theme-home) .access-section__card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: 0 55px; align-items: end; padding: 52px; }
  body:not(.theme-home) .access-section__card > small { grid-column: 1 / -1; }
  body:not(.theme-home) .access-section__card h2 { font-size: clamp(54px, 5vw, 72px); }
  body:not(.theme-home) .access-section__card h2,
  body:not(.theme-home) .access-section__card p { grid-column: 1; }
  body:not(.theme-home) .access-actions { grid-column: 2; grid-row: 2 / span 2; grid-template-columns: 1fr; width: 100%; }

  body:not(.theme-home) .buy-dock { display: none; }
  body:not(.theme-home) .footer { padding-bottom: 48px; }
  body:not(.theme-home) .toast { right: 24px; bottom: 24px; left: auto; width: 390px; transform: translateY(25px); }
  body:not(.theme-home) .toast.is-visible { transform: translateY(0); }
}

/* Mobile storefront homepage */
.theme-home {
  --home-cream: #f3f0e7;
  --home-black: #111318;
  --home-lime: #d9ff4a;
  --home-blue: #6657ff;
  --home-pink: #ff6c89;
  --home-line: #cbc8bd;
}
.home-shell { background: var(--home-cream); }
.home-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 70px; padding: max(14px, env(safe-area-inset-top)) 17px 11px; color: #fff; background: var(--home-black); border-bottom: 1px solid #2a2d34; }
.home-logo { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font: 700 20px/.9 var(--display); letter-spacing: .02em; }
.home-logo small { display: block; margin-top: 5px; color: #989da5; font: 8px/1 var(--sans); text-transform: uppercase; letter-spacing: .12em; }
.home-logo__mark { display: grid; flex: 0 0 auto; place-items: center; width: 39px; height: 39px; color: var(--home-black); background: var(--home-lime); border-radius: 12px 12px 4px; font: 800 23px/1 var(--display); transform: rotate(-4deg); }
.home-header__catalog { display: flex; align-items: center; gap: 10px; min-height: 40px; padding: 0 12px; color: #fff; border: 1px solid #42464f; border-radius: 12px; text-decoration: none; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.home-header__catalog span { color: var(--home-lime); font-size: 15px; }

.home-hero { position: relative; min-height: 815px; padding: 35px 18px 30px; overflow: hidden; color: #fff; background: var(--home-black); }
.home-hero::before { content: ""; position: absolute; top: 190px; right: -100px; width: 310px; height: 310px; border: 1px solid rgba(217,255,74,.22); border-radius: 50%; box-shadow: 0 0 0 42px rgba(217,255,74,.035), 0 0 0 85px rgba(217,255,74,.025); }
.home-hero__noise { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(#000 0 62%, transparent 86%); pointer-events: none; }
.home-kicker { position: relative; display: flex; align-items: center; gap: 9px; margin: 0 0 24px; color: #afb3ba; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.home-kicker span { width: 7px; height: 7px; background: var(--home-lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(217,255,74,.14); }
.home-hero h1 { position: relative; max-width: none; margin: 0; font-size: clamp(75px, 21vw, 100px); line-height: .78; letter-spacing: -.045em; text-transform: uppercase; }
.home-hero h1 em { position: relative; display: inline-block; color: var(--home-lime); font-style: normal; }
.home-hero h1 em::after { content: ""; position: absolute; right: 2px; bottom: -7px; left: 2px; height: 5px; background: var(--home-pink); border-radius: 50%; transform: rotate(-2deg); }
.home-hero h1 small { display: block; max-width: 275px; margin: 27px 0 0 auto; color: #fff; font: 650 24px/.98 var(--display); letter-spacing: -.015em; text-align: right; }
.home-hero__lead { position: relative; max-width: 340px; margin: 23px 0 22px; color: #b7bbc3; font-size: 13px; line-height: 1.55; }
.home-primary { position: relative; display: inline-flex; align-items: center; justify-content: space-between; width: 210px; min-height: 54px; padding: 0 16px; color: var(--home-black); background: var(--home-lime); border-radius: 14px 14px 5px; box-shadow: 5px 6px 0 var(--home-blue); text-decoration: none; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.home-primary span { font-size: 20px; }

.hero-deck { position: relative; height: 270px; margin: 38px -5px 0; }
.deck-card { position: absolute; top: 0; left: 50%; width: 224px; height: 247px; color: #fff; text-decoration: none; transform-origin: 50% 115%; }
.deck-card__surface { position: absolute; inset: 0; display: block; padding: 18px; overflow: hidden; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 24px 24px 7px; box-shadow: 0 18px 35px rgba(0,0,0,.34); translate: 0 0; transition: translate .42s cubic-bezier(.22, 1, .36, 1); }
.deck-card__surface::after { content: ""; position: absolute; right: -45px; bottom: -48px; width: 150px; height: 150px; border: 26px solid rgba(255,255,255,.09); border-radius: 50%; }
.deck-card__picture { display: contents; }
.deck-card__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 40% 50%; }
.deck-card__surface::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(10,24,42,.38) 0%, rgba(10,24,42,.06) 44%, rgba(10,24,42,.76) 100%); }
.deck-card__surface::after { z-index: 1; }
.deck-card small, .deck-card strong, .deck-card__name, .deck-card i { position: relative; z-index: 2; display: block; }
.deck-card small { font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; opacity: .75; }
.deck-card strong { margin-top: 45px; font: 700 42px/.83 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.deck-card__name { position: absolute; bottom: 17px; left: 18px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.deck-card i { position: absolute; top: 13px; right: 15px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--home-black); background: var(--home-lime); border-radius: 50%; font: 800 18px/1 var(--sans); font-style: normal; }
.deck-card--mine { z-index: 1; transform: translateX(-50%) rotate(-8deg) translateX(-63px); }
.deck-card--tower { z-index: 2; transform: translateX(-50%) rotate(-3deg) translateX(-23px); }
.deck-card--mine .deck-card__surface { background: linear-gradient(145deg, #6557ff, #342b86); }
.deck-card--tower .deck-card__surface { background: linear-gradient(145deg, #ff6c89, #b9435c); }
.deck-card--mine .deck-card__image { object-position: 50% 50%; }
.deck-card--tower .deck-card__image { object-position: 43% 50%; }
.deck-card--avia { z-index: 3; transform: translateX(-50%) rotate(3deg) translateX(24px); }
.deck-card--chicken { z-index: 4; color: #fff; transform: translateX(-50%) rotate(8deg) translateX(66px); }
.deck-card--avia .deck-card__surface { background: linear-gradient(145deg, #388bea, #194c9c); }
.deck-card--chicken .deck-card__surface { background: linear-gradient(145deg, #ffd948, #f29425); }
.deck-card--chicken .deck-card__image { object-position: 20% 50%; }
.deck-card--chicken i { background: #fff; }
.deck-card--chicken small { opacity: .62; }
.deck-card:focus-visible { outline: 3px solid var(--home-lime); outline-offset: 4px; }
.home-stats { position: relative; display: grid; grid-template-columns: .7fr 1.3fr .8fr; margin: 2px 0 0; border-top: 1px solid #333740; border-bottom: 1px solid #333740; }
.home-stats div { padding: 13px 9px; border-right: 1px solid #333740; }
.home-stats div:first-child { padding-left: 0; }
.home-stats div:last-child { border-right: 0; }
.home-stats dt { color: #7f848d; font-size: 7px; text-transform: uppercase; letter-spacing: .11em; }
.home-stats dd { margin: 5px 0 0; font-size: 9px; font-weight: 800; }

.category-rail { display: flex; gap: 8px; padding: 12px 14px; overflow-x: auto; background: var(--home-lime); border-bottom: 1px solid var(--home-black); scrollbar-width: none; }
.category-rail::-webkit-scrollbar { display: none; }
.category-rail span, .category-rail a { flex: 0 0 auto; display: flex; align-items: center; min-height: 35px; padding: 0 12px; color: var(--home-black); border: 1px solid var(--home-black); border-radius: 18px; text-decoration: none; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.category-rail span { color: var(--home-lime); background: var(--home-black); }

.home-section { padding: 57px 17px 62px; background: var(--home-cream); border-top: 1px solid var(--home-line); }
.home-section__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; color: #797d79; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.home-section__head p { margin: 0; }
.home-section__head span { padding: 7px 9px; color: var(--home-black); border: 1px solid var(--home-black); border-radius: 10px; letter-spacing: .07em; }
.home-section h2 { max-width: 440px; color: var(--home-black); font-size: clamp(53px, 15.2vw, 72px); line-height: .84; letter-spacing: -.035em; }
.home-section__intro { margin: 23px 0 0; color: #595e5b; font-size: 14px; line-height: 1.6; }

.catalog-grid { display: grid; gap: 22px; margin-top: 31px; }
.catalog-card { overflow: hidden; background: #fbf9f2; border: 1px solid var(--home-black); border-radius: 24px 24px 7px; box-shadow: 6px 7px 0 var(--home-black); }
.catalog-card__visual { position: relative; display: block; height: 235px; overflow: hidden; color: #fff; background: #5d50e8; border-bottom: 1px solid var(--home-black); text-decoration: none; }
.catalog-card__visual::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 29px 29px; mask-image: linear-gradient(#000, transparent 92%); }
.catalog-card__picture { display: block; width: 100%; height: 100%; }
.catalog-card__image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 49%; transition: transform .45s ease; }
.catalog-card__visual:active .catalog-card__image { transform: scale(1.025); }
.catalog-card--mine .catalog-card__visual::before, .catalog-card--tower .catalog-card__visual::before, .catalog-card--avia .catalog-card__visual::before, .catalog-card--chicken .catalog-card__visual::before { display: none; }
.catalog-card--tower .catalog-card__image { object-position: 43% 50%; }
.catalog-card--chicken .catalog-card__image { object-position: 42% 50%; }
.catalog-card__number, .catalog-card__provider { position: absolute; z-index: 3; top: 14px; padding: 7px 9px; background: rgba(17,19,24,.78); border-radius: 9px; backdrop-filter: blur(8px); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.catalog-card__number { left: 14px; color: var(--home-lime); }
.catalog-card__provider { right: 14px; }
.catalog-art { position: absolute; inset: 0; display: grid; place-items: center; }
.catalog-art i { position: absolute; width: 165px; height: 165px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.45); border-radius: 48px 48px 13px; transform: rotate(13deg); }
.catalog-art b { position: relative; z-index: 2; display: grid; place-items: center; width: 117px; height: 117px; color: var(--home-black); background: var(--home-lime); border: 4px solid var(--home-black); border-radius: 34px 34px 9px; box-shadow: 11px 12px 0 rgba(17,19,24,.72); font: 800 54px/1 var(--display); transform: rotate(-7deg); }
.catalog-card--mine .catalog-card__visual { background: linear-gradient(145deg, #6b59ff, #2f277d); }
.catalog-card--tower .catalog-card__visual { background: linear-gradient(145deg, #ff6f88, #a83857); }
.catalog-card--tower .catalog-art b { background: #5bf2d2; }
.catalog-card--avia .catalog-card__visual { background: linear-gradient(145deg, #67c8ff, #1f5fc3); }
.catalog-card--avia .catalog-art b { background: #fff; }
.catalog-card--chicken .catalog-card__visual { background: linear-gradient(145deg, #ffd94b, #ef812a); }
.catalog-card--chicken .catalog-art b { background: #ff6b86; }
.catalog-card__body { padding: 20px; }
.catalog-card__body > p:first-child { margin: 0 0 9px; color: #797d79; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.catalog-card h3 { margin: 0; font: 700 42px/.87 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.catalog-card h3 a { color: var(--home-black); text-decoration: none; }
.catalog-card h3 small { display: block; margin-top: 9px; color: var(--home-blue); font: 800 14px/1 var(--sans); letter-spacing: 0; }
.catalog-card__feature { margin: 15px 0 19px; color: #626663; font-size: 11px; line-height: 1.5; }
.catalog-card__link { display: flex; align-items: center; justify-content: space-between; min-height: 49px; padding: 0 14px; color: #fff; background: var(--home-black); border-radius: 13px; text-decoration: none; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.catalog-card__link span { color: var(--home-lime); font-size: 18px; }

.compare-section, .method-section { color: #fff; background: var(--home-black); border-color: #292c33; }
.home-section__head--light { color: #8f949d; }
.home-section__head--light span { color: var(--home-lime); border-color: #4a4e57; }
.compare-section h2, .method-section h2 { color: #fff; }
.compare-list { margin-top: 30px; border-top: 1px solid #383c44; }
.compare-list a { display: grid; grid-template-columns: 31px 1fr auto; gap: 5px 10px; align-items: center; padding: 18px 0; color: #fff; border-bottom: 1px solid #383c44; text-decoration: none; }
.compare-list span { grid-row: 1 / 3; display: grid; place-items: center; width: 29px; height: 29px; color: var(--home-black); background: var(--home-lime); border-radius: 9px 9px 3px; font-size: 8px; font-weight: 900; }
.compare-list strong { font-size: 12px; }
.compare-list small { grid-column: 2; color: #848991; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.compare-list i { grid-column: 3; grid-row: 1 / 3; color: var(--home-lime); font-size: 20px; font-style: normal; }

.guide-cards { display: grid; gap: 11px; margin-top: 27px; }
.guide-cards article { position: relative; padding: 19px; overflow: hidden; background: #fbf9f2; border: 1px solid var(--home-black); border-radius: 19px 19px 6px; }
.guide-cards article:last-child { color: #fff; background: var(--home-blue); }
.guide-cards span { display: grid; place-items: center; width: 30px; height: 30px; color: var(--home-black); background: var(--home-lime); border: 1px solid var(--home-black); border-radius: 50%; font-size: 8px; font-weight: 900; }
.guide-cards h3 { margin: 29px 0 9px; font: 700 29px/.95 var(--display); text-transform: uppercase; }
.guide-cards p { margin: 0; color: #656966; font-size: 11px; line-height: 1.55; }
.guide-cards article:last-child p { color: rgba(255,255,255,.75); }

.method-list { display: grid; gap: 1px; margin: 30px 0 0; padding: 0; list-style: none; background: #3a3e46; border: 1px solid #3a3e46; }
.method-list li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 18px 16px; background: #1a1d23; }
.method-list li > span { color: var(--home-lime); font: 700 20px/1 var(--display); }
.method-list strong { font-size: 12px; }
.method-list p { margin: 6px 0 0; color: #92979f; font-size: 10px; line-height: 1.5; }

.home-faq .accordions { margin-top: 25px; }
.home-faq .accordions details:first-of-type { margin-top: 0; }
.home-faq .accordions summary { font-size: 12px; line-height: 1.35; }
.home-footer { display: flex; align-items: center; justify-content: space-between; padding-bottom: max(30px, env(safe-area-inset-bottom)); }
.home-footer div { display: flex; align-items: center; gap: 10px; }
.home-footer strong { color: #fff; font: 700 27px/.9 var(--display); letter-spacing: .02em; }
.home-footer div span { max-width: 105px; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.home-footer > b { display: grid; place-items: center; width: 42px; height: 42px; color: var(--home-lime); border: 1px solid var(--home-lime); border-radius: 50%; font-size: 12px; }

@media (min-width: 680px) {
  .home-shell { width: min(100%, 1440px); max-width: none; box-shadow: 0 0 90px rgba(0,0,0,.4); }
  .home-header { min-height: 82px; padding: 18px clamp(28px, 5vw, 72px); }
  .home-logo { font-size: 24px; }
  .home-logo__mark { width: 44px; height: 44px; }
  .home-header__catalog { min-height: 46px; padding-inline: 17px; font-size: 10px; }

  .home-hero { min-height: 970px; padding: 60px clamp(32px, 6vw, 78px) 38px; }
  .home-hero::before { top: 150px; right: -30px; width: 520px; height: 520px; }
  .home-kicker { margin-bottom: 30px; font-size: 10px; }
  .home-hero h1 { max-width: 690px; font-size: clamp(102px, 15vw, 140px); }
  .home-hero h1 small { max-width: 390px; margin-top: 34px; font-size: 34px; }
  .home-hero__lead { max-width: 540px; margin-top: 30px; font-size: 16px; }
  .home-primary { width: 240px; min-height: 61px; font-size: 12px; }

  .hero-deck { width: min(100%, 650px); height: 350px; margin: 55px auto 0; }
  .deck-card { top: 12px; width: 276px; height: 305px; }
  .deck-card__surface { padding: 22px; }
  .deck-card strong { margin-top: 58px; font-size: 50px; }
  .deck-card__name { bottom: 20px; left: 22px; font-size: 10px; }
  .deck-card--mine { transform: translateX(-50%) rotate(-8deg) translateX(-105px); }
  .deck-card--tower { transform: translateX(-50%) rotate(-3deg) translateX(-36px); }
  .deck-card--avia { transform: translateX(-50%) rotate(3deg) translateX(38px); }
  .deck-card--chicken { transform: translateX(-50%) rotate(8deg) translateX(108px); }

  .home-stats { max-width: 760px; margin: 16px auto 0; }
  .home-stats div { padding: 17px 16px; }
  .home-stats dt { font-size: 8px; }
  .home-stats dd { font-size: 11px; }

  .category-rail { justify-content: center; padding: 15px 28px; overflow: visible; }
  .category-rail span, .category-rail a { min-height: 40px; padding-inline: 17px; font-size: 10px; }
  .home-section { padding: 78px clamp(32px, 6vw, 78px) 86px; }
  .home-section__head { margin-bottom: 30px; font-size: 9px; }
  .home-section h2 { max-width: 700px; font-size: clamp(70px, 10vw, 100px); }
  .home-section__intro { max-width: 680px; margin-top: 30px; font-size: 16px; }

  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 44px; }
  .catalog-card { display: grid; grid-template-rows: auto 1fr; }
  .catalog-card__visual { height: 290px; }
  .catalog-card__body { display: flex; flex-direction: column; padding: 25px; }
  .catalog-card h3 { font-size: 52px; }
  .catalog-card__feature { font-size: 12px; }
  .catalog-card__link { margin-top: auto; }

  .compare-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
  .compare-list a { min-height: 83px; }
  .guide-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .guide-cards article { min-height: 250px; padding: 26px; }
  .guide-cards h3 { font-size: 36px; }
  .method-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; }
  .method-list li { grid-template-columns: 1fr; align-content: start; min-height: 225px; padding: 25px; }
  .method-list li > span { margin-bottom: 27px; font-size: 26px; }
  .method-list strong { font-size: 14px; }
  .method-list p { font-size: 11px; }
  .home-faq .accordions { max-width: 820px; }
  .home-footer { padding: 30px clamp(32px, 6vw, 78px) max(32px, env(safe-area-inset-bottom)); }
}

@media (min-width: 1024px) {
  .home-header { padding-inline: clamp(48px, 6vw, 92px); }
  .home-hero { display: grid; grid-template-columns: minmax(410px, .9fr) minmax(520px, 1.1fr); grid-template-rows: auto auto auto auto 1fr auto; column-gap: clamp(35px, 5vw, 86px); min-height: 780px; padding: 68px clamp(48px, 6vw, 92px) 38px; }
  .home-kicker, .home-hero h1, .home-hero__lead, .home-primary { grid-column: 1; }
  .home-kicker { grid-row: 1; align-self: start; }
  .home-hero h1 { grid-row: 2; font-size: clamp(92px, 9.1vw, 132px); }
  .home-hero h1 small { max-width: 330px; margin: 26px 0 0; font-size: 31px; text-align: left; }
  .home-hero__lead { grid-row: 3; max-width: 480px; margin: 25px 0 21px; font-size: 14px; }
  .home-primary { grid-row: 4; }
  .hero-deck { grid-column: 2; grid-row: 1 / 6; align-self: center; width: 100%; height: 510px; margin: 0; }
  .deck-card { top: 70px; width: clamp(250px, 21vw, 304px); height: clamp(310px, 27vw, 370px); }
  .deck-card strong { margin-top: 68px; font-size: clamp(48px, 4vw, 60px); }
  .deck-card--mine { transform: translateX(-50%) rotate(-9deg) translateX(clamp(-150px, -11vw, -115px)); }
  .deck-card--tower { transform: translateX(-50%) rotate(-3deg) translateX(clamp(-55px, -4vw, -38px)); }
  .deck-card--avia { transform: translateX(-50%) rotate(3deg) translateX(clamp(38px, 4vw, 55px)); }
  .deck-card--chicken { transform: translateX(-50%) rotate(9deg) translateX(clamp(115px, 11vw, 150px)); }
  .home-stats { grid-column: 1 / -1; grid-row: 6; width: 100%; max-width: none; margin-top: 28px; }

  .home-section { padding-inline: clamp(48px, 6vw, 92px); }
  .compare-section, .guide-section, .method-section, .home-faq { display: grid; grid-template-columns: minmax(340px, .78fr) minmax(480px, 1.22fr); gap: 0 clamp(48px, 7vw, 105px); align-items: start; }
  .compare-section .home-section__head, .guide-section .home-section__head, .method-section .home-section__head, .home-faq .home-section__head { grid-column: 1 / -1; }
  .compare-section h2, .guide-section h2, .method-section h2, .home-faq h2 { grid-column: 1; font-size: clamp(67px, 6.5vw, 96px); }
  .compare-list, .guide-section .guide-cards, .method-list, .home-faq .accordions { grid-column: 2; grid-row: 2 / span 3; margin-top: 0; }
  .compare-list { grid-template-columns: 1fr; }
  .guide-section .home-section__intro { grid-column: 1; }
  .guide-section .guide-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-faq .accordions { width: 100%; max-width: none; }
}

@media (min-width: 1180px) {
  .catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
  .catalog-card__visual { height: 230px; }
  .catalog-card__body { padding: 21px; }
  .catalog-card h3 { font-size: clamp(37px, 3.15vw, 46px); }
}

@media (min-width: 680px) and (hover: hover) and (pointer: fine) {
  .deck-card:hover .deck-card__surface { translate: -14px 0; }
}

@media (max-width: 360px) {
  .home-hero { min-height: 785px; }
  .home-hero h1 { font-size: 72px; }
  .home-hero h1 small { max-width: 245px; font-size: 21px; }
  .hero-deck { margin-inline: -15px; transform: scale(.92); }
  .catalog-card h3 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .deck-card__surface { transition: none; }
}
