/* Adopted concept — warm character-goods wholesale catalogue
   This file intentionally sits after renewal-top.css so the approved art
   direction can replace earlier design-gate experiments without changing
   the existing motion scripts or product assets. */

:root {
  --adopted-ink: #30363d;
  --adopted-muted: #68645d;
  --adopted-paper: #fbf3e6;
  --adopted-paper-light: #fffaf1;
  --adopted-coral: #e9644d;
  --adopted-coral-dark: #c84f3d;
  --adopted-apricot: #f3a27a;
  --adopted-sun: #f3c24e;
  --adopted-forest: #275f4c;
  --adopted-forest-dark: #174a3b;
  --adopted-line: rgba(76, 64, 50, .14);
  --adopted-shadow: 0 24px 54px rgba(89, 68, 44, .14);
  --adopted-texture: url("/assets/adopted-paper-confetti-v1.webp");
}

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

body {
  overflow-x: clip;
  background: var(--adopted-paper);
  color: var(--adopted-ink);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.renewal-container {
  width: min(100% - 48px, 1180px);
  max-width: 1180px;
  margin-inline: auto;
}

.renewal-kicker,
.character-feature__index,
.order-flow__en,
.renewal-footer__nav p,
.secondary-business span {
  color: var(--adopted-coral-dark);
  font-family: "Space Grotesk", "Zen Kaku Gothic New", sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .17em;
}

.hero-introduction h1,
.sales-feature__copy h2,
.renewal-heading h2,
.character-feature__content h3,
.wholesale-layout h2,
.wholesale-cases h3,
.order-made-intro h2,
.order-flow h3,
.renewal-contact h2,
.secondary-business strong {
  color: var(--adopted-ink);
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: -.035em;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.hero-introduction h1 span,
.sales-feature__copy h2 span,
.renewal-heading h2 span,
.wholesale-layout h2 span,
.order-made-intro h2 span,
.renewal-contact h2 span {
  display: block;
}

.text-link {
  gap: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(39, 95, 76, .45);
  color: var(--adopted-forest);
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.text-link span {
  transition: transform .25s ease;
}

.text-link:hover span {
  transform: translate(4px, -2px);
}

.renewal-button {
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid currentColor;
  border-radius: 3px;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
  font-size: .87rem;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.renewal-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(63, 47, 34, .16);
}

/* Floating brand and compact menu */
.renewal-header {
  border: 0;
  background: transparent;
}

.renewal-logo img {
  object-fit: contain;
}

.renewal-logo span {
  color: #1565c0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.renewal-logo small {
  color: #74787b;
}

@media (min-width: 981px) {
  .renewal-header {
    position: fixed;
    z-index: 80;
    inset: 0;
    display: block;
    width: 0;
    height: 100svh;
    min-height: 0;
    padding: 0;
    pointer-events: none;
  }

  .renewal-header .renewal-logo {
    position: fixed;
    top: 26px;
    left: 28px;
    display: inline-flex;
    width: auto;
    max-width: 244px;
    min-height: 64px;
    padding: 10px 16px 10px 11px;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(21, 101, 192, .13);
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 34px rgba(70, 57, 42, .13);
    pointer-events: auto;
  }

  .renewal-header .renewal-logo img {
    width: 44px;
    height: 44px;
  }

  .renewal-header .renewal-logo span {
    font-size: .9rem;
  }

  .renewal-nav {
    position: fixed;
    bottom: 28px;
    left: 28px;
    display: flex;
    width: 238px;
    margin: 0;
    padding: 18px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 1px;
    border: 1px solid rgba(74, 63, 51, .11);
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 42px rgba(70, 57, 42, .14);
    color: var(--adopted-ink);
    pointer-events: auto;
  }

  .renewal-nav a,
  .renewal-nav .renewal-nav__cta {
    min-height: 34px;
    margin: 0;
    padding: 7px 0;
    border: 0;
    border-radius: 0;
    color: var(--adopted-ink);
    font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
    font-size: .83rem;
    font-weight: 700;
    letter-spacing: .01em;
  }

  .renewal-nav a::before,
  .renewal-nav .renewal-nav__cta::before {
    width: 5px;
    height: 5px;
    margin: 0 12px 0 0;
    border: 1px solid rgba(233, 100, 77, .52);
    border-radius: 50%;
    content: "";
  }

  .renewal-nav a:not(.renewal-nav__cta)::after {
    bottom: 3px;
    height: 1px;
    background: var(--adopted-coral);
  }

  .renewal-nav__cta {
    margin-top: 9px !important;
    padding-top: 12px !important;
    border-top: 1px solid var(--adopted-line) !important;
    color: var(--adopted-forest) !important;
  }

  .renewal-nav__cta:hover {
    background: transparent;
    color: var(--adopted-coral-dark) !important;
  }

  .renewal-container {
    width: auto;
    max-width: 1180px;
    margin-right: clamp(44px, 5vw, 82px);
    margin-left: clamp(310px, 23vw, 356px);
  }

  .business-strip,
  .renewal-contact,
  .secondary-business,
  .renewal-footer {
    padding-left: 260px;
  }
}

/* Animated hero: existing conveyor, scroll parallax and pointer depth retained */
.renewal-hero {
  position: relative;
  min-height: 620px;
  height: clamp(620px, 79svh, 770px);
  padding: 0;
  overflow: hidden;
  background-color: var(--adopted-paper);
  background-image: var(--adopted-texture);
  background-position: center;
  background-size: cover;
}

.renewal-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  content: "";
  background: linear-gradient(180deg, rgba(255, 250, 241, .08), rgba(251, 243, 230, .22));
  pointer-events: none;
}

.renewal-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 4;
  display: block;
  height: 92px;
  content: "";
  background: linear-gradient(180deg, rgba(251, 243, 230, 0), var(--adopted-paper));
  pointer-events: none;
}

.hero-conveyor {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: visible;
  transform: translate3d(0, var(--hero-parallax, 0), 0);
  -webkit-mask-image: none;
  mask-image: none;
  will-change: transform;
}

.hero-conveyor__track {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  animation: spatial-ribbon 54s linear infinite;
  will-change: transform;
}

.hero-scene,
.hero-scene--01,
.hero-scene--02,
.hero-scene--03,
.hero-scene--04,
.hero-scene--05,
.hero-scene--06 {
  --scene-width: clamp(294px, 27.5vw, 432px);
  position: relative;
  flex: 0 0 var(--scene-width);
  width: var(--scene-width);
  min-width: 0;
  height: 100%;
  margin: 0 clamp(-62px, -3.8vw, -38px) 0 0;
  overflow: visible;
  border: 0;
  background: transparent;
  transform: translate3d(var(--pointer-shift-x, 0), var(--pointer-shift-y, 0), 0);
  transition: transform .8s cubic-bezier(.22, 1, .36, 1);
}

.hero-scene::before,
.hero-scene::after,
.hero-scene figcaption {
  display: none;
}

.hero-scene img {
  --product-angle: -4deg;
  --product-top: 48%;
  --product-height: 84%;
  position: absolute;
  top: var(--product-top);
  left: 50%;
  width: auto;
  height: var(--product-height);
  max-width: 108%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(20px 27px 22px rgba(87, 65, 43, .18));
  transform: translate(-50%, -50%) rotate(var(--product-angle));
  animation: product-breath 8.5s ease-in-out infinite alternate;
}

.hero-scene--01 img { --product-angle: -7deg; --product-top: 51%; --product-height: 91%; }
.hero-scene--02 img { --product-angle: 4deg; --product-top: 44%; --product-height: 82%; }
.hero-scene--03 img { --product-angle: -3deg; --product-top: 51%; --product-height: 79%; }
.hero-scene--04 img { --product-angle: 6deg; --product-top: 47%; --product-height: 90%; }
.hero-scene--05 img { --product-angle: -5deg; --product-top: 46%; --product-height: 77%; }
.hero-scene--06 img { --product-angle: 3deg; --product-top: 52%; --product-height: 88%; }

/* Opening proposition continues the hero surface without a seam */
.hero-introduction {
  position: relative;
  margin: 0;
  border: 0;
  background-color: var(--adopted-paper);
  background-image: var(--adopted-texture);
  background-position: center 53%;
  background-size: cover;
}

.hero-introduction::before {
  display: none;
}

.hero-introduction__inner {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, .78fr);
  column-gap: clamp(52px, 7vw, 104px);
  row-gap: 42px;
  align-items: center;
  padding-top: clamp(58px, 6vw, 88px);
  padding-bottom: clamp(62px, 6vw, 92px);
}

