:root {
  --ink: #21182a;
  --purple-950: #160b26;
  --purple-900: #24103d;
  --purple-800: #381468;
  --purple-700: #56249b;
  --purple-500: #8351c8;
  --pearl: #fbf9ff;
  --paper: #f3edf9;
  --amber: #ffb21c;
  --amber-soft: #ffd97f;
  --muted: #6c6372;
  --line: 3px solid var(--ink);
  --shadow: 8px 8px 0 var(--ink);
  --radius-lg: 34px;
  --radius-md: 22px;
  --max-width: 1220px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 9% 8%, rgba(131, 81, 200, .09), transparent 24rem),
    var(--pearl);
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: hidden;
}

body.drawer-open { overflow: hidden; }

img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 16px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--amber);
  font-weight: 900;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.notice-bar {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 6px 20px;
  color: var(--pearl);
  background: var(--purple-950);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
}

.notice-bar p { margin: 0; }
.notice-bar span { margin: 0 10px; color: var(--amber); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 2px solid rgba(33, 24, 42, .12);
  background: rgba(251, 249, 255, .92);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(calc(100% - 40px), var(--max-width));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand { display: flex; align-items: center; gap: 11px; flex: none; }

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 11px 15px 12px 17px;
  background: var(--amber);
  box-shadow: 3px 3px 0 var(--ink);
  transform: rotate(-2deg);
}

.brand-mark svg { width: 27px; fill: none; stroke: var(--ink); stroke-width: 2.7; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 19px; font-weight: 950; letter-spacing: -.05em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .2em; }

.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav a { position: relative; font-size: 13px; font-weight: 850; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 3px; border-radius: 2px; background: var(--amber); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: var(--ink); border: 2px solid var(--ink); border-radius: 50%; background: var(--pearl); cursor: pointer; transition: transform .18s ease, background .18s ease; }
.icon-button:hover { transform: translateY(-2px); background: var(--amber-soft); }
.icon-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.cart-button { position: relative; height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 8px 0 14px; color: var(--pearl); border: 0; border-radius: 999px; background: var(--purple-900); font-size: 12px; font-weight: 850; cursor: pointer; }
.cart-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.cart-count { min-width: 28px; height: 28px; display: grid; place-items: center; padding: 0 6px; color: var(--ink); border-radius: 50%; background: var(--amber); font-size: 11px; }
.menu-toggle { display: none; margin-left: auto; }

.site-search {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
  padding: 0 0 18px;
}
.site-search[hidden] { display: none; }
.site-search label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.search-field { display: flex; gap: 10px; }
.search-field input { width: 100%; height: 50px; padding: 0 18px; color: var(--ink); border: 2px solid var(--ink); border-radius: 16px; background: #fff; }
.search-field button { flex: none; padding: 0 24px; color: var(--pearl); border: 2px solid var(--ink); border-radius: 16px; background: var(--purple-700); font-weight: 850; cursor: pointer; }

.section-shell { width: min(calc(100% - 48px), var(--max-width)); margin-inline: auto; }
.hero { padding-top: 70px; padding-bottom: 76px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; color: var(--purple-700); font-size: 10px; font-weight: 950; letter-spacing: .18em; }
.eyebrow span + span::before { content: ""; display: inline-block; width: 22px; height: 2px; margin: 0 11px 3px 0; background: currentColor; }

.hero-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 18px; align-items: stretch; }
.comic-panel { position: relative; border: var(--line); box-shadow: var(--shadow); overflow: hidden; }

