:root {
  --ink: #080808;
  --paper: #f6f7ed;
  --panel: #fffff7;
  --line: rgba(8, 8, 8, 0.18);
  --muted: #64665f;
  --acid: #dfff22;
  --blue: #77b5ff;
  --pink: #ff85cf;
  --violet: #8877ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    #191919;
  background-size: 64px 64px;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  padding: 12px clamp(16px, 4vw, 44px);
  background: rgba(246, 247, 237, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
  font-weight: 900;
}

.brand span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background:
    linear-gradient(45deg, transparent 39%, var(--ink) 40% 60%, transparent 61%),
    linear-gradient(-45deg, transparent 39%, var(--ink) 40% 60%, transparent 61%);
}

.header-tools {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.language-button {
  min-width: 36px;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.language-button.is-active {
  background: var(--ink);
  color: white;
}

.header-link {
  color: #343630;
  font-size: 14px;
  font-weight: 900;
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 14px;
  font-weight: 800;
}

.home-hero {
  position: relative;
  min-height: calc(100svh - 68px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(18px, 4vw, 48px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    #191919;
  background-size: 72px 72px;
}

.hero-orbit {
  position: absolute;
  width: min(1180px, 82vw);
  aspect-ratio: 1.9;
  border-radius: 50%;
  background:
    linear-gradient(rgba(255,255,255,0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.16) 1px, transparent 1px),
    #020202;
  background-size: 64px 64px;
  transform: rotate(-7deg);
}

.hero-orbit::after {
  content: "";
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 56%, rgba(25,25,25,0.92) 70%);
}

.hero-window {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  min-height: min(720px, calc(100svh - 118px));
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 54%, var(--acid) 0 22%, rgba(223,255,34,0.42) 43%, transparent 70%),
    var(--paper);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.38);
}

.window-bar {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  background: #767773;
}

.window-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.hero-topline,
.hero-categories,
.hero-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 12px 18px;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
  font-weight: 900;
}

.hero-brand span:last-child {
  border-left: 1px solid var(--line);
  padding-left: 10px;
  color: #343630;
  font-size: 14px;
  font-weight: 700;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-weight: 900;
}

.hero-categories {
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 9px;
  padding-bottom: 9px;
}

.hero-categories a,
.hero-categories span {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(8, 8, 8, 0.45);
  border-radius: 999px;
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.hero-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(28px, 5vw, 62px);
}

.eyebrow {
  margin: 0 0 18px;
  color: #4f5249;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-body h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(56px, 8.5vw, 126px);
  font-weight: 500;
  line-height: 0.9;
}

.hero-card-preview {
  margin: 0;
  transform: rotate(4deg);
}

.hero-card-preview img {
  display: block;
  width: 100%;
  max-height: 520px;
  aspect-ratio: 0.78;
  object-fit: cover;
  border: 2px solid var(--ink);
  box-shadow: 16px 20px 0 rgba(8, 8, 8, 0.18);
}

.hero-footer {
  min-height: 86px;
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

.hero-footer p {
  max-width: 420px;
  margin: 0;
  line-height: 1.35;
}

.hero-footer a {
  font-size: clamp(28px, 5vw, 58px);
  font-weight: 900;
  line-height: 1;
}

.hero-reviews {
  display: grid;
  gap: 14px;
  padding: 16px 18px 18px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.44);
}

