:root {
  color-scheme: dark;
  --ruby: #a00303;
  --ruby-bright: #d81e1e;
  --garnet: #2b0303;
  --cream: #f6ecdc;
  --paper: #fbf6ee;
  --gold: #d8aa50;
  --leaf: #174932;
  --ink: #261713;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f4d7aa;
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::selection {
  background: #d8aa50;
  color: #210303;
}

.site-shell {
  background:
    radial-gradient(circle at 82% 2%, rgba(255, 225, 149, 0.62), transparent 27rem),
    radial-gradient(circle at 12% 8%, rgba(225, 42, 42, 0.18), transparent 30rem),
    linear-gradient(180deg, #ffe0a8 0%, #8f2b16 24%, #f3d2a2 56%, #fff2df 100%);
}

.section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.section-pad {
  padding: clamp(5rem, 8vw, 9rem) clamp(1.1rem, 4vw, 4rem);
}

.max-frame {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
}

.eyebrow {
  color: #d9b66e;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.display-serif {
  font-family: Georgia, "Times New Roman", serif;
}

.glass-panel {
  border: 1px solid rgba(255, 240, 210, 0.38);
  background: rgba(67, 17, 10, 0.48);
  box-shadow: 0 20px 70px rgba(91, 31, 7, 0.24);
  backdrop-filter: blur(14px);
}

.physical-sun {
  display: none;
}

.physical-sun::before,
.physical-sun::after {
  display: none;
}

.physical-sun::after {
  inset: -132%;
  background: radial-gradient(circle, rgba(255, 217, 114, 0.26), transparent 54%);
  animation: none;
}

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

.gold-line {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(216, 170, 80, 0.9), transparent);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(64rem, calc(100vw - 2rem));
  min-width: 0;
}

.hero-copy p,
.hero-copy h1 {
  overflow-wrap: break-word;
}

.cinema-photo {
  position: absolute;
  inset: -5%;
  z-index: -3;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  will-change: transform;
  filter: saturate(1.12) contrast(1.02) brightness(1.16);
}

.hero-photo {
  background-position: 50% 48%;
  animation: heroAerialBreath 20s cubic-bezier(0.45, 0, 0.25, 1) infinite alternate;
}

.hero-motion-video {
  display: block;
  width: auto;
  height: auto;
  min-width: 110%;
  min-height: 110%;
  object-fit: cover;
  object-position: center;
}

.farm-photo,
.factory-photo {
  animation: livingBackgroundPan 24s ease-in-out infinite alternate;
}

@keyframes heroAerialPan {
  from {
    background-position: 48% 42%;
  }
  to {
    background-position: 54% 50%;
  }
}

@keyframes heroAerialBreath {
  from {
    transform: scale(1.015) translate3d(0, 0, 0);
    background-position: 50% 47%;
  }
  to {
    transform: scale(1.055) translate3d(0, -0.8%, 0);
    background-position: 50% 48.5%;
  }
}

@keyframes livingBackgroundPan {
  from {
    background-position: 48% 50%;
  }
  to {
    background-position: 54% 50%;
  }
}

.cinema-vignette {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(40, 12, 4, 0.42), rgba(40, 12, 4, 0.02) 48%, rgba(40, 12, 4, 0.42)),
    radial-gradient(ellipse at 50% 44%, transparent 0 46%, rgba(69, 20, 5, 0.3) 86%),
    linear-gradient(180deg, rgba(255, 208, 122, 0.1), rgba(55, 12, 3, 0.08) 48%, rgba(45, 8, 3, 0.48));
}

.hero-cinema {
  isolation: isolate;
  background: #130403;
  min-height: 195vh;
  overflow: visible;
}

.hero-stage {
  position: sticky;
  top: 0;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-cinema::before,
.hero-cinema::after {
  content: "";
  position: absolute;
  inset: -18%;
  pointer-events: none;
}

.hero-cinema::before {
  z-index: -4;
  background:
    radial-gradient(ellipse at 48% 2%, rgba(248, 208, 134, 0.34), transparent 16rem),
    radial-gradient(ellipse at 18% 12%, rgba(111, 70, 38, 0.65), transparent 24rem),
    radial-gradient(ellipse at 80% 6%, rgba(92, 58, 39, 0.62), transparent 25rem),
    linear-gradient(180deg, rgba(189, 136, 67, 0.48) 0%, rgba(87, 73, 40, 0.3) 22%, transparent 48%);
  opacity: 0.46;
}

.hero-cinema::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(41, 16, 5, 0.34), transparent 24%, transparent 78%, rgba(41, 16, 5, 0.28)),
    radial-gradient(ellipse at 50% 50%, transparent 0 54%, rgba(35, 8, 2, 0.22) 86%);
}

.origin-wood-sign {
  position: absolute;
  left: clamp(1.2rem, 5.2vw, 5.5rem);
  bottom: clamp(4.6rem, 8vh, 7.2rem);
  z-index: 0;
  width: clamp(230px, 27vw, 440px);
  pointer-events: none;
  opacity: 0;
  transform: rotate(-2deg);
  transform-origin: 35% 82%;
  filter: drop-shadow(0 24px 28px rgba(40, 12, 3, 0.42));
  will-change: transform, opacity, filter;
}

.hero-depth-haze {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(ellipse at 50% 76%, rgba(255, 231, 184, 0.18), transparent 26rem),
    radial-gradient(ellipse at 42% 92%, rgba(32, 16, 7, 0.28), transparent 30rem),
    linear-gradient(180deg, rgba(255, 232, 178, 0.03), rgba(36, 10, 4, 0.22));
}

.origin-wood-sign img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(1.05) contrast(1.03) brightness(0.96);
}

.origin-sign-brand {
  position: absolute;
  left: 11%;
  right: 11%;
  top: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 27%;
  color: rgba(83, 20, 8, 0.92);
  text-align: center;
  text-shadow:
    0 1px 0 rgba(255, 232, 182, 0.58),
    0 -1px 0 rgba(44, 13, 4, 0.28),
    0 5px 10px rgba(44, 13, 4, 0.16);
  mix-blend-mode: multiply;
}

.origin-sign-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3.4vw, 3.65rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0.13em;
}

.origin-sign-brand span {
  margin-top: 0.34rem;
  font-size: clamp(0.48rem, 0.86vw, 0.82rem);
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

@keyframes aerialDrift {
  0% {
    transform: rotateX(58deg) rotateZ(-13deg) scale(1.28) translate3d(-1%, -1%, 0);
  }
  50% {
    transform: rotateX(58deg) rotateZ(-13deg) scale(1.35) translate3d(2%, 2%, 0);
  }
  100% {
    transform: rotateX(58deg) rotateZ(-13deg) scale(1.28) translate3d(-1%, -1%, 0);
  }
}

.aerial-farmscape {
  position: absolute;
  inset: -28% -16% -34%;
  z-index: -3;
  pointer-events: none;
  transform: rotateX(58deg) rotateZ(-13deg) scale(1.28);
  transform-origin: 50% 62%;
  animation: aerialDrift 24s ease-in-out infinite;
}

.aerial-farmscape > * {
  position: absolute;
  inset: 0;
}

.aerial-ridges {
  top: -9%;
  height: 32%;
  background:
    radial-gradient(ellipse at 18% 65%, rgba(108, 72, 42, 0.9), transparent 18rem),
    radial-gradient(ellipse at 50% 42%, rgba(151, 103, 54, 0.72), transparent 22rem),
    radial-gradient(ellipse at 82% 66%, rgba(96, 65, 44, 0.82), transparent 20rem),
    repeating-linear-gradient(112deg, rgba(52, 34, 25, 0.34) 0 2px, transparent 2px 22px);
  clip-path: polygon(0 28%, 10% 22%, 22% 38%, 32% 18%, 43% 34%, 55% 16%, 68% 32%, 80% 18%, 100% 34%, 100% 100%, 0 100%);
  filter: blur(0.2px);
}

.aerial-river {
  inset: 11% -5% auto -5%;
  height: 20%;
  background:
    linear-gradient(90deg, transparent 0 6%, rgba(235, 190, 108, 0.2) 11%, rgba(123, 154, 132, 0.66) 20%, rgba(219, 185, 113, 0.28) 28%, transparent 36%),
    radial-gradient(ellipse at 65% 35%, rgba(173, 185, 137, 0.44), transparent 20rem);
  clip-path: polygon(0 70%, 10% 44%, 21% 62%, 32% 26%, 45% 45%, 58% 22%, 72% 42%, 86% 20%, 100% 36%, 100% 66%, 87% 50%, 75% 70%, 60% 52%, 45% 80%, 31% 58%, 18% 86%, 6% 68%, 0 88%);
  opacity: 0.76;
}

.aerial-orchard-grid {
  inset: 16% 2% -8%;
  background:
    radial-gradient(circle, rgba(231, 29, 24, 0.76) 0 1.7px, transparent 2.5px) 0 0 / 38px 44px,
    radial-gradient(circle, rgba(185, 25, 22, 0.56) 0 1.4px, transparent 2.2px) 18px 20px / 48px 54px,
    repeating-linear-gradient(92deg, rgba(143, 31, 17, 0.58) 0 8px, rgba(28, 69, 35, 0.86) 8px 34px, rgba(88, 86, 35, 0.64) 34px 46px, rgba(23, 61, 34, 0.86) 46px 78px),
    repeating-linear-gradient(2deg, rgba(237, 181, 92, 0.14) 0 2px, transparent 2px 104px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), #000 18%, #000 82%, rgba(0, 0, 0, 0.86));
  opacity: 0.98;
}

.aerial-farm-roads {
  inset: 12% -2% -10%;
  background:
    linear-gradient(88deg, transparent 0 47%, rgba(232, 189, 102, 0.42) 47.4% 48.2%, transparent 48.6% 100%),
    linear-gradient(132deg, transparent 0 54%, rgba(213, 159, 83, 0.32) 54.3% 55.2%, transparent 55.5% 100%),
    linear-gradient(42deg, transparent 0 29%, rgba(213, 159, 83, 0.24) 29.2% 30%, transparent 30.4% 100%);
  mix-blend-mode: screen;
  opacity: 0.72;
}

.aerial-haze {
  background:
    radial-gradient(ellipse at 50% 4%, rgba(255, 221, 152, 0.26), transparent 23rem),
    linear-gradient(180deg, rgba(246, 213, 152, 0.16), transparent 18%, transparent 80%, rgba(0, 0, 0, 0.18));
  transform: rotateX(-58deg) rotateZ(13deg) scale(0.86);
  opacity: 0.8;
}

.farm-ground {
  isolation: isolate;
  background: #130403;
}

.farm-photo {
  filter: saturate(1.16) contrast(1.02) brightness(1.18);
}

.field-video-dust,
.sun-lens-trail,
.harvest-video-dust,
.harvest-light-scan,
.factory-steam-layer,
.factory-light-sweep,
.packaging-motion-haze,
.scan-motion-haze,
.messages-motion-haze,
.final-motion-haze {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.field-video-dust,
.harvest-video-dust {
  z-index: -1;
  opacity: 0.52;
  background:
    radial-gradient(circle at 20% 68%, rgba(255, 235, 184, 0.26) 0 1px, transparent 2px) 0 0 / 42px 42px,
    radial-gradient(circle at 72% 26%, rgba(255, 229, 160, 0.22), transparent 16rem);
  animation: dustFloat 12s linear infinite;
  mix-blend-mode: screen;
}

.sun-lens-trail {
  z-index: -1;
  opacity: 0.74;
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 238, 174, 0.42), transparent 13rem),
    linear-gradient(118deg, transparent 0 47%, rgba(255, 232, 166, 0.18) 48%, transparent 56% 100%);
  animation: lensTrailMove 10s ease-in-out infinite alternate;
  mix-blend-mode: screen;
}

