:root {
  --ink: #101713;
  --paper: #f6f1e7;
  --paper-2: #fbf8f1;
  --forest: #12382d;
  --forest-2: #1c5a46;
  --moss: #7f9c59;
  --amber: #c9872e;
  --gold: #ffd36a;
  --jade: #37d2a0;
  --wine: #8d2e47;
  --violet: #6f63ff;
  --clay: #a84f34;
  --cream: #fff5da;
  --line: rgba(16, 23, 19, 0.14);
  --white-line: rgba(255, 255, 255, 0.22);
  --shadow: 0 24px 70px rgba(16, 23, 19, 0.18);
  --radius: 8px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(55, 210, 160, 0.12), transparent 34vw),
    radial-gradient(circle at 92% 10%, rgba(255, 211, 106, 0.18), transparent 30vw),
    var(--paper);
  color: var(--ink);
  font-family:
    "Inter", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial,
    sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.is-locked {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

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

img {
  display: block;
  max-width: 100%;
}

#products,
#product-detail,
#story,
#origin,
#contact {
  scroll-margin-top: 112px;
}

.page-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  z-index: 120;
  background: transparent;
}

.page-progress span {
  display: block;
  width: var(--progress, 0%);
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--jade), var(--violet), var(--clay));
  box-shadow: 0 0 22px rgba(255, 211, 106, 0.66);
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: var(--forest);
  color: var(--cream);
  transition:
    opacity 600ms var(--ease),
    visibility 600ms var(--ease);
}

.loader.is-done {
  opacity: 0;
  visibility: hidden;
}

.loader-mark {
  display: grid;
  gap: 18px;
  width: min(280px, 70vw);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
}

.loader-mark img {
  width: 72px;
  justify-self: center;
  filter: drop-shadow(0 0 24px rgba(255, 211, 106, 0.48));
}

.loader-mark i {
  height: 1px;
  background: rgba(255, 245, 218, 0.35);
  position: relative;
  overflow: hidden;
}

.loader-mark i::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 42%;
  background: var(--amber);
  animation: loadSweep 1.2s infinite var(--ease);
}

@keyframes loadSweep {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(260%);
  }
}

.site-header {
  position: fixed;
  inset: 18px 20px auto;
  z-index: 110;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  padding: 12px 14px;
  color: var(--cream);
  transition:
    background 280ms ease,
    color 280ms ease,
    border-color 280ms ease,
    transform 280ms ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid var(--white-line);
  border-radius: var(--radius);
  background: rgba(18, 56, 45, 0.22);
  backdrop-filter: blur(18px);
}

.site-header.is-solid {
  color: var(--ink);
}

.site-header.is-solid::before {
  border-color: rgba(16, 23, 19, 0.12);
  background: rgba(246, 241, 231, 0.88);
  box-shadow: 0 14px 40px rgba(16, 23, 19, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 245, 218, 0.35);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.34), transparent 32%),
    linear-gradient(135deg, var(--forest), #07120d);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 26px rgba(255, 211, 106, 0.22);
}

.brand-mark img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.brand strong,
.brand em {
  display: block;
  line-height: 1.1;
  font-style: normal;
}

.brand strong {
  font-size: 18px;
  white-space: nowrap;
}

.brand em {
  margin-top: 3px;
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.74;
}

