:root {
  --ink: #171714;
  --paper: #f4f1e8;
  --paper-deep: #e8e2d4;
  --lime: #e7ff46;
  --yellow: #ffd91e;
  --orange: #ff7048;
  --blue: #5968ff;
  --green: #22a447;
  --white: #fffdf6;
  --line: rgba(23, 23, 20, 0.16);
  --max: 1440px;
  --pad: clamp(24px, 4.2vw, 72px);
  --display: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  color: var(--white);
  background: var(--ink);
  border-radius: 6px;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  height: 82px;
  padding: 0 var(--pad);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, height 0.25s ease;
}

.site-header.is-scrolled {
  height: 70px;
  background: rgba(244, 241, 232, 0.9);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  width: 43px;
  height: 43px;
}

.brand-copy,
.footer-brand span {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.brand-copy strong,
.footer-brand strong {
  font-size: 17px;
  line-height: 1.15;
  letter-spacing: 0.08em;
}

.brand-copy small,
.footer-brand small {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(26px, 3vw, 48px);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a:not(.nav-contact) {
  position: relative;
  padding: 9px 0;
}

.site-nav a:not(.nav-contact)::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-contact {
  display: inline-flex;
  min-height: 42px;
  padding: 0 17px;
  align-items: center;
  gap: 15px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-contact:hover,
.nav-contact:focus-visible {
  color: var(--ink);
  background: var(--lime);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 100svh;
  padding: 132px var(--pad) 70px;
  grid-template-columns: minmax(0, 0.94fr) minmax(440px, 0.76fr);
  align-items: center;
  gap: clamp(38px, 6vw, 112px);
  isolation: isolate;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.42;
  background-image: linear-gradient(rgba(23, 23, 20, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 23, 20, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
}

.hero-glow {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  filter: blur(1px);
}

.hero-glow-one {
  top: 12%;
  right: 7%;
  width: 44vw;
  height: 44vw;
  max-width: 670px;
  max-height: 670px;
  background: rgba(231, 255, 70, 0.58);
}

.hero-glow-two {
  right: 37%;
  bottom: 7%;
  width: 160px;
  height: 160px;
  background: rgba(255, 112, 72, 0.32);
  filter: blur(32px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 28px;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  display: block;
  width: 28px;
  height: 8px;
  background: var(--orange);
  border: 1px solid var(--ink);
  border-radius: 999px;
}

.hero-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(62px, 7.15vw, 116px);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: -0.075em;
}

.hero-title > span {
  display: block;
  width: max-content;
  max-width: 100%;
}

.title-accent {
  position: relative;
  z-index: 0;
  margin-top: 13px;
}

.title-accent::before {
  position: absolute;
  right: -10px;
  bottom: -2px;
  left: -9px;
  z-index: -1;
  height: 37%;
  content: "";
  background: var(--lime);
  border: 1.5px solid var(--ink);
  transform: rotate(-1.4deg);
}

.title-accent i {
  color: var(--orange);
  font-style: normal;
}

.hero-lead {
  margin: clamp(28px, 4vw, 48px) 0 0;
  color: rgba(23, 23, 20, 0.74);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.85;
  font-weight: 560;
}

.hero-actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 22px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  font-size: 14px;
  font-weight: 800;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
.button:focus-visible {
  box-shadow: 4px 4px 0 var(--ink);
  transform: translate(-2px, -2px);
}

.button-primary {
  color: var(--white);
  background: var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: var(--ink);
  background: var(--lime);
}

.button-ghost {
  background: rgba(255, 253, 246, 0.4);
}

.hero-notes {
  display: flex;
  margin-top: 42px;
  gap: 10px 22px;
  flex-wrap: wrap;
}

.hero-notes span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(23, 23, 20, 0.6);
  font-size: 12px;
  font-weight: 700;
}

.hero-notes i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--ink);
  border-radius: 50%;
}

.hero-visual {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 0.93;
  justify-self: end;
  border: 1.5px solid var(--ink);
  border-radius: clamp(28px, 3vw, 48px);
  background: var(--ink);
  box-shadow: 12px 14px 0 rgba(23, 23, 20, 0.14);
  overflow: hidden;
  transform: perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform 0.12s ease-out;
}

.hero-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.55;
  background-image: radial-gradient(rgba(255,255,255,0.22) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(145deg, #000, transparent 72%);
}

.visual-topline {
  position: absolute;
  top: 5%;
  right: 6%;
  left: 6%;
  z-index: 5;
  display: flex;
  color: rgba(255,255,255,0.65);
  justify-content: space-between;
  font-size: clamp(7px, 0.65vw, 10px);
  font-weight: 800;
  letter-spacing: 0.16em;
}

.visual-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
}

.orbit-one {
  top: 15%;
  left: 5%;
  width: 88%;
  height: 61%;
  transform: rotate(-23deg);
}

.orbit-two {
  top: 24%;
  left: 17%;
  width: 67%;
  height: 52%;
  transform: rotate(36deg);
}

.visual-core {
  position: absolute;
  top: 37%;
  left: 40%;
  z-index: 4;
  display: flex;
  width: 22%;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--lime);
  border: 2px solid var(--white);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 0 8px rgba(231, 255, 70, 0.12);
  transform: rotate(7deg);
}

.visual-core span {
  font-family: var(--display);
  font-size: clamp(26px, 4vw, 62px);
  line-height: 0.95;
  font-weight: 900;
}

.visual-core small {
  margin-top: 4px;
  font-size: clamp(6px, 0.7vw, 10px);
  font-weight: 900;
  letter-spacing: 0.18em;
}

.collect-card {
  position: absolute;
  z-index: 3;
  display: flex;
  width: 31%;
  aspect-ratio: 0.71;
  padding: 3.5%;
  border: 2px solid var(--ink);
  border-radius: 6%;
  flex-direction: column;
  box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.32);
}