.hero-reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hero-reviews-kicker,
.hero-reviews-link {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-reviews-kicker {
  color: #4f5249;
}

.hero-review-slider {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: stretch;
  gap: 14px;
}

.hero-review-arrow {
  align-self: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
}

.hero-review-track {
  position: relative;
  min-height: 198px;
}

.hero-review-card {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.hero-review-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero-review-text,
.hero-review-meta {
  margin: 0;
}

.hero-review-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.hero-review-author {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
}

.hero-review-author span {
  color: #4f5249;
  font-weight: 700;
}

.hero-review-text {
  max-width: 68ch;
  font-size: clamp(14px, 1.35vw, 17px);
  font-weight: 700;
  line-height: 1.42;
}

.hero-review-meta {
  color: #4f5249;
  font-size: 12px;
  line-height: 1.4;
}

.hero-review-proof {
  width: 78px;
  height: 78px;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: top left;
  border: 1px solid var(--line);
  background: white;
}

.product-page {
  padding: clamp(16px, 3vw, 36px);
}

.section-intro {
  width: min(1420px, 100%);
  margin: 0 auto 18px;
  color: var(--paper);
}

.section-intro h2 {
  max-width: 860px;
  margin: 0;
  color: var(--paper);
  font-size: clamp(38px, 6vw, 86px);
  line-height: 0.95;
}

.product-shell {
  width: min(1420px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
  padding: clamp(16px, 3vw, 28px);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.gallery-wrap {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
}

.thumbs {
  display: grid;
  max-height: 720px;
  overflow-y: auto;
  align-content: start;
  gap: 10px;
  padding-right: 4px;
}

.thumb {
  position: relative;
  width: 78px;
  aspect-ratio: 0.82;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  background: white;
  cursor: pointer;
}

.thumb.is-active {
  border-color: var(--ink);
}

.thumb-art {
  display: block;
  width: 100%;
  height: 100%;
}

.thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

video.thumb-image {
  background: #111;
  object-fit: contain;
}

.thumb-main {
  background:
    radial-gradient(circle at 50% 45%, var(--acid) 0 22%, transparent 23%),
    linear-gradient(135deg, var(--blue), white 55%, var(--pink));
}

.thumb-video {
  background: linear-gradient(135deg, #232323, #777);
}

.thumb-form {
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px),
    #f4f4eb;
  background-size: 12px 12px;
}

.thumb-holo {
  background: linear-gradient(135deg, var(--pink), white 38%, var(--blue), var(--acid));
}

.thumb-wanted {
  background:
    linear-gradient(rgba(8, 8, 8, 0.12) 1px, transparent 1px),
    #d9c7a3;
  background-size: 100% 13px;
}

.thumb-photo {
  background: linear-gradient(135deg, #b7e4ff, #fff1c2 52%, #d8b284);
}

.thumb-paper {
  background: linear-gradient(135deg, #f5e7ca, #9a8359 48%, #212121);
}

.thumb-football-main {
  background: linear-gradient(135deg, #6b0f18, #f13f4a 58%, #f8d0d4);
}

.thumb-football-details {
  background:
    linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px),
    #441019;
  background-size: 16px 16px;
}

.thumb-football-layout {
  background: linear-gradient(135deg, #f2dede, #751320 52%, #221214);
}

.play-dot {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.play-dot::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
}

.media-frame {
  position: relative;
  height: clamp(560px, 62vw, 720px);
  min-height: 560px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(223, 255, 34, 0.36) 0 22%, transparent 56%),
    linear-gradient(rgba(8, 8, 8, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 8, 8, 0.1) 1px, transparent 1px),
    #e9eadf;
  background-size: auto, 42px 42px, 42px 42px;
}

.slides,
.slide {
  width: 100%;
  height: 100%;
}

.slides {
  position: relative;
}

.slide {
  display: none;
  position: absolute;
  inset: 0;
}

.slide.is-active {
  display: block;
}

.scene {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(20px, 4vw, 54px);
}

.product-photo {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #f4f4ed;
}

.product-photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-photo.fit-cover img {
  object-fit: cover;
  object-position: center;
}

.product-photo.fit-contain {
  padding: clamp(10px, 2vw, 20px);
}

.product-photo.fit-contain img {
  object-fit: contain;
  object-position: center;
}

.product-video {
  display: grid;
  place-items: start center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 clamp(8px, 1.6vw, 16px) clamp(8px, 1.6vw, 16px);
  background: #111;
}

.product-video video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center top;
}

.product-video-vertical {
  place-items: center;
  padding: 12px 0 16px;
}

.product-video-vertical video {
  width: min(100%, 420px);
  max-width: min(100%, 420px);
  max-height: 100%;
  object-fit: contain;
  object-position: center top;
}

.onepiece-frame {
  background:
    radial-gradient(circle at 55% 52%, rgba(245, 231, 202, 0.92) 0 22%, transparent 60%),
    linear-gradient(rgba(8, 8, 8, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 8, 8, 0.12) 1px, transparent 1px),
    #2b2a27;
  background-size: auto, 46px 46px, 46px 46px;
}

.football-frame {
  background:
    radial-gradient(circle at 52% 38%, rgba(255,255,255,0.24) 0 16%, transparent 45%),
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(135deg, #2b0d12, #65131d 58%, #1b0a0d);
  background-size: auto, 40px 40px, 40px 40px, auto;
}

.football-scene {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 54px);
}

.football-card {
  width: min(360px, 74vw);
  aspect-ratio: 0.68;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  padding: 18px;
  border: 2px solid rgba(255,255,255,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 28%),
    linear-gradient(135deg, #8e1e2a, #51101a 52%, #18070a);
  box-shadow: 18px 24px 0 rgba(0,0,0,0.26);
  color: #fff2f3;
}

.football-card-top,
.football-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-transform: uppercase;
}

.football-card-top {
  font-size: 12px;
  font-weight: 900;
}

.football-portrait {
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,0.16);
  background:
    radial-gradient(circle at 50% 30%, rgba(255,255,255,0.28), transparent 36%),
    linear-gradient(180deg, #7e1120, #1a080c);
  font-size: clamp(34px, 6vw, 56px);
  font-weight: 900;
}

.football-card-bottom {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.football-card-bottom strong {
  font-size: clamp(28px, 4.4vw, 42px);
  line-height: 0.95;
}

.football-card-bottom span {
  font-size: 24px;
  font-weight: 900;
}

.football-panel {
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,0.12) 0 12%, transparent 38%),
    linear-gradient(135deg, #53101a, #2a0b10);
  color: #fff4f5;
}

.football-panel-alt {
  background:
    linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px),
    linear-gradient(135deg, #7b1824, #2d0b11);
  background-size: 28px 28px, 28px 28px, auto;
  color: #fff4f5;
}

.wanted-scene,
.placeholder-panel {
  width: 100%;
  height: 100%;
}

.wanted-scene {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  overflow: hidden;
}

.manga-wall {
  position: absolute;
  inset: -8%;
  opacity: 0.42;
  background:
    radial-gradient(circle at 18% 18%, transparent 0 9%, rgba(255,255,255,0.28) 10% 12%, transparent 13%),
    repeating-linear-gradient(125deg, rgba(255,255,255,0.22) 0 2px, transparent 2px 15px),
    linear-gradient(135deg, #1e1e1e, #5d5c58);
  transform: rotate(-4deg);
}

.wanted-poster {
  position: relative;
  z-index: 1;
  width: min(390px, 76vw);
  min-height: min(590px, 84%);
  display: grid;
  grid-template-rows: auto auto 1fr auto auto auto;
  gap: 10px;
  padding: 22px 20px;
  border: 3px solid rgba(46, 34, 20, 0.72);
  background:
    linear-gradient(rgba(84, 56, 27, 0.08) 1px, transparent 1px),
    #dfcfad;
  background-size: 100% 18px;
  box-shadow: 18px 22px 0 rgba(0,0,0,0.28);
  color: #4a321d;
  text-align: center;
  text-transform: uppercase;
}

.wanted-poster .wanted-top {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0;
}

.wanted-poster strong {
  font-size: clamp(54px, 8vw, 82px);
  line-height: 0.85;
  font-family: Georgia, serif;
}

.wanted-photo {
  display: grid;
  min-height: 190px;
  place-items: center;
  border: 3px solid #4a321d;
  background: linear-gradient(135deg, #9fd8ff, #fff3cf 58%, #d8ad7a);
  color: rgba(74, 50, 29, 0.76);
  font-size: 24px;
  font-weight: 900;
}

.wanted-poster span:not(.wanted-top) {
  font-family: Georgia, serif;
  font-size: 25px;
}

.wanted-poster h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 0.92;
  text-transform: none;
}

.wanted-poster p,
.wanted-poster small {
  margin: 0;
  font-weight: 900;
}

.wanted-poster p {
  font-size: 28px;
}

.placeholder-panel {
  display: grid;
  place-content: center;
  gap: 18px;
  padding: clamp(24px, 5vw, 70px);
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,0.72) 0 18%, transparent 48%),
    #dfcfad;
  color: #4a321d;
  text-align: center;
}

.placeholder-panel span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.placeholder-panel strong {
  max-width: 640px;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 0.95;
  font-family: Georgia, serif;
}

.list-panel {
  background:
    linear-gradient(rgba(74, 50, 29, 0.12) 1px, transparent 1px),
    #f0e3c5;
  background-size: 100% 34px;
}

.finish-panel {
  background: linear-gradient(135deg, #f5e7ca, #d2b77c 48%, #1d1b18);
  color: #fff8e9;
}

.scene-main::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background:
    radial-gradient(circle at 18% 18%, #f3c965 0 5%, transparent 6%),
    radial-gradient(circle at 84% 20%, #ffd944 0 7%, transparent 8%),
    radial-gradient(circle at 74% 82%, #77b5ff 0 9%, transparent 10%);
}

.desk-card {
  position: absolute;
  width: 210px;
  aspect-ratio: 0.72;
  border: 2px solid #d9be31;
  background: linear-gradient(135deg, #ecd85d, white 46%, #b8d7ff);
  box-shadow: 0 18px 30px rgba(0,0,0,0.18);
}

.card-back-one {
  left: 12%;
  bottom: 10%;
  transform: rotate(-14deg);
}

.card-back-two {
  right: 10%;
  bottom: 11%;
  transform: rotate(12deg);
}

.pokemon-card-preview {
  position: relative;
  z-index: 1;
  width: min(360px, 68vw);
  aspect-ratio: 0.7;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  padding: 16px;
  border: 4px solid var(--ink);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(255,255,255,0.76)),
    radial-gradient(circle at 50% 43%, var(--acid) 0 28%, transparent 29%),
    linear-gradient(135deg, var(--blue), var(--pink));
  box-shadow: 18px 22px 0 rgba(8, 8, 8, 0.22);
}

.preview-top,
.trust-row,
.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.preview-top {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-name {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.preview-photo {
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  background:
    linear-gradient(135deg, rgba(8,8,8,0.12), transparent 40%),
    white;
  font-size: clamp(38px, 7vw, 62px);
  font-weight: 900;
}

.preview-attack {
  padding-top: 10px;
  border-top: 2px solid var(--ink);
}

.preview-attack strong,
.preview-attack span {
  display: block;
}

.preview-attack strong {
  margin-bottom: 5px;
  font-size: 20px;
}

.preview-attack span {
  color: #444640;
  font-size: 12px;
  line-height: 1.35;
}

.gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 12px 24px rgba(0,0,0,0.16);
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 34px;
  line-height: 1;
}

.gallery-arrow.prev {
  left: 18px;
}

.gallery-arrow.next {
  right: 18px;
}

.scene-video,
.scene-info,
.scene-finishes {
  background: rgba(255,255,255,0.3);
}

.video-card,
.info-card,
.finish-card {
  border: 2px solid var(--ink);
  background: var(--panel);
  box-shadow: 12px 14px 0 rgba(8,8,8,0.14);
}

.video-card {
  width: min(470px, 84vw);
  min-height: 360px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 34px;
  text-align: center;
}

.video-play {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
}

.video-card strong {
  font-size: 28px;
}

.video-card p,
.info-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.scene-info {
  grid-template-columns: repeat(2, minmax(0, 260px));
  gap: 22px;
}

.info-card {
  min-height: 270px;
  padding: 24px;
}

.info-card span {
  display: block;
  margin-bottom: 42px;
  font-weight: 900;
}

.info-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1;
}

.scene-finishes {
  grid-template-columns: repeat(3, minmax(0, 180px));
  gap: 18px;
}

.finish-card {
  aspect-ratio: 0.7;
  display: grid;
  place-items: end center;
  padding: 18px;
  font-weight: 900;
  background: white;
}

.finish-card.holo {
  background: linear-gradient(135deg, var(--pink), white 38%, var(--blue), var(--acid));
}

.finish-card.gift {
  background: linear-gradient(135deg, #ffd86f, white 45%, #ff8a70);
}

.buy-panel {
  position: sticky;
  top: 92px;
  min-width: 0;
}

.price-row {
  align-items: baseline;
  margin-bottom: 18px;
}

.price-row p {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}

.price-row strong {
  color: #1e7c3a;
  font-size: 32px;
  font-weight: 900;
}

.price-old {
  color: #7a7c76;
  font-size: 20px;
  font-weight: 700;
  text-decoration: line-through;
}

.price-discount {
  color: #4f5249;
  font-size: 14px;
  font-weight: 700;
}

.shipping-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #9fd64f;
  color: #21471c;
  font-size: 12px;
  font-weight: 900;
  text-transform: none;
}

h1,
h2,
p {
  margin-top: 0;
}

.buy-panel h1 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.96;
  font-weight: 900;
}

.subtitle {
  margin-bottom: 18px;
  color: #393b36;
  font-size: 16px;
  line-height: 1.55;
}

.seo-copy {
  margin: -4px 0 12px;
  color: #343630;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}

.trust-row {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.trust-row span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.order-form {
  display: grid;
  gap: 16px;
}

.order-form > input[type="hidden"] {
  display: none;
}

.order-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #343630;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  border: 1px solid rgba(8,8,8,0.3);
  border-radius: 0;
  background: white;
  color: var(--ink);
  padding: 13px 14px;
  outline: 0;
}

.order-form input[type="file"] {
  padding: 12px;
  cursor: pointer;
}

.order-form textarea {
  resize: vertical;
}

.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(223, 255, 34, 0.68);
}

.personalization-box {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.personalization-box summary {
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.personalization-box summary::-webkit-details-marker {
  display: none;
}

.personalization-box summary::before {
  content: "+";
  display: inline-block;
  width: 20px;
}

.personalization-box[open] summary::before {
  content: "-";
}

.personalization-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-top: 16px;
}

.personalization-grid label:nth-child(2),
.personalization-grid label:nth-child(5) {
  grid-column: 1 / -1;
}

#one-piece-personalizar .personalization-grid label:nth-child(2),
#one-piece-personalizar .personalization-grid label:nth-child(3) {
  grid-column: auto;
}

.field-note {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.payment-note {
  margin: -4px 0 0;
  color: #343630;
  font-size: 13px;
  line-height: 1.45;
}

.submit-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.quantity-label {
  max-width: 150px;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  cursor: pointer;
  font-weight: 900;
}

.details-block {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.section-return {
  width: min(1420px, 100%);
  margin: 18px auto 0;
  display: flex;
  justify-content: flex-end;
}

.section-return-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 16px;
  font-weight: 900;
  text-transform: none;
}

.reviews-section {
  padding: clamp(18px, 3vw, 36px);
}

.reviews-shell {
  width: min(1420px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 28px);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.reviews-header {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.reviews-header h2,
.review-card h3 {
  margin: 0;
}

.reviews-header h2 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.95;
}

.reviews-header p {
  max-width: 760px;
  margin: 0;
  color: #393b36;
  line-height: 1.55;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  min-height: 240px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fffef8;
}

.review-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.05;
}

.review-card h3 span {
  color: #4f5249;
  font-size: 14px;
  font-weight: 700;
}

.review-card p {
  margin: 0;
  color: #393b36;
  line-height: 1.55;
}

.review-card-head {
  display: grid;
  gap: 4px;
}

.review-date {
  color: #4f5249;
  font-size: 12px;
  font-weight: 700;
}

.review-card-media {
  grid-auto-rows: min-content;
}

.review-proof {
  display: block;
  width: min(100%, 168px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top left;
  border: 1px solid var(--line);
  background: white;
}

.review-card-placeholder {
  background:
    linear-gradient(rgba(8,8,8,0.04) 1px, transparent 1px),
    #fffef8;
  background-size: 100% 28px;
}

.review-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: white;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.reviews-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.blog-section {
  padding: clamp(18px, 3vw, 36px);
}

.blog-shell {
  width: min(1420px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 28px);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.blog-header {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.blog-header h2 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.95;
}

.blog-header p:last-child {
  max-width: 760px;
  margin: 0;
  color: #393b36;
  line-height: 1.55;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.blog-card {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(8,8,8,0.04) 1px, transparent 1px),
    #fffef8;
  background-size: 100% 30px;
}

.blog-meta {
  margin: 0;
  color: #4f5249;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
}

.blog-card p {
  margin: 0;
  color: #393b36;
  line-height: 1.55;
}

.blog-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: white;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-info {
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}

.article-info summary {
  display: grid;
  min-height: 62px;
  place-items: center;
  cursor: pointer;
  color: #343630;
  font-weight: 900;
  list-style: none;
  text-align: center;
}

.article-info summary::-webkit-details-marker {
  display: none;
}

.article-info summary::before {
  content: "";
  display: block;
  width: min(420px, 100%);
  height: 1px;
  margin-bottom: 14px;
  background: linear-gradient(90deg, transparent, rgba(8,8,8,0.16), transparent);
}

.article-info summary::after {
  content: "+";
  display: grid;
  width: 28px;
  height: 28px;
  margin-top: 12px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}

.article-info[open] summary::after {
  content: "-";
}

.article-content {
  display: grid;
  gap: 12px;
  padding-top: 8px;
}

.article-content h2 {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.2;
}

.article-content p {
  margin: 0;
  color: #393b36;
  line-height: 1.55;
}

.article-content ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: #393b36;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .product-shell {
    grid-template-columns: 1fr;
  }

  .buy-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 60px;
    padding: 10px 14px;
  }

  .header-action {
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px;
  }

  .header-tools {
    gap: 6px;
  }

  .header-link {
    display: none;
  }

  .language-button {
    min-width: 32px;
    min-height: 30px;
  }

  .home-hero {
    min-height: auto;
    padding: 10px;
  }

  .hero-window {
    min-height: auto;
  }

  .hero-topline,
  .hero-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-pill {
    width: 100%;
  }

  .hero-body {
    grid-template-columns: 1fr;
    padding: 28px 16px;
  }

  .hero-body h1 {
    font-size: clamp(46px, 16vw, 76px);
  }

  .hero-card-preview {
    width: min(260px, 74vw);
    justify-self: center;
  }

  .hero-footer a {
    font-size: clamp(28px, 11vw, 46px);
  }

  .hero-reviews-head,
  .hero-review-slider {
    grid-template-columns: 1fr;
  }

  .hero-reviews-head {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-review-slider {
    gap: 10px;
  }

  .hero-review-arrow {
    width: 44px;
    height: 44px;
  }

  .hero-review-track {
    min-height: 248px;
  }

  .hero-review-card {
    padding: 16px;
  }

  .hero-review-card-head {
    gap: 10px;
  }

  .hero-review-proof {
    width: 64px;
    height: 64px;
  }

  .product-page {
    padding: 10px;
  }

  .section-return {
    margin-top: 12px;
  }

  .section-return-link {
    width: 100%;
  }

  .reviews-section {
    padding: 10px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .blog-section {
    padding: 10px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .reviews-actions {
    justify-content: stretch;
  }

  .product-shell {
    padding: 12px;
    gap: 24px;
  }

  .gallery-wrap {
    grid-template-columns: 1fr;
  }

  .thumbs {
    order: 2;
    display: flex;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    padding: 0 0 4px;
    scroll-snap-type: x proximity;
  }

  .thumb {
    width: 76px;
    flex: 0 0 76px;
    aspect-ratio: 1;
    scroll-snap-align: start;
  }

  .media-frame,
  .scene,
  .product-photo,
  .product-photo img {
    height: 470px;
    min-height: 470px;
  }

  .product-photo.fit-contain {
    padding: 8px;
  }

  .scene {
    padding: 18px;
  }

  .pokemon-card-preview {
    width: min(280px, 74vw);
    padding: 12px;
    gap: 8px;
    box-shadow: 10px 14px 0 rgba(8, 8, 8, 0.2);
  }

  .preview-name {
    font-size: 24px;
  }

  .desk-card {
    width: 140px;
  }

  .gallery-arrow {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .gallery-arrow.prev {
    left: 10px;
  }

  .gallery-arrow.next {
    right: 10px;
  }

  .scene-info,
  .scene-finishes {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: 190px;
  }

  .finish-card {
    width: min(220px, 68vw);
    justify-self: center;
  }

  .wanted-poster {
    width: min(300px, 78vw);
    min-height: 420px;
    padding: 16px 14px;
    box-shadow: 10px 14px 0 rgba(0,0,0,0.25);
  }

  .wanted-poster strong {
    font-size: clamp(44px, 15vw, 62px);
  }

  .wanted-photo {
    min-height: 140px;
  }

  .wanted-poster h3 {
    font-size: clamp(28px, 10vw, 38px);
  }

  .wanted-poster p {
    font-size: 22px;
  }

  .price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .price-row strong {
    font-size: 29px;
  }

  .price-old {
    font-size: 18px;
  }

  .price-discount {
    font-size: 13px;
  }

  .buy-panel h1 {
    font-size: clamp(31px, 11vw, 44px);
  }

  .personalization-grid {
    grid-template-columns: 1fr;
  }

  .personalization-grid label:nth-child(2),
  .personalization-grid label:nth-child(5) {
    grid-column: auto;
  }

  .quantity-label {
    max-width: none;
  }

  .primary-button {
    width: 100%;
    border-radius: 0;
  }
}