.desktop-nav {
  display: flex;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.site-header.is-solid .desktop-nav {
  border-color: rgba(16, 23, 19, 0.1);
  background: rgba(255, 255, 255, 0.34);
}

.desktop-nav a,
.text-link {
  border-radius: 6px;
  padding: 10px 13px;
  font-size: 13px;
  white-space: nowrap;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active,
.text-link:hover {
  background: rgba(255, 255, 255, 0.16);
}

.site-header.is-solid .desktop-nav a:hover,
.site-header.is-solid .desktop-nav a.is-active,
.site-header.is-solid .text-link:hover {
  background: rgba(18, 56, 45, 0.08);
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switcher {
  display: inline-grid;
  gap: 3px;
  min-width: 138px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 245, 218, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.site-header.is-solid .language-switcher {
  border-color: rgba(16, 23, 19, 0.12);
  background: rgba(255, 255, 255, 0.45);
}

.language-switcher span {
  color: currentColor;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.6;
  text-transform: uppercase;
}

.language-switcher select {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: currentColor;
  outline: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.language-switcher option {
  color: var(--ink);
}

.icon-button {
  display: none;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: currentColor;
  cursor: pointer;
}

.icon-button span {
  display: block;
  width: 17px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 240ms var(--ease);
}

.icon-button.is-open span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.icon-button.is-open span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.mobile-panel {
  position: fixed;
  inset: 84px 20px auto;
  z-index: 105;
  display: none;
  padding: 12px;
  border: 1px solid rgba(16, 23, 19, 0.12);
  border-radius: var(--radius);
  background: rgba(246, 241, 231, 0.96);
  box-shadow: var(--shadow);
}

.mobile-panel.is-open {
  display: grid;
}

.mobile-panel a {
  padding: 16px 10px;
  border-bottom: 1px solid rgba(16, 23, 19, 0.1);
}

.mobile-panel a:last-child {
  border-bottom: 0;
  color: var(--forest-2);
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(120px, 16vw, 190px) 20px 30px;
  color: var(--cream);
  isolation: isolate;
}

#sporeCanvas,
.hero-media,
.hero-shade,
.hero-aura,
.hero-product-orbit {
  position: absolute;
  inset: 0;
}

#sporeCanvas {
  z-index: 2;
  opacity: 0.72;
  pointer-events: none;
}

.hero-media {
  z-index: -2;
  overflow: hidden;
  background: var(--forest);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04) translate3d(var(--hero-x, 0px), var(--hero-y, 0px), 0);
  transition: transform 500ms var(--ease);
}

.hero-shade {
  z-index: -1;
  background:
    radial-gradient(circle at var(--spot-x, 18%) var(--spot-y, 40%), rgba(255, 211, 106, 0.42), transparent 28vw),
    radial-gradient(circle at 78% 24%, rgba(111, 99, 255, 0.34), transparent 26vw),
    linear-gradient(90deg, rgba(5, 13, 9, 0.94) 0%, rgba(8, 22, 15, 0.7) 39%, rgba(8, 19, 14, 0.34) 100%),
    linear-gradient(0deg, rgba(5, 13, 9, 0.82), transparent 42%);
}

.hero-shade::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 16px),
    linear-gradient(120deg, transparent 10%, rgba(255, 211, 106, 0.16) 34%, transparent 52%);
  mix-blend-mode: screen;
  opacity: 0.42;
  animation: foilSweep 9s ease-in-out infinite alternate;
}

.hero-aura {
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: screen;
}

.hero-aura span {
  position: absolute;
  left: -12%;
  right: -12%;
  height: 28%;
  opacity: 0.55;
  filter: blur(18px);
  transform: rotate(-8deg);
  background:
    linear-gradient(90deg, transparent, rgba(55, 210, 160, 0.45), rgba(255, 211, 106, 0.54), rgba(111, 99, 255, 0.36), transparent);
  animation: auroraRibbon 13s ease-in-out infinite alternate;
}

.hero-aura span:nth-child(1) {
  top: 13%;
}

.hero-aura span:nth-child(2) {
  top: 43%;
  opacity: 0.36;
  animation-delay: -4s;
  transform: rotate(9deg);
}

.hero-aura span:nth-child(3) {
  bottom: 8%;
  opacity: 0.3;
  animation-delay: -7s;
}

.hero-product-orbit {
  z-index: 3;
  pointer-events: none;
  left: auto;
  right: max(20px, calc((100vw - 1180px) / 2));
  top: 96px;
  bottom: 138px;
  width: min(610px, 48vw);
}

.orbit-ring {
  position: absolute;
  inset: 13% 8% 6%;
  border: 1px solid rgba(255, 211, 106, 0.36);
  border-radius: 50%;
  background:
    conic-gradient(from 120deg, rgba(255, 211, 106, 0.22), transparent 28%, rgba(55, 210, 160, 0.2), transparent 62%, rgba(111, 99, 255, 0.2), transparent),
    radial-gradient(circle, transparent 54%, rgba(255, 245, 218, 0.08) 55%, transparent 58%);
  box-shadow:
    0 0 70px rgba(255, 211, 106, 0.18),
    inset 0 0 34px rgba(255, 245, 218, 0.08);
  animation: ringTurn 28s linear infinite;
}

.hero-pack {
  position: absolute;
  margin: 0;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 245, 218, 0.26), rgba(255, 245, 218, 0.08)),
    rgba(10, 25, 18, 0.34);
  border: 1px solid rgba(255, 245, 218, 0.24);
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.32),
    0 0 44px rgba(255, 211, 106, 0.18);
  backdrop-filter: blur(18px);
  overflow: hidden;
  animation: packFloat 7s ease-in-out infinite;
}

.hero-pack::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.34) 50%, transparent 58% 100%);
  transform: translateX(-120%);
  animation: productGleam 5.8s ease-in-out infinite;
}

.hero-pack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-pack figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 9px 10px;
  border-radius: 999px;
  background: rgba(5, 13, 9, 0.72);
  color: var(--cream);
  font-size: 12px;
  text-align: center;
  backdrop-filter: blur(12px);
}

.hero-pack-main {
  right: 9%;
  top: 20%;
  width: min(300px, 24vw);
  aspect-ratio: 1;
}

.hero-pack-side {
  right: 49%;
  top: 9%;
  width: min(176px, 15vw);
  aspect-ratio: 1;
  animation-delay: -2s;
}

.hero-pack-low {
  right: 42%;
  bottom: 4%;
  width: min(210px, 17vw);
  aspect-ratio: 1;
  animation-delay: -4s;
}

.hero-pack-hot {
  right: 0;
  bottom: 18%;
  width: min(168px, 14vw);
  aspect-ratio: 1;
  animation-delay: -1s;
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(770px, calc(100vw - 40px));
  margin-left: max(0px, calc((100vw - 1180px) / 2));
  padding-bottom: clamp(126px, 17vh, 180px);
}