.source-proof-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 211, 115, 0.3), transparent 18rem),
    radial-gradient(circle at 86% 0%, rgba(201, 25, 25, 0.12), transparent 18rem),
    linear-gradient(180deg, #fff7e6 0%, #f5d397 52%, #efd0a4 100%);
  color: #230705;
}

.source-proof-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.64), transparent 22%, transparent 74%, rgba(255, 247, 228, 0.48)),
    radial-gradient(ellipse at 50% 100%, rgba(151, 47, 20, 0.18), transparent 55%);
}

.source-proof-heading {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.source-wall {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: minmax(260px, 38vh) minmax(220px, 30vh);
  gap: clamp(0.8rem, 2vw, 1.25rem);
}

.source-photo-panel {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(120, 50, 18, 0.18);
  border-radius: 8px;
  background: #200806;
  box-shadow: 0 32px 70px rgba(117, 56, 13, 0.2);
}

.source-photo-1 {
  grid-row: span 2;
}

.source-photo-image {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.035);
  animation: sourceImageBreath 13s ease-in-out infinite alternate;
}

.source-photo-2 .source-photo-image {
  background-position: 50% 42%;
  animation-duration: 15s;
}

.source-photo-3 .source-photo-image {
  background-position: 50% 54%;
  animation-duration: 16s;
}

.source-photo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0 45%, rgba(22, 5, 2, 0.54) 100%),
    linear-gradient(90deg, rgba(255, 248, 232, 0.1), transparent 30%, rgba(255, 236, 184, 0.08));
  pointer-events: none;
}

.source-photo-copy {
  position: absolute;
  left: clamp(1rem, 2.3vw, 1.6rem);
  right: clamp(1rem, 2.3vw, 1.6rem);
  bottom: clamp(1rem, 2.3vw, 1.6rem);
  z-index: 2;
  color: white;
  text-shadow: 0 2px 16px rgba(38, 7, 1, 0.56);
}

.source-photo-copy span {
  display: block;
  margin-bottom: 0.5rem;
  color: #ffd37d;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.24em;
}

.source-photo-copy h3 {
  max-width: 520px;
  font-size: clamp(1.35rem, 2.7vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
}

.source-photo-copy p {
  max-width: 520px;
  margin-top: 0.7rem;
  color: rgba(255, 250, 238, 0.78);
  font-size: 0.94rem;
  line-height: 1.65;
}

.connected-story {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 232, 183, 0.42), rgba(160, 34, 18, 0.14) 28%, rgba(255, 238, 208, 0.32) 100%),
    #f2ca92;
}

.connected-story .eyebrow {
  color: #9b0303;
  text-shadow: none;
}

.harvest-section h2 {
  color: #4a0d07;
  text-shadow: 0 1px 0 rgba(255, 246, 229, 0.62);
}

.harvest-section {
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 226, 135, 0.36), transparent 24rem),
    linear-gradient(180deg, #ffdca3, #f1be7a);
}

.journey-ribbon {
  position: absolute;
  left: clamp(1rem, 6vw, 6rem);
  top: 5.5rem;
  bottom: 7rem;
  z-index: 2;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e73328, #f5c461, #e73328);
  box-shadow: 0 0 28px rgba(231, 51, 40, 0.38);
  transform: scaleY(0.08);
  transform-origin: top center;
  opacity: 0.78;
  pointer-events: none;
}

.journey-capsule {
  position: absolute;
  left: calc(clamp(1rem, 6vw, 6rem) - 24px);
  top: 7.4rem;
  z-index: 3;
  display: flex;
  gap: 0.18rem;
  pointer-events: none;
  filter: drop-shadow(0 12px 18px rgba(87, 7, 2, 0.3));
}

.journey-capsule span {
  width: 22px;
  aspect-ratio: 0.72;
  border-radius: 50% 50% 45% 45%;
  background:
    radial-gradient(circle at 34% 23%, rgba(255, 230, 190, 0.9) 0 10%, transparent 16%),
    linear-gradient(145deg, #f33a2e, #960404 72%);
  transform: rotate(-18deg);
}

.farm-row {
  position: absolute;
  width: 9rem;
  height: 160vh;
  top: -20vh;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(222, 30, 25, 0.95) 0 3px, transparent 4px) 0 0 / 32px 44px,
    linear-gradient(90deg, rgba(23, 73, 50, 0), rgba(30, 112, 60, 0.75), rgba(23, 73, 50, 0));
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
  transform: rotate(17deg);
  opacity: 0.84;
}

.harvest-field {
  position: relative;
  min-height: 540px;
  border: 1px solid rgba(246, 236, 220, 0.16);
  border-radius: 0;
  background: #160302;
  overflow: hidden;
  cursor: grab;
}

.harvest-field:active {
  cursor: grabbing;
}

.harvest-photo {
  position: absolute;
  inset: -5%;
  background-position: center;
  background-size: cover;
  filter: saturate(1.18) contrast(1.03) brightness(1.12);
  will-change: transform;
  animation: livingBackgroundPan 20s ease-in-out infinite alternate;
}

.harvest-focus {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 215, 110, 0.24), transparent 18rem),
    linear-gradient(90deg, rgba(48, 16, 4, 0.24), transparent 28%, transparent 78%, rgba(48, 16, 4, 0.34)),
    linear-gradient(180deg, rgba(255, 232, 178, 0.08), rgba(8, 2, 1, 0.08) 55%, rgba(56, 13, 4, 0.42));
}

.harvest-light-scan {
  z-index: 1;
  background: linear-gradient(105deg, transparent 0 34%, rgba(255, 241, 190, 0.22) 44%, transparent 58% 100%);
  transform: translateX(-48%);
  animation: fieldLightSweep 7s ease-in-out infinite;
  mix-blend-mode: screen;
}

.branch {
  position: absolute;
  width: 42%;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(75, 50, 20, 0), rgba(98, 69, 30, 0.9), rgba(54, 82, 28, 0.55));
}

.berry-button {
  position: absolute;
  z-index: 2;
  width: clamp(24px, 3.4vw, 42px);
  aspect-ratio: 0.72;
  border: 0;
  border-radius: 49% 51% 44% 56% / 54% 47% 53% 46%;
  cursor: pointer;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 158, 100, 0.28) 0 2px, transparent 3px),
    radial-gradient(circle at 42% 56%, rgba(111, 0, 0, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 32% 23%, rgba(255, 230, 190, 0.94) 0 9%, transparent 15%),
    radial-gradient(circle at 63% 72%, rgba(74, 0, 0, 0.52), transparent 45%),
    linear-gradient(145deg, #ff3e31, #9c0404 72%);
  box-shadow: inset -5px -8px 10px rgba(82, 0, 0, 0.35), inset 4px 5px 8px rgba(255, 169, 101, 0.32), 0 8px 18px rgba(45, 0, 0, 0.32);
  opacity: 0.96;
  mix-blend-mode: normal;
  transform: translate(-50%, -50%) rotate(var(--rot)) scale(var(--berry-scale, 1));
  transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
}

.berry-button:not(.is-picked) {
  animation: berryBreath 3.2s ease-in-out infinite;
  animation-delay: calc(var(--berry-scale, 1) * -0.34s);
}

.berry-button::after {
  content: "";
  position: absolute;
  left: 37%;
  top: -10%;
  width: 16%;
  height: 13%;
  border-radius: 999px;
  background: #16542e;
  opacity: 0.78;
  transform: rotate(18deg);
}

.berry-button.is-picked {
  pointer-events: none;
  opacity: 0;
  filter: blur(1px);
  transform: translate(var(--fly-x), var(--fly-y)) scale(0.3) rotate(260deg);
  animation: none;
}

.harvest-basket-panel {
  position: relative;
  min-height: 520px;
  color: #4b150a;
  border: 1px solid rgba(144, 72, 23, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 9%, rgba(255, 216, 119, 0.45), transparent 12rem),
    radial-gradient(circle at 18% 70%, rgba(205, 50, 32, 0.16), transparent 14rem),
    linear-gradient(180deg, rgba(255, 247, 225, 0.95), rgba(231, 184, 111, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 28px 80px rgba(141, 70, 19, 0.28);
  overflow: hidden;
}

.harvest-basket-panel::before {
  content: "";
  position: absolute;
  inset: auto -10% -16% -10%;
  height: 44%;
  background: radial-gradient(ellipse at center, rgba(130, 72, 30, 0.34), transparent 68%);
  pointer-events: none;
}

.harvest-basket-panel .eyebrow {
  color: #8b2414;
}

.basket-count {
  color: #54190c;
  font-size: clamp(4.2rem, 8vw, 6.3rem);
  line-height: 0.82;
}

.basket-sun-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  border: 1px solid rgba(145, 71, 20, 0.24);
  border-radius: 999px;
  padding: 0.42rem 0.68rem;
  background: rgba(255, 255, 255, 0.36);
  color: #7a2112;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.real-basket-wrap {
  --basket-fill: 0;
  position: relative;
  height: clamp(230px, 29vw, 320px);
  isolation: isolate;
  animation: basketLightPulse 4.8s ease-in-out infinite;
}

.real-basket-wrap::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 3%;
  height: 18%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(65, 27, 9, 0.28), transparent 68%);
  filter: blur(6px);
}

