:root {
  --ink: #071d16;
  --ink-2: #0d2b20;
  --green: #174f36;
  --green-bright: #1b6b45;
  --gold: #f5b82e;
  --gold-2: #ffd66b;
  --cream: #f7f2e7;
  --paper: #fffdf7;
  --cyan: #52e6ce;
  --muted: #69756e;
  --line: rgba(7, 29, 22, 0.12);
  --shadow: 0 26px 80px rgba(7, 29, 22, 0.12);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --font-display: "Manrope", Arial, sans-serif;
  --font-body: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.drawer-open,
body.menu-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

button {
  color: inherit;
}

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

img,
svg {
  display: block;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

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

.skip-link {
  position: fixed;
  z-index: 200;
  left: 16px;
  top: -70px;
  background: var(--gold);
  color: var(--ink);
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.scrolled {
  background: rgba(7, 29, 22, 0.92);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1320px, calc(100% - 48px));
  height: 82px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 44px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.brand-mark {
  width: 39px;
  height: 39px;
  color: var(--gold);
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.brand-mark .brand-spark {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.5;
  stroke-linecap: round;
  opacity: 0.75;
}

.brand > span:last-child {
  display: grid;
  gap: 1px;
}

.brand strong {
  font: 800 18px/1 var(--font-display);
  letter-spacing: 0.13em;
}

.brand small {
  font: 600 7px/1 var(--font-display);
  letter-spacing: 0.26em;
  color: var(--gold-2);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.4vw, 38px);
}

.site-nav a {
  position: relative;
  padding: 31px 0 29px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 21px;
  height: 2px;
  background: var(--gold);
  transition: right 0.25s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  color: #fff;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.active::after {
  right: 0;
}

.nav-order {
  min-width: 132px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-order:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  background: rgba(245, 184, 46, 0.12);
}

.cart-count {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.menu-toggle {
  display: none;
}

.hero {
  min-height: 780px;
  height: 100svh;
  max-height: 980px;
  position: relative;
  display: grid;
  align-items: center;
  color: #fff;
  background: var(--ink);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 20, 14, 0.26) 0%, rgba(3, 20, 14, 0) 55%),
    url("assets/helena-future-field.png") center / cover no-repeat;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 17, 12, 0.48) 0%, transparent 25%, transparent 65%, rgba(3, 17, 12, 0.65) 100%),
    radial-gradient(circle at 76% 45%, transparent 0 20%, rgba(4, 24, 17, 0.16) 62%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(82, 230, 206, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82, 230, 206, 0.16) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.65), transparent 68%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  align-items: center;
  gap: 60px;
  padding-top: 66px;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--green-bright);
  font: 800 12px/1 var(--font-display);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--gold-2);
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 0 rgba(82, 230, 206, 0.5);
  animation: pulse 2.2s infinite;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 10px rgba(82, 230, 206, 0); }
  100% { box-shadow: 0 0 0 0 rgba(82, 230, 206, 0); }
}

.hero h1,
.section-heading h2,
.quality-copy h2,
.contact-copy h2,
.faq-heading h2 {
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(64px, 7.2vw, 114px);
  line-height: 0.88;
}

.hero h1 span,
.section-heading h2 span,
.quality-copy h2 span,
.contact-copy h2 span,
.faq-heading h2 span {
  color: var(--gold);
}

.hero-copy > p {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  background: var(--gold);
  color: var(--ink);
}

.button-primary:hover {
  background: var(--gold-2);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  backdrop-filter: blur(12px);
}

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

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

.button-whatsapp {
  background: #19a463;
  color: #fff;
}

.button-whatsapp svg {
  fill: none;
  stroke: currentColor;
}

.hero-trust {
  display: flex;
  gap: 0;
  margin-top: 50px;
}

.hero-trust > div {
  min-width: 125px;
  display: grid;
  gap: 4px;
  padding: 0 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-trust > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-trust strong {
  font: 700 19px/1 var(--font-display);
  color: #fff;
}

.hero-trust span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.hero-orbit {
  position: relative;
  width: min(500px, 41vw);
  aspect-ratio: 1;
  margin-left: auto;
}

.orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(82, 230, 206, 0.25);
  animation: slow-spin 30s linear infinite;
}

.orbit-ring::before,
.orbit-ring::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}

.ring-one {
  inset: 7%;
}

