:root {
  --forest: #123b2a;
  --forest-deep: #08271d;
  --forest-soft: #2f654a;
  --cream: #f8f0de;
  --paper: #fffaf0;
  --yolk: #f6b93b;
  --yolk-light: #ffd975;
  --terracotta: #d76539;
  --sage: #b9cba2;
  --ink: #173026;
  --muted: #68756d;
  --line: rgba(18, 59, 42, 0.14);
  --shadow: 0 30px 80px rgba(18, 49, 35, 0.15);
  --serif: "DM Serif Display", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", Inter, Arial, sans-serif;
  --shell: min(1280px, calc(100vw - 64px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.intro-active {
  overflow: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

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

img,
svg,
canvas {
  display: block;
}

button {
  color: inherit;
}

::selection {
  color: var(--forest-deep);
  background: var(--yolk-light);
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 12000;
  padding: 12px 18px;
  border-radius: 999px;
  color: white;
  background: var(--forest);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 5000;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--yolk);
  box-shadow: 0 0 14px rgba(246, 185, 59, 0.55);
  transform: scaleX(0);
  transform-origin: left center;
}

/* Opening sequence */
.intro {
  position: fixed;
  inset: 0;
  z-index: 10000;
  min-height: 100svh;
  overflow: hidden;
  color: white;
  background: #263c27;
  transform: translateZ(0);
  transition: opacity 700ms ease, visibility 700ms ease, clip-path 900ms cubic-bezier(.76, 0, .24, 1);
  clip-path: inset(0 0 0 0 round 0);
}

.intro.is-leaving,
.intro.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  clip-path: inset(0 0 100% 0 round 0 0 50% 50%);
}

.intro__landscape {
  position: absolute;
  inset: -4%;
  background-image:
    linear-gradient(180deg, rgba(5, 25, 18, 0.05), rgba(5, 25, 18, 0.35)),
    url("assets/farm-sunrise.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.08) translateZ(-30px);
  animation: introLandscape 5s cubic-bezier(.2, .7, .3, 1) both;
}

.intro__veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, transparent 5%, rgba(5, 25, 18, 0.08) 48%, rgba(5, 25, 18, 0.48) 130%),
    linear-gradient(180deg, rgba(5, 20, 14, 0.12), transparent 35%, rgba(5, 20, 14, 0.24));
}

.intro__canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.intro__copy {
  position: absolute;
  z-index: 3;
  top: clamp(28px, 5vw, 58px);
  left: 50%;
  width: min(520px, calc(100% - 48px));
  text-align: center;
  transform: translateX(-50%) translateZ(80px);
}

.intro__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.intro__brand span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50% 50% 46% 46% / 59% 59% 41% 41%;
  color: var(--forest);
  background: var(--yolk);
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
}

.intro__copy p {
  margin: 14px 0 16px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--serif);
  font-size: clamp(17px, 2vw, 22px);
}

.intro__progress {
  width: min(260px, 60vw);
  height: 2px;
  margin-inline: auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.25);
}

.intro__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--yolk);
  transform: scaleX(0);
  transform-origin: left;
  animation: introProgress 4s linear forwards;
}

.intro__skip {
  position: absolute;
  z-index: 4;
  right: clamp(20px, 4vw, 56px);
  bottom: clamp(22px, 4vw, 46px);
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 7px 8px 7px 20px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: white;
  background: rgba(8, 39, 29, 0.35);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.intro__skip span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--forest-deep);
  background: var(--yolk);
}

.intro__skip:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(8, 39, 29, 0.58);
  transform: translateY(-3px) translateZ(10px);
}

.intro__fallback {
  position: absolute;
  z-index: 1;
  inset: auto auto 16% 50%;
  width: 360px;
  height: 310px;
  perspective: 900px;
  transform: translateX(-50%);
}

.has-three .intro__fallback {
  opacity: 0;
}

.fallback-chicken {
  position: absolute;
  inset: 20px auto auto 75px;
  width: 220px;
  height: 230px;
  filter: drop-shadow(0 35px 22px rgba(9, 34, 23, 0.28));
  transform-style: preserve-3d;
  animation: fallbackHen 4s cubic-bezier(.5, 0, .2, 1) both;
}

