/* Web fonts are loaded from index.html. */

:root {
  --renewal-ink: #171716;
  --renewal-paper: #f6f1e7;
  --renewal-red: #e84235;
  --renewal-yellow: #f4bd3c;
  --renewal-blue: #70b9d2;
  --renewal-line: rgba(23, 23, 22, .18);
}

/* =========================================================
   Reference-informed editorial structure and motion
   ========================================================= */

.renewal-sidebar-tagline {
  display: none;
}

.renewal-hero {
  position: relative;
  min-height: 720px;
  height: 100svh;
  overflow: hidden;
  background: #174c3c;
}

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

.hero-conveyor {
  position: absolute;
  inset: 0;
  transform: translate3d(0, var(--hero-parallax, 0), 0);
  will-change: transform;
}

.hero-conveyor__track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: hero-conveyor 52s linear infinite;
  will-change: transform;
}

.hero-scene {
  --scene-bg: #e7edc7;
  position: relative;
  flex: 0 0 var(--scene-width, 42vw);
  width: var(--scene-width, 42vw);
  min-width: 430px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(23, 76, 60, .26);
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.78), transparent 39%),
    var(--scene-bg);
}

.hero-scene--01 { --scene-width: 40vw; --scene-bg: #e6edbc; }
.hero-scene--02 { --scene-width: 49vw; --scene-bg: #d9e3d8; }
.hero-scene--03 { --scene-width: 36vw; --scene-bg: #e9ddba; }
.hero-scene--04 { --scene-width: 45vw; --scene-bg: #d7e7e5; }
.hero-scene--05 { --scene-width: 38vw; --scene-bg: #e3d7c7; }
.hero-scene--06 { --scene-width: 47vw; --scene-bg: #dce6c5; }

.hero-scene::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(rgba(23,76,60,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(23,76,60,.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 82%, transparent);
}

.hero-scene img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: auto;
  height: min(76%, 760px);
  max-width: 75%;
  object-fit: contain;
  filter: drop-shadow(24px 30px 26px rgba(23,76,60,.18));
  transform: translate(-50%, -48%) rotate(var(--product-rotate, -2deg));
}

.hero-scene--02 img,
.hero-scene--05 img { --product-rotate: 2.2deg; }

.hero-scene--03 img { height: min(71%, 700px); }

.hero-scene figcaption {
  position: absolute;
  right: 30px;
  bottom: 26px;
  left: 30px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #174c3c;
  font-family: "Space Grotesk", sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .13em;
}

.hero-scene figcaption span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

@keyframes hero-conveyor {
  to { transform: translate3d(-50%, 0, 0); }
}

.renewal-hero__copy {
  position: absolute;
  z-index: 5;
  bottom: 54px;
  left: 304px;
  width: min(520px, calc(100vw - 348px));
  padding: 32px 36px 34px;
  background: rgba(254, 249, 238, .94);
  box-shadow: 0 18px 60px rgba(23, 76, 60, .16);
  backdrop-filter: blur(10px);
}

.renewal-hero__copy h1 {
  margin: 10px 0 14px;
  color: #174c3c;
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: .99;
  letter-spacing: -.055em;
}

.renewal-hero__copy > p:not(.renewal-hero__eyebrow) {
  margin: 0 0 24px;
  color: #2a2821;
  font-size: .9rem;
  line-height: 1.9;
}

.renewal-hero__eyebrow {
  color: #174c3c;
}

.hero-conveyor__status {
  position: absolute;
  right: 28px;
  bottom: 24px;
  z-index: 5;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 10px 14px;
  background: #174c3c;
  color: #fef9ee;
  font-family: "Space Grotesk", sans-serif;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .13em;
}

.brand-statement {
  padding: clamp(150px, 20vw, 300px) 0 clamp(150px, 18vw, 260px);
  background: #fefdf9;
}

.brand-statement__inner {
  display: grid;
  grid-template-columns: minmax(340px, .95fr) minmax(320px, .75fr);
  gap: clamp(70px, 10vw, 160px);
  align-items: end;
}

.brand-statement h2 {
  margin: 20px 0 0;
  color: #174c3c;
  font-size: clamp(3.5rem, 6.5vw, 7.5rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.055em;
}

.brand-statement__copy {
  padding-bottom: .7em;
}

.brand-statement__copy p {
  margin: 0;
  font-size: clamp(.94rem, 1.2vw, 1.08rem);
  line-height: 2.25;
}

.brand-statement__copy p + p {
  margin-top: 1.5em;
}

.sales-feature {
  position: relative;
  min-height: 800px;
  margin-left: 260px;
  overflow: hidden;
  background: #123c31;
  color: #fffdf7;
}

.sales-feature::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(10,42,34,.1) 18%, rgba(10,42,34,.32) 55%, rgba(10,42,34,.88) 100%);
}

.sales-feature__visual {
  position: absolute;
  inset: -6% 36% -7% 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 45% 40%, rgba(255,255,255,.2), transparent 40%),
    linear-gradient(140deg, #8aa86d, #dbe7bd 48%, #66866c);
}

.sales-feature__visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 64px 64px;
}

.sales-feature__product {
  position: absolute;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(25px 30px 25px rgba(10,42,34,.25));
  will-change: transform;
}

.sales-feature__product--a {
  top: 8%;
  left: 10%;
  height: 76%;
  transform: rotate(-7deg);
  animation: feature-drift-a 9s ease-in-out infinite alternate;
}

.sales-feature__product--b {
  right: 2%;
  bottom: -7%;
  height: 59%;
  transform: rotate(7deg);
  animation: feature-drift-b 11s ease-in-out infinite alternate;
}

.sales-feature__product--c {
  top: -12%;
  right: 18%;
  height: 47%;
  transform: rotate(4deg);
  animation: feature-drift-c 10s ease-in-out infinite alternate;
}

@keyframes feature-drift-a { to { transform: translate3d(12px,-20px,0) rotate(-4deg); } }
@keyframes feature-drift-b { to { transform: translate3d(-14px,-14px,0) rotate(4deg); } }
@keyframes feature-drift-c { to { transform: translate3d(-8px,18px,0) rotate(7deg); } }

.sales-feature__copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(42px, 7vw, 110px);
  width: min(420px, 36vw);
  transform: translateY(-50%);
}

.sales-feature__copy h2 {
  margin: 20px 0 28px;
  color: #fffdf7;
  font-size: clamp(3.4rem, 5.7vw, 7rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.sales-feature__copy > p:not(.renewal-kicker) {
  margin: 0 0 34px;
  font-size: .95rem;
  line-height: 2;
}

.text-link--light {
  border-bottom-color: rgba(255,255,255,.55);
  color: #fffdf7;
}

.renewal-reveal {
  opacity: 0;
  clip-path: inset(0 0 14% 0);
  transform: translate3d(0, 54px, 0);
  transition: opacity .8s ease, transform 1.1s cubic-bezier(.22,1,.36,1), clip-path 1.1s cubic-bezier(.22,1,.36,1);
}

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

.character-features {
  gap: clamp(150px, 18vw, 300px);
}

.character-feature {
  gap: clamp(50px, 8vw, 130px);
}

.character-feature:nth-child(2) {
  margin-left: clamp(40px, 8vw, 140px);
}

.character-feature:nth-child(3) {
  width: min(100%, 1060px);
}

@media (min-width: 981px) {
  .renewal-header {
    position: fixed;
    z-index: 50;
    inset: 0 auto 0 0;
    display: flex;
    width: 260px;
    height: 100svh;
    min-height: 640px;
    padding: 44px 34px 34px;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid rgba(23,76,60,.16);
    background: rgba(254,249,238,.95);
    backdrop-filter: blur(14px);
  }

  .renewal-header .renewal-logo {
    align-items: flex-start;
  }

  .renewal-nav {
    display: flex;
    width: 100%;
    margin-top: clamp(70px, 11vh, 120px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .renewal-nav a {
    display: flex;
    padding: 14px 0;
    justify-content: space-between;
    border-bottom: 1px solid rgba(23,76,60,.17);
    font-size: .76rem;
  }

  .renewal-nav a::before {
    content: "0" counter(nav-item);
    margin-right: 14px;
    color: #6f8f4e;
    font-family: "Space Grotesk", sans-serif;
    font-size: .58rem;
  }

  .renewal-nav {
    counter-reset: nav-item;
  }

  .renewal-nav a {
    counter-increment: nav-item;
  }

  .renewal-nav a:not(.renewal-nav__cta)::after {
    right: 0;
    bottom: -1px;
  }

  .renewal-nav__cta {
    margin-top: 20px;
    padding: 16px 17px !important;
    border: 0 !important;
    border-radius: 0;
  }

  .renewal-nav__cta::before {
    color: #c6d96a !important;
  }

  .renewal-sidebar-tagline {
    display: block;
    margin: auto 0 0;
    color: #174c3c;
    font-family: "Shippori Mincho", serif;
    font-size: .82rem;
    line-height: 1.8;
  }

  .renewal-container {
    width: auto;
    max-width: none;
    margin-right: clamp(42px, 7vw, 110px);
    margin-left: clamp(320px, 26vw, 390px);
  }

  .business-strip,
  .import-teaser,
  .company-bridge,
  .renewal-contact,
  .renewal-footer {
    padding-left: 260px;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .sales-feature__visual { right: 30%; }
  .sales-feature__copy { width: 38vw; }
  .sales-feature__copy h2 { font-size: clamp(3rem, 5vw, 5rem); }
}

@media (max-width: 980px) {
  .renewal-sidebar-tagline { display: none; }

  .renewal-hero {
    min-height: 690px;
    height: calc(100svh - 72px);
    padding-top: 0;
  }

  .hero-scene {
    --scene-width: 64vw;
    min-width: 390px;
  }

  .renewal-hero__copy {
    bottom: 24px;
    left: 22px;
    width: min(520px, calc(100vw - 44px));
  }

  .hero-conveyor__status { display: none; }

  .brand-statement {
    padding: 140px 0;
  }

  .brand-statement__inner {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .sales-feature {
    min-height: 760px;
    margin-left: 0;
  }

  .sales-feature__visual {
    inset: 0 0 37% 0;
  }

  .sales-feature::after {
    background: linear-gradient(180deg, rgba(10,42,34,.05) 28%, rgba(10,42,34,.96) 68%);
  }

  .sales-feature__copy {
    top: auto;
    right: 32px;
    bottom: 45px;
    left: 32px;
    width: auto;
    transform: none;
  }

  .sales-feature__copy h2 {
    font-size: clamp(3rem, 9vw, 5.3rem);
  }

  .character-feature:nth-child(2) { margin-left: 0; }
}

@media (max-width: 640px) {
  .renewal-hero {
    min-height: 650px;
  }

  .hero-scene {
    --scene-width: 86vw;
    min-width: 330px;
  }

  .hero-scene img {
    height: 66%;
    max-width: 80%;
  }

  .renewal-hero__copy {
    bottom: 18px;
    left: 14px;
    width: calc(100vw - 28px);
    padding: 23px 22px 24px;
  }

  .renewal-hero__copy h1 {
    margin-top: 8px;
    font-size: clamp(2.65rem, 13.8vw, 4rem);
  }

  .renewal-hero__copy > p:not(.renewal-hero__eyebrow) {
    margin-bottom: 18px;
    font-size: .76rem;
  }

  .renewal-hero__copy > p:not(.renewal-hero__eyebrow) br { display: none; }

  .renewal-hero__copy .renewal-button {
    width: 100%;
  }

  .brand-statement {
    padding: 110px 0 120px;
  }

  .brand-statement__inner { gap: 48px; }

  .brand-statement h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .brand-statement__copy p {
    font-size: .9rem;
    line-height: 2.05;
  }

  .sales-feature {
    min-height: 700px;
  }

  .sales-feature__visual { bottom: 42%; }

  .sales-feature__product--a { left: 2%; height: 70%; }
  .sales-feature__product--b { right: -4%; height: 53%; }
  .sales-feature__product--c { display: none; }

  .sales-feature__copy {
    right: 22px;
    bottom: 34px;
    left: 22px;
  }

  .sales-feature__copy h2 {
    margin: 12px 0 18px;
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .sales-feature__copy > p:not(.renewal-kicker) {
    margin-bottom: 22px;
    font-size: .84rem;
  }

  .character-features { gap: 120px; }
}

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

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.renewal-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 30;
  min-height: 88px;
  padding: 18px clamp(22px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(23, 23, 22, .16);
}

.renewal-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--renewal-ink);
  font-size: .94rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.renewal-logo img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.renewal-logo span {
  line-height: 1.25;
}

.renewal-logo small {
  display: block;
  margin-top: 3px;
  color: rgba(23, 23, 22, .58);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .18em;
}

.renewal-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 34px);
}

.renewal-nav a {
  position: relative;
  padding: 8px 0;
  color: var(--renewal-ink);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .07em;
}

.renewal-nav a:not(.renewal-nav__cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .28s ease;
}

.renewal-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.renewal-nav__cta {
  padding: 12px 20px !important;
  border: 1px solid var(--renewal-ink);
  border-radius: 999px;
  transition: background .2s ease, color .2s ease;
}

.renewal-nav__cta:hover {
  background: var(--renewal-ink);
  color: #fff;
}

.renewal-menu,
.renewal-mobile-nav {
  display: none;
}

.renewal-hero {
  position: relative;
  min-height: 820px;
  height: 100svh;
  overflow: hidden;
  background: var(--renewal-paper);
}

.renewal-hero__stage {
  position: absolute;
  inset: 0 0 0 0;
  display: grid;
  grid-template-columns: minmax(360px, 1.42fr) minmax(250px, .82fr) minmax(250px, .82fr);
}

.character-panel {
  position: relative;
  min-width: 0;
  padding: 118px 28px 32px;
  overflow: hidden;
  border-left: 1px solid rgba(23, 23, 22, .16);
}

.character-panel:first-child {
  border-left: 0;
}

.character-panel--kumamon {
  background:
    radial-gradient(circle at 72% 26%, rgba(255,255,255,.23) 0 8%, transparent 8.4%),
    linear-gradient(145deg, #ef4a3d 0%, #e33d32 66%, #ca3029 100%);
}

.character-panel--shimanekko {
  background:
    linear-gradient(135deg, rgba(255,255,255,.22) 25%, transparent 25%) 0 0 / 52px 52px,
    #f0bd3e;
}

.character-panel--hikonyan {
  background:
    radial-gradient(circle at 20% 18%, rgba(232,66,53,.18) 0 12%, transparent 12.5%),
    #e8e0d2;
}

.character-panel__meta {
  position: absolute;
  top: 112px;
  right: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(23, 23, 22, .68);
}

.character-panel--kumamon .character-panel__meta {
  color: rgba(255,255,255,.78);
}

.character-panel__number {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.character-panel__meta p {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .18em;
}

.sticker-sheet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(72%, 420px);
  aspect-ratio: .72;
  padding: 12%;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 1.35fr .65fr;
  gap: 8%;
  background: #fffdf8;
  border: 1px solid rgba(23, 23, 22, .12);
  box-shadow: 0 28px 64px rgba(23, 23, 22, .24);
  transform: translate(-50%, -43%) rotate(-7deg);
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.character-panel:hover .sticker-sheet {
  transform: translate(-50%, -45%) rotate(-3deg) scale(1.035);
}

.sticker-sheet--shimanekko {
  width: min(78%, 320px);
  transform: translate(-50%, -43%) rotate(6deg);
}

.character-panel:hover .sticker-sheet--shimanekko {
  transform: translate(-50%, -45%) rotate(2deg) scale(1.035);
}

.sticker-sheet--hikonyan {
  width: min(78%, 320px);
  transform: translate(-50%, -43%) rotate(-2deg);
}

.character-panel:hover .sticker-sheet--hikonyan {
  transform: translate(-50%, -45%) rotate(2deg) scale(1.035);
}

.sticker-shape {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 4px solid var(--renewal-ink);
  border-radius: 50%;
  color: var(--renewal-ink);
  font-size: clamp(.58rem, 1vw, .84rem);
  font-weight: 900;
  letter-spacing: -.03em;
  background: #fff;
  box-shadow: 0 5px 0 rgba(23, 23, 22, .12);
}

.sticker-shape--large {
  grid-row: span 2;
  align-self: center;
  border-width: 7px;
  background: var(--renewal-ink);
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.5rem);
}

.sticker-shape--red {
  background: var(--renewal-red);
  border-color: var(--renewal-red);
  color: #fff;
}

.sticker-shape--small {
  width: 70%;
  justify-self: end;
  font-size: .55rem;
}

.sticker-sheet--shimanekko .sticker-shape--large {
  background: var(--renewal-yellow);
  border-color: #d88925;
  color: var(--renewal-ink);
}

.sticker-sheet--hikonyan .sticker-shape--large {
  background: #fff;
  border-color: var(--renewal-red);
  color: var(--renewal-red);
}

.character-panel__name {
  position: absolute;
  right: 26px;
  bottom: 34px;
  left: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  color: var(--renewal-ink);
}

.character-panel--kumamon .character-panel__name {
  color: #fff;
}

.character-panel__name strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.18rem, 2.1vw, 2rem);
  font-weight: 900;
  letter-spacing: .01em;
}

.character-panel__name span {
  padding-bottom: 4px;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .16em;
  white-space: nowrap;
}

.renewal-hero__rail {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 6;
  display: flex;
  gap: 28px;
  color: rgba(255,255,255,.72);
  transform: translate(-44%, -50%) rotate(-90deg);
  transform-origin: center;
  pointer-events: none;
}

.renewal-hero__rail span {
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .2em;
  white-space: nowrap;
}

.renewal-hero__copy {
  position: absolute;
  z-index: 10;
  left: clamp(54px, 7vw, 112px);
  bottom: clamp(48px, 8vh, 90px);
  width: min(560px, calc(100% - 80px));
  padding: 32px 34px 34px;
  background: rgba(247, 242, 233, .94);
  box-shadow: 0 18px 54px rgba(23, 23, 22, .16);
  backdrop-filter: blur(12px);
}

.renewal-hero__eyebrow {
  margin-bottom: 15px;
  color: rgba(23, 23, 22, .64);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.renewal-hero__copy h1 {
  margin: 0 0 17px;
  color: var(--renewal-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2.25rem, 4.5vw, 4.75rem);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -.045em;
}

.renewal-hero__copy > p:not(.renewal-hero__eyebrow) {
  color: rgba(23, 23, 22, .72);
  font-size: clamp(.82rem, 1vw, .95rem);
  line-height: 1.9;
}

.renewal-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 23px;
}

.renewal-button {
  min-height: 48px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--renewal-ink);
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.renewal-button:hover {
  transform: translateY(-2px);
}

.renewal-button--dark {
  background: var(--renewal-ink);
  color: #fff;
}

.renewal-button--line {
  background: transparent;
  color: var(--renewal-ink);
}

.renewal-button--line:hover {
  background: #fff;
}

.renewal-hero__scroll {
  position: absolute;
  right: 26px;
  bottom: 26px;
  z-index: 8;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 23, 22, .42);
  border-radius: 50%;
  color: var(--renewal-ink);
}

.renewal-hero__scroll span {
  font-size: .5rem;
  font-weight: 700;
  letter-spacing: .1em;
}

@media (max-width: 980px) {
  .renewal-header {
    min-height: 72px;
    padding: 12px 18px;
    background: rgba(246, 241, 231, .92);
    backdrop-filter: blur(10px);
  }

  .renewal-nav {
    display: none;
  }

  .renewal-menu {
    display: flex;
  }

  .renewal-mobile-nav {
    top: 72px;
    z-index: 29;
  }

  .renewal-hero {
    min-height: 740px;
    height: 100svh;
  }

  .renewal-hero__stage {
    top: 72px;
    bottom: 0;
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: 1fr .72fr;
  }

  .character-panel {
    padding-top: 64px;
  }

  .character-panel--kumamon {
    grid-row: span 2;
  }

  .character-panel__meta {
    top: 24px;
  }

  .renewal-hero__copy {
    left: 26px;
    bottom: 30px;
    width: min(520px, calc(100% - 52px));
  }

  .renewal-hero__rail,
  .renewal-hero__scroll {
    display: none;
  }
}

@media (max-width: 640px) {
  .renewal-logo img {
    width: 39px;
    height: 39px;
  }

  .renewal-logo {
    font-size: .82rem;
  }

  .renewal-hero {
    min-height: 760px;
    height: auto;
    padding-top: 72px;
  }

  .renewal-hero__stage {
    position: relative;
    inset: auto;
    height: 410px;
    grid-template-columns: 1.2fr .8fr;
    grid-template-rows: 1fr 1fr;
  }

  .character-panel {
    padding: 0;
  }

  .character-panel__meta,
  .character-panel__name span {
    display: none;
  }

  .character-panel__name {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .character-panel__name strong {
    font-size: .95rem;
  }

  .sticker-sheet {
    width: 72%;
  }

  .renewal-hero__copy {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 30px 22px 36px;
    box-shadow: none;
  }

  .renewal-hero__copy h1 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .renewal-hero__copy > p:not(.renewal-hero__eyebrow) br {
    display: none;
  }

  .renewal-hero__actions {
    display: grid;
  }

  .renewal-button {
    width: 100%;
  }
}

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

.renewal-section {
  padding: clamp(88px, 11vw, 150px) 0;
}

.renewal-kicker {
  margin-bottom: 20px;
  color: rgba(23, 23, 22, .56);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .19em;
}

.renewal-kicker--light {
  color: rgba(255, 255, 255, .54);
}

.renewal-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  column-gap: clamp(44px, 8vw, 110px);
  align-items: end;
  margin-bottom: clamp(64px, 9vw, 120px);
}

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

.renewal-heading h2,
.wholesale-layout h2,
.order-made-intro h2,
.import-teaser__content h2,
.company-bridge h2,
.renewal-contact h2 {
  margin: 0;
  color: var(--renewal-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2.15rem, 4.6vw, 4.9rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -.055em;
}

.renewal-heading__lead {
  max-width: 530px;
  color: rgba(23, 23, 22, .68);
  font-size: .96rem;
  line-height: 2;
}

.business-strip {
  border-top: 1px solid var(--renewal-line);
  border-bottom: 1px solid var(--renewal-line);
  background: #fff;
}

.business-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.business-strip p {
  min-height: 92px;
  padding: 24px clamp(16px, 2.5vw, 38px);
  display: flex;
  align-items: center;
  gap: 13px;
  border-left: 1px solid var(--renewal-line);
  color: var(--renewal-ink);
  font-size: .78rem;
  font-weight: 600;
}

.business-strip p:first-child {
  border-left: 0;
}

.business-strip p span {
  color: var(--renewal-red);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.character-lineup {
  background: #f8f5ee;
}

.character-features {
  display: grid;
  gap: clamp(70px, 11vw, 150px);
}

.character-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  gap: clamp(44px, 8vw, 108px);
  align-items: center;
}

.character-feature:nth-child(even) .character-feature__visual {
  order: 2;
}

.character-feature__visual {
  position: relative;
  min-height: clamp(420px, 52vw, 610px);
  overflow: hidden;
  background: var(--renewal-red);
}

.character-feature--shimanekko .character-feature__visual {
  background:
    linear-gradient(135deg, rgba(255,255,255,.2) 25%, transparent 25%) 0 0 / 70px 70px,
    var(--renewal-yellow);
}

.character-feature--hikonyan .character-feature__visual {
  background:
    radial-gradient(circle at 18% 18%, rgba(232,66,53,.17) 0 13%, transparent 13.5%),
    #e8e0d2;
}

.feature-sheet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(58%, 410px);
  aspect-ratio: .72;
  padding: 9%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fffdf8;
  border: 1px solid rgba(23, 23, 22, .12);
  box-shadow: 0 35px 80px rgba(23, 23, 22, .25);
  transform: translate(-50%, -50%) rotate(-8deg);
}

.feature-sheet--b {
  transform: translate(-50%, -50%) rotate(6deg);
}

.feature-sheet--c {
  transform: translate(-50%, -50%) rotate(-3deg);
}

.feature-sheet__mark {
  width: 70%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--renewal-ink);
  color: #fff;
  font-size: clamp(3.5rem, 8vw, 7.4rem);
  font-weight: 900;
  line-height: 1;
}

.feature-sheet--b .feature-sheet__mark {
  background: var(--renewal-yellow);
  border: 8px solid #d88925;
  color: var(--renewal-ink);
}

.feature-sheet--c .feature-sheet__mark {
  background: #fff;
  border: 8px solid var(--renewal-red);
  color: var(--renewal-red);
}

.feature-sheet__label {
  font-size: clamp(.7rem, 1.2vw, 1rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .08em;
}

.feature-seal {
  position: absolute;
  display: grid;
  place-items: center;
  border: 6px solid var(--renewal-ink);
  border-radius: 50%;
  background: #fff;
  color: var(--renewal-ink);
  font-size: .67rem;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(23, 23, 22, .18);
}

.feature-seal--one {
  top: 12%;
  right: 9%;
  width: 112px;
  height: 112px;
}

.feature-seal--two {
  right: 15%;
  bottom: 9%;
  width: 76px;
  height: 76px;
  border-color: var(--renewal-red);
  color: var(--renewal-red);
}

.character-feature__content {
  max-width: 450px;
}

.character-feature__index {
  margin-bottom: 25px;
  color: rgba(23, 23, 22, .52);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.character-feature__content h3 {
  margin-bottom: 22px;
  color: var(--renewal-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -.045em;
}

.character-feature__content > p:not(.character-feature__index) {
  color: rgba(23, 23, 22, .67);
  font-size: .95rem;
  line-height: 2.05;
}

.character-feature__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 34px;
}

.character-feature__tags li {
  padding: 8px 13px;
  border: 1px solid var(--renewal-line);
  border-radius: 999px;
  background: rgba(255,255,255,.44);
  color: rgba(23, 23, 22, .72);
  font-size: .68rem;
  font-weight: 600;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--renewal-ink);
  font-size: .82rem;
  font-weight: 700;
}

.text-link span {
  font-size: 1rem;
  transition: transform .2s ease;
}

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

.text-link--large {
  font-size: .92rem;
}

.wholesale-section {
  background: var(--renewal-ink);
  color: #fff;
}

.wholesale-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .7fr);
  gap: clamp(50px, 9vw, 120px);
  align-items: end;
  padding-bottom: clamp(64px, 8vw, 100px);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.wholesale-layout h2 {
  color: #fff;
}

.wholesale-copy > p {
  color: rgba(255,255,255,.66);
  font-size: .94rem;
  line-height: 2;
}

.renewal-button--light {
  margin-top: 28px;
  border-color: rgba(255,255,255,.74);
  color: #fff;
}

.renewal-button--light:hover {
  background: #fff;
  color: var(--renewal-ink);
}

.wholesale-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.wholesale-cases article {
  min-height: 250px;
  padding: 44px clamp(24px, 3vw, 46px);
  border-left: 1px solid rgba(255,255,255,.16);
}

.wholesale-cases article:first-child {
  border-left: 0;
}

.wholesale-cases span {
  color: var(--renewal-red);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.wholesale-cases h3 {
  margin: 48px 0 14px;
  font-size: 1.15rem;
  font-weight: 700;
}

.wholesale-cases p {
  color: rgba(255,255,255,.55);
  font-size: .82rem;
  line-height: 1.85;
}

.order-made-section {
  background: #fff;
}

.order-made-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .7fr);
  gap: clamp(50px, 9vw, 120px);
  align-items: end;
  margin-bottom: clamp(64px, 8vw, 100px);
}

.order-made-intro > p {
  color: rgba(23, 23, 22, .66);
  font-size: .95rem;
  line-height: 2;
}

.order-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--renewal-line);
  border-bottom: 1px solid var(--renewal-line);
}

.order-flow li {
  position: relative;
  min-height: 330px;
  padding: 42px clamp(24px, 3.3vw, 48px);
  border-left: 1px solid var(--renewal-line);
}

.order-flow li:first-child {
  border-left: 0;
}

.order-flow__number {
  position: absolute;
  top: 40px;
  right: 40px;
  color: rgba(23, 23, 22, .16);
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1;
}

.order-flow__en {
  margin-bottom: 82px;
  color: var(--renewal-red);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.order-flow h3 {
  margin-bottom: 15px;
  font-size: 1.28rem;
  font-weight: 700;
}

.order-flow li > p:last-child {
  color: rgba(23, 23, 22, .6);
  font-size: .82rem;
  line-height: 1.85;
}

.order-made-cta {
  padding: 34px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.order-made-cta p {
  color: rgba(23, 23, 22, .58);
  font-size: .78rem;
}

.import-teaser {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  background: #e9e3d8;
}

.import-teaser__image {
  min-height: 620px;
  overflow: hidden;
}

.import-teaser__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.import-teaser__content {
  padding: clamp(70px, 9vw, 130px) clamp(38px, 8vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.import-teaser__content > p:not(.renewal-kicker) {
  max-width: 520px;
  margin: 30px 0 42px;
  color: rgba(23, 23, 22, .66);
  font-size: .95rem;
  line-height: 2;
}

.company-bridge {
  padding: clamp(78px, 10vw, 130px) 0;
  background: var(--renewal-yellow);
}

.company-bridge__inner {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: clamp(50px, 9vw, 120px);
  align-items: end;
}

.company-bridge__inner > div:last-child > p {
  color: rgba(23, 23, 22, .67);
  font-size: .94rem;
  line-height: 2;
}

.company-bridge__links {
  display: flex;
  gap: 24px;
  margin-top: 34px;
}

.company-bridge__links a {
  padding-bottom: 6px;
  border-bottom: 1px solid var(--renewal-ink);
  font-size: .8rem;
  font-weight: 700;
}

.company-bridge__links span {
  margin-left: 10px;
}

.renewal-contact {
  padding: clamp(95px, 12vw, 170px) 0;
  background: #f8f5ee;
  text-align: center;
}

.renewal-contact__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.renewal-contact h2 {
  max-width: 920px;
}

.renewal-contact__inner > p:not(.renewal-kicker) {
  max-width: 630px;
  margin: 30px auto 38px;
  color: rgba(23, 23, 22, .64);
  font-size: .92rem;
  line-height: 1.95;
}

.renewal-footer {
  padding: 72px 0 26px;
  background: var(--renewal-ink);
  color: #fff;
}

.renewal-footer .renewal-logo {
  color: #fff;
}

.renewal-footer .renewal-logo small {
  color: rgba(255,255,255,.48);
}

.renewal-footer__top {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
  padding-bottom: 70px;
}

.renewal-footer__brand > p {
  margin-top: 26px;
  color: rgba(255,255,255,.52);
  font-size: .82rem;
  line-height: 1.9;
}

.renewal-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.renewal-footer__nav div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.renewal-footer__nav p {
  margin-bottom: 11px;
  color: rgba(255,255,255,.38);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.renewal-footer__nav a {
  color: rgba(255,255,255,.76);
  font-size: .76rem;
}

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

.renewal-footer__bottom {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.35);
  font-size: .58rem;
  letter-spacing: .1em;
}

.renewal-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
}

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

@media (max-width: 900px) {
  .renewal-heading,
  .wholesale-layout,
  .order-made-intro,
  .company-bridge__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .renewal-heading__lead,
  .wholesale-copy,
  .order-made-intro > p {
    max-width: 620px;
  }

  .business-strip__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .business-strip p:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--renewal-line);
  }

  .business-strip p:nth-child(4) {
    border-top: 1px solid var(--renewal-line);
  }

  .character-feature {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .character-feature:nth-child(even) .character-feature__visual {
    order: 0;
  }

  .character-feature__content {
    max-width: 620px;
  }

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

  .wholesale-cases article,
  .order-flow li {
    min-height: 0;
    border-top: 1px solid rgba(255,255,255,.16);
    border-left: 0;
  }

  .wholesale-cases article:first-child {
    border-top: 0;
  }

  .wholesale-cases h3 {
    margin-top: 24px;
  }

  .order-flow li {
    min-height: 250px;
    border-top-color: var(--renewal-line);
  }

  .order-flow li:first-child {
    border-top: 0;
  }

  .order-flow__en {
    margin-bottom: 52px;
  }

  .import-teaser {
    grid-template-columns: 1fr;
  }

  .import-teaser__image {
    min-height: 480px;
  }
}

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

  .renewal-section {
    padding: 82px 0;
  }

  .renewal-heading {
    margin-bottom: 58px;
  }

  .renewal-heading h2,
  .wholesale-layout h2,
  .order-made-intro h2,
  .import-teaser__content h2,
  .company-bridge h2,
  .renewal-contact h2 {
    font-size: clamp(2rem, 10.5vw, 3rem);
    letter-spacing: -.045em;
  }

  .business-strip p {
    min-height: 78px;
    padding: 18px 14px;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    font-size: .7rem;
  }

  .character-feature__visual {
    min-height: 390px;
  }

  .feature-seal--one {
    width: 82px;
    height: 82px;
  }

  .feature-seal--two {
    width: 60px;
    height: 60px;
  }

  .order-made-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .import-teaser {
    min-height: 0;
  }

  .import-teaser__image {
    min-height: 340px;
  }

  .import-teaser__content {
    padding: 70px 22px 82px;
  }

  .company-bridge__links {
    flex-direction: column;
    align-items: flex-start;
  }

  .renewal-footer__top {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .renewal-footer__nav {
    grid-template-columns: 1fr 1fr;
  }

  .renewal-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .cookie-banner {
    padding: 10px 13px;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .cookie-banner p {
    min-width: 0;
    font-size: .63rem;
    line-height: 1.5;
  }

  .cookie-banner__actions .btn {
    padding: 8px 11px !important;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sticker-sheet,
  .renewal-button,
  .renewal-nav a::after,
  .renewal-reveal {
    transition: none !important;
  }
}

/* ── Original product-catalog direction / 2026-08-14 ─────────── */
:root {
  --renewal-ink: #174c3c;
  --renewal-paper: #fef9ee;
  --renewal-red: #6f8f4e;
  --renewal-yellow: #c6d96a;
  --renewal-blue: #a5dbc5;
  --renewal-text: #2a2821;
  --renewal-muted: #4c4a42;
  --renewal-line: rgba(23, 76, 60, .2);
}

body {
  color: var(--renewal-text);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt" 1;
}

.renewal-hero__eyebrow,
.renewal-kicker,
.character-feature__index,
.product-board__heading,
.hero-product figcaption,
.spread-product figcaption,
.renewal-hero__summary,
.renewal-logo small,
.renewal-nav a {
  font-family: "Space Grotesk", "Zen Kaku Gothic New", sans-serif;
}

.renewal-hero__copy h1,
.renewal-heading h2,
.wholesale-layout h2,
.order-made-intro h2,
.import-teaser__content h2,
.company-bridge h2,
.renewal-contact h2,
.character-feature__content h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: -.035em;
}

.renewal-header {
  position: relative;
  min-height: 84px;
  padding-block: 14px;
  background: #fef9ee;
  border-bottom-color: var(--renewal-line);
}

.renewal-nav__cta,
.renewal-button {
  border-radius: 2px;
}

.renewal-nav__cta:hover {
  background: var(--renewal-ink);
}

.renewal-hero {
  height: auto;
  min-height: 760px;
  overflow: hidden;
  background: var(--renewal-ink);
}

.renewal-hero::before {
  content: "";
  position: absolute;
  inset: 0 58% 0 0;
  opacity: .08;
  background-image:
    linear-gradient(rgba(255,255,255,.72) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.72) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}

.renewal-hero__inner {
  position: relative;
  z-index: 1;
  min-height: max(760px, calc(100svh - 84px));
  display: grid;
  grid-template-columns: minmax(430px, .82fr) minmax(620px, 1.18fr);
}

.renewal-hero__copy {
  position: relative;
  inset: auto;
  width: auto;
  padding: clamp(76px, 8vw, 124px) clamp(44px, 6vw, 96px) 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.renewal-hero__copy::before {
  position: absolute;
  z-index: -1;
  inset: -72px -95px -54px -72px;
  content: "";
  background: radial-gradient(ellipse at 42% 54%, rgba(254,249,238,.96) 0 37%, rgba(254,249,238,.76) 53%, rgba(254,249,238,0) 76%);
  pointer-events: none;
}

.renewal-hero__eyebrow {
  margin-bottom: 24px;
  color: var(--renewal-yellow);
  font-size: .64rem;
  letter-spacing: .2em;
}

.renewal-hero__copy h1 {
  max-width: 660px;
  margin-bottom: 26px;
  color: #fffdf7;
  font-size: clamp(3.15rem, 5.6vw, 6.15rem);
  line-height: 1.14;
  letter-spacing: -.045em;
}

.renewal-hero__copy > p:not(.renewal-hero__eyebrow) {
  color: rgba(255, 253, 247, .72);
  font-size: clamp(.86rem, 1vw, 1rem);
  line-height: 2;
}

.renewal-hero__actions {
  margin-top: 32px;
}

.renewal-button--accent {
  border-color: var(--renewal-yellow);
  background: var(--renewal-yellow);
  color: var(--renewal-ink);
}

.renewal-button--light-line {
  border-color: rgba(255,255,255,.48);
  color: #fffdf7;
}

.renewal-button--light-line:hover {
  border-color: #fffdf7;
  background: #fffdf7;
  color: var(--renewal-ink);
}

.renewal-hero__summary {
  margin-top: clamp(48px, 7vh, 74px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.renewal-hero__summary div {
  min-width: 0;
  padding: 18px 14px 19px;
  border-left: 1px solid rgba(255,255,255,.18);
}

.renewal-hero__summary div:first-child {
  padding-left: 0;
  border-left: 0;
}

.renewal-hero__summary dt {
  margin-bottom: 7px;
  color: var(--renewal-yellow);
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .17em;
}

.renewal-hero__summary dd {
  color: rgba(255,255,255,.8);
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.55;
}

.renewal-hero__product-board {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-left: 1px solid rgba(16,50,58,.25);
  background-color: #dce8d8;
  background-image:
    linear-gradient(rgba(16,50,58,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,50,58,.08) 1px, transparent 1px);
  background-size: 44px 44px;
}

.product-board__heading {
  position: absolute;
  top: 28px;
  right: 34px;
  left: 34px;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(16,50,58,.22);
  color: var(--renewal-ink);
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .17em;
}

.hero-product {
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 10px 10px 36px;
  background: #fffdfa;
  border: 1px solid rgba(16,50,58,.28);
  box-shadow: 11px 15px 0 rgba(16,50,58,.12);
}

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

.hero-product figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  justify-content: space-between;
  color: rgba(16,50,58,.7);
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .13em;
}

.hero-product figcaption span {
  color: var(--renewal-red);
}

.hero-product--main {
  top: 11%;
  left: 8%;
  width: min(36%, 310px);
  transform: rotate(-4deg);
}

.hero-product--kumamon {
  top: 17%;
  right: 8%;
  width: min(30%, 255px);
  transform: rotate(5deg);
}

.hero-product--shimanekko-a {
  bottom: 4%;
  left: 43%;
  width: min(22%, 180px);
  transform: rotate(2deg);
}

.hero-product--shimanekko-b {
  right: 5%;
  bottom: 3%;
  width: min(21%, 170px);
  transform: rotate(-3deg);
}

.product-board__note {
  position: absolute;
  bottom: 4%;
  left: 5%;
  z-index: 7;
  margin: 0;
  padding: 15px 18px;
  background: var(--renewal-yellow);
  color: var(--renewal-ink);
  font-size: clamp(.74rem, .9vw, .88rem);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: .04em;
}

.character-lineup {
  background: var(--renewal-paper);
}

.character-feature__visual {
  min-height: clamp(500px, 54vw, 650px);
  border: 1px solid rgba(16,50,58,.14);
  background-color: #c9dfd1;
  background-image:
    linear-gradient(rgba(16,50,58,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,50,58,.08) 1px, transparent 1px);
  background-size: 42px 42px;
}

.character-feature--shimanekko .character-feature__visual {
  background-color: #e4ebbd;
  background-image:
    linear-gradient(rgba(16,50,58,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,50,58,.08) 1px, transparent 1px);
  background-size: 42px 42px;
}

.character-feature--hikonyan .character-feature__visual {
  background: var(--renewal-ink);
}

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

.spread-product {
  position: absolute;
  margin: 0;
  padding: 8px 8px 31px;
  background: #fffdfa;
  border: 1px solid rgba(16,50,58,.26);
  box-shadow: 10px 14px 0 rgba(16,50,58,.12);
}

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

.spread-product figcaption {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: var(--renewal-red);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.product-spread--kumamon .spread-product {
  width: 27%;
}

.product-spread--kumamon .spread-product--a {
  top: 10%;
  left: 5%;
  z-index: 2;
  transform: rotate(-5deg);
}

.product-spread--kumamon .spread-product--b {
  top: 5%;
  left: 27%;
  z-index: 3;
  transform: rotate(2deg);
}

.product-spread--kumamon .spread-product--c {
  top: 12%;
  left: 49%;
  z-index: 2;
  transform: rotate(-2deg);
}

.product-spread--kumamon .spread-product--d {
  top: 7%;
  right: 3%;
  z-index: 1;
  transform: rotate(5deg);
}

.product-spread--shimanekko .spread-product {
  top: 8%;
  width: 36%;
}

.product-spread--shimanekko .spread-product--a {
  left: 15%;
  z-index: 2;
  transform: rotate(-4deg);
}

.product-spread--shimanekko .spread-product--b {
  right: 15%;
  transform: rotate(4deg);
}

.coming-product {
  position: absolute;
  inset: clamp(36px, 7vw, 74px);
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.3);
  color: #fffdf7;
}

.coming-product span,
.coming-product p {
  margin: 0;
  font-size: .62rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: .18em;
}

.coming-product strong {
  color: var(--renewal-yellow);
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.055em;
  word-break: break-all;
}

.character-feature__tags li {
  border-radius: 2px;
}

@media (max-width: 1120px) {
  .renewal-hero__inner {
    grid-template-columns: minmax(380px, .9fr) minmax(500px, 1.1fr);
  }

  .renewal-hero__copy {
    padding-inline: 44px;
  }

  .renewal-hero__copy h1 {
    font-size: clamp(3rem, 5.5vw, 5.2rem);
  }
}

@media (max-width: 980px) {
  .renewal-header {
    min-height: 72px;
    background: rgba(254,249,238,.96);
  }

  .renewal-mobile-nav {
    top: 72px;
  }

  .renewal-hero {
    min-height: 0;
    height: auto;
    padding-top: 0;
  }

  .renewal-hero::before {
    inset: 0;
  }

  .renewal-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .renewal-hero__copy {
    padding: 72px 42px 58px;
  }

  .renewal-hero__product-board {
    min-height: 680px;
    border-top: 1px solid rgba(16,50,58,.25);
    border-left: 0;
  }

  .hero-product--main {
    width: min(34%, 290px);
  }

  .hero-product--kumamon {
    width: min(28%, 235px);
  }
}

@media (max-width: 640px) {
  .renewal-hero__copy {
    padding: 62px 22px 46px;
  }

  .renewal-hero__copy h1 {
    font-size: clamp(2.75rem, 14.2vw, 4.1rem);
  }

  .renewal-hero__copy > p:not(.renewal-hero__eyebrow) br {
    display: none;
  }

  .renewal-hero__actions {
    display: grid;
  }

  .renewal-hero__summary {
    margin-top: 42px;
  }

  .renewal-hero__summary div {
    padding-inline: 9px;
  }

  .renewal-hero__summary dd {
    font-size: .61rem;
  }

  .renewal-hero__product-board {
    min-height: 520px;
    background-size: 32px 32px;
  }

  .product-board__heading {
    top: 20px;
    right: 18px;
    left: 18px;
  }

  .product-board__heading span {
    display: none;
  }

  .hero-product {
    padding: 6px 6px 27px;
    box-shadow: 7px 9px 0 rgba(16,50,58,.12);
  }

  .hero-product--main {
    top: 15%;
    left: 5%;
    width: 39%;
  }

  .hero-product--kumamon {
    top: 19%;
    right: 4%;
    width: 33%;
  }

  .hero-product--shimanekko-a {
    bottom: 4%;
    left: 40%;
    width: 25%;
  }

  .hero-product--shimanekko-b {
    right: 3%;
    bottom: 3%;
    width: 24%;
  }

  .product-board__note {
    bottom: 4%;
    left: 4%;
    padding: 11px 12px;
    font-size: .64rem;
  }

  .character-feature__visual {
    min-height: 430px;
    background-size: 32px 32px;
  }

  .product-spread--kumamon .spread-product {
    width: 31%;
  }

  .product-spread--kumamon .spread-product--a {
    top: 12%;
    left: 3%;
  }

  .product-spread--kumamon .spread-product--b {
    top: 6%;
    left: 25%;
  }

  .product-spread--kumamon .spread-product--c {
    top: 14%;
    left: 47%;
  }

  .product-spread--kumamon .spread-product--d {
    top: 8%;
    right: 0;
  }

  .product-spread--shimanekko .spread-product {
    top: 12%;
    width: 42%;
  }

  .product-spread--shimanekko .spread-product--a {
    left: 9%;
  }

  .product-spread--shimanekko .spread-product--b {
    right: 9%;
  }

  .spread-product {
    padding: 5px 5px 25px;
    box-shadow: 6px 9px 0 rgba(16,50,58,.12);
  }

  .coming-product {
    inset: 28px;
  }

  .coming-product strong {
    font-size: clamp(2.7rem, 15vw, 4.2rem);
  }
}

/* =========================================================
   Final art direction — warm paper, botanical green, motion
   ========================================================= */

body {
  background: #f8f3e7;
}

.renewal-header {
  border-bottom-color: rgba(23,76,60,.15);
  background: rgba(250,246,235,.96);
}

.renewal-hero {
  position: relative;
  min-height: 720px;
  height: 100svh;
  padding: 0;
  overflow: hidden;
  background: #174c3c;
}

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

.hero-conveyor {
  position: absolute;
  inset: 0;
  transform: translate3d(0, var(--hero-parallax, 0), 0);
}

.hero-scene {
  --scene-bg: #e7edc7;
  --scene-mark: "A";
  position: relative;
  flex: 0 0 var(--scene-width, 42vw);
  width: var(--scene-width, 42vw);
  min-width: 430px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(23,76,60,.16);
  background:
    radial-gradient(ellipse 72% 52% at 12% 90%, rgba(23,76,60,.11) 0 48%, transparent 49%),
    radial-gradient(ellipse 56% 74% at 96% 7%, rgba(255,255,255,.58) 0 45%, transparent 46%),
    var(--scene-bg);
}

.hero-scene--01 { --scene-width: 40vw; --scene-bg: #e8edc4; --scene-mark: "A"; }
.hero-scene--02 { --scene-width: 49vw; --scene-bg: #d6e0d3; --scene-mark: "B"; }
.hero-scene--03 { --scene-width: 36vw; --scene-bg: #ebd9b8; --scene-mark: "新"; }
.hero-scene--04 { --scene-width: 45vw; --scene-bg: #d4e3df; --scene-mark: "C"; }
.hero-scene--05 { --scene-width: 38vw; --scene-bg: #e4d1bb; --scene-mark: "猫"; }
.hero-scene--06 { --scene-width: 47vw; --scene-bg: #dbe3bd; --scene-mark: "D"; }

.hero-scene::before {
  position: absolute;
  top: 4%;
  right: 5%;
  content: var(--scene-mark);
  color: rgba(23,76,60,.1);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(13rem, 30vw, 32rem);
  font-weight: 600;
  line-height: .8;
  letter-spacing: -.12em;
}

.hero-scene::after {
  position: absolute;
  inset: auto auto 8% -8%;
  width: 62%;
  height: 20%;
  content: "";
  border: 1px solid rgba(23,76,60,.2);
  border-radius: 50%;
  background: transparent;
  transform: rotate(-8deg);
}

.hero-scene img {
  z-index: 2;
}

.renewal-hero__copy {
  position: absolute;
  z-index: 5;
  bottom: 54px;
  left: 304px;
  display: block;
  width: min(520px, calc(100vw - 348px));
  padding: 32px 36px 34px;
  background: rgba(250,246,235,.94);
  box-shadow: 0 18px 60px rgba(23,76,60,.14);
  backdrop-filter: blur(12px);
}

.renewal-hero__copy h1 {
  margin: 10px 0 14px;
  color: #174c3c;
  font-size: clamp(3rem, 4.2vw, 5.2rem);
  line-height: .99;
}

.renewal-hero__copy > p:not(.renewal-hero__eyebrow) {
  margin: 0 0 24px;
  color: #2a2821;
  font-size: .9rem;
  line-height: 1.9;
}

.brand-statement {
  position: relative;
  padding: clamp(150px, 20vw, 300px) 0 clamp(150px, 18vw, 260px);
  overflow: hidden;
  background:
    radial-gradient(ellipse 38% 20% at 84% 15%, rgba(198,217,106,.2), transparent 72%),
    #fbf8f0;
}

.brand-statement::before {
  position: absolute;
  top: 12%;
  right: -9%;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(23,76,60,.14);
  border-radius: 46% 54% 61% 39% / 42% 44% 56% 58%;
  transform: rotate(18deg);
}

.brand-statement__inner {
  position: relative;
  z-index: 1;
}

.sales-feature {
  min-height: 800px;
  margin-left: 260px;
  background: #123c31;
}

.sales-feature__visual {
  background:
    radial-gradient(ellipse 58% 82% at 14% 96%, rgba(23,76,60,.3) 0 50%, transparent 51%),
    radial-gradient(ellipse 48% 58% at 92% 4%, rgba(255,248,220,.38) 0 48%, transparent 49%),
    linear-gradient(135deg, #78975f, #dce4bd 53%, #6d8a68);
}

.sales-feature__visual::before {
  inset: 10% auto auto 7%;
  width: 62%;
  height: 24%;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  background: none;
  transform: rotate(-12deg);
}

.character-lineup {
  background:
    radial-gradient(ellipse 32% 9% at 7% 11%, rgba(198,217,106,.18), transparent 72%),
    #f8f3e7;
}

.character-feature__visual {
  overflow: hidden;
  background-image: none;
  background-color: #e3e9cc;
}

.character-feature__visual::before {
  position: absolute;
  inset: 8% -11% auto auto;
  width: 63%;
  aspect-ratio: 1.25;
  content: "";
  border: 1px solid rgba(23,76,60,.2);
  border-radius: 50%;
  transform: rotate(13deg);
}

@media (min-width: 981px) {
  .character-feature__content h3 {
    font-size: clamp(2.2rem, 3vw, 4.4rem);
    white-space: nowrap;
  }
}

.character-feature--shimanekko .character-feature__visual {
  background:
    radial-gradient(ellipse 58% 43% at 10% 92%, rgba(23,76,60,.1) 0 50%, transparent 51%),
    #ead9bb;
}

.character-feature--hikonyan .character-feature__visual {
  background:
    radial-gradient(ellipse 60% 70% at 100% 0, rgba(198,217,106,.16) 0 50%, transparent 51%),
    #174c3c;
}

.business-strip {
  background: #c6d96a;
}

.renewal-reveal {
  opacity: 0;
  clip-path: inset(0 0 14% 0);
  transform: translate3d(0, 54px, 0);
  transition: opacity .8s ease, transform 1.1s cubic-bezier(.22,1,.36,1), clip-path 1.1s cubic-bezier(.22,1,.36,1);
}

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

@media (min-width: 981px) {
  .renewal-header {
    position: fixed;
    z-index: 50;
    inset: 0 auto 0 0;
    display: flex;
    width: 260px;
    height: 100svh;
    min-height: 640px;
    padding: 44px 34px 34px;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid rgba(23,76,60,.15);
    background: rgba(250,246,235,.96);
  }

  .renewal-header .renewal-logo { align-items: flex-start; }

  .renewal-nav {
    display: flex;
    width: 100%;
    margin-top: clamp(70px,11vh,120px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .renewal-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(23,76,60,.17);
    font-size: .76rem;
  }

  .renewal-nav__cta {
    margin-top: 20px;
    padding: 16px 17px;
    border: 0;
    border-radius: 0;
  }

  .renewal-sidebar-tagline {
    display: block;
    margin: auto 0 0;
    color: #174c3c;
    font-family: "Shippori Mincho", serif;
    font-size: .82rem;
    line-height: 1.8;
  }

  .renewal-container {
    width: auto;
    max-width: none;
    margin-right: clamp(42px,7vw,110px);
    margin-left: clamp(320px,26vw,390px);
  }

  .business-strip,
  .import-teaser,
  .company-bridge,
  .renewal-contact,
  .renewal-footer {
    padding-left: 260px;
  }
}

@media (max-width: 980px) {
  .renewal-hero {
    min-height: 690px;
    height: calc(100svh - 72px);
    padding: 0;
  }

  .hero-scene {
    --scene-width: 64vw;
    min-width: 390px;
  }

  .renewal-hero__copy {
    bottom: 24px;
    left: 22px;
    width: min(520px,calc(100vw - 44px));
    padding: 30px;
  }

  .brand-statement__inner {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .sales-feature {
    min-height: 760px;
    margin-left: 0;
  }

  .sales-feature__visual { inset: 0 0 37% 0; }
  .sales-feature__copy { width: auto; }
}

@media (max-width: 640px) {
  .renewal-hero { min-height: 650px; }

  .hero-scene {
    --scene-width: 86vw;
    min-width: 330px;
  }

  .renewal-hero__copy {
    bottom: 18px;
    left: 14px;
    width: calc(100vw - 28px);
    padding: 23px 22px 24px;
  }

  .renewal-hero__copy h1 {
    font-size: clamp(2.25rem,9.6vw,2.6rem);
    line-height: 1.08;
  }

  .brand-statement h2,
  .sales-feature__copy h2 {
    font-size: clamp(2.8rem,13vw,4rem);
  }
}

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

/* =========================================================
   Design gate 02 — compact navigation / spatial hero
   Avoid: opaque side rails, equal slide blocks, glass cards,
   generic grids, decorative motion without reduced mode.
   ========================================================= */

:root {
  --renewal-forest: #174c3c;
  --renewal-leaf: #91a463;
  --renewal-clay: #a85b45;
  --renewal-surface: #fef9ee;
  --renewal-surface-low: #f8f3e8;
  --renewal-on-surface: #2a2821;
  --renewal-outline: #68665d;
}

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

  .renewal-header .renewal-logo {
    position: fixed;
    top: 34px;
    left: 38px;
    width: 190px;
    pointer-events: auto;
  }

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

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

  .renewal-nav {
    position: fixed;
    bottom: clamp(104px, 16vh, 132px);
    left: 60px;
    display: flex;
    width: 178px;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 1px;
    color: #1b211d;
    pointer-events: auto;
  }

  .renewal-nav a,
  .renewal-nav .renewal-nav__cta {
    display: block;
    margin: 0;
    padding: 3px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: .7rem;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: .015em;
    box-shadow: none;
    transition: transform .35s cubic-bezier(.22,1,.36,1), opacity .25s ease;
  }

  .renewal-nav a::before,
  .renewal-nav a::after,
  .renewal-nav__cta::before {
    display: none !important;
  }

  .renewal-nav a:hover,
  .renewal-nav .renewal-nav__cta:hover {
    background: transparent;
    color: inherit;
    opacity: .62;
    transform: translateX(6px);
  }

  .renewal-nav a:last-child::after {
    display: inline !important;
    position: static;
    width: auto;
    height: auto;
    margin-left: 7px;
    content: "↗";
    background: none;
  }

  .renewal-sidebar-tagline {
    display: none;
  }

  .renewal-container {
    width: auto;
    max-width: none;
    margin-right: clamp(46px, 7vw, 108px);
    margin-left: clamp(294px, 24vw, 360px);
  }

  .business-strip,
  .import-teaser,
  .company-bridge,
  .renewal-contact,
  .renewal-footer {
    padding-left: 0;
  }

  .sales-feature {
    margin-left: 0;
  }
}

.renewal-hero {
  position: relative;
  min-height: 640px;
  height: calc(100svh - 72px);
  overflow: hidden;
  background:
    radial-gradient(ellipse 52% 88% at 105% 8%, rgba(168,91,69,.18) 0 48%, transparent 49%),
    radial-gradient(ellipse 62% 74% at -4% 94%, rgba(23,76,60,.16) 0 48%, transparent 49%),
    linear-gradient(118deg, #eee8d7 0%, #e0e4cd 47%, #f2e4ca 100%);
  isolation: isolate;
}

.renewal-hero::before {
  position: absolute;
  z-index: 0;
  inset: -38% auto auto 24%;
  display: block;
  width: 60%;
  aspect-ratio: 1.55;
  content: "";
  border: 1px solid rgba(23,76,60,.18);
  border-radius: 50%;
  transform: rotate(-13deg);
}

.renewal-hero::after {
  position: absolute;
  z-index: 0;
  right: 5%;
  bottom: -22%;
  display: block;
  width: 46%;
  aspect-ratio: 1.25;
  content: "";
  border: 1px solid rgba(168,91,69,.2);
  border-radius: 50%;
  transform: rotate(17deg);
}

.hero-conveyor {
  position: absolute;
  z-index: 1;
  inset: -20px 0;
  overflow: hidden;
  transform: translate3d(0,var(--hero-parallax,0),0);
  pointer-events: none;
}

.hero-conveyor__track {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  animation: spatial-ribbon 58s 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(285px, 28vw, 430px);
  position: relative;
  flex: 0 0 var(--scene-width);
  width: var(--scene-width);
  min-width: 0;
  height: 100%;
  margin: 0 clamp(-72px,-4.6vw,-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 {
  display: none;
}

.hero-scene img {
  --product-angle: -4deg;
  --product-top: 48%;
  --product-height: 72%;
  position: absolute;
  z-index: 1;
  top: var(--product-top);
  left: 50%;
  width: auto;
  height: var(--product-height);
  max-width: 104%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(19px 25px 22px rgba(36,48,36,.18));
  transform: translate(-50%,-50%) rotate(var(--product-angle));
  animation: product-breath 8.5s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-scene--01 img { --product-angle: -7deg; --product-top: 50%; --product-height: 78%; animation-delay: -1s; }
.hero-scene--02 img { --product-angle: 5deg; --product-top: 43%; --product-height: 68%; animation-delay: -4.5s; }
.hero-scene--03 img { --product-angle: -3deg; --product-top: 56%; --product-height: 64%; animation-delay: -2.2s; }
.hero-scene--04 img { --product-angle: 7deg; --product-top: 48%; --product-height: 76%; animation-delay: -6.3s; }
.hero-scene--05 img { --product-angle: -6deg; --product-top: 42%; --product-height: 61%; animation-delay: -3.4s; }
.hero-scene--06 img { --product-angle: 3deg; --product-top: 54%; --product-height: 73%; animation-delay: -7.1s; }

.hero-scene figcaption {
  position: absolute;
  z-index: 2;
  right: auto;
  bottom: 19px;
  left: 50%;
  display: flex;
  width: max-content;
  gap: 9px;
  justify-content: flex-start;
  padding: 0;
  color: var(--renewal-on-surface);
  font-size: .58rem;
  letter-spacing: .12em;
  transform: translateX(-50%);
}

.hero-scene figcaption span {
  display: inline;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
}

@keyframes spatial-ribbon {
  0% { transform: translate3d(0,0,0); }
  25% { transform: translate3d(-12.5%,-7px,0); }
  50% { transform: translate3d(-25%,6px,0); }
  75% { transform: translate3d(-37.5%,-4px,0); }
  100% { transform: translate3d(-50%,0,0); }
}

@keyframes product-breath {
  0% { transform: translate(-50%,-50%) rotate(var(--product-angle)) scale(1); }
  100% { transform: translate(-50%,calc(-50% - 13px)) rotate(calc(var(--product-angle) + 1.4deg)) scale(1.015); }
}

.renewal-hero__copy {
  position: absolute;
  z-index: 7;
  bottom: 36px;
  left: clamp(294px,24vw,360px);
  display: block;
  width: min(510px,42vw);
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.renewal-hero__eyebrow {
  color: var(--renewal-clay);
  text-shadow: 0 1px 12px rgba(254,249,238,.8);
}

.renewal-hero__copy h1 {
  margin: 8px 0 13px;
  color: var(--renewal-forest);
  font-size: clamp(2.75rem,3.5vw,4.25rem);
  line-height: 1.02;
  text-shadow: 0 2px 18px rgba(254,249,238,.76);
}

.renewal-hero__copy > p:not(.renewal-hero__eyebrow) {
  max-width: 410px;
  margin: 0 0 18px;
  color: var(--renewal-on-surface);
  font-size: .78rem;
  line-height: 1.8;
  text-shadow: 0 1px 12px rgba(254,249,238,.92);
}

.renewal-hero__copy .renewal-button {
  display: inline-flex;
  width: auto;
  min-height: 0;
  padding: 4px 0 7px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--renewal-forest);
  box-shadow: none;
  font-size: .72rem;
}

.renewal-hero__copy .renewal-button::after {
  margin-left: 11px;
  content: "↗";
}

.renewal-hero__copy .renewal-button:hover {
  background: transparent;
  color: var(--renewal-clay);
  transform: translateX(5px);
}

.hero-conveyor__status {
  right: 26px;
  bottom: 18px;
  gap: 18px;
  padding: 0;
  background: transparent;
  color: rgba(42,40,33,.72);
  font-size: .54rem;
}

@media (max-width: 980px) {
  .renewal-hero {
    min-height: 670px;
    height: calc(100svh - 72px);
  }

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

  .renewal-hero__copy {
    bottom: 22px;
    left: 22px;
    width: min(520px,calc(100vw - 44px));
    padding: 0;
  }
}

@media (max-width: 640px) {
  .renewal-hero {
    min-height: 640px;
  }

  .hero-conveyor {
    inset: -8px 0 16%;
  }

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

  .hero-scene img {
    --product-height: 68%;
  }

  .hero-scene figcaption {
    display: none;
  }

  .renewal-hero__copy {
    right: 18px;
    bottom: 21px;
    left: 18px;
    width: auto;
  }

  .renewal-hero__copy h1 {
    max-width: 340px;
    font-size: clamp(2.12rem,9.3vw,2.55rem);
    line-height: 1.08;
  }

  .renewal-hero__copy > p:not(.renewal-hero__eyebrow) {
    max-width: 330px;
    margin-bottom: 12px;
    font-size: .7rem;
  }
}

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

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

/* =========================================================
   Design gate 03 — image-first hero / copy outside imagery
   ========================================================= */

.renewal-hero {
  background: #e7e3d9;
}

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

.hero-scene figcaption,
.hero-conveyor__status {
  display: none !important;
}

.hero-introduction {
  border-top: 1px solid rgba(23,76,60,.13);
  border-bottom: 1px solid rgba(23,76,60,.13);
  background: #fef9ee;
}

.hero-introduction__inner {
  display: grid;
  grid-template-columns: minmax(420px,1.12fr) minmax(280px,.68fr);
  gap: clamp(70px,9vw,150px);
  align-items: end;
  padding-top: clamp(90px,9vw,150px);
  padding-bottom: clamp(90px,10vw,165px);
}

.hero-introduction h1 {
  margin: 18px 0 0;
  color: var(--renewal-forest);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(3.25rem,3.9vw,5.5rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.hero-introduction__copy {
  padding-bottom: .6em;
}

.hero-introduction__copy p {
  margin: 0 0 30px;
  color: var(--renewal-on-surface);
  font-size: clamp(.92rem,1.15vw,1.06rem);
  line-height: 2.15;
}

.brand-statement {
  background: #f5f0e5;
}

.brand-statement::before {
  display: none;
}

@media (max-width: 980px) {
  .hero-introduction__inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .hero-introduction h1 {
    font-size: clamp(3.2rem,9.5vw,5.6rem);
  }
}

@media (max-width: 640px) {
  .hero-introduction__inner {
    gap: 34px;
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .hero-introduction h1 {
    font-size: clamp(2.6rem,10.5vw,3rem);
    line-height: 1.08;
  }

  .hero-introduction__copy p {
    margin-bottom: 22px;
    font-size: .86rem;
    line-height: 2;
  }
}

/* =========================================================
   Design gate 04 — resilient typography / corporate pathway
   ========================================================= */

.hero-introduction h1,
.brand-statement h2,
.renewal-heading h2,
.wholesale-layout h2,
.order-made-intro h2,
.import-teaser__content h2,
.company-bridge h2,
.renewal-contact h2 {
  text-wrap: balance;
  line-break: strict;
}

.brand-statement__inner {
  grid-template-columns: 1fr;
  gap: clamp(56px, 7vw, 96px);
  align-items: start;
}

.brand-statement h2 {
  max-width: 100%;
  font-size: clamp(3rem, 4.25vw, 5.7rem);
  line-height: 1.12;
}

.brand-statement h2 span {
  display: block;
  white-space: nowrap;
}

.brand-statement__copy {
  width: min(520px, 100%);
  margin-left: auto;
  padding-bottom: 0;
}

@media (min-width: 981px) {
  .renewal-nav a:nth-child(4) {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(23,76,60,.24);
  }
}

@media (max-width: 640px) {
  .brand-statement h2 {
    font-size: clamp(2rem, 8.2vw, 2.55rem);
    letter-spacing: -.05em;
  }
}

/* =========================================================
   Design gate 05 — soft commerce tone / blended transition
   ========================================================= */

body {
  color: #2c312d;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: .008em;
}

.renewal-hero {
  background: linear-gradient(
    180deg,
    #e7e3d9 0%,
    #e9e5dc 70%,
    #f0ece2 86%,
    #fffaf0 100%
  );
}

.hero-conveyor {
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 78%,
    rgba(0,0,0,.96) 85%,
    rgba(0,0,0,.62) 93%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 78%,
    rgba(0,0,0,.96) 85%,
    rgba(0,0,0,.62) 93%,
    transparent 100%
  );
}

.hero-introduction {
  position: relative;
  margin-top: -2px;
  border: 0;
  background: #fffaf0;
}

.hero-introduction::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: clamp(74px, 8vw, 124px);
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,250,240,0), #fffaf0);
}

.hero-introduction h1,
.brand-statement h2,
.renewal-heading h2,
.sales-feature__copy h2,
.wholesale-layout h2,
.order-made-intro h2,
.renewal-contact h2 {
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -.045em;
}

.hero-introduction__copy p,
.brand-statement__copy p,
.wholesale-layout p,
.order-made-intro p,
.company-bridge__inner > div:last-child > p,
.renewal-contact__inner > p:not(.renewal-kicker) {
  font-weight: 400;
  letter-spacing: .015em;
}

.renewal-kicker {
  font-family: "Space Grotesk", "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  letter-spacing: .15em;
}

.renewal-reveal {
  opacity: 0;
  filter: blur(7px);
  clip-path: inset(0 0 16% 0 round 18px);
  transform: translate3d(0, 44px, 0) scale(.992);
  transition:
    opacity .82s ease,
    filter .95s ease,
    transform 1.05s cubic-bezier(.22,1,.36,1),
    clip-path 1.05s cubic-bezier(.22,1,.36,1);
  will-change: opacity, filter, transform, clip-path;
}

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

@keyframes renewal-navigation-enter {
  from { opacity: 0; transform: translate3d(-14px, 18px, 0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}

@keyframes renewal-navigation-item {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0); }
}

@keyframes renewal-product-enter {
  from { opacity: 0; filter: blur(12px) saturate(.75); }
  to { opacity: 1; filter: blur(0) saturate(1); }
}

.hero-scene {
  animation: renewal-product-enter .9s cubic-bezier(.22,1,.36,1) both;
}

.hero-scene:nth-child(2) { animation-delay: .07s; }
.hero-scene:nth-child(3) { animation-delay: .14s; }
.hero-scene:nth-child(4) { animation-delay: .21s; }
.hero-scene:nth-child(5) { animation-delay: .28s; }
.hero-scene:nth-child(6) { animation-delay: .35s; }

@media (min-width: 981px) {
  .renewal-nav {
    left: 64px;
    width: 218px;
    gap: 4px;
    animation: renewal-navigation-enter .9s .25s cubic-bezier(.22,1,.36,1) both;
  }

  .renewal-nav a,
  .renewal-nav .renewal-nav__cta {
    position: relative;
    padding: 4px 0 4px 18px;
    font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: .025em;
    animation: renewal-navigation-item .68s cubic-bezier(.22,1,.36,1) both;
  }

  .renewal-nav a:nth-child(1) { animation-delay: .36s; }
  .renewal-nav a:nth-child(2) { animation-delay: .43s; }
  .renewal-nav a:nth-child(3) { animation-delay: .50s; }
  .renewal-nav a:nth-child(4) { animation-delay: .61s; }
  .renewal-nav a:nth-child(5) { animation-delay: .68s; }
  .renewal-nav a:nth-child(6) { animation-delay: .75s; }

  .renewal-nav a::before,
  .renewal-nav .renewal-nav__cta::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block !important;
    width: 6px;
    height: 6px;
    content: "";
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: .28;
    transform: translateY(-50%) scale(.58);
    transition: opacity .3s ease, transform .4s cubic-bezier(.22,1,.36,1), background .3s ease;
  }

  .renewal-nav a:hover::before,
  .renewal-nav .renewal-nav__cta:hover::before {
    background: currentColor;
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }

  .renewal-nav a:nth-child(4) {
    margin-top: 12px;
    padding-top: 16px;
    border-top-color: rgba(23,76,60,.14);
  }
}

@media (max-width: 640px) {
  .hero-introduction h1,
  .brand-statement h2,
  .renewal-heading h2,
  .sales-feature__copy h2,
  .wholesale-layout h2,
  .order-made-intro h2,
  .renewal-contact h2 {
    letter-spacing: -.04em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .renewal-nav,
  .renewal-nav a,
  .hero-scene,
  .renewal-reveal {
    animation: none !important;
    transition: none !important;
  }

  .renewal-reveal {
    opacity: 1;
    filter: none;
    clip-path: none;
    transform: none;
  }
}
