:root {
  --red: #e60012;
  --red-deep: #8f0713;
  --orange: #ef5a1f;
  --cream: #f2e7cd;
  --paper: #eadbbb;
  --ink: #17100d;
  --gold: #d8a53d;
  --line-dark: rgba(23, 16, 13, 0.18);
  --line-light: rgba(242, 231, 205, 0.22);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

button {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: var(--cream);
  background: var(--red);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--cream);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.grain {
  position: fixed;
  z-index: 90;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.cursor {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(242, 231, 205, 0.8);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  color: var(--cream);
  background: rgba(230, 0, 18, 0.25);
  backdrop-filter: blur(5px);
  transform: translate3d(-100px, -100px, 0);
  transition: width 0.25s, height 0.25s, background 0.25s, opacity 0.2s;
  mix-blend-mode: difference;
}

.cursor span {
  font-family: STKaiti, KaiTi, serif;
  font-size: 15px;
}

.cursor.is-active {
  width: 28px;
  height: 28px;
  background: var(--cream);
}

.cursor.is-active span {
  opacity: 0;
}

.site-header {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  padding: 0 3.5vw;
  border-bottom: 1px solid rgba(242, 231, 205, 0.2);
  color: var(--cream);
  transition: background 0.45s, border-color 0.45s, min-height 0.35s;
}

.site-header.is-scrolled {
  min-height: 68px;
  border-color: rgba(242, 231, 205, 0.16);
  background: rgba(112, 0, 9, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-self: start;
}

.brand-logo {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 124px;
  height: 42px;
  overflow: hidden;
  border-radius: 2px;
  background: #ed0016;
}

.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand-copy b {
  font-size: 15px;
  letter-spacing: 0.12em;
}

.brand-copy small {
  font-size: 7px;
  letter-spacing: 0.22em;
  opacity: 0.62;
}

.desktop-nav {
  display: flex;
  gap: 30px;
  justify-self: center;
}

.desktop-nav a,
.header-cta {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.1em;
  transition: color 0.25s, opacity 0.25s;
}

.desktop-nav a {
  opacity: 0.68;
}

.desktop-nav a:hover,
.header-cta:hover {
  color: #ffc267;
  opacity: 1;
}

.header-cta {
  justify-self: end;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--cream);
  background: #250503;
  isolation: isolate;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(19, 3, 2, 0.98) 0%, rgba(40, 4, 2, 0.86) 34%, rgba(63, 5, 1, 0.24) 66%, rgba(16, 2, 1, 0.25) 100%),
    linear-gradient(180deg, rgba(11, 1, 0, 0.35), transparent 30%, rgba(11, 1, 0, 0.55));
}

.hero-copy {
  position: absolute;
  z-index: 3;
  top: 17vh;
  left: 4.7vw;
  width: min(55vw, 880px);
}

.eyebrow,
.section-index,
.hero-disclaimer,
.scroll-cue,
.product-card-top,
.craft-note,
.proof-footnote {
  font-size: 10px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  color: rgba(242, 231, 205, 0.62);
}

.hero-title {
  margin: 5vh 0 3vh;
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.075em;
}

.hero-title span {
  display: block;
}

.title-small {
  margin-left: 0.5vw;
  font-size: clamp(36px, 4.2vw, 70px);
  letter-spacing: -0.06em;
}

.title-big {
  color: #ff4b21;
  font-family: STKaiti, KaiTi, serif;
  font-size: clamp(120px, 17vw, 290px);
  font-weight: 900;
  text-shadow: 0 8px 60px rgba(94, 4, 0, 0.3);
  will-change: transform;
}

.title-script {
  margin: -0.6vh 0 0 9vw;
  font-family: Iowan Old Style, Baskerville, "Songti SC", serif;
  font-size: clamp(34px, 4vw, 66px);
  font-style: italic;
  letter-spacing: -0.04em;
}

.hero-intro {
  max-width: 440px;
  margin: 4vh 0 0 0.7vw;
  color: rgba(242, 231, 205, 0.78);
  font-size: clamp(15px, 1.25vw, 20px);
  line-height: 1.75;
}

.hero-actions,
.partner-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 5vh;
}

.button {
  display: inline-flex;
  gap: 65px;
  align-items: center;
  justify-content: space-between;
  min-width: 230px;
  padding: 18px 20px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.1em;
  transition: color 0.3s, background 0.3s, transform 0.2s;
}

.button-light:hover {
  color: var(--red-deep);
  background: var(--cream);
}

.button-dark {
  color: var(--cream);
  background: var(--ink);
}

.button-dark:hover {
  color: var(--ink);
  background: var(--cream);
}