.fallback-chicken__body {
  position: absolute;
  left: 28px;
  bottom: 25px;
  width: 158px;
  height: 145px;
  border-radius: 55% 48% 48% 52% / 60% 52% 48% 40%;
  background:
    radial-gradient(circle at 34% 20%, rgba(255, 255, 255, 0.9), transparent 20%),
    linear-gradient(145deg, #fffdf2, #dfd2b6 75%);
  box-shadow: inset -25px -18px 36px rgba(114, 83, 44, 0.18), 12px 16px 28px rgba(9, 34, 23, 0.18);
  transform: rotateY(-12deg) translateZ(20px);
}

.fallback-chicken__head {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 0;
  width: 92px;
  height: 100px;
  border-radius: 52% 50% 48% 55%;
  background:
    radial-gradient(circle at 68% 36%, #19261f 0 4px, #fff 5px 7px, transparent 8px),
    linear-gradient(135deg, #fffdf4, #e7dbc4);
  box-shadow: inset -14px -10px 24px rgba(103, 75, 38, 0.12);
  transform: translateZ(54px);
}

.fallback-chicken__wing {
  position: absolute;
  z-index: 4;
  left: 44px;
  bottom: 57px;
  width: 105px;
  height: 76px;
  border-radius: 60% 40% 55% 45%;
  background: linear-gradient(150deg, #eadfc9, #cbb995);
  box-shadow: inset -10px -8px 18px rgba(64, 46, 22, 0.13);
  transform: rotate(-12deg) translateZ(47px);
}

.fallback-chicken__comb {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 22px;
  width: 63px;
  height: 37px;
  border-radius: 50% 50% 36% 42%;
  background: #d94f35;
  box-shadow: -25px 5px 0 -7px #d94f35, 22px 7px 0 -8px #d94f35;
  transform: translateZ(42px);
}

.fallback-chicken__beak {
  position: absolute;
  z-index: 4;
  top: 72px;
  right: -25px;
  width: 0;
  height: 0;
  border-block: 11px solid transparent;
  border-left: 30px solid #f6ad31;
  transform: translateZ(55px);
}

.fallback-chicken__leg {
  position: absolute;
  bottom: 0;
  width: 7px;
  height: 43px;
  border-radius: 9px;
  background: #d99334;
}

.fallback-chicken__leg--one { left: 82px; }
.fallback-chicken__leg--two { left: 131px; }

.fallback-egg {
  position: absolute;
  z-index: -1;
  left: 130px;
  bottom: 8px;
  width: 62px;
  height: 82px;
  border-radius: 52% 48% 49% 51% / 62% 61% 39% 38%;
  background: radial-gradient(circle at 35% 24%, #fff, #f3dfb6 73%);
  box-shadow: inset -12px -10px 22px rgba(140, 94, 28, 0.17), 0 24px 22px rgba(15, 42, 29, 0.2);
  transform-origin: 50% 100%;
  animation: fallbackEgg 4s cubic-bezier(.4, 0, .2, 1) both;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 4000;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 18px;
  transition: padding 250ms ease, transform 350ms ease;
}

.site-header.is-scrolled {
  padding-top: 9px;
}

.site-header.is-hidden {
  transform: translateY(-120%);
}

.header-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: var(--shell);
  min-height: 70px;
  margin-inline: auto;
  padding: 10px 11px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  color: white;
  background: rgba(12, 39, 28, 0.18);
  box-shadow: 0 15px 45px rgba(7, 25, 18, 0.08);
  backdrop-filter: blur(18px) saturate(130%);
  transition: color 250ms ease, background 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}

.is-scrolled .header-shell {
  color: var(--ink);
  border-color: rgba(18, 59, 42, 0.12);
  background: rgba(255, 250, 240, 0.88);
  box-shadow: 0 15px 50px rgba(20, 50, 35, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.brand__mark {
  position: relative;
  display: block;
  width: 44px;
  height: 48px;
  border-radius: 52% 48% 49% 51% / 62% 62% 38% 38%;
  background: var(--cream);
  box-shadow: inset -8px -7px 14px rgba(67, 59, 25, 0.16), 0 7px 20px rgba(7, 25, 18, 0.15);
  transform: rotate(-8deg) translateZ(10px);
  transition: transform 280ms cubic-bezier(.2, .8, .2, 1);
}

.brand:hover .brand__mark {
  transform: rotate(8deg) translateY(-3px) translateZ(18px);
}

.brand__yolk {
  position: absolute;
  inset: 13px auto auto 13px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffe99b, var(--yolk) 58%, #e79d1f);
  box-shadow: inset -3px -3px 6px rgba(130, 75, 0, 0.15);
}

.brand__leaf {
  position: absolute;
  top: -4px;
  right: -3px;
  width: 19px;
  height: 12px;
  border-radius: 100% 0 100% 0;
  background: #6fa261;
  transform: rotate(-17deg) translateZ(8px);
}

.brand__word {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand__word b {
  font-size: 19px;
  letter-spacing: 0.12em;
}

.brand__word small {
  margin-top: 6px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.33em;
  opacity: 0.75;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 45px);
}

.site-nav a {
  position: relative;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

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

.header-order {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  padding: 6px 7px 6px 19px;
  border-radius: 14px;
  color: var(--forest-deep);
  background: var(--yolk);
  font-size: 13px;
  font-weight: 700;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 10px 25px rgba(71, 49, 6, 0.17);
  transition: transform 180ms ease, background 180ms ease;
}

.header-order span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: white;
  background: var(--forest);
}

.header-order:hover {
  background: #ffcb54;
  transform: translateY(-2px) translateZ(10px);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: var(--yolk);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--forest);
  transition: transform 250ms ease;
}

/* Hero */
.hero {
  position: relative;
  display: flex;
  min-height: max(760px, 100svh);
  overflow: hidden;
  color: white;
  background: var(--forest);
  isolation: isolate;
}

.hero__background {
  position: absolute;
  z-index: -5;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
}

.hero__wash {
  position: absolute;
  z-index: -4;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 35, 25, 0.9) 0%, rgba(7, 35, 25, 0.7) 37%, rgba(7, 35, 25, 0.12) 69%, rgba(7, 35, 25, 0.16) 100%),
    linear-gradient(180deg, rgba(6, 29, 21, 0.4), transparent 32%, rgba(5, 28, 20, 0.38));
}

.hero__grain,
.intro::after,
.features::after,
.shipping::after {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.13;
  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='.42'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero__sun {
  position: absolute;
  z-index: -3;
  top: 3%;
  left: 6%;
  width: 36vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 215, 126, 0.22);
  filter: blur(70px);
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
}

.hero__shell {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, .76fr);
  gap: 30px;
  align-items: center;
  padding-block: 150px 105px;
}

.hero__content {
  max-width: 760px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--forest-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.hero__eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.eyebrow__dot {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.eyebrow__dot::after {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  content: "";
  background: var(--yolk);
  box-shadow: 0 0 0 4px rgba(246, 185, 59, 0.16);
}

.eyebrow__line {
  display: block;
  width: 36px;
  height: 1px;
  background: currentColor;
  opacity: .55;
}

.hero__title {
  max-width: 830px;
  margin: 24px 0 23px;
  font-family: var(--serif);
  font-size: clamp(66px, 7vw, 116px);
  font-weight: 400;
  line-height: .83;
  letter-spacing: -.055em;
  text-wrap: balance;
  text-shadow: 0 18px 50px rgba(4, 25, 17, 0.18);
}

.hero__title em,
.section-title em,
.shipping__title em {
  color: var(--yolk-light);
  font-weight: 400;
}

.hero__title em {
  position: relative;
  display: inline-block;
  padding-right: .06em;
}

.hero__title em::after {
  position: absolute;
  right: 0;
  bottom: -.07em;
  left: -.01em;
  height: 8px;
  border-top: 2px solid rgba(255, 218, 117, 0.7);
  border-radius: 50%;
  content: "";
  transform: rotate(-2deg);
}

.hero__lead {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 33px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px 10px 8px 20px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 17px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.01em;
  transform-style: preserve-3d;
  transition: transform 220ms cubic-bezier(.2, .8, .2, 1), box-shadow 220ms ease, border-color 220ms ease;
}

.button::before {
  position: absolute;
  inset: -30%;
  content: "";
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.24) 47%, transparent 65%);
  transform: translateX(-120%) rotate(8deg) translateZ(1px);
  transition: transform 600ms ease;
}

.button:hover::before {
  transform: translateX(110%) rotate(8deg) translateZ(1px);
}

.button:hover {
  transform: translateY(-4px) translateZ(18px);
}

.button__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  transform: translateZ(13px);
}

.button__icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.button__arrow {
  display: grid;
  width: 40px;
  height: 40px;
  margin-left: 7px;
  place-items: center;
  border-radius: 12px;
  transform: translateZ(16px);
  transition: transform 200ms ease;
}

.button:hover .button__arrow {
  transform: translate(2px, -2px) translateZ(22px);
}

.button--primary {
  color: var(--forest-deep);
  background: var(--yolk);
  box-shadow: 0 17px 36px rgba(54, 37, 5, 0.26), inset 0 1px rgba(255, 255, 255, 0.45);
}

.button--primary .button__icon,
.button--primary .button__arrow {
  color: white;
  background: var(--forest);
}

.button--ghost {
  padding-right: 22px;
  color: white;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.button--ghost .button__icon {
  background: rgba(255, 255, 255, 0.12);
}

.button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.14);
}

.hero__proof {
  display: flex;
  gap: clamp(24px, 4vw, 54px);
  margin-top: clamp(42px, 7vh, 76px);
}

.hero__proof div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.hero__proof span {
  padding-top: 3px;
  color: var(--yolk-light);
  font-family: var(--serif);
  font-size: 12px;
}

.hero__proof p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.hero__visual {
  position: relative;
  align-self: stretch;
  min-height: 570px;
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
}

.hero__stage {
  --rx: 0deg;
  --ry: 0deg;
  position: absolute;
  inset: 6% -13% 2% -9%;
  perspective: 1000px;
  transform: rotateX(var(--tilt-x, var(--rx))) rotateY(var(--tilt-y, var(--ry))) translateZ(0);
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}

#heroCanvas {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 35px 30px rgba(8, 27, 19, .25));
}

.hero__canvas-fallback {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-items: center;
}

.has-three .hero__canvas-fallback {
  opacity: 0;
}

.fallback-egg--hero {
  position: relative;
  left: auto;
  bottom: auto;
  width: 230px;
  height: 310px;
  animation: heroEggFloat 4s ease-in-out infinite;
}