.hero-introduction h1 {
  margin: 13px 0 0;
  color: var(--adopted-ink);
  font-size: clamp(3rem, 4.5vw, 5rem);
  line-height: 1.15;
}

.hero-introduction__copy {
  max-width: 31rem;
}

.hero-introduction__copy p {
  margin: 0 0 24px;
  color: #4f504d;
  font-size: .98rem;
  line-height: 2;
}

.hero-introduction__purpose {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(210px, .7fr) minmax(0, 1.3fr);
  gap: clamp(36px, 7vw, 106px);
  align-items: start;
  margin: 0;
  padding: 10px 0 0;
}

.hero-introduction__purpose-label {
  color: var(--adopted-coral-dark);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .17em;
}

.hero-introduction__purpose-copy {
  max-width: 46rem;
  margin: 0;
  color: var(--adopted-muted);
  font-size: .94rem;
  line-height: 1.95;
}

.hero-introduction__purpose-copy strong {
  display: block;
  margin-bottom: 7px;
  color: var(--adopted-ink);
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
  line-height: 1.45;
}

/* Chapter and sales feature */
.sales-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--adopted-apricot);
  color: var(--adopted-ink);
}

.sales-feature::after {
  display: none;
}

.sales-feature__chapter {
  position: relative;
  z-index: 5;
  grid-column: 1 / -1;
  display: flex;
  min-height: 74px;
  padding: 18px clamp(28px, 4vw, 64px);
  align-items: center;
  justify-content: space-between;
  background: var(--adopted-coral);
  color: #fffaf1;
}

.sales-feature__chapter span {
  font-size: .72rem;
  letter-spacing: .17em;
}

.sales-feature__chapter strong {
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(.95rem, 1.25vw, 1.25rem);
}

.sales-feature__visual {
  position: relative;
  inset: auto;
  display: flex;
  box-sizing: border-box;
  min-height: clamp(540px, 49vw, 690px);
  padding: clamp(42px, 5vw, 72px) clamp(28px, 4vw, 56px) clamp(42px, 5vw, 72px) clamp(168px, 20%, 252px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  background-color: #efab84;
  background-image: var(--adopted-texture);
  background-position: 15% center;
  background-size: cover;
}

.sales-feature__visual::before {
  display: none;
}

.sales-feature__product {
  display: block;
  max-width: 100%;
  max-height: 100%;
  filter: drop-shadow(19px 25px 19px rgba(94, 61, 40, .2));
}

.sales-feature__product--collection {
  position: relative;
  z-index: 2;
  inset: auto;
  width: min(92%, 645px);
  height: auto;
  object-fit: contain;
  transform: rotate(-1deg);
  animation: feature-drift-collection 10s ease-in-out infinite alternate;
}

@keyframes feature-drift-collection {
  to { transform: translate3d(10px, -12px, 0) rotate(1deg); }
}

.sales-feature__product--detail-d {
  position: absolute;
  z-index: 3;
  object-fit: contain;
  pointer-events: none;
}

.sales-feature__product--detail-d {
  right: clamp(14px, 2.4vw, 42px);
  bottom: 8%;
  width: clamp(170px, 30%, 315px);
  height: auto;
  transform: rotate(1deg);
  animation: feature-drift-detail-d 10s ease-in-out infinite alternate-reverse;
}

@keyframes feature-drift-detail-d {
  to { transform: translate3d(6px, -8px, 0) rotate(-1deg); }
}

.sales-feature__copy {
  position: relative;
  z-index: 2;
  inset: auto;
  display: flex;
  width: auto;
  min-width: 0;
  padding: clamp(62px, 7vw, 102px) clamp(42px, 5vw, 74px);
  flex-direction: column;
  justify-content: center;
  background: #f8eacb;
  color: var(--adopted-ink);
  transform: none;
}

.sales-feature__copy h2 {
  margin: 13px 0 25px;
  color: var(--adopted-ink);
  font-size: clamp(2.8rem, 3.8vw, 4.6rem);
  line-height: 1.18;
}

.sales-feature__copy > p:not(.renewal-kicker) {
  max-width: 33em;
  margin: 0 0 30px;
  color: #5d5a53;
  font-size: .96rem;
  line-height: 2;
}

.sales-feature .text-link--light {
  width: max-content;
  border-bottom-color: rgba(39, 95, 76, .45);
  color: var(--adopted-forest);
}

.business-strip {
  border: 0;
  background: linear-gradient(90deg, #efc859, #f5d873 54%, #efc859);
}

.business-strip__inner {
  min-height: 78px;
}

.business-strip p {
  color: #554637;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
  font-size: .84rem;
  font-weight: 700;
}

.business-strip p span {
  color: var(--adopted-coral-dark);
}

/* Product stories */
.character-lineup {
  position: relative;
  overflow: hidden;
  border: 0;
  background-color: var(--adopted-paper-light);
  background-image: var(--adopted-texture);
  background-position: center;
  background-size: cover;
}

.character-lineup::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(255, 250, 241, .46);
  pointer-events: none;
}

.character-lineup > .renewal-container {
  position: relative;
  z-index: 1;
}

.renewal-section.character-lineup {
  padding-top: clamp(82px, 9vw, 132px);
  padding-bottom: clamp(92px, 10vw, 144px);
}

.renewal-heading {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(280px, .72fr);
  gap: 26px clamp(48px, 8vw, 112px);
  align-items: end;
  margin-bottom: clamp(66px, 8vw, 108px);
}

.renewal-heading .renewal-kicker {
  grid-column: 1 / -1;
  margin: 0;
}

.renewal-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem, 3.8vw, 4.7rem);
  line-height: 1.16;
}