.card-lime {
  top: 17%;
  left: 10%;
  background: var(--lime);
  transform: rotate(-11deg);
}

.card-orange {
  top: 12%;
  right: 8%;
  background: var(--orange);
  transform: rotate(9deg);
}

.card-blue {
  right: 16%;
  bottom: 4%;
  color: var(--white);
  background: var(--blue);
  transform: rotate(-4deg);
}

.card-index {
  font-size: clamp(8px, 1vw, 14px);
  line-height: 1;
  font-weight: 900;
}

.card-art {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.card-art-flower span {
  position: absolute;
  width: 41%;
  height: 41%;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 55% 55% 15% 55%;
}

.card-art-flower span:nth-child(1) { transform: translateY(-40%) rotate(45deg); }
.card-art-flower span:nth-child(2) { transform: translateX(40%) rotate(135deg); }
.card-art-flower span:nth-child(3) { transform: translateY(40%) rotate(225deg); }
.card-art-flower span:nth-child(4) { transform: translateX(-40%) rotate(315deg); }
.card-art-flower i {
  position: relative;
  z-index: 2;
  width: 25%;
  aspect-ratio: 1;
  background: var(--orange);
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.card-art-ticket {
  width: 80%;
  height: 55%;
  margin: auto;
  color: var(--white);
  background: var(--ink);
  border-radius: 4px;
  flex-direction: column;
  transform: rotate(-5deg);
}

.card-art-ticket span,
.card-art-ticket i {
  font-size: clamp(5px, 0.6vw, 9px);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.card-art-ticket strong {
  font-family: var(--display);
  font-size: clamp(26px, 4vw, 54px);
  line-height: 0.92;
}

.card-art-star {
  font-size: clamp(52px, 8vw, 110px);
  text-shadow: 3px 3px 0 var(--ink);
}

.card-caption {
  display: flex;
  padding-top: 8%;
  border-top: 1.5px solid currentColor;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
}

.card-caption strong {
  font-size: clamp(10px, 1.2vw, 18px);
  font-weight: 900;
}

.card-caption small {
  font-size: clamp(5px, 0.48vw, 8px);
  font-weight: 900;
  letter-spacing: 0.1em;
}

.visual-sticker {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  font-weight: 950;
}

.sticker-round {
  top: 6%;
  left: 4%;
  width: 14%;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 50%;
  font-size: clamp(7px, 0.85vw, 13px);
  line-height: 1.05;
  text-align: center;
  transform: rotate(-12deg);
}

.sticker-arrow {
  right: 5%;
  bottom: 31%;
  width: 11%;
  aspect-ratio: 1;
  background: var(--white);
  border-radius: 50%;
  font-size: clamp(20px, 3vw, 42px);
  transform: rotate(9deg);
}

.visual-footnote {
  position: absolute;
  bottom: 5%;
  left: 6%;
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: clamp(7px, 0.65vw, 10px);
  line-height: 1.55;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.scroll-cue {
  position: absolute;
  bottom: 25px;
  left: var(--pad);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(23,23,20,0.5);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.scroll-cue i {
  display: block;
  width: 36px;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  animation: breathe-line 1.8s ease-in-out infinite;
}

.ticker {
  width: 100%;
  color: var(--ink);
  background: var(--lime);
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  padding: 15px 0;
  align-items: center;
  animation: ticker 26s linear infinite;
}

.ticker span {
  padding: 0 28px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ticker i {
  font-style: normal;
  font-size: 15px;
}

.section {
  width: 100%;
  padding: clamp(92px, 10vw, 160px) var(--pad);
}

.spotlight {
  max-width: var(--max);
  margin: 0 auto;
  padding-bottom: clamp(104px, 12vw, 184px);
}

.section-heading.spotlight-heading {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.spotlight-heading .section-kicker {
  justify-self: center;
}

.spotlight-heading h2 {
  max-width: 820px;
}

.spotlight-heading > p:last-child {
  max-width: 590px;
}

.ip-collection-grid {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.ip-collection {
  background: var(--white);
  border: 1.5px solid var(--ink);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 7px 8px 0 rgba(23,23,20,0.09);
}

.collection-header {
  min-height: 190px;
  padding: 30px 34px 28px;
  text-align: center;
}

.collection-double .collection-header {
  background: var(--lime);
}

.collection-wuan .collection-header {
  color: var(--white);
  background: var(--ink);
}

.collection-header > p:first-child {
  display: flex;
  margin: 0 0 18px;
  justify-content: center;
  gap: 7px;
}

.collection-header > p:first-child span {
  padding: 6px 9px;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.collection-wuan .collection-header > p:first-child span {
  color: var(--ink);
  background: var(--lime);
}

.collection-header h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(43px, 4vw, 60px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.collection-header > p:last-child {
  margin: 14px 0 0;
  color: rgba(23,23,20,0.64);
  font-size: 13px;
  line-height: 1.6;
}

.collection-wuan .collection-header > p:last-child {
  color: rgba(255,255,255,0.65);
}

.collection-hero,
.collection-product {
  margin: 0;
}

.collection-hero {
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
}

.collection-hero-image {
  display: grid;
  aspect-ratio: 1.55;
  place-items: center;
  overflow: hidden;
}

.collection-double .collection-hero-image {
  background: #1b120d;
}

.collection-wuan .collection-hero-image {
  background: #06101f;
}

.collection-hero-image img,
.collection-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.55s cubic-bezier(.2,.75,.25,1);
}

.collection-hero figcaption,
.collection-product figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.collection-hero figcaption {
  min-height: 82px;
  padding: 14px 20px;
  background: #fffdf8;
}

.collection-hero figcaption small,
.collection-product figcaption small {
  color: rgba(23,23,20,0.48);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.collection-hero figcaption strong {
  margin-top: 6px;
  font-size: 16px;
}

.collection-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collection-product + .collection-product {
  border-left: 1.5px solid var(--ink);
}

.collection-product-image {
  display: grid;
  aspect-ratio: 1;
  background: #fff;
  place-items: center;
  border-bottom: 1.5px solid var(--ink);
  overflow: hidden;
}

.collection-product figcaption {
  min-height: 78px;
  padding: 13px 12px;
  background: var(--white);
}

.collection-product figcaption strong {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.35;
}

.showcase-note {
  margin: 20px 0 0;
  color: rgba(23,23,20,0.5);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-align: center;
}

.purchase {
  position: relative;
  width: 100%;
  padding: clamp(92px, 9vw, 142px) var(--pad);
  color: var(--white);
  background: var(--ink);
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  isolation: isolate;
  overflow: hidden;
}

.purchase::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.2;
  background-image: radial-gradient(rgba(255,255,255,0.78) 0.8px, transparent 0.8px);
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, #000, transparent 74%);
}

.purchase::after {
  position: absolute;
  top: 50%;
  right: -9vw;
  z-index: -1;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  content: "";
  background: var(--lime);
  border-radius: 50%;
  transform: translateY(-50%);
}

.purchase-inner {
  display: grid;
  max-width: 1240px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.7fr);
  grid-template-areas: "copy card" "details card";
  align-items: center;
  row-gap: 0;
  column-gap: clamp(54px, 9vw, 132px);
}

.purchase-copy {
  max-width: 690px;
  grid-area: copy;
}

.purchase-copy .section-kicker {
  margin-bottom: 22px;
  color: rgba(255,255,255,0.54);
}

.purchase-channel-label {
  display: inline-flex;
  padding: 7px 13px 7px 8px;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  background: var(--lime);
  border: 1.5px solid var(--lime);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.purchase-channel-label svg {
  width: 24px;
  height: 24px;
  fill: #07c160;
}

.purchase-copy h2 {
  margin: 26px 0 0;
  font-family: var(--display);
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.purchase-lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(255,255,255,0.66);
  font-size: 15px;
  line-height: 1.9;
}

.purchase-steps {
  max-width: 630px;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  list-style: none;
}

.purchase-steps li {
  display: grid;
  min-height: 74px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
}

.purchase-steps li > span {
  display: flex;
  width: 32px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 900;
}

.purchase-steps div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.purchase-steps strong {
  font-size: 14px;
}

.purchase-steps small {
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  line-height: 1.55;
  text-align: right;
}

.purchase-tags {
  display: flex;
  margin-top: 28px;
  gap: 8px;
  flex-wrap: wrap;
}

.purchase-tags span {
  padding: 8px 12px;
  color: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.purchase-details {
  max-width: 690px;
  margin-top: 38px;
  grid-area: details;
}

.purchase-card {
  width: min(100%, 430px);
  margin: 0;
  padding: 18px;
  grid-area: card;
  justify-self: end;
  color: var(--ink);
  background: var(--white);
  border: 1.5px solid var(--ink);
  border-radius: 28px;
  box-shadow: 10px 11px 0 var(--orange);
  transform: rotate(1.5deg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.purchase-card:hover {
  box-shadow: 7px 8px 0 var(--orange);
  transform: rotate(0deg) translate(2px, 2px);
}

.purchase-code {
  aspect-ratio: 1;
  padding: 6px;
  background: #fff;
  border: 1.5px solid var(--ink);
  border-radius: 18px;
  overflow: hidden;
}

.purchase-code img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
}

.purchase-card figcaption {
  display: flex;
  min-height: 82px;
  padding: 18px 7px 3px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.purchase-card figcaption div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.purchase-card figcaption small {
  color: rgba(23,23,20,0.48);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.purchase-card figcaption strong {
  font-size: 17px;
}

.purchase-card figcaption > span {
  color: rgba(23,23,20,0.58);
  font-size: 9px;
  line-height: 1.55;
  font-weight: 800;
  text-align: right;
}

.ecosystem {
  max-width: var(--max);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  margin-bottom: clamp(54px, 7vw, 102px);
  grid-template-columns: 0.7fr 1.4fr 0.9fr;
  align-items: end;
  gap: 40px;
}

.section-kicker {
  align-self: start;
}

.section-heading h2,
.experience-intro h2,
.about-story h2,
.contact h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5.1vw, 76px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.section-heading > p:last-child,
.experience-intro > p:last-child {
  margin: 0;
  color: rgba(23,23,20,0.68);
  font-size: 15px;
  line-height: 1.85;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.scene-card {
  position: relative;
  min-height: 410px;
  padding: clamp(26px, 3vw, 44px);
  border: 1.5px solid var(--ink);
  border-radius: 24px;
  overflow: hidden;
}

.scene-number {
  position: absolute;
  top: 23px;
  right: 26px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.scene-icon {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.scene-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scene-content {
  position: absolute;
  right: clamp(26px, 3vw, 44px);
  bottom: clamp(26px, 3vw, 44px);
  left: clamp(26px, 3vw, 44px);
  z-index: 2;
}

.scene-en {
  margin: 0 0 9px;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.scene-content h3,
.ops-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 3.2vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.scene-content > p:not(.scene-en) {
  max-width: 520px;
  margin: 16px 0 20px;
  font-size: 14px;
  line-height: 1.75;
  opacity: 0.75;
}

.scene-content ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 7px;
  list-style: none;
  flex-wrap: wrap;
}

.scene-content li {
  padding: 7px 12px;
  font-size: 10px;
  font-weight: 800;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.scene-shop {
  grid-column: span 7;
  min-height: 590px;
  color: var(--white);
  background: var(--ink);
}

.scene-shop .scene-content {
  right: 40%;
}

.shop-window {
  position: absolute;
  top: 17%;
  right: 4%;
  width: 35%;
  height: 67%;
  background: var(--lime);
  border: 1.5px solid var(--white);
  border-radius: 45% 45% 5px 5px;
  overflow: hidden;
}

.shop-window::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  content: "";
  background: var(--ink);
}

.shop-shelf {
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--ink);
}

.shelf-one { top: 44%; }
.shelf-two { top: 72%; }

.shop-object {
  position: absolute;
  display: block;
  color: var(--ink);
  font-style: normal;
}

.object-one {
  top: 18%;
  left: 20%;
  font-size: clamp(40px, 5vw, 70px);
}

.object-two {
  top: 50%;
  right: 13%;
  width: 28%;
  aspect-ratio: 1;
  background: var(--orange);
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.object-three {
  bottom: 5%;
  left: 14%;
  width: 33%;
  height: 17%;
  background: var(--blue);
  border: 2px solid var(--ink);
  border-radius: 50% 50% 7px 7px;
}

.scene-magic {
  grid-column: span 5;
  min-height: 590px;
  background: var(--yellow);
}

.scene-magic::before,
.scene-magic::after {
  position: absolute;
  content: "✦";
  font-family: serif;
  font-size: clamp(94px, 13vw, 180px);
  line-height: 1;
  opacity: 0.13;
}

.scene-magic::before { top: 11%; right: 6%; }
.scene-magic::after { top: 29%; left: 20%; font-size: clamp(50px, 8vw, 110px); }

.scene-cardplay {
  grid-column: span 5;
  color: var(--white);
  background: var(--orange);
}

.scene-cardplay::after {
  position: absolute;
  top: 18%;
  right: 8%;
  width: 29%;
  aspect-ratio: 0.72;
  content: "✦";
  color: var(--white);
  background: var(--blue);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 9px 9px 0 var(--yellow);
  font-size: clamp(42px, 7vw, 92px);
  line-height: 1.4;
  text-align: center;
  transform: rotate(9deg);
}

.scene-cardplay .scene-content {
  right: 33%;
}

.scene-campus {
  grid-column: span 7;
  color: var(--white);
  background: var(--blue);
}

.scene-campus::after {
  position: absolute;
  top: -17%;
  right: -2%;
  width: 43%;
  aspect-ratio: 1;
  content: "";
  border: 26px solid rgba(255,255,255,0.13);
  border-radius: 50%;
}

.scene-ops {
  display: grid;
  min-height: 290px;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 44px;
  background: var(--white);
}

.ops-copy h3 {
  max-width: 620px;
  font-size: clamp(29px, 3.2vw, 48px);
}

.ops-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ops-tags span {
  display: flex;
  min-height: 52px;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 800;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
}

.ops-tags span::after {
  content: "＋";
  font-size: 15px;
}

.experience {
  position: relative;
  display: grid;
  width: 100%;
  padding: clamp(92px, 10vw, 160px) var(--pad);
  color: var(--white);
  background: var(--ink);
  grid-template-columns: minmax(280px, 0.76fr) minmax(380px, 1fr);
  gap: clamp(60px, 9vw, 140px);
  overflow: hidden;
}

.experience::before {
  position: absolute;
  top: 0;
  left: 47%;
  width: 1px;
  height: 100%;
  content: "";
  background: rgba(255,255,255,0.13);
}

.experience-intro {
  position: sticky;
  top: 122px;
  align-self: start;
}

.experience-intro .section-kicker {
  color: var(--lime);
}

.experience-intro > p:last-child {
  max-width: 480px;
  margin-top: 36px;
  color: rgba(255,255,255,0.6);
}

.journey-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-item {
  display: grid;
  min-height: 210px;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  grid-template-columns: 44px 92px 1fr;
  align-items: center;
  gap: clamp(14px, 2.5vw, 40px);
}

.journey-item:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.journey-index {
  align-self: start;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.journey-symbol {
  display: flex;
  width: 82px;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-size: 38px;
  font-weight: 900;
  transform: rotate(-6deg);
  transition: transform 0.25s ease, background 0.25s ease;
}

.journey-item:nth-child(2) .journey-symbol { background: var(--orange); transform: rotate(5deg); }
.journey-item:nth-child(3) .journey-symbol { color: var(--white); background: var(--blue); transform: rotate(-3deg); }
.journey-item:nth-child(4) .journey-symbol { background: var(--yellow); transform: rotate(7deg); }
.journey-item:hover .journey-symbol { transform: rotate(0) scale(1.06); }

.journey-item small {
  color: rgba(255,255,255,0.45);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.journey-item h3 {
  margin: 5px 0 10px;
  font-family: var(--display);
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.journey-item p {
  max-width: 430px;
  margin: 0;
  color: rgba(255,255,255,0.58);
  font-size: 13px;
  line-height: 1.65;
}

.loop-visual {
  position: relative;
  width: min(90vw, 760px);
  aspect-ratio: 1.55;
  margin: 78px auto 0;
  grid-column: 1 / -1;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 42px;
  background: radial-gradient(circle at center, rgba(231,255,70,0.13), transparent 42%);
  overflow: hidden;
}

.loop-line {
  position: absolute;
  top: 11%;
  left: 17%;
  width: 66%;
  height: 78%;
  border: 1px dashed rgba(255,255,255,0.36);
  border-radius: 50%;
  animation: orbit 28s linear infinite;
}

.loop-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 22%;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
}

.loop-core span {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 900;
}

.loop-core small {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.loop-node {
  position: absolute;
  display: flex;
  width: 78px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--white);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.node-content { top: 10%; left: 47%; background: var(--orange); }
.node-experience { top: 42%; right: 12%; background: var(--yellow); }
.node-retail { bottom: 8%; left: 45%; background: var(--blue); color: var(--white); }
.node-service { top: 42%; left: 12%; background: var(--white); }

.loop-visual > p {
  position: absolute;
  right: 24px;
  bottom: 17px;
  margin: 0;
  color: rgba(255,255,255,0.45);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.about {
  display: grid;
  max-width: var(--max);
  margin: 0 auto;
  grid-template-columns: 0.34fr 1fr;
  gap: clamp(40px, 8vw, 130px);
}

.about-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-badge {
  display: flex;
  width: 128px;
  aspect-ratio: 1;
  margin-bottom: 10px;
  color: var(--white);
  background: var(--green);
  border: 1.5px solid var(--ink);
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 7px 7px 0 var(--ink);
  transform: rotate(-5deg);
}

.about-badge span {
  font-family: var(--display);
  font-size: 58px;
  line-height: 0.95;
}

.about-badge small {
  margin-top: 7px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.about-story h2 {
  max-width: 1030px;
  font-size: clamp(38px, 4.5vw, 68px);
}

.about-columns {
  display: grid;
  margin-top: clamp(44px, 6vw, 80px);
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 5vw, 80px);
}

.about-columns p {
  margin: 0;
  color: rgba(23,23,20,0.7);
  font-size: 15px;
  line-height: 2;
}

.beliefs {
  display: grid;
  margin-top: clamp(72px, 9vw, 130px);
  padding-top: 26px;
  border-top: 1.5px solid var(--ink);
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.belief {
  min-height: 240px;
  padding: 22px 24px;
  background: var(--white);
  border: 1.5px solid var(--ink);
  border-radius: 18px;
}

.belief:nth-child(2) { background: var(--lime); }
.belief:nth-child(3) { color: var(--white); background: var(--blue); }

.belief span {
  font-size: 10px;
  font-weight: 900;
}

.belief h3 {
  margin: 78px 0 12px;
  font-family: var(--display);
  font-size: 28px;
  letter-spacing: -0.04em;
}

.belief p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.67;
}

.contact {
  position: relative;
  display: flex;
  min-height: 720px;
  padding: clamp(90px, 10vw, 150px) var(--pad);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: var(--yellow);
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  overflow: hidden;
}

.contact::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.3;
  background-image: radial-gradient(var(--ink) 0.8px, transparent 0.8px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle, transparent 20%, #000 100%);
}

.contact > * {
  position: relative;
  z-index: 2;
}

.contact .section-kicker {
  margin-bottom: 36px;
}

.contact h2 {
  font-size: clamp(56px, 8vw, 118px);
  line-height: 0.95;
}

.contact-link {
  display: inline-flex;
  min-height: 74px;
  margin-top: 50px;
  padding: 0 13px 0 30px;
  color: var(--white);
  background: var(--ink);
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  align-items: center;
  gap: 30px;
  font-size: clamp(15px, 1.6vw, 23px);
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-link i {
  display: flex;
  width: 50px;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 25px;
}

.contact-link:hover,
.contact-link:focus-visible {
  box-shadow: 7px 7px 0 rgba(23,23,20,0.25);
  transform: translate(-3px, -3px);
}

.contact-note {
  margin: 23px 0 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.contact-spark {
  position: absolute;
  z-index: 1;
  font-size: clamp(80px, 11vw, 160px);
  line-height: 1;
}

.spark-one { top: 13%; left: 7%; transform: rotate(-11deg); }
.spark-two { right: 8%; bottom: 10%; color: var(--orange); transform: rotate(13deg); }

.site-footer {
  display: grid;
  min-height: 230px;
  padding: 46px var(--pad);
  color: var(--white);
  background: var(--ink);
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 40px;
}

.footer-meta {
  justify-self: center;
  text-align: center;
}

.footer-brand {
  align-self: start;
}

.footer-brand svg {
  width: 43px;
  height: 43px;
  fill: var(--white);
}

.footer-meta p {
  margin: 4px 0;
  color: rgba(255,255,255,0.48);
  font-size: 9px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.footer-meta p:first-child {
  color: rgba(255,255,255,0.75);
  font-size: 11px;
  letter-spacing: 0;
}

.icp-link,
.police-filing-link {
  color: rgba(255,255,255,0.62);
  transition: color 0.2s ease;
}

.icp-link:hover,
.icp-link:focus-visible,
.police-filing-link:hover,
.police-filing-link:focus-visible {
  color: var(--lime);
}

.police-filing-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.police-filing-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  color: rgba(255,255,255,0.72);
}

.footer-links {
  display: flex;
  justify-self: end;
  gap: 26px;
  font-size: 11px;
  font-weight: 800;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--lime);
}

.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s cubic-bezier(.2,.75,.25,1), transform 0.7s cubic-bezier(.2,.75,.25,1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@keyframes breathe-line {
  0%, 100% { transform: scaleX(0.55); }
  50% { transform: scaleX(1); }
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.7fr);
    gap: 35px;
  }

  .hero-title {
    font-size: clamp(60px, 7.1vw, 84px);
  }

  .section-heading {
    grid-template-columns: 0.42fr 1.2fr 0.72fr;
  }

  .scene-shop .scene-content,
  .scene-cardplay .scene-content {
    right: clamp(26px, 3vw, 44px);
  }

  .shop-window,
  .scene-cardplay::after {
    opacity: 0.26;
  }
}

@media (max-width: 920px) {
  :root {
    --pad: clamp(20px, 5.2vw, 46px);
  }

  .site-header {
    height: 72px;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
  }

  .menu-toggle {
    position: relative;
    z-index: 103;
    display: flex;
    width: 46px;
    height: 46px;
    padding: 0;
    background: var(--ink);
    border: 1px solid var(--ink);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 1.5px;
    background: var(--white);
    transition: transform 0.25s ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(3.7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-3.7px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 102;
    display: flex;
    padding: 120px var(--pad) 50px;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    background: var(--lime);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a:not(.nav-contact) {
    padding: 20px 0;
    font-family: var(--display);
    font-size: clamp(34px, 8vw, 58px);
    letter-spacing: -0.05em;
    border-bottom: 1.5px solid var(--ink);
  }

  .nav-contact {
    min-height: 60px;
    margin-top: 28px;
    padding: 0 25px;
    justify-content: space-between;
    font-size: 17px;
  }

  .hero {
    min-height: auto;
    padding-top: 124px;
    padding-bottom: 100px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-title {
    font-size: clamp(62px, 12vw, 100px);
  }

  .hero-visual {
    width: min(100%, 650px);
    margin-top: 22px;
    justify-self: center;
  }

  .scroll-cue {
    display: none;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading .section-kicker {
    margin-bottom: 8px;
  }

  .section-heading > p:last-child {
    max-width: 620px;
  }

  .ip-collection-grid {
    max-width: 680px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .purchase-inner {
    max-width: 680px;
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "card" "details";
    gap: 48px;
  }

  .purchase::before {
    mask-image: linear-gradient(to bottom, #000, transparent 66%);
  }

  .purchase::after {
    top: auto;
    right: -24vw;
    bottom: -22vw;
    width: min(88vw, 680px);
    transform: none;
  }

  .purchase-card {
    width: min(100%, 430px);
    justify-self: center;
  }

  .purchase-details {
    width: 100%;
    margin-top: 0;
  }

  .collection-header {
    min-height: 175px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .scene-shop,
  .scene-magic,
  .scene-cardplay,
  .scene-campus {
    grid-column: span 6;
    min-height: 480px;
  }

  .scene-ops {
    grid-template-columns: 1fr;
  }

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

  .experience::before {
    display: none;
  }

  .experience-intro {
    position: static;
  }

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

  .about-label {
    flex-direction: row;
    align-items: flex-start;
  }

  .about-badge {
    width: 96px;
  }

  .about-badge span {
    font-size: 44px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .footer-meta {
    grid-row: 2;
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy small {
    font-size: 7px;
  }

  .hero {
    padding-top: 112px;
    gap: 38px;
  }

  .eyebrow {
    margin-bottom: 22px;
    font-size: 8px;
    letter-spacing: 0.14em;
  }

  .hero-title {
    font-size: clamp(50px, 15.5vw, 74px);
    line-height: 0.98;
  }

  .title-accent {
    margin-top: 7px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .desktop-only {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-notes {
    margin-top: 28px;
    gap: 10px 16px;
  }

  .hero-notes span {
    font-size: 10px;
  }

  .hero-visual {
    aspect-ratio: 0.88;
    border-radius: 28px;
    box-shadow: 7px 8px 0 rgba(23,23,20,0.14);
  }

  .collect-card {
    width: 35%;
  }

  .card-lime {
    top: 16%;
    left: 7%;
  }

  .card-orange {
    right: 5%;
  }

  .card-blue {
    right: 12%;
    bottom: 5%;
  }

  .visual-core {
    top: 39%;
    left: 39%;
    width: 25%;
  }

  .ticker span {
    padding: 0 20px;
    font-size: 13px;
  }

  .section-heading h2,
  .experience-intro h2,
  .about-story h2 {
    font-size: clamp(37px, 11vw, 54px);
  }

  .ip-collection-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ip-collection {
    border-radius: 22px;
    box-shadow: 5px 6px 0 rgba(23,23,20,0.08);
  }

  .collection-header {
    min-height: 164px;
    padding: 25px 20px 23px;
  }

  .collection-header h3 {
    font-size: clamp(43px, 14vw, 58px);
  }

  .collection-header > p:last-child {
    font-size: 12px;
  }

  .collection-hero figcaption {
    min-height: 76px;
  }

  .collection-product figcaption {
    min-height: 72px;
  }

  .collection-product figcaption strong {
    font-size: 13px;
  }

  .showcase-note {
    text-align: center;
  }

  .purchase {
    padding-top: 84px;
    padding-bottom: 92px;
  }

  .purchase-copy h2 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .purchase-lead {
    margin-top: 24px;
    font-size: 14px;
  }

  .purchase-steps div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .purchase-steps small {
    text-align: left;
  }

  .purchase-card {
    padding: 13px;
    border-radius: 22px;
    box-shadow: 7px 8px 0 var(--orange);
    transform: none;
  }

  .purchase-code {
    border-radius: 15px;
  }

  .purchase-card figcaption {
    min-height: 75px;
    padding: 15px 5px 3px;
  }

  .purchase-card figcaption strong {
    font-size: 15px;
  }

  .scene-shop,
  .scene-magic,
  .scene-cardplay,
  .scene-campus {
    grid-column: 1 / -1;
    min-height: 440px;
  }

  .scene-cardplay::after {
    opacity: 0.2;
  }

  .scene-ops {
    min-height: 440px;
  }

  .ops-tags {
    grid-template-columns: 1fr;
  }

  .journey-item {
    min-height: 190px;
    grid-template-columns: 26px 64px 1fr;
    gap: 12px;
  }

  .journey-symbol {
    width: 60px;
    font-size: 28px;
  }

  .journey-item p {
    font-size: 12px;
  }

  .loop-visual {
    width: 100%;
    aspect-ratio: 0.94;
    border-radius: 26px;
  }

  .loop-line {
    top: 18%;
    left: 8%;
    width: 84%;
    height: 64%;
  }

  .loop-core {
    width: 32%;
  }

  .loop-node {
    width: 60px;
    font-size: 11px;
  }

  .node-content { top: 14%; left: 42%; }
  .node-experience { top: 41%; right: 3%; }
  .node-retail { bottom: 13%; left: 42%; }
  .node-service { top: 41%; left: 3%; }

  .about-label {
    min-height: 100px;
  }

  .about-badge {
    width: 78px;
    border-radius: 20px;
  }

  .about-badge span {
    font-size: 35px;
  }

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

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

  .belief {
    min-height: 205px;
  }

  .belief h3 {
    margin-top: 55px;
  }

  .contact {
    min-height: 610px;
  }

  .contact h2 {
    font-size: clamp(49px, 15vw, 75px);
  }

  .contact-link {
    width: 100%;
    min-height: 64px;
    margin-top: 38px;
    padding-left: 20px;
    justify-content: space-between;
    gap: 8px;
    font-size: 13px;
  }

  .contact-link i {
    width: 44px;
  }

  .contact-note {
    font-size: 9px;
  }

  .site-footer {
    padding-top: 40px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-meta,
  .footer-links {
    grid-row: auto;
  }

  .footer-links {
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-visual {
    transform: none !important;
  }
}