.orbit {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 50%;
  transform-style: preserve-3d;
}

.orbit--one {
  width: 450px;
  height: 450px;
  transform: translate(-50%, -50%) rotateX(66deg) rotateZ(12deg);
  animation: orbitOne 16s linear infinite;
}

.orbit--two {
  width: 340px;
  height: 340px;
  border-style: dashed;
  transform: translate(-50%, -50%) rotateY(72deg) rotateZ(35deg);
  animation: orbitTwo 21s linear infinite reverse;
}

.hero__quality-tag {
  position: absolute;
  z-index: 4;
  top: 20%;
  right: 4%;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 15px 10px 10px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 16px;
  background: rgba(255, 255, 255, .15);
  box-shadow: 0 15px 35px rgba(7, 31, 22, .16);
  backdrop-filter: blur(14px);
  transform: translateZ(70px) rotate(4deg);
  animation: tagFloat 4.2s ease-in-out infinite;
}

.quality-tag__sun {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: var(--forest-deep);
  background: var(--yolk);
  box-shadow: inset -6px -6px 12px rgba(135, 79, 0, .12);
}

.hero__quality-tag p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}

.hero__quality-tag b {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 400;
}

.hero__quality-tag small {
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
}

.hero__stamp {
  position: absolute;
  z-index: 4;
  bottom: 10%;
  left: 5%;
  width: 116px;
  height: 116px;
  color: var(--forest-deep);
  border-radius: 50%;
  background: var(--yolk);
  box-shadow: 0 20px 45px rgba(6, 31, 22, .28), inset -10px -10px 25px rgba(129, 78, 0, .13);
  transform: translateZ(80px) rotate(-10deg);
}

.hero__stamp svg {
  position: absolute;
  inset: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  animation: stampSpin 18s linear infinite;
}

.hero__stamp text {
  fill: var(--forest-deep);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2.1px;
}

.hero__stamp > span {
  position: absolute;
  inset: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 39, 29, .35);
  border-radius: 50% 50% 45% 48% / 61% 60% 40% 39%;
  font-family: var(--serif);
  font-size: 30px;
}

.hero__scroll {
  position: absolute;
  z-index: 5;
  right: 38px;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(-100%);
  transform-origin: right bottom;
}

.hero__scroll i {
  position: relative;
  display: block;
  width: 50px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .34);
}

.hero__scroll i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: white;
  animation: scrollLine 1.8s ease-in-out infinite;
}

/* Promise rail */
.promise-rail {
  position: relative;
  z-index: 20;
  overflow: hidden;
  color: var(--forest-deep);
  background: var(--yolk);
  transform: rotate(-1.2deg) scale(1.02) translateY(-8px) translateZ(25px);
  box-shadow: 0 14px 35px rgba(53, 42, 8, .12);
}

.promise-rail__track {
  display: flex;
  width: max-content;
  padding-block: 18px;
  animation: marquee 28s linear infinite;
}

.promise-rail__track > span {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-right: 58px;
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 26px);
  white-space: nowrap;
}

.mini-egg {
  display: inline-block;
  width: 18px;
  height: 24px;
  border-radius: 52% 48% 48% 52% / 63% 62% 38% 37%;
  background: var(--forest);
  box-shadow: inset -4px -3px 6px rgba(0, 0, 0, .22), 2px 4px 7px rgba(41, 29, 0, .18);
  transform: rotate(15deg) translateZ(7px);
}

/* Story */
.story {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  min-height: 880px;
  padding-block: 130px 150px;
}

.section-title {
  margin: 21px 0 24px;
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(50px, 5.4vw, 80px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.04em;
}

.section-title em {
  color: var(--terracotta);
}

.section-lead {
  max-width: 550px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.story__steps {
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.story-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}

.story-step > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--forest);
  background: #edf0df;
  font-family: var(--serif);
  font-size: 12px;
  box-shadow: inset -4px -3px 8px rgba(18, 59, 42, .08);
  transform: translateZ(8px);
}

.story-step h3 {
  margin: 0 0 5px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.story-step p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.egg-lab {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(18, 59, 42, .08);
  border-radius: 42px;
  background:
    radial-gradient(circle at 48% 42%, rgba(255, 255, 255, .88), transparent 38%),
    linear-gradient(145deg, #e3e9ce, #b9cba2 70%);
  box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, .65);
  perspective: 1100px;
  transform: rotateX(var(--tilt-x, var(--rx))) rotateY(var(--tilt-y, var(--ry)));
  transform-style: preserve-3d;
  transition: transform 220ms ease-out;
}

.egg-lab::after {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(18, 59, 42, .11);
  border-radius: 28px;
  content: "";
  transform: translateZ(5px);
}

.egg-lab__halo {
  position: absolute;
  z-index: 0;
  top: 47%;
  left: 50%;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(255, 244, 200, .62);
  box-shadow: 0 0 0 60px rgba(255, 250, 232, .13), 0 0 0 120px rgba(255, 250, 232, .08);
  transform: translate(-50%, -50%) translateZ(-20px);
}

.egg-sculpture {
  position: absolute;
  z-index: 3;
  top: 49%;
  left: 50%;
  width: 250px;
  height: 350px;
  transform: translate(-50%, -50%) translateZ(80px);
  transform-style: preserve-3d;
  animation: sculptureFloat 5.5s ease-in-out infinite;
}

.egg-sculpture__shell {
  position: absolute;
  inset: 0;
  border-radius: 50% 50% 48% 52% / 63% 62% 38% 37%;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, .98) 0 6%, rgba(255, 255, 255, .46) 7% 15%, transparent 25%),
    radial-gradient(circle at 60% 65%, #f3c96b, transparent 55%),
    linear-gradient(145deg, #fffaf0, #e8bb5d 78%);
  box-shadow:
    inset -32px -24px 48px rgba(136, 84, 7, .2),
    inset 16px 13px 30px rgba(255, 255, 255, .72),
    0 45px 45px rgba(48, 68, 37, .25);
  transform: rotate(8deg) rotateY(-8deg) translateZ(40px);
}

.egg-sculpture__shine {
  position: absolute;
  top: 16%;
  left: 27%;
  width: 38px;
  height: 96px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .52);
  filter: blur(5px);
  transform: rotate(24deg) translateZ(53px);
}

.egg-sculpture__shadow {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -36px;
  left: 0;
  height: 55px;
  border-radius: 50%;
  background: rgba(40, 66, 34, .28);
  filter: blur(18px);
  transform: rotateX(78deg) translateZ(-45px);
}

.egg-lab__orbit {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(18, 59, 42, .18);
  border-radius: 50%;
  pointer-events: none;
  transform-style: preserve-3d;
}

.egg-lab__orbit--one {
  width: 480px;
  height: 290px;
  transform: translate(-50%, -50%) rotateX(66deg) rotateZ(-7deg) translateZ(40px);
  animation: labOrbit 11s linear infinite;
}

.egg-lab__orbit--two {
  width: 290px;
  height: 500px;
  transform: translate(-50%, -50%) rotateY(70deg) rotateZ(8deg) translateZ(25px);
  animation: labOrbitTwo 14s linear infinite reverse;
}