.hero-copy {
  min-height: 580px;
  padding: clamp(35px, 5vw, 66px) clamp(28px, 4vw, 58px);
  border-radius: 35px 20px 42px 18px;
  background:
    radial-gradient(circle, rgba(86,36,155,.12) 1.4px, transparent 1.5px) 0 0/12px 12px,
    var(--paper);
}
.hero-copy::before { content: ""; position: absolute; width: 220px; height: 220px; right: -120px; bottom: -100px; border: 45px solid var(--amber); border-radius: 50%; opacity: .9; }
.kicker { display: inline-block; padding: 7px 12px; border: 2px solid var(--ink); border-radius: 8px; background: var(--amber); font-size: 10px; font-weight: 950; letter-spacing: .1em; transform: rotate(-1deg); }
.hero h1, .section-heading h2, .story-intro h2, .club-copy h2, .faq-heading h2, .end-panel h2 {
  margin: 22px 0 20px;
  font-size: clamp(45px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 950;
}
.hero h1 em { color: var(--purple-700); font-style: normal; text-decoration: underline; text-decoration-color: var(--amber); text-decoration-thickness: 9px; text-underline-offset: -3px; }
.hero-copy > p { max-width: 410px; margin: 0 0 30px; color: #554b5b; font-size: 15px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 2px solid var(--ink); border-radius: 999px; font-size: 13px; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); }
.button-primary { color: var(--pearl); background: var(--purple-900); }
.button-secondary { background: var(--pearl); }
.scribble { position: absolute; right: 30px; bottom: 18px; color: var(--purple-500); font-size: 32px; font-weight: 950; letter-spacing: -.2em; transform: rotate(-18deg); }

.hero-art { min-height: 580px; border-radius: 20px 44px 22px 36px; background: var(--purple-900); }
.hero-art > img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.speech { position: absolute; z-index: 2; display: grid; padding: 18px 22px; color: var(--ink); border: 3px solid var(--ink); background: var(--pearl); box-shadow: 5px 5px 0 rgba(33,24,42,.85); }
.speech::after { content: ""; position: absolute; width: 22px; height: 22px; right: 38px; bottom: -14px; border-right: 3px solid var(--ink); border-bottom: 3px solid var(--ink); background: var(--pearl); transform: rotate(45deg); }
.speech-main { top: 25px; right: 24px; max-width: 270px; border-radius: 48% 52% 46% 54%/52% 48% 52% 48%; transform: rotate(1deg); }
.speech-meta, .product-meta { color: var(--purple-700); font-size: 9px; font-weight: 950; letter-spacing: .15em; }
.speech strong { font-size: 18px; font-weight: 950; }
.speech span:last-child { margin-top: 2px; color: var(--muted); font-size: 11px; }
.burst { position: absolute; right: 20px; bottom: 22px; width: 105px; aspect-ratio: 1; display: grid; place-items: center; color: var(--ink); background: var(--amber); font-size: 19px; font-weight: 950; line-height: 1.1; text-align: center; clip-path: polygon(50% 0,59% 19%,75% 6%,79% 27%,98% 24%,87% 42%,100% 50%,81% 59%,94% 75%,73% 79%,76% 98%,58% 87%,50% 100%,41% 81%,25% 94%,21% 73%,2% 76%,13% 58%,0 50%,19% 41%,6% 25%,27% 21%,24% 2%,42% 13%); transform: rotate(7deg); }
.scroll-cue { width: fit-content; display: flex; align-items: center; gap: 13px; margin: 28px auto 0; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.scroll-cue i { width: 22px; height: 34px; position: relative; border: 2px solid var(--ink); border-radius: 999px; }
.scroll-cue i::after { content: ""; position: absolute; top: 7px; left: 8px; width: 3px; height: 7px; border-radius: 2px; background: var(--amber); animation: scroll-dot 1.8s ease-in-out infinite; }
@keyframes scroll-dot { 50% { transform: translateY(10px); } }

.product-section { padding-top: 82px; padding-bottom: 120px; scroll-margin-top: 98px; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 50px; align-items: end; margin-bottom: 44px; }
.section-heading h2, .story-intro h2, .club-copy h2, .faq-heading h2 { font-size: clamp(40px, 5vw, 64px); margin: 0; }
.section-heading > p { max-width: 440px; margin: 0 0 5px; color: var(--muted); font-size: 14px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 31px; }
.filter-button { padding: 10px 17px; border: 2px solid var(--ink); border-radius: 999px; background: var(--pearl); font-size: 11px; font-weight: 900; cursor: pointer; }
.filter-button:hover, .filter-button.is-active { color: var(--pearl); background: var(--purple-900); }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 22px; align-items: start; }
.product-card { min-width: 0; }
.product-card[hidden] { display: none; }
.product-visual { position: relative; height: 310px; overflow: hidden; border: var(--line); border-radius: 26px 18px 30px 18px; background: var(--purple-900); box-shadow: 6px 6px 0 var(--ink); }
.product-visual img, .world-art img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-visual img, .world-card:hover .world-art img { transform: scale(1.08); }
.product-card-tall .product-visual { height: 430px; }
.product-card-wide { grid-column: span 2; margin-top: -120px; }
.product-card-wide .product-visual { height: 370px; }
.panel-number { position: absolute; top: 13px; left: 14px; min-width: 37px; height: 28px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 7px; background: var(--pearl); font-size: 10px; font-weight: 950; box-shadow: 2px 2px 0 var(--ink); }
.tag { position: absolute; top: 14px; right: 12px; padding: 6px 10px; color: var(--pearl); border: 2px solid var(--ink); border-radius: 999px; background: var(--purple-700); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.tag-light { color: var(--ink); background: var(--amber); }
.product-bubble { position: relative; width: calc(100% - 22px); margin: -26px auto 0; padding: 26px 21px 20px; border: 3px solid var(--ink); border-radius: 27px 27px 29px 16px; background: var(--pearl); box-shadow: 5px 5px 0 var(--ink); }
.product-bubble::before { content: ""; position: absolute; top: -12px; left: 42px; width: 20px; height: 20px; border-top: 3px solid var(--ink); border-left: 3px solid var(--ink); background: var(--pearl); transform: rotate(45deg); }
.product-bubble h3 { margin: 5px 0 5px; font-size: 20px; line-height: 1.2; font-weight: 950; letter-spacing: -.04em; }
.product-bubble > p { min-height: 42px; margin: 0; color: var(--muted); font-size: 12px; }
.product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: 17px; }
.price { display: flex; align-items: baseline; gap: 7px; }
.price strong { color: var(--purple-700); font-size: 24px; font-weight: 950; letter-spacing: -.05em; }
.price del { color: #9e96a2; font-size: 11px; }
.add-button { width: 43px; height: 43px; flex: none; display: grid; place-items: center; color: var(--pearl); border: 2px solid var(--ink); border-radius: 50%; background: var(--purple-900); cursor: pointer; transition: transform .18s ease, background .18s ease; }
.add-button:hover { color: var(--ink); background: var(--amber); transform: rotate(8deg) scale(1.06); }
.add-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; }
.crop-robot img { object-position: 43% center; }
.crop-creature img { object-position: 4% center; }
.crop-shoes img { object-position: 95% 62%; }
.crop-jacket img { object-position: 62% 68%; }
.crop-shirt img { object-position: 66% 100%; }
.crop-mini img { object-position: 9% 70%; }
.crop-fashion img { object-position: 83% 72%; }
.empty-state { margin: 35px 0 0; padding: 28px; border: 2px dashed var(--purple-500); border-radius: 20px; color: var(--muted); text-align: center; }

.world-section { padding: 110px 0 124px; color: var(--pearl); background: var(--purple-950); scroll-margin-top: 78px; overflow: hidden; }
.section-heading-light > p { color: #c9bfd4; }
.eyebrow-light { color: var(--amber); }
.world-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.world-card { position: relative; min-height: 470px; overflow: hidden; border: 3px solid var(--pearl); border-radius: 34px 17px 38px 22px; background: var(--purple-800); box-shadow: 8px 8px 0 var(--amber); }
.world-card:nth-child(1) { grid-column: span 7; }
.world-card:nth-child(2) { grid-column: span 5; margin-top: 70px; }
.world-card:nth-child(3) { grid-column: 3 / span 8; }
.world-art { position: absolute; inset: 0; }
.world-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(22, 11, 38, .2) 48%, rgba(22, 11, 38, .95) 100%); }
.world-copy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 35px; }
.world-copy > span { color: var(--amber); font-size: 9px; font-weight: 950; letter-spacing: .18em; }
.world-copy h3 { margin: 4px 0 7px; font-size: 36px; line-height: 1; font-weight: 950; letter-spacing: -.06em; }
.world-copy p { max-width: 430px; margin: 0 0 18px; color: #ded5e8; font-size: 13px; }
.world-copy a { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 2px solid var(--amber); font-size: 12px; font-weight: 900; }
.world-copy a span { color: var(--amber); font-size: 18px; }

.story-section { padding-top: 120px; padding-bottom: 120px; scroll-margin-top: 80px; }
.story-intro { max-width: 650px; }
.story-intro > p { max-width: 480px; margin: 22px 0 0; color: var(--muted); }
.story-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 55px 0 0; padding: 0; list-style: none; }
.story-step { position: relative; min-height: 360px; padding: 25px 27px 32px; border: var(--line); border-radius: 23px 34px 20px 36px; background: var(--paper); box-shadow: 6px 6px 0 var(--ink); }
.story-step:nth-child(2) { transform: translateY(35px) rotate(1deg); background: var(--amber-soft); }
.story-step:nth-child(3) { transform: rotate(-1deg); }
.step-index { display: block; color: var(--purple-700); font-size: 10px; font-weight: 950; letter-spacing: .18em; }
.step-icon { width: 100px; height: 100px; display: grid; place-items: center; margin: 35px auto 24px; border: 3px solid var(--ink); border-radius: 50% 44% 52% 46%; background: var(--pearl); box-shadow: 5px 5px 0 var(--ink); }
.step-icon svg { width: 55px; fill: var(--amber); stroke: var(--ink); stroke-width: 2.5; stroke-linejoin: round; }
.story-step h3 { margin: 0 0 8px; font-size: 24px; font-weight: 950; letter-spacing: -.04em; }
.story-step p { margin: 0; color: var(--muted); font-size: 13px; }