.real-basket-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(132%, 560px);
  max-width: none;
  transform: translate(-50%, -49%);
  transition: opacity 0.45s ease, transform 0.45s ease;
  filter: saturate(1.08) contrast(1.02) drop-shadow(0 24px 32px rgba(93, 38, 13, 0.26));
}

.real-basket-image.is-empty {
  opacity: 1;
}

.real-basket-image.is-filled {
  opacity: var(--basket-fill);
  transform: translate(-50%, -49%) scale(1.006);
}

.basket-picked-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.basket-live-sheen {
  position: absolute;
  inset: 4% 2% 0;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 0 42%, rgba(255, 241, 205, 0.24) 48%, transparent 57% 100%);
  opacity: calc(0.18 + var(--basket-fill) * 0.62);
  transform: translateX(-82%);
  animation: basketSheen 3.8s ease-in-out infinite;
  mix-blend-mode: screen;
}

.basket-berry {
  position: absolute;
  width: clamp(22px, 2.6vw, 34px);
  aspect-ratio: 0.72;
  border-radius: 50% 50% 45% 45%;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 230, 196, 0.92) 0 8%, transparent 14%),
    radial-gradient(circle at 66% 70%, rgba(90, 0, 0, 0.5), transparent 42%),
    linear-gradient(145deg, #ff4d34 0%, #d70b08 42%, #7d0101 100%);
  box-shadow: inset -5px -8px 12px rgba(82, 0, 0, 0.28), 0 6px 14px rgba(75, 9, 0, 0.34);
  transform: translate(-50%, -50%) rotate(var(--rot)) scale(var(--berry-scale, 1));
  animation: basketBerrySettle 0.5s cubic-bezier(0.2, 0.82, 0.22, 1) both;
  animation-delay: var(--delay, 0s);
}

.basket-berry::before {
  content: "";
  position: absolute;
  left: 42%;
  top: -12%;
  width: 16%;
  height: 20%;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, #4f8a34, #244914);
  transform: rotate(-17deg);
}

@keyframes basketBerrySettle {
  from {
    opacity: 0;
    transform: translate(-50%, -92%) rotate(calc(var(--rot) - 40deg)) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--rot)) scale(var(--berry-scale, 1));
  }
}

.processing-section {
  isolation: isolate;
  background: #f1c98f;
}

.factory-photo {
  filter: saturate(1.13) contrast(1.03) brightness(1.18);
}

.factory-wash {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 217, 110, 0.28), transparent 16rem),
    radial-gradient(circle at 16% 36%, rgba(255, 255, 255, 0.24), transparent 14rem),
    linear-gradient(110deg, rgba(53, 13, 4, 0.08), rgba(53, 13, 4, 0.28) 50%, rgba(53, 13, 4, 0.5));
}

.factory-steam-layer {
  z-index: -1;
  opacity: 0.46;
  background:
    radial-gradient(ellipse at 22% 56%, rgba(255, 255, 255, 0.3), transparent 16rem),
    radial-gradient(ellipse at 58% 38%, rgba(255, 255, 255, 0.2), transparent 19rem),
    radial-gradient(ellipse at 86% 54%, rgba(255, 255, 255, 0.24), transparent 14rem);
  filter: blur(12px);
  animation: steamDrift 13s ease-in-out infinite alternate;
}

.factory-light-sweep {
  z-index: -1;
  opacity: 0.7;
  background: linear-gradient(105deg, transparent 0 34%, rgba(255, 239, 198, 0.16) 41%, transparent 55% 100%);
  transform: translateX(-32%);
  animation: factoryLightSweep 8s ease-in-out infinite;
  mix-blend-mode: screen;
}

.factory-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(246, 236, 220, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 245, 215, 0.26), transparent 18rem),
    linear-gradient(180deg, rgba(255, 248, 230, 0.2), rgba(255, 248, 230, 0.1)),
    rgba(102, 38, 18, 0.48);
  box-shadow: 0 28px 80px rgba(99, 42, 8, 0.28);
  backdrop-filter: blur(8px);
  padding: clamp(1rem, 3vw, 2rem);
}

.clean-factory-frame {
  position: relative;
  min-height: clamp(380px, 52vw, 640px);
  overflow: hidden;
  border: 1px solid rgba(255, 246, 230, 0.34);
  border-radius: 8px;
  background: #efe3d4;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 26px 70px rgba(68, 23, 8, 0.2);
}

.clean-factory-photo {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(1.04) contrast(1.01) brightness(1.1);
  transform: scale(1.035);
  animation: cleanFactoryBreath 18s ease-in-out infinite alternate;
}

.clean-factory-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 250, 238, 0.22), transparent 28%, rgba(52, 16, 6, 0.28)),
    linear-gradient(90deg, rgba(58, 17, 8, 0.2), transparent 26%, transparent 74%, rgba(58, 17, 8, 0.18));
}

.clean-factory-sheen {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 0 36%, rgba(255, 252, 240, 0.34) 44%, transparent 56% 100%);
  transform: translateX(-42%);
  mix-blend-mode: screen;
  animation: cleanFactorySheen 7.8s ease-in-out infinite;
}

.clean-factory-status {
  position: absolute;
  left: clamp(0.9rem, 2vw, 1.4rem);
  right: clamp(0.9rem, 2vw, 1.4rem);
  bottom: clamp(0.9rem, 2vw, 1.4rem);
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.clean-factory-status span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 245, 226, 0.42);
  border-radius: 999px;
  background: rgba(61, 22, 10, 0.55);
  padding: 0 0.9rem;
  color: #fff6e9;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.clean-process-card {
  background:
    linear-gradient(180deg, rgba(255, 250, 238, 0.18), rgba(255, 250, 238, 0.06)),
    rgba(68, 23, 10, 0.5);
}

.factory-shuttle {
  position: absolute;
  left: 2rem;
  top: 1.7rem;
  z-index: 6;
  display: flex;
  gap: 0.35rem;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.38));
}

.factory-shuttle span {
  width: 26px;
  aspect-ratio: 0.72;
  border-radius: 50% 50% 45% 45%;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 218, 176, 0.9) 0 9%, transparent 13%),
    linear-gradient(145deg, #f24432, #8c0202 72%);
  transform: rotate(calc((var(--i) * 18deg) - 22deg));
  animation: shuttleBerryPulse 2.2s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.16s);
}

.factory-entry-crates {
  position: absolute;
  left: -9rem;
  top: 5.3rem;
  z-index: 5;
  display: flex;
  gap: 0.75rem;
  pointer-events: none;
  animation: crateHandoff 8.4s linear infinite;
}

.factory-entry-crates span {
  width: 74px;
  height: 44px;
  border: 2px solid rgba(127, 71, 30, 0.72);
  border-radius: 6px;
  background:
    radial-gradient(circle at 24% 46%, #ed3429 0 5px, transparent 6px),
    radial-gradient(circle at 52% 38%, #c70906 0 5px, transparent 6px),
    radial-gradient(circle at 78% 52%, #f04431 0 5px, transparent 6px),
    repeating-linear-gradient(90deg, rgba(106, 58, 24, 0.55) 0 5px, transparent 5px 13px),
    linear-gradient(180deg, rgba(176, 104, 48, 0.84), rgba(104, 57, 24, 0.9));
  box-shadow: 0 14px 24px rgba(51, 18, 5, 0.26);
}

.real-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
  min-height: 308px;
  overflow: hidden;
  padding: 3.2rem 0.35rem 1.1rem;
  border: 1px solid rgba(255, 246, 230, 0.28);
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  scrollbar-color: rgba(255, 230, 178, 0.5) rgba(255, 255, 255, 0.08);
}

.factory-flow-progress {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  top: 2.16rem;
  z-index: 0;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d81d16, #ffc85c, #d81d16);
  box-shadow: 0 0 22px rgba(225, 40, 25, 0.42);
  transform: scaleX(0.08);
  transform-origin: left center;
}

.line-segment {
  position: relative;
  z-index: 1;
  min-height: 238px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 238, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.06)),
    rgba(56, 32, 24, 0.52);
  backdrop-filter: blur(1.5px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 16px 36px rgba(62, 21, 8, 0.2);
}

.stage-label {
  position: absolute;
  left: 0.9rem;
  top: 0.75rem;
  z-index: 5;
  color: rgba(255, 246, 225, 0.9);
  font-size: clamp(0.48rem, 0.72vw, 0.62rem);
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.wash-tank-real {
  background:
    linear-gradient(180deg, rgba(225, 247, 255, 0.3), rgba(52, 140, 170, 0.18) 56%, rgba(26, 85, 110, 0.44)),
    rgba(74, 38, 28, 0.34);
}

.water-surface {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 18%;
  height: 56%;
  border: 2px solid rgba(229, 250, 255, 0.68);
  border-radius: 12px 12px 22px 22px;
  background:
    repeating-linear-gradient(168deg, rgba(255, 255, 255, 0.24) 0 8px, transparent 8px 18px),
    linear-gradient(180deg, rgba(157, 227, 246, 0.82), rgba(48, 144, 182, 0.7));
  box-shadow: inset 0 12px 22px rgba(255, 255, 255, 0.24), inset 0 -22px 34px rgba(0, 55, 81, 0.32);
  animation: waterMove 2.8s ease-in-out infinite;
}

.bubble-field,
.wash-bubble,
.wash-berry,
.line-berry {
  position: absolute;
}

.wash-bubble {
  left: calc(15% + var(--i) * 7%);
  bottom: calc(17% + (var(--i) % 3) * 10%);
  width: calc(7px + (var(--i) % 4) * 3px);
  aspect-ratio: 1;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.18);
  animation: bubbleRise 2.4s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.18s);
}