.hero-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(255, 245, 218, 0.22);
  border-radius: 999px;
  background: rgba(255, 245, 218, 0.1);
  color: rgba(255, 245, 218, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.2);
}

.hero-brand-lockup img {
  width: 36px;
  height: 36px;
  padding: 7px;
  border-radius: 50%;
  background: rgba(4, 12, 8, 0.9);
}

.hero-brand-lockup span {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1 {
  max-width: 11em;
  font-size: clamp(44px, 5.8vw, 78px);
  font-weight: 900;
}

.hero-copy {
  width: min(650px, 100%);
  margin: 20px 0 0;
  color: rgba(255, 245, 218, 0.84);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.85;
}

.hero-actions,
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.dark-ghost {
  color: var(--ink);
  border-color: rgba(16, 23, 19, 0.18);
}

.primary-btn,
.ghost-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: var(--radius);
  padding: 0 18px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 800;
  overflow: hidden;
  transition:
    transform 220ms var(--ease),
    background 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

.primary-btn::before,
.ghost-btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(115deg, transparent 0 35%, rgba(255, 255, 255, 0.44) 50%, transparent 65% 100%);
  transform: translateX(-130%);
  transition: transform 560ms var(--ease);
}

.primary-btn:hover::before,
.ghost-btn:hover::before {
  transform: translateX(130%);
}

.primary-btn span,
.ghost-btn span,
.primary-btn svg {
  position: relative;
  z-index: 1;
}

.primary-btn {
  background: linear-gradient(135deg, var(--gold), #f0a340 58%, #ff735a);
  color: #120d08;
  box-shadow:
    0 18px 45px rgba(201, 135, 46, 0.28),
    0 0 32px rgba(255, 211, 106, 0.22);
}

.primary-btn:hover {
  background: #df9f47;
}

.primary-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ghost-btn {
  border-color: rgba(255, 245, 218, 0.34);
  color: var(--cream);
  background: rgba(255, 255, 255, 0.08);
}

.ghost-btn:hover {
  background: rgba(255, 255, 255, 0.18);
}

.hero-metrics {
  position: absolute;
  z-index: 4;
  left: max(20px, calc((100vw - 1180px) / 2));
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 245, 218, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 245, 218, 0.09);
  backdrop-filter: blur(18px);
}

.hero-metrics div {
  min-width: 0;
  padding: 18px;
}

.hero-metrics strong {
  display: block;
  color: #fff7df;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.08;
}

.hero-metrics span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 245, 218, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 190px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 66px;
  border: 1px solid rgba(255, 245, 218, 0.32);
  border-radius: 999px;
}

.scroll-cue span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cream);
  animation: cueDrop 1.6s infinite var(--ease);
}

@keyframes cueDrop {
  0% {
    transform: translateY(-14px);
    opacity: 0;
  }
  40%,
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(14px);
    opacity: 0;
  }
}

@keyframes foilSweep {
  from {
    transform: translateX(-10%);
  }
  to {
    transform: translateX(10%);
  }
}

@keyframes auroraRibbon {
  from {
    transform: translate3d(-6%, -8px, 0) rotate(-8deg) scaleX(0.94);
  }
  to {
    transform: translate3d(7%, 12px, 0) rotate(8deg) scaleX(1.08);
  }
}

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

@keyframes packFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(0, -18px, 0) rotate(2deg);
  }
}

@keyframes productGleam {
  0%,
  54% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

.section {
  position: relative;
  padding: clamp(84px, 10vw, 140px) 20px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.intro-band {
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 211, 106, 0.22), transparent 28vw),
    var(--paper-2);
  border-bottom: 1px solid var(--line);
}

.split-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
}

h2 {
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 900;
}

.split-brief h2,
.section-heading h2,
.story-top h2,
.origin-copy h2,
.scent-copy h2,
.contact-copy h2 {
  color: var(--forest);
}

.brief-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.brief-grid p {
  min-height: 210px;
  margin: 0;
  padding: clamp(22px, 4vw, 34px);
  background: var(--paper);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.75;
}

.source-deck {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  padding: 1px;
  border: 1px solid rgba(16, 23, 19, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(115deg, rgba(255, 211, 106, 0.8), rgba(55, 210, 160, 0.72), rgba(111, 99, 255, 0.56)),
    rgba(16, 23, 19, 0.18);
  box-shadow:
    0 30px 90px rgba(16, 23, 19, 0.18),
    0 0 58px rgba(55, 210, 160, 0.12);
  overflow: hidden;
}

.source-deck article {
  position: relative;
  min-height: 214px;
  overflow: hidden;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 211, 106, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(9, 29, 21, 0.96), rgba(18, 56, 45, 0.9) 52%, rgba(38, 18, 42, 0.88));
  color: var(--cream);
  isolation: isolate;
}

.source-deck article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.22) 49%, transparent 60% 100%),
    repeating-linear-gradient(90deg, rgba(255, 245, 218, 0.04) 0 1px, transparent 1px 18px);
  opacity: 0.72;
  transform: translateX(-34%);
  transition:
    opacity 260ms ease,
    transform 700ms var(--ease);
}

