:root {
  --ink: #0c342c;
  --ink-2: #345a51;
  --green: #076653;
  --deep: #061f1a;
  --deep-2: #0b352d;
  --moon: #fffdee;
  --paper: #f6efe1;
  --mist: #e2fbce;
  --sprout: #e6d145;
  --brand-blue: #6f8dbe;
  --brand-yellow: #e6d145;
  --clay: #b87b54;
  --blush: #f5ddd0;
  --blue: #7fb4c8;
  --line: rgba(12, 52, 44, 0.16);
  --white-line: rgba(255, 253, 238, 0.24);
  --shadow: 0 22px 70px rgba(6, 31, 26, 0.14);
  --shadow-strong: 0 34px 90px rgba(6, 31, 26, 0.28);
  --max: 1180px;
  --header: 78px;
}

/* Targeted polish: cleaner index hero, readable irregular cards, refined menu hierarchy */
body[data-page="home"] .brand-film::before,
body[data-page="home"] .brand-film::after,
.hero-watermark,
.brand-film__watermark,
.hero-logo-ghost {
  content: none !important;
  display: none !important;
}

body[data-page="home"] .brand-film,
body[data-page="home"] .brand-film__content {
  min-height: clamp(680px, 92svh, 880px);
}

body[data-page="home"] .brand-film__shade {
  background:
    linear-gradient(90deg, rgba(4, 33, 28, .64) 0%, rgba(4, 33, 28, .36) 30%, rgba(4, 33, 28, .1) 58%, rgba(4, 33, 28, 0) 100%),
    linear-gradient(180deg, rgba(4, 33, 28, .18), rgba(4, 33, 28, .05));
}

body[data-page="home"] .brand-film__content {
  width: min(100% - 56px, var(--max));
  align-content: center;
  justify-items: start;
  padding: 108px 0 76px;
  transform: none;
}

body[data-page="home"] .brand-film__content .eyebrow,
body[data-page="home"] .brand-film__content h1,
body[data-page="home"] .brand-film__content .hero-lead,
body[data-page="home"] .brand-film__content .hero-actions {
  max-width: 460px;
}

body[data-page="home"] .brand-film__content h1 {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.16;
  letter-spacing: 0;
}

body[data-page="home"] .brand-film__content .hero-lead {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 253, 238, .82);
}

body[data-page="home"] .brand-film__content .hero-actions {
  justify-content: center;
  margin-top: 30px;
}

body[data-page="home"] .collection-grid--home {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  grid-template-areas:
    "yuanli yuanwu"
    "yuanli panda";
  gap: clamp(22px, 3vw, 40px);
  align-items: start;
  overflow: visible;
}

body[data-page="home"] .collection-card,
body[data-page="home"] .collection-card--yuanli,
body[data-page="home"] .collection-card--yuanwu,
body[data-page="home"] .collection-card--panda {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  transform: none;
  overflow: hidden;
}

body[data-page="home"] .collection-card--yuanli {
  grid-area: yuanli;
  min-height: 720px;
}

body[data-page="home"] .collection-card--yuanwu {
  grid-area: yuanwu;
  margin-top: 34px;
}

body[data-page="home"] .collection-card--panda {
  grid-area: panda;
  margin-top: 8px;
}

body[data-page="home"] .collection-card:hover {
  transform: translateY(-8px);
}

body[data-page="home"] .collection-card figure {
  min-height: 300px;
}

body[data-page="home"] .collection-card > div {
  position: relative;
  z-index: 2;
}

body[data-page="home"] .series-showcase .section__inner {
  gap: clamp(42px, 6vw, 82px);
}

body[data-page="home"] .series-feature,
body[data-page="home"] .series-feature--yuanli,
body[data-page="home"] .series-feature--yuanwu,
body[data-page="home"] .series-feature--panda {
  position: relative;
  overflow: visible;
  margin: 0;
  transform: none;
  gap: clamp(28px, 4vw, 54px);
}

body[data-page="home"] .series-feature:hover {
  transform: translateY(-6px);
}

body[data-page="home"] .series-feature figure {
  z-index: 1;
}

body[data-page="home"] .series-feature > div {
  z-index: 2;
  margin: 0;
}

body[data-page="home"] .series-feature--yuanli > div {
  margin-left: -42px;
}

body[data-page="home"] .series-feature--yuanwu > div {
  margin-right: -42px;
}

body[data-page="home"] .series-feature--panda {
  grid-template-columns: minmax(280px, 430px) 1fr;
}

body[data-page="home"] .series-feature--panda > div {
  margin-left: -24px;
}

body[data-page="home"] .scene-grid {
  grid-template-columns: 1.15fr .9fr .95fr;
  grid-auto-rows: minmax(250px, auto);
  gap: clamp(18px, 2.5vw, 30px);
  align-items: stretch;
}

body[data-page="home"] .scene-card,
body[data-page="home"] .scene-card:nth-child(1),
body[data-page="home"] .scene-card:nth-child(2),
body[data-page="home"] .scene-card:nth-child(3),
body[data-page="home"] .scene-card:nth-child(4) {
  position: relative;
  transform: none;
  margin: 0;
  min-height: 280px;
  overflow: hidden;
}

body[data-page="home"] .scene-card:nth-child(1) {
  grid-column: span 2;
  min-height: 390px;
}

body[data-page="home"] .scene-card:nth-child(2) {
  margin-top: 34px;
}

body[data-page="home"] .scene-card:nth-child(3) {
  min-height: 300px;
}

body[data-page="home"] .scene-card:nth-child(4) {
  grid-row: span 2;
  min-height: 460px;
  margin-top: -28px;
}

body[data-page="home"] .scene-card:hover {
  transform: translateY(-7px);
}

.brand-menu__panel {
  padding-top: clamp(28px, 4vw, 48px);
}

.brand-menu__content {
  align-items: start;
  gap: clamp(46px, 7vw, 96px);
  padding-top: clamp(44px, 6vh, 76px);
}

.brand-menu__intro {
  align-self: start;
  padding-top: clamp(12px, 3vh, 34px);
}

.brand-menu__nav {
  align-self: start;
  padding-top: clamp(2px, 2vh, 24px);
}

.brand-menu__item {
  border-bottom: 1px solid rgba(12, 52, 44, .1);
}

.brand-menu__trigger {
  width: 100%;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 10px 0 18px;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.brand-menu__trigger span {
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 900;
}

.brand-menu__trigger b {
  font-family: var(--serif);
  font-size: clamp(33px, 4vw, 54px);
  font-weight: 700;
  letter-spacing: 0;
}

.brand-menu__trigger i {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(12, 52, 44, .16);
  border-radius: 50%;
  color: var(--green);
  font-style: normal;
  font-size: 18px;
  transition: transform .22s ease, background .22s ease;
}

.brand-menu__item:hover .brand-menu__trigger i,
.brand-menu__item.is-expanded .brand-menu__trigger i {
  background: rgba(230, 209, 69, .35);
  transform: rotate(45deg);
}

.brand-menu__subnav {
  max-height: 0;
  margin: 0;
  padding: 0 0 0 58px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height .28s ease, opacity .22s ease, transform .22s ease, padding .22s ease;
}

.brand-menu__item:hover .brand-menu__subnav,
.brand-menu__item:focus-within .brand-menu__subnav,
.brand-menu__item.is-expanded .brand-menu__subnav {
  max-height: 140px;
  padding-bottom: 18px;
  opacity: 1;
  transform: translateY(0);
}

.brand-menu__subnav a {
  display: inline-flex;
  width: auto;
  margin-right: 18px;
  padding: 8px 0;
  border: 0;
  color: rgba(12, 52, 44, .62);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 900;
}

.brand-menu__subnav a:hover,
.brand-menu__subnav a.is-active {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 900px) {
  body[data-page="home"] .brand-film,
  body[data-page="home"] .brand-film__content {
    min-height: auto;
  }

  body[data-page="home"] .brand-film__content {
    width: min(100% - 36px, var(--max));
    min-height: 88svh;
    align-content: end;
    justify-items: center;
    padding: 120px 0 58px;
    text-align: center;
  }

  body[data-page="home"] .brand-film__shade {
    background:
      linear-gradient(180deg, rgba(4, 33, 28, .08), rgba(4, 33, 28, .18) 35%, rgba(4, 33, 28, .48) 100%);
  }

  body[data-page="home"] .brand-film__content .eyebrow,
  body[data-page="home"] .brand-film__content h1,
  body[data-page="home"] .brand-film__content .hero-lead,
  body[data-page="home"] .brand-film__content .hero-actions {
    max-width: 420px;
  }

  body[data-page="home"] .brand-film__content h1 {
    font-size: clamp(32px, 9.8vw, 42px);
  }

  body[data-page="home"] .brand-film__content .hero-actions {
    justify-content: center;
  }

  body[data-page="home"] .collection-grid--home,
  body[data-page="home"] .series-feature,
  body[data-page="home"] .series-feature--yuanli,
  body[data-page="home"] .series-feature--yuanwu,
  body[data-page="home"] .series-feature--panda,
  body[data-page="home"] .scene-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 24px;
  }

  body[data-page="home"] .collection-card--yuanli,
  body[data-page="home"] .collection-card--yuanwu,
  body[data-page="home"] .collection-card--panda,
  body[data-page="home"] .series-feature--yuanli > div,
  body[data-page="home"] .series-feature--yuanwu > div,
  body[data-page="home"] .series-feature--panda > div,
  body[data-page="home"] .scene-card:nth-child(1),
  body[data-page="home"] .scene-card:nth-child(2),
  body[data-page="home"] .scene-card:nth-child(3),
  body[data-page="home"] .scene-card:nth-child(4) {
    grid-area: auto;
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
    margin: 0;
  }

  body[data-page="home"] .collection-card figure,
  body[data-page="home"] .series-feature figure,
  body[data-page="home"] .series-feature--panda figure {
    min-height: 260px;
  }

  body[data-page="home"] .scene-card {
    min-height: 330px;
  }

  .brand-menu__content {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 28px;
  }

  .brand-menu__intro {
    padding-top: 0;
  }

  .brand-menu__nav {
    padding-top: 0;
  }

  .brand-menu__trigger b,
  .brand-menu__nav > a {
    font-size: 30px;
  }

  .brand-menu__subnav {
    padding-left: 44px;
  }

  .brand-menu__item:hover .brand-menu__subnav:not(.is-mobile-open) {
    max-height: 0;
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-8px);
  }

  .brand-menu__item.is-expanded .brand-menu__subnav {
    max-height: 150px;
    padding-bottom: 16px;
    opacity: 1;
    transform: translateY(0);
  }
}

body[data-page="home"] .brand-film__content {
  width: 100%;
  padding-left: clamp(28px, 5vw, 84px);
  padding-right: clamp(28px, 5vw, 84px);
}

body[data-page="home"] .brand-film__content .eyebrow,
body[data-page="home"] .brand-film__content h1,
body[data-page="home"] .brand-film__content .hero-lead,
body[data-page="home"] .brand-film__content .hero-actions {
  max-width: 420px;
}

body[data-page="home"] .brand-film__content h1 {
  font-size: clamp(34px, 3.4vw, 48px);
}

@media (max-width: 900px) {
  body[data-page="home"] .brand-film__content {
    width: min(100% - 36px, var(--max));
    padding-left: 0;
    padding-right: 0;
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--moon);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
p { margin: 0; }
h1, h2, h3 { margin: 0; line-height: 1.12; }
h1, h2 { font-family: "Noto Serif SC", "Songti SC", SimSun, serif; font-weight: 650; }
h1 { font-size: 66px; }
h2 { font-size: 42px; }
h3 { font-size: 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  min-height: var(--header);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  padding: 0 clamp(18px, 3vw, 42px);
  color: var(--moon);
  background: linear-gradient(180deg, rgba(6, 31, 26, .54), rgba(6, 31, 26, .12));
  transition: background .28s ease, color .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
}
.site-header.is-scrolled,
.site-header.is-open,
body:not([data-page="home"]) .site-header {
  color: var(--ink);
  background: rgba(255, 253, 238, .9);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand-lockup { display: inline-flex; align-items: baseline; gap: 12px; font-weight: 900; white-space: nowrap; }
.brand-lockup__en { font-size: 22px; letter-spacing: 0; line-height: 1; }
.brand-lockup__cn { font-size: 14px; opacity: .86; }
.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.site-nav a {
  position: relative;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: currentColor;
  background: rgba(255,253,238,.08);
  font-size: 13px;
  font-weight: 900;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.site-header.is-scrolled .site-nav a,
.site-header.is-open .site-nav a,
body:not([data-page="home"]) .site-nav a { background: rgba(12,52,44,.04); }
.site-nav a:hover, .site-nav a.is-active {
  transform: translateY(-2px);
  color: var(--ink);
  background: var(--moon);
  border-color: rgba(111,141,190,.45);
  box-shadow: 0 10px 22px rgba(6,31,26,.12);
}
.site-nav .nav-cart {
  color: var(--deep);
  background: var(--brand-yellow);
  border-color: var(--brand-yellow);
}
.site-nav .nav-cart span {
  min-width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--moon);
  background: var(--deep);
  font-size: 11px;
}
.nav-toggle {
  position: relative;
  justify-self: end;
  display: none;
  grid-template-columns: 20px auto;
  gap: 9px;
  align-items: center;
  min-width: 92px;
  height: 44px;
  padding: 0 13px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  background: rgba(6,31,26,.16);
  cursor: pointer;
}
.nav-toggle::after { content: "MENU"; font-size: 12px; font-weight: 900; letter-spacing: 0; }
.nav-toggle span { display: block; width: 4px; height: 22px; margin: 0; border-radius: 999px; background: currentColor; transform-origin: bottom; }
.nav-toggle span:nth-child(1) { transform: rotate(-7deg); }
.nav-toggle span:nth-child(2) { transform: translateY(-2px); }
.nav-toggle span:nth-child(3) { transform: rotate(7deg); }

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(6,31,26,.18); }
.btn--primary { color: var(--deep); background: var(--sprout); border-color: var(--sprout); }
.btn--light { color: var(--moon); background: rgba(255,253,238,.12); border-color: rgba(255,253,238,.72); }
.btn--dark { color: var(--moon); background: var(--deep); border-color: var(--deep); }
.btn--ghost-dark { color: var(--ink); background: rgba(255,253,238,.42); border-color: rgba(12,52,44,.24); }
.btn--panda { color: var(--deep); background: var(--brand-yellow); border-color: var(--brand-yellow); }
.text-link { display: inline-flex; margin-top: 22px; color: var(--green); font-weight: 900; }
.text-link::after { content: "->"; margin-left: 8px; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.eyebrow, .section-label { margin: 0 0 18px; color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; }

.brand-film {
  position: relative;
  min-height: clamp(620px, 100svh, 900px);
  overflow: hidden;
  color: var(--moon);
  background: var(--deep);
}
.brand-film__video, .brand-film__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.brand-film__video {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.03) brightness(.94);
  transform: scale(1.015);
}
.brand-film__shade {
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6,31,26,.82), rgba(6,31,26,.36) 48%, rgba(6,31,26,.24)),
    linear-gradient(180deg, rgba(6,31,26,.46), rgba(6,31,26,.08) 34%, rgba(6,31,26,.58)),
    radial-gradient(circle at 70% 20%, rgba(230,209,69,.16), transparent 26%),
    radial-gradient(circle at 22% 70%, rgba(111,141,190,.24), transparent 24%);
}
.brand-film__content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 48px));
  min-height: clamp(620px, 100svh, 900px);
  margin: 0 auto;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: calc(var(--header) + 40px) 0 86px;
}
.brand-film__content .eyebrow { color: var(--brand-yellow); }
.brand-film__content h1 { max-width: 820px; font-size: clamp(42px, 6.2vw, 82px); }
.brand-film__content .hero-lead {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255,253,238,.82);
  font-size: clamp(16px, 1.4vw, 20px);
}

.home-hero {
  position: relative;
  min-height: clamp(560px, 72svh, 760px);
  overflow: hidden;
  color: var(--ink);
  background: linear-gradient(135deg, #fffdee 0%, #eef3eb 58%, #f7eadb 100%);
}
.home-hero__veil { position: absolute; inset: 0; }
.home-hero__veil {
  background:
    radial-gradient(circle at 82% 18%, rgba(227,239,38,.32), transparent 24%),
    radial-gradient(circle at 18% 78%, rgba(127,180,200,.18), transparent 28%),
    linear-gradient(180deg, rgba(255,253,238,.88), rgba(255,253,238,.2));
}
.home-hero__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-composition {
  display: none;
}

.home-hero__copy {
  text-align: center;
  max-width: 760px;
}

.home-hero .eyebrow { color: var(--green); }
.home-hero h2 { max-width: 980px; font-size: 58px; }
.hero-lead { max-width: 620px; margin-top: 28px; font-size: 20px; line-height: 1.86; color: rgba(12,52,44,.74); }
.hero-actions { display: center; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-composition { position: relative; min-height: 620px; }
.hero-tile {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,253,238,.44);
  border-radius: 24px 24px 24px 8px;
  background: rgba(255,253,238,.86);
  box-shadow: 0 24px 60px rgba(6,31,26,.14);
  transition: transform .35s ease, box-shadow .35s ease;
}
.hero-tile:hover { transform: translateY(-10px) rotate(0deg); box-shadow: 0 36px 100px rgba(6,31,26,.26); }
.hero-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .35s ease; }
.hero-tile:hover img { transform: scale(1.06); filter: saturate(1.08); }
.hero-tile span { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(6,31,26,.72); color: var(--moon); font-size: 12px; font-weight: 900; backdrop-filter: blur(10px); }
.hero-tile--gift { width: 310px; height: 410px; left: 20px; top: 80px; transform: rotate(-3deg); z-index: 2; }
.hero-tile--life { width: 245px; height: 320px; right: 24px; top: 30px; transform: rotate(4deg); }
.hero-tile--panda { width: 285px; height: 315px; right: 98px; bottom: 42px; background: rgba(255,253,238,.9); transform: rotate(-1deg); z-index: 3; }
.hero-tile--panda img { width: 78%; height: 78%; margin: 11% auto; object-fit: contain; }

.section { padding: 110px 0; }
.section__inner { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section--paper { background: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2 { margin-bottom: 18px; }
.split-intro { display: grid; grid-template-columns: 150px minmax(0, 1fr) minmax(320px, 430px); gap: 42px; align-items: start; }
.soft-copy { color: rgba(12,52,44,.72); }

.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.collection-card {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 560px;
  grid-template-rows: 330px 1fr;
  border-radius: 30px 30px 30px 10px;
  background: var(--moon);
  box-shadow: var(--shadow);
  transition: transform .32s ease, box-shadow .32s ease;
}
.collection-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-strong); }
.collection-card figure { margin: 0; overflow: hidden; background: var(--deep); }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.collection-card:hover img { transform: scale(1.06); }
.collection-card > div { display: grid; align-content: start; padding: 30px; }
.collection-card span { color: var(--green); font-size: 13px; font-weight: 900; }
.collection-card h3 { margin-top: 10px; font-size: 42px; line-height: 1; }
.collection-card strong { display: block; margin-top: 14px; color: var(--ink); font-size: 16px; }
.collection-card p { margin-top: 14px; color: rgba(12,52,44,.72); }
.collection-card .btn { justify-self: start; margin-top: 24px; }
.collection-card--yuanwu figure img { object-position: center 54%; }
.collection-card--yuanli figure img { object-position: center 42%; }
.collection-card--panda { background: linear-gradient(180deg, #fff8f0, #f4fbef); }
.collection-card--panda figure { background: #f9fbf2; }
.collection-card--panda img { width: 82%; height: 82%; margin: 7% auto; object-fit: contain; }

.series-showcase { background: linear-gradient(180deg, var(--moon), #eef3eb); }
.series-showcase .section__inner { display: grid; gap: 34px; }
.series-feature {
  display: grid;
  grid-template-columns: minmax(300px, 520px) 1fr;
  gap: 58px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(12,52,44,.12);
  border-radius: 34px 34px 10px 34px;
  background: rgba(255,253,238,.62);
  box-shadow: 0 24px 70px rgba(6,31,26,.09);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.series-feature:hover {
  transform: translateY(-8px);
  border-color: rgba(111,141,190,.34);
  box-shadow: 0 34px 86px rgba(6,31,26,.15);
}
.series-feature--reverse { grid-template-columns: 1fr minmax(300px, 520px); }
.series-feature--reverse figure { order: 2; }
.series-feature figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 380px;
  border-radius: 28px 28px 28px 8px;
  background: var(--deep);
}
.series-feature figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(6,31,26,.22));
  pointer-events: none;
}
.series-feature img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.series-feature:hover img { transform: scale(1.04); }
.series-feature .detail-panda { background: #f8fbf2; }
.series-feature .detail-panda img { width: 82%; height: auto; margin: 8% auto; object-fit: contain; }
.series-feature h2 { max-width: 720px; }
.series-feature p:not(.eyebrow) { max-width: 680px; margin-top: 20px; color: rgba(12,52,44,.72); font-size: 18px; }

.gifting-layout { display: grid; grid-template-columns: minmax(280px, 400px) 1fr; gap: 70px; align-items: start; }
.gifting-mosaic { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }

.gifting-card {
  position: relative;
  min-height: 240px;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 253, 238, 0.82);
  border: 1px solid rgba(6, 31, 26, 0.08);
  box-shadow: 0 18px 50px rgba(6, 31, 26, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.gifting-card:nth-child(3) {
  transform: translateY(18px);
}

.gifting-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(6, 31, 26, 0.14);
  background: #fff;
}

.gifting-card:nth-child(3):hover {
  transform: translateY(10px);
}

.gifting-card span {
  color: var(--green);
  font-weight: 900;
  font-size: 13px;
}

.gifting-card h3 {
  margin-top: 44px;
  font-size: 25px;
}

.gifting-card p {
  margin-top: 12px;
  color: rgba(12, 52, 44, 0.72);
}

.gifting-card--wide {
  grid-column: span 2;
  min-height: 280px;
  background: linear-gradient(135deg, #f9f1df, #ecf5e8);
}

.gifting-card--image {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--deep);
}

.gifting-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 0.6s ease, opacity 0.3s ease;
}

.gifting-card--image:hover img {
  transform: scale(1.04);
  opacity: 0.95;
}

.gifting-card--image span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: var(--moon);
  background: rgba(6, 31, 26, 0.68);
  padding: 8px 12px;
  border-radius: 999px;
}

.panda-band { color: var(--moon); background: linear-gradient(135deg, #08241e, #123d34 58%, #314b38); }
.panda-band__grid { display: grid; grid-template-columns: minmax(260px, 440px) 1fr; gap: 76px; align-items: center; }
.panda-band__visual { overflow: hidden; border-radius: 38px 38px 38px 10px; background: radial-gradient(circle at 50% 30%, rgba(227,239,38,.4), transparent 34%), rgba(255,253,238,.08); transition: transform .32s ease; }
.panda-band__visual:hover { transform: translateY(-10px) rotate(-1deg); }
.panda-band__visual img { width: 86%; margin: 7% auto; }
.panda-band .eyebrow { color: var(--sprout); }
.panda-band h2 { max-width: 760px; }
.panda-band p:not(.eyebrow) { margin: 24px 0 30px; color: rgba(255,253,238,.76); font-size: 18px; }

.cocreate-preview { color: var(--moon); background: linear-gradient(145deg, rgba(7,102,83,.98), rgba(6,31,26,1)); }
.cocreate-panel { display: grid; grid-template-columns: minmax(260px, 390px) 1fr; gap: 72px; padding: 44px; border: 1px solid var(--white-line); border-radius: 34px 34px 10px 34px; background: rgba(255,253,238,.08); backdrop-filter: blur(14px); }
.cocreate-panel .eyebrow { color: var(--sprout); }
.cocreate-panel p { color: rgba(255,253,238,.82); font-size: 19px; }
.capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.capability-card {
  min-height: 310px;
  display: grid;
  align-content: space-between;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 28px 28px 10px 28px;
  background: rgba(255,255,255,.5);
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}
.capability-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); background: #fff; }
.capability-card span { color: var(--green); font-size: 13px; font-weight: 900; }
.capability-card h3 { margin-top: 58px; font-size: 25px; }
.capability-card p { margin-top: 14px; color: rgba(12,52,44,.72); }
.method-band {
  background:
    radial-gradient(circle at 18% 18%, rgba(111,141,190,.18), transparent 26%),
    radial-gradient(circle at 86% 72%, rgba(230,209,69,.12), transparent 28%),
    linear-gradient(135deg, #061f1a, #0b352d);
  color: var(--moon);
}
.method-band .eyebrow { color: var(--brand-yellow); }
.method-line { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 46px; border-top: 1px solid rgba(111,141,190,.42); border-left: 1px solid rgba(111,141,190,.42); }
.method-step {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid rgba(111,141,190,.34);
  border-bottom: 1px solid rgba(111,141,190,.34);
  background: rgba(255,253,238,.025);
  transition: background .28s ease, box-shadow .28s ease, transform .28s ease;
}
.method-step:hover {
  transform: translateY(-5px);
  background: rgba(111,141,190,.12);
  box-shadow: inset 0 0 0 1px rgba(230,209,69,.2), 0 22px 54px rgba(0,0,0,.18);
}
.method-step span { color: var(--brand-yellow); font-size: 13px; font-weight: 900; }
.method-step h3 { margin-top: 54px; font-size: 25px; }
.method-step p { margin-top: 14px; color: rgba(255,253,238,.72); }
.proof-layout { display: grid; grid-template-columns: minmax(260px, 420px) 1fr; gap: 70px; align-items: start; }
.proof-list { display: grid; gap: 14px; }
.proof-row { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 22px 0; border-top: 1px solid var(--line); }
.proof-row strong { color: var(--green); }
.proof-row p { color: rgba(12,52,44,.72); }
.scene-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.scene-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  align-items: end;
  border-radius: 30px 30px 10px 30px;
  background: var(--deep);
  box-shadow: var(--shadow);
  transition: transform .3s ease, box-shadow .3s ease;
}
.scene-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-strong); }
.scene-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
  transition: transform .65s ease, opacity .3s ease;
}
.scene-card:hover img { transform: scale(1.05); opacity: .9; }
.scene-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,31,26,.08), rgba(6,31,26,.82));
}
.scene-card div { position: relative; z-index: 2; padding: 26px; color: var(--moon); }
.scene-card h3 { font-size: 27px; }
.scene-card p { margin: 14px 0 20px; color: rgba(255,253,238,.76); }
.home-cta { color: var(--moon); background: linear-gradient(135deg, var(--green), var(--deep)); }
.home-cta__box { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: end; }
.home-cta h2 { max-width: 840px; }
.home-cta p { max-width: 620px; margin-top: 20px; color: rgba(255,253,238,.76); }