.egg-lab__orbit span {
  position: absolute;
  top: -15px;
  left: 50%;
  display: grid;
  min-width: 80px;
  height: 31px;
  padding-inline: 12px;
  place-items: center;
  border-radius: 999px;
  color: var(--forest);
  background: rgba(255, 250, 240, .86);
  box-shadow: 0 9px 22px rgba(39, 59, 29, .12);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  transform: translateX(-50%) translateZ(35px);
}

.egg-lab__caption {
  position: absolute;
  z-index: 5;
  right: 40px;
  bottom: 37px;
  left: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  transform: translateZ(65px);
}

.caption-index {
  color: rgba(18, 59, 42, .55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.egg-lab__caption p {
  margin: 0;
  text-align: right;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.15;
}

/* Feature cards */
.features {
  position: relative;
  overflow: hidden;
  padding-block: 125px 145px;
  color: white;
  background: var(--forest-deep);
  isolation: isolate;
}

.features::before {
  position: absolute;
  z-index: -1;
  top: -250px;
  right: -160px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  content: "";
  background: rgba(108, 156, 103, .16);
  filter: blur(10px);
}

.features__heading {
  display: grid;
  grid-template-columns: 1fr .55fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 72px;
}

.eyebrow--light {
  color: rgba(255, 255, 255, .58);
}

.section-title--light {
  margin-bottom: 0;
  color: white;
}

.section-title--light em {
  color: var(--yolk-light);
}

.features__intro {
  max-width: 430px;
  margin: 0 0 8px auto;
  color: rgba(255, 255, 255, .62);
  font-size: 15px;
  line-height: 1.75;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  perspective: 1400px;
}

.feature-card {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  overflow: hidden;
  padding: 27px 29px 34px;
  border-radius: 28px;
  color: var(--forest-deep);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .18), inset 0 1px rgba(255, 255, 255, .5);
  perspective: 900px;
  transform: rotateX(var(--tilt-x, var(--rx))) rotateY(var(--tilt-y, var(--ry))) translateZ(0);
  transform-style: preserve-3d;
  transition: transform 180ms ease-out, box-shadow 280ms ease;
}

.feature-card:hover {
  box-shadow: 0 42px 90px rgba(0, 0, 0, .27), inset 0 1px rgba(255, 255, 255, .5);
}

.feature-card > * {
  position: relative;
  z-index: 2;
  transform: translateZ(35px);
}

.feature-card--sun { background: var(--yolk); }
.feature-card--cream { background: var(--cream); }
.feature-card--sage { background: var(--sage); }

.feature-card__number {
  align-self: flex-end;
  font-family: var(--serif);
  font-size: 13px;
}

.feature-card__icon {
  position: absolute;
  z-index: 1;
  top: 56px;
  left: 50%;
  width: 220px;
  height: 220px;
  transform: translateX(-50%) translateZ(70px);
  transform-style: preserve-3d;
}

.feature-card__icon--sun span {
  position: absolute;
  inset: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffefae, #f4a525 67%, #d47f0f);
  box-shadow: inset -18px -14px 32px rgba(115, 57, 0, .16), 0 35px 55px rgba(95, 57, 0, .24);
  transform: translateZ(42px);
  animation: iconFloat 5s ease-in-out infinite;
}

.feature-card__icon--sun i {
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(18, 59, 42, .28);
  border-radius: 50%;
  animation: stampSpin 18s linear infinite;
}

.feature-card__icon--egg span {
  position: absolute;
  inset: 8px 36px;
  border-radius: 52% 48% 49% 51% / 63% 62% 38% 37%;
  background:
    radial-gradient(circle at 34% 23%, rgba(255, 255, 255, .94) 0 7%, transparent 22%),
    linear-gradient(145deg, #fffdf5, #e5c98c);
  box-shadow: inset -25px -19px 35px rgba(113, 72, 11, .18), 0 34px 48px rgba(59, 49, 23, .2);
  transform: rotate(7deg) translateZ(55px);
  animation: iconFloat 4.7s ease-in-out infinite reverse;
}

.feature-card__icon--egg i {
  position: absolute;
  right: 12px;
  bottom: 31px;
  left: 17px;
  height: 36px;
  border-radius: 50%;
  background: rgba(53, 56, 32, .18);
  filter: blur(13px);
  transform: rotateX(70deg) translateZ(-15px);
}

.feature-card__icon--box span,
.feature-card__icon--box i,
.feature-card__icon--box b {
  position: absolute;
  top: 56px;
  left: 45px;
  width: 132px;
  height: 115px;
  border-radius: 8px;
  background: #d89c62;
  box-shadow: inset -16px -10px 24px rgba(81, 45, 11, .15), 0 26px 45px rgba(37, 54, 26, .22);
  transform-style: preserve-3d;
}

.feature-card__icon--box span {
  transform: rotateX(-12deg) rotateY(-24deg) translateZ(52px);
  animation: parcelHover 5s ease-in-out infinite;
}

.feature-card__icon--box span::after {
  position: absolute;
  top: 0;
  left: 47%;
  width: 21px;
  height: 100%;
  content: "";
  background: rgba(246, 224, 174, .62);
}

.feature-card__icon--box i,
.feature-card__icon--box b {
  z-index: -1;
  opacity: .16;
  transform: rotate(15deg) translate(18px, -12px) translateZ(10px);
}

.feature-card__icon--box b {
  transform: rotate(-12deg) translate(-16px, 17px) translateZ(-10px);
}

.feature-card h3 {
  max-width: 270px;
  margin: 0 0 13px;
  font-family: var(--serif);
  font-size: clamp(25px, 2.2vw, 33px);
  font-weight: 400;
  line-height: 1.05;
}

.feature-card p {
  max-width: 320px;
  margin: 0;
  color: rgba(8, 39, 29, .68);
  font-size: 13px;
  line-height: 1.65;
}

.feature-card__edge {
  position: absolute;
  z-index: 0;
  inset: auto -10% -34% 24%;
  width: 110%;
  height: 55%;
  border: 1px solid rgba(8, 39, 29, .12);
  border-radius: 50%;
  transform: rotate(-18deg) translateZ(1px);
}

/* Shipping */
.shipping {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  color: white;
  background: #ac5537;
  isolation: isolate;
}

.shipping::after {
  opacity: .1;
}

.shipping__glow {
  position: absolute;
  z-index: -2;
  top: -340px;
  left: 32%;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: rgba(255, 200, 93, .35);
  filter: blur(50px);
}

.shipping__topography {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .26;
  background-image:
    repeating-radial-gradient(ellipse at 15% 55%, transparent 0 42px, rgba(255,255,255,.22) 43px 44px, transparent 45px 66px),
    repeating-radial-gradient(ellipse at 90% 20%, transparent 0 54px, rgba(255,255,255,.15) 55px 56px, transparent 57px 85px);
  transform: rotate(-6deg) scale(1.15);
}

.shipping__shell {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
  min-height: 900px;
  padding-block: 110px;
}

.shipping__visual {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  min-height: 610px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50px;
  background: rgba(96, 30, 15, .11);
  box-shadow: inset 0 1px rgba(255, 255, 255, .15), 0 45px 90px rgba(80, 24, 11, .18);
  perspective: 1200px;
  transform: rotateX(var(--tilt-x, var(--rx))) rotateY(var(--tilt-y, var(--ry)));
  transform-style: preserve-3d;
  transition: transform 200ms ease-out;
}

.shipping__visual::after {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 37px;
  content: "";
  transform: translateZ(10px);
}

.parcel-scene {
  position: absolute;
  inset: 0;
  perspective: 900px;
  transform-style: preserve-3d;
}

.parcel {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 190px;
  transform: translate(-50%, -50%) rotateX(-14deg) rotateY(27deg) translateZ(90px);
  transform-style: preserve-3d;
  animation: parcelHover 5s ease-in-out infinite;
}

.parcel__face {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(75, 38, 9, .16);
  background: linear-gradient(145deg, #e5ad71, #bf7745);
  box-shadow: inset 0 1px rgba(255, 255, 255, .26);
  backface-visibility: hidden;
}

.parcel__face--front,
.parcel__face--back {
  width: 240px;
  height: 190px;
}

.parcel__face--front {
  display: flex;
  flex-direction: column;
  gap: 17px;
  transform: translateZ(80px);
}

.parcel__face--back { transform: rotateY(180deg) translateZ(80px); }
.parcel__face--right,
.parcel__face--left { width: 160px; height: 190px; left: 40px; }
.parcel__face--right { transform: rotateY(90deg) translateZ(120px); }
.parcel__face--left { transform: rotateY(-90deg) translateZ(120px); }
.parcel__face--top,
.parcel__face--bottom { width: 240px; height: 160px; top: 15px; }
.parcel__face--top { transform: rotateX(90deg) translateZ(95px); }
.parcel__face--bottom { transform: rotateX(-90deg) translateZ(95px); }

.parcel__logo {
  display: grid;
  width: 65px;
  height: 72px;
  place-items: center;
  border: 2px solid rgba(42, 62, 32, .65);
  border-radius: 50% 50% 47% 53% / 62% 62% 38% 38%;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 39px;
  background: var(--yolk);
  box-shadow: inset -7px -6px 12px rgba(110, 63, 0, .13), 0 12px 22px rgba(70, 36, 7, .16);
  transform: translateZ(16px);
}

.parcel__face small {
  color: rgba(50, 38, 20, .72);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .24em;
}

.parcel__face--top span {
  width: 34px;
  height: 100%;
  background: rgba(248, 220, 157, .7);
}

.parcel-shadow {
  position: absolute;
  z-index: 0;
  top: 67%;
  left: 50%;
  width: 320px;
  height: 110px;
  border-radius: 50%;
  background: rgba(67, 16, 5, .31);
  filter: blur(28px);
  transform: translate(-50%, -50%) rotateX(72deg);
  animation: parcelShadow 5s ease-in-out infinite;
}

.parcel-route {
  position: absolute;
  z-index: 1;
  border: 1px dashed rgba(255, 241, 207, .45);
  border-radius: 50%;
  transform-style: preserve-3d;
}

.parcel-route i {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--yolk);
  box-shadow: 0 0 0 5px rgba(246, 185, 59, .14), 0 0 25px rgba(246, 185, 59, .65);
}

.parcel-route--one {
  top: 15%;
  left: 9%;
  width: 82%;
  height: 70%;
  transform: rotateX(62deg) rotateZ(-15deg) translateZ(20px);
  animation: routeOrbit 12s linear infinite;
}

.parcel-route--two {
  top: 22%;
  left: 21%;
  width: 58%;
  height: 58%;
  transform: rotateY(68deg) rotateZ(17deg) translateZ(80px);
  animation: routeOrbitTwo 15s linear infinite reverse;
}

.parcel-chip {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 15px 9px 9px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  color: rgba(255, 255, 255, .86);
  background: rgba(75, 19, 8, .22);
  box-shadow: 0 15px 35px rgba(70, 17, 5, .2);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 700;
  transform: translateZ(100px);
}

.parcel-chip span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 10px;
  color: var(--forest-deep);
  background: var(--yolk);
}

.parcel-chip--one {
  top: 19%;
  left: 7%;
  transform: translateZ(100px) rotate(-5deg);
  animation: tagFloat 4.5s ease-in-out infinite;
}

.parcel-chip--two {
  right: 6%;
  bottom: 18%;
  transform: translateZ(120px) rotate(4deg);
  animation: tagFloat 4.8s ease-in-out infinite reverse;
}

.eyebrow--warm {
  color: rgba(255, 241, 218, .66);
}

.shipping__title {
  margin: 22px 0 27px;
  font-family: var(--serif);
  font-size: clamp(52px, 5.2vw, 80px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.045em;
}

.shipping__title em {
  color: var(--yolk-light);
}

.shipping__lead {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.78;
}

.shipping__process {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 39px 0 34px;
}

.shipping__process div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  min-width: 55px;
}

.shipping__process span {
  display: grid;
  width: 38px;
  height: 42px;
  place-items: center;
  border-radius: 50% 50% 48% 52% / 62% 62% 38% 38%;
  color: var(--forest-deep);
  background: var(--yolk);
  font-family: var(--serif);
  font-size: 13px;
  box-shadow: inset -5px -4px 10px rgba(115, 68, 0, .14), 0 10px 18px rgba(65, 15, 5, .18);
  transform: translateZ(10px);
}

.shipping__process p {
  margin: 0;
  color: rgba(255, 255, 255, .73);
  font-size: 10px;
  font-weight: 600;
}

.shipping__process > i {
  flex: 1;
  height: 1px;
  margin-top: 20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .43), rgba(255, 255, 255, .1));
}