.source-deck article:hover::before {
  opacity: 1;
  transform: translateX(22%);
}

.source-deck span,
.source-deck strong,
.source-deck p {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 72%;
}

.source-deck span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.source-deck strong {
  margin-top: 10px;
  color: #fff8e8;
  font-size: clamp(22px, 2.7vw, 34px);
  line-height: 1.06;
  text-shadow: 0 0 28px rgba(255, 211, 106, 0.28);
}

.source-deck p {
  margin: 12px 0 0;
  color: rgba(255, 245, 218, 0.76);
  font-size: 13px;
  line-height: 1.62;
}

.source-deck img {
  position: absolute;
  z-index: 1;
  right: -18px;
  bottom: -34px;
  width: min(190px, 46%);
  max-width: none;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  filter:
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.28))
    saturate(1.08);
  transform: rotate(-4deg);
  transition: transform 420ms var(--ease);
}

.source-deck article:hover img {
  transform: rotate(2deg) scale(1.06);
}

.source-contact::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 74px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 211, 106, 0.44);
  background:
    radial-gradient(circle, rgba(255, 211, 106, 0.5) 0 6%, transparent 7% 100%),
    conic-gradient(from 45deg, rgba(255, 211, 106, 0.42), transparent, rgba(55, 210, 160, 0.36), transparent, rgba(255, 211, 106, 0.42));
  box-shadow: 0 0 42px rgba(255, 211, 106, 0.2);
  animation: ringTurn 18s linear infinite;
}

.products-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(111, 99, 255, 0.12), transparent 28vw),
    radial-gradient(circle at 92% 24%, rgba(55, 210, 160, 0.16), transparent 28vw),
    linear-gradient(180deg, var(--paper) 0%, #e7dfd0 100%),
    var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.6fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  grid-column: 1;
  margin-bottom: 0;
}

.section-heading h2 {
  grid-column: 1;
}

.section-heading p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin: 0;
  color: rgba(16, 23, 19, 0.68);
  line-height: 1.8;
  font-size: 16px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-bar button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(16, 23, 19, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  color: var(--ink);
  cursor: pointer;
  transition:
    background 200ms ease,
    color 200ms ease,
    transform 200ms var(--ease);
}

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

.filter-bar button.is-active {
  background: var(--forest);
  color: var(--cream);
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 34px);
  align-items: start;
}

.showcase-image,
.product-card,
.scene-card,
.timeline-item,
.flavor-readout,
.wechat-block {
  border-radius: var(--radius);
}

.showcase-image {
  position: sticky;
  top: 110px;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--forest);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}

.showcase-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 1;
  object-fit: cover;
  transform: scale(1.04);
  transition:
    opacity 240ms var(--ease),
    transform 420ms var(--ease),
    filter 240ms ease;
}

.showcase-image img.is-changing,
.flavor-visual img.is-changing,
.origin-media img.is-changing {
  opacity: 0.28;
  filter: blur(4px);
  transform: scale(1.1);
}

.image-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 245, 218, 0.22);
  border-radius: var(--radius);
  background: rgba(16, 23, 19, 0.62);
  color: var(--cream);
  backdrop-filter: blur(16px);
}

.image-caption span {
  color: rgba(255, 245, 218, 0.72);
  text-align: left;
}

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

.product-card {
  position: relative;
  min-height: 224px;
  display: grid;
  grid-template-columns: minmax(104px, 128px) minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 16px 18px;
  padding: 16px;
  border: 1px solid rgba(16, 23, 19, 0.12);
  background: rgba(255, 255, 255, 0.56);
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  transition:
    transform 240ms var(--ease),
    background 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--card-x, 20%) var(--card-y, 20%), color-mix(in srgb, var(--dot, var(--amber)) 26%, transparent), transparent 36%),
    linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.38));
  opacity: 0;
  transition: opacity 220ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(18, 56, 45, 0.28);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 45px rgba(16, 23, 19, 0.1);
}

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

.product-card > span {
  position: relative;
  z-index: 1;
}

.product-card > span:not(.product-thumb) {
  min-width: 0;
}

.product-thumb {
  grid-row: 1 / span 3;
  width: 100%;
  aspect-ratio: 1;
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(16, 23, 19, 0.1);
  border-radius: 8px;
  background: rgba(18, 56, 45, 0.08);
  box-shadow: 0 12px 28px rgba(16, 23, 19, 0.1);
}

.product-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 320ms var(--ease);
}

.product-card:hover .product-thumb img {
  transform: scale(1.06);
}

.product-card-foot {
  display: grid;
  gap: 12px;
}

.product-card-foot em {
  position: relative;
  z-index: 1;
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid rgba(18, 56, 45, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--forest-2);
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.product-card-foot em::after {
  content: "↗";
  font-size: 12px;
}

.product-card .topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-card .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--dot, var(--amber));
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--dot, var(--amber)) 18%, transparent);
}

.product-card small {
  color: rgba(16, 23, 19, 0.54);
  text-transform: uppercase;
  font-weight: 800;
}

.product-card h3 {
  font-size: clamp(19px, 2.2vw, 26px);
  color: var(--forest);
  overflow-wrap: anywhere;
}