.wash-berry,
.line-berry {
  width: clamp(16px, 1.7vw, 23px);
  aspect-ratio: 0.72;
  border-radius: 50% 50% 45% 45%;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 225, 190, 0.9) 0 8%, transparent 14%),
    linear-gradient(145deg, #ff5038, #c70a08 48%, #760101);
  box-shadow: inset -4px -5px 8px rgba(80, 0, 0, 0.26), 0 6px 12px rgba(50, 0, 0, 0.22);
}

.wash-berry {
  left: calc(14% + (var(--i) % 5) * 15%);
  bottom: calc(29% + (var(--i) % 2) * 19%);
  transform: rotate(calc(var(--i) * 21deg));
  animation: washBerryDrift 3.5s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.2s);
}

.sorting-belt-real {
  background:
    radial-gradient(circle at 78% 26%, rgba(255, 247, 224, 0.2), transparent 8rem),
    linear-gradient(180deg, rgba(215, 218, 213, 0.2), rgba(69, 76, 72, 0.36));
}

.belt-surface-real {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: 28%;
  height: 74px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.11) 0 18px, rgba(0, 0, 0, 0.08) 18px 36px),
    linear-gradient(180deg, #6c746e, #303632);
  animation: beltTravel 2.2s linear infinite;
}

.line-berry {
  left: calc(-12% + var(--i) * 10%);
  bottom: calc(40% + (var(--i) % 3) * 5%);
  transform: rotate(calc(var(--i) * 29deg));
  animation: berriesRoll 4.1s linear infinite;
  animation-delay: calc(var(--i) * -0.25s);
}

.inspection-light {
  position: absolute;
  right: 10%;
  top: 24%;
  width: 52px;
  height: 78px;
  border-radius: 999px 999px 12px 12px;
  background: linear-gradient(180deg, rgba(255, 245, 190, 0.95), rgba(255, 205, 80, 0.2));
  filter: blur(0.2px);
  opacity: 0.9;
}

.inspection-light::after {
  content: "";
  position: absolute;
  left: -80%;
  right: -80%;
  top: 72%;
  height: 72px;
  background: radial-gradient(ellipse at center, rgba(255, 236, 150, 0.28), transparent 64%);
}

.crusher-real {
  background: linear-gradient(180deg, rgba(235, 238, 236, 0.18), rgba(70, 74, 72, 0.42));
}

.hopper-real {
  position: absolute;
  left: 22%;
  right: 22%;
  top: 20%;
  height: 68px;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  background: linear-gradient(145deg, #dadbd6, #777d79);
  box-shadow: inset -8px -10px 18px rgba(0, 0, 0, 0.24);
}

.roller-pair {
  position: absolute;
  left: 19%;
  right: 19%;
  bottom: 28%;
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
}

.roller-pair span {
  flex: 1;
  aspect-ratio: 1;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.54);
  background:
    repeating-conic-gradient(from 0deg, #bfc4c1 0 10deg, #747c78 10deg 20deg);
  box-shadow: inset -8px -8px 14px rgba(0, 0, 0, 0.28);
  animation: rollerSpin 1.5s linear infinite;
}

.roller-pair span:last-child {
  animation-direction: reverse;
}

.pulp-mass {
  position: absolute;
  left: 26%;
  right: 26%;
  bottom: 18%;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8f0202, #f3482f, #7f0101);
  filter: drop-shadow(0 0 10px rgba(216, 25, 20, 0.36));
}

.press-real {
  background: linear-gradient(180deg, rgba(232, 236, 236, 0.2), rgba(91, 93, 92, 0.38));
}

.press-plate-real {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 24%;
  height: 44px;
  border-radius: 6px;
  background: linear-gradient(180deg, #f4f4ef, #9a9f9b);
  box-shadow: inset -8px -8px 14px rgba(0, 0, 0, 0.2), 0 14px 18px rgba(0, 0, 0, 0.18);
  animation: pressDown 2.9s ease-in-out infinite;
}

.press-basket-real {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 25%;
  height: 72px;
  border: 2px solid rgba(238, 238, 228, 0.68);
  border-radius: 8px 8px 16px 16px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 4px, transparent 4px 12px),
    rgba(90, 66, 52, 0.34);
}

.squeezed-fruit-real {
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: 30%;
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(circle at 45% 30%, #ff5c40, #8d0000 72%);
  animation: pulpSqueeze 2.9s ease-in-out infinite;
}

.squeeze-stream {
  position: absolute;
  left: 48%;
  bottom: 10%;
  width: 18px;
  height: 70px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 230, 190, 0.88), transparent 16%),
    linear-gradient(180deg, #ff4a33, #9c0101);
  filter: drop-shadow(0 0 18px rgba(221, 28, 22, 0.6));
  transform-origin: top center;
  animation: squeezeDrip 1.25s ease-in-out infinite;
}

.pipe-run-real {
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 245, 220, 0.16), transparent 7rem),
    linear-gradient(180deg, rgba(220, 222, 218, 0.18), rgba(45, 51, 50, 0.36));
}

.pipe-shell-real {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 45%;
  height: 34px;
  border: 2px solid rgba(235, 238, 232, 0.76);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 8px 12px rgba(255, 255, 255, 0.22), inset 0 -10px 12px rgba(0, 0, 0, 0.2);
}

.pipe-juice-fill.raw-juice-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background:
    repeating-linear-gradient(115deg, rgba(255, 218, 185, 0.25) 0 8px, transparent 8px 18px),
    linear-gradient(90deg, #8f0101, #f23b2a, #9d0101);
  transform: scaleX(0.12);
  transform-origin: left center;
  animation: juicePipeFlow 1.5s linear infinite;
}

.sight-glass-real {
  position: absolute;
  right: 12%;
  bottom: 14%;
  width: 42px;
  height: 116px;
  overflow: hidden;
  border: 2px solid rgba(255, 246, 230, 0.74);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.sight-glass-real .raw-juice-fill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform-origin: bottom center;
  background:
    radial-gradient(circle at 30% 14%, rgba(255, 218, 176, 0.52), transparent 18%),
    linear-gradient(180deg, #fb4737, #810000);
}

.pressure-gauge-real {
  position: absolute;
  left: 14%;
  bottom: 14%;
  width: 54px;
  aspect-ratio: 1;
  border: 3px solid rgba(238, 240, 234, 0.8);
  border-radius: 999px;
  background: radial-gradient(circle, #f8f3e7 0 58%, #69706c 59% 100%);
}

.pressure-gauge-real::after {
  content: "";
  position: absolute;
  left: 49%;
  top: 49%;
  width: 34%;
  height: 3px;
  border-radius: 999px;
  background: #a00505;
  transform-origin: left center;
  transform: rotate(-35deg);
  animation: gaugeNeedle 2s ease-in-out infinite;
}

.filling-real {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 246, 224, 0.2), transparent 8rem),
    linear-gradient(180deg, rgba(235, 237, 235, 0.2), rgba(55, 61, 60, 0.42));
}

.filling-rail-real {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 24%;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #cfd3cf, #676e6a);
}

.filling-nozzle-real {
  position: absolute;
  left: 45%;
  top: 24%;
  width: 30px;
  height: 82px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f2f2ed, #777d79);
}

.filling-stream-real {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 10px;
  height: 76px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4931, #9f0101);
  transform: translateX(-50%) scaleY(0.2);
  transform-origin: top center;
  filter: drop-shadow(0 0 15px rgba(231, 37, 28, 0.55));
  animation: fillingStreamPulse 1.45s ease-in-out infinite;
}

.bottle-fill-row {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 30%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.bottle-fill-row span {
  width: 24px;
  height: 62px;
  border: 1px solid rgba(255, 242, 218, 0.74);
  border-radius: 11px 11px 6px 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0 20%, transparent 20%),
    linear-gradient(180deg, transparent 0 46%, #d81914 46% 100%);
  box-shadow: inset 4px 0 10px rgba(255, 255, 255, 0.2);
  animation: bottleFillRise 2.4s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.18s);
}

.factory-realism-film {
  display: block;
  min-height: clamp(520px, 54vw, 650px);
  padding: 0;
  background-size: 106%;
  background-position: center;
  overflow: hidden;
  animation: factoryImagePan 18s ease-in-out infinite alternate;
}