.button--warm {
  color: var(--forest-deep);
  background: var(--yolk);
  box-shadow: 0 18px 38px rgba(64, 17, 5, .2);
}

.button--warm .button__arrow {
  color: white;
  background: var(--forest);
}

/* Contact */
.order {
  padding-block: 125px;
}

.order-card {
  position: relative;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: center;
  min-height: 520px;
  overflow: hidden;
  padding: clamp(42px, 7vw, 90px);
  border-radius: 42px;
  background: #eef1df;
  box-shadow: var(--shadow), inset 0 1px white;
  isolation: isolate;
  perspective: 1100px;
}

.order-card__sun {
  position: absolute;
  z-index: -2;
  top: -190px;
  left: -120px;
  width: 570px;
  height: 570px;
  border-radius: 50%;
  background: var(--yolk);
  box-shadow: inset -40px -30px 80px rgba(145, 80, 0, .12);
  transform: translateZ(-30px);
}

.order-card__decor {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(18, 59, 42, .12);
  border-radius: 50%;
  transform-style: preserve-3d;
}

.order-card__decor--one {
  right: -140px;
  bottom: -190px;
  width: 650px;
  height: 420px;
  transform: rotate(-22deg) translateZ(-15px);
}

.order-card__decor--two {
  right: -70px;
  bottom: -120px;
  width: 500px;
  height: 330px;
  transform: rotate(-22deg) translateZ(-10px);
}

.order-card__copy {
  position: relative;
  z-index: 2;
}

.order-card__copy .section-title {
  font-size: clamp(53px, 5.3vw, 78px);
}

.order-card__copy > p {
  max-width: 420px;
  margin: 0;
  color: rgba(18, 59, 42, .68);
  font-size: 14px;
  line-height: 1.7;
}

.order-card__actions {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 14px;
  perspective: 900px;
}

.contact-orb {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr 42px;
  gap: 17px;
  align-items: center;
  min-height: 105px;
  padding: 15px 19px 15px 15px;
  border: 1px solid rgba(18, 59, 42, .1);
  border-radius: 25px;
  box-shadow: 0 22px 45px rgba(31, 61, 41, .13), inset 0 1px rgba(255, 255, 255, .5);
  transform: rotateX(var(--tilt-x, var(--rx))) rotateY(var(--tilt-y, var(--ry)));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out, box-shadow 220ms ease;
}