.product-card p {
  margin: 0;
  color: rgba(16, 23, 19, 0.68);
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag-row span,
.detail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(16, 23, 19, 0.12);
  border-radius: 999px;
  color: rgba(16, 23, 19, 0.7);
  font-size: 12px;
}

.product-detail-section {
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 211, 106, 0.2), transparent 26vw),
    radial-gradient(circle at 92% 12%, rgba(55, 210, 160, 0.18), transparent 28vw),
    linear-gradient(180deg, #efe7d9, var(--paper-2));
}

.product-detail-section[hidden] {
  display: none;
}

.product-page-section {
  min-height: calc(100svh - 108px);
  padding-top: clamp(140px, 14vw, 184px);
}

.detail-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
}

.detail-media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--forest);
  box-shadow: var(--shadow);
}

.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-media span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 245, 218, 0.24);
  border-radius: 999px;
  background: rgba(16, 23, 19, 0.68);
  color: var(--cream);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.detail-copy {
  min-width: 0;
}

.detail-copy h1,
.detail-copy h2 {
  color: var(--forest);
}

.detail-copy h1 {
  max-width: none;
  font-size: clamp(42px, 5.2vw, 70px);
}

.detail-copy > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: rgba(16, 23, 19, 0.68);
  line-height: 1.85;
  font-size: clamp(16px, 2vw, 19px);
}

.detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--forest-2);
  cursor: pointer;
  font-weight: 900;
}

.detail-back::before {
  content: "←";
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.detail-source-card {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(16, 23, 19, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(18, 56, 45, 0.08), rgba(255, 255, 255, 0.52)),
    rgba(255, 255, 255, 0.62);
}

.detail-source-card span,
.detail-list-grid span {
  color: rgba(16, 23, 19, 0.52);
  font-size: 12px;
  font-weight: 900;
}

.detail-source-card strong {
  color: var(--forest);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.detail-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.detail-info-grid article {
  min-height: 138px;
  padding: 18px;
  border: 1px solid rgba(16, 23, 19, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.38)),
    rgba(255, 255, 255, 0.52);
}

.detail-info-grid span {
  display: block;
  color: rgba(16, 23, 19, 0.52);
  font-size: 12px;
  font-weight: 900;
}

.detail-info-grid strong {
  display: block;
  margin-top: 14px;
  color: var(--forest);
  font-size: clamp(19px, 2.3vw, 26px);
  line-height: 1.24;
  overflow-wrap: anywhere;
}

.detail-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.detail-list-grid article {
  padding: 18px;
  border: 1px solid rgba(16, 23, 19, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(18, 56, 45, 0.08), rgba(255, 255, 255, 0.58)),
    rgba(255, 255, 255, 0.62);
}

.detail-list-grid ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list-grid li {
  position: relative;
  padding-left: 18px;
  color: rgba(16, 23, 19, 0.72);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.detail-list-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dot, var(--amber));
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--dot, var(--amber)) 18%, transparent);
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.scent-section {
  background: var(--forest);
  color: var(--cream);
  overflow: hidden;
}

.scent-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 245, 218, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 245, 218, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent, black 20%, black 80%, transparent);
}

.scent-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(38px, 8vw, 110px);
  align-items: center;
}

.scent-copy h2,
.scent-copy .eyebrow {
  color: var(--cream);
}

.scent-copy p {
  margin: 24px 0;
  color: rgba(255, 245, 218, 0.78);
  line-height: 1.85;
}

.flavor-readout {
  padding: 22px;
  border: 1px solid rgba(255, 245, 218, 0.18);
  background: rgba(255, 245, 218, 0.08);
}

.flavor-readout strong,
.flavor-readout span {
  display: block;
}

.flavor-readout strong {
  color: var(--amber);
  font-size: 28px;
}

.flavor-readout span {
  margin-top: 10px;
  line-height: 1.8;
  color: rgba(255, 245, 218, 0.78);
}

.flavor-stage {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.flavor-stage::after {
  content: "";
  position: absolute;
  width: min(360px, 64%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 135, 46, 0.2), transparent 68%);
  filter: blur(28px);
  z-index: -1;
}

.flavor-wheel {
  position: absolute;
  inset: 0;
  min-height: 560px;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.flavor-wheel::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(520px, 86vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 245, 218, 0.2);
  background:
    conic-gradient(from 45deg, rgba(201, 135, 46, 0.2), rgba(127, 156, 89, 0.22), rgba(168, 79, 52, 0.2), rgba(201, 135, 46, 0.2)),
    radial-gradient(circle, rgba(255, 245, 218, 0.14) 0 18%, transparent 19%);
  animation: slowTurn 30s linear infinite;
  transform: translate(-50%, -50%);
}

.flavor-visual {
  position: relative;
  z-index: 2;
  width: min(330px, 54vw);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 245, 218, 0.28);
  border-radius: 50%;
  background: rgba(255, 245, 218, 0.12);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.28),
    inset 0 0 0 12px rgba(255, 245, 218, 0.06);
}