.stainless-depth {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.12)),
    radial-gradient(ellipse at 50% 100%, rgba(50, 13, 4, 0.34), transparent 56%),
    linear-gradient(180deg, rgba(255, 247, 224, 0.32), rgba(85, 36, 17, 0.18) 42%, rgba(28, 12, 8, 0.38));
}

.factory-realism-film .factory-flow-progress {
  left: 5%;
  right: 5%;
  top: 8%;
  z-index: 8;
}

.real-label {
  position: absolute;
  left: 1rem;
  top: 0.85rem;
  z-index: 7;
  color: rgba(255, 247, 229, 0.88);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.real-crate-feed,
.real-wash-flume,
.real-inspection-belt,
.real-crusher-station,
.real-hydraulic-press,
.real-juice-trough,
.real-filter-tank,
.real-filling-station {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 250, 238, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.05)),
    rgba(86, 68, 58, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset -12px -18px 28px rgba(0, 0, 0, 0.16),
    0 22px 50px rgba(42, 16, 6, 0.18);
  backdrop-filter: blur(2px);
}

.real-crate-feed {
  left: 2.6%;
  top: 18%;
  width: 14%;
  height: 32%;
  border-radius: 8px;
  overflow: hidden;
}

.real-crate-feed i {
  position: absolute;
  left: calc(-28% + var(--i) * 34%);
  bottom: 16%;
  width: 78px;
  height: 52px;
  border: 2px solid rgba(139, 82, 32, 0.86);
  border-radius: 6px;
  background:
    radial-gradient(circle at 20% 38%, #ef3b2d 0 5px, transparent 6px),
    radial-gradient(circle at 44% 42%, #b90605 0 5px, transparent 6px),
    radial-gradient(circle at 68% 34%, #f65038 0 5px, transparent 6px),
    radial-gradient(circle at 84% 54%, #c80806 0 5px, transparent 6px),
    repeating-linear-gradient(90deg, rgba(116, 61, 24, 0.62) 0 5px, transparent 5px 12px),
    linear-gradient(180deg, #c27b3b, #70401e);
  box-shadow: 0 16px 24px rgba(44, 16, 5, 0.28);
  animation: crateFeedReal 5.6s linear infinite;
  animation-delay: calc(var(--i) * -1.8s);
}

.real-wash-flume {
  left: 16%;
  top: 15%;
  width: 21%;
  height: 42%;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(214, 249, 255, 0.34), rgba(56, 142, 166, 0.28) 58%, rgba(31, 73, 91, 0.48)),
    rgba(80, 68, 60, 0.34);
}

.wash-water-sheet {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 12%;
  height: 58%;
  border: 2px solid rgba(229, 250, 255, 0.7);
  border-radius: 12px 12px 24px 24px;
  background:
    repeating-linear-gradient(165deg, rgba(255, 255, 255, 0.26) 0 10px, transparent 10px 22px),
    linear-gradient(180deg, rgba(165, 229, 245, 0.88), rgba(40, 136, 170, 0.72));
  box-shadow: inset 0 14px 24px rgba(255, 255, 255, 0.24), inset 0 -22px 34px rgba(0, 55, 81, 0.3);
  animation: waterMove 2.4s ease-in-out infinite;
}

.wash-berry-real,
.belt-berry-real {
  position: absolute;
  width: 22px;
  aspect-ratio: 0.72;
  border-radius: 50% 50% 46% 54%;
  background:
    radial-gradient(circle at 31% 20%, rgba(255, 232, 196, 0.88) 0 8%, transparent 14%),
    linear-gradient(145deg, #ff5239, #c40806 48%, #730101);
  box-shadow: inset -4px -6px 8px rgba(80, 0, 0, 0.28), 0 6px 12px rgba(55, 0, 0, 0.24);
}

.wash-berry-real {
  left: calc(8% + (var(--i) % 8) * 10%);
  bottom: calc(22% + (var(--i) % 3) * 13%);
  transform: rotate(calc(var(--i) * 25deg));
  animation: washBerryDrift 3.1s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.16s);
}

.wash-bubble-real {
  position: absolute;
  left: calc(12% + (var(--i) % 8) * 10%);
  bottom: calc(16% + (var(--i) % 3) * 12%);
  width: calc(7px + (var(--i) % 4) * 3px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  animation: bubbleRise 2.2s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.2s);
}

.real-inspection-belt {
  left: 6%;
  bottom: 13%;
  width: 43%;
  height: 24%;
  border-radius: 10px;
  overflow: hidden;
}

.real-inspection-belt::before {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: 24%;
  height: 72px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.11) 0 18px, rgba(0, 0, 0, 0.1) 18px 38px),
    linear-gradient(180deg, #7d8580, #333a36);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  animation: beltTravel 1.4s linear infinite;
}

.inspection-lamp-real {
  position: absolute;
  right: 8%;
  top: 8%;
  width: 70px;
  height: 90px;
  border-radius: 999px 999px 14px 14px;
  background: linear-gradient(180deg, rgba(255, 246, 200, 0.9), rgba(255, 210, 100, 0.18));
  filter: blur(0.2px);
}

.inspection-lamp-real::after {
  content: "";
  position: absolute;
  left: -130%;
  right: -130%;
  top: 68%;
  height: 92px;
  background: radial-gradient(ellipse at center, rgba(255, 236, 152, 0.26), transparent 70%);
}

.belt-berry-real {
  left: calc(-10% + var(--i) * 6.4%);
  bottom: calc(43% + (var(--i) % 3) * 7%);
  animation: berriesRoll 3.8s linear infinite;
  animation-delay: calc(var(--i) * -0.18s);
}

.real-crusher-station {
  left: 42%;
  top: 15%;
  width: 17%;
  height: 42%;
  border-radius: 12px;
}

.crusher-hopper-real {
  position: absolute;
  left: 20%;
  right: 20%;
  top: 18%;
  height: 86px;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  background: linear-gradient(145deg, #f2f1eb, #898f89);
  box-shadow: inset -12px -15px 20px rgba(0, 0, 0, 0.22);
}

.crusher-rollers-real {
  position: absolute;
  left: 19%;
  right: 19%;
  bottom: 28%;
  display: flex;
  gap: 0.65rem;
}

.crusher-rollers-real b {
  flex: 1;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: repeating-conic-gradient(from 0deg, #d4d7d4 0 9deg, #747c78 9deg 18deg);
  box-shadow: inset -8px -8px 14px rgba(0, 0, 0, 0.28);
  animation: rollerSpin 1.15s linear infinite;
}

.crusher-rollers-real b:last-child {
  animation-direction: reverse;
}

.fruit-pulp-real {
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: 18%;
  height: 30px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 40%, #ff7158 0 8%, transparent 15%),
    linear-gradient(90deg, #880000, #f04431, #7a0000);
  filter: drop-shadow(0 0 12px rgba(220, 30, 20, 0.42));
  animation: pulpSqueeze 2.2s ease-in-out infinite;
}

.real-hydraulic-press {
  left: 59.5%;
  top: 15%;
  width: 18%;
  height: 52%;
  border-radius: 12px;
}

.press-frame-real {
  position: absolute;
  left: 17%;
  right: 17%;
  top: 18%;
  bottom: 16%;
  border: 7px solid rgba(218, 222, 216, 0.74);
  border-top-width: 12px;
  border-radius: 10px;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.18);
}

.press-ram-real {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 25%;
  height: 58px;
  border-radius: 6px;
  background: linear-gradient(180deg, #f5f5ef, #8d948e);
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.2);
  animation: pressDownReal 3.1s ease-in-out infinite;
}

.press-fruit-bed-real {
  position: absolute;
  left: 29%;
  right: 29%;
  bottom: 25%;
  height: 52px;
  border-radius: 999px;
  background: radial-gradient(circle at 40% 30%, #ff5e43, #8a0000 68%);
  animation: pulpSqueeze 3.1s ease-in-out infinite;
}

.press-juice-release {
  position: absolute;
  left: 48%;
  bottom: 7%;
  width: 20px;
  height: 120px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 18%, rgba(255, 230, 190, 0.74), transparent 14%),
    linear-gradient(180deg, #ff4e34, #8b0000);
  transform-origin: top center;
  filter: drop-shadow(0 0 18px rgba(226, 33, 24, 0.56));
  animation: squeezeDrip 1.05s ease-in-out infinite;
}

.real-juice-trough {
  left: 50%;
  bottom: 11%;
  width: 31%;
  height: 21%;
  border-radius: 12px;
  overflow: hidden;
}

.trough-liquid-real {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 20%;
  height: 46px;
  border-radius: 999px;
  background:
    repeating-linear-gradient(112deg, rgba(255, 216, 175, 0.24) 0 8px, transparent 8px 18px),
    linear-gradient(90deg, #700000, #e72920, #ff5c3f, #8b0000);
  filter: drop-shadow(0 0 18px rgba(224, 36, 27, 0.5));
}

.real-juice-trough .pipe-shell-real {
  left: 10%;
  right: 10%;
  top: 35%;
}

.real-filter-tank {
  left: 79%;
  top: 17%;
  width: 8.5%;
  height: 49%;
  border-radius: 12px;
}

.filter-cylinder-real {
  position: absolute;
  left: 24%;
  right: 24%;
  top: 22%;
  bottom: 16%;
  overflow: hidden;
  border: 2px solid rgba(255, 246, 230, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.real-filling-station {
  right: 2.6%;
  bottom: 12%;
  width: 22%;
  height: 34%;
  border-radius: 12px;
}

.filling-head-real {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 22%;
  display: flex;
  justify-content: space-between;
}

.filling-head-real b {
  width: 22px;
  height: 74px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f0f0ea, #747b76);
  position: relative;
}

.filling-head-real b::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 8px;
  height: 76px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff5238, #910000);
  transform: translateX(-50%) scaleY(0.24);
  transform-origin: top center;
  filter: drop-shadow(0 0 12px rgba(230, 32, 24, 0.55));
  animation: fillingStreamPulse 1.35s ease-in-out infinite;
}

.vial-line-real {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 18%;
  display: flex;
  gap: 0.45rem;
  align-items: end;
  animation: vialLineMove 4.8s linear infinite;
}

.vial-line-real i {
  flex: 0 0 22px;
  height: 70px;
  border: 1px solid rgba(255, 246, 230, 0.72);
  border-radius: 11px 11px 6px 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0 20%, transparent 20%),
    linear-gradient(180deg, transparent 0 48%, #d81914 48% 100%);
  box-shadow: inset 4px 0 10px rgba(255, 255, 255, 0.2);
  animation: bottleFillRise 2.2s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.14s);
}

.factory-realism-film .real-crate-feed,
.factory-realism-film .real-wash-flume,
.factory-realism-film .real-inspection-belt,
.factory-realism-film .real-crusher-station,
.factory-realism-film .real-hydraulic-press,
.factory-realism-film .real-juice-trough,
.factory-realism-film .real-filter-tank,
.factory-realism-film .real-filling-station {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}

.factory-realism-film .real-label {
  border: 1px solid rgba(255, 245, 222, 0.34);
  border-radius: 999px;
  background: rgba(50, 18, 8, 0.52);
  padding: 0.46rem 0.66rem;
  color: rgba(255, 247, 229, 0.92);
  box-shadow: 0 12px 28px rgba(32, 8, 2, 0.22);
  backdrop-filter: blur(8px);
}

.factory-realism-film .real-crate-feed {
  left: 4%;
  top: 26%;
  width: 18%;
  height: 18%;
}

.factory-realism-film .real-crate-feed i {
  display: none;
}

.factory-realism-film .real-wash-flume {
  left: 1%;
  top: 47%;
  width: 39%;
  height: 28%;
}

.factory-realism-film .wash-water-sheet {
  left: 0;
  right: 0;
  bottom: 0;
  height: 74%;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 20% 32%, rgba(255,255,255,0.42) 0 2px, transparent 3px) 0 0 / 38px 34px,
    repeating-linear-gradient(165deg, rgba(255,255,255,0.22) 0 8px, transparent 8px 21px);
  box-shadow: none;
  opacity: 0.58;
  mix-blend-mode: screen;
}

.factory-realism-film .wash-berry-real {
  display: none;
}

.factory-realism-film .real-inspection-belt {
  left: 31%;
  top: 15%;
  width: 19%;
  height: 39%;
  transform: rotate(-26deg);
}

.factory-realism-film .real-inspection-belt::before,
.factory-realism-film .inspection-lamp-real {
  display: none;
}

.factory-realism-film .belt-berry-real {
  display: none;
}

.factory-realism-film .real-crusher-station {
  left: 49%;
  top: 28%;
  width: 15%;
  height: 24%;
}

.factory-realism-film .crusher-hopper-real,
.factory-realism-film .crusher-rollers-real,
.factory-realism-film .fruit-pulp-real,
.factory-realism-film .press-frame-real,
.factory-realism-film .press-ram-real,
.factory-realism-film .press-fruit-bed-real,
.factory-realism-film .press-juice-release,
.factory-realism-film .filter-cylinder-real,
.factory-realism-film .pressure-gauge-real,
.factory-realism-film .filling-head-real,
.factory-realism-film .vial-line-real {
  display: none;
}

.factory-realism-film .real-hydraulic-press {
  left: 56%;
  top: 39%;
  width: 16%;
  height: 20%;
}

.factory-realism-film .real-hydraulic-press::after {
  display: none;
}

.factory-realism-film .real-juice-trough {
  left: 63%;
  top: 26%;
  width: 21%;
  height: 32%;
}

.factory-realism-film .trough-liquid-real {
  display: none;
}

.factory-realism-film .real-juice-trough::after {
  content: "";
  position: absolute;
  left: 58%;
  top: 0;
  width: 28px;
  height: 192px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 36%, rgba(92, 0, 0, 0.24)),
    linear-gradient(180deg, rgba(145, 0, 0, 0.52), rgba(222, 27, 20, 0.68), rgba(116, 0, 0, 0.62));
  filter: drop-shadow(0 0 10px rgba(200, 28, 22, 0.24));
  opacity: 0.46;
  transform-origin: top center;
  animation: verticalJuicePulse 2.4s ease-in-out infinite;
  mix-blend-mode: multiply;
}

.factory-realism-film .real-juice-trough::before {
  content: "";
  position: absolute;
  left: 36%;
  top: 38%;
  width: 12px;
  height: 86px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(234, 45, 32, 0.54), rgba(118, 0, 0, 0.46));
  opacity: 0.42;
  filter: drop-shadow(0 0 8px rgba(200, 28, 22, 0.18));
  animation: verticalJuicePulse 2.7s ease-in-out infinite reverse;
}

.factory-realism-film .real-juice-trough .pipe-shell-real {
  display: none;
}

.factory-realism-film .real-filter-tank {
  left: 77%;
  top: 16%;
  width: 10%;
  height: 24%;
}

.factory-realism-film .real-filling-station {
  right: 4%;
  bottom: 13%;
  width: 18%;
  height: 30%;
}

.factory-realism-film .real-filling-station::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 14%;
  height: 46%;
  background:
    linear-gradient(90deg, transparent 0 4%, rgba(230, 35, 25, 0.5) 4% 9%, transparent 9% 19%, rgba(230,35,25,.5) 19% 24%, transparent 24% 35%, rgba(230,35,25,.5) 35% 40%, transparent 40% 100%);
  filter: drop-shadow(0 0 10px rgba(230, 35, 25, 0.5));
  opacity: 0.72;
  animation: bottleFillRise 1.9s ease-in-out infinite;
}

.factory-flow-caption {
  border-left: 3px solid #f2c063;
  padding-left: 1rem;
  color: rgba(255, 247, 229, 0.74);
  font-size: 0.92rem;
  line-height: 1.7;
}

.process-track {
  position: relative;
  height: 190px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.34));
}

.process-track::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c5c5c5, #6e6e6e, #d4d4d4);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.4);
}