.renewal-heading__lead {
  margin: 0 0 .6em;
  color: var(--adopted-muted);
  font-size: .94rem;
  line-height: 2;
}

.character-features {
  display: grid;
  gap: clamp(68px, 8vw, 112px);
}

.character-feature,
.character-feature:nth-child(2),
.character-feature:nth-child(3) {
  display: grid;
  width: 100%;
  margin: 0;
  grid-template-columns: minmax(0, 1.06fr) minmax(330px, .94fr);
  gap: clamp(52px, 8vw, 112px);
  align-items: center;
}

.character-feature--shimanekko .character-feature__visual {
  grid-column: 2;
  grid-row: 1;
}

.character-feature--shimanekko .character-feature__content {
  grid-column: 1;
  grid-row: 1;
}

.character-feature__visual,
.character-feature--kumamon .character-feature__visual,
.character-feature--shimanekko .character-feature__visual,
.character-feature--hikonyan .character-feature__visual {
  position: relative;
  min-height: 0;
  aspect-ratio: 1.22 / 1;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.character-feature__visual::before {
  position: absolute;
  inset: 10% 2% 3% 3%;
  display: block;
  border: 0;
  border-radius: 46% 54% 42% 58% / 55% 38% 62% 45%;
  content: "";
  background: rgba(244, 188, 88, .46);
}

.character-feature--shimanekko .character-feature__visual::before {
  inset: 6% 0 5% 8%;
  border-radius: 57% 43% 52% 48% / 43% 61% 39% 57%;
  background: rgba(239, 154, 112, .39);
}

.character-feature--hikonyan .character-feature__visual::before {
  inset: 3% 8% 4% 4%;
  border-radius: 45% 55% 54% 46% / 60% 42% 58% 40%;
  background: rgba(243, 194, 78, .42);
}

.product-spread,
.coming-product {
  position: absolute;
  inset: 0;
}

.spread-product {
  border: 0;
  background: rgba(255, 255, 255, .96);
  box-shadow: 14px 20px 28px rgba(79, 61, 42, .14);
  cursor: zoom-in;
  pointer-events: auto;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease;
  will-change: transform;
}

.spread-product:focus-visible {
  z-index: 30 !important;
  outline: 3px solid rgba(233, 100, 77, .72);
  outline-offset: 5px;
}

.spread-product:hover,
.spread-product.is-pointer-active {
  z-index: 30 !important;
  box-shadow: 18px 28px 38px rgba(79, 61, 42, .2);
}

.spread-product figcaption {
  display: none;
}

.product-spread--kumamon .spread-product {
  width: 27.5%;
  padding: 8px;
}

.product-spread--kumamon .spread-product--a { top: 19%; left: 3%; transform: rotate(-6deg); }
.product-spread--kumamon .spread-product--b { top: 5%; left: 26%; transform: rotate(3deg); }
.product-spread--kumamon .spread-product--c { top: 12%; right: 25%; transform: rotate(-2deg); }
.product-spread--kumamon .spread-product--d { top: 20%; right: 2%; transform: rotate(6deg); }
.product-spread--kumamon .spread-product--a:hover,
.product-spread--kumamon .spread-product--a.is-pointer-active,
.product-spread--kumamon .spread-product--a:focus-visible { transform: translateY(-12px) translateZ(88px) rotate(-3deg) scale(1.025); }
.product-spread--kumamon .spread-product--b:hover,
.product-spread--kumamon .spread-product--b.is-pointer-active,
.product-spread--kumamon .spread-product--b:focus-visible { transform: translateY(-12px) translateZ(88px) rotate(1deg) scale(1.025); }
.product-spread--kumamon .spread-product--c:hover,
.product-spread--kumamon .spread-product--c.is-pointer-active,
.product-spread--kumamon .spread-product--c:focus-visible { transform: translateY(-12px) translateZ(88px) rotate(1deg) scale(1.025); }
.product-spread--kumamon .spread-product--d:hover,
.product-spread--kumamon .spread-product--d.is-pointer-active,
.product-spread--kumamon .spread-product--d:focus-visible { transform: translateY(-12px) translateZ(88px) rotate(3deg) scale(1.025); }

.product-spread--shimanekko .spread-product {
  width: 34%;
  padding: 8px;
}

.product-spread--shimanekko .spread-product--a { top: 11%; left: 14%; transform: rotate(-6deg); }
.product-spread--shimanekko .spread-product--b { top: 17%; right: 14%; transform: rotate(7deg); }
.product-spread--shimanekko .spread-product--a:hover,
.product-spread--shimanekko .spread-product--a.is-pointer-active,
.product-spread--shimanekko .spread-product--a:focus-visible { transform: translateY(-12px) translateZ(88px) rotate(-3deg) scale(1.025); }
.product-spread--shimanekko .spread-product--b:hover,
.product-spread--shimanekko .spread-product--b.is-pointer-active,
.product-spread--shimanekko .spread-product--b:focus-visible { transform: translateY(-12px) translateZ(88px) rotate(4deg) scale(1.025); }

.character-feature__content {
  max-width: 33rem;
}

.character-feature__index {
  margin-bottom: 15px;
}

.character-feature__content h3 {
  margin: 0 0 20px;
  font-size: clamp(2.05rem, 2.8vw, 3.25rem);
  line-height: 1.23;
}

.character-feature__content > p:not(.character-feature__index) {
  color: var(--adopted-muted);
  font-size: .95rem;
  line-height: 2;
}

.character-feature__tags {
  gap: 8px;
  margin: 27px 0 25px;
}

.character-feature__tags li {
  padding: 7px 11px;
  border: 1px solid rgba(77, 67, 56, .17);
  border-radius: 2px;
  background: rgba(255, 255, 255, .56);
  color: #5c554d;
  font-size: .72rem;
  font-weight: 700;
}

.coming-product {
  inset: 11% 13% 10%;
  display: flex;
  padding: clamp(30px, 5vw, 62px);
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(159, 112, 45, .14);
  background: linear-gradient(145deg, rgba(255, 220, 126, .85), rgba(246, 190, 70, .58));
  color: #7e642c;
  box-shadow: 18px 25px 36px rgba(112, 78, 32, .13);
}

/* Product zoom */
.product-lightbox {
  width: min(92vw, 860px);
  max-width: none;
  height: min(92svh, 1040px);
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: var(--adopted-paper-light);
}

.product-lightbox[open] {
  display: grid;
  place-items: center;
  animation: product-lightbox-in .32s cubic-bezier(.22, 1, .36, 1) both;
}

.product-lightbox::backdrop {
  background: rgba(30, 35, 34, .74);
  backdrop-filter: blur(12px) saturate(.8);
}

.product-lightbox__frame {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  padding: clamp(18px, 3vw, 34px);
  place-items: center;
}

.product-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 32px 84px rgba(0, 0, 0, .32);
  animation: product-lightbox-image-in .5s .04s cubic-bezier(.22, 1, .36, 1) both;
}