.flavor-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    opacity 240ms var(--ease),
    transform 420ms var(--ease),
    filter 240ms ease;
}

.flavor-visual span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 245, 218, 0.18);
  border-radius: 999px;
  background: rgba(16, 23, 19, 0.64);
  color: var(--cream);
  text-align: center;
  font-size: 13px;
  backdrop-filter: blur(14px);
}

@keyframes slowTurn {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.flavor-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 128px;
  min-height: 128px;
  transform:
    translate(-50%, -50%) rotate(var(--angle)) translateY(-205px)
    rotate(calc(var(--angle) * -1));
  border: 1px solid rgba(255, 245, 218, 0.22);
  border-radius: 50%;
  background: rgba(255, 245, 218, 0.1);
  color: var(--cream);
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(12px);
  transition:
    background 200ms ease,
    transform 220ms var(--ease),
    border-color 200ms ease;
}

.flavor-button strong,
.flavor-button span {
  display: block;
}

.flavor-button strong {
  font-size: 18px;
}

.flavor-button span {
  margin-top: 5px;
  color: rgba(255, 245, 218, 0.64);
  font-size: 12px;
}

.flavor-button:hover,
.flavor-button.is-active {
  background: var(--amber);
  color: #15110a;
  border-color: transparent;
}

.flavor-button:hover span,
.flavor-button.is-active span {
  color: rgba(21, 17, 10, 0.62);
}

.origin-section {
  background: var(--paper-2);
}

.origin-layout {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(0, 0.92fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.origin-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--forest);
  box-shadow: var(--shadow);
}

.origin-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  transform: scale(1.02);
  transition:
    opacity 240ms var(--ease),
    transform 420ms var(--ease),
    filter 240ms ease;
}

.origin-media-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 245, 218, 0.22);
  border-radius: var(--radius);
  background: rgba(16, 23, 19, 0.66);
  color: var(--cream);
  backdrop-filter: blur(16px);
}

.origin-media-caption strong,
.origin-media-caption span {
  display: block;
}

.origin-media-caption strong {
  color: #fff8e8;
  font-size: 22px;
}

.origin-media-caption span {
  color: rgba(255, 245, 218, 0.76);
  line-height: 1.55;
}

.origin-copy p {
  margin: 22px 0 0;
  color: rgba(16, 23, 19, 0.68);
  line-height: 1.85;
}

.process {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: 34px;
  padding-left: 30px;
}

.process-line {
  position: absolute;
  left: 7px;
  top: 9px;
  bottom: 9px;
  width: 2px;
  background: rgba(16, 23, 19, 0.12);
}

.process-line span {
  display: block;
  width: 100%;
  height: calc(var(--process-progress, 0) * 1%);
  background: linear-gradient(var(--amber), var(--forest-2));
}

.process-step {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 18px;
  isolation: isolate;
  border: 1px solid rgba(16, 23, 19, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
  text-align: left;
  cursor: pointer;
  transition:
    transform 200ms var(--ease),
    background 200ms ease,
    border-color 200ms ease;
}

.process-step::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 22px;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--paper-2);
  border: 2px solid rgba(16, 23, 19, 0.22);
}

.process-step::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--step-x, 50%) var(--step-y, 50%), rgba(255, 211, 106, 0.38), transparent 34%),
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.18) 52%, transparent 64% 100%);
  opacity: 0;
  border-radius: inherit;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.process-step.is-active {
  background: var(--forest);
  color: var(--cream);
  border-color: transparent;
  transform: translateX(5px);
}

.process-step.is-active::before {
  background: var(--amber);
  border-color: var(--amber);
}

.process-step:hover::after,
.process-step:focus-visible::after,
.process-step.is-active::after {
  opacity: 1;
}

.process-step strong,
.process-step span {
  position: relative;
  z-index: 1;
}

.process-step span {
  line-height: 1.65;
  color: rgba(16, 23, 19, 0.65);
}

.process-step.is-active span {
  color: rgba(255, 245, 218, 0.75);
}

.story-section {
  background: var(--paper);
}

.story-top {
  width: min(780px, 100%);
  margin-bottom: 38px;
}