.text-link {
  padding: 12px 0;
  border-bottom: 1px solid rgba(242, 231, 205, 0.45);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.hero-stamp {
  position: absolute;
  z-index: 4;
  right: 4.5vw;
  bottom: 12vh;
  display: grid;
  place-items: center;
  width: 138px;
  height: 138px;
  border: 1px solid rgba(242, 231, 205, 0.55);
  border-radius: 50%;
  text-align: center;
  transform: rotate(8deg);
}

.hero-stamp::before,
.hero-stamp::after {
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(242, 231, 205, 0.38);
  border-radius: 50%;
  content: "";
}

.hero-stamp::after {
  inset: 48%;
  border-style: solid;
  background: var(--orange);
}

.hero-stamp span,
.hero-stamp b,
.hero-stamp small {
  position: absolute;
}

.hero-stamp span {
  top: 30px;
  font-family: STKaiti, KaiTi, serif;
  font-size: 24px;
}

.hero-stamp b {
  bottom: 32px;
  font-size: 13px;
  letter-spacing: 0.18em;
}

.hero-stamp small {
  bottom: -28px;
  font-size: 7px;
  letter-spacing: 0.18em;
}

.hero-disclaimer {
  position: absolute;
  z-index: 4;
  right: 4.5vw;
  bottom: 3.8vh;
  color: rgba(242, 231, 205, 0.44);
  letter-spacing: 0.08em;
  text-transform: none;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 3.6vh;
  left: 4.7vw;
  color: rgba(242, 231, 205, 0.62);
}

.pepper-field i {
  position: absolute;
  z-index: 2;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff9e36;
  box-shadow: 0 0 14px rgba(255, 77, 28, 0.9);
  animation: ember 4s ease-in-out infinite;
}

.pepper-field i:nth-child(1) { top: 25%; right: 35%; animation-delay: -0.5s; }
.pepper-field i:nth-child(2) { top: 42%; right: 8%; animation-delay: -1.8s; }
.pepper-field i:nth-child(3) { top: 18%; right: 18%; animation-delay: -2.6s; }
.pepper-field i:nth-child(4) { bottom: 24%; right: 28%; animation-delay: -3.2s; }
.pepper-field i:nth-child(5) { top: 38%; right: 48%; animation-delay: -1.1s; }
.pepper-field i:nth-child(6) { bottom: 18%; right: 11%; animation-delay: -2.1s; }

@keyframes ember {
  0%, 100% { opacity: 0.18; transform: translateY(12px) scale(0.7); }
  50% { opacity: 0.9; transform: translateY(-10px) scale(1.2); }
}

.ticker {
  overflow: hidden;
  color: var(--cream);
  background: var(--red);
}

.ticker-track {
  display: flex;
  gap: 28px;
  align-items: center;
  width: max-content;
  padding: 15px 0;
  font-family: STKaiti, KaiTi, serif;
  font-size: 23px;
  white-space: nowrap;
  animation: ticker 28s linear infinite;
}

.ticker-track i {
  color: #ffc95a;
  font-size: 10px;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.product-story {
  --story-progress: 0;
  --story-x: 0px;
  --story-y: 0px;
  position: relative;
  height: 280svh;
  color: var(--cream);
  background: #260300;
}

.story-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(110deg, #250300 0%, #450b04 54%, #7f1a0b 100%);
  transition: background 0.9s var(--ease-out);
}

.product-story[data-story-active="1"] .story-sticky {
  background:
    linear-gradient(110deg, #2a0602 0%, #681405 52%, #b83a17 100%);
}

.story-aura {
  position: absolute;
  z-index: -1;
  top: -38vw;
  left: -20vw;
  width: 82vw;
  height: 82vw;
  border: 1px solid rgba(242, 231, 205, 0.1);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(230, 0, 18, 0.23), transparent 33%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 9%, rgba(242, 231, 205, 0.06) 9.2% 9.35%);
  transform: translate3d(var(--story-aura-x, 0px), var(--story-aura-y, 0px), 0) rotate(var(--story-rotation, 0deg));
  transition: transform 0.35s var(--ease-out);
}

.story-progress {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: rgba(242, 231, 205, 0.14);
}

.story-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: #ff6d38;
  transform: scaleY(var(--story-progress));
  transform-origin: top;
}

.story-scene {
  --scene-opacity: 0;
  --scene-scale: 1.1;
  --scene-image-y: 36px;
  --scene-copy-y: 30px;
  position: absolute;
  inset: 0;
  opacity: var(--scene-opacity);
  pointer-events: none;
  transition: opacity 0.16s linear;
}

.story-scene.is-active {
  pointer-events: auto;
}

.story-scene::before {
  position: absolute;
  z-index: 0;
  top: 5vh;
  right: 42vw;
  color: rgba(242, 231, 205, 0.055);
  font-family: Iowan Old Style, Baskerville, serif;
  font-size: min(35vw, 560px);
  font-style: italic;
  line-height: 0.8;
  content: "01";
  pointer-events: none;
}

.story-scene[data-story-scene="1"]::before {
  content: "02";
}

.story-media {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 48%;
  overflow: hidden;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.story-media::before,
.story-media::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  pointer-events: none;
}

.story-media::before {
  background: linear-gradient(90deg, #3c0903 0%, rgba(60, 9, 3, 0.55) 13%, transparent 42%);
}

.story-media::after {
  background:
    linear-gradient(180deg, rgba(34, 3, 1, 0.34), transparent 28%, transparent 68%, rgba(30, 2, 1, 0.66)),
    radial-gradient(circle at 72% 72%, transparent 38%, rgba(35, 3, 1, 0.28));
}

.story-media img {
  display: block;
  width: 100%;
  height: 116%;
  object-fit: cover;
  object-position: center 72%;
  filter: saturate(1.05) contrast(1.02);
  transform: translate3d(calc(var(--story-x) + 0px), calc(var(--scene-image-y) + var(--story-y)), 0) scale(var(--scene-scale));
  transform-origin: center 68%;
  will-change: transform;
}

.story-scene[data-story-scene="1"] .story-media img {
  object-position: center 74%;
}

.story-copy {
  position: absolute;
  z-index: 4;
  top: 47%;
  left: 4.7vw;
  width: min(44vw, 690px);
  opacity: var(--scene-opacity);
  transform: translate3d(0, calc(-50% + var(--scene-copy-y)), 0);
  will-change: transform, opacity;
}

.story-kicker {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0 0 5vh;
  color: rgba(242, 231, 205, 0.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.story-kicker span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(242, 231, 205, 0.46);
  border-radius: 50%;
  color: #ff7744;
  font-family: Iowan Old Style, Baskerville, serif;
  font-size: 14px;
  font-style: italic;
}

.story-copy h3 {
  margin: 0;
  font-size: clamp(66px, 8.1vw, 140px);
  font-weight: 750;
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.story-copy h3 span,
.story-copy h3 em {
  display: block;
}

.story-copy h3 em {
  margin-top: 0.05em;
  color: #ff7441;
  font-family: Iowan Old Style, Baskerville, "Songti SC", serif;
  font-weight: 400;
}

.story-description {
  max-width: 470px;
  margin: 4vh 0 0;
  color: rgba(242, 231, 205, 0.72);
  font-size: 14px;
  line-height: 1.85;
}

.story-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 3.5vh;
}

.story-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(242, 231, 205, 0.26);
  border-radius: 999px;
  color: rgba(242, 231, 205, 0.76);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.story-controls {
  position: absolute;
  z-index: 7;
  bottom: 4.5vh;
  left: 4.7vw;
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  width: min(40vw, 560px);
  border-top: 1px solid rgba(242, 231, 205, 0.26);
  border-left: 1px solid rgba(242, 231, 205, 0.26);
}

.story-controls button {
  display: flex;
  gap: 16px;
  align-items: center;
  min-height: 62px;
  padding: 12px 16px;
  border: 0;
  border-right: 1px solid rgba(242, 231, 205, 0.26);
  border-bottom: 1px solid rgba(242, 231, 205, 0.26);
  color: rgba(242, 231, 205, 0.52);
  text-align: left;
  background: rgba(34, 3, 1, 0.24);
  cursor: pointer;
  transition: color 0.35s, background 0.35s;
}

.story-controls button:hover,
.story-controls button.is-active {
  color: var(--red-deep);
  background: var(--cream);
}

.story-controls button span {
  font-family: Iowan Old Style, Baskerville, serif;
  font-style: italic;
}

.story-controls button b {
  font-size: 11px;
  letter-spacing: 0.08em;
}

.story-scroll-hint {
  position: absolute;
  z-index: 7;
  right: 4.7vw;
  bottom: 4.8vh;
  color: rgba(242, 231, 205, 0.52);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.story-scroll-hint span {
  display: inline-block;
  margin-left: 12px;
  animation: story-nudge 1.5s ease-in-out infinite;
}

@keyframes story-nudge {
  0%, 100% { transform: translateY(-3px); }
  50% { transform: translateY(5px); }
}

.section-pad {
  padding: 10vw 4.7vw;
}

.section-index {
  color: rgba(23, 16, 13, 0.44);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 8vw;
  align-items: end;
}

.section-heading h2,
.flavor-copy h2,
.craft-sticky h2,
.proof-heading h2,
.partner-copy h2,
.buy h2 {
  margin: 3vh 0 0;
  font-size: clamp(62px, 8.2vw, 142px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.section-heading h2 em,
.flavor-copy h2 em,
.craft-sticky h2 em,
.proof-heading h2 em,
.partner-copy h2 em,
.buy h2 em {
  color: var(--red);
  font-family: Iowan Old Style, Baskerville, "Songti SC", serif;
  font-weight: 400;
}

.section-lead {
  max-width: 480px;
  margin: 0;
  color: rgba(23, 16, 13, 0.62);
  font-size: 16px;
  line-height: 1.8;
}

.products {
  overflow: hidden;
  background: var(--cream);
}

.product-rail {
  display: grid;
  grid-auto-columns: minmax(310px, 30vw);
  grid-auto-flow: column;
  gap: 16px;
  margin: 10vh -4.7vw 0;
  padding: 0 4.7vw 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-rail::-webkit-scrollbar {
  display: none;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 70vh;
  padding: 20px;
  overflow: hidden;
  scroll-snap-align: start;
  cursor: grab;
  transition: transform 0.45s var(--ease-out);
}

.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-12px);
}

.product-card-top {
  display: flex;
  justify-content: space-between;
}

.food-crop {
  align-self: center;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(242, 231, 205, 0.18);
  border-radius: 50%;
  background-image: linear-gradient(rgba(201, 37, 18, 0.05), rgba(23, 16, 13, 0.2)), url("./assets/jueyi-hero.jpg");
  background-repeat: no-repeat;
  background-size: 300% auto;
  box-shadow: 0 22px 55px rgba(32, 5, 2, 0.25);
  transition: transform 0.6s var(--ease-out), border-radius 0.6s;
}

.product-card:hover .food-crop,
.product-card:focus-visible .food-crop {
  border-radius: 38% 62% 42% 58% / 47% 40% 60% 53%;
  transform: rotate(-4deg) scale(1.04);
}

.crop-neck { background-position: 89% 82%; }
.crop-cartilage { background-position: 62% 30%; }
.crop-feet { background-position: 70% 89%; }
.crop-squid { background-position: 82% 47%; }
.crop-duck { background-position: 98% 72%; }

.product-card-copy h3 {
  margin: 0 0 11px;
  font-family: STKaiti, KaiTi, serif;
  font-size: clamp(35px, 3.4vw, 55px);
  letter-spacing: -0.05em;
}

.product-card-copy p {
  max-width: 330px;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  opacity: 0.68;
}

.card-red { color: var(--cream); background: var(--red); }
.card-cream { color: var(--ink); background: #dbcda9; }
.card-orange { color: var(--ink); background: #e96727; }
.card-dark { color: var(--cream); background: var(--ink); }
.card-gold { color: var(--ink); background: #cf9c39; }

.rail-controls {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 22px;
}

.rail-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: color 0.25s, background 0.25s;
}

.rail-controls button:hover {
  color: var(--cream);
  background: var(--ink);
}

.rail-controls span {
  margin: 0 10px;
  color: rgba(23, 16, 13, 0.45);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.flavors {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 120vh;
  padding: 12vw 4.7vw;
  overflow: hidden;
  color: var(--cream);
  background: var(--flavor-bg, #9e1609);
  transition: background 0.7s var(--ease-out);
}

.flavors[data-flavor-stage="xiangla"] { --flavor-bg: #d84813; --flavor-accent: #ffb145; }
.flavors[data-flavor-stage="mizhi"] { --flavor-bg: #9c5015; --flavor-accent: #ffd68b; }
.flavors[data-flavor-stage="mala"] { --flavor-bg: #9e1609; --flavor-accent: #ff5b24; }

.flavor-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image:
    linear-gradient(45deg, transparent 46%, var(--cream) 47%, var(--cream) 49%, transparent 50%),
    linear-gradient(-45deg, transparent 46%, var(--cream) 47%, var(--cream) 49%, transparent 50%);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, #000, transparent 68%);
}

.flavor-copy,
.flavor-visual {
  position: relative;
  z-index: 2;
}

.flavor-copy {
  align-self: center;
}

.flavor-copy .section-index,
.flavor-copy .eyebrow,
.craft .section-index,
.partner .section-index,
.partner .eyebrow {
  color: rgba(242, 231, 205, 0.5);
}

.flavor-copy .eyebrow {
  margin-top: 12vh;
}

.flavor-copy h2 {
  font-size: clamp(62px, 7.2vw, 120px);
}

.flavor-copy h2 em {
  color: var(--flavor-accent);
}

.flavor-description {
  max-width: 430px;
  min-height: 58px;
  margin: 5vh 0 6vh;
  color: rgba(242, 231, 205, 0.72);
  font-size: 15px;
  line-height: 1.8;
}

.flavor-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.flavor-tabs button {
  min-width: 132px;
  padding: 15px 18px;
  border: 1px solid rgba(242, 231, 205, 0.3);
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition: color 0.3s, background 0.3s;
}

.flavor-tabs button:hover,
.flavor-tabs button.is-active {
  color: var(--red-deep);
  background: var(--cream);
}

.flavor-tabs b,
.flavor-tabs small {
  display: block;
}

.flavor-tabs b {
  font-family: STKaiti, KaiTi, serif;
  font-size: 20px;
}

.flavor-tabs small {
  margin-top: 4px;
  font-size: 9px;
  opacity: 0.6;
}

.flavor-visual {
  align-self: center;
  min-height: 74vh;
}

.heat-bowl {
  position: absolute;
  top: 10%;
  left: 13%;
  width: 72%;
  aspect-ratio: 1;
  border: 2px solid rgba(242, 231, 205, 0.25);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 38%, rgba(255, 185, 90, 0.2), transparent 25%),
    radial-gradient(circle, #28100b 0%, #0f0907 63%, #4f1108 64%, #1b0806 72%);
  box-shadow: 0 55px 100px rgba(37, 3, 1, 0.45);
  transition: transform 0.7s var(--ease-out);
}

.heat-food {
  position: absolute;
  inset: 18%;
  border-radius: 45% 55% 60% 40%;
  background-image: linear-gradient(rgba(184, 30, 7, 0.08), rgba(24, 4, 1, 0.15)), url("./assets/jueyi-hero.jpg");
  background-position: 82% 74%;
  background-size: 360% auto;
  box-shadow: inset 0 0 50px rgba(48, 3, 0, 0.28);
  transition: filter 0.5s, transform 0.65s var(--ease-out);
}

[data-flavor-stage="xiangla"] .heat-food { filter: saturate(0.9) brightness(1.08); transform: rotate(5deg); }
[data-flavor-stage="mizhi"] .heat-food { filter: saturate(0.72) sepia(0.18) brightness(1.15); transform: rotate(-5deg); }

.heat-bowl > span {
  position: absolute;
  bottom: 10%;
  left: 50%;
  color: rgba(242, 231, 205, 0.65);
  font-family: STKaiti, KaiTi, serif;
  font-size: 19px;
  letter-spacing: 0.2em;
  transform: translateX(-50%);
}

.heat-orbit {
  position: absolute;
  top: 48%;
  left: 50%;
  border: 1px solid rgba(242, 231, 205, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.orbit-one { width: 94%; height: 38%; }
.orbit-two { width: 66%; height: 24%; transform: translate(-50%, -50%) rotate(31deg); }

.heat-card {
  position: absolute;
  right: 0;
  bottom: 2%;
  width: 210px;
  padding: 18px;
  color: var(--ink);
  background: var(--cream);
}

.heat-card > span {
  font-size: 10px;
  letter-spacing: 0.16em;
}

.heat-bars {
  display: flex;
  gap: 4px;
  height: 68px;
  align-items: end;
  margin: 14px 0;
}

.heat-bars i {
  width: 18%;
  background: var(--red);
  transition: height 0.45s var(--ease-out), opacity 0.35s;
}

.heat-bars i:nth-child(1) { height: 25%; }
.heat-bars i:nth-child(2) { height: 40%; }
.heat-bars i:nth-child(3) { height: 58%; }
.heat-bars i:nth-child(4) { height: 78%; }
.heat-bars i:nth-child(5) { height: 100%; }
.heat-bars i.is-off { height: 16%; opacity: 0.16; }

.heat-card strong {
  font-size: 11px;
  letter-spacing: 0.1em;
}

.craft {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 230vh;
  color: var(--cream);
  background: var(--ink);
}

.craft-sticky {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100svh;
  padding: 13vh 5vw;
  background:
    radial-gradient(circle at 20% 75%, rgba(230, 0, 18, 0.25), transparent 40%),
    linear-gradient(180deg, #1c120f, #0f0b09);
}

.craft-sticky h2 {
  margin-top: 11vh;
  font-size: clamp(55px, 6.2vw, 105px);
}

.craft-sticky h2 em {
  color: #ff5b2d;
}

.craft-sticky > p:not(.section-index) {
  max-width: 510px;
  margin-top: 5vh;
  color: rgba(242, 231, 205, 0.65);
  font-size: 15px;
  line-height: 1.85;
}

.factory-figure {
  max-width: 590px;
  margin: 4vh 0 0;
}

.factory-photo {
  position: relative;
  height: clamp(150px, 22vh, 250px);
  overflow: hidden;
  border: 1px solid var(--line-light);
  background: #2d2521;
}

.factory-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(17, 12, 10, 0.48));
}

.factory-photo img {
  display: block;
  width: 120%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  filter: saturate(0.8) contrast(1.04);
}

.factory-figure figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-top: 12px;
  color: rgba(242, 231, 205, 0.5);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.factory-figure figcaption b {
  color: rgba(242, 231, 205, 0.86);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.craft-flow {
  padding: 14vh 5vw;
}

.process-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 5vw;
  min-height: 36vh;
  padding: 6vh 0;
  border-top: 1px solid var(--line-light);
}

.process-card:last-child {
  border-bottom: 1px solid var(--line-light);
}

.process-card > span {
  color: #ff5b2d;
  font-family: Iowan Old Style, Baskerville, serif;
  font-size: 54px;
  font-style: italic;
}

.process-card h3 {
  margin: 0 0 3vh;
  font-family: STKaiti, KaiTi, serif;
  font-size: clamp(38px, 4.2vw, 70px);
  font-weight: 700;
}

.process-card p {
  max-width: 480px;
  margin: 0;
  color: rgba(242, 231, 205, 0.58);
  font-size: 14px;
  line-height: 1.8;
}

.process-hot {
  margin: 0 -5vw;
  padding-right: 5vw;
  padding-left: 5vw;
  color: var(--cream);
  background: var(--red);
}

.process-hot > span,
.process-hot p {
  color: var(--cream);
}

.proof {
  background: #e9dbba;
}

.proof-heading h2 {
  font-size: clamp(62px, 7.5vw, 128px);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10vh;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.proof-card {
  min-height: 44vh;
  padding: 3vw;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.proof-main {
  grid-column: span 2;
  min-height: 56vh;
  color: var(--cream);
  background: var(--red);
}

.proof-number {
  display: block;
  font-size: clamp(130px, 18vw, 300px);
  font-weight: 800;
  line-height: 0.75;
  letter-spacing: -0.09em;
}

.proof-number sup {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.proof-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: STKaiti, KaiTi, serif;
  font-size: 32px;
}

.proof-card h3 {
  margin: 8vh 0 2vh;
  font-size: clamp(24px, 2.5vw, 42px);
  letter-spacing: -0.04em;
}

.proof-card p {
  max-width: 440px;
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  opacity: 0.65;
}

.proof-main h3 {
  margin-top: 9vh;
}

.proof-dark {
  color: var(--cream);
  background: var(--ink);
}

.proof-footnote {
  max-width: 820px;
  margin: 32px 0 0 auto;
  color: rgba(23, 16, 13, 0.48);
  letter-spacing: 0.04em;
  text-transform: none;
}

.partner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 110vh;
  color: var(--cream);
  background: var(--red-deep);
}

.partner-visual {
  position: relative;
  overflow: hidden;
  border-right: 1px solid var(--line-light);
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 107, 43, 0.4), transparent 17%),
    radial-gradient(circle at center, rgba(255, 188, 82, 0.12), transparent 50%),
    #6f0d05;
}

.map-lines {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(242, 231, 205, 0.22);
  border-radius: 44% 56% 42% 58% / 54% 40% 60% 46%;
  transform: rotate(-8deg);
}

.map-lines::before,
.map-lines::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(242, 231, 205, 0.15);
  border-radius: 50%;
}

.map-lines::before { inset: 13%; }
.map-lines::after { inset: 28%; }

.map-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid var(--cream);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 10px rgba(239, 90, 31, 0.15);
}

.dot-a { top: 28%; left: 36%; }
.dot-b { top: 42%; left: 66%; }
.dot-c { top: 68%; left: 47%; }
.dot-d { top: 58%; left: 23%; }

.partner-seal {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  border: 2px solid var(--cream);
  border-radius: 50%;
  font-family: STKaiti, KaiTi, serif;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.partner-copy {
  align-self: center;
  padding: 11vh 5vw;
}

.partner-copy .eyebrow {
  margin-top: 9vh;
}

.partner-copy h2 {
  font-size: clamp(54px, 5.5vw, 92px);
}

.partner-copy h2 em {
  color: #ffaf4b;
}

.partner-copy > p:not(.section-index):not(.eyebrow) {
  max-width: 560px;
  margin: 4vh 0;
  color: rgba(242, 231, 205, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

.partner-copy ul {
  margin: 5vh 0;
  padding: 0;
  list-style: none;
}

.partner-copy li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line-light);
  color: rgba(242, 231, 205, 0.75);
  font-size: 13px;
  line-height: 1.6;
}

.partner-copy li:last-child {
  border-bottom: 1px solid var(--line-light);
}

.partner-copy li span {
  color: #ffaf4b;
  font-family: Iowan Old Style, Baskerville, serif;
  font-style: italic;
}

.dark-link {
  border-color: rgba(242, 231, 205, 0.38);
}

.buy {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--ink);
  background: var(--cream);
}

.buy .eyebrow {
  position: relative;
  z-index: 2;
  color: rgba(23, 16, 13, 0.48);
}

.buy h2 {
  position: relative;
  z-index: 2;
  margin-top: 10vh;
}

.buy h2 em {
  color: var(--red);
}

.buy > p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 5vh 0 8vh;
  color: rgba(23, 16, 13, 0.62);
  font-size: 15px;
  line-height: 1.8;
}

.buy-chili {
  position: absolute;
  top: -6vw;
  right: -2vw;
  color: rgba(230, 0, 18, 0.08);
  font-family: STKaiti, KaiTi, serif;
  font-size: 58vw;
  font-weight: 900;
  line-height: 0.9;
  pointer-events: none;
  transform: rotate(7deg);
}

.buy-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.market-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
  padding: 25px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  transition: color 0.35s, background 0.35s;
}

.market-link:hover {
  color: var(--cream);
  background: var(--red);
}

.market-douyin {
  color: var(--cream);
  background: var(--red);
}

.market-douyin:hover {
  background: var(--ink);
}

.market-link span {
  font-size: 12px;
  letter-spacing: 0.08em;
}

.market-link b {
  font-size: clamp(22px, 2.5vw, 38px);
  letter-spacing: -0.04em;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 7vw;
  padding: 9vh 4.7vw 3vh;
  color: var(--cream);
  background: var(--ink);
}

.footer-brand {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.footer-brand strong {
  font-family: STKaiti, KaiTi, serif;
  font-size: clamp(26px, 3vw, 46px);
  line-height: 1.15;
}

.footer-logo {
  width: 150px;
  height: 52px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}

.footer-column > span {
  margin-bottom: 12px;
  color: rgba(242, 231, 205, 0.4);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.footer-column p {
  margin: 0;
  color: rgba(242, 231, 205, 0.68);
  line-height: 1.65;
}

.footer-column a {
  color: rgba(242, 231, 205, 0.72);
}

.footer-column a:hover {
  color: #ff8a3c;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  margin-top: 9vh;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
  color: rgba(242, 231, 205, 0.4);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}

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

@media (max-width: 1000px) {
  .cursor {
    display: none;
  }

  .desktop-nav {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr 1fr;
    min-height: 70px;
    padding: 0 22px;
  }

  .hero-copy {
    top: 15vh;
    left: 22px;
    width: calc(100% - 44px);
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(18, 2, 1, 0.92), rgba(45, 4, 2, 0.52) 66%, rgba(15, 1, 0, 0.2)),
      linear-gradient(180deg, rgba(18, 2, 1, 0.3), transparent 45%, rgba(16, 2, 1, 0.75));
  }

  .hero-stamp {
    right: 24px;
    bottom: 12vh;
    width: 110px;
    height: 110px;
  }

  .hero-stamp span { top: 24px; font-size: 21px; }
  .hero-stamp b { bottom: 26px; font-size: 11px; }
  .hero-disclaimer { right: 22px; }
  .scroll-cue { left: 22px; }

  .product-story {
    height: 250svh;
  }

  .story-sticky {
    min-height: 0;
  }

  .story-media {
    inset: 0;
    clip-path: none;
  }

  .story-media::before {
    background: linear-gradient(90deg, rgba(38, 3, 0, 0.96), rgba(48, 5, 1, 0.7) 50%, rgba(40, 3, 0, 0.18));
  }

  .story-media img {
    opacity: 0.7;
  }

  .story-copy {
    width: min(64vw, 650px);
  }

  .story-controls {
    width: min(60vw, 560px);
  }

  .section-pad {
    padding: 110px 22px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .product-rail {
    grid-auto-columns: minmax(290px, 65vw);
    margin-right: -22px;
    margin-left: -22px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .flavors {
    grid-template-columns: 1fr;
    padding: 110px 22px;
  }

  .flavor-copy .eyebrow {
    margin-top: 80px;
  }

  .flavor-visual {
    min-height: 70vh;
    margin-top: 55px;
  }

  .heat-bowl {
    left: 18%;
    width: 64%;
  }

  .craft {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .craft-sticky {
    position: relative;
    height: auto;
    min-height: 80vh;
    padding: 110px 22px;
  }

  .factory-figure {
    margin-top: 48px;
  }

  .craft-flow {
    padding: 0 22px 100px;
  }

  .process-hot {
    margin: 0 -22px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .proof-main {
    grid-column: 1 / -1;
  }

  .partner {
    grid-template-columns: 1fr;
  }

  .partner-visual {
    min-height: 72vh;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .partner-copy {
    padding: 100px 22px;
  }

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

  .market-link {
    min-height: 130px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding-right: 22px;
    padding-left: 22px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 40px;
  }
}

@media (max-width: 620px) {
  .brand-copy {
    display: none;
  }

  .brand-logo {
    width: 106px;
    height: 36px;
  }

  .brand-copy b,
  .header-cta {
    font-size: 10px;
  }

  .header-cta span {
    display: none;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-image {
    object-position: 69% center;
    transform: scale(1.01);
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(17, 2, 1, 0.6) 0%, rgba(24, 3, 1, 0.48) 35%, rgba(24, 3, 1, 0.12) 60%, rgba(17, 2, 1, 0.82) 100%),
      linear-gradient(90deg, rgba(17, 2, 1, 0.75), transparent 80%);
  }

  .hero-copy {
    top: 13vh;
  }

  .hero-title {
    margin-top: 4vh;
  }

  .title-small {
    font-size: 32px;
  }

  .title-big {
    font-size: min(37vw, 150px);
  }

  .title-script {
    margin-left: 13vw;
    font-size: 31px;
  }

  .hero-intro {
    max-width: 290px;
    margin-top: 3vh;
    font-size: 13px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 3.5vh;
  }

  .button {
    min-width: 215px;
    padding: 15px 17px;
  }

  .hero-stamp {
    right: 20px;
    bottom: 14vh;
    width: 90px;
    height: 90px;
  }

  .hero-stamp span { top: 19px; font-size: 18px; }
  .hero-stamp b { bottom: 21px; font-size: 9px; }
  .hero-stamp small { display: none; }
  .hero-disclaimer { display: none; }

  .scroll-cue {
    right: 20px;
    bottom: 3vh;
    left: auto;
  }

  .product-story {
    height: 235svh;
  }

  .story-sticky {
    height: 100svh;
  }

  .story-aura {
    top: -20vw;
    left: -70vw;
    width: 160vw;
    height: 160vw;
  }

  .story-scene::before {
    display: none;
  }

  .story-media img,
  .story-scene[data-story-scene="1"] .story-media img {
    height: 116%;
    opacity: 0.6;
    object-position: center 78%;
    filter: saturate(1.08) contrast(1.08);
  }

  .story-media::before {
    background:
      linear-gradient(180deg, rgba(35, 3, 0, 0.72), rgba(42, 4, 1, 0.5) 46%, rgba(32, 2, 0, 0.9)),
      linear-gradient(90deg, rgba(38, 3, 0, 0.85), transparent 82%);
  }

  .story-copy {
    top: 43%;
    left: 22px;
    width: calc(100% - 44px);
  }

  .story-kicker {
    margin-bottom: 25px;
    font-size: 8px;
  }

  .story-kicker span {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .story-copy h3 {
    font-size: clamp(54px, 16vw, 76px);
  }

  .story-description {
    max-width: 320px;
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.7;
  }

  .story-tags {
    margin-top: 18px;
  }

  .story-tags span {
    padding: 7px 9px;
    font-size: 8px;
  }

  .story-controls {
    right: 22px;
    bottom: 22px;
    left: 22px;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .story-controls button {
    gap: 8px;
    min-height: 52px;
    padding: 8px 10px;
  }

  .story-controls button b {
    font-size: 9px;
  }

  .story-scroll-hint {
    display: none;
  }

  .section-heading h2,
  .flavor-copy h2,
  .craft-sticky h2,
  .proof-heading h2,
  .partner-copy h2,
  .buy h2 {
    font-size: clamp(49px, 14vw, 78px);
  }

  .section-lead {
    font-size: 14px;
  }

  .product-rail {
    grid-auto-columns: 82vw;
  }

  .product-card {
    min-height: 65vh;
  }

  .rail-controls {
    justify-content: space-between;
  }

  .rail-controls span {
    margin: 0;
  }

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

  .flavor-tabs button {
    min-width: 0;
    padding: 12px 10px;
  }

  .flavor-visual {
    min-height: 58vh;
  }

  .heat-bowl {
    top: 10%;
    left: 7%;
    width: 86%;
  }

  .heat-card {
    width: 170px;
  }

  .process-card {
    grid-template-columns: 55px 1fr;
    gap: 20px;
    min-height: 32vh;
  }

  .process-card > span {
    font-size: 36px;
  }

  .process-card h3 {
    font-size: 38px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-main {
    grid-column: auto;
  }

  .proof-card {
    min-height: 38vh;
    padding: 28px;
  }

  .proof-number {
    font-size: 150px;
  }

  .proof-card h3,
  .proof-main h3 {
    margin-top: 50px;
  }

  .partner-visual {
    min-height: 58vh;
  }

  .partner-seal {
    width: 140px;
    height: 140px;
    font-size: 31px;
  }

  .partner-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .buy {
    min-height: auto;
  }

  .buy-actions {
    grid-template-columns: 1fr;
  }

  .buy h2 {
    margin-top: 70px;
  }

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

  .footer-brand,
  .footer-bottom {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }
}

@media (hover: none), (pointer: coarse) {
  .cursor {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  [data-parallax] {
    transform: none !important;
  }

  .product-story {
    height: 200svh;
  }

  .story-aura,
  .story-media img,
  .story-copy {
    transform: none !important;
  }
}