.product-lightbox__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 50%;
  background: rgba(255, 250, 241, .94);
  color: var(--adopted-ink);
  font: 500 1.5rem/1 "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
  transition: transform .25s ease, background-color .25s ease;
}

.product-lightbox__close:hover,
.product-lightbox__close:focus-visible {
  background: #fff;
  transform: rotate(7deg) scale(1.05);
}

.product-lightbox-open {
  overflow: hidden;
}

@keyframes product-lightbox-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes product-lightbox-image-in {
  from { opacity: 0; transform: translateY(18px) scale(.94) rotate(-1deg); }
  to { opacity: 1; transform: translateY(0) scale(1) rotate(0); }
}

.coming-product::before {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, .42);
  content: "";
}

.coming-product span {
  position: relative;
  z-index: 1;
  font-size: .68rem;
  letter-spacing: .16em;
}

.coming-product strong {
  position: relative;
  z-index: 1;
  max-width: 5.4em;
  color: rgba(154, 104, 31, .48);
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  line-height: .83;
  word-break: break-all;
}

.coming-product p {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  font-size: .7rem;
  letter-spacing: .12em;
}

/* Wholesale */
.wholesale-section {
  position: relative;
  overflow: hidden;
  border: 0;
  background: #174c39;
  color: var(--adopted-paper-light);
}

.wholesale-section::before {
  position: absolute;
  top: clamp(18px, 2.2vw, 30px);
  right: -1.5vw;
  z-index: 1;
  content: "WHOLESALE";
  color: rgba(255, 250, 241, .075);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(5rem, 10vw, 8.6rem);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: .78;
  pointer-events: none;
}

.wholesale-section::after {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 0;
  background-image: url("/assets/wholesale-paper-confetti-v1.webp");
  background-position: center;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
}

.wholesale-section > .renewal-container {
  position: relative;
  z-index: 2;
}

.renewal-section.wholesale-section {
  padding-top: clamp(42px, 3.8vw, 54px);
  padding-bottom: clamp(44px, 4vw, 58px);
}

.wholesale-layout {
  display: grid;
  grid-template-columns: minmax(330px, 1.02fr) minmax(290px, .78fr);
  gap: clamp(38px, 4.8vw, 64px);
  align-items: start;
  padding-bottom: clamp(24px, 2.8vw, 34px);
}

.wholesale-section .renewal-kicker--light,
.wholesale-section .wholesale-copy,
.wholesale-section .wholesale-cases,
.wholesale-section .wholesale-cases h3,
.wholesale-section .wholesale-cases p {
  color: var(--adopted-paper-light);
}

.wholesale-layout h2 {
  max-width: 520px;
  margin-top: 8px;
  color: var(--adopted-paper-light);
  font-size: clamp(1.75rem, 2vw, 2.25rem);
  line-height: 1.22;
}

.wholesale-copy p {
  max-width: 390px;
  margin: 0 0 14px;
  color: rgba(255, 250, 241, .84);
  font-size: .74rem;
  line-height: 1.78;
}

.wholesale-section .renewal-button--light {
  min-height: 38px;
  padding: 8px 17px;
  border-color: var(--adopted-paper-light);
  background: var(--adopted-paper-light);
  color: var(--adopted-forest);
  font-size: .72rem;
}

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

.wholesale-cases article {
  min-height: 148px;
  padding: clamp(18px, 1.7vw, 22px);
  border: 1px solid rgba(255, 250, 241, .22);
  border-radius: 15px;
  background: rgba(255, 250, 241, .14);
  box-shadow: 0 10px 24px rgba(6, 35, 26, .11);
  backdrop-filter: blur(2px);
  transition: transform .42s cubic-bezier(.22, 1, .36, 1), background-color .35s ease, box-shadow .35s ease;
}

.wholesale-cases article:hover {
  background: rgba(255, 250, 241, .2);
  box-shadow: 0 17px 32px rgba(6, 35, 26, .18);
  transform: translateY(-5px);
}

.wholesale-cases article > span {
  color: #f5ca5b;
  font-family: "Space Grotesk", sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .13em;
}

.wholesale-cases h3 {
  margin: 14px 0 7px;
  font-size: .88rem;
}

.wholesale-cases p {
  margin: 0;
  color: rgba(255, 250, 241, .78) !important;
  font-size: .68rem;
  line-height: 1.7;
}

/* Custom production */
.order-made-section {
  position: relative;
  overflow: hidden;
  border: 0;
  background-color: var(--adopted-paper);
  background-image: var(--adopted-texture);
  background-position: center;
  background-size: cover;
}

.order-made-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(255, 248, 235, .54);
  pointer-events: none;
}

.order-made-section > .renewal-container {
  position: relative;
  z-index: 1;
}

.renewal-section.order-made-section {
  padding-top: clamp(84px, 9vw, 130px);
  padding-bottom: clamp(84px, 9vw, 130px);
}

.order-made-intro {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(300px, .8fr);
  gap: clamp(52px, 8vw, 112px);
  align-items: start;
}

.order-made-intro h2 {
  margin-top: 15px;
  color: var(--adopted-ink);
  font-size: clamp(2.05rem, 2.55vw, 3.35rem);
  line-height: 1.22;
}

.order-made-intro__lead {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 26px;
}

.order-made-intro__lead p {
  margin: 0;
  color: var(--adopted-muted);
  font-size: .94rem;
  line-height: 2;
}

.renewal-button--dark {
  border-color: var(--adopted-forest);
  background: var(--adopted-forest);
  color: #fffaf1;
}