.ring-one::before {
  top: 11%;
  left: 17%;
}

.ring-one::after {
  right: -4px;
  top: 50%;
}

.ring-two {
  inset: 22%;
  border-style: dashed;
  animation-direction: reverse;
  animation-duration: 22s;
}

.ring-two::before {
  left: 50%;
  bottom: -4px;
}

.ring-two::after {
  left: -4px;
  top: 43%;
}

@keyframes slow-spin {
  to { transform: rotate(360deg); }
}

.orbit-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(5, 25, 17, 0.58);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(16px);
}

.orbit-main {
  width: 220px;
  height: 220px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
}

.orbit-label,
.orbit-vitamin span,
.orbit-heart span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orbit-main strong {
  margin: 5px 0;
  font: 700 40px/1 var(--font-display);
  letter-spacing: -0.06em;
}

.orbit-main strong small {
  font-size: 22px;
  color: var(--gold);
}

.orbit-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--cyan);
  font-size: 11px;
}

.orbit-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.orbit-vitamin {
  left: 2%;
  top: 21%;
  display: grid;
  gap: 3px;
  padding: 15px 18px;
  border-radius: 15px;
  animation: float 5s ease-in-out infinite;
}

.orbit-vitamin strong {
  font-family: var(--font-display);
  color: var(--gold-2);
}

.orbit-heart {
  right: 1%;
  bottom: 24%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border-radius: 15px;
  animation: float 5s 1.4s ease-in-out infinite;
}

.orbit-heart svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.7;
}

@keyframes float {
  50% { transform: translateY(-9px); }
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scroll-cue i {
  width: 1px;
  height: 34px;
  background: linear-gradient(var(--gold), transparent);
}

.signal-bar {
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: var(--gold);
  color: var(--ink);
}

.signal-track {
  width: max-content;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 29px;
  padding-inline: 24px;
  animation: signal-move 30s linear infinite;
}

.signal-track span {
  font: 800 11px/1 var(--font-display);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signal-track i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink);
}

@keyframes signal-move {
  to { transform: translateX(-33.333%); }
}

.section {
  padding: 130px 0;
}

.section-light {
  background:
    radial-gradient(circle at 8% 10%, rgba(245, 184, 46, 0.11), transparent 25%),
    var(--paper);
}

.section-heading h2,
.quality-copy h2,
.contact-copy h2,
.faq-heading h2 {
  font-size: clamp(45px, 5vw, 72px);
  line-height: 1.02;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 65px;
}

.split-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.split-heading > p,
.centered > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.split-heading > p {
  margin-bottom: 7px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.benefit-card {
  position: relative;
  min-height: 385px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.64);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent, rgba(245, 184, 46, 0.09));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 184, 46, 0.55);
  box-shadow: var(--shadow);
}

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

.benefit-card.featured {
  background: var(--ink);
  color: #fff;
}

.card-number {
  position: relative;
  z-index: 1;
  margin-left: auto;
  color: rgba(7, 29, 22, 0.3);
  font: 700 11px/1 var(--font-display);
}

.featured .card-number {
  color: rgba(255, 255, 255, 0.35);
}

.icon-chip {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 24px 0 36px;
  border-radius: 50%;
  background: rgba(245, 184, 46, 0.16);
  color: #a87706;
}

.featured .icon-chip {
  background: var(--gold);
  color: var(--ink);
}

.icon-chip svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  font: 700 21px/1.2 var(--font-display);
  letter-spacing: -0.025em;
}

.benefit-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.featured p {
  color: rgba(255, 255, 255, 0.63);
}

.benefit-line {
  position: relative;
  z-index: 1;
  height: 2px;
  width: 38px;
  margin-top: auto;
  background: var(--gold);
  transition: width 0.3s ease;
}

.benefit-card:hover .benefit-line {
  width: 100%;
}

.product-section {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 50% -10%, rgba(27, 107, 69, 0.7), transparent 35%),
    linear-gradient(135deg, #061b14, #0a261c 60%, #061b14);
  overflow: hidden;
}

.product-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(82, 230, 206, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82, 230, 206, 0.13) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: radial-gradient(circle at center, #000, transparent 75%);
}

.product-section .container {
  position: relative;
}

.centered {
  max-width: 760px;
  margin: 0 auto 65px;
  text-align: center;
}

.centered .eyebrow {
  justify-content: center;
}