.wash-ring {
  position: absolute;
  left: 20%;
  top: 37%;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  border: 2px solid rgba(187, 224, 255, 0.7);
  box-shadow: 0 0 28px rgba(107, 193, 255, 0.38), inset 0 0 18px rgba(187, 224, 255, 0.36);
  animation: washPulse 1.8s ease-in-out infinite;
}

.press-machine {
  position: absolute;
  left: 46%;
  top: 24%;
  width: 118px;
  height: 118px;
  border-radius: 14px;
  background: linear-gradient(145deg, #d2d2d2, #535353);
  box-shadow: inset -12px -16px 24px rgba(0, 0, 0, 0.28), 0 18px 38px rgba(0, 0, 0, 0.35);
}

.press-machine span {
  position: absolute;
  left: 18px;
  right: 18px;
  height: 4px;
  background: rgba(255, 255, 255, 0.62);
}

.press-machine span:first-child {
  top: 38px;
}

.press-machine span:last-child {
  top: 70px;
}

.raw-juice-column {
  position: absolute;
  right: 13%;
  top: 17%;
  width: 52px;
  height: 140px;
  border: 2px solid rgba(255, 240, 218, 0.62);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.raw-juice-fill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform-origin: bottom center;
  background:
    radial-gradient(circle at 30% 14%, rgba(255, 218, 176, 0.52), transparent 18%),
    linear-gradient(180deg, #fb4737, #810000);
}

@keyframes washPulse {
  50% {
    transform: scale(1.18);
    opacity: 0.72;
  }
}

@keyframes bottleGlow {
  50% {
    transform: translateY(-7px);
    box-shadow: 0 0 24px rgba(226, 36, 31, 0.28);
  }
}

@keyframes waterMove {
  50% {
    transform: translateY(-4px);
    filter: brightness(1.08);
  }
}

@keyframes bubbleRise {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.58);
  }
  35% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    transform: translateY(-70px) scale(1.15);
  }
}

@keyframes washBerryDrift {
  50% {
    transform: translate(8px, -8px) rotate(calc(var(--i) * 21deg + 28deg));
  }
}

@keyframes beltTravel {
  to {
    background-position: 72px 0, 0 0;
  }
}

@keyframes berriesRoll {
  from {
    transform: translateX(-22px) rotate(calc(var(--i) * 29deg));
  }
  to {
    transform: translateX(38px) rotate(calc(var(--i) * 29deg + 230deg));
  }
}

@keyframes rollerSpin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes pressDown {
  0%,
  100% {
    transform: translateY(0);
  }
  48%,
  62% {
    transform: translateY(56px);
  }
}

@keyframes pulpSqueeze {
  0%,
  100% {
    transform: scaleX(1);
    filter: brightness(1);
  }
  52% {
    transform: scaleX(1.22) scaleY(0.72);
    filter: brightness(1.14);
  }
}

@keyframes squeezeDrip {
  0%,
  100% {
    opacity: 0.45;
    transform: scaleY(0.4);
  }
  45%,
  72% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes juicePipeFlow {
  to {
    background-position: 54px 0, 0 0;
  }
}

@keyframes gaugeNeedle {
  50% {
    transform: rotate(32deg);
  }
}

@keyframes fillingStreamPulse {
  0%,
  100% {
    opacity: 0.5;
    transform: translateX(-50%) scaleY(0.32);
  }
  45%,
  72% {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
  }
}

@keyframes bottleFillRise {
  0%,
  100% {
    background-size: 100% 100%, 100% 60%;
  }
  50% {
    background-size: 100% 100%, 100% 95%;
    transform: translateY(-3px);
  }
}

.process-card {
  border: 1px solid rgba(255, 242, 218, 0.26);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 220, 130, 0.2), transparent 12rem),
    rgba(65, 19, 10, 0.58);
}