.club-section { padding-top: 40px; padding-bottom: 125px; scroll-margin-top: 90px; }
.club-panel { min-height: 520px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; padding: clamp(38px, 6vw, 76px); color: var(--pearl); border-radius: 44px 26px 52px 30px; background:
  radial-gradient(circle, rgba(255,255,255,.12) 1.3px, transparent 1.4px) 0 0/13px 13px,
  var(--purple-800);
}
.club-panel::before { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -190px; border: 80px solid rgba(255,178,28,.95); border-radius: 50%; }
.club-copy { position: relative; z-index: 2; }
.club-copy .eyebrow { color: var(--amber); }
.club-copy p { max-width: 520px; margin: 18px 0; color: #ded5e8; font-size: 14px; }
.club-copy ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 26px; padding: 0; list-style: none; }
.club-copy li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; font-size: 10px; }
.club-copy .button-primary { color: var(--ink); background: var(--amber); }
.club-burst { position: absolute; z-index: 5; top: 25px; right: 28px; width: 80px; aspect-ratio: 1; display: grid; place-items: center; color: var(--ink); background: var(--amber); font-size: 19px; font-weight: 950; clip-path: polygon(50% 0,61% 18%,80% 7%,82% 29%,100% 33%,85% 50%,99% 65%,78% 70%,77% 93%,58% 82%,46% 100%,39% 79%,17% 90%,19% 67%,0 62%,16% 48%,2% 30%,23% 27%,27% 5%); transform: rotate(8deg); }
.club-visual { position: relative; z-index: 2; min-height: 340px; perspective: 900px; }
.member-card { position: absolute; width: min(320px, 90%); aspect-ratio: 1.58; padding: 26px; border: 3px solid var(--ink); border-radius: 27px 18px 30px 20px; box-shadow: 8px 8px 0 var(--ink); }
.card-back { top: 30px; left: 10%; color: var(--pearl); background: var(--purple-500); transform: rotate(-10deg); font-size: 42px; font-weight: 950; }
.card-front { top: 90px; right: 1%; display: flex; flex-direction: column; color: var(--ink); background: var(--amber); transform: rotate(7deg); }
.member-small { font-size: 9px; font-weight: 950; letter-spacing: .15em; }
.card-front strong { margin-top: 15px; font-size: 38px; line-height: 1; font-weight: 950; letter-spacing: -.06em; }
.card-front i { width: 60px; height: 12px; margin-top: auto; background: repeating-linear-gradient(90deg, var(--ink) 0 3px, transparent 3px 6px); }
.card-front small { margin-top: 12px; font-weight: 800; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; padding-bottom: 120px; }
.faq-heading { position: sticky; top: 125px; align-self: start; }
.faq-list { border-top: 3px solid var(--ink); }
.faq-list details { border-bottom: 2px solid var(--ink); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 4px; font-size: 16px; font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 26px; height: 26px; flex: none; border: 2px solid var(--ink); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 11px; left: 5px; width: 12px; height: 2px; background: var(--ink); }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary span { background: var(--amber); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -5px 0 24px; padding-right: 50px; color: var(--muted); font-size: 13px; }