.shop-hero {
  min-height: 76svh;
  display: grid;
  grid-template-columns: minmax(320px, 680px) minmax(280px, 390px);
  gap: 70px;
  align-items: center;
  padding: 150px max(24px, calc((100vw - var(--max)) / 2)) 80px;
  background:
    radial-gradient(circle at 78% 22%, rgba(227,239,38,.28), transparent 28%),
    linear-gradient(135deg, #fffdee, #eef3eb 62%, #f5ddd0);
}
.shop-hero h1 { max-width: 800px; }
.shop-hero p:not(.eyebrow) { max-width: 620px; margin-top: 24px; color: rgba(12,52,44,.72); font-size: 19px; }
.shop-cart {
  align-self: center;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(12,52,44,.14);
  border-radius: 30px 30px 10px 30px;
  background: rgba(255,253,238,.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.shop-cart__label { color: var(--green); font-size: 13px; font-weight: 900; }
.shop-cart strong { font-size: 28px; line-height: 1.1; }
.shop-cart p { color: rgba(12,52,44,.64); }
.shop-cart__list { display: grid; gap: 8px; min-height: 40px; margin: 0; padding: 0; list-style: none; }
.shop-cart__list li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); color: rgba(12,52,44,.78); font-size: 14px; }
.shop-section__head { display: grid; grid-template-columns: 180px 1fr; gap: 34px; align-items: start; margin-bottom: 42px; }
.shop-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.shop-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, .95fr) 1fr;
  min-height: 390px;
  border-radius: 30px 30px 10px 30px;
  background: var(--moon);
  box-shadow: var(--shadow);
  transition: transform .3s ease, box-shadow .3s ease;
}
.shop-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-strong); }
.shop-card figure { margin: 0; background: var(--deep); overflow: hidden; }
.shop-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.shop-card:hover img { transform: scale(1.05); }
.shop-card div { display: grid; align-content: center; gap: 12px; padding: 30px; }
.shop-card span { color: var(--green); font-size: 13px; font-weight: 900; }
.shop-card h3 { font-size: 30px; }
.shop-card p { color: rgba(12,52,44,.72); }
.shop-card strong { color: var(--deep); font-size: 22px; }
.shop-card .btn { justify-self: start; margin-top: 8px; }
.shop-card .btn.is-added { color: var(--deep); background: var(--brand-yellow); border-color: var(--brand-yellow); }
.shop-card--wide { grid-column: span 2; }
.shop-card--panda figure { background: #f8fbf2; }
.shop-card--panda img { width: 84%; height: 84%; margin: 8% auto; object-fit: contain; }

.page-hero { position: relative; min-height: 72svh; display: grid; align-items: end; overflow: hidden; color: var(--moon); background: var(--deep); }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,31,26,.92), rgba(6,31,26,.38)), linear-gradient(0deg, rgba(6,31,26,.54), transparent 55%); }
.page-hero__content { position: relative; z-index: 2; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 150px 0 90px; }
.page-hero__content .eyebrow { color: var(--sprout); }
.page-hero__content h1 { max-width: 850px; }
.page-hero__content p:not(.eyebrow) { max-width: 620px; margin-top: 24px; color: rgba(255,253,238,.8); font-size: 19px; }
.page-hero--gifting > img { object-position: center 36%; }
.page-hero--cocreation > img { object-position: center; }

.detail-hero {
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(320px, 640px) minmax(300px, 520px);
  gap: 70px;
  align-items: center;
  padding: 150px max(24px, calc((100vw - var(--max)) / 2)) 90px;
  background:
    radial-gradient(circle at 76% 18%, rgba(230,209,69,.26), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(111,141,190,.18), transparent 25%),
    linear-gradient(135deg, #fffdee, #eef3eb 62%, #f7eadb);
}
.detail-hero h1 { max-width: 760px; }
.detail-hero p:not(.eyebrow) { margin-top: 24px; color: rgba(12,52,44,.72); font-size: 19px; }
.detail-hero__image {
  margin: 0;
  overflow: hidden;
  min-height: 520px;
  border-radius: 34px 34px 34px 10px;
  background: var(--deep);
  box-shadow: var(--shadow);
}
.detail-hero__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.detail-hero__image:hover img { transform: scale(1.04); }

.story-timeline { display: grid; gap: 18px; }
.timeline-card { display: grid; grid-template-columns: 150px minmax(250px, 380px) 1fr; gap: 34px; padding: 30px 0; border-top: 1px solid var(--line); }
.timeline-card span { color: var(--green); font-weight: 900; }
.timeline-card p { color: rgba(12,52,44,.72); }
.visual-story { display: grid; gap: 44px; }
.visual-story__grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 18px; }
.visual-story figure { position: relative; margin: 0; overflow: hidden; border-radius: 28px 28px 28px 10px; background: var(--deep); min-height: 440px; }
.visual-story img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.visual-story figure:hover img { transform: scale(1.05); }
.visual-story figcaption { position: absolute; left: 18px; bottom: 18px; color: var(--moon); background: rgba(6,31,26,.68); padding: 8px 12px; border-radius: 999px; font-size: 13px; font-weight: 900; }

.detail-row { display: grid; grid-template-columns: minmax(300px, 500px) 1fr; gap: 70px; align-items: center; }
.detail-row--reverse { grid-template-columns: 1fr minmax(300px, 500px); }
.detail-row--reverse figure { order: 2; }
.detail-row figure { margin: 0; overflow: hidden; border-radius: 34px 34px 34px 10px; background: var(--deep); box-shadow: var(--shadow); }
.detail-row img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.detail-row figure:hover img { transform: scale(1.05); }
.detail-row p:not(.eyebrow) { margin-top: 20px; color: rgba(12,52,44,.72); font-size: 18px; }
.detail-panda { background: #f8fbf2 !important; }
.detail-panda img { width: 84%; margin: 8% auto; object-fit: contain; }
.mini-products { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.mini-products span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); font-size: 13px; font-weight: 900; }