.contact-orb:hover {
  box-shadow: 0 30px 65px rgba(31, 61, 41, .21), inset 0 1px rgba(255, 255, 255, .6);
}

.contact-orb--whatsapp {
  color: white;
  background: var(--forest);
}

.contact-orb--phone {
  color: var(--forest-deep);
  background: var(--paper);
}

.contact-orb > * {
  transform: translateZ(26px);
}

.contact-orb__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 19px;
  background: var(--yolk);
  box-shadow: inset -7px -5px 15px rgba(116, 67, 0, .12), 0 12px 25px rgba(9, 31, 20, .18);
}

.contact-orb__icon svg {
  width: 25px;
  height: 25px;
  fill: var(--forest-deep);
}

.contact-orb > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-orb small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  opacity: .58;
  text-transform: uppercase;
}

.contact-orb b {
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 400;
}

.contact-orb > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 13px;
  font-style: normal;
  opacity: .45;
}

/* FAQ */
.faq {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(60px, 10vw, 150px);
  padding-block: 80px 150px;
}

.faq__heading {
  align-self: start;
  position: sticky;
  top: 120px;
}

.faq__heading .section-title {
  font-size: clamp(48px, 5vw, 70px);
}

.faq__heading > p {
  color: var(--muted);
  font-size: 14px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  margin-top: 21px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--forest);
  color: var(--forest);
  font-weight: 700;
}

.text-link span {
  transition: transform 180ms ease;
}

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

.faq__list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  margin: 0;
}

.faq-question {
  display: grid;
  grid-template-columns: 1fr 46px;
  gap: 20px;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 12px 0;
  border: 0;
  color: var(--forest);
  background: transparent;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 27px);
  text-align: left;
  cursor: pointer;
}

.faq-question > span {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #f0f1e4;
  box-shadow: inset -5px -4px 10px rgba(18, 59, 42, .07);
  transition: transform 280ms ease, background 280ms ease;
}

.faq-question > span::before,
.faq-question > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  content: "";
  background: var(--forest);
  transform: translate(-50%, -50%);
}

.faq-question > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 260ms ease;
}

.faq-item.is-open .faq-question > span {
  background: var(--yolk);
  transform: rotate(180deg) translateZ(8px);
}

.faq-item.is-open .faq-question > span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  display: grid;
  grid-template-rows: 1fr;
}

.js-ready .faq-answer {
  grid-template-rows: 0fr;
  transition: grid-template-rows 360ms cubic-bezier(.2, .7, .2, 1);
}

.js-ready .faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer p {
  max-width: 620px;
  margin: 0;
  padding: 0 70px 28px 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

/* Footer */
.site-footer {
  color: white;
  background: var(--forest-deep);
}

.footer__top {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 80px;
  padding-block: 80px 70px;
}

.brand--footer .brand__mark {
  width: 55px;
  height: 60px;
}

.brand--footer .brand__yolk {
  inset: 17px auto auto 17px;
  width: 21px;
  height: 21px;
}

.brand--footer .brand__word b {
  font-size: 25px;
}

.footer__brand-block p {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .52);
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 41px);
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.footer__links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer__links small {
  margin-bottom: 8px;
  color: var(--yolk-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}

.footer__links a {
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
  transition: color 180ms ease, transform 180ms ease;
}

.footer__links a:hover {
  color: white;
  transform: translateX(4px);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .4);
  font-size: 10px;
}