.end-section { padding: 80px 0 110px; color: var(--pearl); background: var(--purple-950); }
.end-panel { position: relative; min-height: 360px; display: grid; place-items: center; align-content: center; overflow: hidden; border: 3px solid var(--pearl); border-radius: 50% 45% 48% 52%/44% 52% 48% 56%; text-align: center; background: radial-gradient(circle at 50% 50%, var(--purple-800), transparent 60%); }
.end-panel::before, .end-panel::after { content: ""; position: absolute; width: 2px; height: 170px; background: rgba(255,255,255,.25); }
.end-panel::before { top: -60px; left: 18%; transform: rotate(-37deg); }
.end-panel::after { right: 18%; bottom: -60px; transform: rotate(37deg); }
.end-panel > span { color: var(--amber); font-size: 10px; font-weight: 950; letter-spacing: .2em; }
.end-panel h2 { font-size: clamp(40px, 5vw, 63px); margin: 14px 0 20px; }
.end-panel a { padding-bottom: 5px; border-bottom: 2px solid var(--amber); font-size: 12px; font-weight: 900; }
.end-panel a span { margin-left: 8px; color: var(--amber); }

.drawer-backdrop { position: fixed; inset: 0; z-index: 180; background: rgba(16, 7, 28, .64); opacity: 0; transition: opacity .25s ease; }
.drawer-backdrop.is-visible { opacity: 1; }
.cart-drawer { position: fixed; z-index: 190; top: 0; right: 0; bottom: 0; width: min(440px, 100%); display: flex; flex-direction: column; padding: 27px; color: var(--ink); border-left: 3px solid var(--ink); background: var(--pearl); box-shadow: -10px 0 0 rgba(255,178,28,.85); transform: translateX(110%); visibility: hidden; transition: transform .28s cubic-bezier(.2,.8,.2,1), visibility .28s; }
.cart-drawer.is-open { transform: translateX(0); visibility: visible; }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 3px solid var(--ink); }
.drawer-header span { color: var(--purple-700); font-size: 9px; font-weight: 950; letter-spacing: .14em; }
.drawer-header h2 { margin: 3px 0 0; font-size: 28px; line-height: 1; font-weight: 950; letter-spacing: -.05em; }
.cart-empty { display: grid; place-items: center; margin: auto; text-align: center; }
.empty-icon { width: 86px; height: 86px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 50%; background: var(--amber); box-shadow: 5px 5px 0 var(--ink); font-size: 35px; font-weight: 950; transform: rotate(-5deg); }
.cart-empty h3 { margin: 24px 0 5px; font-size: 22px; font-weight: 950; }
.cart-empty p { margin: 0; color: var(--muted); font-size: 13px; }
.cart-items { display: grid; gap: 12px; margin: 22px 0; padding: 0 5px 5px 0; list-style: none; overflow-y: auto; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; padding: 15px; border: 2px solid var(--ink); border-radius: 16px; background: var(--paper); }
.cart-item h3 { margin: 0; font-size: 14px; font-weight: 900; }
.cart-item-price { color: var(--purple-700); font-weight: 950; }
.quantity-control { display: flex; align-items: center; width: fit-content; border: 2px solid var(--ink); border-radius: 999px; background: var(--pearl); }
.quantity-control button { width: 30px; height: 28px; border: 0; background: transparent; font-weight: 900; cursor: pointer; }
.quantity-control span { min-width: 25px; text-align: center; font-size: 11px; font-weight: 900; }
.remove-item { align-self: center; padding: 4px 0; color: var(--muted); border: 0; background: transparent; font-size: 10px; text-decoration: underline; cursor: pointer; }
.cart-summary { margin-top: auto; padding-top: 20px; border-top: 3px solid var(--ink); }
.cart-summary > div { display: flex; justify-content: space-between; align-items: baseline; }
.cart-summary strong { color: var(--purple-700); font-size: 27px; font-weight: 950; }
.cart-summary p { margin: 3px 0 16px; color: var(--muted); font-size: 10px; }
.checkout-button { width: 100%; }