.story-top p:not(.eyebrow) {
  margin: 22px 0 0;
  color: rgba(16, 23, 19, 0.68);
  line-height: 1.85;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.timeline-item {
  min-height: 310px;
  padding: 24px;
  background: var(--paper-2);
}

.timeline-item time {
  display: block;
  color: var(--amber);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.timeline-item h3 {
  margin-top: 28px;
  color: var(--forest);
  font-size: 24px;
}

.timeline-item p {
  margin: 14px 0 0;
  color: rgba(16, 23, 19, 0.66);
  line-height: 1.72;
}

.scenes-section {
  background: #18231f;
  color: var(--cream);
}

.scenes-section .section-heading h2,
.scenes-section .eyebrow {
  color: var(--cream);
}

.scenes-section .section-heading p {
  color: rgba(255, 245, 218, 0.7);
}

.scene-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.scene-card {
  min-height: 330px;
  padding: 24px;
  border: 1px solid rgba(255, 245, 218, 0.18);
  background:
    linear-gradient(160deg, rgba(255, 245, 218, 0.08), transparent 70%),
    rgba(255, 245, 218, 0.04);
  transform:
    perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition:
    transform 180ms ease,
    background 200ms ease;
}

.scene-card:hover {
  background:
    linear-gradient(160deg, rgba(201, 135, 46, 0.24), transparent 70%),
    rgba(255, 245, 218, 0.06);
}

.scene-card span {
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
}

.scene-card h3 {
  margin-top: 90px;
  font-size: 28px;
}

.scene-card p {
  margin: 18px 0 0;
  color: rgba(255, 245, 218, 0.72);
  line-height: 1.72;
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(127, 156, 89, 0.18), transparent 38%),
    linear-gradient(315deg, rgba(168, 79, 52, 0.16), transparent 36%),
    var(--paper-2);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: stretch;
}

.contact-copy {
  position: relative;
  top: auto;
  width: 100%;
  align-self: center;
}

.contact-copy p {
  margin: 22px 0 0;
  color: rgba(16, 23, 19, 0.68);
  line-height: 1.85;
}

.contact-section .ghost-btn {
  color: var(--ink);
  border-color: rgba(16, 23, 19, 0.18);
}

.contact-panel {
  display: grid;
  gap: 12px;
  align-content: stretch;
}

.contact-brand-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(16, 23, 19, 0.12);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 211, 106, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.58);
  box-shadow: 0 22px 60px rgba(16, 23, 19, 0.1);
}

.contact-brand-card img {
  width: 72px;
  aspect-ratio: 1;
  padding: 12px;
  border-radius: 50%;
  background: var(--forest);
  object-fit: contain;
  box-shadow: inset 0 0 0 1px rgba(255, 245, 218, 0.2);
}

.contact-brand-card strong,
.contact-brand-card span {
  display: block;
}

.contact-brand-card strong {
  color: var(--forest);
  font-size: 22px;
}

.contact-brand-card span {
  margin-top: 7px;
  color: rgba(16, 23, 19, 0.62);
  line-height: 1.6;
}

.wechat-block {
  min-height: 58px;
  display: grid;
  justify-content: center;
  padding: 9px 15px;
  border: 1px solid rgba(16, 23, 19, 0.12);
  background: rgba(255, 255, 255, 0.5);
}

.wechat-block span {
  color: rgba(16, 23, 19, 0.55);
  font-size: 12px;
}

.wechat-block strong {
  color: var(--forest);
}

.contact-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 0;
}

.contact-signal-grid a {
  position: relative;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 15px 16px;
  overflow: hidden;
  border: 1px solid rgba(18, 56, 45, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(18, 56, 45, 0.92), rgba(28, 90, 70, 0.82)),
    var(--forest);
  color: var(--cream);
  box-shadow:
    0 18px 44px rgba(16, 23, 19, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.contact-signal-grid a::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 211, 106, 0.28), transparent 28%),
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.18) 52%, transparent 62% 100%);
  opacity: 0.82;
  transform: translateX(-24%);
  transition: transform 520ms var(--ease);
}

.contact-signal-grid a:hover::before {
  transform: translateX(24%);
}

.contact-signal-grid span,
.contact-signal-grid strong {
  position: relative;
  z-index: 1;
  display: block;
}