/* Floating contact */
.floating-whatsapp {
  position: fixed;
  z-index: 3500;
  right: 25px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 57px;
  padding: 8px 18px 8px 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  color: white;
  background: #1d714a;
  box-shadow: 0 18px 44px rgba(7, 37, 23, .28), inset 0 1px rgba(255, 255, 255, .18);
  font-size: 12px;
  font-weight: 700;
  transform: translateZ(30px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.floating-whatsapp:hover {
  box-shadow: 0 25px 58px rgba(7, 37, 23, .36), inset 0 1px rgba(255, 255, 255, .2);
  transform: translateY(-4px) translateZ(42px);
}

.floating-whatsapp svg {
  width: 28px;
  height: 28px;
  fill: white;
}

.floating-whatsapp__pulse {
  position: absolute;
  left: 6px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  animation: whatsappPulse 2.2s ease-out infinite;
}

.mobile-contact {
  display: none;
}

/* JS motion states */
.js-ready .reveal {
  opacity: 0;
  transform: translateY(30px) rotateX(4deg) translateZ(-15px);
  transform-origin: center bottom;
  transition: opacity 700ms ease, transform 800ms cubic-bezier(.2, .7, .2, 1);
}

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

.js-ready .feature-grid .reveal:nth-child(2) { transition-delay: 90ms; }
.js-ready .feature-grid .reveal:nth-child(3) { transition-delay: 180ms; }

/* Animation keyframes */
@keyframes introLandscape {
  from { transform: scale(1.13) translate3d(0, 1%, -30px); }
  to { transform: scale(1.05) translate3d(0, 0, 0); }
}

@keyframes introProgress { to { transform: scaleX(1); } }

@keyframes fallbackHen {
  0% { opacity: 0; transform: translate3d(250px, 0, -80px) rotateY(-15deg); }
  18% { opacity: 1; }
  45% { transform: translate3d(0, 0, 30px) rotateY(-10deg); }
  58% { transform: translate3d(0, 24px, 25px) rotateZ(2deg); }
  72%, 100% { transform: translate3d(0, 0, 30px) rotateY(-6deg); }
}

@keyframes fallbackEgg {
  0%, 52% { opacity: 0; transform: translate3d(0, -55px, -40px) scale(.7); }
  64% { opacity: 1; transform: translate3d(0, 0, -30px) scale(1); }
  76% { transform: translate3d(-28px, 0, 20px) rotate(-35deg); }
  100% { opacity: 1; transform: translate3d(-105px, 6px, 90px) rotate(-150deg) scale(1.45); }
}

@keyframes heroEggFloat {
  0%, 100% { transform: translateY(0) rotate(3deg) translateZ(25px); }
  50% { transform: translateY(-18px) rotate(-4deg) translateZ(50px); }
}

@keyframes orbitOne { to { transform: translate(-50%, -50%) rotateX(66deg) rotateZ(372deg); } }
@keyframes orbitTwo { to { transform: translate(-50%, -50%) rotateY(72deg) rotateZ(395deg); } }
@keyframes stampSpin { to { transform: rotate(360deg); } }
@keyframes scrollLine {
  0% { transform: translateX(-110%); }
  50%, 100% { transform: translateX(110%); }
}

@keyframes tagFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

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

@keyframes sculptureFloat {
  0%, 100% { transform: translate(-50%, -50%) translateY(0) rotateY(-4deg) translateZ(80px); }
  50% { transform: translate(-50%, -50%) translateY(-18px) rotateY(7deg) translateZ(105px); }
}

@keyframes labOrbit {
  to { transform: translate(-50%, -50%) rotateX(66deg) rotateZ(353deg) translateZ(40px); }
}

@keyframes labOrbitTwo {
  to { transform: translate(-50%, -50%) rotateY(70deg) rotateZ(368deg) translateZ(25px); }
}

@keyframes iconFloat {
  0%, 100% { translate: 0 0; rotate: 0deg; }
  50% { translate: 0 -14px; rotate: 3deg; }
}

@keyframes parcelHover {
  0%, 100% { translate: 0 0 0; }
  50% { translate: 0 -15px 18px; }
}

@keyframes parcelShadow {
  0%, 100% { transform: translate(-50%, -50%) rotateX(72deg) scale(1); opacity: .8; }
  50% { transform: translate(-50%, -50%) rotateX(72deg) scale(.86); opacity: .55; }
}

@keyframes routeOrbit {
  to { transform: rotateX(62deg) rotateZ(345deg) translateZ(20px); }
}

@keyframes routeOrbitTwo {
  to { transform: rotateY(68deg) rotateZ(377deg) translateZ(80px); }
}

@keyframes whatsappPulse {
  from { opacity: .7; transform: scale(.7) translateZ(-2px); }
  to { opacity: 0; transform: scale(1.8) translateZ(-2px); }
}

/* Tablet */
@media (max-width: 1080px) {
  :root { --shell: min(100% - 42px, 940px); }

  .site-nav { gap: 20px; }
  .site-nav a { font-size: 12px; }

  .hero__shell {
    grid-template-columns: 1fr .62fr;
  }

  .hero__visual { min-height: 480px; }

  .hero__stage { inset: 9% -35% 0 -30%; }

  .hero__quality-tag { right: 1%; }

  .story { gap: 52px; }

  .egg-lab { min-height: 570px; }

  .egg-sculpture { width: 205px; height: 292px; }

  .egg-lab__orbit--one { width: 400px; }

  .feature-card { min-height: 430px; padding-inline: 23px; }

  .shipping__shell { gap: 48px; }

  .shipping__visual { min-height: 560px; }

  .parcel { scale: .88; }

  .order-card { gap: 35px; padding-inline: 55px; }
}

/* Mobile navigation and stacked layout */
@media (max-width: 820px) {
  :root { --shell: calc(100% - 32px); }

  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }

  .site-header { padding-top: 10px; }

  .header-shell {
    grid-template-columns: 1fr auto;
    min-height: 64px;
    padding: 8px 8px 8px 14px;
    border-radius: 18px;
  }

  .site-header:not(.is-scrolled) .header-shell {
    background: rgba(8, 39, 29, .38);
  }

  .menu-toggle { display: block; }

  .site-nav {
    position: fixed;
    z-index: -1;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
    padding: 110px 28px 100px;
    color: white;
    background: rgba(8, 39, 29, .98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px) translateZ(-40px);
    transition: opacity 280ms ease, visibility 280ms ease, transform 350ms ease;
  }

  .site-nav a {
    width: min(100%, 440px);
    padding: 10px 0;
    font-family: var(--serif);
    font-size: clamp(34px, 10vw, 55px);
    font-weight: 400;
  }

  .nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateZ(0);
  }

  .nav-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  .header-order { display: none; }

  .hero {
    min-height: 950px;
  }

  .hero__background { object-position: 58% center; }

  .hero__wash {
    background:
      linear-gradient(180deg, rgba(7, 35, 25, .78) 0%, rgba(7, 35, 25, .68) 47%, rgba(7, 35, 25, .28) 75%, rgba(7, 35, 25, .68) 100%),
      linear-gradient(90deg, rgba(7, 35, 25, .38), transparent 70%);
  }

  .hero__shell {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-block: 130px 70px;
  }

  .hero__content { position: relative; z-index: 3; }

  .hero__title {
    font-size: clamp(61px, 15.5vw, 92px);
    line-height: .86;
  }

  .hero__lead { max-width: 530px; }

  .hero__visual {
    z-index: 1;
    min-height: 380px;
    margin-top: -24px;
  }

  .hero__stage { inset: -17% -15% -10%; }

  .hero__quality-tag { top: 31%; right: 3%; }

  .hero__stamp {
    bottom: 2%;
    left: 4%;
    width: 92px;
    height: 92px;
  }

  .hero__stamp > span { inset: 25px; font-size: 22px; }

  .hero__proof { margin-top: 36px; }

  .hero__scroll { display: none; }

  .story {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-block: 105px;
  }

  .story__copy { max-width: 620px; }

  .egg-lab { min-height: 620px; }

  .features { padding-block: 100px; }

  .features__heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 50px;
  }

  .features__intro { margin-left: 0; }

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

  .feature-card {
    min-height: 430px;
    padding: 26px 29px 31px;
  }

  .feature-card__icon { top: 45px; }

  .shipping__shell {
    grid-template-columns: 1fr;
    padding-block: 90px 110px;
  }

  .shipping__copy { order: -1; }

  .shipping__visual { min-height: 600px; }

  .order { padding-block: 90px; }

  .order-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 60px 42px;
  }

  .order-card__sun { top: -250px; left: -170px; }

  .faq {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-block: 30px 110px;
  }

  .faq__heading { position: static; }

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

  .floating-whatsapp { display: none; }

  .mobile-contact {
    position: fixed;
    z-index: 4500;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 8px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: rgba(255, 250, 240, .88);
    box-shadow: 0 -10px 40px rgba(8, 39, 29, .13);
    backdrop-filter: blur(18px);
  }

  .mobile-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 53px;
    border-radius: 15px;
    color: var(--forest);
    background: #e8eadc;
    font-size: 12px;
    font-weight: 700;
  }

  .mobile-contact a:last-child {
    color: white;
    background: var(--forest);
  }

  .mobile-contact svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 24px); }

  .brand__mark { width: 38px; height: 42px; }
  .brand__yolk { inset: 12px auto auto 12px; width: 15px; height: 15px; }
  .brand__word b { font-size: 16px; }

  .hero {
    min-height: 900px;
  }

  .hero__shell { padding-top: 115px; }

  .hero__title {
    margin-block: 21px 18px;
    font-size: clamp(55px, 17vw, 77px);
  }

  .hero__title em::after { height: 5px; }

  .hero__lead {
    font-size: 14px;
    line-height: 1.65;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .button { justify-content: flex-start; width: 100%; }
  .button__arrow { margin-left: auto; }

  .hero__proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .hero__proof div { display: block; }
  .hero__proof span { display: block; margin-bottom: 7px; }
  .hero__proof p { font-size: 9px; }

  .hero__visual { min-height: 300px; }
  .hero__stage { inset: -30% -32% -13%; }
  .hero__quality-tag { top: 28%; right: 0; scale: .82; transform-origin: right; }

  .hero__stamp {
    bottom: 0;
    left: 2%;
    scale: .75;
    transform-origin: left bottom;
  }

  .promise-rail__track { padding-block: 14px; }

  .story { gap: 43px; padding-block: 90px; }

  .section-title,
  .shipping__title { font-size: clamp(43px, 13vw, 60px); }

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

  .story__steps { margin-top: 34px; }

  .egg-lab { min-height: 490px; border-radius: 28px; }

  .egg-lab::after { inset: 11px; border-radius: 20px; }

  .egg-lab__halo { width: 310px; height: 310px; }

  .egg-sculpture { width: 155px; height: 225px; }

  .egg-lab__orbit--one { width: 320px; height: 220px; }
  .egg-lab__orbit--two { width: 220px; height: 370px; }

  .egg-lab__caption { right: 25px; bottom: 25px; left: 25px; }
  .egg-lab__caption p { font-size: 16px; }

  .features { padding-block: 82px; }

  .feature-card { min-height: 400px; border-radius: 23px; }

  .shipping__shell { gap: 52px; padding-block: 78px 90px; }

  .shipping__visual { min-height: 460px; border-radius: 31px; }

  .shipping__visual::after { inset: 10px; border-radius: 23px; }

  .parcel-scene { scale: .78; }

  .parcel-chip--one { top: 13%; left: -7%; }
  .parcel-chip--two { right: -6%; bottom: 12%; }

  .shipping__process { gap: 4px; }
  .shipping__process > i { min-width: 10px; }
  .shipping__process p { font-size: 8px; }

  .order { padding-block: 72px; }

  .order-card { gap: 36px; padding: 48px 22px 26px; border-radius: 28px; }

  .order-card__copy .section-title { font-size: clamp(44px, 13vw, 58px); }

  .contact-orb {
    grid-template-columns: 51px 1fr 36px;
    gap: 12px;
    min-height: 88px;
    padding: 11px;
    border-radius: 20px;
  }

  .contact-orb__icon { width: 51px; height: 51px; border-radius: 15px; }
  .contact-orb b { font-size: 19px; }
  .contact-orb > i { width: 36px; height: 36px; }

  .faq { padding-bottom: 85px; }
  .faq-question { min-height: 88px; font-size: 19px; }
  .faq-question > span { width: 40px; height: 40px; }
  .faq-answer p { padding-right: 15px; }

  .footer__top { gap: 60px; padding-block: 63px 55px; }
  .footer__links { gap: 25px; }
  .footer__bottom { display: block; line-height: 1.6; }

  .intro__copy { top: 24px; }
  .intro__skip { right: 16px; bottom: 18px; }
  .intro__fallback { bottom: 14%; scale: .76; }
}

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

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

  .intro { display: none; }

  .js-ready .reveal {
    opacity: 1;
    transform: none;
  }

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