.scenario-board { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.scenario-card { min-height: 330px; padding: 34px; border-radius: 32px 32px 10px 32px; background: var(--paper); box-shadow: var(--shadow); transition: transform .3s ease, box-shadow .3s ease; }
.scenario-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-strong); }
.scenario-card span { color: var(--green); font-weight: 900; font-size: 13px; }
.scenario-card h2 { margin-top: 70px; font-size: 34px; }
.scenario-card p { margin-top: 16px; color: rgba(12,52,44,.72); }
.scenario-card--large { min-height: 420px; background: linear-gradient(135deg, #f8f0de, #e8f2df); }
.scenario-card--image { grid-column: span 2; display: grid; grid-template-columns: .9fr 1fr; gap: 30px; padding: 0; overflow: hidden; }
.scenario-card--image img { width: 100%; height: 100%; object-fit: cover; }
.scenario-card--image div { padding: 34px; }

.panda-hero { min-height: 100svh; padding: 140px max(24px, calc((100vw - var(--max)) / 2)) 80px; display: grid; grid-template-columns: minmax(320px, 590px) 1fr; gap: 70px; align-items: center; color: var(--deep); background: radial-gradient(circle at 72% 26%, #f4d8c9, transparent 28%), linear-gradient(135deg, #fff8ef, #e9f5df); }
.panda-hero h1 { max-width: 760px; }
.panda-hero p:not(.eyebrow) { margin: 24px 0 30px; color: rgba(12,52,44,.74); font-size: 19px; }
.panda-hero__visual { position: relative; min-height: 620px; }
.panda-hero__visual img { position: absolute; width: 58%; border-radius: 34px; filter: drop-shadow(0 22px 35px rgba(6,31,26,.16)); transition: transform .35s ease; }
.panda-hero__visual img:first-child { left: 0; top: 30px; transform: rotate(-5deg); }
.panda-hero__visual img:last-child { right: 0; bottom: 20px; transform: rotate(4deg); }
.panda-hero__visual img:hover { transform: translateY(-10px) rotate(0deg); }
.ip-world { display: grid; grid-template-columns: 320px 1fr; gap: 70px; }
.ip-world__list, .ip-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ip-world article, .ip-card { padding: 28px; border-radius: 28px 28px 10px 28px; background: var(--moon); box-shadow: var(--shadow); transition: transform .28s ease, box-shadow .28s ease; }
.ip-world article:hover, .ip-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-strong); }
.ip-world span { color: var(--green); font-weight: 900; }
.ip-world h3, .ip-card h3 { margin-top: 38px; }
.ip-world p, .ip-card p { margin-top: 12px; color: rgba(12,52,44,.72); }
.ip-card img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #f8fbf2; border-radius: 22px; }

.collaboration-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.collab-card { min-height: 330px; padding: 28px; border: 1px solid var(--line); border-radius: 28px 28px 10px 28px; background: #fff; transition: transform .28s ease, box-shadow .28s ease; }
.collab-card:nth-child(even) { transform: translateY(34px); }
.collab-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.collab-card:nth-child(even):hover { transform: translateY(20px); }
.collab-card span { color: var(--green); font-weight: 900; font-size: 13px; }
.collab-card h2 { margin-top: 78px; font-size: 28px; }
.collab-card p { margin-top: 14px; color: rgba(12,52,44,.72); }
.process-line { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.process-line article { padding: 26px 0; border-top: 1px solid var(--line); }
.process-line span { color: var(--green); font-weight: 900; }
.process-line h3 { margin-top: 34px; }
.process-line p { margin-top: 12px; color: rgba(12,52,44,.72); }

.contact-page { min-height: 100svh; padding: 150px max(24px, calc((100vw - var(--max)) / 2)) 90px; background: linear-gradient(135deg, #eef3eb, #fffdee); }
.contact-page__intro { max-width: 760px; margin-bottom: 44px; }
.contact-page__intro p:not(.eyebrow) { margin-top: 22px; color: rgba(12,52,44,.72); font-size: 19px; }
.contact-page__grid { display: grid; grid-template-columns: minmax(300px, 450px) minmax(0, 560px); gap: 70px; align-items: start; }
.contact-info-card, .contact-form { padding: 32px; border-radius: 30px 30px 10px 30px; background: var(--moon); box-shadow: var(--shadow); }
.contact-info-card p { margin-top: 18px; color: rgba(12,52,44,.72); }
.contact-info-card strong { display: block; color: var(--ink); }
.contact-qr-row { display: flex; gap: 14px; margin-top: 30px; }
.contact-qr-row div, .footer-qr div { width: 132px; aspect-ratio: 1; display: grid; place-items: center; border: 1px dashed rgba(12,52,44,.28); border-radius: 22px; background: rgba(255,255,255,.55); }
.contact-qr-row span, .footer-qr span { font-size: 12px; color: rgba(12,52,44,.62); }
.contact-qr-row b, .footer-qr b { font-size: 26px; color: rgba(12,52,44,.38); }
.contact-form { display: grid; gap: 17px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form span { font-size: 13px; font-weight: 900; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fff; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(7,102,83,.12); }
.contact-form textarea { resize: vertical; }
.form-note { color: rgba(12,52,44,.62); font-size: 13px; }

.commerce-page {
  min-height: 100svh;
  padding: 140px max(24px, calc((100vw - var(--max)) / 2)) 90px;
  background:
    radial-gradient(circle at 78% 16%, rgba(230,209,69,.28), transparent 28%),
    radial-gradient(circle at 16% 78%, rgba(111,141,190,.2), transparent 26%),
    linear-gradient(135deg, #fffdee, #eef3eb);
}
.commerce-page__intro { max-width: 780px; margin-bottom: 42px; }
.commerce-page__intro p:not(.eyebrow) { max-width: 640px; margin-top: 22px; color: rgba(12,52,44,.72); font-size: 19px; }
.commerce-layout { display: grid; grid-template-columns: 1fr 360px; gap: 28px; align-items: start; }
.cart-panel, .checkout-panel, .checkout-summary {
  padding: 30px;
  border: 1px solid rgba(12,52,44,.12);
  border-radius: 30px 30px 10px 30px;
  background: rgba(255,253,238,.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.cart-list-page { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.cart-list-page li {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px 22px 8px 22px;
  background: rgba(255,255,255,.54);
}
.cart-list-page img { width: 86px; aspect-ratio: 1; object-fit: cover; border-radius: 16px; background: #fff; }
.cart-list-page h3 { font-size: 20px; }
.cart-list-page p { color: rgba(12,52,44,.66); font-size: 14px; }
.cart-list-page strong, .checkout-summary strong { color: var(--deep); }
.cart-remove {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}
.cart-list-page .cart-empty-state { display: grid; grid-template-columns: 1fr; gap: 18px; justify-items: start; padding: 26px; border: 1px dashed var(--line); border-radius: 24px 24px 8px 24px; }
.checkout-summary { position: sticky; top: calc(var(--header) + 24px); display: grid; gap: 14px; }
.checkout-summary__list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: rgba(12,52,44,.72); }
.checkout-summary__list li { display: flex; justify-content: space-between; gap: 16px; padding-top: 10px; border-top: 1px solid var(--line); }
.checkout-total { display: flex; justify-content: space-between; gap: 16px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 20px; }
.checkout-panel .contact-form { box-shadow: none; padding: 0; background: transparent; }

.site-footer {
  color: var(--moon);
  background:
    radial-gradient(circle at 86% 18%, rgba(111,141,190,.16), transparent 24%),
    #061b16;
}
.footer__inner { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 58px 0; display: grid; grid-template-columns: 1.1fr 1fr 310px; gap: 46px; border-bottom: 1px solid rgba(255,253,238,.16); }
.footer-brand p, .footer-info p { margin-top: 14px; color: rgba(255,253,238,.68); }
.footer-info h3 { margin: 0 0 16px; font-size: 16px; }
.footer-qr { display: flex; gap: 14px; }
.footer-qr div { border-color: rgba(255,253,238,.36); background: rgba(255,253,238,.06); }
.footer-qr span { color: rgba(255,253,238,.7); }
.footer-qr b { color: rgba(255,253,238,.5); }
.footer-bottom { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 18px 0 28px; color: rgba(255,253,238,.58); font-size: 13px; }

/* Home editorial rhythm */
body[data-page="home"] {
  background:
    linear-gradient(180deg, #fffdee 0%, #fffdee 42%, #eef4ed 100%);
}

body[data-page="home"] .site-header:not(.is-scrolled):not(.is-open) {
  color: var(--ink);
  background: rgba(255,253,238,.42);
  box-shadow: 0 1px 0 rgba(255,253,238,.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body[data-page="home"] .site-header:not(.is-scrolled):not(.is-open) .site-nav a {
  background: rgba(255,253,238,.3);
}

body[data-page="home"] .site-header:not(.is-scrolled):not(.is-open) .site-nav .nav-cart {
  background: var(--brand-yellow);
}

body[data-page="home"] .section {
  padding: clamp(86px, 10vw, 138px) 0;
}

body[data-page="home"] .section__inner {
  width: min(1240px, calc(100% - 56px));
}

body[data-page="home"] .section-heading {
  max-width: 690px;
  margin-bottom: 54px;
}

body[data-page="home"] .section-heading h2,
body[data-page="home"] .split-intro h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.08;
}

body[data-page="home"] .eyebrow,
body[data-page="home"] .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(7,102,83,.9);
}

body[data-page="home"] .eyebrow::before,
body[data-page="home"] .section-label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--brand-blue);
}

body[data-page="home"] .hero-actions,
body[data-page="home"] .button-row {
  gap: 12px;
}

body[data-page="home"] .btn {
  min-height: 46px;
  padding: 0 22px;
  box-shadow: none;
}

body[data-page="home"] .brand-film {
  min-height: clamp(680px, 100svh, 930px);
  background: #143c37;
}

body[data-page="home"] .brand-film::before {
  content: "TFORIGIN";
  position: absolute;
  z-index: 1;
  left: 54%;
  top: 46%;
  transform: translate(-50%, -50%);
  color: rgba(255,253,238,.045);
  font-size: clamp(76px, 15vw, 220px);
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}

body[data-page="home"] .brand-film__video {
  filter: saturate(1.03) contrast(.98) brightness(1.08);
  opacity: .86;
}

body[data-page="home"] .brand-film__shade {
  background:
    linear-gradient(90deg, rgba(6,31,26,.86), rgba(6,31,26,.48) 46%, rgba(6,31,26,.08) 82%),
    linear-gradient(180deg, rgba(6,31,26,.22), rgba(6,31,26,.04) 40%, rgba(6,31,26,.42)),
    radial-gradient(circle at 68% 34%, rgba(255,253,238,.14), transparent 24%),
    radial-gradient(circle at 18% 78%, rgba(111,141,190,.24), transparent 24%),
    radial-gradient(circle at 72% 18%, rgba(230,209,69,.18), transparent 20%);
}

body[data-page="home"] .brand-film__content {
  width: min(1180px, calc(100% - 72px));
  min-height: clamp(680px, 100svh, 930px);
  align-content: center;
  padding: calc(var(--header) + 88px) 0 96px;
  transform: translateY(24px);
}

body[data-page="home"] .brand-film__content .eyebrow {
  color: var(--brand-yellow);
  margin-bottom: 28px;
}

body[data-page="home"] .brand-film__content .eyebrow::before {
  background: var(--brand-yellow);
}

body[data-page="home"] .brand-film__content h1 {
  max-width: 840px;
  font-size: clamp(54px, 7vw, 92px);
  line-height: 1.02;
  text-wrap: balance;
  text-shadow: 0 18px 60px rgba(6,31,26,.34);
}

body[data-page="home"] .brand-film__content .hero-lead {
  max-width: 650px;
  margin-top: 34px;
  color: rgba(255,253,238,.86);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 2;
}

body[data-page="home"] .brand-film__content .hero-actions {
  margin-top: 44px;
}

body[data-page="home"] .home-hero {
  min-height: 760px;
  overflow: visible;
  background:
    radial-gradient(circle at 78% 18%, rgba(230,209,69,.18), transparent 25%),
    radial-gradient(circle at 18% 76%, rgba(111,141,190,.16), transparent 26%),
    linear-gradient(135deg, #fffdee 0%, #f3f3e8 56%, #eaf2ee 100%);
}

body[data-page="home"] .home-hero__inner {
  grid-template-columns: minmax(330px, 520px) minmax(500px, 1fr);
  gap: clamp(40px, 7vw, 96px);
  min-height: clamp(560px, 72svh, 760px);
  align-items: center;
  padding-top: 24px;
}

body[data-page="home"] .home-hero__copy {
  align-self: center;
  padding-top: 52px;
}

body[data-page="home"] .home-hero h2 {
  max-width: 980px;
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1.06;
  margin: 0 auto;
}

body[data-page="home"] .home-hero .hero-lead {
  max-width: 500px;
  font-size: 18px;
  line-height: 1.95;
}

body[data-page="home"] .hero-composition {
  min-height: 650px;
  transform: translateX(18px);
}

body[data-page="home"] .hero-composition::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 6%;
  top: 18%;
  bottom: 14%;
  border: 1px solid rgba(12,52,44,.12);
  border-radius: 46% 54% 42% 58%;
  background: rgba(255,253,238,.38);
  box-shadow: 0 34px 90px rgba(6,31,26,.08);
}

body[data-page="home"] .hero-tile {
  border-radius: 26px 26px 10px 26px;
  border-color: rgba(255,253,238,.68);
  box-shadow: 0 28px 72px rgba(6,31,26,.13);
}

body[data-page="home"] .hero-tile--gift {
  width: min(48vw, 390px);
  height: 470px;
  left: 42px;
  top: 96px;
  transform: rotate(-2.5deg);
  z-index: 3;
}

body[data-page="home"] .hero-tile--life {
  width: 250px;
  height: 330px;
  right: 8px;
  top: 54px;
  transform: rotate(3.5deg);
  z-index: 2;
}

body[data-page="home"] .hero-tile--panda {
  width: 300px;
  height: 315px;
  right: 130px;
  bottom: 32px;
  transform: rotate(-1.5deg);
  z-index: 4;
}

body[data-page="home"] .hero-tile span {
  left: 18px;
  bottom: 18px;
  border-radius: 999px;
  background: rgba(6,31,26,.76);
}

body[data-page="home"] .story-preview .split-intro {
  grid-template-columns: 170px minmax(340px, 700px) minmax(280px, 360px);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

body[data-page="home"] .story-preview .section-label {
  align-self: start;
  margin-top: 10px;
}

body[data-page="home"] #collections {
  background:
    linear-gradient(180deg, #f6efe1, #fff9ea 52%, #f2f5ed);
}

body[data-page="home"] #collections .section-heading {
  margin-left: clamp(0px, 6vw, 86px);
}

body[data-page="home"] .collection-grid--home {
  grid-template-columns: 1.25fr .78fr .9fr;
  grid-template-rows: 120px 360px 130px;
  gap: 24px;
  align-items: stretch;
}

body[data-page="home"] .collection-card {
  min-height: 0;
  grid-template-rows: none;
  display: grid;
  isolation: isolate;
  border-radius: 34px 34px 10px 34px;
  background: rgba(255,253,238,.78);
}

body[data-page="home"] .collection-card figure {
  position: absolute;
  inset: 0;
  z-index: -1;
}

body[data-page="home"] .collection-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,31,26,.08), rgba(6,31,26,.78));
}

body[data-page="home"] .collection-card > div {
  align-content: end;
  min-height: 100%;
  padding: clamp(24px, 3vw, 38px);
  color: var(--moon);
}

body[data-page="home"] .collection-card span,
body[data-page="home"] .collection-card strong,
body[data-page="home"] .collection-card p {
  color: rgba(255,253,238,.82);
}

body[data-page="home"] .collection-card h3 {
  margin-top: 14px;
  color: var(--moon);
  font-size: clamp(42px, 5vw, 70px);
}

body[data-page="home"] .collection-card .btn {
  margin-top: 24px;
}

body[data-page="home"] .collection-card--yuanli {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}

body[data-page="home"] .collection-card--yuanwu {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}

body[data-page="home"] .collection-card--yuanwu > div {
  max-width: 520px;
}

body[data-page="home"] .collection-card--panda {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  min-height: 250px;
  transform: translateY(18px);
}

body[data-page="home"] .collection-card--panda figure {
  background: #f8fbf2;
}

body[data-page="home"] .collection-card--panda figure::after {
  background: linear-gradient(180deg, rgba(6,31,26,0), rgba(6,31,26,.72));
}

body[data-page="home"] .collection-card--panda img {
  width: 70%;
  height: 70%;
  margin: 6% auto 0;
}

body[data-page="home"] .collection-card--panda > div {
  padding: 24px;
}

body[data-page="home"] .collection-card--panda h3 {
  font-size: 34px;
}

body[data-page="home"] .collection-card--panda p {
  display: none;
}

body[data-page="home"] .collection-card:hover {
  transform: translateY(-10px) rotate(.4deg);
}

body[data-page="home"] .series-showcase {
  background:
    radial-gradient(circle at 14% 22%, rgba(111,141,190,.12), transparent 24%),
    linear-gradient(180deg, #fffdee, #edf3ee);
}

body[data-page="home"] .series-showcase .section__inner {
  gap: clamp(70px, 9vw, 122px);
}

body[data-page="home"] .series-feature {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .series-feature:hover {
  transform: none;
  box-shadow: none;
}

body[data-page="home"] .series-feature figure {
  min-height: 470px;
  border-radius: 34px 34px 10px 34px;
  box-shadow: 0 28px 76px rgba(6,31,26,.13);
}

body[data-page="home"] .series-feature > div {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(12,52,44,.12);
  border-radius: 28px 28px 10px 28px;
  background: rgba(255,253,238,.82);
  box-shadow: 0 24px 70px rgba(6,31,26,.08);
  backdrop-filter: blur(16px);
}

body[data-page="home"] .series-feature--yuanli {
  grid-template-columns: minmax(520px, .96fr) minmax(360px, .72fr);
  align-items: center;
}

body[data-page="home"] .series-feature--yuanli > div {
  margin-left: -88px;
}

body[data-page="home"] .series-feature--yuanwu {
  grid-template-columns: minmax(350px, .72fr) minmax(500px, .95fr);
  align-items: center;
  margin-left: clamp(0px, 8vw, 96px);
}

body[data-page="home"] .series-feature--yuanwu > div {
  order: 1;
  margin-right: -70px;
}

body[data-page="home"] .series-feature--yuanwu figure {
  order: 2;
  min-height: 430px;
  border-radius: 10px 34px 34px 34px;
}

body[data-page="home"] .series-feature--panda {
  grid-template-columns: minmax(360px, 430px) minmax(420px, 1fr);
  align-items: end;
  margin-right: clamp(0px, 8vw, 110px);
}

body[data-page="home"] .series-feature--panda figure {
  min-height: 390px;
  transform: rotate(-2.5deg) translateX(24px);
  border-radius: 42px 42px 18px 42px;
  background:
    radial-gradient(circle at 42% 24%, rgba(230,209,69,.36), transparent 28%),
    #f8fbf2 !important;
}

body[data-page="home"] .series-feature--panda .detail-panda img {
  width: 92%;
  margin: 2% auto;
}

body[data-page="home"] .series-feature--panda > div {
  margin-left: 6px;
  margin-bottom: 28px;
}

body[data-page="home"] .capability-grid {
  grid-template-columns: 1.15fr .86fr 1fr .82fr;
  align-items: start;
}

body[data-page="home"] .capability-card {
  min-height: 280px;
  border-radius: 28px 28px 10px 28px;
}

body[data-page="home"] .capability-card:nth-child(2),
body[data-page="home"] .capability-card:nth-child(4) {
  transform: translateY(42px);
}

body[data-page="home"] .capability-card:nth-child(2):hover,
body[data-page="home"] .capability-card:nth-child(4):hover {
  transform: translateY(30px);
}

body[data-page="home"] .method-band {
  padding: clamp(90px, 11vw, 150px) 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(111,141,190,.22), transparent 26%),
    radial-gradient(circle at 84% 78%, rgba(230,209,69,.14), transparent 28%),
    linear-gradient(135deg, #08251f 0%, #0b352d 58%, #123f37 100%);
}

body[data-page="home"] .method-band .section-heading {
  max-width: 860px;
  margin-left: clamp(0px, 8vw, 96px);
}

body[data-page="home"] .method-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 72px;
  border: 0;
}

body[data-page="home"] .method-line::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 44%;
  height: 1px;
  background: linear-gradient(90deg, rgba(111,141,190,.18), rgba(230,209,69,.68), rgba(111,141,190,.24));
}

body[data-page="home"] .method-step {
  position: relative;
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(255,253,238,.16);
  border-radius: 28px 28px 10px 28px;
  background: rgba(255,253,238,.055);
  backdrop-filter: blur(14px);
}

body[data-page="home"] .method-step::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 28px;
  top: -7px;
  border-radius: 50%;
  background: var(--brand-yellow);
  box-shadow: 0 0 0 7px rgba(230,209,69,.12);
}

body[data-page="home"] .method-step:nth-child(2),
body[data-page="home"] .method-step:nth-child(4) {
  transform: translateY(44px);
}

body[data-page="home"] .method-step:nth-child(2)::before,
body[data-page="home"] .method-step:nth-child(4)::before {
  background: var(--brand-blue);
  box-shadow: 0 0 0 7px rgba(111,141,190,.15);
}

body[data-page="home"] .method-step:nth-child(2):hover,
body[data-page="home"] .method-step:nth-child(4):hover {
  transform: translateY(34px);
}

body[data-page="home"] .method-step h3 {
  margin-top: 48px;
}

body[data-page="home"] .gifting-scenes {
  background:
    radial-gradient(circle at 88% 16%, rgba(111,141,190,.12), transparent 22%),
    linear-gradient(180deg, #f6efe1, #fff9ea);
}

body[data-page="home"] .gifting-scenes .section-heading {
  margin-left: auto;
  margin-right: clamp(0px, 10vw, 118px);
}

body[data-page="home"] .scene-grid {
  grid-template-columns: 1.15fr .95fr .72fr;
  grid-template-rows: 250px 210px 250px;
  gap: 22px;
}

body[data-page="home"] .scene-card {
  min-height: 0;
  border-radius: 32px 32px 10px 32px;
}

body[data-page="home"] .scene-card:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}

body[data-page="home"] .scene-card:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
}

body[data-page="home"] .scene-card:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  transform: translateY(28px);
}

body[data-page="home"] .scene-card:nth-child(4) {
  grid-column: 3 / 4;
  grid-row: 2 / 4;
}

body[data-page="home"] .scene-card:nth-child(3):hover {
  transform: translateY(18px);
}

body[data-page="home"] .scene-card div {
  padding: clamp(22px, 3vw, 34px);
  transform: translateY(6px);
  transition: transform .3s ease;
}

body[data-page="home"] .scene-card:hover div {
  transform: translateY(-4px);
}

body[data-page="home"] .home-cta {
  background:
    radial-gradient(circle at 82% 18%, rgba(230,209,69,.16), transparent 24%),
    linear-gradient(135deg, #0a3a31, #061f1a);
}

body[data-page="home"] .home-cta__box {
  grid-template-columns: minmax(0, 760px) auto;
  align-items: center;
  padding: 10px 0;
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .site-header { padding: 0 22px; }
  body:not([data-page="home"]) .nav-toggle { background: rgba(255,253,238,.48); }
  .site-header { grid-template-columns: auto auto; }
  .nav-toggle { display: inline-grid; }
  .site-nav {
    position: absolute;
    top: var(--header);
    left: 18px;
    right: 18px;
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 16px;
    color: var(--ink);
    background: rgba(255,253,238,.96);
    border: 1px solid rgba(12,52,44,.12);
    border-radius: 24px 24px 10px 24px;
    box-shadow: var(--shadow-strong);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(.98);
    transform-origin: top right;
    transition: opacity .22s ease, transform .22s ease;
  }
  .site-header.is-open .site-nav,
  .site-header:focus-within .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }
  .site-nav a {
    min-height: 62px;
    display: grid;
    align-content: center;
    padding: 12px 14px;
    border-color: rgba(12,52,44,.1);
    border-radius: 18px 18px 6px 18px;
    background: rgba(255,255,255,.42);
  }
  .site-nav a::after { content: attr(data-menu-note); display: block; margin-top: 4px; color: rgba(12,52,44,.55); font-size: 12px; font-weight: 700; }
  .home-hero__inner, .panda-hero, .detail-hero, .series-feature, .series-feature--reverse { grid-template-columns: 1fr; }
  .series-feature--reverse figure { order: 0; }
  .hero-composition { min-height: 520px; }
  .split-intro, .gifting-layout, .panda-band__grid, .cocreate-panel, .ip-world, .contact-page__grid, .proof-layout, .home-cta__box { grid-template-columns: 1fr; }
  .shop-hero, .shop-section__head, .shop-grid, .shop-card, .capability-grid, .method-line { grid-template-columns: 1fr; }
  .shop-card--wide { grid-column: auto; }
  .collection-grid, .collaboration-grid, .process-line, .ip-world__list, .ip-product-grid, .visual-story__grid, .scene-grid, .commerce-layout { grid-template-columns: 1fr; }
  .detail-row, .detail-row--reverse, .scenario-board { grid-template-columns: 1fr; }
  .detail-row--reverse figure { order: 0; }
  .scenario-card--image { grid-column: auto; grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }

  body[data-page="home"] .section__inner,
  body[data-page="home"] .brand-film__content {
    width: min(100% - 44px, var(--max));
  }

  body[data-page="home"] .home-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 110px 0 84px;
  }

  body[data-page="home"] .home-hero__copy {
    padding-top: 0;
  }

  body[data-page="home"] .hero-composition {
    min-height: 540px;
    transform: none;
  }

  body[data-page="home"] .hero-tile--gift {
    width: min(52vw, 360px);
    height: 390px;
    left: 8%;
    top: 84px;
  }

  body[data-page="home"] .hero-tile--life {
    width: min(34vw, 250px);
    height: 300px;
    right: 8%;
  }

  body[data-page="home"] .hero-tile--panda {
    right: 24%;
    bottom: 22px;
  }

  body[data-page="home"] .story-preview .split-intro,
  body[data-page="home"] .collection-grid--home,
  body[data-page="home"] .series-feature,
  body[data-page="home"] .series-feature--yuanli,
  body[data-page="home"] .series-feature--yuanwu,
  body[data-page="home"] .series-feature--panda,
  body[data-page="home"] .capability-grid,
  body[data-page="home"] .method-line,
  body[data-page="home"] .scene-grid,
  body[data-page="home"] .home-cta__box {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  body[data-page="home"] #collections .section-heading,
  body[data-page="home"] .method-band .section-heading,
  body[data-page="home"] .gifting-scenes .section-heading,
  body[data-page="home"] .series-feature--yuanwu,
  body[data-page="home"] .series-feature--panda {
    margin-left: 0;
    margin-right: 0;
  }

  body[data-page="home"] .collection-card,
  body[data-page="home"] .collection-card--yuanli,
  body[data-page="home"] .collection-card--yuanwu,
  body[data-page="home"] .collection-card--panda,
  body[data-page="home"] .scene-card,
  body[data-page="home"] .scene-card:nth-child(1),
  body[data-page="home"] .scene-card:nth-child(2),
  body[data-page="home"] .scene-card:nth-child(3),
  body[data-page="home"] .scene-card:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    min-height: 360px;
    transform: none;
  }

  body[data-page="home"] .collection-card--panda p {
    display: block;
  }

  body[data-page="home"] .series-feature > div,
  body[data-page="home"] .series-feature--yuanli > div,
  body[data-page="home"] .series-feature--yuanwu > div,
  body[data-page="home"] .series-feature--panda > div {
    max-width: none;
    margin: -58px 22px 0;
    order: 2;
  }

  body[data-page="home"] .series-feature figure,
  body[data-page="home"] .series-feature--yuanwu figure,
  body[data-page="home"] .series-feature--panda figure {
    order: 1;
    min-height: 390px;
    transform: none;
  }

  body[data-page="home"] .method-line::before {
    left: 30px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(111,141,190,.18), rgba(230,209,69,.68), rgba(111,141,190,.24));
  }

  body[data-page="home"] .method-step,
  body[data-page="home"] .method-step:nth-child(2),
  body[data-page="home"] .method-step:nth-child(4),
  body[data-page="home"] .method-step:nth-child(2):hover,
  body[data-page="home"] .method-step:nth-child(4):hover {
    transform: none;
  }

  body[data-page="home"] .capability-card:nth-child(2),
  body[data-page="home"] .capability-card:nth-child(4),
  body[data-page="home"] .capability-card:nth-child(2):hover,
  body[data-page="home"] .capability-card:nth-child(4):hover {
    transform: none;
  }
}

@media (max-width: 680px) {
  :root { --header: 68px; }
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  .site-header {
    background: rgba(6,31,26,.68);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .site-header:not(.is-scrolled):not(.is-open) .brand-lockup,
  .site-header:not(.is-scrolled):not(.is-open) .nav-toggle { color: var(--moon); }
  .brand-lockup__en { font-size: 18px; }
  .brand-lockup__cn { font-size: 12px; }
  .brand-film, .brand-film__content { min-height: clamp(560px, 92svh, 720px); }
  .brand-film__shade {
    background:
      linear-gradient(90deg, rgba(6,31,26,.78), rgba(6,31,26,.54)),
      linear-gradient(180deg, rgba(6,31,26,.55), rgba(6,31,26,.12) 36%, rgba(6,31,26,.62)),
      radial-gradient(circle at 70% 20%, rgba(230,209,69,.14), transparent 28%);
  }
  .brand-film__content { width: min(100% - 36px, var(--max)); padding: 112px 0 70px; }
  .brand-film__content h1 { font-size: 40px; line-height: 1.12; overflow-wrap: anywhere; }
  .home-hero, .home-hero__inner { min-height: auto; }
  .home-hero__inner { width: min(100% - 36px, var(--max)); padding: 112px 0 70px; gap: 30px; }
  .home-hero h2 { max-width: 100%; font-size: 34px; line-height: 1.14; overflow-wrap: anywhere; }
  .home-hero .eyebrow { font-size: 11px; }
  .hero-lead { max-width: 100%; font-size: 15px; line-height: 1.82; overflow-wrap: break-word; }
  .hero-actions { gap: 10px; }
  .btn { min-height: 44px; padding: 0 18px; font-size: 14px; }
  .hero-composition { min-height: auto; display: grid; gap: 14px; }
  .hero-tile { position: relative; width: 100%; height: auto; min-height: 190px; inset: auto; transform: none; }
  .hero-tile--panda img { width: 62%; height: 190px; margin: 20px auto 38px; }
  .series-feature { padding: 18px; gap: 24px; }
  .series-feature figure { min-height: 260px; }
  .scene-card { min-height: 360px; }
  .detail-hero { min-height: auto; padding: 120px 18px 70px; gap: 30px; }
  .detail-hero__image { min-height: 340px; }
  .section { padding: 76px 0; }
  .section__inner, .page-hero__content { width: min(100% - 36px, var(--max)); }
  .page-hero { min-height: 64svh; }
  .page-hero__content { padding: 120px 0 64px; }
  .page-hero__content h1, .panda-hero h1, .contact-page__intro h1 { max-width: 100%; font-size: 38px; overflow-wrap: anywhere; }
  .page-hero__content p:not(.eyebrow), .panda-hero p:not(.eyebrow), .contact-page__intro p:not(.eyebrow) { font-size: 16px; }
  .collection-card { min-height: auto; grid-template-rows: 280px 1fr; }
  .collection-card h3 { font-size: 36px; }
  .collection-card > div, .scenario-card, .collab-card, .contact-info-card, .contact-form { padding: 24px; }
  .gifting-card--wide { grid-column: auto; }
  .gifting-mosaic { grid-template-columns: 1fr; }
  .gifting-card:nth-child(3), .gifting-card:nth-child(3):hover { transform: none; }
  .panda-hero { padding: 120px 18px 70px; gap: 30px; }
  .panda-hero__visual { min-height: 430px; }
  .panda-hero__visual img { width: 64%; }
  .contact-page { padding: 120px 18px 70px; }
  .shop-hero { min-height: auto; padding: 120px 18px 70px; gap: 28px; }
  .shop-hero, .shop-hero__copy, .shop-cart { min-width: 0; overflow: hidden; }
  .shop-hero__copy, .shop-cart { max-width: calc(100vw - 36px); }
  .shop-cart .btn { width: 100%; max-width: 100%; }
  .shop-hero h1 { max-width: 100%; font-size: 31px; overflow-wrap: anywhere; word-break: break-all; }
  .shop-hero p:not(.eyebrow) { max-width: 100%; font-size: 16px; overflow-wrap: break-word; }
  .shop-cart { width: 100%; }
  .shop-card { min-height: auto; }
  .shop-card figure { min-height: 280px; }
  .commerce-page { padding: 120px 18px 70px; }
  .cart-list-page li { grid-template-columns: 72px 1fr; }
  .cart-list-page img { width: 72px; }
  .cart-list-page .cart-remove { grid-column: 2; justify-self: start; }
  .contact-qr-row, .footer-qr { flex-wrap: wrap; }

  body[data-page="home"] .section {
    padding: 76px 0;
  }

  body[data-page="home"] .section__inner,
  body[data-page="home"] .brand-film__content {
    width: min(100% - 36px, var(--max));
  }

  body[data-page="home"] .section-heading {
    margin-bottom: 34px;
  }

  body[data-page="home"] .brand-film::before {
    left: 58%;
    top: 40%;
    font-size: 82px;
  }

  body[data-page="home"] .brand-film__content {
    transform: none;
  }

  body[data-page="home"] .brand-film__content h1 {
    max-width: 100%;
    font-size: 42px;
    line-height: 1.12;
  }

  body[data-page="home"] .brand-film__content .hero-lead {
    max-width: 100%;
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.86;
  }

  body[data-page="home"] .home-hero__inner {
    padding: 84px 0 70px;
  }

  body[data-page="home"] .home-hero h2,
  body[data-page="home"] .section-heading h2,
  body[data-page="home"] .split-intro h2 {
    font-size: 32px;
    line-height: 1.14;
  }

  body[data-page="home"] .hero-composition {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  body[data-page="home"] .hero-composition::before {
    display: none;
  }

  body[data-page="home"] .hero-tile,
  body[data-page="home"] .hero-tile--gift,
  body[data-page="home"] .hero-tile--life,
  body[data-page="home"] .hero-tile--panda {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 220px;
    transform: none;
  }

  body[data-page="home"] .collection-grid--home {
    gap: 16px;
  }

  body[data-page="home"] .collection-card,
  body[data-page="home"] .collection-card--yuanli,
  body[data-page="home"] .collection-card--yuanwu,
  body[data-page="home"] .collection-card--panda,
  body[data-page="home"] .scene-card,
  body[data-page="home"] .scene-card:nth-child(1),
  body[data-page="home"] .scene-card:nth-child(2),
  body[data-page="home"] .scene-card:nth-child(3),
  body[data-page="home"] .scene-card:nth-child(4) {
    min-height: 330px;
  }

  body[data-page="home"] .collection-card h3 {
    font-size: 38px;
  }

  body[data-page="home"] .series-showcase .section__inner {
    gap: 58px;
  }

  body[data-page="home"] .series-feature figure,
  body[data-page="home"] .series-feature--yuanwu figure,
  body[data-page="home"] .series-feature--panda figure {
    min-height: 270px;
  }

  body[data-page="home"] .series-feature > div,
  body[data-page="home"] .series-feature--yuanli > div,
  body[data-page="home"] .series-feature--yuanwu > div,
  body[data-page="home"] .series-feature--panda > div {
    margin: -38px 12px 0;
    padding: 22px;
  }

  body[data-page="home"] .method-line {
    gap: 14px;
    margin-top: 42px;
  }

  body[data-page="home"] .method-step {
    min-height: auto;
    padding: 24px 24px 24px 42px;
  }

  body[data-page="home"] .method-step::before {
    left: 16px;
  }

  body[data-page="home"] .method-step h3 {
    margin-top: 26px;
  }

  body[data-page="home"] .scene-grid {
    gap: 16px;
  }

  body[data-page="home"] .scene-card div {
    padding: 22px;
  }

  body[data-page="home"] .home-cta__box {
    gap: 20px;
  }
}

/* Refined brand navigation and page personalities */
html.has-menu-open,
html.has-menu-open body {
  overflow: hidden;
}

.site-header {
  grid-template-columns: auto 1fr auto;
  min-height: 76px;
  padding: 0 clamp(22px, 3.2vw, 52px);
  color: var(--moon);
  background: linear-gradient(180deg, rgba(6,31,26,.3), rgba(6,31,26,0));
  box-shadow: none;
}

.site-header.is-scrolled,
.site-header.is-menu-open,
body:not([data-page="home"]) .site-header {
  color: var(--ink);
  background: rgba(255,253,238,.74);
  box-shadow: 0 1px 0 rgba(12,52,44,.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

body[data-page="home"] .site-header:not(.is-scrolled):not(.is-menu-open) {
  color: var(--moon);
  background: linear-gradient(180deg, rgba(6,31,26,.24), rgba(6,31,26,0));
  box-shadow: none;
}

.brand-lockup__en { font-size: 23px; }

.site-nav--primary {
  justify-self: center;
  gap: clamp(22px, 2.8vw, 42px);
}

.site-nav--primary a {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  font-size: 14px;
  font-weight: 900;
}

.site-nav--primary a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: var(--brand-yellow);
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity .24s ease, transform .24s ease;
}

.site-nav--primary a:hover,
.site-nav--primary a.is-active {
  color: currentColor;
  transform: none;
}

.site-nav--primary a:hover::after,
.site-nav--primary a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
}

.bag-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 2px;
  font-size: 13px;
  font-weight: 900;
}

.bag-link span {
  min-width: 21px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,253,238,.42);
  border-radius: 50%;
  color: var(--deep);
  background: var(--brand-yellow);
  font-size: 11px;
}

.menu-toggle,
.menu-close {
  border: 1px solid rgba(255,253,238,.44);
  border-radius: 999px;
  color: currentColor;
  background: rgba(255,253,238,.08);
  cursor: pointer;
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 16px;
  font-weight: 900;
}

.menu-toggle i {
  position: relative;
  width: 22px;
  height: 10px;
  display: block;
}

.menu-toggle i::before,
.menu-toggle i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 1px;
  background: currentColor;
  transition: transform .24s ease, top .24s ease;
}

.menu-toggle i::before { top: 1px; }
.menu-toggle i::after { top: 9px; }
.menu-toggle:hover { transform: translateY(-2px); background: rgba(255,253,238,.18); }
.site-header.is-scrolled .menu-toggle,
.site-header.is-menu-open .menu-toggle,
body:not([data-page="home"]) .menu-toggle {
  border-color: rgba(12,52,44,.2);
  background: rgba(255,253,238,.48);
}

.site-header.is-menu-open .menu-toggle i::before { top: 5px; transform: rotate(28deg); }
.site-header.is-menu-open .menu-toggle i::after { top: 5px; transform: rotate(-28deg); }

.brand-menu {
  position: fixed;
  inset: 0;
  z-index: 140;
  pointer-events: none;
  visibility: hidden;
}

.brand-menu.is-open {
  pointer-events: auto;
  visibility: visible;
}

.brand-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6,31,26,.34);
  opacity: 0;
  transition: opacity .34s ease;
}