.centered > p {
  max-width: 650px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.6);
}

.product-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.product-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.product-card:hover,
.product-card.product-featured {
  transform: translateY(-8px);
  border-color: rgba(245, 184, 46, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

.popular-tag {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font: 800 9px/1 var(--font-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-visual {
  position: relative;
  height: 315px;
  display: grid;
  place-items: end center;
  padding-bottom: 16px;
  background:
    radial-gradient(circle at 50% 70%, rgba(245, 184, 46, 0.2), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent);
  overflow: hidden;
}

.product-visual::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 25px;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  filter: blur(9px);
}

.size-tag {
  position: absolute;
  right: 16px;
  top: 18px;
  color: rgba(255, 255, 255, 0.38);
  font: 700 9px/1 var(--font-display);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.oil-bottle {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 244px;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(10px 18px 18px rgba(0, 0, 0, 0.2));
  transition: transform 0.35s ease;
}

.product-card:hover .oil-bottle {
  transform: translateY(-8px) rotate(1deg);
}

.bottle-small {
  width: 103px;
  height: 222px;
}

.bottle-large {
  width: 146px;
  height: 245px;
}

.bottle-catering {
  width: 164px;
  height: 252px;
}

.bottle-cap {
  position: relative;
  z-index: 3;
  width: 42%;
  height: 19px;
  border-radius: 6px 6px 2px 2px;
  background:
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0 2px, transparent 2px 5px),
    #f1a911;
  border-bottom: 2px solid rgba(106, 67, 0, 0.28);
}

.bottle-neck {
  width: 33%;
  height: 29px;
  background: linear-gradient(90deg, #de8b07, #ffc237 40%, #e8970a);
  box-shadow: inset -5px 0 6px rgba(114, 66, 0, 0.12);
}

.bottle-body {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 26px 10px 14px;
  border-radius: 25% 25% 16% 16% / 12% 12% 8% 8%;
  background:
    linear-gradient(90deg, rgba(147, 83, 0, 0.27), transparent 17% 72%, rgba(132, 74, 0, 0.28)),
    linear-gradient(155deg, #ffd13d, #eca40d 53%, #d88202);
  border: 1px solid rgba(255, 232, 142, 0.7);
  box-shadow: inset 10px 0 16px rgba(255, 241, 173, 0.22), inset -7px 0 14px rgba(110, 62, 0, 0.16);
  overflow: hidden;
}

.bottle-body::before {
  content: "";
  position: absolute;
  inset: 14% 10% 12%;
  border-radius: 9px;
  background: linear-gradient(155deg, #fff9e4, #f5edcf);
  border: 1px solid rgba(64, 94, 36, 0.23);
  box-shadow: 0 5px 12px rgba(100, 61, 0, 0.18);
}

.bottle-body::after {
  content: "";
  position: absolute;
  width: 33%;
  height: 73%;
  top: 4%;
  left: 9%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.36), transparent);
  transform: rotate(6deg);
}

.bottle-body > * {
  position: relative;
  z-index: 2;
}

.bottle-body i {
  color: #1f4d2c;
  font: 800 9px/1 var(--font-display);
  letter-spacing: 0.09em;
}

.bottle-body strong {
  color: #173f27;
  font: 800 13px/1.08 var(--font-display);
  text-align: center;
  letter-spacing: -0.03em;
}

.bottle-body small {
  color: #a86b0a;
  font-size: 6px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.bottle-handle {
  position: absolute;
  z-index: 0;
  right: -4px;
  top: 50px;
  width: 58px;
  height: 72px;
  border: 13px solid #e89909;
  border-left-width: 10px;
  border-radius: 12px 20px 20px 10px;
}

.bottle-large .bottle-body,
.bottle-catering .bottle-body {
  border-radius: 18% 20% 14% 14% / 10% 10% 7% 7%;
}

.product-info {
  padding: 24px 24px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.product-info > span {
  color: var(--gold-2);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-info h3 {
  margin: 8px 0 10px;
  font: 700 23px/1.1 var(--font-display);
}

.product-info p {
  min-height: 66px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 13px;
  line-height: 1.65;
}

.add-product {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.add-product > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 18px;
  transition: transform 0.2s ease;
}

.add-product:hover > span {
  transform: rotate(90deg);
}

.product-note {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.43);
  text-align: center;
  font-size: 12px;
}

.quality-section {
  position: relative;
  background: var(--cream);
  overflow: hidden;
}

.quality-noise {
  position: absolute;
  inset: 0;
  opacity: 0.23;
  background-image: radial-gradient(rgba(7, 29, 22, 0.13) 0.8px, transparent 0.8px);
  background-size: 12px 12px;
  mask-image: linear-gradient(90deg, transparent, #000, transparent);
}

.quality-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 80px;
  align-items: center;
}

.quality-copy > p {
  max-width: 520px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.quality-tabs {
  display: inline-flex;
  gap: 5px;
  margin: 24px 0 28px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.quality-tab {
  min-width: 74px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.quality-tab.active {
  background: var(--ink);
  color: #fff;
}

.mode-copy {
  min-height: 166px;
  padding: 23px 25px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.6);
}

.mode-copy > span {
  color: var(--green-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mode-copy h3 {
  margin: 8px 0;
  font: 700 24px/1.2 var(--font-display);
}

.mode-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.process-map {
  position: relative;
  min-height: 560px;
}

.process-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 215px;
  height: 215px;
  transform: translate(-50%, -50%);
  display: grid;
  place-content: center;
  justify-items: center;
  border: 1px solid rgba(245, 184, 46, 0.55);
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 28px 70px rgba(7, 29, 22, 0.22);
}

.process-core::before,
.process-core::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(7, 29, 22, 0.12);
  border-radius: 50%;
}

.process-core::before {
  inset: -44px;
}

.process-core::after {
  inset: -82px;
}

.process-core svg {
  width: 54px;
  height: 54px;
  margin-bottom: 10px;
  fill: var(--gold);
}

.process-core strong {
  font: 800 17px/1 var(--font-display);
  letter-spacing: 0.13em;
}

.process-core small {
  margin-top: 6px;
  color: var(--gold-2);
  font: 600 7px/1 var(--font-display);
  letter-spacing: 0.21em;
}

.core-ring {
  position: absolute;
  inset: 11px;
  border: 1px dashed rgba(82, 230, 206, 0.35);
  border-radius: 50%;
  animation: slow-spin 22s linear infinite;
}

.process-node {
  position: absolute;
  z-index: 4;
  width: 150px;
  display: grid;
  gap: 3px;
  padding: 17px 19px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 253, 247, 0.88);
  box-shadow: 0 17px 40px rgba(7, 29, 22, 0.09);
  backdrop-filter: blur(9px);
}

.process-node > span {
  color: #b27b05;
  font: 800 9px/1 var(--font-display);
  letter-spacing: 0.1em;
}

.process-node strong {
  font: 700 16px/1.3 var(--font-display);
}

.process-node small {
  color: var(--muted);
  font-size: 10px;
}

.node-one { left: 0; top: 45px; }
.node-two { right: 0; top: 50px; }
.node-three { left: 0; bottom: 44px; }
.node-four { right: 0; bottom: 45px; }

.process-paths {
  position: absolute;
  inset: 20px 0;
  width: 100%;
  height: calc(100% - 40px);
  fill: none;
  stroke: rgba(23, 79, 54, 0.28);
  stroke-width: 1.4;
  stroke-dasharray: 7 7;
}

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

.story-controls {
  display: flex;
  gap: 8px;
  align-self: end;
}

.story-controls button {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.story-controls button:hover {
  transform: translateY(-2px);
  background: var(--ink);
  color: #fff;
}

.story-controls svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-stage {
  position: relative;
  min-height: 440px;
  display: grid;
  grid-template-columns: 0.28fr 0.72fr;
  align-items: center;
  padding: 60px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 5% 100%, rgba(245, 184, 46, 0.14), transparent 28%),
    var(--ink);
  color: #fff;
  overflow: hidden;
}

.story-stage::after {
  content: "";
  position: absolute;
  right: -130px;
  top: -130px;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(82, 230, 206, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(82, 230, 206, 0.025), 0 0 0 90px rgba(82, 230, 206, 0.02);
}

.quote-mark {
  align-self: start;
  color: var(--gold);
  font: 500 180px/0.7 Georgia, serif;
  opacity: 0.95;
}

.story-slides {
  position: relative;
  z-index: 2;
}

.story {
  display: none;
  margin: 0;
}

.story.active {
  display: block;
  animation: story-in 0.45s ease;
}

@keyframes story-in {
  from { opacity: 0; transform: translateX(22px); }
}

.story p {
  max-width: 760px;
  margin-bottom: 42px;
  font: 500 clamp(27px, 3.2vw, 43px)/1.35 var(--font-display);
  letter-spacing: -0.035em;
}

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

.story footer > span {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 184, 46, 0.4);
  border-radius: 50%;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 800;
}

.story footer div {
  display: grid;
  gap: 4px;
}

.story footer strong {
  font: 700 14px/1 var(--font-display);
}

.story footer small {
  color: rgba(255, 255, 255, 0.47);
  font-size: 11px;
}

.story-progress {
  position: absolute;
  z-index: 2;
  right: 54px;
  bottom: 42px;
  display: flex;
  gap: 7px;
}

.story-progress span {
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  transition: width 0.25s ease, background 0.25s ease;
}

.story-progress span.active {
  width: 52px;
  background: var(--gold);
}

.contact-section {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 29, 22, 0.96), rgba(7, 29, 22, 0.78)),
    url("assets/helena-future-field.png") center / cover fixed;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 88px;
  align-items: center;
}

.contact-copy > p {
  max-width: 540px;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
  line-height: 1.8;
}

.contact-points {
  display: grid;
  gap: 17px;
}

.contact-points > a,
.contact-point {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-points > a > span,
.contact-point > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 184, 46, 0.28);
  border-radius: 50%;
  background: rgba(245, 184, 46, 0.06);
  color: var(--gold);
}

.contact-points svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-points div > div,
.contact-points a > div {
  display: grid;
  gap: 3px;
}

.contact-points small {
  color: rgba(255, 255, 255, 0.43);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-points strong {
  font: 600 14px/1.4 var(--font-display);
}

.contact-form {
  padding: 33px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(21px);
}

.form-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.form-top > span {
  font: 700 12px/1 var(--font-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-top i {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--cyan);
  font-size: 10px;
  font-style: normal;
}

.form-top i::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form label,
.order-details label {
  display: grid;
  gap: 8px;
  margin-bottom: 15px;
}

.contact-form label > span,
.order-details label > span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.order-details input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  outline: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.contact-form input,
.contact-form select,
.order-details input {
  height: 49px;
  padding: 0 14px;
}

.contact-form textarea {
  padding: 13px 14px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.1);
}

.contact-form select option {
  color: var(--ink);
}

.full-button {
  width: 100%;
}

.form-status,
.order-status {
  min-height: 18px;
  margin: 11px 0 0;
  font-size: 12px;
}

.form-status {
  color: var(--gold-2);
  text-align: center;
}

.faq-section {
  padding: 120px 0;
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 90px;
}

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

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

.faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  font: 700 18px/1.4 var(--font-display);
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  font-size: 25px;
  font-weight: 400;
  transition: transform 0.25s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  padding: 0 40px 24px 0;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.site-footer {
  padding: 76px 0 22px;
  background: #04130e;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 1fr 1.2fr;
  gap: 50px;
  padding-bottom: 66px;
}

.footer-brand p,
.footer-order p {
  max-width: 280px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
  line-height: 1.7;
}

.footer-grid h3 {
  margin-bottom: 23px;
  color: var(--gold-2);
  font: 700 11px/1 var(--font-display);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-grid > div > a:not(.brand),
.footer-grid > div > span {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 13px;
}

.footer-grid > div > a:not(.brand):hover {
  color: #fff;
}

.footer-order p {
  margin: 0 0 18px;
}

.footer-order .button {
  min-height: 45px;
  padding: 10px 18px;
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.32);
  font-size: 11px;
}

.drawer-backdrop {
  position: fixed;
  z-index: 150;
  inset: 0;
  background: rgba(2, 12, 8, 0.62);
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(5px);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.drawer-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.order-drawer {
  position: fixed;
  z-index: 160;
  right: 0;
  top: 0;
  width: min(470px, 100%);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  box-shadow: -30px 0 90px rgba(0, 0, 0, 0.2);
  transform: translateX(105%);
  transition: transform 0.35s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.order-drawer.open {
  transform: translateX(0);
}

.drawer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  border-bottom: 1px solid var(--line);
}

.drawer-head .eyebrow {
  margin-bottom: 9px;
}

.drawer-head h2 {
  margin: 0;
  font: 700 31px/1 var(--font-display);
  letter-spacing: -0.045em;
}

.drawer-close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.drawer-body {
  flex: 1;
  padding: 25px 30px 40px;
  overflow-y: auto;
}

.empty-order {
  min-height: 430px;
  display: grid;
  justify-items: center;
  place-content: center;
  text-align: center;
}

.empty-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: rgba(245, 184, 46, 0.16);
}

.empty-icon svg {
  width: 37px;
  fill: var(--gold);
}

.empty-order h3 {
  margin-bottom: 8px;
  font: 700 21px/1.2 var(--font-display);
}

.empty-order p {
  max-width: 320px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.order-items,
.order-details {
  display: none;
}

.has-items .empty-order {
  display: none;
}

.has-items .order-items,
.has-items .order-details {
  display: block;
}

.order-item {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.order-item-icon {
  width: 52px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--cream);
  color: #c47e07;
}

.order-item-icon svg {
  width: 27px;
  fill: currentColor;
}

.order-item-info {
  display: grid;
  gap: 4px;
}

.order-item-info strong {
  font: 700 14px/1.2 var(--font-display);
}

.order-item-info button {
  width: max-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a05b46;
  font-size: 10px;
  cursor: pointer;
}

.qty-control {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.qty-control button {
  width: 31px;
  height: 31px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.qty-control span {
  min-width: 23px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.order-details {
  margin-top: 27px;
  padding-top: 25px;
  border-top: 2px solid var(--ink);
}

.order-details label > span {
  color: var(--muted);
}

.order-details input {
  border-color: var(--line);
  color: var(--ink);
  background: #fff;
}

.order-details > p {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.order-status {
  color: #a05b46;
  text-align: center;
}

.toast {
  position: fixed;
  z-index: 180;
  left: 50%;
  bottom: 24px;
  min-width: 330px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.toast-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 20px;
}

.toast > div {
  display: grid;
  gap: 3px;
}

.toast strong {
  font-size: 13px;
}

.toast small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

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

.benefit-card:nth-child(2),
.product-card:nth-child(2) { transition-delay: 0.08s; }
.benefit-card:nth-child(3),
.product-card:nth-child(3) { transition-delay: 0.16s; }
.benefit-card:nth-child(4),
.product-card:nth-child(4) { transition-delay: 0.24s; }

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

@media (max-width: 1100px) {
  .nav-shell {
    gap: 24px;
  }

  .site-nav {
    gap: 20px;
  }

  .hero-content {
    grid-template-columns: 1.18fr 0.82fr;
  }

  .hero-orbit {
    width: 390px;
    transform: translateX(50px);
  }

  .orbit-main {
    width: 175px;
    height: 175px;
  }

  .orbit-main strong {
    font-size: 44px;
  }

  .benefit-grid,
  .product-showcase {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-card {
    min-height: 330px;
  }

  .quality-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 45px;
  }

  .contact-layout {
    gap: 50px;
  }
}

@media (max-width: 850px) {
  .nav-shell {
    height: 72px;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: 10px;
  }

  .menu-toggle {
    grid-column: 4;
    grid-row: 1;
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
  }

  .menu-toggle > span:not(.sr-only) {
    width: 18px;
    height: 1px;
    background: #fff;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .menu-open .menu-toggle > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-open .menu-toggle > span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 72px 0 auto;
    height: calc(100dvh - 72px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 50px 24px;
    background: rgba(7, 29, 22, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

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

  .site-nav a {
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font: 600 25px/1.2 var(--font-display);
  }

  .site-nav a::after {
    display: none;
  }

  .nav-order {
    grid-column: 3;
    grid-row: 1;
    min-width: 0;
    display: inline-flex;
    padding: 8px 8px 8px 13px;
    gap: 7px;
    font-size: 11px;
    white-space: nowrap;
  }

  .nav-order .cart-count {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .hero {
    min-height: 840px;
    height: auto;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .hero-copy {
    max-width: 680px;
    position: relative;
    z-index: 2;
  }

  .hero h1 {
    font-size: clamp(62px, 13vw, 100px);
  }

  .hero-orbit {
    position: absolute;
    z-index: 0;
    right: -110px;
    bottom: -180px;
    width: 520px;
    opacity: 0.52;
  }

  .split-heading,
  .quality-layout,
  .contact-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 26px;
  }

  .quality-layout,
  .contact-layout,
  .faq-layout {
    gap: 60px;
  }

  .process-map {
    min-height: 560px;
  }

  .contact-section {
    background-attachment: scroll;
  }

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

  .footer-order {
    grid-column: 1 / -1;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 600px) {
  .container,
  .nav-shell {
    width: min(1180px, calc(100% - 30px));
  }

  .section {
    padding: 90px 0;
  }

  .nav-shell {
    height: 66px;
    width: calc(100% - 20px);
    gap: 6px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .brand {
    gap: 7px;
  }

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

  .brand small {
    font-size: 5px;
  }

  .nav-order {
    min-height: 38px;
    padding: 6px 6px 6px 9px;
    font-size: 9px;
  }

  .nav-order .cart-count {
    width: 22px;
    height: 22px;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .site-nav {
    inset: 66px 0 auto;
    height: calc(100dvh - 66px);
  }

  .hero {
    min-height: 770px;
  }

  .hero-media {
    background-position: 57% center;
  }

  .hero-media::after {
    background: linear-gradient(90deg, rgba(3, 19, 13, 0.91), rgba(3, 19, 13, 0.28)), linear-gradient(180deg, rgba(3, 17, 12, 0.45), transparent 55%, rgba(3, 17, 12, 0.8));
  }

  .hero-content {
    padding-top: 118px;
    padding-bottom: 100px;
  }

  .hero h1 {
    margin-bottom: 20px;
    font-size: clamp(53px, 15vw, 64px);
    line-height: 0.94;
  }

  .hero-copy > p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-trust {
    margin-top: 36px;
  }

  .hero-trust > div {
    min-width: 0;
    flex: 1;
    padding: 0 13px;
  }

  .hero-trust strong {
    font-size: 14px;
  }

  .hero-trust span {
    font-size: 9px;
  }

  .hero-orbit {
    display: block;
    width: 330px;
    right: 35px;
    bottom: -135px;
    opacity: 0.72;
    transform: none;
    pointer-events: none;
  }

  .hero-orbit .orbit-main {
    width: 126px;
    height: 126px;
  }

  .hero-orbit .orbit-main strong {
    font-size: 25px;
  }

  .hero-orbit .orbit-label,
  .hero-orbit .orbit-status {
    font-size: 7px;
  }

  .hero-orbit .orbit-vitamin,
  .hero-orbit .orbit-heart {
    display: none;
  }

  .scroll-cue {
    display: none;
  }

  .section-heading h2,
  .quality-copy h2,
  .contact-copy h2,
  .faq-heading h2 {
    font-size: 42px;
  }

  .split-heading {
    margin-bottom: 42px;
  }

  .benefit-grid,
  .product-showcase {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    min-height: 305px;
  }

  .centered {
    margin-bottom: 45px;
  }

  .product-card.product-featured {
    transform: none;
  }

  .product-visual {
    height: 295px;
  }

  .quality-layout {
    gap: 35px;
  }

  .quality-tabs {
    width: 100%;
  }

  .quality-tab {
    flex: 1;
    min-width: 0;
  }

  .process-map {
    min-height: 590px;
  }

  .process-core {
    width: 170px;
    height: 170px;
  }

  .process-core::before {
    inset: -28px;
  }

  .process-core::after {
    inset: -54px;
  }

  .process-node {
    width: 126px;
    padding: 13px;
  }

  .node-one { top: 18px; }
  .node-two { top: 28px; }
  .node-three { bottom: 18px; }
  .node-four { bottom: 26px; }

  .story-stage {
    min-height: 510px;
    grid-template-columns: 1fr;
    align-items: start;
    padding: 34px 25px 70px;
  }

  .quote-mark {
    height: 80px;
    font-size: 120px;
  }

  .story p {
    margin-bottom: 32px;
    font-size: 25px;
  }

  .story-progress {
    left: 25px;
    right: auto;
    bottom: 32px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form {
    padding: 23px 18px;
  }

  .faq-section {
    padding: 90px 0;
  }

  .faq-layout {
    gap: 35px;
  }

  .faq-list summary {
    font-size: 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 25px;
  }

  .footer-brand,
  .footer-order {
    grid-column: 1 / -1;
  }

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

  .drawer-head,
  .drawer-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .toast {
    min-width: 0;
    width: calc(100% - 30px);
  }
}

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

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