.product-evidence {
  display: grid;
  gap: 1rem;
}

.product-evidence div {
  border: 1px solid rgba(255, 241, 218, 0.24);
  background:
    linear-gradient(90deg, rgba(255, 247, 225, 0.14), rgba(255, 247, 225, 0.05)),
    rgba(65, 19, 10, 0.36);
  padding: 1.2rem;
  color: #fff4e6;
  backdrop-filter: blur(8px);
}

.product-evidence span {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: #f3c76c;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.product-evidence strong {
  display: block;
  font-size: 1.2rem;
}

.product-evidence p {
  margin-top: 0.45rem;
  color: rgba(255, 244, 230, 0.68);
  font-size: 0.92rem;
  line-height: 1.7;
}

.packing-real-panel {
  position: relative;
  min-height: clamp(420px, 54vw, 680px);
  overflow: hidden;
  border: 1px solid rgba(255, 241, 218, 0.28);
  border-radius: 8px;
  background: #efe2cf;
  box-shadow: 0 30px 80px rgba(74, 21, 7, 0.26);
}

.packing-real-photo {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(1.05) contrast(1.02) brightness(1.08);
  transform: scale(1.035);
  animation: cleanFactoryBreath 18s ease-in-out infinite alternate;
}

.packing-real-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(50, 13, 5, 0.62), rgba(50, 13, 5, 0.16) 46%, rgba(50, 13, 5, 0.06)),
    linear-gradient(180deg, rgba(255, 246, 230, 0.16), rgba(43, 8, 3, 0.34));
}

.packing-real-copy {
  position: absolute;
  left: clamp(1.4rem, 4vw, 3rem);
  right: clamp(1.4rem, 4vw, 3rem);
  bottom: clamp(1.4rem, 4vw, 3rem);
  z-index: 2;
  max-width: 760px;
  text-shadow: 0 2px 18px rgba(40, 8, 2, 0.48);
}

.packing-real-copy span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(255, 245, 226, 0.4);
  border-radius: 999px;
  background: rgba(53, 17, 8, 0.52);
  padding: 0 0.9rem;
  color: #fff5e8;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.conveyor {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 245, 226, 0.18), rgba(97, 29, 12, 0.14)),
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.2), transparent 24rem);
}

.belt {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 58px;
  height: 96px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 18px, rgba(255, 255, 255, 0.02) 18px 36px),
    linear-gradient(180deg, #242424, #0e0e0e);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  animation: beltTravel 1.35s linear infinite;
}

.shot-pack,
.berry-bag {
  position: relative;
  border: 1px solid rgba(255, 230, 178, 0.56);
  background: linear-gradient(180deg, #b00606, #750303);
  color: #fff5e8;
  box-shadow: inset 10px 0 22px rgba(255, 255, 255, 0.08), inset -14px 0 24px rgba(15, 0, 0, 0.35), 0 24px 60px rgba(0, 0, 0, 0.34);
}

.shot-pack {
  width: 170px;
  height: 330px;
  border-radius: 40px 40px 16px 16px;
}

.shot-pack::before {
  content: "";
  position: absolute;
  left: 48px;
  right: 48px;
  top: -44px;
  height: 86px;
  border-radius: 20px 20px 0 0;
  background: #9a0303;
  border: 1px solid rgba(255, 230, 178, 0.52);
}

.berry-bag {
  width: 220px;
  height: 310px;
  border-radius: 24px 24px 10px 10px;
}

.berry-bag::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 66px;
  background: #f4ead9;
}

.market-map {
  min-height: 620px;
  background:
    radial-gradient(circle at 72% 20%, rgba(216, 170, 80, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(11, 11, 14, 0.98), rgba(14, 3, 3, 0.98));
}

.packaging-section {
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(99, 20, 8, 0.62), rgba(99, 20, 8, 0.3)),
    url("./images/zhongning-factory.png") center / cover fixed,
    #b34f25;
}

.packaging-photo,
.highlights-photo,
.scan-photo,
.messages-photo,
.final-photo {
  filter: saturate(1.2) contrast(1.03) brightness(1.16);
  animation: livingBackgroundPan 22s ease-in-out infinite alternate;
}

.packaging-motion-haze,
.highlights-motion-haze,
.scan-motion-haze,
.messages-motion-haze,
.final-motion-haze {
  z-index: -1;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 231, 159, 0.3), transparent 18rem),
    linear-gradient(118deg, rgba(255, 245, 220, 0.08), transparent 34%, rgba(255, 219, 128, 0.16) 48%, transparent 62%),
    linear-gradient(180deg, rgba(80, 20, 8, 0.12), rgba(42, 8, 3, 0.42));
  animation: sceneLightDrift 9s ease-in-out infinite alternate;
  mix-blend-mode: screen;
}

.shipping-arc {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
}

.globe-section {
  min-height: 165vh;
  overflow: visible;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 210, 94, 0.3), transparent 22rem),
    radial-gradient(circle at 22% 34%, rgba(61, 122, 203, 0.34), transparent 22rem),
    linear-gradient(180deg, #07111d 0%, #111926 48%, #2b0705 100%);
}

.globe-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.globe-mount {
  width: min(100%, 720px);
  aspect-ratio: 1;
  margin: 0 auto;
  position: relative;
  cursor: default;
}

.globe-section[data-unlocked="true"] .globe-mount {
  cursor: grab;
}

.globe-section[data-unlocked="true"] .globe-mount:active {
  cursor: grabbing;
}

.globe-mount canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.globe-status {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(216, 170, 80, 0.32);
  background: rgba(216, 170, 80, 0.1);
  padding: 0 1rem;
  color: #fff0d2;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.globe-status .unlocked {
  display: none;
}

.globe-section[data-unlocked="true"] .globe-status {
  border-color: rgba(216, 170, 80, 0.82);
  background: rgba(216, 170, 80, 0.18);
}

.globe-section[data-unlocked="true"] .globe-status .locked {
  display: none;
}

.globe-section[data-unlocked="true"] .globe-status .unlocked {
  display: inline;
}

.globe-product-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.1rem;
  width: min(100%, 520px);
  border: 1px solid rgba(216, 170, 80, 0.28);
  background: rgba(255, 245, 226, 0.08);
  padding: 1rem;
}

.route-sample {
  width: 82px;
  height: 132px;
  display: grid;
  place-items: end center;
}

.route-sample span {
  position: relative;
  width: 48px;
  height: 104px;
  border: 1px solid rgba(255, 245, 226, 0.72);
  border-radius: 23px 23px 10px 10px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.26), transparent 32%, rgba(255, 255, 255, 0.14)),
    linear-gradient(180deg, transparent 0 38%, #d81e1e 38% 100%);
  box-shadow: inset -8px -10px 16px rgba(80, 0, 0, 0.24), 0 16px 36px rgba(0, 0, 0, 0.25);
  animation: bottleGlow 1.8s ease-in-out infinite;
}

.route-sample span::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: -28px;
  height: 42px;
  border: inherit;
  border-radius: 9px 9px 0 0;
  background: rgba(170, 16, 12, 0.82);
}

.highlights-section {
  isolation: isolate;
  background: #f7efe1;
}

.highlights-photo {
  opacity: 0.46;
  filter: saturate(1.18) contrast(1.02) brightness(1.3);
}

.highlights-motion-haze {
  z-index: -1;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 232, 150, 0.42), transparent 18rem),
    linear-gradient(180deg, rgba(255, 248, 233, 0.74), rgba(255, 248, 233, 0.88) 44%, rgba(255, 244, 220, 0.72)),
    linear-gradient(108deg, transparent 0 36%, rgba(255, 255, 255, 0.3) 46%, transparent 58% 100%);
  animation: sceneLightDrift 8.5s ease-in-out infinite alternate;
}

.highlights-section .border {
  background: rgba(255, 253, 247, 0.68);
  backdrop-filter: blur(3px);
  box-shadow: 0 18px 48px rgba(99, 48, 13, 0.1);
  animation: highlightCardLive 5.5s ease-in-out infinite;
}

.highlights-section .border:nth-child(2n) {
  animation-delay: -1.4s;
}

.message-card {
  flex: 0 0 min(360px, 84vw);
  border: 1px solid rgba(216, 170, 80, 0.24);
  background: rgba(255, 246, 235, 0.08);
}

.ticker {
  display: flex;
  gap: 1rem;
  animation: tickerMove 28s linear infinite;
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.ticker:hover {
  animation-play-state: paused;
}

.qr-card {
  background: #fff8ed;
  color: #280202;
}

.scan-section {
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(73, 13, 5, 0.48), rgba(255, 236, 194, 0.34)),
    url("./images/zhongning-ground.png") center / cover fixed,
    #f1c98f;
}

.trust-console {
  border: 1px solid rgba(255, 239, 211, 0.4);
  background:
    linear-gradient(180deg, rgba(255, 248, 237, 0.18), rgba(255, 248, 237, 0.08)),
    rgba(63, 17, 8, 0.58);
  box-shadow: 0 24px 90px rgba(114, 41, 6, 0.28);
}