.toast { position: fixed; z-index: 300; right: 22px; bottom: 22px; max-width: min(370px, calc(100% - 44px)); padding: 13px 18px; color: var(--pearl); border: 2px solid var(--ink); border-radius: 15px; background: var(--purple-900); box-shadow: 5px 5px 0 var(--amber); font-size: 12px; font-weight: 850; opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .header-inner { gap: 14px; }
  .menu-toggle { display: grid; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 10px; border: 2px solid var(--ink); border-radius: 18px; background: var(--pearl); box-shadow: 6px 6px 0 var(--ink); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 12px; border-radius: 10px; }
  .site-nav a:hover { background: var(--paper); }
  .site-nav a::after { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; }
  .hero-art { min-height: 560px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card-wide { grid-column: span 1; margin-top: 0; }
  .product-card-tall .product-visual, .product-card-wide .product-visual { height: 330px; }
  .world-card:nth-child(1), .world-card:nth-child(2), .world-card:nth-child(3) { grid-column: span 6; margin-top: 0; }
  .world-card:nth-child(3) { grid-column: 4 / span 6; }
  .club-panel { grid-template-columns: 1fr; }
  .club-visual { margin-top: 25px; }
  .member-card { width: min(330px, 75%); }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }
  .faq-heading { position: static; }
}