.order-flow {
  display: grid;
  margin-top: clamp(48px, 6vw, 76px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(102, 78, 56, .12);
  border-radius: 20px;
  background: rgba(255, 253, 248, .82);
  box-shadow: var(--adopted-shadow);
}

.order-flow li {
  display: grid;
  min-height: 260px;
  padding: clamp(30px, 4vw, 48px);
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "number label"
    "title title"
    "copy copy";
  column-gap: clamp(12px, 1.5vw, 20px);
  align-content: start;
  border: 0;
  border-right: 1px solid rgba(102, 78, 56, .12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.order-flow li:last-child {
  border-right: 0;
}

.order-flow .order-flow__number {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  grid-area: number;
  align-self: center;
  color: #8e8173;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
}

.order-flow__en {
  min-width: 0;
  margin: 0;
  grid-area: label;
  align-self: center;
  color: var(--adopted-coral-dark);
  line-height: 1.35;
}

.order-flow h3 {
  margin: clamp(20px, 2.2vw, 28px) 0 13px;
  grid-area: title;
  font-size: 1.15rem;
}

.order-flow li > p:not(.order-flow__en) {
  grid-area: copy;
  color: var(--adopted-muted);
  font-size: .86rem;
  line-height: 1.9;
}

.order-made-cta {
  display: flex;
  margin-top: 34px;
  padding: clamp(28px, 4vw, 42px);
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 0;
  border-radius: 20px;
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 18px 44px rgba(91, 66, 43, .12);
}

.order-made-cta p {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 8px;
}

.order-made-cta strong {
  color: var(--adopted-ink);
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.15rem, 1.55vw, 1.5rem);
}

.order-made-cta span {
  color: var(--adopted-muted);
  font-size: .9rem;
  line-height: 1.75;
}

/* Final consultation and secondary business */
.renewal-contact {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: 0;
  background: #ed5b3f;
  color: #fffaf1;
}

.renewal-contact::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("/assets/renewal-contact-confetti-v1.webp");
  background-position: center;
  background-size: cover;
  mix-blend-mode: normal;
  opacity: 1;
  pointer-events: none;
}

.renewal-contact__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(calc(100% - 80px), 980px);
  max-width: 980px;
  min-height: clamp(270px, 23vw, 330px);
  margin-inline: auto;
  padding: clamp(40px, 4vw, 54px) clamp(24px, 4vw, 54px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.renewal-contact__inner > * {
  margin-right: auto;
  margin-left: auto;
}

.renewal-contact .renewal-kicker,
.renewal-contact h2,
.renewal-contact__inner > p:not(.renewal-kicker) {
  color: #fff7e8;
}

.renewal-contact .renewal-kicker {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: .58rem;
  letter-spacing: .2em;
}

.renewal-contact h2 {
  width: min(100%, 620px);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 2.05vw, 2.45rem);
  line-height: 1.24;
  letter-spacing: -.025em;
}

.renewal-contact__inner > p:not(.renewal-kicker) {
  width: min(100%, 690px);
  max-width: 690px;
  margin-top: 0;
  margin-bottom: 20px;
  color: rgba(255, 247, 232, .86);
  font-size: .76rem;
  line-height: 1.78;
}

.renewal-contact .renewal-button--dark {
  min-height: 36px;
  padding: 8px 17px;
  border-color: #fff7e8;
  background: #fff7e8;
  color: var(--adopted-coral-dark);
  font-size: .74rem;
}

.secondary-business {
  border: 0;
  background: #f4eadb;
}

.secondary-business a {
  display: grid;
  max-width: 1180px;
  min-height: 112px;
  margin: 0 auto;
  padding: 30px clamp(24px, 5vw, 62px);
  grid-template-columns: minmax(150px, .45fr) minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  color: #55514a;
}

.secondary-business strong {
  font-size: clamp(1rem, 1.35vw, 1.3rem);
}

.secondary-business i {
  color: var(--adopted-forest);
  font-size: 1.25rem;
  font-style: normal;
}

.renewal-footer {
  border: 0;
  background: #203e35;
  color: #fffaf1;
}

.renewal-footer .renewal-logo {
  width: max-content;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(21, 101, 192, .12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 32, 25, .14);
}

.renewal-footer .renewal-logo span {
  color: #1565c0;
}

.renewal-footer .renewal-logo small {
  color: #74787b;
}

.renewal-footer__top {
  gap: clamp(48px, 8vw, 110px);
}

.renewal-footer__brand > p,
.renewal-footer__nav a,
.renewal-footer__bottom {
  color: rgba(255, 250, 241, .7);
}

.renewal-footer__nav a:hover {
  color: #f3c24e;
}

/* Motion polish without changing existing trigger logic */
.renewal-reveal {
  opacity: 0;
  clip-path: inset(0 0 10% 0);
  transform: translate3d(0, 42px, 0);
  transition:
    opacity .78s ease,
    transform 1s cubic-bezier(.22, 1, .36, 1),
    clip-path 1s cubic-bezier(.22, 1, .36, 1);
}

.renewal-reveal.renewal-visible {
  opacity: 1;
  clip-path: inset(0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1180px) and (min-width: 981px) {
  .renewal-container {
    margin-right: 32px;
    margin-left: 294px;
  }

  .character-feature,
  .character-feature:nth-child(2),
  .character-feature:nth-child(3) {
    grid-template-columns: minmax(0, 1fr) minmax(290px, .9fr);
    gap: 48px;
  }

  .renewal-heading,
  .wholesale-layout,
  .order-made-intro {
    gap: 48px;
  }

  .order-made-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .order-made-intro__lead {
    max-width: 650px;
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 72px;
  }

  .renewal-container {
    width: min(100% - 44px, 760px);
    margin-inline: auto;
  }

  .renewal-header {
    position: fixed;
    z-index: 90;
    inset: 0 0 auto;
    display: flex;
    min-height: 72px;
    padding: 9px 18px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(79, 66, 51, .1);
    background: rgba(255, 250, 241, .96);
    box-shadow: 0 8px 26px rgba(74, 58, 40, .09);
  }

  .renewal-header .renewal-logo {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .renewal-header .renewal-logo img {
    width: 42px;
    height: 42px;
  }

  .renewal-header .renewal-logo span {
    font-size: .83rem;
  }

  .renewal-nav {
    display: none;
  }

  .renewal-menu {
    display: flex;
    padding: 9px;
    gap: 5px;
    flex-direction: column;
  }

  .renewal-menu span {
    width: 24px;
    height: 2px;
    background: var(--adopted-ink);
  }

  .renewal-mobile-nav {
    top: 72px;
    z-index: 89;
    padding: 18px 22px 22px;
    border: 0;
    background: rgba(255, 250, 241, .98);
  }

  .renewal-mobile-nav.open {
    display: flex;
  }

  .renewal-mobile-nav a {
    padding: 12px 4px;
    border-bottom: 1px solid var(--adopted-line);
    color: var(--adopted-ink);
    font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }

  .renewal-hero {
    min-height: 600px;
    height: 68svh;
    margin-top: 72px;
  }

  .hero-scene,
  .hero-scene--01,
  .hero-scene--02,
  .hero-scene--03,
  .hero-scene--04,
  .hero-scene--05,
  .hero-scene--06 {
    --scene-width: clamp(270px, 44vw, 360px);
    margin-right: -48px;
  }

  .hero-introduction__inner,
  .renewal-heading,
  .wholesale-layout,
  .order-made-intro {
    grid-template-columns: 1fr;
  }

  .hero-introduction__purpose {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sales-feature {
    grid-template-columns: 1fr;
  }

  .sales-feature__visual {
    min-height: 520px;
    padding: clamp(34px, 6vw, 56px);
  }

  .sales-feature__product--detail-d {
    right: 4%;
    width: clamp(148px, 32%, 260px);
  }

  .sales-feature__copy {
    padding: 64px clamp(28px, 7vw, 60px) 72px;
  }

  .renewal-heading {
    align-items: start;
  }

  .renewal-heading .renewal-kicker {
    grid-column: auto;
  }

  .character-feature,
  .character-feature:nth-child(2),
  .character-feature:nth-child(3) {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .character-feature--shimanekko .character-feature__visual,
  .character-feature--shimanekko .character-feature__content {
    grid-column: auto;
    grid-row: auto;
  }

  .character-feature--shimanekko .character-feature__visual {
    order: 0;
  }

  .character-feature__content {
    max-width: none;
  }

  .wholesale-cases {
    grid-template-columns: 1fr;
  }

  .wholesale-cases article {
    min-height: 0;
  }

  .order-flow {
    grid-template-columns: 1fr;
  }

  .order-flow li {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(102, 78, 56, .12);
  }

  .order-flow li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .renewal-container {
    width: min(100% - 36px, 620px);
  }

  .renewal-header .renewal-logo span {
    font-size: .76rem;
  }

  .renewal-header .renewal-logo small {
    font-size: .52rem;
  }

  .renewal-hero {
    min-height: 500px;
    height: 60svh;
  }

  .hero-scene,
  .hero-scene--01,
  .hero-scene--02,
  .hero-scene--03,
  .hero-scene--04,
  .hero-scene--05,
  .hero-scene--06 {
    --scene-width: 72vw;
    margin-right: -44px;
  }

  .hero-scene img {
    max-width: 110%;
  }

  .hero-introduction__inner {
    row-gap: 29px;
    padding-top: 46px;
    padding-bottom: 54px;
  }

  .hero-introduction h1,
  .sales-feature__copy h2,
  .renewal-heading h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
    line-height: 1.22;
  }

  .renewal-contact h2 {
    font-size: clamp(1.65rem, 7.4vw, 2.1rem);
    line-height: 1.28;
  }

  .wholesale-layout h2,
  .order-made-intro h2 {
    font-size: clamp(1.75rem, 7.5vw, 2.3rem);
    line-height: 1.28;
  }

  .order-made-intro h2 {
    font-size: clamp(1.32rem, 6.4vw, 1.6rem);
    line-height: 1.35;
  }

  .hero-introduction__copy p,
  .renewal-heading__lead,
  .character-feature__content > p:not(.character-feature__index),
  .wholesale-copy p,
  .order-made-intro__lead p,
  .renewal-contact__inner > p:not(.renewal-kicker) {
    font-size: .9rem;
    line-height: 1.9;
  }

  .hero-introduction__purpose-copy {
    font-size: .87rem;
  }

  .sales-feature__chapter {
    min-height: 68px;
    padding: 14px 18px;
  }

  .sales-feature__chapter span {
    font-size: .6rem;
  }

  .sales-feature__chapter strong {
    max-width: 12em;
    font-size: .84rem;
    text-align: right;
  }

  .sales-feature__visual {
    min-height: 430px;
    padding: 28px 18px;
  }

  .sales-feature__product--collection {
    width: 78%;
    height: auto;
    max-height: none;
  }

  .sales-feature__product--detail-d {
    right: 3%;
    bottom: 5%;
    width: 42%;
  }

  .sales-feature__copy {
    padding: 46px 18px 54px;
  }

  .business-strip__inner {
    min-height: 0;
  }

  .business-strip p {
    padding: 16px 14px;
    font-size: .74rem;
  }

  .renewal-section.character-lineup,
  .renewal-section.wholesale-section,
  .renewal-section.order-made-section {
    padding-top: 66px;
    padding-bottom: 72px;
  }

  .renewal-heading {
    gap: 17px;
    margin-bottom: 52px;
  }

  .character-features {
    gap: 66px;
  }

  .character-feature,
  .character-feature:nth-child(2),
  .character-feature:nth-child(3) {
    gap: 24px;
  }

  .character-feature__visual,
  .character-feature--kumamon .character-feature__visual,
  .character-feature--shimanekko .character-feature__visual,
  .character-feature--hikonyan .character-feature__visual {
    aspect-ratio: 1.04 / 1;
  }

  .product-spread--kumamon .spread-product {
    width: 29%;
    padding: 4px;
  }

  .product-spread--shimanekko .spread-product {
    width: 37%;
    padding: 4px;
  }

  .character-feature__content h3 {
    font-size: clamp(1.7rem, 7.7vw, 2.25rem);
  }

  .coming-product {
    inset: 9% 7%;
    padding: 30px;
  }

  .coming-product::before {
    inset: 14px;
  }

  .coming-product strong {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  .wholesale-section::before {
    top: 28px;
    right: -14px;
    font-size: 4rem;
  }

  .wholesale-layout {
    gap: 24px;
    padding-bottom: 30px;
  }

  .wholesale-cases article {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .order-made-intro {
    gap: 30px;
  }

  .order-flow {
    border-radius: 16px;
  }

  .order-flow li {
    padding: 26px 22px;
  }

  .order-flow__number {
    font-size: 2.2rem;
  }

  .order-flow__en {
    margin: 0;
  }

  .order-made-cta {
    align-items: flex-start;
    padding: 25px 21px;
    flex-direction: column;
    border-radius: 16px;
  }

  .renewal-contact__inner {
    min-height: 300px;
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .secondary-business a {
    min-height: 0;
    padding: 24px 18px;
    grid-template-columns: 1fr auto;
    gap: 8px 16px;
  }

  .secondary-business span {
    grid-column: 1 / -1;
  }
}

/* The desktop rail already reserves the left 260px. These inner wrappers
   must be centred inside that remaining canvas instead of receiving the
   generic content offset a second time. */
@media (min-width: 981px) {
  .business-strip__inner,
  .renewal-footer > .renewal-container {
    width: min(calc(100% - 80px), 1180px);
    max-width: 1180px;
    margin-inline: auto;
  }

  .renewal-contact > .renewal-container {
    width: min(calc(100% - 80px), 980px);
    max-width: 980px;
    margin-inline: auto;
  }
}

@media (min-width: 1281px) {
  .renewal-contact {
    padding-left: 0;
  }
}

/* Interactive motion beyond the hero ------------------------------------- */
.motion-ready [data-motion] {
  --reveal-x: 0px;
  --reveal-y: 34px;
  --reveal-scale: .985;
  opacity: 0;
  clip-path: inset(0 0 9% 0 round 2px);
  filter: blur(5px);
  translate: var(--reveal-x) var(--reveal-y);
  scale: var(--reveal-scale);
  transition-property: opacity, clip-path, filter, translate, scale;
  transition-duration: .72s, .95s, .72s, .95s, .95s;
  transition-delay: var(--motion-delay, 0ms);
  transition-timing-function: ease, cubic-bezier(.22, 1, .36, 1), ease, cubic-bezier(.22, 1, .36, 1), cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, translate, scale;
}

.motion-ready [data-motion="from-right"] {
  --reveal-x: 38px;
  --reveal-y: 0px;
}

.motion-ready [data-motion="line"] {
  --reveal-y: 17px;
  --reveal-scale: 1;
  /* A fully clipped target has no observable painted area in some browsers,
     so IntersectionObserver never promotes it to the visible state. */
  clip-path: inset(0);
  filter: none;
}

.motion-ready [data-motion="product"] {
  --reveal-y: 42px;
  --reveal-scale: .94;
  clip-path: inset(0);
  filter: blur(3px) saturate(.88);
}

.motion-ready [data-motion="card"] {
  --reveal-y: 38px;
  --reveal-scale: .965;
  clip-path: inset(0);
  filter: blur(3px);
}

.motion-ready [data-motion].is-in-view {
  --reveal-x: 0px;
  --reveal-y: 0px;
  --reveal-scale: 1;
  opacity: 1;
  clip-path: inset(0);
  filter: none;
  will-change: auto;
}

.spread-product[data-motion] {
  transition-property: opacity, clip-path, filter, translate, scale, transform, box-shadow;
  transition-duration: .72s, .95s, .72s, .95s, .95s, .45s, .45s;
  transition-delay: var(--motion-delay, 0ms);
}

.sales-feature__product[data-motion] {
  translate:
    calc(var(--reveal-x, 0px) + var(--depth-x, 0px))
    calc(var(--reveal-y, 0px) + var(--depth-y, 0px));
}

.motion-chapter {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.motion-chapter::after {
  position: absolute;
  top: -80%;
  bottom: -80%;
  left: -24%;
  z-index: 0;
  width: 18%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 250, 241, .34), transparent);
  opacity: 0;
  transform: skewX(-18deg);
  pointer-events: none;
}

.motion-chapter > * {
  position: relative;
  z-index: 1;
}

.motion-chapter.renewal-visible::after {
  animation: chapter-light-pass 1.35s .35s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes chapter-light-pass {
  0% { left: -24%; opacity: 0; }
  20% { opacity: 1; }
  100% { left: 112%; opacity: 0; }
}

.motion-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --glow-x: 50%;
  --glow-y: 50%;
  isolation: isolate;
}

.motion-stage::after {
  position: absolute;
  inset: 0;
  z-index: 8;
  content: "";
  background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255, 255, 255, .25), transparent 31%);
  opacity: 0;
  transition: opacity .45s ease;
  pointer-events: none;
}

.motion-stage:hover::after {
  opacity: .7;
}

.character-feature__visual.motion-stage .product-spread,
.character-feature__visual.motion-stage .coming-product {
  transform: perspective(1200px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
  transform-style: preserve-3d;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.character-feature__visual.motion-stage .spread-product {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.sales-feature__visual,
.character-lineup,
.order-made-section {
  background-position: center calc(50% + var(--section-shift, 0px));
}

.sales-feature__visual {
  background-position: 15% calc(50% + var(--section-shift, 0px));
}

.wholesale-section::after,
.renewal-contact::before {
  background-position: center calc(50% + var(--section-shift, 0px));
}

.motion-card {
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.motion-card::before {
  position: absolute;
  inset: -1px;
  z-index: 0;
  content: "";
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 241, 185, .26), transparent 42%);
  opacity: 0;
  transition: opacity .38s ease;
  pointer-events: none;
}

.order-flow .motion-card::before,
.order-made-cta.motion-card::before {
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(239, 147, 106, .15), transparent 40%);
}

.motion-card > * {
  position: relative;
  z-index: 1;
}

.motion-card:hover::before {
  opacity: 1;
}

.order-flow li {
  transition: background-color .35s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
}

.order-flow li:hover {
  background: rgba(255, 248, 232, .88);
  transform: translateY(-5px);
}

.motion-magnetic {
  --magnet-x: 0px;
  --magnet-y: 0px;
  translate:
    calc(var(--reveal-x, 0px) + var(--magnet-x))
    calc(var(--reveal-y, 0px) + var(--magnet-y));
  transition-property: opacity, clip-path, filter, translate, scale, transform, box-shadow, background-color;
  transition-duration: .72s, .95s, .72s, .2s, .95s, .25s, .25s, .25s;
  transition-delay: var(--motion-delay, 0ms), var(--motion-delay, 0ms), var(--motion-delay, 0ms), 0ms, var(--motion-delay, 0ms), 0ms, 0ms, 0ms;
}

.renewal-button.motion-magnetic {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.renewal-button.motion-magnetic::after {
  position: absolute;
  top: -80%;
  bottom: -80%;
  left: -45%;
  z-index: 0;
  width: 30%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
  transform: skewX(-18deg);
  transition: left .65s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.renewal-button.motion-magnetic:hover::after {
  left: 120%;
}

.business-strip p {
  transition: color .3s ease, letter-spacing .35s ease;
}

.business-strip p:hover {
  color: var(--adopted-coral-dark);
  letter-spacing: .015em;
}

.secondary-business a > i {
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.secondary-business a:hover > i {
  transform: translate(6px, -6px) rotate(5deg);
}

.renewal-footer__nav a {
  position: relative;
  transition: color .25s ease, transform .35s cubic-bezier(.22, 1, .36, 1);
}

.renewal-footer__nav a::before {
  position: absolute;
  top: .75em;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: #f3c24e;
  opacity: 0;
  transform: scale(0);
  transition: opacity .25s ease, transform .35s cubic-bezier(.22, 1, .36, 1);
}

.renewal-footer__nav a:hover {
  transform: translateX(8px);
}

.renewal-footer__nav a:hover::before {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .hero-conveyor__track,
  .hero-scene img,
  .sales-feature__product {
    animation: none !important;
  }

  .hero-conveyor,
  .hero-scene {
    transform: none !important;
  }

  .spread-product,
  .wholesale-cases article,
  .renewal-button {
    transition: none !important;
  }

  .product-lightbox[open],
  .product-lightbox__image {
    animation: none !important;
  }

  .motion-ready [data-motion] {
    opacity: 1 !important;
    clip-path: none !important;
    filter: none !important;
    translate: 0 0 !important;
    scale: 1 !important;
    transition: none !important;
  }

  .motion-stage .product-spread,
  .motion-stage .coming-product,
  .order-flow li,
  .renewal-footer__nav a,
  .secondary-business a > i {
    transform: none !important;
    transition: none !important;
  }

  .motion-chapter::after,
  .motion-stage::after,
  .motion-card::before,
  .renewal-button.motion-magnetic::after {
    display: none !important;
  }
}

/* Keep the raster background artwork visible in narrow portrait layouts.
   A single landscape image with `cover` crops away both decorated edges. */
@media (max-width: 640px) {
  .wholesale-section::after {
    background-image:
      url("/assets/wholesale-paper-confetti-v1.webp"),
      url("/assets/wholesale-paper-confetti-v1.webp"),
      url("/assets/wholesale-paper-confetti-v1.webp");
    background-position: right top, right center, left bottom;
    background-size: auto 42%, auto 42%, auto 42%;
    background-repeat: no-repeat;
  }

  .renewal-contact::before {
    background-image:
      url("/assets/renewal-contact-confetti-v1.webp"),
      url("/assets/renewal-contact-confetti-v1.webp");
    background-position: left top, right bottom;
    background-size: auto 76%, auto 76%;
    background-repeat: no-repeat;
  }
}

/* Secondary import business: substantial enough to explain the business,
   while remaining quieter than the primary custom-order invitation. */
.secondary-business {
  position: relative;
  padding-top: clamp(42px, 5vw, 72px);
  padding-right: clamp(20px, 4vw, 56px);
  padding-bottom: clamp(46px, 5.5vw, 80px);
  background:
    radial-gradient(circle at 92% 12%, rgba(243, 194, 78, .22) 0 7%, transparent 7.3%),
    linear-gradient(135deg, #f6ecdc 0%, #fff9ee 52%, #f2e6d4 100%);
}

.secondary-business .secondary-business__card {
  position: relative;
  text-decoration: none;
  display: grid;
  width: min(100%, 1120px);
  max-width: 1120px;
  min-height: clamp(300px, 28vw, 360px);
  margin-inline: auto;
  padding: 0;
  grid-template-columns: minmax(320px, .88fr) minmax(420px, 1.12fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(98, 82, 62, .08);
  border-radius: clamp(22px, 2.2vw, 32px);
  background: rgba(255, 252, 246, .92);
  box-shadow: 0 24px 70px rgba(82, 64, 43, .12);
  color: var(--adopted-ink);
  transition: box-shadow .45s ease, translate .45s cubic-bezier(.22, 1, .36, 1);
}

.secondary-business .secondary-business__card:hover {
  background: rgba(255, 252, 246, .96);
  box-shadow: 0 30px 86px rgba(82, 64, 43, .17);
  translate: 0 -4px;
}

.secondary-business .secondary-business__card:focus-visible {
  outline: 3px solid rgba(39, 95, 76, .42);
  outline-offset: 5px;
}

.secondary-business__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #b6c3ba;
}

.secondary-business__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(23, 55, 48, .14), rgba(237, 91, 63, .08));
  content: "";
  pointer-events: none;
}

.secondary-business__visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.74) sepia(.08) contrast(.94);
  scale: 1.015;
  transition: scale .9s cubic-bezier(.22, 1, .36, 1), filter .55s ease;
}

.secondary-business__card:hover .secondary-business__visual img {
  filter: saturate(.9) sepia(.04) contrast(.98);
  scale: 1.065;
}

.secondary-business .secondary-business__visual-label {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 250, 241, .9);
  color: var(--adopted-forest);
  font-family: "Space Grotesk", sans-serif;
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .13em;
  backdrop-filter: blur(8px);
}

.secondary-business__content {
  display: flex;
  min-width: 0;
  padding: clamp(34px, 4vw, 58px);
  justify-content: center;
  flex-direction: column;
}

.secondary-business__eyebrow {
  margin: 0 0 13px;
  color: var(--adopted-coral-dark);
  font-family: "Space Grotesk", sans-serif;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .17em;
}

.secondary-business__content h2 {
  margin: 0;
  color: var(--adopted-ink);
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.55rem, 2.35vw, 2.25rem);
  line-height: 1.38;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.secondary-business__lead {
  max-width: 39em;
  margin: 18px 0 0;
  color: #615c54;
  font-size: clamp(.84rem, 1vw, .95rem);
  line-height: 1.9;
}

.secondary-business__products {
  display: flex;
  margin: 19px 0 0;
  padding: 0;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
}

.secondary-business__products li {
  padding: 7px 10px;
  border: 1px solid rgba(39, 95, 76, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: #4f5e57;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1;
}

.secondary-business .secondary-business__action {
  display: flex;
  width: max-content;
  margin-top: 23px;
  padding-bottom: 6px;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(39, 95, 76, .48);
  color: var(--adopted-forest);
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.secondary-business__action i {
  font-size: 1.05rem;
  font-style: normal;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.secondary-business__card:hover .secondary-business__action i {
  transform: translate(5px, -5px);
}

/* The parent reveal is the fail-safe trigger for this low-priority link.
   It prevents a second observer from leaving the link text transparent. */
.motion-ready .secondary-business.renewal-visible [data-motion] {
  --reveal-x: 0px;
  --reveal-y: 0px;
  --reveal-scale: 1;
  opacity: 1;
  clip-path: inset(0);
  filter: none;
  translate: 0 0;
  scale: 1;
}

@media (max-width: 640px) {
  .secondary-business {
    padding: 28px 18px 34px;
  }

  .secondary-business .secondary-business__card {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .secondary-business__visual {
    min-height: 190px;
  }

  .secondary-business .secondary-business__visual-label {
    right: 14px;
    bottom: 13px;
    font-size: .52rem;
  }

  .secondary-business__content {
    padding: 28px 24px 30px;
  }

  .secondary-business__content h2 {
    font-size: 1.48rem;
  }

  .secondary-business__lead {
    margin-top: 14px;
    font-size: .8rem;
    line-height: 1.82;
  }

  .secondary-business__products {
    margin-top: 16px;
  }

  .secondary-business .secondary-business__action {
    margin-top: 20px;
    font-size: .82rem;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .secondary-business {
    padding-inline: 28px;
  }

  .secondary-business .secondary-business__card {
    grid-template-columns: minmax(250px, .8fr) minmax(360px, 1.2fr);
  }

  .secondary-business__content {
    padding: 34px;
  }
}