.contact-signal-grid span {
  color: rgba(255, 245, 218, 0.66);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-signal-grid strong {
  color: #fff8e8;
  font-size: 16px;
  overflow-wrap: anywhere;
}

.qr-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border: 1px solid rgba(16, 23, 19, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
}

.qr-card img {
  width: 150px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center 54%;
  border-radius: 6px;
  border: 1px solid rgba(16, 23, 19, 0.1);
}

.qr-card strong,
.qr-card span {
  display: block;
}

.qr-card strong {
  color: var(--forest);
  font-size: 18px;
}

.qr-card span {
  margin-top: 8px;
  color: rgba(16, 23, 19, 0.62);
  line-height: 1.65;
  font-size: 13px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 30px 20px;
  background: var(--ink);
  color: rgba(255, 245, 218, 0.68);
}

.footer-brand,
.site-footer > a {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 48px;
  aspect-ratio: 1;
  padding: 9px;
  border-radius: 50%;
  background: rgba(255, 245, 218, 0.08);
  object-fit: contain;
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand strong {
  color: var(--cream);
}

.footer-brand span {
  margin-top: 6px;
  font-size: 13px;
}

.site-footer > a {
  width: auto;
  justify-self: end;
  color: var(--cream);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 760ms var(--ease),
    transform 760ms var(--ease);
}

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

.tilt-card {
  transform:
    perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .icon-button {
    display: inline-grid;
    place-items: center;
  }

  .text-link {
    display: none;
  }

  .hero-metrics,
  .timeline,
  .scene-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-product-orbit {
    width: min(440px, 46vw);
    opacity: 0.48;
  }

  .hero-pack figcaption {
    display: none;
  }

  .product-showcase,
  .detail-shell,
  .origin-layout,
  .scent-layout,
  .contact-layout,
  .split-brief,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .source-deck {
    grid-template-columns: 1fr;
  }

  .section-heading .eyebrow,
  .section-heading h2,
  .section-heading p:not(.eyebrow) {
    grid-column: auto;
    grid-row: auto;
  }

  .showcase-image,
  .contact-copy {
    position: relative;
    top: auto;
  }

  .contact-signal-grid {
    grid-template-columns: 1fr;
  }

  .showcase-image,
  .showcase-image img,
  .origin-media,
  .origin-media img {
    min-height: 480px;
  }

  .showcase-image,
  .showcase-image img {
    min-height: 0;
    aspect-ratio: 1;
  }
}

@media (max-width: 720px) {
  .site-header {
    inset: 10px 10px auto;
    padding: 10px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand-mark {
    width: 38px;
  }

  .language-switcher {
    min-width: 116px;
    padding: 6px 8px;
  }

  .language-switcher span {
    display: none;
  }

  .language-switcher select {
    font-size: 12px;
  }

  .hero {
    min-height: 92svh;
    padding: 112px 16px 22px;
  }

  .hero-product-orbit {
    display: none;
  }

  .hero-aura span {
    height: 22%;
    filter: blur(14px);
  }

  .hero-content {
    width: min(358px, calc(100vw - 32px));
    max-width: min(358px, calc(100vw - 32px));
    padding-bottom: 194px;
  }

  .hero-brand-lockup {
    width: 100%;
    max-width: 358px;
    padding-right: 10px;
  }

  .hero-brand-lockup span {
    min-width: 0;
    white-space: normal;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  h1 {
    max-width: min(8em, 358px);
    font-size: 34px;
    line-height: 1.12;
    word-break: break-all;
  }

  .hero-copy {
    width: min(100%, 358px);
    font-size: 15px;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero-metrics {
    left: 16px;
    right: auto;
    width: min(358px, calc(100vw - 32px));
    bottom: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-metrics div {
    padding: 13px;
  }

  .hero-metrics strong,
  .hero-metrics span {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero-metrics strong {
    font-size: 16px;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding: 72px 16px;
  }

  h2 {
    font-size: 36px;
  }

  .brief-grid,
  .product-grid,
  .detail-info-grid,
  .detail-list-grid,
  .timeline,
  .scene-rail,
  .source-deck {
    grid-template-columns: 1fr;
  }

  .source-deck article {
    min-height: 190px;
  }

  .source-deck span,
  .source-deck strong,
  .source-deck p {
    max-width: 82%;
  }

  .brief-grid p {
    min-height: auto;
  }

  .showcase-image,
  .showcase-image img,
  .origin-media,
  .origin-media img {
    min-height: 360px;
  }

  .showcase-image,
  .showcase-image img {
    min-height: 0;
    aspect-ratio: 1;
  }

  .image-caption {
    flex-direction: column;
  }

  .image-caption span {
    text-align: left;
  }

  .product-card {
    min-height: auto;
    grid-template-columns: minmax(92px, 112px) minmax(0, 1fr);
    padding: 14px;
    gap: 14px;
  }

  .product-card h3 {
    font-size: 20px;
  }

  .product-card p {
    font-size: 14px;
    line-height: 1.55;
  }

  .detail-media {
    width: min(460px, 100%);
  }

  .flavor-stage {
    min-height: 460px;
  }

  .flavor-wheel {
    min-height: 460px;
  }

  .flavor-wheel::before {
    width: min(400px, 88vw);
  }

  .flavor-visual {
    width: min(240px, 62vw);
  }

  .flavor-button {
    width: 104px;
    min-height: 104px;
    transform:
      translate(-50%, -50%) rotate(var(--angle)) translateY(-154px)
      rotate(calc(var(--angle) * -1));
  }

  .scene-card {
    min-height: 250px;
  }

  .scene-card h3 {
    margin-top: 58px;
  }

  .qr-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .qr-card img {
    width: 112px;
  }

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

  .site-footer > a {
    justify-self: start;
    margin: 0;
  }
}

@media (max-width: 460px) {
  .hero-content {
    padding-bottom: 218px;
  }

  h1 {
    max-width: min(7.2em, calc(100vw - 32px));
    font-size: 31px;
  }

  .primary-btn,
  .ghost-btn {
    width: 100%;
  }

  .source-deck article {
    min-height: 206px;
    border-radius: 22px;
  }

  .flavor-stage {
    min-height: 390px;
  }

  .flavor-wheel {
    min-height: 390px;
  }

  .flavor-wheel::before {
    width: min(320px, 90vw);
  }

  .flavor-visual {
    width: min(190px, 58vw);
  }

  .flavor-visual span {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
  }

  .flavor-button {
    width: 88px;
    min-height: 88px;
    transform:
      translate(-50%, -50%) rotate(var(--angle)) translateY(-132px)
      rotate(calc(var(--angle) * -1));
  }

  .flavor-button strong {
    font-size: 16px;
  }

  .flavor-button span {
    font-size: 11px;
  }

  .qr-card {
    grid-template-columns: 1fr;
  }

  .qr-card img {
    width: min(220px, 100%);
  }

  .contact-brand-card {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  #sporeCanvas {
    display: none;
  }
}