.scan-badge {
  border: 1px solid rgba(216, 170, 80, 0.62);
  background: rgba(255, 235, 184, 0.18);
  padding: 0.75rem 0.9rem;
  color: #ffe8b5;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.quality-stage {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.75rem;
  min-height: 68px;
  border: 1px solid rgba(255, 241, 218, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff5e8;
  padding: 0.9rem 1rem;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.quality-stage span {
  color: #d8aa50;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
}

.quality-stage strong {
  font-size: 0.96rem;
}

.quality-stage:hover,
.quality-stage.is-active {
  border-color: rgba(216, 170, 80, 0.72);
  background: rgba(216, 170, 80, 0.14);
  transform: translateY(-1px);
}

.proof-card {
  border: 1px solid rgba(216, 170, 80, 0.32);
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 216, 120, 0.22), transparent 11rem),
    linear-gradient(135deg, rgba(126, 29, 12, 0.78), rgba(51, 12, 6, 0.78));
}

.brand-strength {
  border: 1px solid rgba(255, 241, 218, 0.22);
  background: rgba(74, 19, 10, 0.48);
}

.messages-section {
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(75, 14, 6, 0.62), rgba(39, 6, 3, 0.5)),
    url("./images/zhongning-harvest.png") center / cover fixed,
    #8f2b16;
}

.form-input {
  width: 100%;
  border: 1px solid rgba(246, 236, 220, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff8ed;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.form-input:focus {
  border-color: rgba(216, 170, 80, 0.88);
  background: rgba(255, 255, 255, 0.12);
}

.form-input::placeholder {
  color: rgba(255, 248, 237, 0.54);
}

.final-section {
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 245, 226, 0.76), rgba(255, 245, 226, 0.9)),
    url("./images/zhongning-aerial.png") center / cover,
    #f7efe1;
}

.email-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(30, 5, 2, 0.44);
  backdrop-filter: blur(10px);
}

.email-modal {
  position: relative;
  width: min(520px, 100%);
  border: 1px solid rgba(155, 3, 3, 0.12);
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 216, 120, 0.34), transparent 12rem),
    #fff8ed;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  color: #210303;
  box-shadow: 0 34px 110px rgba(54, 10, 4, 0.38);
}

.email-close {
  position: absolute;
  right: 0.85rem;
  top: 0.75rem;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(33, 3, 3, 0.14);
  color: #5a0806;
  font-size: 1.5rem;
  line-height: 1;
}

.email-input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(155, 3, 3, 0.22);
  background: #fffdf8;
  padding: 0 1rem;
  color: #210303;
  outline: none;
}

.email-input:focus {
  border-color: #9b0303;
  box-shadow: 0 0 0 4px rgba(155, 3, 3, 0.08);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 48px;
  border: 1px solid rgba(216, 170, 80, 0.7);
  background: linear-gradient(135deg, #f3d18b, #be852a);
  color: #2b0303;
  font-weight: 800;
  box-shadow: 0 18px 44px rgba(174, 92, 22, 0.22);
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(246, 236, 220, 0.22);
  color: #fff4e6;
}

.no-card-nest > * {
  border-radius: 0;
}

@keyframes dustFloat {
  from {
    background-position: 0 0, 50% 50%;
    transform: translate3d(-1%, 0, 0);
  }
  to {
    background-position: 90px 46px, 54% 46%;
    transform: translate3d(2%, -1%, 0);
  }
}

@keyframes lensTrailMove {
  from {
    transform: translateX(-3%) scale(1);
    opacity: 0.48;
  }
  to {
    transform: translateX(4%) scale(1.06);
    opacity: 0.86;
  }
}

@keyframes sourceImageBreath {
  from {
    transform: scale(1.02) translate3d(-0.8%, -0.4%, 0);
  }
  to {
    transform: scale(1.08) translate3d(0.9%, 0.5%, 0);
  }
}

@keyframes fieldLightSweep {
  0%,
  22% {
    transform: translateX(-52%);
    opacity: 0.18;
  }
  56% {
    opacity: 0.72;
  }
  100% {
    transform: translateX(52%);
    opacity: 0.12;
  }
}

@keyframes berryBreath {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(var(--rot)) scale(var(--berry-scale, 1));
    filter: saturate(1) brightness(1);
  }
  50% {
    transform: translate(-50%, calc(-50% - 4px)) rotate(var(--rot)) scale(var(--berry-scale, 1));
    filter: saturate(1.12) brightness(1.08);
  }
}

@keyframes basketLightPulse {
  50% {
    filter: saturate(1.06) brightness(1.04);
  }
}

@keyframes basketSheen {
  0%,
  36% {
    transform: translateX(-82%);
  }
  74%,
  100% {
    transform: translateX(82%);
  }
}

@keyframes steamDrift {
  from {
    transform: translate3d(-2%, 2%, 0) scale(1);
  }
  to {
    transform: translate3d(3%, -2%, 0) scale(1.08);
  }
}

@keyframes cleanFactoryBreath {
  from {
    transform: scale(1.025) translate3d(-0.7%, -0.4%, 0);
  }
  to {
    transform: scale(1.08) translate3d(0.8%, 0.5%, 0);
  }
}

@keyframes cleanFactorySheen {
  0%,
  30% {
    transform: translateX(-46%);
    opacity: 0.16;
  }
  62% {
    opacity: 0.78;
  }
  100% {
    transform: translateX(48%);
    opacity: 0.18;
  }
}

@keyframes factoryLightSweep {
  0%,
  18% {
    transform: translateX(-42%);
    opacity: 0.22;
  }
  58% {
    opacity: 0.72;
  }
  100% {
    transform: translateX(46%);
    opacity: 0.18;
  }
}

@keyframes factoryImagePan {
  from {
    background-position: 47% 50%;
  }
  to {
    background-position: 53% 50%;
  }
}

@keyframes shuttleBerryPulse {
  50% {
    filter: brightness(1.12) saturate(1.12);
  }
}

@keyframes crateHandoff {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(100vw + 18rem));
  }
}

@keyframes crateFeedReal {
  from {
    transform: translateX(-100%) translateY(8px) rotate(-1deg);
  }
  to {
    transform: translateX(185%) translateY(-4px) rotate(1deg);
  }
}

@keyframes pressDownReal {
  0%,
  100% {
    transform: translateY(0);
  }
  46%,
  64% {
    transform: translateY(92px);
  }
}

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

@keyframes finishedVialFill {
  0%,
  100% {
    background-size: 100% 100%, 100% 100%, 100% 62%;
    transform: translateY(0);
  }
  50% {
    background-size: 100% 100%, 100% 100%, 100% 94%;
    transform: translateY(-5px);
  }
}

@keyframes verticalJuicePulse {
  0%,
  100% {
    opacity: 0.32;
    transform: scaleY(0.72);
  }
  50% {
    opacity: 0.56;
    transform: scaleY(1);
  }
}

@keyframes realSlopeBerryTravel {
  from {
    transform: translate(-28px, 82px) rotate(0deg);
  }
  to {
    transform: translate(76px, -90px) rotate(260deg);
  }
}

@keyframes sceneLightDrift {
  from {
    transform: translateX(-2%) scale(1);
    opacity: 0.55;
  }
  to {
    transform: translateX(3%) scale(1.04);
    opacity: 0.86;
  }
}

@keyframes packagingFillPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scaleY(0.42);
  }
  44%,
  74% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes productRideFloat {
  50% {
    filter: drop-shadow(0 20px 24px rgba(25, 0, 0, 0.26)) brightness(1.05);
  }
}

@keyframes highlightCardLive {
  50% {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(99, 48, 13, 0.14);
  }
}

@media (max-width: 760px) {
  .hero-cinema {
    background: #f0c07e;
  }

  .physical-sun {
    top: 72px;
    right: -16px;
    width: 96px;
    opacity: 0.78;
  }

  .hero-copy {
    width: min(100%, calc(100vw - 2.25rem));
  }

  .hero-copy p,
  .hero-copy h1 {
    max-width: 100% !important;
    width: 100%;
  }

  .hero-copy .eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    line-height: 1.7;
  }

  .hero-copy h1 {
    font-size: clamp(2.75rem, 15vw, 3.65rem) !important;
  }

  .hero-copy p:nth-of-type(2) {
    max-width: 20rem !important;
    font-size: 1rem !important;
    line-height: 1.22;
  }

  .hero-copy p:nth-of-type(3) {
    max-width: 20rem !important;
    font-size: 0.8rem;
    line-height: 1.65;
  }

  .origin-wood-sign {
    left: 1.2rem;
    bottom: 4.2rem;
    width: min(72vw, 280px);
    transform: rotate(-2deg);
    opacity: 0;
  }

  .origin-sign-brand strong {
    font-size: clamp(1.35rem, 8vw, 2rem);
  }

  .origin-sign-brand span {
    font-size: 0.48rem;
    letter-spacing: 0.16em;
  }

  .source-wall {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .source-photo-1 {
    grid-row: auto;
  }

  .source-photo-panel {
    min-height: 360px;
  }

  .source-photo-copy p {
    font-size: 0.84rem;
  }

  .harvest-field {
    min-height: 460px;
  }

  .journey-ribbon,
  .journey-capsule {
    display: none;
  }

  .harvest-basket-panel {
    min-height: 480px;
  }

  .real-basket-wrap {
    height: 230px;
  }

  .real-basket-image {
    width: 140%;
  }

  .real-process-line {
    grid-template-columns: repeat(6, minmax(190px, 1fr));
    min-height: 286px;
    overflow-x: auto;
    padding-top: 2.8rem;
  }

  .line-segment {
    min-height: 220px;
  }

  .factory-flow-caption {
    font-size: 0.82rem;
  }

  .globe-section {
    min-height: 175vh;
  }

  .globe-sticky {
    align-items: flex-start;
  }

  .globe-mount {
    width: min(100%, 430px);
  }

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

  .globe-product-card .shot-pack {
    display: none;
  }

  .email-modal {
    padding-top: 2.7rem;
  }

  .shot-pack {
    width: 138px;
    height: 278px;
  }

  .berry-bag {
    width: 178px;
    height: 272px;
  }
}

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