.brand-menu.is-open .brand-menu__backdrop { opacity: 1; }

.brand-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(760px, 100%);
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 28px clamp(24px, 5vw, 58px) 44px;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 14%, rgba(230,209,69,.26), transparent 24%),
    radial-gradient(circle at 18% 82%, rgba(111,141,190,.22), transparent 28%),
    linear-gradient(135deg, rgba(255,253,238,.98), rgba(239,245,238,.96) 56%, rgba(255,248,220,.96));
  box-shadow: -34px 0 100px rgba(6,31,26,.22);
  transform: translateX(104%);
  transition: transform .42s cubic-bezier(.22, .8, .24, 1);
}

.brand-menu.is-open .brand-menu__panel { transform: translateX(0); }

.brand-menu__top {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.menu-close {
  min-height: 40px;
  padding: 0 16px;
  border-color: rgba(12,52,44,.2);
  color: var(--ink);
  background: rgba(255,253,238,.5);
  font-weight: 900;
}

.brand-menu__content {
  display: grid;
  grid-template-columns: minmax(220px, 310px) minmax(280px, 1fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: end;
  padding-top: 64px;
}

.brand-menu__intro h2 {
  max-width: 320px;
  font-size: clamp(34px, 4vw, 54px);
}

.brand-menu__intro p:not(.eyebrow) {
  max-width: 310px;
  margin-top: 22px;
  color: rgba(12,52,44,.68);
  line-height: 1.9;
}

.brand-menu__nav { display: grid; gap: 8px; }

.brand-menu__nav > a {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(12,52,44,.12);
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: 1.05;
  transition: color .24s ease, transform .24s ease, border-color .24s ease;
}

.brand-menu__nav > a span {
  min-width: 34px;
  color: var(--brand-blue);
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.brand-menu__nav > a:hover,
.brand-menu__nav > a.is-active {
  color: var(--green);
  border-color: rgba(230,209,69,.72);
  transform: translateX(8px);
}

.brand-menu__subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 4px 0 16px 52px;
}

.brand-menu__subnav a {
  padding: 8px 12px;
  border: 1px solid rgba(12,52,44,.14);
  border-radius: 999px;
  color: rgba(12,52,44,.72);
  background: rgba(255,253,238,.46);
  font-size: 14px;
  font-weight: 900;
  transition: background .22s ease, transform .22s ease;
}

.brand-menu__subnav a:hover,
.brand-menu__subnav a.is-active {
  color: var(--deep);
  background: var(--brand-yellow);
  transform: translateY(-2px);
}

.btn {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
}

.btn--primary,
.btn--panda {
  color: var(--deep);
  background: var(--brand-yellow);
  border-color: var(--brand-yellow);
}

.btn--primary:hover,
.btn--panda:hover {
  background: #f0df5a;
  border-color: #f0df5a;
}

.btn--ghost-dark {
  background: rgba(255,253,238,.36);
  border-color: rgba(12,52,44,.24);
}

.btn--light {
  color: var(--moon);
  background: rgba(255,253,238,.14);
  border-color: rgba(255,253,238,.72);
}

p { line-height: 1.82; }

.section-heading p:not(.eyebrow),
.hero-lead,
.detail-hero p:not(.eyebrow),
.page-hero__content p:not(.eyebrow) {
  line-height: 1.92;
}

.eyebrow,
.section-label {
  font-size: 12px;
}

body[data-page="home"] .brand-film__content { transform: none; }
body[data-page="home"] .brand-film::before { color: rgba(255,253,238,.035); }
body[data-page="home"] .brand-film__shade {
  background:
    linear-gradient(90deg, rgba(6,31,26,.82), rgba(6,31,26,.38) 48%, rgba(6,31,26,.06) 84%),
    linear-gradient(180deg, rgba(6,31,26,.2), rgba(6,31,26,.03) 42%, rgba(6,31,26,.46)),
    radial-gradient(circle at 70% 28%, rgba(255,253,238,.14), transparent 22%),
    radial-gradient(circle at 20% 76%, rgba(111,141,190,.22), transparent 24%),
    radial-gradient(circle at 74% 18%, rgba(230,209,69,.14), transparent 20%);
}

body[data-page="home"] .collection-card,
body[data-page="home"] .scene-card,
.series-feature figure,
.detail-hero__image,
.page-hero > img {
  box-shadow: 0 26px 76px rgba(6,31,26,.12);
}

body[data-page="home"] .collection-card:hover,
body[data-page="home"] .scene-card:hover {
  box-shadow: 0 34px 86px rgba(6,31,26,.16);
}

body[data-page="brand"] .page-hero {
  min-height: 86svh;
  color: var(--moon);
  background:
    radial-gradient(circle at 74% 22%, rgba(230,209,69,.16), transparent 24%),
    linear-gradient(135deg, #08241e, #123b32);
}

body[data-page="brand"] .page-hero > img {
  opacity: .48;
  filter: saturate(.9) contrast(.96);
}

body[data-page="brand"] .timeline-card {
  grid-template-columns: 170px minmax(260px, 430px) minmax(260px, 1fr);
  padding: 42px 0;
}

body[data-page="brand"] .timeline-card h2 { font-size: clamp(32px, 4vw, 50px); }
body[data-page="brand"] .proof-row { padding: 28px 0; }
body[data-page="brand"] .visual-story__grid {
  grid-template-columns: 1.2fr .78fr .92fr;
  align-items: end;
}

body[data-page="brand"] .visual-story figure:nth-child(2) {
  min-height: 360px;
  transform: translateY(52px);
}

body[data-page="brand"] .visual-story figure:nth-child(3) { min-height: 400px; }

body[data-page="yuanli"] .detail-hero {
  grid-template-columns: minmax(360px, 610px) minmax(420px, 560px);
  background:
    radial-gradient(circle at 80% 18%, rgba(230,209,69,.26), transparent 26%),
    linear-gradient(135deg, #fffdee, #f5efe1 58%, #e8f0ec);
}

body[data-page="yuanli"] .detail-hero__image {
  min-height: 610px;
  border-radius: 28px 28px 8px 28px;
}

body[data-page="yuanli"] .proof-layout { grid-template-columns: minmax(300px, 500px) 1fr; }
body[data-page="yuanli"] .proof-row strong { color: var(--deep); }

body[data-page="yuanwu"] .detail-hero {
  grid-template-columns: minmax(340px, 560px) minmax(430px, 580px);
  background:
    radial-gradient(circle at 18% 76%, rgba(111,141,190,.18), transparent 26%),
    linear-gradient(135deg, #fffdf0, #f2f7ee 58%, #eef5f6);
}

body[data-page="yuanwu"] .detail-hero__copy {
  order: 2;
  padding: 34px;
  border: 1px solid rgba(12,52,44,.1);
  border-radius: 32px 32px 10px 32px;
  background: rgba(255,253,238,.62);
  backdrop-filter: blur(14px);
}

body[data-page="yuanwu"] .detail-hero__image {
  order: 1;
  min-height: 560px;
  border-radius: 46px 46px 46px 12px;
}

body[data-page="yuanwu"] .proof-row { border-top-color: rgba(111,141,190,.26); }

body[data-page="panda"] .panda-hero {
  background:
    radial-gradient(circle at 68% 24%, rgba(230,209,69,.26), transparent 25%),
    radial-gradient(circle at 20% 74%, rgba(111,141,190,.2), transparent 28%),
    linear-gradient(135deg, #fff8ef, #edf5e9);
}

body[data-page="panda"] .panda-hero__visual { min-height: 660px; }
body[data-page="panda"] .panda-hero__visual::before {
  content: "";
  position: absolute;
  inset: 10% 8% 8% 14%;
  border: 1px solid rgba(12,52,44,.12);
  border-radius: 44% 56% 48% 52%;
  background: rgba(255,253,238,.45);
  box-shadow: 0 24px 70px rgba(6,31,26,.08);
}

body[data-page="panda"] .panda-hero__visual img:first-child { width: 60%; z-index: 2; }
body[data-page="panda"] .panda-hero__visual img:last-child { width: 54%; z-index: 3; }
body[data-page="panda"] .ip-world__list,
body[data-page="panda"] .ip-product-grid { align-items: start; }
body[data-page="panda"] .ip-world article:nth-child(2),
body[data-page="panda"] .ip-card:nth-child(2) { transform: translateY(34px); }
body[data-page="panda"] .ip-world article:nth-child(3),
body[data-page="panda"] .ip-card:nth-child(3) { transform: translateY(12px); }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto auto; }
  .site-nav--primary { display: none; }
  .header-actions { gap: 12px; }
  .brand-menu__panel { width: min(680px, 100%); }
  .brand-menu__content {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 48px;
  }

  body[data-page="brand"] .timeline-card,
  body[data-page="brand"] .visual-story__grid,
  body[data-page="yuanli"] .detail-hero,
  body[data-page="yuanwu"] .detail-hero {
    grid-template-columns: 1fr;
  }

  body[data-page="yuanwu"] .detail-hero__copy,
  body[data-page="yuanwu"] .detail-hero__image { order: initial; }
  body[data-page="brand"] .visual-story figure:nth-child(2) { transform: none; }
}

@media (max-width: 680px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    display: flex;
    justify-content: space-between;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 68px;
    padding: 0 14px;
    left: 0;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    color: var(--ink);
    background: rgba(255,253,238,.78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .brand-lockup {
    min-width: 0;
    gap: 7px;
    padding-right: 96px;
  }

  .brand-lockup__en { font-size: 20px; }
  .brand-lockup__cn { display: none; }
  .header-actions {
    position: absolute;
    top: 50%;
    left: min(270px, calc(100vw - 108px));
    right: auto;
    gap: 5px;
    transform: translateY(-50%);
  }

  body[data-page="home"] .site-header:not(.is-scrolled):not(.is-menu-open) {
    color: var(--ink);
    background: rgba(255,253,238,.72);
  }

  .bag-link {
    font-size: 0;
    gap: 0;
    min-width: 30px;
    height: 38px;
    padding: 0 5px;
  }

  .bag-link::before { content: ""; }

  .menu-toggle {
    min-height: 38px;
    padding: 0 10px;
    gap: 0;
    border-color: rgba(12,52,44,.22);
    background: rgba(255,253,238,.48);
  }

  .menu-toggle span { font-size: 13px; }
  .menu-toggle i { display: none; }

  .hero-copy h1,
  .brand-film__copy h1 {
    font-size: clamp(36px, 11vw, 44px);
    overflow-wrap: anywhere;
  }

  .brand-menu__panel {
    width: 100%;
    padding: 22px 24px 34px;
    overflow-y: auto;
  }

  .brand-menu__content {
    gap: 30px;
    padding-top: 34px;
  }

  .brand-menu__intro h2 { font-size: 34px; }
  .brand-menu__nav > a { font-size: 30px; }
  .brand-menu__subnav { padding-left: 44px; }

  body[data-page="yuanli"] .detail-hero__image,
  body[data-page="yuanwu"] .detail-hero__image,
  body[data-page="panda"] .panda-hero__visual {
    min-height: 390px;
  }

  body[data-page="yuanwu"] .detail-hero__copy { padding: 24px; }
  body[data-page="panda"] .ip-world article:nth-child(2),
  body[data-page="panda"] .ip-card:nth-child(2),
  body[data-page="panda"] .ip-world article:nth-child(3),
  body[data-page="panda"] .ip-card:nth-child(3) {
    transform: none;
  }
}


/* Targeted polish: cleaner index hero, readable irregular cards, refined menu hierarchy */
body[data-page="home"] .brand-film::before,
body[data-page="home"] .brand-film::after,
.hero-watermark,
.brand-film__watermark,
.hero-logo-ghost {
  content: none !important;
  display: none !important;
}

body[data-page="home"] .brand-film,
body[data-page="home"] .brand-film__content {
  min-height: clamp(680px, 92svh, 880px);
}

body[data-page="home"] .brand-film__shade {
  background:
    linear-gradient(90deg, rgba(4, 33, 28, .64) 0%, rgba(4, 33, 28, .36) 30%, rgba(4, 33, 28, .1) 58%, rgba(4, 33, 28, 0) 100%),
    linear-gradient(180deg, rgba(4, 33, 28, .18), rgba(4, 33, 28, .05));
}

body[data-page="home"] .brand-film__content {
  width: min(100% - 56px, var(--max));
  align-content: center;
  justify-items: start;
  padding: 108px 0 76px;
  transform: none;
}

body[data-page="home"] .brand-film__content .eyebrow,
body[data-page="home"] .brand-film__content h1,
body[data-page="home"] .brand-film__content .hero-lead,
body[data-page="home"] .brand-film__content .hero-actions {
  max-width: 460px;
}

body[data-page="home"] .brand-film__content h1 {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.16;
  letter-spacing: 0;
}

body[data-page="home"] .brand-film__content .hero-lead {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 253, 238, .82);
}

body[data-page="home"] .brand-film__content .hero-actions {
  justify-content: center;
  margin-top: 30px;
}

body[data-page="home"] .collection-grid--home {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  grid-template-areas:
    "yuanli yuanwu"
    "yuanli panda";
  gap: clamp(22px, 3vw, 40px);
  align-items: start;
  overflow: visible;
}

body[data-page="home"] .collection-card,
body[data-page="home"] .collection-card--yuanli,
body[data-page="home"] .collection-card--yuanwu,
body[data-page="home"] .collection-card--panda {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  transform: none;
  overflow: hidden;
}

body[data-page="home"] .collection-card--yuanli {
  grid-area: yuanli;
  min-height: 720px;
}

body[data-page="home"] .collection-card--yuanwu {
  grid-area: yuanwu;
  margin-top: 34px;
}

body[data-page="home"] .collection-card--panda {
  grid-area: panda;
  margin-top: 8px;
}

body[data-page="home"] .collection-card:hover {
  transform: translateY(-8px);
}

body[data-page="home"] .collection-card figure {
  min-height: 300px;
}

body[data-page="home"] .collection-card > div {
  position: relative;
  z-index: 2;
}

body[data-page="home"] .series-showcase .section__inner {
  gap: clamp(42px, 6vw, 82px);
}

body[data-page="home"] .series-feature,
body[data-page="home"] .series-feature--yuanli,
body[data-page="home"] .series-feature--yuanwu,
body[data-page="home"] .series-feature--panda {
  position: relative;
  overflow: visible;
  margin: 0;
  transform: none;
  gap: clamp(28px, 4vw, 54px);
}

body[data-page="home"] .series-feature:hover {
  transform: translateY(-6px);
}

body[data-page="home"] .series-feature figure {
  z-index: 1;
}

body[data-page="home"] .series-feature > div {
  z-index: 2;
  margin: 0;
}

body[data-page="home"] .series-feature--yuanli > div {
  margin-left: -42px;
}

body[data-page="home"] .series-feature--yuanwu > div {
  margin-right: -42px;
}

body[data-page="home"] .series-feature--panda {
  grid-template-columns: minmax(280px, 430px) 1fr;
}

body[data-page="home"] .series-feature--panda > div {
  margin-left: -24px;
}

body[data-page="home"] .scene-grid {
  grid-template-columns: 1.15fr .9fr .95fr;
  grid-auto-rows: minmax(250px, auto);
  gap: clamp(18px, 2.5vw, 30px);
  align-items: stretch;
}

body[data-page="home"] .scene-card,
body[data-page="home"] .scene-card:nth-child(1),
body[data-page="home"] .scene-card:nth-child(2),
body[data-page="home"] .scene-card:nth-child(3),
body[data-page="home"] .scene-card:nth-child(4) {
  position: relative;
  transform: none;
  margin: 0;
  min-height: 280px;
  overflow: hidden;
}

body[data-page="home"] .scene-card:nth-child(1) {
  grid-column: span 2;
  min-height: 390px;
}

body[data-page="home"] .scene-card:nth-child(2) {
  margin-top: 34px;
}

body[data-page="home"] .scene-card:nth-child(3) {
  min-height: 300px;
}

body[data-page="home"] .scene-card:nth-child(4) {
  grid-row: span 2;
  min-height: 460px;
  margin-top: -28px;
}

body[data-page="home"] .scene-card:hover {
  transform: translateY(-7px);
}

.brand-menu__panel {
  padding-top: clamp(28px, 4vw, 48px);
}

.brand-menu__content {
  align-items: start;
  gap: clamp(46px, 7vw, 96px);
  padding-top: clamp(44px, 6vh, 76px);
}

.brand-menu__intro {
  align-self: start;
  padding-top: clamp(12px, 3vh, 34px);
}

.brand-menu__nav {
  align-self: start;
  padding-top: clamp(2px, 2vh, 24px);
}

.brand-menu__item {
  border-bottom: 1px solid rgba(12, 52, 44, .1);
}

.brand-menu__trigger {
  width: 100%;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 10px 0 18px;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.brand-menu__trigger span {
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 900;
}

.brand-menu__trigger b {
  font-family: var(--serif);
  font-size: clamp(33px, 4vw, 54px);
  font-weight: 700;
  letter-spacing: 0;
}

.brand-menu__trigger i {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(12, 52, 44, .16);
  border-radius: 50%;
  color: var(--green);
  font-style: normal;
  font-size: 18px;
  transition: transform .22s ease, background .22s ease;
}

.brand-menu__item:hover .brand-menu__trigger i,
.brand-menu__item.is-expanded .brand-menu__trigger i {
  background: rgba(230, 209, 69, .35);
  transform: rotate(45deg);
}

.brand-menu__subnav {
  max-height: 0;
  margin: 0;
  padding: 0 0 0 58px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height .28s ease, opacity .22s ease, transform .22s ease, padding .22s ease;
}

.brand-menu__item:hover .brand-menu__subnav,
.brand-menu__item:focus-within .brand-menu__subnav,
.brand-menu__item.is-expanded .brand-menu__subnav {
  max-height: 140px;
  padding-bottom: 18px;
  opacity: 1;
  transform: translateY(0);
}

.brand-menu__subnav a {
  display: inline-flex;
  width: auto;
  margin-right: 18px;
  padding: 8px 0;
  border: 0;
  color: rgba(12, 52, 44, .62);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 900;
}

.brand-menu__subnav a:hover,
.brand-menu__subnav a.is-active {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 900px) {
  body[data-page="home"] .brand-film,
  body[data-page="home"] .brand-film__content {
    min-height: auto;
  }

  body[data-page="home"] .brand-film__content {
    width: min(100% - 36px, var(--max));
    min-height: 88svh;
    align-content: end;
    justify-items: center;
    padding: 120px 0 58px;
    text-align: center;
  }

  body[data-page="home"] .brand-film__shade {
    background:
      linear-gradient(180deg, rgba(4, 33, 28, .08), rgba(4, 33, 28, .18) 35%, rgba(4, 33, 28, .48) 100%);
  }

  body[data-page="home"] .brand-film__content .eyebrow,
  body[data-page="home"] .brand-film__content h1,
  body[data-page="home"] .brand-film__content .hero-lead,
  body[data-page="home"] .brand-film__content .hero-actions {
    max-width: 420px;
  }

  body[data-page="home"] .brand-film__content h1 {
    font-size: clamp(32px, 9.8vw, 42px);
  }

  body[data-page="home"] .brand-film__content .hero-actions {
    justify-content: center;
  }

  body[data-page="home"] .collection-grid--home,
  body[data-page="home"] .series-feature,
  body[data-page="home"] .series-feature--yuanli,
  body[data-page="home"] .series-feature--yuanwu,
  body[data-page="home"] .series-feature--panda,
  body[data-page="home"] .scene-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 24px;
  }

  body[data-page="home"] .collection-card--yuanli,
  body[data-page="home"] .collection-card--yuanwu,
  body[data-page="home"] .collection-card--panda,
  body[data-page="home"] .series-feature--yuanli > div,
  body[data-page="home"] .series-feature--yuanwu > div,
  body[data-page="home"] .series-feature--panda > div,
  body[data-page="home"] .scene-card:nth-child(1),
  body[data-page="home"] .scene-card:nth-child(2),
  body[data-page="home"] .scene-card:nth-child(3),
  body[data-page="home"] .scene-card:nth-child(4) {
    grid-area: auto;
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
    margin: 0;
  }

  body[data-page="home"] .collection-card figure,
  body[data-page="home"] .series-feature figure,
  body[data-page="home"] .series-feature--panda figure {
    min-height: 260px;
  }

  body[data-page="home"] .scene-card {
    min-height: 330px;
  }

  .brand-menu__content {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 28px;
  }

  .brand-menu__intro {
    padding-top: 0;
  }

  .brand-menu__nav {
    padding-top: 0;
  }

  .brand-menu__trigger b,
  .brand-menu__nav > a {
    font-size: 30px;
  }

  .brand-menu__subnav {
    padding-left: 44px;
  }

  .brand-menu__item:hover .brand-menu__subnav:not(.is-mobile-open) {
    max-height: 0;
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-8px);
  }

  .brand-menu__item.is-expanded .brand-menu__subnav {
    max-height: 150px;
    padding-bottom: 16px;
    opacity: 1;
    transform: translateY(0);
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body[data-page="home"] .brand-film__content {
  width: 100%;
  padding-left: clamp(28px, 5vw, 84px);
  padding-right: clamp(28px, 5vw, 84px);
}

body[data-page="home"] .brand-film__content .eyebrow,
body[data-page="home"] .brand-film__content h1,
body[data-page="home"] .brand-film__content .hero-lead,
body[data-page="home"] .brand-film__content .hero-actions {
  max-width: 420px;
}

body[data-page="home"] .brand-film__content h1 {
  font-size: clamp(34px, 3.4vw, 48px);
}

@media (max-width: 900px) {
  body[data-page="home"] .brand-film__content {
    width: min(100% - 36px, var(--max));
    padding-left: 0;
    padding-right: 0;
  }
}

/* Final targeted overrides for index readability */
body[data-page="home"] .collection-grid--home {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
  grid-template-areas: "yuanli yuanwu" "yuanli panda" !important;
  gap: clamp(24px, 3vw, 42px) !important;
  align-items: start !important;
}
body[data-page="home"] .collection-card--yuanli { grid-area: yuanli !important; min-height: 680px !important; margin: 0 !important; transform: none !important; }
body[data-page="home"] .collection-card--yuanwu { grid-area: yuanwu !important; margin: 34px 0 0 !important; transform: none !important; }
body[data-page="home"] .collection-card--panda { grid-area: panda !important; margin: 0 !important; transform: none !important; }
body[data-page="home"] .collection-card { position: relative !important; overflow: hidden !important; }
body[data-page="home"] .collection-card:hover { transform: translateY(-8px) !important; }
body[data-page="home"] .collection-card figure { min-height: 300px !important; }

body[data-page="home"] .series-showcase .section__inner { gap: clamp(42px, 6vw, 82px) !important; }
body[data-page="home"] .series-feature,
body[data-page="home"] .series-feature--yuanli,
body[data-page="home"] .series-feature--yuanwu,
body[data-page="home"] .series-feature--panda {
  position: relative !important;
  overflow: visible !important;
  margin: 0 !important;
  transform: none !important;
  gap: clamp(28px, 4vw, 54px) !important;
}
body[data-page="home"] .series-feature:hover { transform: translateY(-6px) !important; }
body[data-page="home"] .series-feature--yuanli > div { margin-left: -42px !important; }
body[data-page="home"] .series-feature--yuanwu > div { margin-right: -42px !important; }
body[data-page="home"] .series-feature--panda { grid-template-columns: minmax(280px, 430px) 1fr !important; }
body[data-page="home"] .series-feature--panda > div { margin-left: -24px !important; }

body[data-page="home"] .scene-grid {
  display: grid !important;
  grid-template-columns: 1.15fr .9fr .95fr !important;
  grid-auto-rows: minmax(250px, auto) !important;
  gap: clamp(18px, 2.5vw, 30px) !important;
  align-items: stretch !important;
}
body[data-page="home"] .scene-card,
body[data-page="home"] .scene-card:nth-child(1),
body[data-page="home"] .scene-card:nth-child(2),
body[data-page="home"] .scene-card:nth-child(3),
body[data-page="home"] .scene-card:nth-child(4) {
  position: relative !important;
  transform: none !important;
  margin: 0 !important;
  min-height: 280px !important;
  overflow: hidden !important;
}
body[data-page="home"] .scene-card:nth-child(1) { grid-column: span 2 !important; min-height: 390px !important; }
body[data-page="home"] .scene-card:nth-child(2) { margin-top: 34px !important; }
body[data-page="home"] .scene-card:nth-child(4) { grid-row: span 2 !important; min-height: 460px !important; margin-top: -28px !important; }
body[data-page="home"] .scene-card:hover { transform: translateY(-7px) !important; }

@media (max-width: 900px) {
  body[data-page="home"] .collection-grid--home,
  body[data-page="home"] .series-feature,
  body[data-page="home"] .series-feature--yuanli,
  body[data-page="home"] .series-feature--yuanwu,
  body[data-page="home"] .series-feature--panda,
  body[data-page="home"] .scene-grid {
    grid-template-columns: 1fr !important;
    grid-template-areas: none !important;
    gap: 24px !important;
  }
  body[data-page="home"] .collection-card--yuanli,
  body[data-page="home"] .collection-card--yuanwu,
  body[data-page="home"] .collection-card--panda,
  body[data-page="home"] .series-feature--yuanli > div,
  body[data-page="home"] .series-feature--yuanwu > div,
  body[data-page="home"] .series-feature--panda > div,
  body[data-page="home"] .scene-card:nth-child(1),
  body[data-page="home"] .scene-card:nth-child(2),
  body[data-page="home"] .scene-card:nth-child(3),
  body[data-page="home"] .scene-card:nth-child(4) {
    grid-area: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: auto !important;
    margin: 0 !important;
  }
  body[data-page="home"] .scene-card { min-height: 330px !important; }
}

body[data-page="home"] .collection-grid--home {
  grid-template-rows: minmax(360px, auto) minmax(360px, auto) !important;
}
body[data-page="home"] .collection-card--panda {
  align-self: start !important;
}

body[data-page="home"] .home-hero__copy {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

body[data-page="home"] .home-hero h2 {
  max-width: 1100px;
  margin: 0 auto;
  font-size: clamp(42px, 4.2vw, 58px);
  line-height: 1.08;
}

body[data-page="home"] .hero-lead {
  max-width: 760px;
  margin: 28px auto 0;
  text-align: center;
}

body[data-page="home"] .hero-actions {
  justify-content: center;
}

/* ================================
   Editorial banner
================================ */

.editorial-visual {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #061f1a;
  overflow: hidden;
}

.editorial-visual__inner {
  width: 100%;
  margin: 0;
}

.editorial-visual img {
  display: block;
  width: 100%;
  height: clamp(420px, 68vh, 760px);
  object-fit: cover;
  object-position: center;
}


/* ================================
   Product series showcase
   Aesop-inspired split layout
================================ */

.series-showcase {
  background: #fffdee;
}

/* Each product section */
.product-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
  background: #fffdee;
  border-top: 1px solid rgba(12, 52, 44, 0.08);
}

/* Reverse layout: text left, image right */
.product-feature--reverse {
  direction: rtl;
}

.product-feature--reverse > * {
  direction: ltr;
}


/* ================================
   Product media area
================================ */

.product-feature__media {
  position: relative;
  height: 760px;
  min-height: 760px;
  overflow: hidden;
  background: #f3efe3;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Default image mode: lifestyle / full-bleed images */
.product-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* Product cutout mode:
   Use this later for transparent product PNGs */
.product-feature__media--product {
  background:
    radial-gradient(circle at 50% 42%, rgba(230, 209, 69, 0.16), transparent 34%),
    linear-gradient(135deg, #f8f4e7 0%, #eef3eb 100%);
}

.product-feature__media--product img {
  width: min(58%, 500px);
  height: auto;
  max-height: 72%;
  object-fit: contain;
  filter: drop-shadow(0 28px 46px rgba(6, 31, 26, 0.18));
}


/* Contain mode:
   Good for panda illustrations or non-photo artwork */
.product-feature__media--contain {
  background:
    radial-gradient(circle at 60% 30%, rgba(230, 209, 69, 0.22), transparent 32%),
    linear-gradient(135deg, #f5f0df, #e6efe9);
}

.product-feature__media--contain img {
  width: min(62%, 520px);
  height: auto;
  max-height: 70%;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 22px 42px rgba(6, 31, 26, 0.14));
}


/* If a media block uses both product + contain */
.product-feature__media--product.product-feature__media--contain img {
  width: min(56%, 480px);
  height: auto;
  max-height: 70%;
  object-fit: contain;
}


/* ================================
   Product copy area
================================ */

.product-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
  padding: clamp(72px, 8vw, 128px);
}

.product-feature__content .eyebrow {
  margin-bottom: 24px;
  color: var(--green);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-feature__content h2 {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.12;
  color: var(--ink);
}

.product-feature__content p {
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(12, 52, 44, 0.72);
}


/* Product details */
.product-feature__meta {
  display: grid;
  gap: 8px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(12, 52, 44, 0.14);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(12, 52, 44, 0.68);
}


/* CTA buttons */
.product-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}


/* Optional purchase panel */
.product-purchase {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(12, 52, 44, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.product-purchase strong {
  display: block;
  font-size: 16px;
  color: var(--ink);
}

.product-purchase span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: rgba(12, 52, 44, 0.62);
}


/* ================================
   Responsive
================================ */

@media (max-width: 900px) {
  .editorial-visual img {
    height: clamp(300px, 58vh, 520px);
  }

  .product-feature,
  .product-feature--reverse {
    display: block;
    min-height: auto;
    direction: ltr;
  }

  .product-feature__media {
    height: auto;
    min-height: 420px;
    aspect-ratio: 4 / 3;
  }

  .product-feature__content {
    max-width: none;
    padding: 48px 24px 72px;
  }

  .product-feature__content h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .product-feature__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-purchase {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* =========================================================
   Aesop-style Product Series Section
   For: 垣礼 / 垣物 / 熊猫见
========================================================= */

.aesop-series {
  width: 100%;
  background: #fffdee;
}

.aesop-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(780px, 88vh, 940px);
  background: #fffdee;
  border-top: 1px solid rgba(12, 52, 44, 0.08);
}

.aesop-product--reverse {
  direction: rtl;
}

.aesop-product--reverse > * {
  direction: ltr;
}

/* =========================
   Visual side
========================= */

.aesop-product__visual {
  position: relative;
  height: clamp(780px, 88vh, 940px);
  min-height: 780px;
  margin: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffdee;
}

/* Soft glow behind product, not a separate background block */
.aesop-product__visual::before {
  content: "";
  position: absolute;
  inset: 8%;
  pointer-events: none;
  background:
    radial-gradient(circle at 52% 44%, rgba(230, 209, 69, 0.14), transparent 42%),
    radial-gradient(circle at 36% 66%, rgba(111, 141, 190, 0.08), transparent 44%);
  filter: blur(10px);
}

/* Product image */
.aesop-product__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(94%, 900px);
  height: auto;
  max-height: 90%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 28px 48px rgba(6, 31, 26, 0.16));
  transition: transform 0.7s ease, filter 0.4s ease;
}

.aesop-product__visual:hover img {
  transform: translateY(-8px) scale(1.015);
  filter: drop-shadow(0 36px 64px rgba(6, 31, 26, 0.2));
}

/* =========================
   垣礼
========================= */

.aesop-product--yuanli .aesop-product__visual {
  background: #fffdee;
}

.aesop-product--yuanli .aesop-product__visual::before {
  background:
    radial-gradient(circle at 52% 45%, rgba(230, 209, 69, 0.14), transparent 43%),
    radial-gradient(circle at 36% 66%, rgba(7, 102, 83, 0.08), transparent 42%);
}

.aesop-product--yuanli .aesop-product__visual img {
  width: min(104%, 980px);
  max-height: 94%;
}

/* =========================
   垣物
========================= */

.aesop-product--yuanwu .aesop-product__visual {
  background: #fffdee;
}

.aesop-product--yuanwu .aesop-product__visual::before {
  background:
    radial-gradient(circle at 50% 44%, rgba(111, 141, 190, 0.08), transparent 42%),
    radial-gradient(circle at 38% 68%, rgba(230, 209, 69, 0.1), transparent 42%);
}

.aesop-product--yuanwu .aesop-product__visual img {
  width: min(98%, 920px);
  max-height: 90%;
}

/* =========================
   熊猫见
========================= */

.aesop-product--panda .aesop-product__visual {
  background: #fffdee;
}

.aesop-product--panda .aesop-product__visual::before {
  background:
    radial-gradient(circle at 56% 36%, rgba(230, 209, 69, 0.16), transparent 40%),
    radial-gradient(circle at 32% 72%, rgba(111, 141, 190, 0.12), transparent 44%);
}

.aesop-product--panda .aesop-product__visual img {
  width: min(102%, 960px);
  max-height: 92%;
}

/* =========================
   Copy side
========================= */

.aesop-product__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
  padding: clamp(72px, 8vw, 132px);
}

.aesop-product__copy .eyebrow {
  margin: 0 0 26px;
  color: var(--green);
  font-weight: 900;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aesop-product__copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(40px, 3.8vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.aesop-product__copy p {
  margin: 30px 0 0;
  color: rgba(12, 52, 44, 0.74);
  font-size: 18px;
  line-height: 1.9;
}

.aesop-product__details {
  display: grid;
  gap: 10px;
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid rgba(12, 52, 44, 0.14);
  color: rgba(12, 52, 44, 0.68);
  font-size: 15px;
  line-height: 1.75;
}

.aesop-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

/* =========================
   Responsive
========================= */

@media (max-width: 900px) {
  .aesop-product,
  .aesop-product--reverse {
    display: block;
    min-height: auto;
    direction: ltr;
  }

  .aesop-product__visual {
    height: auto;
    min-height: 420px;
    aspect-ratio: 4 / 3;
  }

  .aesop-product__visual::before {
    inset: 6%;
  }

  .aesop-product__visual img {
    width: min(90%, 640px);
    max-height: 88%;
  }

  .aesop-product--yuanli .aesop-product__visual img,
  .aesop-product--yuanwu .aesop-product__visual img,
  .aesop-product--panda .aesop-product__visual img {
    width: min(92%, 660px);
    max-height: 88%;
  }

  .aesop-product__copy {
    max-width: none;
    padding: 48px 24px 72px;
  }

  .aesop-product__copy h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .aesop-product__copy p {
    font-size: 16px;
    line-height: 1.85;
  }

  .aesop-product__details {
    font-size: 14px;
  }

  .aesop-product__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .aesop-product__visual {
    min-height: 360px;
    aspect-ratio: 1 / 1;
  }

  .aesop-product__visual img {
    width: 94%;
    max-height: 88%;
  }

  .aesop-product__copy {
    padding: 42px 20px 64px;
  }

  .aesop-product__copy h2 {
    font-size: clamp(32px, 11vw, 44px);
  }

  .aesop-product__details {
    font-size: 13px;
  }
}

/* =========================================================
   Force stretch text area in Aesop product sections
   Put this at the VERY END of style.css
========================================================= */

body[data-page="home"] .aesop-product__copy {
  max-width: none !important;
  width: 100% !important;
  min-height: clamp(620px, 72vh, 820px) !important;

  padding-top: clamp(80px, 8vw, 140px) !important;
  padding-bottom: clamp(80px, 8vw, 140px) !important;
  padding-left: clamp(72px, 8vw, 150px) !important;
  padding-right: clamp(72px, 8vw, 150px) !important;

  display: grid !important;
  grid-template-rows: auto auto auto auto !important;
  align-content: center !important;
  row-gap: clamp(34px, 4.2vw, 62px) !important;
}

body[data-page="home"] .aesop-product__copy .eyebrow {
  margin: 0 !important;
}

body[data-page="home"] .aesop-product__copy h2 {
  margin: 0 !important;
  max-width: 680px !important;
  font-size: clamp(46px, 4.2vw, 72px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.035em !important;
}

body[data-page="home"] .aesop-product__copy p {
  margin: 0 !important;
  max-width: 620px !important;
  font-size: 18px !important;
  line-height: 2 !important;
}

body[data-page="home"] .aesop-product__details {
  margin: 0 !important;
  max-width: 640px !important;
  padding-top: 30px !important;
  gap: 14px !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

body[data-page="home"] .aesop-product__actions {
  margin: 0 !important;
}

/* =========================================================
   Brand page hero cleanup
   Remove heavy green veil, keep readable title area
========================================================= */

body[data-page="brand"] .page-hero {
  min-height: 82svh;
  background: #061f1a;
  color: var(--moon);
}

/* Make the brand hero image clear again */
body[data-page="brand"] .page-hero > img {
  opacity: 1 !important;
  filter: brightness(0.86) saturate(1.02) contrast(1.03) !important;
  object-fit: cover;
  object-position: center;
}

/* Replace the full green fog with a light left-side readability gradient */
body[data-page="brand"] .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(6, 31, 26, 0.46) 0%,
      rgba(6, 31, 26, 0.26) 32%,
      rgba(6, 31, 26, 0.08) 62%,
      rgba(6, 31, 26, 0.02) 100%
    ),
    linear-gradient(
      180deg,
      rgba(6, 31, 26, 0.16) 0%,
      rgba(6, 31, 26, 0.04) 48%,
      rgba(6, 31, 26, 0.18) 100%
    ) !important;
}

/* Make sure text stays above the gradient */
body[data-page="brand"] .page-hero__content {
  position: relative;
  z-index: 2;
}

/* Slightly refine hero text */
body[data-page="brand"] .page-hero__content h1 {
  max-width: 760px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
  text-wrap: balance;
}

body[data-page="brand"] .page-hero__content p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 253, 238, 0.84);
  font-size: 18px;
  line-height: 1.9;
}

/* =========================================================
   Brand page content readability
========================================================= */

body[data-page="brand"] .section {
  padding: clamp(86px, 10vw, 128px) 0;
}

body[data-page="brand"] .section__inner {
  width: min(1120px, calc(100% - 56px));
}

/* First story section: cleaner, less crowded */
body[data-page="brand"] .story-timeline {
  gap: 0;
}

body[data-page="brand"] .timeline-card {
  grid-template-columns: 140px minmax(260px, 360px) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(34px, 5vw, 58px) 0;
}

body[data-page="brand"] .timeline-card h2 {
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.12;
}

body[data-page="brand"] .timeline-card p {
  max-width: 560px;
  color: rgba(12, 52, 44, 0.66);
  font-size: 16px;
  line-height: 1.9;
}

/* Brand matrix: make it feel less like dense table */
body[data-page="brand"] .proof-layout {
  grid-template-columns: minmax(280px, 430px) 1fr;
  gap: clamp(40px, 7vw, 86px);
}

body[data-page="brand"] .proof-row {
  grid-template-columns: 110px 1fr;
  gap: 28px;
  padding: 24px 0;
}

body[data-page="brand"] .proof-row p {
  max-width: 620px;
  color: rgba(12, 52, 44, 0.66);
  line-height: 1.9;
}

/* Dark method section: reduce heaviness */
body[data-page="brand"] .method-band .section-heading {
  max-width: 820px;
}

body[data-page="brand"] .method-band .section-heading h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
}

body[data-page="brand"] .method-step {
  min-height: 230px;
}

body[data-page="brand"] .method-step h3 {
  margin-top: 44px;
}

body[data-page="brand"] .method-step p {
  line-height: 1.8;
}

/* Optional: make the principles cards less tall */
body[data-page="brand"] .capability-card {
  min-height: 240px;
}

body[data-page="brand"] .capability-card h3 {
  margin-top: 40px;
}

body[data-page="brand"] .capability-card p {
  color: rgba(12, 52, 44, 0.66);
  line-height: 1.8;
}

/* Brand page hero text: move slightly left */
body[data-page="brand"] .page-hero__content {
  width: min(var(--max), calc(100% - 48px));
  margin-left: clamp(48px, 12vw, 180px);
  margin-right: auto;
}

/* =========================================================
Brand Story Page Redesign
New editorial layout for brand.html
========================================================= */

body[data-page="brand"] {
background: var(--moon);
}

.brand-story-page {
background:
linear-gradient(180deg, #fffdee 0%, #fffdee 48%, #f6efe1 100%);
}

/* Hero */

.brand-story-hero {
position: relative;
min-height: 92svh;
overflow: hidden;
display: grid;
align-items: end;
color: var(--moon);
background: var(--deep);
}

.brand-story-hero > img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
opacity: 1;
filter: brightness(0.9) saturate(1.02) contrast(1.02);
}

.brand-story-hero::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(90deg, rgba(6, 31, 26, 0.56) 0%, rgba(6, 31, 26, 0.28) 34%, rgba(6, 31, 26, 0.08) 68%, rgba(6, 31, 26, 0.02) 100%),
linear-gradient(180deg, rgba(6, 31, 26, 0.18) 0%, rgba(6, 31, 26, 0.02) 48%, rgba(6, 31, 26, 0.38) 100%);
}

.brand-story-hero__copy {
position: relative;
z-index: 2;
width: min(720px, calc(100% - 64px));
margin-left: clamp(32px, 8vw, 120px);
margin-bottom: clamp(72px, 10vw, 130px);
}

.brand-story-hero__copy .eyebrow {
color: var(--brand-yellow);
}

.brand-story-hero__copy h1 {
font-size: clamp(46px, 6vw, 84px);
line-height: 1.04;
letter-spacing: -0.03em;
text-wrap: balance;
}

.brand-story-hero__copy p:not(.eyebrow) {
max-width: 560px;
margin-top: 28px;
color: rgba(255, 253, 238, 0.84);
font-size: clamp(16px, 1.4vw, 19px);
line-height: 1.95;
}

/* Manifesto */

.brand-manifesto {
padding: clamp(110px, 13vw, 180px) 0;
background: var(--moon);
}

.brand-manifesto__inner {
width: min(1080px, calc(100% - 56px));
margin: 0 auto;
}

.brand-manifesto h2 {
max-width: 980px;
font-size: clamp(42px, 5vw, 76px);
line-height: 1.08;
letter-spacing: -0.035em;
color: var(--ink);
}

/* Origin */

.brand-origin-section {
padding: clamp(90px, 11vw, 150px) 0;
background:
radial-gradient(circle at 82% 18%, rgba(230, 209, 69, 0.12), transparent 26%),
linear-gradient(135deg, #fffdee 0%, #f6efe1 100%);
}

.brand-origin-section__inner {
width: min(1180px, calc(100% - 56px));
margin: 0 auto;
display: grid;
grid-template-columns: 220px minmax(0, 760px);
gap: clamp(42px, 7vw, 96px);
align-items: start;
}

.brand-origin-section__body h2 {
font-size: clamp(38px, 4.5vw, 64px);
line-height: 1.08;
letter-spacing: -0.03em;
}

.brand-origin-section__body p {
max-width: 720px;
margin-top: 28px;
color: rgba(12, 52, 44, 0.72);
font-size: 18px;
line-height: 2;
}

/* Brand Lines */

.brand-lines-section {
padding: clamp(100px, 12vw, 170px) 0;
background: #061f1a;
color: var(--moon);
}

.brand-lines-section__head {
width: min(1180px, calc(100% - 56px));
margin: 0 auto clamp(54px, 7vw, 90px);
}

.brand-lines-section__head .eyebrow {
color: var(--brand-yellow);
}

.brand-lines-section__head h2 {
max-width: 840px;
font-size: clamp(38px, 4.5vw, 66px);
line-height: 1.08;
letter-spacing: -0.03em;
}

.brand-lines-grid {
width: min(1180px, calc(100% - 56px));
margin: 0 auto;
display: grid;
grid-template-columns: 1.08fr 0.92fr 1fr;
gap: 18px;
align-items: stretch;
}

.brand-line-card {
min-height: 430px;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: clamp(26px, 3vw, 38px);
border: 1px solid rgba(255, 253, 238, 0.16);
border-radius: 34px 34px 10px 34px;
background:
radial-gradient(circle at 70% 18%, rgba(230, 209, 69, 0.12), transparent 28%),
rgba(255, 253, 238, 0.055);
backdrop-filter: blur(16px);
transition: transform 0.3s ease, background 0.3s ease;
}

.brand-line-card:nth-child(2) {
transform: translateY(44px);
}

.brand-line-card:hover {
transform: translateY(-8px);
background: rgba(255, 253, 238, 0.09);
}

.brand-line-card:nth-child(2):hover {
transform: translateY(30px);
}

.brand-line-card span {
color: var(--brand-yellow);
font-weight: 900;
font-size: 13px;
}

.brand-line-card h3 {
margin-top: 24px;
font-size: clamp(36px, 4vw, 58px);
line-height: 1;
}

.brand-line-card p {
margin-top: 22px;
color: rgba(255, 253, 238, 0.74);
font-size: 16px;
line-height: 1.85;
}

.brand-line-card .text-link {
color: var(--brand-yellow);
}

/* Method */

.brand-method-section {
padding: clamp(110px, 13vw, 180px) 0;
background: var(--moon);
}

.brand-method-section__inner {
width: min(1180px, calc(100% - 56px));
margin: 0 auto;
}

.brand-method-section__intro {
max-width: 860px;
margin-bottom: clamp(58px, 7vw, 96px);
}

.brand-method-section__intro h2 {
font-size: clamp(38px, 4.5vw, 66px);
line-height: 1.08;
letter-spacing: -0.03em;
}

.brand-method-list {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
border-top: 1px solid rgba(12, 52, 44, 0.16);
border-left: 1px solid rgba(12, 52, 44, 0.16);
}

.brand-method-item {
min-height: 320px;
padding: 30px;
border-right: 1px solid rgba(12, 52, 44, 0.16);
border-bottom: 1px solid rgba(12, 52, 44, 0.16);
transition: background 0.3s ease, transform 0.3s ease;
}

.brand-method-item:hover {
transform: translateY(-6px);
background: rgba(246, 239, 225, 0.72);
}

.brand-method-item span {
color: var(--green);
font-weight: 900;
font-size: 13px;
}

.brand-method-item h3 {
margin-top: 72px;
font-size: 28px;
}

.brand-method-item p {
margin-top: 16px;
color: rgba(12, 52, 44, 0.68);
line-height: 1.85;
}

/* Principles */

.brand-principles-section {
padding: clamp(100px, 12vw, 170px) 0;
background:
radial-gradient(circle at 18% 18%, rgba(111, 141, 190, 0.12), transparent 26%),
linear-gradient(135deg, #f6efe1 0%, #fffdee 100%);
}

.brand-principles-section__inner {
width: min(1180px, calc(100% - 56px));
margin: 0 auto;
display: grid;
grid-template-columns: minmax(320px, 520px) 1fr;
gap: clamp(48px, 7vw, 96px);
align-items: start;
}

.brand-principles-section__statement h2 {
font-size: clamp(38px, 4.2vw, 62px);
line-height: 1.08;
letter-spacing: -0.03em;
}

.brand-principles-list {
display: grid;
gap: 0;
border-top: 1px solid rgba(12, 52, 44, 0.16);
}

.brand-principle {
display: grid;
grid-template-columns: 180px 1fr;
gap: 28px;
padding: 28px 0;
border-bottom: 1px solid rgba(12, 52, 44, 0.16);
}

.brand-principle strong {
color: var(--green);
font-size: 18px;
}

.brand-principle p {
color: rgba(12, 52, 44, 0.7);
line-height: 1.9;
}

/* Visual Language */

.brand-visual-section {
padding: clamp(110px, 13vw, 180px) 0;
background: var(--paper);
}

.brand-visual-section__inner {
width: min(1180px, calc(100% - 56px));
margin: 0 auto;
}

.brand-visual-section__copy {
max-width: 780px;
margin-bottom: clamp(54px, 7vw, 86px);
}

.brand-visual-section__copy h2 {
font-size: clamp(38px, 4.5vw, 66px);
line-height: 1.08;
letter-spacing: -0.03em;
}

.brand-visual-section__copy p {
max-width: 620px;
margin-top: 24px;
color: rgba(12, 52, 44, 0.7);
font-size: 18px;
line-height: 1.9;
}

.brand-visual-grid {
display: grid;
grid-template-columns: 1.2fr 0.8fr 0.9fr;
gap: 18px;
align-items: end;
}

.brand-visual-card {
position: relative;
min-height: 420px;
margin: 0;
overflow: hidden;
border-radius: 34px 34px 10px 34px;
background: var(--deep);
box-shadow: 0 26px 76px rgba(6, 31, 26, 0.12);
}

.brand-visual-card--large {
min-height: 540px;
}

.brand-visual-card:nth-child(2) {
transform: translateY(54px);
min-height: 360px;
}

.brand-visual-card:nth-child(3) {
min-height: 430px;
}

.brand-visual-card img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.65s ease;
}

.brand-visual-card:hover img {
transform: scale(1.05);
}

.brand-visual-card figcaption {
position: absolute;
left: 20px;
bottom: 20px;
padding: 8px 12px;
border-radius: 999px;
color: var(--moon);
background: rgba(6, 31, 26, 0.68);
font-size: 13px;
font-weight: 900;
}

/* CTA */

.brand-story-cta {
padding: clamp(100px, 12vw, 160px) 0;
color: var(--moon);
background:
radial-gradient(circle at 82% 18%, rgba(230, 209, 69, 0.16), transparent 24%),
linear-gradient(135deg, #0a3a31, #061f1a);
}

.brand-story-cta__inner {
width: min(980px, calc(100% - 56px));
margin: 0 auto;
}

.brand-story-cta__inner .eyebrow {
color: var(--brand-yellow);
}

.brand-story-cta__inner h2 {
max-width: 860px;
font-size: clamp(38px, 4.6vw, 68px);
line-height: 1.08;
letter-spacing: -0.03em;
}

.brand-story-cta .button-row {
margin-top: 42px;
}

/* Responsive */

@media (max-width: 1080px) {
.brand-origin-section__inner,
.brand-principles-section__inner {
grid-template-columns: 1fr;
}

.brand-lines-grid,
.brand-method-list,
.brand-visual-grid {
grid-template-columns: 1fr;
}

.brand-line-card,
.brand-line-card:nth-child(2),
.brand-line-card:nth-child(2):hover,
.brand-visual-card:nth-child(2) {
transform: none;
}

.brand-method-list {
border-left: 0;
}

.brand-method-item {
min-height: auto;
}

.brand-method-item h3 {
margin-top: 42px;
}

.brand-principle {
grid-template-columns: 1fr;
gap: 10px;
}
}

@media (max-width: 680px) {
.brand-story-hero {
min-height: 82svh;
}

.brand-story-hero__copy {
width: min(100% - 36px, var(--max));
margin-left: auto;
margin-right: auto;
margin-bottom: 64px;
}

.brand-story-hero__copy h1 {
font-size: clamp(38px, 12vw, 50px);
}

.brand-manifesto,
.brand-origin-section,
.brand-lines-section,
.brand-method-section,
.brand-principles-section,
.brand-visual-section,
.brand-story-cta {
padding: 76px 0;
}

.brand-manifesto__inner,
.brand-origin-section__inner,
.brand-lines-section__head,
.brand-lines-grid,
.brand-method-section__inner,
.brand-principles-section__inner,
.brand-visual-section__inner,
.brand-story-cta__inner {
width: min(100% - 36px, var(--max));
}

.brand-manifesto h2,
.brand-origin-section__body h2,
.brand-lines-section__head h2,
.brand-method-section__intro h2,
.brand-principles-section__statement h2,
.brand-visual-section__copy h2,
.brand-story-cta__inner h2 {
font-size: clamp(32px, 10vw, 44px);
}

.brand-origin-section__body p,
.brand-visual-section__copy p {
font-size: 16px;
}

.brand-line-card {
min-height: 340px;
}

.brand-visual-card,
.brand-visual-card--large,
.brand-visual-card:nth-child(2),
.brand-visual-card:nth-child(3) {
min-height: 330px;
}
}

/* =========================================================
   Brand Page V3
   Clean brand story layout
   Only affects <main class="brand-v3">
========================================================= */

.brand-v3 {
  background: #fffdee;
  color: var(--ink);
}

/* Hero */

.brand-v3-hero {
  position: relative;
  min-height: 88svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  color: var(--moon);
  background: var(--deep);
}

.brand-v3-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.95) saturate(1.02) contrast(1.02);
}

.brand-v3-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(6, 31, 26, 0.46) 0%,
      rgba(6, 31, 26, 0.22) 36%,
      rgba(6, 31, 26, 0.06) 70%,
      rgba(6, 31, 26, 0.02) 100%
    ),
    linear-gradient(
      180deg,
      rgba(6, 31, 26, 0.08) 0%,
      rgba(6, 31, 26, 0.04) 48%,
      rgba(6, 31, 26, 0.28) 100%
    );
}

.brand-v3-hero__copy {
  position: relative;
  z-index: 2;
  width: min(700px, calc(100% - 56px));
  margin-left: clamp(32px, 8vw, 120px);
  margin-bottom: clamp(72px, 9vw, 128px);
}

.brand-v3-hero__copy .eyebrow {
  color: var(--brand-yellow);
}

.brand-v3-hero__copy h1 {
  max-width: 680px;
  font-size: clamp(44px, 5.8vw, 82px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.brand-v3-hero__copy p:not(.eyebrow) {
  max-width: 540px;
  margin-top: 26px;
  color: rgba(255, 253, 238, 0.86);
  font-size: 18px;
  line-height: 1.9;
}

/* Belief */

.brand-v3-belief {
  padding: clamp(110px, 13vw, 180px) 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(230, 209, 69, 0.14), transparent 24%),
    linear-gradient(135deg, #fffdee, #f6efe1);
}

.brand-v3-belief__inner {
  width: min(1080px, calc(100% - 56px));
  margin: 0 auto;
}

.brand-v3-belief h2 {
  max-width: 960px;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.brand-v3-belief p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 34px;
  color: rgba(12, 52, 44, 0.72);
  font-size: 19px;
  line-height: 1.95;
}

/* Product lines */

.brand-v3-lines {
  padding: clamp(100px, 12vw, 170px) 0;
  color: var(--moon);
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 209, 69, 0.12), transparent 24%),
    linear-gradient(135deg, #061f1a 0%, #0b352d 100%);
}

.brand-v3-lines__intro,
.brand-v3-line {
  width: min(1120px, calc(100% - 56px));
  margin-left: auto;
  margin-right: auto;
}

.brand-v3-lines__intro {
  margin-bottom: clamp(70px, 9vw, 116px);
}

.brand-v3-lines__intro .eyebrow {
  color: var(--brand-yellow);
}

.brand-v3-lines__intro h2 {
  max-width: 780px;
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.brand-v3-line {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(320px, 0.78fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  margin-top: clamp(56px, 8vw, 110px);
}

.brand-v3-line:first-of-type {
  margin-top: 0;
}

.brand-v3-line--reverse {
  grid-template-columns: minmax(320px, 0.78fr) minmax(360px, 0.95fr);
}

.brand-v3-line--reverse figure {
  order: 2;
}

.brand-v3-line figure {
  margin: 0;
  min-height: clamp(420px, 52vw, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 38px 38px 10px 38px;
  background:
    radial-gradient(circle at 52% 42%, rgba(230, 209, 69, 0.12), transparent 34%),
    rgba(255, 253, 238, 0.055);
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.16);
}

.brand-v3-line img {
  width: min(92%, 640px);
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 30px 54px rgba(0, 0, 0, 0.24));
}

.brand-v3-line__copy span {
  color: var(--brand-yellow);
  font-size: 13px;
  font-weight: 900;
}

.brand-v3-line__copy h3 {
  margin-top: 26px;
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.brand-v3-line__copy p {
  max-width: 520px;
  margin-top: 24px;
  color: rgba(255, 253, 238, 0.76);
  font-size: 17px;
  line-height: 1.9;
}

.brand-v3-line__copy .text-link {
  margin-top: 24px;
  color: var(--brand-yellow);
}

/* Method */

.brand-v3-method {
  padding: clamp(105px, 12vw, 170px) 0;
  background: #fffdee;
}

.brand-v3-method__inner {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
}

.brand-v3-method__title {
  max-width: 840px;
  margin-bottom: clamp(58px, 7vw, 96px);
}

.brand-v3-method__title h2 {
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.brand-v3-method__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(12, 52, 44, 0.16);
  border-left: 1px solid rgba(12, 52, 44, 0.16);
}

.brand-v3-method__list article {
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid rgba(12, 52, 44, 0.16);
  border-bottom: 1px solid rgba(12, 52, 44, 0.16);
  transition: background 0.25s ease, transform 0.25s ease;
}

.brand-v3-method__list article:hover {
  background: rgba(246, 239, 225, 0.7);
  transform: translateY(-6px);
}

.brand-v3-method__list span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.brand-v3-method__list h3 {
  margin-top: 68px;
  font-size: 28px;
}

.brand-v3-method__list p {
  margin-top: 16px;
  color: rgba(12, 52, 44, 0.68);
  line-height: 1.8;
}

/* CTA */

.brand-v3-cta {
  padding: clamp(96px, 11vw, 150px) 0;
  color: var(--moon);
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 209, 69, 0.16), transparent 24%),
    linear-gradient(135deg, #0a3a31, #061f1a);
}

.brand-v3-cta__inner {
  width: min(900px, calc(100% - 56px));
  margin: 0 auto;
}

.brand-v3-cta__inner .eyebrow {
  color: var(--brand-yellow);
}

.brand-v3-cta__inner h2 {
  font-size: clamp(36px, 4.6vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.brand-v3-cta .button-row {
  margin-top: 40px;
}

/* Responsive */

@media (max-width: 980px) {
  .brand-v3-line,
  .brand-v3-line--reverse {
    grid-template-columns: 1fr;
  }

  .brand-v3-line--reverse figure {
    order: 0;
  }

  .brand-v3-method__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .brand-v3-hero {
    min-height: 82svh;
  }

  .brand-v3-hero__copy {
    width: min(100% - 36px, var(--max));
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
  }

  .brand-v3-hero__copy h1 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .brand-v3-belief,
  .brand-v3-lines,
  .brand-v3-method,
  .brand-v3-cta {
    padding: 76px 0;
  }

  .brand-v3-belief__inner,
  .brand-v3-lines__intro,
  .brand-v3-line,
  .brand-v3-method__inner,
  .brand-v3-cta__inner {
    width: min(100% - 36px, var(--max));
  }

  .brand-v3-belief h2,
  .brand-v3-lines__intro h2,
  .brand-v3-method__title h2,
  .brand-v3-cta__inner h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .brand-v3-line figure {
    min-height: 340px;
  }

  .brand-v3-line img {
    width: 94%;
    max-height: 310px;
  }

  .brand-v3-line__copy h3 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .brand-v3-method__list {
    grid-template-columns: 1fr;
  }

  .brand-v3-method__list article {
    min-height: auto;
  }

  .brand-v3-method__list h3 {
    margin-top: 38px;
  }
}

/* =========================================================
   Brand Story Editorial Page - Refined Layout
   Uses assets/img/1.png, 2.png, 3.png
========================================================= */

.brand-editorial {
  background: #fffdee;
  color: var(--ink);
}

/* Hero */

.brand-editorial-hero {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  color: var(--moon);
  background: var(--deep);
}

.brand-editorial-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.96) saturate(1.02) contrast(1.02);
}

.brand-editorial-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(6, 31, 26, 0.48) 0%,
      rgba(6, 31, 26, 0.22) 34%,
      rgba(6, 31, 26, 0.05) 68%,
      rgba(6, 31, 26, 0.02) 100%
    ),
    linear-gradient(
      180deg,
      rgba(6, 31, 26, 0.04) 0%,
      rgba(6, 31, 26, 0.04) 54%,
      rgba(6, 31, 26, 0.28) 100%
    );
}

.brand-editorial-hero__copy {
  position: relative;
  z-index: 2;
  width: min(680px, calc(100% - 56px));
  margin-left: clamp(32px, 8vw, 120px);
  margin-bottom: clamp(72px, 9vw, 128px);
}

.brand-editorial-hero__copy .eyebrow {
  color: var(--brand-yellow);
}

.brand-editorial-hero__copy h1 {
  max-width: 650px;
  font-size: clamp(44px, 5.7vw, 80px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.brand-editorial-hero__copy p:not(.eyebrow) {
  max-width: 540px;
  margin-top: 24px;
  color: rgba(255, 253, 238, 0.86);
  font-size: 17px;
  line-height: 1.9;
}

/* Belief */

.brand-editorial-belief {
  padding: clamp(118px, 14vw, 190px) 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(230, 209, 69, 0.12), transparent 26%),
    linear-gradient(135deg, #fffdee, #f7f0df);
}

.brand-editorial-belief__inner {
  width: min(960px, calc(100% - 56px));
  margin: 0 auto;
}

.brand-editorial-belief h2 {
  max-width: 860px;
  font-size: clamp(40px, 4.8vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.brand-editorial-belief p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 34px;
  color: rgba(12, 52, 44, 0.68);
  font-size: 18px;
  line-height: 1.95;
}

/* City Memory - Editorial Layout */

.brand-editorial-memory {
  padding: clamp(120px, 15vw, 210px) 0;
  color: var(--moon);
  background:
    radial-gradient(circle at 78% 12%, rgba(230, 209, 69, 0.1), transparent 28%),
    linear-gradient(135deg, #061f1a 0%, #0b352d 100%);
}

.brand-editorial-memory__intro {
  width: min(1060px, calc(100% - 56px));
  margin: 0 auto clamp(78px, 10vw, 130px);
}

.brand-editorial-memory__intro .eyebrow {
  color: var(--brand-yellow);
}

.brand-editorial-memory__intro h2 {
  max-width: 820px;
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.brand-editorial-memory__intro p {
  max-width: 700px;
  margin-top: 28px;
  color: rgba(255, 253, 238, 0.72);
  font-size: 17px;
  line-height: 1.9;
}

.brand-editorial-memory__layout {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-areas:
    "imageLarge copyRitual"
    "copyTexture imageTall"
    "quote imageTall";
  column-gap: clamp(42px, 7vw, 92px);
  row-gap: clamp(58px, 8vw, 110px);
  align-items: center;
}

.brand-editorial-memory__image {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 253, 238, 0.06);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.18);
}

.brand-editorial-memory__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s ease;
}

.brand-editorial-memory__image:hover img {
  transform: scale(1.035);
}

.brand-editorial-memory__image--large {
  grid-area: imageLarge;
  height: clamp(420px, 44vw, 620px);
  border-radius: 42px 42px 12px 42px;
}

.brand-editorial-memory__image--tall {
  grid-area: imageTall;
  height: clamp(620px, 72vw, 860px);
  border-radius: 42px 42px 42px 12px;
}

.brand-editorial-memory__copy {
  max-width: 480px;
}

.brand-editorial-memory__copy--ritual {
  grid-area: copyRitual;
}

.brand-editorial-memory__copy--texture {
  grid-area: copyTexture;
  justify-self: end;
}

.brand-editorial-memory__copy span {
  color: var(--brand-yellow);
  font-size: 13px;
  font-weight: 900;
}

.brand-editorial-memory__copy h3 {
  margin-top: 24px;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.brand-editorial-memory__copy p {
  margin-top: 24px;
  color: rgba(255, 253, 238, 0.74);
  font-size: 16px;
  line-height: 1.9;
}

.brand-editorial-memory__quote {
  grid-area: quote;
  max-width: 620px;
  align-self: start;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 253, 238, 0.22);
}

.brand-editorial-memory__quote p {
  color: rgba(255, 253, 238, 0.9);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

/* Translation */

.brand-editorial-translation {
  padding: clamp(110px, 13vw, 180px) 0;
  background: #fffdee;
}

.brand-editorial-translation__inner {
  width: min(1080px, calc(100% - 56px));
  margin: 0 auto;
}

.brand-editorial-translation__title {
  max-width: 820px;
  margin-bottom: clamp(58px, 7vw, 96px);
}

.brand-editorial-translation__title h2 {
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.brand-editorial-translation__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(12, 52, 44, 0.16);
  border-left: 1px solid rgba(12, 52, 44, 0.16);
}

.brand-editorial-translation__grid article {
  min-height: 292px;
  padding: 30px;
  border-right: 1px solid rgba(12, 52, 44, 0.16);
  border-bottom: 1px solid rgba(12, 52, 44, 0.16);
  transition: background 0.25s ease, transform 0.25s ease;
}

.brand-editorial-translation__grid article:hover {
  background: rgba(246, 239, 225, 0.7);
  transform: translateY(-6px);
}

.brand-editorial-translation__grid span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.brand-editorial-translation__grid h3 {
  margin-top: 66px;
  font-size: 27px;
}

.brand-editorial-translation__grid p {
  margin-top: 16px;
  color: rgba(12, 52, 44, 0.66);
  line-height: 1.8;
}

/* CTA */

.brand-editorial-cta {
  padding: clamp(96px, 11vw, 150px) 0;
  color: var(--moon);
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 209, 69, 0.16), transparent 24%),
    linear-gradient(135deg, #0a3a31, #061f1a);
}

.brand-editorial-cta__inner {
  width: min(880px, calc(100% - 56px));
  margin: 0 auto;
}

.brand-editorial-cta__inner .eyebrow {
  color: var(--brand-yellow);
}

.brand-editorial-cta__inner h2 {
  max-width: 820px;
  font-size: clamp(36px, 4.5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.brand-editorial-cta .button-row {
  margin-top: 40px;
}

/* Responsive */

@media (max-width: 980px) {
  .brand-editorial-memory__layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "imageLarge"
      "copyRitual"
      "imageTall"
      "copyTexture"
      "quote";
    row-gap: 42px;
  }

  .brand-editorial-memory__copy--texture {
    justify-self: start;
  }

  .brand-editorial-memory__image--tall {
    height: clamp(460px, 70vw, 680px);
  }

  .brand-editorial-translation__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .brand-editorial-hero {
    min-height: 82svh;
  }

  .brand-editorial-hero__copy {
    width: min(100% - 36px, var(--max));
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
  }

  .brand-editorial-hero__copy h1 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .brand-editorial-belief,
  .brand-editorial-memory,
  .brand-editorial-translation,
  .brand-editorial-cta {
    padding: 76px 0;
  }

  .brand-editorial-belief__inner,
  .brand-editorial-memory__intro,
  .brand-editorial-memory__layout,
  .brand-editorial-translation__inner,
  .brand-editorial-cta__inner {
    width: min(100% - 36px, var(--max));
  }

  .brand-editorial-belief h2,
  .brand-editorial-memory__intro h2,
  .brand-editorial-translation__title h2,
  .brand-editorial-cta__inner h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .brand-editorial-belief p:not(.eyebrow),
  .brand-editorial-memory__intro p {
    font-size: 16px;
  }

  .brand-editorial-memory__image--large,
  .brand-editorial-memory__image--tall {
    height: 340px;
    border-radius: 28px 28px 8px 28px;
  }

  .brand-editorial-memory__copy h3 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .brand-editorial-memory__quote p {
    font-size: clamp(24px, 8vw, 34px);
  }

  .brand-editorial-translation__grid {
    grid-template-columns: 1fr;
  }

  .brand-editorial-translation__grid article {
    min-height: auto;
  }

  .brand-editorial-translation__grid h3 {
    margin-top: 38px;
  }
}

/* =========================================================
   Brand Story: Aesop-like City Memory Layout Override
========================================================= */

.brand-editorial-memory {
  padding: clamp(120px, 14vw, 210px) 0;
  color: var(--moon);
  background:
    radial-gradient(circle at 78% 12%, rgba(230, 209, 69, 0.08), transparent 30%),
    linear-gradient(135deg, #061f1a 0%, #0b352d 100%);
}

.brand-editorial-memory__intro {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto clamp(82px, 10vw, 140px);
}

.brand-editorial-memory__intro h2 {
  max-width: 880px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.brand-editorial-memory__intro p {
  max-width: 620px;
  margin-top: 26px;
  color: rgba(255, 253, 238, 0.72);
  font-size: 18px;
  line-height: 1.8;
}

.brand-editorial-memory__layout {
  width: min(1260px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  grid-template-areas:
    "wide noteOne"
    "noteTwo vertical"
    "quote vertical";
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}

.brand-editorial-memory__image {
  margin: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.brand-editorial-memory__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.brand-editorial-memory__image:hover img {
  transform: scale(1.025);
}

.brand-editorial-memory__image--wide {
  grid-area: wide;
  height: clamp(520px, 56vw, 760px);
  border-radius: 0;
}

.brand-editorial-memory__image--vertical {
  grid-area: vertical;
  height: clamp(760px, 88vw, 1060px);
  border-radius: 0;
}

.brand-editorial-memory__note {
  max-width: 420px;
}

.brand-editorial-memory__note--one {
  grid-area: noteOne;
}

.brand-editorial-memory__note--two {
  grid-area: noteTwo;
  justify-self: end;
}

.brand-editorial-memory__note span {
  color: var(--brand-yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.brand-editorial-memory__note h3 {
  margin-top: 20px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.brand-editorial-memory__note p {
  margin-top: 18px;
  color: rgba(255, 253, 238, 0.72);
  font-size: 16px;
  line-height: 1.75;
}

.brand-editorial-memory__quote {
  grid-area: quote;
  max-width: 620px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 253, 238, 0.24);
}

.brand-editorial-memory__quote p {
  color: rgba(255, 253, 238, 0.92);
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

/* =========================================================
   Brand Translation: cleaner editorial principle list
========================================================= */

.brand-editorial-translation {
  padding: clamp(120px, 14vw, 190px) 0;
  background: #fffdee;
}

.brand-editorial-translation__inner {
  width: min(1120px, calc(100% - 56px));
}

.brand-editorial-translation__title {
  max-width: 820px;
  margin-bottom: clamp(64px, 8vw, 110px);
}

.brand-editorial-translation__title h2 {
  font-size: clamp(40px, 4.8vw, 70px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.brand-editorial-translation__grid {
  display: grid;
  grid-template-columns: 1fr;
  border: 0;
}

.brand-editorial-translation__grid article {
  min-height: auto;
  display: grid;
  grid-template-columns: 100px minmax(180px, 280px) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: baseline;
  padding: 30px 0;
  border: 0;
  border-top: 1px solid rgba(12, 52, 44, 0.16);
}

.brand-editorial-translation__grid article:last-child {
  border-bottom: 1px solid rgba(12, 52, 44, 0.16);
}

.brand-editorial-translation__grid article:hover {
  background: transparent;
  transform: none;
}

.brand-editorial-translation__grid span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.brand-editorial-translation__grid h3 {
  margin-top: 0;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.1;
}

.brand-editorial-translation__grid p {
  margin-top: 0;
  max-width: 520px;
  color: rgba(12, 52, 44, 0.66);
  line-height: 1.8;
}

/* =========================================================
   CTA refinement
========================================================= */

.brand-editorial-cta {
  padding: clamp(90px, 10vw, 138px) 0;
}

.brand-editorial-cta__inner {
  width: min(820px, calc(100% - 56px));
}

.brand-editorial-cta__inner h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

@media (max-width: 980px) {
  .brand-editorial-memory__layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "wide"
      "noteOne"
      "vertical"
      "noteTwo"
      "quote";
  }

  .brand-editorial-memory__image--wide {
    height: clamp(420px, 70vw, 620px);
  }

  .brand-editorial-memory__image--vertical {
    height: clamp(520px, 92vw, 760px);
  }

  .brand-editorial-memory__note--two {
    justify-self: start;
  }

  .brand-editorial-translation__grid article {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .brand-editorial-memory__layout,
  .brand-editorial-memory__intro,
  .brand-editorial-translation__inner,
  .brand-editorial-cta__inner {
    width: min(100% - 36px, var(--max));
  }

  .brand-editorial-memory__intro h2,
  .brand-editorial-translation__title h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .brand-editorial-memory__image--wide,
  .brand-editorial-memory__image--vertical {
    height: 360px;
  }

  .brand-editorial-memory__note h3 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .brand-editorial-memory__quote p {
    font-size: clamp(26px, 8vw, 36px);
  }
}

.brand-editorial-intro {
  padding: clamp(110px, 14vw, 180px) 0;
}

.brand-editorial-intro__inner {
  width: min(1000px, calc(100% - 56px));
  margin: 0 auto;
  text-align: center;
}

.brand-editorial-intro .eyebrow {
  justify-content: center;
  margin-bottom: 22px;
}

.brand-editorial-intro h2 {
  max-width: 860px;
  margin: 0 auto;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.brand-editorial-intro p {
  max-width: 720px;
  margin: 26px auto 0;
  font-size: 15px;
  line-height: 1.95;
  color: rgba(12, 52, 44, 0.64);
}

/* =========================================================
   Brand Story Final Override
   Paste this at the VERY END of style.css
   Do not delete your existing CSS first
========================================================= */

/* ---------- 1. Belief / Manifesto: centered and calmer ---------- */

.brand-editorial-belief {
  padding: clamp(108px, 13vw, 176px) 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 209, 69, 0.1), transparent 28%),
    linear-gradient(135deg, #fffdee, #f7f0df);
}

.brand-editorial-belief__inner {
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
  text-align: center;
}

.brand-editorial-belief__inner .eyebrow {
  justify-content: center;
  margin-bottom: 24px;
}

.brand-editorial-belief h2 {
  max-width: 880px;
  margin: 0 auto;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.14;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.brand-editorial-belief p {
  display: none;
}

/* ---------- 2. City Memory: bigger images, less card feeling ---------- */

.brand-editorial-memory {
  padding: clamp(128px, 15vw, 220px) 0;
  color: var(--moon);
  background:
    radial-gradient(circle at 78% 12%, rgba(230, 209, 69, 0.08), transparent 30%),
    linear-gradient(135deg, #061f1a 0%, #0b352d 100%);
}

.brand-editorial-memory__intro {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto clamp(86px, 10vw, 144px);
}

.brand-editorial-memory__intro .eyebrow {
  color: var(--brand-yellow);
}

.brand-editorial-memory__intro h2 {
  max-width: 920px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.brand-editorial-memory__intro p {
  max-width: 620px;
  margin-top: 24px;
  color: rgba(255, 253, 238, 0.68);
  font-size: 16px;
  line-height: 1.8;
}

.brand-editorial-memory__layout {
  width: min(1380px, calc(100% - 72px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  grid-template-areas:
    "wide noteOne"
    "noteTwo vertical";
  column-gap: clamp(58px, 8vw, 118px);
  row-gap: clamp(78px, 10vw, 136px);
  align-items: center;
}

.brand-editorial-memory__image {
  margin: 0;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.brand-editorial-memory__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease, filter 0.4s ease;
}

.brand-editorial-memory__image:hover img {
  transform: scale(1.025);
  filter: saturate(1.03);
}

.brand-editorial-memory__image--wide {
  grid-area: wide;
  height: clamp(620px, 62vw, 860px);
  align-self: start;
}

.brand-editorial-memory__image--vertical {
  grid-area: vertical;
  height: clamp(880px, 96vw, 1180px);
  align-self: end;
}

.brand-editorial-memory__note {
  max-width: 430px;
}

.brand-editorial-memory__note--one {
  grid-area: noteOne;
}

.brand-editorial-memory__note--two {
  grid-area: noteTwo;
  justify-self: end;
}

.brand-editorial-memory__note span {
  color: var(--brand-yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.brand-editorial-memory__note h3 {
  margin-top: 20px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.brand-editorial-memory__note p {
  max-width: 390px;
  margin-top: 18px;
  color: rgba(255, 253, 238, 0.68);
  font-size: 15px;
  line-height: 1.75;
}

/* Hide the quote that felt out of place */
.brand-editorial-memory__quote {
  display: none !important;
}

/* ---------- 3. Translation: lighter, less table-like ---------- */

.brand-editorial-translation {
  padding: clamp(118px, 14vw, 190px) 0;
  background: #fffdee;
}

.brand-editorial-translation__inner {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
}

.brand-editorial-translation__title {
  max-width: 820px;
  margin-bottom: clamp(64px, 8vw, 110px);
}

.brand-editorial-translation__title h2 {
  font-size: clamp(40px, 4.8vw, 70px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.brand-editorial-translation__grid {
  display: grid;
  grid-template-columns: 1fr;
  border: 0;
}

.brand-editorial-translation__grid article {
  min-height: auto;
  display: grid;
  grid-template-columns: 90px minmax(180px, 280px) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: baseline;
  padding: 30px 0;
  border: 0;
  border-top: 1px solid rgba(12, 52, 44, 0.16);
  background: transparent;
  transition: none;
}

.brand-editorial-translation__grid article:last-child {
  border-bottom: 1px solid rgba(12, 52, 44, 0.16);
}

.brand-editorial-translation__grid article:hover {
  background: transparent;
  transform: none;
}

.brand-editorial-translation__grid span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.brand-editorial-translation__grid h3 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.1;
}

.brand-editorial-translation__grid p {
  max-width: 540px;
  margin: 0;
  color: rgba(12, 52, 44, 0.62);
  font-size: 15px;
  line-height: 1.8;
}

/* ---------- 4. CTA: calmer ---------- */

.brand-editorial-cta {
  padding: clamp(90px, 10vw, 138px) 0;
}

.brand-editorial-cta__inner {
  width: min(820px, calc(100% - 56px));
}

.brand-editorial-cta__inner h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

/* ---------- 5. Mobile ---------- */

@media (max-width: 980px) {
  .brand-editorial-memory__layout {
    width: min(100% - 48px, var(--max));
    grid-template-columns: 1fr;
    grid-template-areas:
      "wide"
      "noteOne"
      "vertical"
      "noteTwo";
    row-gap: 42px;
  }

  .brand-editorial-memory__image--wide {
    height: clamp(420px, 72vw, 640px);
  }

  .brand-editorial-memory__image--vertical {
    height: clamp(520px, 94vw, 780px);
  }

  .brand-editorial-memory__note--two {
    justify-self: start;
  }

  .brand-editorial-translation__grid article {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .brand-editorial-belief__inner,
  .brand-editorial-memory__intro,
  .brand-editorial-memory__layout,
  .brand-editorial-translation__inner,
  .brand-editorial-cta__inner {
    width: min(100% - 36px, var(--max));
  }

  .brand-editorial-belief {
    padding: 78px 0;
  }

  .brand-editorial-belief h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .brand-editorial-memory {
    padding: 82px 0;
  }

  .brand-editorial-memory__intro h2,
  .brand-editorial-translation__title h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .brand-editorial-memory__image--wide,
  .brand-editorial-memory__image--vertical {
    height: 360px;
  }

  .brand-editorial-memory__note h3 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .brand-editorial-translation {
    padding: 80px 0;
  }

  .brand-editorial-translation__grid article {
    padding: 24px 0;
  }

  .brand-editorial-cta {
    padding: 78px 0;
  }
}

/* Keep the belief sentence in one line on desktop */
.brand-editorial-belief__inner {
  width: min(1180px, calc(100% - 56px));
}

.brand-editorial-belief h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.16;
}

/* =========================================================
   Brand Translation Section - More Editorial / Artistic
   Paste at the very end of style.css
========================================================= */

.brand-editorial-translation {
  position: relative;
  overflow: hidden;
  padding: clamp(130px, 15vw, 220px) 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(230, 209, 69, 0.12), transparent 26%),
    radial-gradient(circle at 12% 86%, rgba(111, 141, 190, 0.1), transparent 28%),
    linear-gradient(135deg, #fffdee 0%, #f7f0df 100%);
}

.brand-editorial-translation::before {
  content: "";
  position: absolute;
  left: 50%;
  top: clamp(80px, 10vw, 140px);
  width: 1px;
  height: calc(100% - clamp(160px, 20vw, 280px));
  background: linear-gradient(
    180deg,
    transparent,
    rgba(12, 52, 44, 0.16),
    transparent
  );
  opacity: 0.7;
}

.brand-editorial-translation__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(64px, 9vw, 128px);
  align-items: start;
}

.brand-editorial-translation__title {
  position: sticky;
  top: calc(var(--header) + 80px);
  max-width: 460px;
}

.brand-editorial-translation__title .eyebrow {
  margin-bottom: 24px;
}

.brand-editorial-translation__title h2 {
  margin: 0;
  font-size: clamp(54px, 7vw, 108px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  color: var(--ink);
}

.brand-editorial-translation__title p {
  max-width: 380px;
  margin-top: 34px;
  color: rgba(12, 52, 44, 0.66);
  font-size: 16px;
  line-height: 1.95;
}

.brand-editorial-translation__poem {
  display: grid;
  gap: clamp(48px, 7vw, 92px);
  padding-top: clamp(20px, 4vw, 56px);
}

.brand-editorial-translation__poem article {
  position: relative;
  max-width: 520px;
  padding: 0 0 clamp(42px, 5vw, 72px);
  border-bottom: 1px solid rgba(12, 52, 44, 0.14);
}

.brand-editorial-translation__poem article:nth-child(even) {
  margin-left: clamp(48px, 8vw, 130px);
}

.brand-editorial-translation__poem span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.brand-editorial-translation__poem h3 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: var(--ink);
}

.brand-editorial-translation__poem p {
  max-width: 420px;
  margin-top: 22px;
  color: rgba(12, 52, 44, 0.66);
  font-size: 16px;
  line-height: 1.85;
}

.brand-editorial-translation__grid {
  display: none !important;
}

/* Responsive */

@media (max-width: 980px) {
  .brand-editorial-translation::before {
    display: none;
  }

  .brand-editorial-translation__inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .brand-editorial-translation__title {
    position: relative;
    top: auto;
    max-width: 760px;
  }

  .brand-editorial-translation__title h2 {
    font-size: clamp(48px, 12vw, 82px);
  }

  .brand-editorial-translation__title p {
    max-width: 620px;
  }

  .brand-editorial-translation__poem article:nth-child(even) {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .brand-editorial-translation {
    padding: 86px 0;
  }

  .brand-editorial-translation__inner {
    width: min(100% - 36px, var(--max));
  }

  .brand-editorial-translation__title h2 {
    font-size: clamp(44px, 16vw, 68px);
  }

  .brand-editorial-translation__poem {
    gap: 42px;
  }

  .brand-editorial-translation__poem h3 {
    font-size: clamp(30px, 10vw, 42px);
  }
}

/* =========================================================
   Translation Section Refinement
   Make it less PPT / timeline, more editorial
   Paste at the very end of style.css
========================================================= */

.brand-editorial-translation {
  position: relative;
  overflow: hidden;
  padding: clamp(110px, 13vw, 180px) 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 209, 69, 0.10), transparent 28%),
    linear-gradient(135deg, #fffdee 0%, #f7f0df 100%);
}

/* Remove timeline feeling */
.brand-editorial-translation::before {
  display: none !important;
}

.brand-editorial-translation__inner {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(64px, 9vw, 128px);
  align-items: start;
}

.brand-editorial-translation__title {
  position: sticky;
  top: calc(var(--header) + 96px);
  max-width: 420px;
}

.brand-editorial-translation__title .eyebrow {
  margin-bottom: 24px;
}

.brand-editorial-translation__title h2 {
  margin: 0;
  max-width: 420px;
  font-size: clamp(52px, 6.4vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  color: var(--ink);
}

.brand-editorial-translation__title p {
  max-width: 360px;
  margin-top: 30px;
  color: rgba(12, 52, 44, 0.62);
  font-size: 15px;
  line-height: 1.9;
}

/* Use the new poem/list layout */
.brand-editorial-translation__poem {
  display: grid;
  gap: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(12, 52, 44, 0.16);
}

.brand-editorial-translation__poem article {
  display: grid;
  grid-template-columns: 64px minmax(160px, 240px) minmax(260px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: baseline;
  max-width: none;
  margin: 0 !important;
  padding: clamp(28px, 3.5vw, 42px) 0;
  border-bottom: 1px solid rgba(12, 52, 44, 0.16);
}

.brand-editorial-translation__poem span {
  margin: 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.brand-editorial-translation__poem h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.brand-editorial-translation__poem p {
  max-width: 520px;
  margin: 0;
  color: rgba(12, 52, 44, 0.62);
  font-size: 15px;
  line-height: 1.85;
}

/* Hide old grid if it still exists */
.brand-editorial-translation__grid {
  display: none !important;
}

@media (max-width: 980px) {
  .brand-editorial-translation__inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .brand-editorial-translation__title {
    position: relative;
    top: auto;
    max-width: 760px;
  }

  .brand-editorial-translation__title h2 {
    max-width: 620px;
    font-size: clamp(46px, 11vw, 78px);
  }

  .brand-editorial-translation__title p {
    max-width: 620px;
  }

  .brand-editorial-translation__poem article {
    grid-template-columns: 56px minmax(150px, 220px) 1fr;
  }
}

@media (max-width: 640px) {
  .brand-editorial-translation {
    padding: 82px 0;
  }

  .brand-editorial-translation__inner {
    width: min(100% - 36px, var(--max));
  }

  .brand-editorial-translation__title h2 {
    font-size: clamp(42px, 15vw, 64px);
  }

  .brand-editorial-translation__poem article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 0;
  }

  .brand-editorial-translation__poem h3 {
    font-size: clamp(28px, 9vw, 38px);
  }
}

/* =========================================================
   CTA Hover Logo
   For transparent brand-logo.png
========================================================= */

.brand-editorial-cta {
  position: relative;
  overflow: hidden;
}

.brand-editorial-cta__inner {
  position: relative;
  z-index: 2;
}

.brand-editorial-cta__logo {
  position: absolute;
  z-index: 1;
  right: clamp(64px, 10vw, 180px);
  top: 50%;
  width: min(640px, 40vw);
  transform: translateY(-50%) translateX(36px);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    filter 0.8s ease;
}

.brand-editorial-cta__logo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.16;
  filter: blur(0.15px);
}

.brand-editorial-cta:hover .brand-editorial-cta__logo {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.brand-editorial-cta:hover .brand-editorial-cta__logo img {
  opacity: 0.82;
  filter: blur(0);
}

@media (max-width: 900px) {
  .brand-editorial-cta__logo {
    right: 24px;
    width: min(440px, 54vw);
    opacity: 1;
    transform: translateY(-50%);
  }

  .brand-editorial-cta__logo img {
    opacity: 0.1;
  }
}

@media (max-width: 640px) {
  .brand-editorial-cta__logo {
    display: none;
  }
}

/* =========================================================
   Home CTA Hover Logo
   Use transparent assets/img/brand-logo.png
========================================================= */

.home-cta {
  position: relative;
  overflow: hidden;
}

.home-cta__box {
  position: relative;
  z-index: 2;
}

.home-cta__copy {
  position: relative;
  z-index: 2;
}

.home-cta__logo {
  position: absolute;
  z-index: 1;
  right: clamp(64px, 10vw, 180px);
  top: 50%;
  width: min(640px, 40vw);
  transform: translateY(-50%) translateX(36px);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    filter 0.8s ease;
}

.home-cta__logo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.16;
  filter: blur(0.15px);
}

.home-cta:hover .home-cta__logo {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.home-cta:hover .home-cta__logo img {
  opacity: 0.82;
  filter: blur(0);
}

@media (max-width: 900px) {
  .home-cta__logo {
    right: 24px;
    width: min(440px, 54vw);
    opacity: 1;
    transform: translateY(-50%);
  }

  .home-cta__logo img {
    opacity: 0.1;
  }
}

@media (max-width: 640px) {
  .home-cta__logo {
    display: none;
  }
}
/* Ecommerce MVP additions */
.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(22, 55, 48, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.qty-control button,
.qty-control input {
  width: 38px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #163730;
  text-align: center;
  font: inherit;
}

.qty-control button {
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.qty-control button:hover {
  background: rgba(230, 209, 69, 0.28);
}

.qty-control input {
  border-inline: 1px solid rgba(22, 55, 48, 0.12);
}

.cart-remove {
  align-self: center;
  border: 0;
  background: transparent;
  color: rgba(22, 55, 48, 0.62);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cart-empty-state {
  display: block !important;
  padding: clamp(28px, 5vw, 56px) !important;
  text-align: center;
}

.checkout-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.checkout-form label {
  display: grid;
  gap: 8px;
}

.checkout-form__full,
.checkout-form button,
.checkout-form .form-note {
  grid-column: 1 / -1;
}

.checkout-form input,
.checkout-form select,
.checkout-form textarea,
.admin-status select {
  width: 100%;
  border: 1px solid rgba(22, 55, 48, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #163730;
  padding: 13px 14px;
  font: inherit;
  outline: none;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus,
.admin-status select:focus {
  border-color: #6f8dbe;
  box-shadow: 0 0 0 4px rgba(111, 141, 190, 0.14);
}

.checkout-form button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.form-note {
  color: rgba(22, 55, 48, 0.66);
  line-height: 1.8;
}

.payment-result {
  min-height: 100vh;
  padding-top: clamp(120px, 16vh, 180px);
  background:
    radial-gradient(circle at 18% 22%, rgba(230, 209, 69, 0.2), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(111, 141, 190, 0.24), transparent 30%),
    linear-gradient(135deg, #fbf8ec, #edf4f1);
}

.payment-result section {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(22, 55, 48, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 32px 90px rgba(22, 55, 48, 0.12);
  backdrop-filter: blur(18px);
}

.payment-result h1,
.admin-orders h1 {
  margin: 12px 0 18px;
  font-size: clamp(2.4rem, 6vw, 5.8rem);
  line-height: 1.05;
}

.payment-result p {
  max-width: 620px;
  color: rgba(22, 55, 48, 0.72);
  line-height: 1.9;
}

.payment-result dl,
.admin-detail dl {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.payment-result dl div,
.admin-detail dl div {
  display: grid;
  gap: 4px;
  padding-block: 12px;
  border-bottom: 1px solid rgba(22, 55, 48, 0.12);
}

.payment-result dt,
.admin-detail dt {
  color: rgba(22, 55, 48, 0.52);
  font-size: 0.86rem;
  text-transform: uppercase;
}

.payment-result dd,
.admin-detail dd {
  margin: 0;
  color: #163730;
  word-break: break-word;
}

.payment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-orders {
  min-height: 100vh;
  padding-top: clamp(72px, 10vw, 120px);
  background:
    linear-gradient(120deg, rgba(111, 141, 190, 0.13), transparent 36%),
    linear-gradient(180deg, #fbf8ec, #f5f1e3);
}

.admin-login {
  max-width: 720px;
  margin: 0 auto;
}

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

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: start;
}

.admin-table-wrap,
.admin-detail {
  overflow: auto;
  border: 1px solid rgba(22, 55, 48, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(22, 55, 48, 0.1);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.admin-table th,
.admin-table td {
  padding: 16px;
  border-bottom: 1px solid rgba(22, 55, 48, 0.1);
  text-align: left;
  color: #163730;
}

.admin-table th {
  color: rgba(22, 55, 48, 0.56);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-table tr {
  cursor: pointer;
  transition: background 0.2s ease;
}

.admin-table tbody tr:hover {
  background: rgba(230, 209, 69, 0.16);
}

.admin-detail {
  padding: clamp(22px, 4vw, 36px);
  position: sticky;
  top: 104px;
}

.admin-detail h2 {
  margin-top: 0;
}

.admin-detail ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 24px;
  padding-left: 18px;
}

.admin-status {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

@media (max-width: 760px) {
  .checkout-form,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-board__head {
    align-items: start;
    flex-direction: column;
  }

  .admin-detail {
    position: static;
  }

  .payment-result {
    padding-top: 96px;
  }

  .payment-result section {
    border-radius: 22px;
  }
}

/* Collections shop entrance */
.shop-collections {
  background:
    radial-gradient(circle at 8% 18%, rgba(230, 209, 69, 0.18), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(111, 141, 190, 0.18), transparent 28%),
    linear-gradient(180deg, #fbf8ec 0%, #f4f0df 56%, #edf3ef 100%);
  color: #12382f;
  overflow: hidden;
}

.shop-hero {
  position: relative;
  min-height: clamp(620px, 92vh, 860px);
  display: grid;
  align-items: end;
  padding: clamp(112px, 14vw, 168px) clamp(22px, 7vw, 92px) clamp(64px, 10vw, 116px);
  background:
    linear-gradient(120deg, rgba(7, 63, 53, 0.88), rgba(7, 63, 53, 0.42) 48%, rgba(111, 141, 190, 0.22)),
    linear-gradient(135deg, #073f35, #0d2c28);
  isolation: isolate;
}

.shop-hero__image {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(120deg, rgba(7, 63, 53, 0.44), rgba(7, 63, 53, 0.12)),
    url("assets/img/collections-hero.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.72;
}

.shop-hero__content {
  max-width: 680px;
  color: #fffaf0;
}

.shop-hero__content .eyebrow {
  color: rgba(230, 209, 69, 0.92);
}

.shop-hero h1 {
  margin: 16px 0 22px;
  font-size: clamp(3rem, 8vw, 8.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.shop-hero p {
  max-width: 560px;
  color: rgba(255, 250, 240, 0.82);
  font-size: clamp(1.04rem, 1.8vw, 1.28rem);
  line-height: 1.9;
}

.shop-hero__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.shop-hero__quick span,
.shop-status a,
.shop-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.shop-hero__quick span {
  border: 1px solid rgba(255, 250, 240, 0.28);
  background: rgba(255, 250, 240, 0.1);
  color: rgba(255, 250, 240, 0.86);
  padding: 9px 14px;
  backdrop-filter: blur(12px);
}

.shop-status {
  position: sticky;
  top: 78px;
  z-index: 8;
  display: flex;
  gap: 10px;
  max-width: min(1180px, calc(100vw - 40px));
  margin: -28px auto 0;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid rgba(18, 56, 47, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: 0 24px 70px rgba(18, 56, 47, 0.1);
  backdrop-filter: blur(18px);
}

.shop-status a {
  flex: 0 0 auto;
  padding: 11px 16px;
  color: rgba(18, 56, 47, 0.72);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.shop-status a:hover {
  background: rgba(230, 209, 69, 0.26);
  color: #12382f;
  transform: translateY(-1px);
}

.shop-featured {
  width: min(1180px, calc(100vw - 40px));
  margin: clamp(64px, 10vw, 128px) auto clamp(56px, 9vw, 104px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.shop-featured__media,
.shop-entry figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(237, 243, 239, 0.72));
  box-shadow: 0 34px 90px rgba(18, 56, 47, 0.13);
}

.shop-featured__media {
  min-height: clamp(460px, 62vw, 680px);
  display: grid;
  place-items: center;
  transform: rotate(-1.2deg);
}

.shop-featured__media img {
  width: min(78%, 520px);
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 26px 32px rgba(18, 56, 47, 0.18));
  transition: transform 0.45s ease;
}

.shop-featured:hover .shop-featured__media img {
  transform: translateY(-8px) scale(1.03);
}

.shop-featured__content {
  padding: clamp(12px, 2vw, 24px);
}

.shop-featured__content h2,
.shop-entry h2,
.shop-cta h2 {
  margin: 14px 0 18px;
  font-size: clamp(2.2rem, 5.2vw, 5.6rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.shop-featured__content p,
.shop-entry p,
.shop-cta p {
  color: rgba(18, 56, 47, 0.72);
  line-height: 1.9;
  font-size: 1.02rem;
}

.shop-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  min-height: 34px;
  padding: 8px 13px;
  color: #12382f;
  box-shadow: 0 12px 24px rgba(18, 56, 47, 0.12);
}

.shop-badge--stock {
  background: #e6d145;
}

.shop-badge--made {
  background: rgba(111, 141, 190, 0.92);
  color: #fffaf0;
}

.shop-badge--soon {
  background: rgba(255, 250, 240, 0.88);
  border: 1px solid rgba(18, 56, 47, 0.14);
}

.shop-specs {
  display: grid;
  gap: 0;
  margin: 30px 0;
  border-top: 1px solid rgba(18, 56, 47, 0.12);
}

.shop-specs div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(18, 56, 47, 0.12);
}

.shop-specs dt {
  color: rgba(18, 56, 47, 0.5);
}

.shop-specs dd {
  margin: 0;
  color: #12382f;
}

.shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.shop-actions .btn {
  min-height: 46px;
}

.shop-assortment {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
}

.shop-entry {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  padding: clamp(20px, 4vw, 42px);
  border: 1px solid rgba(18, 56, 47, 0.1);
  border-radius: 34px;
  background: rgba(255, 250, 240, 0.68);
  box-shadow: 0 26px 80px rgba(18, 56, 47, 0.09);
}

.shop-entry--soon {
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.82fr);
  margin-left: clamp(0px, 8vw, 92px);
  background: rgba(237, 243, 239, 0.74);
}

.shop-entry--soon figure {
  order: 2;
}

.shop-entry figure {
  aspect-ratio: 4 / 3;
}

.shop-entry--soon figure {
  aspect-ratio: 3 / 4;
}

.shop-entry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.shop-entry:hover img {
  transform: scale(1.045);
}

.shop-entry > div {
  max-width: 590px;
}

.shop-cta {
  width: min(1180px, calc(100vw - 40px));
  margin: clamp(64px, 10vw, 132px) auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: end;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 12%, rgba(230, 209, 69, 0.22), transparent 34%),
    linear-gradient(135deg, #0d3f36, #082821);
  color: #fffaf0;
}

.shop-cta .eyebrow {
  color: rgba(230, 209, 69, 0.9);
}

.shop-cta p {
  max-width: 560px;
  color: rgba(255, 250, 240, 0.76);
}

.shop-cta .btn--ghost {
  border-color: rgba(255, 250, 240, 0.36);
  color: #fffaf0;
}

@media (max-width: 880px) {
  .shop-status {
    top: 70px;
    max-width: calc(100vw - 24px);
    border-radius: 22px;
  }

  .shop-featured,
  .shop-entry,
  .shop-entry--soon,
  .shop-cta {
    grid-template-columns: 1fr;
  }

  .shop-entry--soon {
    margin-left: 0;
  }

  .shop-entry--soon figure {
    order: 0;
    aspect-ratio: 4 / 3;
  }

  .shop-featured__media {
    min-height: 380px;
    transform: none;
  }

  .shop-cta {
    align-items: start;
  }
}

@media (max-width: 560px) {
  .shop-hero {
    min-height: 620px;
    padding-inline: 20px;
  }

  .shop-featured,
  .shop-assortment,
  .shop-cta {
    width: calc(100vw - 24px);
  }

  .shop-featured__media,
  .shop-entry,
  .shop-cta {
    border-radius: 24px;
  }

  .shop-entry {
    padding: 14px;
  }

  .shop-featured__content {
    padding: 0 4px;
  }

  .shop-specs div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

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

  .shop-actions .btn {
    width: 100%;
  }
}

/* Collections shop refinement + product detail */
.commerce-toast {
  position: fixed;
  right: clamp(18px, 4vw, 36px);
  bottom: clamp(18px, 4vw, 36px);
  z-index: 2000;
  max-width: min(360px, calc(100vw - 36px));
  padding: 14px 18px;
  border: 1px solid rgba(18, 56, 47, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.94);
  color: #12382f;
  box-shadow: 0 20px 54px rgba(18, 56, 47, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.24s ease, transform 0.24s ease;
  backdrop-filter: blur(14px);
}

.commerce-toast[data-tone="error"] {
  border-color: rgba(143, 52, 38, 0.28);
  color: #8f3426;
}

.commerce-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.shop-collections .shop-status {
  justify-content: center;
  border-radius: 0;
  border-inline: 0;
  box-shadow: none;
  background: rgba(251, 248, 236, 0.76);
}

.shop-collections .shop-status a {
  border-radius: 0;
  border-bottom: 1px solid transparent;
  padding-inline: 8px;
}

.shop-collections .shop-status a:hover {
  background: transparent;
  border-color: #e6d145;
}

.shop-collections .shop-featured {
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
  width: min(1280px, calc(100vw - 40px));
  gap: clamp(36px, 7vw, 96px);
}

.shop-collections .shop-featured__media,
.shop-collections .shop-entry figure {
  border-radius: 0;
  box-shadow: none;
}

.shop-collections .shop-featured__media {
  min-height: clamp(560px, 68vw, 760px);
  background:
    radial-gradient(circle at 46% 42%, rgba(230, 209, 69, 0.26), transparent 32%),
    linear-gradient(135deg, #eef3ef, #fffaf0);
  text-decoration: none;
}

.shop-collections .shop-featured__content h2 a,
.shop-card h3 a {
  color: inherit;
  text-decoration: none;
}

.shop-collections .shop-featured__content h2 a:hover,
.shop-card h3 a:hover {
  color: #6f8dbe;
}

.shop-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: baseline;
  margin: 26px 0 8px;
}

.shop-price-row strong {
  color: #12382f;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 500;
}

.shop-price-row span {
  color: rgba(18, 56, 47, 0.56);
}

.shop-collections .shop-entry {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: clamp(18px, 3vw, 28px) 0;
  border-top: 1px solid rgba(18, 56, 47, 0.12);
}

.shop-collections .shop-entry--soon {
  border-bottom: 1px solid rgba(18, 56, 47, 0.12);
}

.shop-collections .shop-entry h2 {
  max-width: 620px;
}

.shop-journal {
  width: min(1180px, calc(100vw - 40px));
  margin: clamp(78px, 12vw, 150px) auto 0;
  padding-top: clamp(28px, 5vw, 54px);
  border-top: 1px solid rgba(18, 56, 47, 0.14);
}

.shop-journal__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 60px);
}

.shop-journal__head h2 {
  grid-column: 2;
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4.8rem);
  line-height: 1.08;
}

.shop-journal__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 42px);
}

.shop-journal article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 22px;
  border-top: 1px solid rgba(18, 56, 47, 0.14);
}

.shop-journal span {
  color: #6f8dbe;
}

.shop-journal h3 {
  max-width: 320px;
  margin: 42px 0 14px;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.22;
}

.shop-journal p {
  color: rgba(18, 56, 47, 0.66);
  line-height: 1.9;
}

.product-detail {
  min-height: 100vh;
  background:
    radial-gradient(circle at 9% 12%, rgba(230, 209, 69, 0.15), transparent 25%),
    linear-gradient(180deg, #fbf8ec, #edf3ef);
  color: #12382f;
}

.product-detail__hero {
  width: min(1280px, calc(100vw - 40px));
  margin: 0 auto;
  padding: clamp(124px, 15vw, 176px) 0 clamp(64px, 10vw, 116px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.product-gallery {
  position: sticky;
  top: 104px;
}

.product-gallery__main {
  min-height: clamp(520px, 65vw, 760px);
  display: grid;
  place-items: center;
  margin: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(230, 209, 69, 0.24), transparent 31%),
    linear-gradient(135deg, #eef3ef, #fffaf0);
}

.product-gallery__main img {
  width: min(76%, 540px);
  max-height: 700px;
  object-fit: contain;
  filter: drop-shadow(0 26px 32px rgba(18, 56, 47, 0.16));
}

.product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.product-gallery__thumbs button {
  min-height: 126px;
  border: 1px solid rgba(18, 56, 47, 0.12);
  background: rgba(255, 250, 240, 0.6);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.product-gallery__thumbs button.is-active,
.product-gallery__thumbs button:hover {
  border-color: #6f8dbe;
  background: rgba(111, 141, 190, 0.12);
}

.product-gallery__thumbs img {
  width: 100%;
  height: 112px;
  object-fit: contain;
}

.product-info {
  padding-top: clamp(8px, 3vw, 38px);
}

.product-back {
  display: inline-block;
  margin-bottom: 28px;
  color: rgba(18, 56, 47, 0.58);
  text-decoration: none;
}

.product-back:hover {
  color: #6f8dbe;
}

.product-info__badge {
  position: static;
  margin-bottom: 24px;
  box-shadow: none;
}

.product-info h1 {
  margin: 14px 0 18px;
  font-size: clamp(2.8rem, 6vw, 6.6rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.product-info p {
  max-width: 560px;
  color: rgba(18, 56, 47, 0.72);
  line-height: 1.9;
}

.product-price {
  display: block;
  margin: 28px 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
}

.product-buy-row {
  margin-bottom: 18px;
}

.product-qty {
  display: grid;
  gap: 10px;
  width: max-content;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 36px;
}

.product-meta {
  display: grid;
  border-top: 1px solid rgba(18, 56, 47, 0.14);
}

.product-meta div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(18, 56, 47, 0.12);
}

.product-meta dt {
  color: rgba(18, 56, 47, 0.5);
}

.product-meta dd {
  margin: 0;
}

.product-story,
.product-related {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  padding: clamp(58px, 10vw, 120px) 0;
  border-top: 1px solid rgba(18, 56, 47, 0.14);
}

.product-story {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 6vw, 88px);
}

.product-story h2 {
  margin: 14px 0 0;
  font-size: clamp(2.1rem, 4.8vw, 5.2rem);
  line-height: 1.08;
}

.product-story > p {
  align-self: end;
  color: rgba(18, 56, 47, 0.68);
  line-height: 2;
  font-size: 1.06rem;
}

.product-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: rgba(18, 56, 47, 0.12);
}

.product-related__grid a {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 4vw, 38px);
  background: rgba(251, 248, 236, 0.96);
  color: #12382f;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.product-related__grid a:hover {
  background: #12382f;
  color: #fffaf0;
}

.product-related__grid span {
  color: #6f8dbe;
}

.product-related__grid strong {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.24;
}

.product-related__grid small {
  color: inherit;
  opacity: 0.72;
}

/* Collections shop entrance final polish */
.shop-collections .shop-hero {
  min-height: clamp(640px, 88vh, 840px);
}

.shop-collections .shop-hero__content {
  max-width: 760px;
}

.shop-collections .shop-hero h1 {
  max-width: 760px;
}

.shop-collections .shop-hero p {
  max-width: 460px;
}

.shop-collections .shop-status {
  position: relative;
  top: auto;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, calc(100vw - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: rgba(18, 56, 47, 0.14);
  box-shadow: none;
  backdrop-filter: none;
}

.shop-collections .shop-status div {
  min-height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(18px, 3vw, 30px);
  background: rgba(251, 248, 236, 0.92);
}

.shop-collections .shop-status span {
  color: #6f8dbe;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-collections .shop-status strong {
  display: block;
  margin: 26px 0 8px;
  color: #12382f;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  font-weight: 500;
  line-height: 1.25;
}

.shop-collections .shop-status p {
  margin: 0;
  color: rgba(18, 56, 47, 0.62);
  line-height: 1.7;
}

.shop-collections .shop-featured {
  margin-top: clamp(76px, 12vw, 150px);
}

.shop-collections .shop-featured__media::after {
  content: "PANDA SEE";
  position: absolute;
  right: clamp(18px, 4vw, 48px);
  bottom: clamp(16px, 4vw, 40px);
  color: rgba(18, 56, 47, 0.12);
  font-size: clamp(3.8rem, 9vw, 10rem);
  line-height: 0.8;
  letter-spacing: 0;
  pointer-events: none;
}

.shop-collections .shop-featured__media img {
  position: relative;
  z-index: 1;
}

.shop-collections .shop-featured__content {
  max-width: 560px;
}

.shop-collections .shop-entry {
  gap: clamp(36px, 8vw, 110px);
}

.shop-collections .shop-entry figure {
  min-height: clamp(360px, 44vw, 560px);
}

.shop-collections .shop-entry > div {
  padding-block: clamp(16px, 4vw, 48px);
}

.shop-collections .shop-journal {
  margin-top: clamp(90px, 14vw, 170px);
}

.shop-collections .shop-cta {
  box-shadow: none;
}

.commerce-toast {
  top: 96px;
  right: clamp(18px, 4vw, 42px);
  bottom: auto;
  border-radius: 0;
  border-color: rgba(230, 209, 69, 0.62);
  background: rgba(18, 56, 47, 0.94);
  color: #fffaf0;
}

.commerce-toast::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: #e6d145;
  vertical-align: 1px;
}

.commerce-toast[data-tone="error"] {
  border-color: rgba(230, 209, 69, 0.42);
  background: rgba(88, 35, 28, 0.94);
  color: #fffaf0;
}

@media (max-width: 880px) {
  .shop-collections .shop-featured,
  .shop-journal__head,
  .shop-journal__grid,
  .product-detail__hero,
  .product-story,
  .product-related__grid {
    grid-template-columns: 1fr;
  }

  .shop-journal__head h2 {
    grid-column: auto;
  }

  .product-gallery {
    position: static;
  }

  .product-gallery__main {
    min-height: 420px;
  }

  .shop-collections .shop-status {
    grid-template-columns: 1fr;
  }

  .shop-collections .shop-status div {
    min-height: 118px;
  }
}

@media (max-width: 560px) {
  .commerce-toast {
    top: auto;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border-radius: 18px;
  }

  .shop-journal article,
  .product-related__grid a {
    min-height: 190px;
  }

  .product-detail__hero,
  .product-story,
  .product-related {
    width: calc(100vw - 24px);
  }

  .product-actions {
    flex-direction: column;
  }

  .product-actions .btn {
    width: 100%;
  }

  .product-meta div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