@media (max-width: 680px) {
  .notice-bar { font-size: 9px; letter-spacing: .05em; }
  .notice-bar span { margin: 0 5px; }
  .header-inner { width: min(calc(100% - 24px), var(--max-width)); min-height: 68px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 17px; }
  .brand-mark { width: 35px; height: 35px; }
  .cart-button { width: 42px; padding: 0; justify-content: center; }
  .cart-button > span:not(.cart-count) { display: none; }
  .cart-button .cart-count { position: absolute; top: 8px; right: 7px; min-width: 16px; width: auto; height: 16px; padding: 0 4px; font-size: 8px; }
  .menu-toggle, .icon-button, .cart-button { width: 39px; height: 39px; }
  .section-shell { width: min(calc(100% - 28px), var(--max-width)); }
  .hero { padding-top: 43px; padding-bottom: 58px; }
  .hero-copy { padding: 36px 25px 42px; border-radius: 28px 16px 33px 18px; box-shadow: 5px 5px 0 var(--ink); }
  .hero h1 { font-size: clamp(44px, 15vw, 66px); }
  .hero h1 em { text-decoration-thickness: 7px; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: 490px; border-radius: 16px 30px 18px 28px; box-shadow: 5px 5px 0 var(--ink); }
  .hero-art > img { object-position: 52% center; }
  .speech-main { top: 16px; right: 12px; left: 12px; max-width: none; padding: 15px 20px; }
  .speech strong { font-size: 16px; }
  .burst { width: 88px; right: 12px; bottom: 14px; font-size: 16px; }
  .scroll-cue { display: none; }
  .product-section { padding-top: 65px; padding-bottom: 80px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
  .section-heading h2, .story-intro h2, .club-copy h2, .faq-heading h2 { font-size: 43px; }
  .filter-bar { flex-wrap: nowrap; margin-right: -14px; padding: 3px 14px 7px 1px; overflow-x: auto; scrollbar-width: none; }
  .filter-bar::-webkit-scrollbar { display: none; }
  .filter-button { flex: none; }
  .product-grid { grid-template-columns: 1fr; gap: 34px; }
  .product-visual, .product-card-tall .product-visual, .product-card-wide .product-visual { height: 350px; box-shadow: 5px 5px 0 var(--ink); }
  .product-bubble { box-shadow: 4px 4px 0 var(--ink); }
  .product-bubble > p { min-height: 0; }
  .world-section { padding: 78px 0 88px; }
  .world-grid { grid-template-columns: 1fr; }
  .world-card:nth-child(1), .world-card:nth-child(2), .world-card:nth-child(3) { grid-column: auto; min-height: 430px; }
  .world-copy { padding: 27px; }
  .world-copy h3 { font-size: 33px; }
  .story-section { padding-top: 80px; padding-bottom: 85px; }
  .story-steps { grid-template-columns: 1fr; margin-top: 35px; }
  .story-step { min-height: 310px; }
  .story-step:nth-child(2), .story-step:nth-child(3) { transform: none; }
  .step-icon { margin-top: 25px; }
  .club-section { padding-top: 0; padding-bottom: 85px; }
  .club-panel { padding: 40px 25px; border-radius: 30px 18px 36px 20px; box-shadow: 5px 5px 0 var(--ink); }
  .club-copy ul { display: grid; }
  .club-copy .button { width: 100%; }
  .club-visual { min-height: 280px; }
  .member-card { width: 82%; padding: 21px; }
  .card-front { top: 78px; }
  .card-front strong { font-size: 31px; }
  .club-burst { width: 65px; top: 17px; right: 14px; font-size: 16px; }
  .faq-section { padding-bottom: 80px; }
  .faq-list summary { min-height: 72px; font-size: 14px; }
  .faq-list details p { padding-right: 25px; }
  .end-section { padding: 55px 0 75px; }
  .end-panel { min-height: 330px; border-radius: 34px; }
  .cart-drawer { padding: 21px; }
}

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

@media (prefers-contrast: more) {
  :root { --muted: #443a49; }
  .site-header { background: var(--pearl); }
}