@media (hover: none), (pointer: coarse) {
  [data-tilt] {
    --rx: 0deg !important;
    --ry: 0deg !important;
  }
}

/* Organik Sarı brand + real WebGL model surfaces */
.brand {
  min-width: 92px;
  justify-content: flex-start;
}

.brand__logo {
  display: block;
  width: 84px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(7, 25, 18, .14));
}

.brand:hover .brand__logo {
  filter: drop-shadow(0 11px 20px rgba(7, 25, 18, .2));
}

.intro__brand-logo {
  width: clamp(118px, 13vw, 164px);
  height: auto;
  margin: -18px auto -14px;
  filter: drop-shadow(0 18px 32px rgba(8, 39, 29, .25));
}

.intro__fallback {
  inset: 25% auto auto 50%;
  display: grid;
  width: min(420px, 72vw);
  height: min(420px, 72vw);
  place-items: center;
  transform: translateX(-50%);
}

.intro__fallback img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 34px 44px rgba(8, 39, 29, .28));
}

.intro__landscape {
  animation: none;
  transform: scale(1.05) translateZ(-30px);
}

.three-fallback .intro__canvas,
.three-fallback .hero__canvas {
  visibility: hidden;
}

.three-fallback .intro__fallback,
.three-fallback .hero__canvas-fallback {
  opacity: 1;
}

.model-unavailable {
  background: rgba(255, 250, 235, .54) url("assets/organik-sari-logo-v2.png") center / min(48%, 240px) auto no-repeat;
}

.hero__stage {
  transform: none;
}

.hero__canvas-fallback img {
  width: min(360px, 70%);
  height: auto;
  filter: drop-shadow(0 32px 38px rgba(8, 39, 29, .28));
}

.hero__quality-tag,
.parcel-chip {
  animation: none;
}

.hero__brand-lockup {
  position: absolute;
  z-index: 4;
  bottom: 5%;
  left: 2%;
  display: grid;
  width: 128px;
  height: 112px;
  padding: 9px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 27px;
  background: rgba(255, 250, 240, .9);
  box-shadow: 0 20px 45px rgba(6, 31, 22, .26), inset 0 1px rgba(255, 255, 255, .8);
  backdrop-filter: blur(12px);
}

.hero__brand-lockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero__scroll i::after,
.floating-whatsapp__pulse {
  animation: none;
}

.floating-whatsapp__pulse {
  display: none;
}

.promise-rail {
  transform: translateY(-8px) translateZ(25px);
}

.promise-rail__track {
  justify-content: space-around;
  width: 100%;
  animation: none;
}

.promise-rail__track > span {
  margin: 0 18px;
  font-size: clamp(16px, 1.45vw, 22px);
}

.promise-dot {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--forest);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 4px 8px rgba(18, 59, 42, .18);
}

.egg-lab,
.shipping__visual {
  transform: none;
  transform-style: flat;
}

.egg-lab::after,
.shipping__visual::after {
  pointer-events: none;
}

.section-model-canvas {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  cursor: grab;
}

.section-model-canvas:active {
  cursor: grabbing;
}

.model-status {
  position: absolute;
  z-index: 5;
  padding: 9px 13px;
  border: 1px solid rgba(18, 59, 42, .12);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(255, 250, 240, .82);
  box-shadow: 0 10px 24px rgba(29, 53, 29, .1);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.model-status--one {
  top: 31px;
  left: 31px;
}

.model-status--two {
  top: 31px;
  right: 31px;
}

.egg-lab__caption {
  pointer-events: none;
}

.feature-card {
  transform: none;
  transform-style: flat;
}

.feature-card > * {
  transform: none;
}

.feature-model-canvas {
  position: absolute;
  z-index: 1;
  top: 38px;
  right: 0;
  left: 0;
  width: 100%;
  height: 255px;
  touch-action: pan-y;
}

.feature-card__number,
.feature-card > div:last-of-type {
  z-index: 3;
}

.shipping__visual .section-model-canvas {
  z-index: 2;
}

.parcel-chip {
  z-index: 6;
}

.contact-orb {
  transform: none;
  transform-style: flat;
}

.contact-orb > * {
  transform: none;
}

.brand--footer .brand__logo {
  width: 156px;
  height: 126px;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .24));
}

@media (max-width: 820px) {
  .brand {
    min-width: 76px;
  }

  .brand__logo {
    width: 74px;
    height: 52px;
  }

  .promise-rail__track {
    justify-content: flex-start;
    gap: 34px;
    padding-inline: 28px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .promise-rail__track::-webkit-scrollbar {
    display: none;
  }

  .promise-rail__track > span {
    margin: 0;
  }

  .hero__brand-lockup {
    bottom: 1%;
    left: 1%;
    width: 96px;
    height: 82px;
    border-radius: 20px;
  }

  .feature-model-canvas {
    height: 245px;
  }
}

@media (max-width: 560px) {
  .brand__logo {
    width: 67px;
    height: 48px;
  }

  .intro__brand-logo {
    width: 112px;
    margin-top: -12px;
  }

  .hero__brand-lockup {
    width: 77px;
    height: 69px;
    padding: 7px;
  }

  .model-status {
    top: 20px;
    padding: 7px 9px;
    font-size: 7px;
  }

  .model-status--one { left: 20px; }
  .model-status--two { right: 20px; }

  .brand--footer .brand__logo {
    width: 132px;
    height: 108px;
  }
}
