.sticker-body {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 196, 59, 0.22), transparent 28rem),
    linear-gradient(180deg, #fffaf0 0%, #fff5e3 50%, #fffaf0 100%);
}

.sticker-hero {
  width: min(1120px, calc(100% - 32px));
  min-height: 670px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.8fr);
  gap: 40px;
  align-items: center;
  padding: 58px 0 72px;
}

.sticker-hero h1 {
  max-width: 690px;
}

.sticker-hero-stage {
  position: relative;
  min-height: 570px;
}

.sticker-sun-disc {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 390px;
  height: 390px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, #ffe99e 0 42%, #ffc43b 43% 65%, #ff8e3c 66% 100%);
  box-shadow: 0 30px 70px rgba(184, 107, 55, 0.2);
}

.hero-sticker {
  position: absolute;
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(65, 39, 20, 0.2));
}

.hero-sticker-hot {
  top: 10px;
  left: 10px;
  width: 250px;
  transform: rotate(-7deg);
}

.hero-sticker-stop {
  top: 18px;
  right: 0;
  width: 220px;
  transform: rotate(8deg);
}

.hero-sticker-chill {
  bottom: 8px;
  left: 8px;
  width: 255px;
  transform: rotate(4deg);
}

.hero-sticker-shade {
  right: 0;
  bottom: 0;
  width: 245px;
  transform: rotate(-3deg);
}

.sticker-products,
.sticker-gallery-section,
.sticker-origin,
.sticker-final-cta {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.sticker-products {
  padding: 72px 0;
}

.sticker-section-heading {
  max-width: 780px;
}

.sticker-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sticker-product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
}

.product-art {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 48px;
  background:
    linear-gradient(135deg, rgba(255, 196, 59, 0.3), rgba(23, 169, 176, 0.14)),
    #fff6df;
}

.japanese-card .product-art {
  background:
    linear-gradient(135deg, rgba(23, 169, 176, 0.22), rgba(255, 142, 60, 0.2)),
    #eefafa;
}

.product-art img {
  width: min(100%, 280px);
  image-rendering: auto;
  filter: drop-shadow(0 20px 22px rgba(65, 39, 20, 0.16));
}

.product-art span {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(24, 19, 15, 0.08);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.9);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-copy {
  padding: 28px;
}

.product-copy h3 {
  margin-bottom: 12px;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.product-copy > p:not(.eyebrow) {
  min-height: 76px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 560;
}

.sticker-gallery-section {
  padding: 78px 0;
}

.sticker-gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.sticker-gallery-heading h2,
.sticker-origin h2,
.sticker-final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.sticker-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.sticker-tab {
  min-height: 44px;
  padding: 9px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.sticker-tab.is-active {
  background: var(--ink);
  color: var(--paper);
}

.sticker-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sticker-preview-item {
  position: relative;
  min-height: 245px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fffdf8;
}

.sticker-preview-item img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  filter: drop-shadow(0 10px 10px rgba(41, 26, 14, 0.14));
}

.sticker-preview-item span {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.9);
  color: var(--ink);
  font-size: 11px;
  font-weight: 950;
}

.sticker-origin {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1fr);
  gap: 50px;
  align-items: center;
  padding: 84px 0;
}

.sticker-origin-art {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 30px;
  background: #19130f;
}

.sticker-origin-art::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: var(--sun);
}

.sticker-origin-art img {
  position: relative;
  z-index: 2;
  width: min(88%, 390px);
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.28));
}

.sticker-origin-art span {
  position: absolute;
  right: 24px;
  top: 14px;
  color: #ff8e3c;
  font-size: 100px;
  line-height: 1;
}

.sticker-origin h2 {
  margin-bottom: 18px;
}

.sticker-disclosure {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
}

.sticker-final-cta {
  margin-bottom: 58px;
  padding: 46px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 196, 59, 0.36), transparent 240px),
    #17a9b0;
  color: #fffaf0;
}

.sticker-final-cta .eyebrow {
  color: #18130f;
}

.sticker-final-cta .button.primary {
  background: #18130f;
}

.sticker-final-cta .button.secondary {
  border-color: rgba(255, 250, 240, 0.35);
  background: rgba(255, 250, 240, 0.14);
  color: #fffaf0;
}

@media (max-width: 840px) {
  .sticker-hero,
  .sticker-product-grid,
  .sticker-origin {
    grid-template-columns: 1fr;
  }

  .sticker-hero {
    min-height: auto;
    padding-top: 28px;
  }

  .sticker-hero-stage {
    min-height: 540px;
  }

  .sticker-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sticker-gallery-heading {
    align-items: start;
    flex-direction: column;
  }

  .product-copy > p:not(.eyebrow) {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .sticker-hero,
  .sticker-products,
  .sticker-gallery-section,
  .sticker-origin,
  .sticker-final-cta {
    width: min(100% - 24px, 1120px);
  }

  .sticker-hero-stage {
    min-height: 420px;
  }

  .sticker-sun-disc {
    width: 280px;
    height: 280px;
  }

  .hero-sticker-hot,
  .hero-sticker-chill {
    width: 190px;
  }

  .hero-sticker-stop,
  .hero-sticker-shade {
    width: 170px;
  }

  .product-art {
    min-height: 300px;
    padding: 38px;
  }

  .sticker-preview-item {
    min-height: 180px;
    padding: 14px;
  }

  .sticker-preview-item img {
    height: 150px;
  }

  .sticker-origin {
    gap: 28px;
    padding: 58px 0;
  }

  .sticker-origin-art {
    min-height: 340px;
  }

  .sticker-final-cta {
    padding: 28px;
  }
}
