﻿:root {
  --forest: #0b3728;
  --forest-2: #18573c;
  --leaf: #347d4a;
  --sun: #f7c934;
  --sun-2: #ffdf63;
  --orange: #e87432;
  --paper: #ecd6ad;
  --paper-2: #fff4d8;
  --kraft: #ae7d47;
  --ink: #14231b;
  --muted: rgba(24, 34, 27, .62);
  --cream: #fff7df;
  --white: #fffaf0;
  --line: rgba(17, 61, 42, .18);
  --shadow: 0 32px 90px rgba(10, 38, 25, .22);
  --hard-shadow: 12px 12px 0 rgba(17, 61, 42, .18);
  --radius: 8px;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Bricolage Grotesque", "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Inter", "Helvetica Neue", Arial, sans-serif;
}

/* Farm Minerals reference pass: muted olive palette, thin typography, soft scroll ambience. */
:root {
  --forest: #253815;
  --forest-2: #405426;
  --leaf: #7d8e52;
  --sun: #f4f0e8;
  --sun-2: #c6ce82;
  --orange: #f4f0e8;
  --paper: #ece7df;
  --paper-2: #f4f0e8;
  --kraft: #a4ad6f;
  --ink: #f4f0e8;
  --muted: rgba(244, 240, 232, .72);
  --cream: #f4f0e8;
  --white: #fbf7ee;
  --line: rgba(244, 240, 232, .2);
  --shadow: 0 34px 90px rgba(18, 28, 9, .34);
  --hard-shadow: none;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Bricolage Grotesque", "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Inter", "Helvetica Neue", Arial, sans-serif;
}

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

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 20% 0%, rgba(244, 196, 48, .22), transparent 26rem),
    radial-gradient(circle at 85% 22%, rgba(52, 125, 74, .12), transparent 28rem),
    linear-gradient(90deg, rgba(17, 61, 42, .045) 1px, transparent 1px),
    linear-gradient(rgba(17, 61, 42, .045) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 42px 42px, 42px 42px, auto;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

button,
input {
  font: inherit;
}

button {
  border: 0;
  color: inherit;
  background: none;
  cursor: pointer;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

.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;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(110deg, rgba(244, 240, 232, .035), transparent 28%, rgba(198, 206, 130, .06) 52%, transparent 76%),
    linear-gradient(145deg, #10180e 0%, #172310 54%, #273915 100%);
  pointer-events: auto;
  opacity: 1;
  --intro-ease: cubic-bezier(.76, 0, .24, 1);
  --intro-soft: cubic-bezier(.16, 1, .3, 1);
  transition: opacity .62s var(--intro-soft), visibility .62s var(--intro-soft);
}

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

.intro::before {
  inset: 22% 0;
  background: linear-gradient(90deg, transparent 16%, rgba(244, 240, 232, .09) 48%, rgba(198, 206, 130, .06) 54%, transparent 84%);
  opacity: .22;
  transform: translateY(8px);
  filter: blur(18px);
}

.intro::after {
  background:
    linear-gradient(90deg, rgba(244, 240, 232, .035) 1px, transparent 1px),
    linear-gradient(rgba(244, 240, 232, .025) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .18;
}

.intro::before,
.intro.is-breathing::before {
  animation: introAmbientBreath 2s ease-in-out infinite;
}

.intro.is-opening,
.intro.is-complete {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.intro.is-hidden {
  display: none;
}

.intro-grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: .12;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 247, 223, .06) 1px, transparent 1px),
    linear-gradient(rgba(255, 247, 223, .04) 1px, transparent 1px);
  background-size: 54px 54px;
  mix-blend-mode: screen;
}

.intro-stage {
  position: fixed;
  inset: 0;
  z-index: 3;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 16px;
  padding: 32px;
  color: var(--cream);
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: introStageBreath 2s ease-in-out infinite;
  transition:
    opacity .7s var(--intro-soft),
    transform .9s var(--intro-soft),
    filter .8s ease;
}

.intro.is-breathing .intro-stage {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: introStageBreath 2s ease-in-out infinite;
}

.intro.is-opening .intro-stage {
  animation: none;
  opacity: 0;
  transform: translateY(-4px) scale(.985);
  filter: blur(2px);
  transition-duration: .5s;
}

.intro.is-opening .intro-logo,
.intro.is-opening .intro-copy {
  animation: none;
}

.intro-mark {
  position: relative;
  width: auto;
  display: grid;
  place-items: center;
}

.intro-logo {
  width: clamp(58px, 5.6vw, 82px);
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1) sepia(12%) saturate(466%) hue-rotate(9deg) brightness(1.04);
  opacity: .92;
  transform: scale(.96);
  animation: introLogoBreath 2s ease-in-out infinite;
  transition: transform .8s var(--intro-soft), opacity .45s ease;
}

.intro.is-breathing .intro-logo {
  transform: scale(1);
  animation: introLogoBreath 2s ease-in-out infinite;
}

.intro-copy {
  display: grid;
  place-items: center;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(0);
  opacity: 1;
  animation: introCopyBreath 2s ease-in-out infinite;
  transition: opacity .62s ease, transform .72s var(--intro-soft);
}

.intro.is-breathing .intro-copy {
  opacity: 1;
  transform: translateY(0);
  animation: introCopyBreath 2s ease-in-out infinite;
}

.intro-copy small {
  position: relative;
  display: block;
  font-size: clamp(10px, .9vw, 12px);
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.3;
  color: rgba(244, 240, 232, .68);
  white-space: nowrap;
}

body.is-intro-active {
  overflow: hidden;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 22px 42px;
  color: var(--cream);
  transition: color .25s ease, background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}

.site-header.scrolled {
  color: var(--forest);
  background: rgba(243, 223, 189, .9);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 var(--line);
}

.brand,
.desktop-nav,
.header-actions,
.site-footer nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  justify-self: start;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.site-header:not(.scrolled) .brand img,
.footer-brand img {
  filter: brightness(0) invert(1);
}

.brand span {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.desktop-nav {
  justify-self: center;
  gap: 28px;
}

.desktop-nav a,
.site-footer nav a,
.text-link {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.desktop-nav a,
.text-link,
.site-footer nav a {
  opacity: .82;
  transition: opacity .2s ease, transform .2s ease;
}

.desktop-nav a:hover,
.text-link:hover,
.site-footer nav a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.header-actions {
  justify-self: end;
  gap: 16px;
}

.icon-link,
.menu-button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
}

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

.menu-button {
  display: none;
  gap: 5px;
}

.menu-button span {
  width: 24px;
  height: 2px;
  background: currentColor;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 24px;
  color: var(--sun);
  background: rgba(17, 61, 42, .97);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px);
  transition: opacity .28s ease, visibility .28s ease, transform .28s ease;
}

.mobile-drawer.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-drawer a {
  font-family: var(--font-display);
  font-size: clamp(28px, 9vw, 56px);
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  gap: 36px;
  padding: 118px 64px 72px;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(17, 61, 42, .98), rgba(13, 47, 32, .92)),
    var(--forest);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background:
    linear-gradient(30deg, transparent 47%, rgba(255, 255, 255, .35) 49%, transparent 51%) 0 0 / 54px 54px,
    linear-gradient(150deg, transparent 47%, rgba(255, 255, 255, .28) 49%, transparent 51%) 0 0 / 54px 54px;
}

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

.label {
  margin: 0;
  color: var(--sun);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero h1 {
  display: grid;
  margin: 14px 0 20px;
  font-family: var(--font-display);
  font-size: clamp(56px, 12vw, 170px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.hero h1 span:first-child {
  color: var(--cream);
}

.hero h1 strong {
  color: var(--sun);
  font-size: 1.18em;
  font-weight: inherit;
  text-shadow: 10px 10px 0 rgba(232, 116, 50, .72);
}

.hero h1 span:last-child {
  justify-self: end;
  color: var(--cream);
}

.hero-sub {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 249, 232, .82);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.45;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

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

.button.primary,
.button.dark {
  color: var(--forest);
  border-color: var(--sun);
  background: var(--sun);
  box-shadow: 7px 7px 0 rgba(232, 116, 50, .85);
}

.button.primary:hover,
.button.dark:hover {
  box-shadow: 3px 3px 0 rgba(232, 116, 50, .85);
}

.button.ghost {
  color: var(--cream);
  border-color: rgba(255, 249, 232, .55);
}

.button.ghost:hover {
  color: var(--forest);
  background: var(--cream);
}

.hero-visual {
  min-height: 620px;
  display: grid;
  place-items: center;
}

.visual-card {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 4 / 5;
  transform: rotate(-3deg);
  animation: floatStill 7s ease-in-out infinite;
}

.gift-box {
  position: absolute;
  inset: 18% 8% 10%;
  overflow: hidden;
  border: 2px solid rgba(255, 249, 232, .4);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(17, 61, 42, .07) 1px, transparent 1px),
    linear-gradient(rgba(17, 61, 42, .07) 1px, transparent 1px),
    linear-gradient(145deg, #d8aa6d, #f3dfbd 48%, #c28e52);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: var(--shadow);
}

.gift-lid {
  height: 28%;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: var(--forest);
  border-bottom: 14px solid var(--sun);
}

.gift-lid span {
  font-family: var(--font-display);
  font-size: 42px;
  text-transform: uppercase;
}

.ribbon {
  position: absolute;
  z-index: 4;
  background: var(--sun);
  box-shadow: 0 18px 38px rgba(10, 38, 25, .24);
}

.ribbon-top {
  left: 0;
  right: 0;
  top: 38%;
  height: 34px;
  transform: rotate(7deg);
}

.ribbon-side {
  top: 4%;
  bottom: 0;
  left: 47%;
  width: 34px;
  transform: rotate(7deg);
}

.soap-stack {
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 10%;
  height: 48%;
}

.soap {
  position: absolute;
  width: 56%;
  height: 34%;
  display: grid;
  place-items: center;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(17, 61, 42, .22);
}

.soap span {
  color: var(--forest);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.soap-a {
  left: 5%;
  top: 6%;
  background: linear-gradient(135deg, #fff6dc, #f0d49c);
  transform: rotate(-8deg);
}

.soap-b {
  right: 4%;
  top: 28%;
  background: linear-gradient(135deg, #f7c66a, #e87432);
  transform: rotate(7deg);
}

.soap-c {
  left: 18%;
  bottom: 3%;
  background: linear-gradient(135deg, #d7e3b1, #61a463);
  transform: rotate(-2deg);
}

.gift-card {
  position: absolute;
  right: 7%;
  bottom: 8%;
  width: 38%;
  min-height: 96px;
  padding: 13px;
  color: var(--forest);
  background: var(--cream);
  border-radius: 8px;
  transform: rotate(6deg);
}

.gift-card small,
.gift-card strong {
  display: block;
}

.gift-card small {
  margin-bottom: 7px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
}

.gift-card strong {
  font-size: 18px;
  line-height: 1.04;
}

.orange,
.drop,
.leaf,
.sun-disc {
  position: absolute;
  pointer-events: none;
}

.orange {
  right: -2%;
  bottom: 12%;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--sun-2), var(--orange) 70%);
  box-shadow: 0 24px 44px rgba(232, 116, 50, .35);
}

.drop {
  width: 12px;
  height: 28px;
  border-radius: 99px;
  background: rgba(255, 249, 232, .55);
}

.drop-a {
  left: 10%;
  top: 25%;
  transform: rotate(28deg);
}

.drop-b {
  right: 20%;
  top: 8%;
  transform: rotate(-16deg);
}

.leaf {
  z-index: 1;
  width: 250px;
  height: 110px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, rgba(47, 138, 79, .9), rgba(244, 196, 48, .25));
  filter: blur(.1px);
  opacity: .62;
}

.leaf::after {
  content: "";
  position: absolute;
  inset: 50% 8% auto;
  height: 2px;
  background: rgba(255, 249, 232, .45);
  transform: rotate(-20deg);
}

.leaf-a {
  left: -70px;
  top: 20%;
  transform: rotate(-35deg);
  animation: swayA 9s ease-in-out infinite;
}

.leaf-b {
  right: -80px;
  top: 18%;
  transform: rotate(142deg);
  animation: swayB 10s ease-in-out infinite;
}

.leaf-c {
  right: 8%;
  bottom: 2%;
  transform: rotate(22deg);
  opacity: .34;
  animation: swayA 11s ease-in-out infinite;
}

.sun-disc {
  right: 36%;
  top: 12%;
  width: clamp(180px, 22vw, 330px);
  height: clamp(180px, 22vw, 330px);
  border-radius: 50%;
  background: var(--sun);
  mix-blend-mode: screen;
  opacity: .24;
  animation: sunSweep 9s ease-in-out infinite;
}

.promise-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 2px solid var(--forest);
  border-bottom: 2px solid var(--forest);
  background: var(--sun);
}

.promise-bar div {
  min-height: 100px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  padding: 18px;
  text-align: center;
  border-right: 2px solid var(--forest);
}

.promise-bar div:last-child {
  border-right: 0;
}

.promise-bar strong {
  font-family: var(--font-display);
  font-size: clamp(16px, 2vw, 26px);
  line-height: .9;
}

.promise-bar span {
  font-size: 13px;
  font-weight: 900;
}

.story-section,
.shop-section,
.gift-section,
.scent-section,
.process-section,
.reviews {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
}

.story-section {
  padding: 110px 0 78px;
}

.story-kicker {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  margin-bottom: 42px;
  border-bottom: 2px solid var(--forest);
  font-family: var(--font-serif);
  font-size: clamp(28px, 4.6vw, 68px);
  font-style: italic;
  font-weight: 400;
  line-height: .9;
  color: var(--forest);
}

.story-layout,
.gift-section,
.process-section .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: start;
}

h2 {
  margin: 0;
  color: var(--forest);
  font-family: var(--font-display);
  font-size: clamp(34px, 6vw, 82px);
  line-height: .92;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.story-text {
  display: grid;
  gap: 22px;
}

.story-text p,
.gift-copy > p,
.process-section .split > p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 600;
  line-height: 1.7;
}

.campaign-strip {
  width: min(1220px, calc(100% - 72px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto 116px;
}

.campaign-panel {
  min-height: 300px;
  display: grid;
  align-content: end;
  padding: 28px;
  border: 2px solid var(--forest);
  box-shadow: var(--hard-shadow);
}

.campaign-panel span {
  font-family: var(--font-display);
  font-size: 64px;
  line-height: .8;
}

.campaign-panel h3 {
  margin: 22px 0 8px;
  font-family: var(--font-display);
  font-size: 40px;
  line-height: .9;
  text-transform: uppercase;
}

.campaign-panel p {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.panel-green {
  color: var(--cream);
  background: var(--forest);
}

.panel-yellow {
  color: var(--forest);
  background: var(--sun);
}

.panel-paper {
  color: var(--forest);
  background: var(--cream);
}

.section-head {
  display: grid;
  gap: 18px;
  margin-bottom: 42px;
}

.section-head.split {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 20px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--forest);
  background: var(--cream);
  box-shadow: var(--hard-shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 7px 7px 0 rgba(17, 61, 42, .18);
}

.product-hot {
  grid-row: span 2;
}

.badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  padding: 8px 12px;
  color: var(--forest);
  background: var(--sun);
  border: 2px solid var(--forest);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-art {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.product-hot .product-art {
  min-height: 520px;
}

.product-art::before,
.product-art::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.product-art::before {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: rgba(244, 196, 48, .68);
}

.product-art::after {
  width: 150px;
  height: 70px;
  border-radius: 100% 0 100% 0;
  background: rgba(17, 61, 42, .78);
  transform: translate(84px, -84px) rotate(-20deg);
}

.art-hinoki {
  background: linear-gradient(135deg, #f6e2b7, #d59a51);
}

.art-mango {
  background: linear-gradient(135deg, #ffd95a, #e87432);
}

.art-rain {
  background: linear-gradient(135deg, #d7e8b5, #1d6040);
}

.art-orange {
  background: linear-gradient(135deg, #ffe8a8, #f1a33d 48%, #e87432);
}

.art-cedar {
  background: linear-gradient(135deg, #f1ddaf, #a97942 48%, #113d2a);
}

.art-gift {
  background: linear-gradient(135deg, #f3dfbd, #f4c430 50%, #113d2a);
}

.product-art em {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 7px 10px;
  color: var(--forest);
  background: var(--sun);
  border: 2px solid var(--forest);
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.soap-object {
  width: min(260px, 68%);
  aspect-ratio: 1.45 / 1;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background:
    linear-gradient(120deg, transparent 40%, rgba(255,255,255,.42) 41%, transparent 58%),
    linear-gradient(135deg, #fff8dc, #f1d096);
  box-shadow: 0 28px 50px rgba(17, 61, 42, .24);
  transform: rotate(-7deg);
}

.art-mango .soap-object {
  background: linear-gradient(135deg, #ffeab1, #ea8d42);
  transform: rotate(6deg);
}

.art-rain .soap-object {
  background: linear-gradient(135deg, #eff4ce, #7aac5c);
  transform: rotate(-2deg);
}

.soap-object span {
  min-width: 54%;
  padding: 10px 14px;
  color: var(--cream);
  background: var(--forest);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 18px;
  text-align: center;
}

.product-info {
  padding: 24px;
}

.product-info p {
  margin: 0 0 10px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-info h3 {
  margin: 0 0 14px;
  color: var(--forest);
  font-size: clamp(24px, 3vw, 42px);
  line-height: .98;
}

.product-info ul {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.product-info div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.product-info strong {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--forest);
}

.product-info a,
.product-info button {
  color: var(--forest);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--forest);
}

.product-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.product-detail-page {
  min-height: auto;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 112px 4vw 78px;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(26px, 3.2vw, 44px);
  align-items: start;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(12, 30, 21, .94), rgba(16, 58, 39, .9)),
    var(--forest);
}

.product-detail-media {
  position: sticky;
  top: 86px;
  width: 100%;
  max-width: 620px;
  justify-self: end;
  padding: clamp(12px, 1.5vw, 18px);
  border: 1px solid rgba(244, 240, 232, .18);
  background:
    linear-gradient(180deg, rgba(244, 240, 232, .09), rgba(244, 240, 232, .035)),
    rgba(244, 240, 232, .04);
}

.product-detail-media .product-art {
  min-height: clamp(360px, 38vw, 560px);
  border: 0;
}

.product-media-gallery {
  display: grid;
  gap: 12px;
}

.product-media-stage {
  position: relative;
  height: clamp(420px, 58vh, 600px);
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, .16);
  background: rgba(8, 26, 18, .5);
}

.product-media-stage::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(5, 18, 12, .68));
  pointer-events: none;
}

.product-media-stage img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: opacity .24s ease, transform .5s ease;
}

.product-media-stage img.is-changing {
  opacity: .32;
  transform: scale(1.015);
}

.product-media-stage figcaption {
  position: absolute;
  z-index: 1;
  left: clamp(16px, 2vw, 24px);
  right: clamp(16px, 2vw, 24px);
  bottom: clamp(14px, 2vw, 22px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
  color: var(--cream);
  text-transform: uppercase;
}

.product-media-stage figcaption span {
  color: rgba(244, 240, 232, .72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.product-media-stage figcaption strong {
  max-width: 48%;
  overflow: hidden;
  color: var(--sun);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-media-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.product-media-thumb {
  position: relative;
  aspect-ratio: 1 / .78;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(244, 240, 232, .18);
  background: rgba(244, 240, 232, .08);
}

.product-media-thumb::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 2px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}

.product-media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .68;
  transition: opacity .2s ease, transform .32s ease;
}

.product-media-thumb:hover img,
.product-media-thumb:focus-visible img,
.product-media-thumb.is-active img {
  opacity: 1;
}

.product-media-thumb:hover img,
.product-media-thumb:focus-visible img {
  transform: scale(1.04);
}

.product-media-thumb.is-active::after {
  border-color: var(--sun);
  background: rgba(226, 185, 73, .08);
}

.product-media-thumb:focus-visible {
  outline: 2px solid var(--sun);
  outline-offset: 3px;
}

.product-detail-copy {
  display: grid;
  gap: 14px;
  max-width: 720px;
  padding-top: 4px;
}

.product-detail-intro {
  display: grid;
  gap: 12px;
}

.product-detail-copy h1 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(40px, 4.6vw, 68px);
  line-height: .98;
}

.product-detail-subtitle {
  margin: 0;
  color: rgba(244, 240, 232, .92);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.34;
}

.product-detail-desc {
  margin: 0;
  max-width: 62ch;
  color: rgba(244, 240, 232, .78);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.48;
}

.product-detail-review {
  margin: 0;
  max-width: 58ch;
  color: rgba(244, 240, 232, .92);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

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

.product-detail-meta {
  padding: 16px 18px;
  background: rgba(244, 240, 232, .06);
  border: 1px solid rgba(244, 240, 232, .16);
}

.product-detail-meta span {
  display: block;
  margin-bottom: 8px;
  color: rgba(244, 240, 232, .64);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-detail-meta strong {
  color: var(--cream);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.product-detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-detail-chip {
  padding: 9px 12px;
  color: var(--forest);
  background: var(--sun);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-detail-notes {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgba(244, 240, 232, .86);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.product-detail-section {
  display: grid;
  gap: 12px;
  padding-top: 6px;
}

.product-detail-section h2 {
  margin: 0;
  color: var(--cream);
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-commerce-section {
  padding-top: 4px;
}

.product-facts-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-ingredient-panel,
.product-care-grid article,
.product-checkout-assurance,
.product-info-accordion {
  padding: 18px;
  border: 1px solid rgba(244, 240, 232, .16);
  background: rgba(244, 240, 232, .06);
}

.product-ingredient-panel p,
.product-care-grid p,
.product-info-accordion p {
  margin: 0;
  color: rgba(244, 240, 232, .76);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.62;
}

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

.product-care-grid article {
  display: grid;
  gap: 8px;
}

.product-care-grid span {
  color: var(--sun);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-detail-accordion-group {
  gap: 10px;
}

.product-info-accordion {
  padding: 0;
}

.product-info-accordion summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  cursor: pointer;
  color: var(--cream);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-info-accordion summary::after {
  content: "+";
  color: var(--sun);
  font-size: 20px;
  line-height: 1;
}

.product-info-accordion[open] summary::after {
  content: "-";
}

.product-info-accordion > p,
.product-info-accordion-grid {
  padding: 0 16px 16px;
}

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

.product-info-accordion-grid article {
  display: grid;
  gap: 6px;
}

.product-info-accordion-grid span {
  color: var(--sun);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-trust-row,
.product-checkout-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-checkout-assurance {
  padding: 14px;
}

.product-trust-row span,
.product-checkout-assurance span,
.product-checkout-assurance a {
  padding: 8px 10px;
  color: var(--forest);
  background: var(--cream);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-checkout-assurance a {
  color: var(--forest);
  background: var(--sun);
}

.product-detail-buy {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(244, 240, 232, .16);
  background: rgba(244, 240, 232, .07);
}

.product-detail-buy strong {
  color: var(--sun);
  font-family: var(--font-display);
  font-size: clamp(32px, 3.4vw, 48px);
}

.product-detail-buy form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.product-detail-buy .quantity input,
.cart-item .quantity input {
  width: 76px;
  min-height: 46px;
  padding: 0 12px;
  color: var(--forest);
  background: var(--cream);
  border: 1px solid rgba(244, 240, 232, .32);
  font: inherit;
  font-weight: 850;
}

.product-detail-buy .single_add_to_cart_button,
.zikoiii-add-button,
.checkout-button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  min-height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 0 18px;
  color: var(--forest);
  background: var(--sun);
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-detail-buy .single_add_to_cart_button::before,
.product-detail-buy .single_add_to_cart_button::after,
.product-detail-buy .button::before,
.product-detail-buy .button::after {
  content: none;
  margin: 0;
}

.product-info .zikoiii-add-button {
  min-height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
}

.product-back-link {
  justify-self: start;
  color: var(--cream);
}

.gift-section {
  padding: 122px 0;
  align-items: center;
}

.gift-copy {
  display: grid;
  gap: 24px;
}

.gift-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gift-list span {
  padding: 10px 14px;
  color: var(--forest);
  background: var(--sun);
  border: 2px solid var(--forest);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.gift-still {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(244, 196, 48, .55), transparent 18rem),
    var(--forest);
  border: 2px solid var(--forest);
  box-shadow: var(--hard-shadow);
  overflow: hidden;
}

.gift-still::before,
.gift-still::after {
  content: "";
  position: absolute;
  border-radius: 100% 0 100% 0;
  background: var(--leaf);
}

.gift-still::before {
  width: 220px;
  height: 92px;
  left: -40px;
  top: 58px;
  transform: rotate(-18deg);
}

.gift-still::after {
  width: 260px;
  height: 105px;
  right: -48px;
  bottom: 62px;
  transform: rotate(165deg);
}

.paper-box {
  position: relative;
  z-index: 2;
  width: min(360px, 72%);
  min-height: 310px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 14px;
  padding: 38px;
  color: var(--forest);
  background:
    linear-gradient(90deg, rgba(17, 61, 42, .06) 1px, transparent 1px),
    linear-gradient(rgba(17, 61, 42, .06) 1px, transparent 1px),
    var(--paper);
  background-size: 24px 24px;
  border: 2px solid var(--cream);
  transform: rotate(-4deg);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
}

.paper-box img {
  width: 64px;
}

.paper-box strong {
  font-size: 12px;
  letter-spacing: .12em;
}

.paper-box span {
  font-family: var(--font-display);
  font-size: 58px;
  line-height: .85;
}

.tape {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  background: var(--sun);
}

.note-card {
  position: absolute;
  z-index: 3;
  right: 9%;
  top: 14%;
  padding: 22px 20px;
  color: var(--forest);
  background: var(--sun);
  border: 2px solid var(--forest);
  font-size: 26px;
  font-weight: 900;
  transform: rotate(9deg);
}

.botanical-sprig {
  position: absolute;
  z-index: 3;
  left: 11%;
  bottom: 10%;
  width: 180px;
  height: 80px;
  border-radius: 100% 0 100% 0;
  background: var(--leaf);
  transform: rotate(-24deg);
}

.scent-section {
  padding: 12px 0 120px;
}

.scent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.scent-grid article,
.process-grid div,
.reviews {
  border: 2px solid var(--forest);
  background: var(--cream);
  box-shadow: var(--hard-shadow);
}

.scent-grid article {
  min-height: 360px;
  display: grid;
  align-content: space-between;
  padding: 28px;
}

.scent-grid span,
.process-grid span {
  width: max-content;
  padding: 9px 12px;
  color: var(--forest);
  background: var(--sun);
  border: 2px solid var(--forest);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.scent-grid h3 {
  margin: 70px 0 12px;
  color: var(--forest);
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 54px);
  font-style: italic;
  font-weight: 400;
  line-height: .94;
}

.scent-grid p,
.process-grid p,
.reviews p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.process-section {
  padding-bottom: 110px;
}

.process-section h2 {
  max-width: 720px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1;
  letter-spacing: -.04em;
}

.process-section .section-head {
  margin-bottom: 34px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.process-grid div {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.process-grid strong {
  color: var(--forest);
  font-family: var(--font-display);
  font-size: 40px;
  line-height: .9;
  text-transform: uppercase;
}

.reviews {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 42px;
  margin-bottom: 116px;
  color: var(--cream);
  background: var(--forest);
}

.reviews h2 {
  color: var(--sun);
  font-family: var(--font-serif);
  font-size: clamp(40px, 6vw, 86px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.reviews div {
  display: grid;
  gap: 18px;
}

.reviews p {
  color: rgba(255, 249, 232, .84);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 249, 232, .2);
}

.trust-reviews {
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
}

.trust-reviews .reviews-lead {
  align-content: start;
}

.trust-reviews .reviews-lead p {
  border: 0;
}

.review-cards {
  display: grid;
  gap: 14px;
}

.review-cards article {
  display: grid;
  gap: 12px;
  padding: 18px;
  color: var(--forest);
  background: rgba(255, 249, 232, .08);
  border: 1px solid rgba(255, 249, 232, .18);
}

.review-cards .stars {
  color: var(--sun);
  font-size: 15px;
  letter-spacing: .08em;
}

.review-cards p {
  padding: 0;
  border: 0;
}

.review-cards footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: center;
}

.review-cards footer strong {
  color: var(--cream);
  font-size: 13px;
  font-weight: 900;
}

.review-cards footer span {
  color: rgba(255, 249, 232, .62);
  font-size: 12px;
  font-weight: 800;
}

.newsletter {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 86px 28px;
  text-align: center;
  color: var(--forest);
  background: var(--sun);
  border-top: 2px solid var(--forest);
  border-bottom: 2px solid var(--forest);
}

.newsletter .label {
  color: var(--forest);
}

.newsletter h2 {
  max-width: 900px;
}

.newsletter form {
  display: grid;
  grid-template-columns: minmax(0, 420px) auto;
  gap: 10px;
  width: min(560px, 100%);
  margin-top: 14px;
}

.newsletter input {
  min-width: 0;
  min-height: 56px;
  padding: 0 18px;
  color: var(--forest);
  background: var(--cream);
  border: 2px solid var(--forest);
  border-radius: 999px;
  outline: none;
}

.newsletter button {
  min-height: 56px;
  padding: 0 26px;
  color: var(--cream);
  background: var(--forest);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.newsletter-note {
  max-width: 620px;
  margin: 0;
  color: rgba(17, 61, 42, .72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.cart-count {
  display: none;
  min-width: 20px;
  height: 20px;
  place-items: center;
  margin-left: 6px;
  padding: 0 6px;
  color: var(--forest);
  background: var(--sun);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.page-hero {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 150px 0 70px;
}

.page-hero h1 {
  max-width: 1040px;
  margin: 14px 0 18px;
  color: var(--forest);
  font-family: var(--font-display);
  font-size: clamp(48px, 9vw, 128px);
  line-height: .88;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  padding-top: 170px;
  color: var(--cream);
}

.page-hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 34px;
  background: rgba(244, 240, 232, .22);
}

.page-hero p:not(.label) {
  color: rgba(244, 240, 232, .76);
}

.page-hero p:not(.label) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 24px);
  font-weight: 700;
  line-height: 1.55;
}

.compact-page-hero {
  padding-bottom: 38px;
}

.shop-filter-wrap,
.shop-catalog,
.cart-page-new,
.checkout-layout,
.contact-layout,
.manifesto-grid,
.split-narrative,
.mini-story {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
}

.shop-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 34px;
}

.shop-filter {
  min-height: 42px;
  padding: 0 16px;
  color: var(--cream);
  background: rgba(244, 240, 232, .1);
  border: 1px solid rgba(244, 240, 232, .24);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.shop-filter.active,
.shop-filter:hover {
  color: #253815;
  background: var(--cream);
}

.shop-catalog {
  padding-bottom: 100px;
}

.mini-story,
.split-narrative,
.contact-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.mini-story {
  padding: 44px;
  margin-bottom: 96px;
  color: var(--cream);
  background: var(--forest);
  border: 2px solid var(--forest);
  box-shadow: var(--hard-shadow);
}

.mini-story h2,
.contact-card h2 {
  color: var(--sun);
  font-size: clamp(34px, 5vw, 70px);
}

.mini-story p:not(.label),
.contact-card span,
.contact-card a,
.contact-card div,
.success-message p:not(.label) {
  color: rgba(255, 249, 232, .78);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.policy-page {
  grid-column: 1 / -1;
  display: grid;
  gap: 22px;
}

.policy-page h2 {
  max-width: 900px;
  color: var(--sun);
  font-size: clamp(34px, 5vw, 72px);
  line-height: .95;
}

.policy-intro,
.policy-note {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 249, 232, .8);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.62;
}

.policy-note a {
  color: var(--sun);
  border-bottom: 1px solid currentColor;
}

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

.policy-grid article {
  padding: 18px;
  background: rgba(255, 249, 232, .08);
  border: 1px solid rgba(255, 249, 232, .18);
}

.policy-grid h3 {
  margin: 0 0 8px;
  color: var(--cream);
  font-size: 18px;
  letter-spacing: .02em;
}

.policy-grid p {
  margin: 0;
  color: rgba(255, 249, 232, .72);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.55;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-bottom: 110px;
}

.manifesto-grid article {
  min-height: 390px;
  display: grid;
  align-content: space-between;
  padding: 28px;
  color: var(--forest);
  background: var(--cream);
  border: 2px solid var(--forest);
  box-shadow: var(--hard-shadow);
}

.manifesto-grid span {
  width: max-content;
  padding: 8px 12px;
  background: var(--sun);
  border: 2px solid var(--forest);
  border-radius: 999px;
  font-weight: 900;
}

.manifesto-grid h2 {
  font-size: clamp(32px, 4vw, 58px);
}

.manifesto-grid p,
.split-narrative p,
.brand-form label,
.empty-state p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.split-narrative {
  padding-bottom: 110px;
  align-items: center;
}

.compact-still {
  min-height: 430px;
}

.brand-form,
.checkout-summary,
.contact-card,
.empty-state {
  padding: 30px;
  background: var(--cream);
  border: 2px solid var(--forest);
  box-shadow: var(--hard-shadow);
}

.checkout-trust-panel {
  display: grid;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17, 61, 42, .18);
}

.checkout-trust-panel div {
  display: grid;
  gap: 4px;
}

.checkout-trust-panel strong {
  color: var(--forest);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.checkout-trust-panel span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
}

.checkout-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}

.checkout-policy-links a {
  padding: 7px 10px;
  color: var(--forest);
  background: var(--paper-2);
  border: 1px solid rgba(17, 61, 42, .22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-form {
  display: grid;
  gap: 18px;
}

.brand-form label {
  display: grid;
  gap: 8px;
  color: var(--forest);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-form input,
.brand-form textarea,
.brand-form select,
.qty-input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--forest);
  background: var(--paper-2);
  border: 2px solid var(--forest);
  border-radius: 6px;
  outline: none;
}

.brand-form textarea {
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-row.three {
  grid-template-columns: repeat(3, 1fr);
}

.contact-layout,
.checkout-layout {
  padding-bottom: 110px;
}

.contact-card {
  color: var(--cream);
  background: var(--forest);
}

.contact-card > div {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 249, 232, .18);
}

.contact-card strong {
  color: var(--sun);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
  padding-bottom: 110px;
}

.cart-items {
  display: grid;
  gap: 16px;
}

.cart-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 16px;
  background: var(--cream);
  border: 2px solid var(--forest);
}

.cart-item .product-art {
  min-height: 120px;
}

.cart-item .soap-object {
  width: 96px;
  border-radius: 18px;
}

.cart-item .soap-object span {
  font-size: 10px;
}

.cart-item h3 {
  margin: 0 0 8px;
  color: var(--forest);
}

.cart-item p,
.cart-item label {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.cart-item label {
  display: grid;
  grid-template-columns: 38px 84px;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.cart-item strong {
  color: var(--forest);
  font-family: var(--font-display);
  font-size: 22px;
}

.remove-item {
  padding: 8px 10px;
  color: var(--forest);
  border-bottom: 2px solid var(--forest);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cart-summary,
.checkout-summary {
  position: sticky;
  top: 92px;
}

.cart-summary .row,
.order-total,
.order-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(17, 61, 42, .18);
  color: var(--forest);
  font-weight: 800;
}

.cart-summary .total,
.order-total {
  margin-bottom: 20px;
  font-size: 20px;
}

.empty-state {
  display: grid;
  gap: 18px;
  justify-items: start;
  margin-bottom: 110px;
}

.empty-state h2,
.success-message h2 {
  font-size: clamp(36px, 6vw, 86px);
}

.checkout-summary {
  display: grid;
  gap: 12px;
}

.woocommerce-notices-wrapper,
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  width: min(1200px, calc(100% - 72px));
  margin: 24px auto;
  padding: 16px 18px;
  color: var(--forest);
  background: var(--sun);
  border: 2px solid var(--forest);
  font-weight: 850;
}

.woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-checkout-review-order-table,
.woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--forest);
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.woocommerce-table th,
.woocommerce-table td {
  padding: 14px 0;
  border-bottom: 1px solid rgba(17, 61, 42, .18);
  text-align: left;
  vertical-align: top;
}

.woocommerce-checkout-payment {
  display: grid;
  gap: 14px;
  color: var(--forest);
}

.woocommerce-checkout-payment ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-checkout-payment label {
  color: var(--forest);
  font-weight: 900;
}

.woocommerce-privacy-policy-text {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
}

.place-order {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.success-message {
  display: none;
  width: min(900px, calc(100% - 72px));
  margin: 0 auto 110px;
  padding: 38px;
  color: var(--cream);
  background: var(--forest);
  border: 2px solid var(--forest);
  box-shadow: var(--hard-shadow);
}

.success-message.show {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.success-message h2 {
  color: var(--sun);
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 200;
  max-width: min(360px, calc(100vw - 44px));
  padding: 14px 18px;
  color: var(--forest);
  background: var(--sun);
  border: 2px solid var(--forest);
  border-radius: 999px;
  box-shadow: var(--hard-shadow);
  font-size: 13px;
  font-weight: 900;
  transform: translateY(30px);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.mineral-hero {
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
  background:
    radial-gradient(circle at 78% 18%, rgba(247, 201, 52, .24), transparent 22rem),
    linear-gradient(135deg, rgba(7, 32, 23, .99), rgba(15, 64, 42, .96) 54%, rgba(8, 29, 22, .99)),
    var(--forest);
}

.mineral-hero h1 {
  display: block;
  max-width: 980px;
  font-size: clamp(58px, 9.6vw, 142px);
  letter-spacing: -.055em;
}

.mineral-hero .hero-sub {
  max-width: 720px;
}

.hero-photo {
  position: relative;
  width: min(680px, 100%);
  margin: 0;
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
  border: 2px solid rgba(255, 247, 223, .42);
  border-radius: 10px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .34);
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 32, 23, .52), transparent 42%),
    linear-gradient(180deg, transparent 62%, rgba(7, 32, 23, .62));
  pointer-events: none;
}

.hero-photo img,
.image-stage img,
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo figcaption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 6px;
  max-width: 260px;
  padding: 16px;
  color: var(--forest);
  background: rgba(255, 247, 223, .92);
  border: 1px solid rgba(255, 247, 223, .5);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.hero-photo figcaption span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.hero-photo figcaption strong {
  font-family: var(--font-serif);
  font-size: 25px;
  font-weight: 400;
  line-height: .98;
}

[data-split] .split-word {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(.55em) rotate(1deg);
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1), filter .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
  transition-delay: calc(var(--word-index) * 38ms);
}

[data-split].visible .split-word,
.hero [data-split] .split-word {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) rotate(0);
}

[data-tilt] {
  transform-style: preserve-3d;
  will-change: transform;
}

[data-spotlight] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

[data-spotlight]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(244, 196, 48, .26), transparent 18rem);
  transition: opacity .22s ease;
}

[data-spotlight]:hover::before {
  opacity: 1;
}

.specimen-section,
.impact-section {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
}

.specimen-section {
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: 46px;
  align-items: center;
  padding: 74px 0 112px;
}

.specimen-copy {
  display: grid;
  gap: 20px;
}

.specimen-copy p:not(.label) {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 700;
  line-height: 1.65;
}

.specimen-stage {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 45%, rgba(244, 196, 48, .58), transparent 14rem),
    linear-gradient(155deg, #0f3425, #1d6040 56%, #09281d);
  border: 2px solid var(--forest);
  box-shadow: var(--hard-shadow);
  overflow: hidden;
}

.image-stage {
  background: var(--forest);
}

.image-stage > img {
  position: absolute;
  inset: 0;
  opacity: .84;
  filter: saturate(.95) contrast(1.04);
}

.image-stage::before,
.image-stage::after {
  z-index: 1;
}

.image-stage .specimen-soap {
  width: min(240px, 48vw);
  opacity: .92;
}

.specimen-stage::before,
.specimen-stage::after {
  content: "";
  position: absolute;
  width: 38%;
  height: 18%;
  border-radius: 100% 0 100% 0;
  background: rgba(244, 196, 48, .68);
}

.specimen-stage::before {
  left: -9%;
  top: 18%;
  transform: rotate(-24deg);
}

.specimen-stage::after {
  right: -8%;
  bottom: 18%;
  transform: rotate(154deg);
  background: rgba(47, 138, 79, .86);
}

.specimen-soap {
  position: relative;
  z-index: 2;
  width: min(360px, 58vw);
  aspect-ratio: 1.45 / 1;
  display: grid;
  place-items: center;
  border-radius: 36px;
  background:
    linear-gradient(120deg, transparent 42%, rgba(255,255,255,.5) 43%, transparent 57%),
    linear-gradient(135deg, #fff5ca, #ddb36b 55%, #ae7745);
  box-shadow: 0 42px 90px rgba(0, 0, 0, .32);
  transform: rotate(-5deg);
}

.specimen-soap span {
  padding: 13px 24px;
  color: var(--cream);
  background: var(--forest);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 28px;
  text-transform: uppercase;
}

.specimen-ring {
  position: absolute;
  z-index: 2;
  width: min(480px, 78%);
  aspect-ratio: 1;
  border: 2px solid rgba(255, 249, 232, .25);
  border-radius: 50%;
  animation: spinSlow 24s linear infinite;
}

.specimen-ring::before,
.specimen-ring::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--sun);
}

.specimen-ring::before {
  left: 12%;
  top: 18%;
}

.specimen-ring::after {
  right: 8%;
  bottom: 22%;
}

.specimen-note {
  position: absolute;
  z-index: 3;
  left: 24px;
  bottom: 24px;
  max-width: 260px;
  color: rgba(255, 249, 232, .72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.impact-section {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 22px;
  padding-bottom: 108px;
}

.field-card {
  position: relative;
  min-height: 560px;
  padding: 34px;
  color: var(--cream);
  background:
    linear-gradient(180deg, rgba(255, 217, 90, .16), transparent 42%),
    linear-gradient(135deg, #173f2d, #2f8a4f);
  border: 2px solid var(--forest);
  box-shadow: var(--hard-shadow);
  overflow: hidden;
}

.image-card {
  padding: 0;
  background: var(--forest);
}

.image-card img {
  position: absolute;
  inset: 0;
  opacity: .96;
  filter: saturate(.96) contrast(1.02);
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.image-card:hover img {
  transform: scale(1.035);
}

.field-card strong {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
  bottom: 34px;
  max-width: 480px;
  padding: 18px;
  color: var(--cream);
  background: linear-gradient(90deg, rgba(11, 55, 40, .82), rgba(11, 55, 40, .28));
  border-left: 4px solid var(--sun);
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 58px);
  line-height: .92;
  text-transform: uppercase;
}

.field-sun,
.field-leaf {
  position: absolute;
  display: block;
}

.field-sun {
  right: 12%;
  top: 10%;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: var(--sun);
}

.field-leaf {
  width: 46%;
  height: 15%;
  border-radius: 100% 0 100% 0;
  background: rgba(255, 249, 232, .42);
}

.leaf-one {
  left: 8%;
  top: 22%;
  transform: rotate(-28deg);
}

.leaf-two {
  right: 4%;
  top: 48%;
  transform: rotate(150deg);
  background: rgba(17, 61, 42, .46);
}

.leaf-three {
  left: 24%;
  top: 58%;
  transform: rotate(-8deg);
  background: rgba(244, 196, 48, .42);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.stats-grid article {
  min-height: 270px;
  display: grid;
  align-content: space-between;
  padding: 28px;
  color: var(--forest);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, .96), rgba(255, 244, 216, .92)),
    var(--cream);
  border: 2px solid var(--forest);
  box-shadow: var(--hard-shadow);
}

.stats-grid span {
  font-family: var(--font-display);
  font-size: clamp(58px, 8vw, 112px);
  line-height: .8;
}

.stats-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.velocity-strip {
  overflow: hidden;
  color: var(--forest);
  background:
    linear-gradient(90deg, var(--sun), var(--sun-2) 44%, var(--sun));
  border-top: 2px solid var(--forest);
  border-bottom: 2px solid var(--forest);
}

.velocity-strip div {
  display: flex;
  width: max-content;
  gap: 28px;
  padding: 18px 0;
  animation: marqueeMove 22s linear infinite;
}

.velocity-strip span {
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 70px);
  line-height: .9;
  white-space: nowrap;
  text-transform: uppercase;
}

.desc {
  margin-top: -4px !important;
  margin-bottom: 20px !important;
  color: var(--muted) !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 1.55 !important;
  text-transform: none !important;
}

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

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

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 32px;
  align-items: center;
  padding: 42px 54px;
  color: var(--cream);
  background: var(--forest);
}

.site-footer > div {
  display: grid;
  gap: 12px;
}

.site-footer p,
.site-footer small {
  margin: 0;
  color: rgba(255, 249, 232, .66);
  font-size: 12px;
  font-weight: 800;
}

.site-footer nav {
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 620px;
}

.reveal,
[data-scroll] {
  opacity: 1;
  transform: none;
  transition: opacity 1.05s cubic-bezier(.16, 1, .3, 1), transform 1.05s cubic-bezier(.16, 1, .3, 1);
}

.reveal.visible,
[data-scroll].visible {
  opacity: 1;
  transform: translateY(0);
}

.hero [data-hero],
.hero-copy,
.hero-visual {
  animation: fadeUp .8s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes introAmbientBreath {
  0%,
  100% {
    opacity: .22;
    transform: scale(.82);
  }
  50% {
    opacity: .72;
    transform: scale(1.08);
  }
}

@keyframes introStageBreath {
  0%,
  100% {
    transform: translateY(0) scale(.99);
  }
  50% {
    transform: translateY(-2px) scale(1.015);
  }
}

@keyframes introLogoBreath {
  0%,
  100% {
    transform: scale(.96);
  }
  50% {
    transform: scale(1.035);
  }
}

@keyframes introCopyBreath {
  0%,
  100% {
    opacity: .74;
    transform: translateY(1px);
  }
  50% {
    opacity: 1;
    transform: translateY(-1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro,
  .intro-stage,
  .intro-logo,
  .intro-copy {
    animation: none;
    transition: none;
  }
}

@keyframes floatStill {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

@keyframes swayA {
  0%,
  100% {
    transform: rotate(-35deg) translateY(0);
  }
  50% {
    transform: rotate(-28deg) translateY(18px);
  }
}

@keyframes swayB {
  0%,
  100% {
    transform: rotate(142deg) translateY(0);
  }
  50% {
    transform: rotate(133deg) translateY(18px);
  }
}

@keyframes sunSweep {
  0%,
  100% {
    transform: translate(-20px, 0) scale(1);
  }
  50% {
    transform: translate(28px, 18px) scale(1.12);
  }
}

@media (max-width: 1040px) {
  .site-header {
    padding: 18px 24px;
  }

  .desktop-nav,
  .text-link {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 100px 28px 62px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-photo {
    width: min(560px, 92vw);
  }

  .visual-card {
    width: min(440px, 92vw);
  }

  .promise-bar,
  .campaign-strip,
  .product-grid,
  .scent-grid,
  .process-grid,
  .reviews,
  .specimen-section,
  .impact-section,
  .stats-grid,
  .shop-catalog .products-grid,
  .manifesto-grid,
  .cart-layout,
  .contact-layout,
  .checkout-layout,
  .mini-story,
  .split-narrative {
    grid-template-columns: 1fr;
  }

  .promise-bar div {
    border-right: 0;
    border-bottom: 2px solid var(--forest);
  }

  .promise-bar div:last-child {
    border-bottom: 0;
  }

  .story-layout,
  .gift-section,
  .process-section .split,
  .section-head.split {
    grid-template-columns: 1fr;
  }

  .section-head.split .button {
    width: max-content;
  }

  .product-hot {
    grid-row: auto;
  }
}

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

  .site-header {
    padding: 14px 16px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .hero {
    padding: 88px 18px 48px;
  }

  .hero h1 {
    font-size: clamp(64px, 24vw, 112px);
  }

  .mineral-hero h1 {
    font-size: clamp(54px, 18vw, 88px);
    line-height: .9;
  }

  .hero h1 strong {
    text-shadow: 6px 6px 0 rgba(232, 116, 50, .72);
  }

  .hero-sub {
    font-size: 17px;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 420px;
  }

  .hero-photo {
    width: 100%;
    aspect-ratio: 1 / 1.18;
  }

  .hero-photo figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
  }

  .visual-card {
    width: min(340px, 96vw);
  }

  .gift-lid span {
    font-size: 28px;
  }

  .gift-card {
    width: 44%;
    min-height: 78px;
  }

  .gift-card strong {
    font-size: 13px;
  }

  .orange {
    width: 68px;
    height: 68px;
  }

  .story-section,
  .shop-section,
  .gift-section,
  .scent-section,
  .process-section,
  .reviews,
  .specimen-section,
  .impact-section,
  .campaign-strip {
    width: calc(100% - 32px);
  }

  .specimen-section {
    min-height: auto;
    padding: 56px 0 74px;
  }

  .specimen-stage {
    min-height: 430px;
  }

  .specimen-soap {
    width: min(270px, 72vw);
  }

  .specimen-soap span {
    font-size: 20px;
  }

  .impact-section {
    padding-bottom: 74px;
  }

  .field-card {
    min-height: 430px;
  }

  .stats-grid article {
    min-height: 210px;
  }

  .story-section {
    padding-top: 70px;
  }

  .story-kicker {
    display: grid;
    font-size: 31px;
  }

  h2 {
    font-size: clamp(38px, 14vw, 60px);
  }

  .campaign-strip {
    margin-bottom: 76px;
  }

  .campaign-panel,
  .product-card,
  .gift-still,
  .scent-grid article,
  .process-grid div,
  .reviews {
    box-shadow: 7px 7px 0 rgba(17, 61, 42, .18);
  }

  .product-art,
  .product-hot .product-art {
    min-height: 300px;
  }

  .gift-section {
    padding: 80px 0;
  }

  .gift-still {
    min-height: 430px;
  }

  .paper-box {
    width: 76%;
    min-height: 250px;
    padding: 30px;
  }

  .paper-box span {
    font-size: 42px;
  }

  .note-card {
    top: 8%;
    right: 4%;
    font-size: 18px;
  }

  .scent-section {
    padding-bottom: 76px;
  }

  .reviews {
    padding: 26px;
    margin-bottom: 76px;
  }

  .process-section h2 {
    font-size: 32px;
    line-height: 1.08;
    letter-spacing: -.02em;
  }

  .newsletter form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 36px 24px;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }

  .page-hero,
  .shop-filter-wrap,
  .shop-catalog,
  .cart-page-new,
  .checkout-layout,
  .contact-layout,
  .manifesto-grid,
  .split-narrative,
  .mini-story,
  .success-message {
    width: calc(100% - 32px);
  }

  .page-hero {
    padding-top: 108px;
    padding-bottom: 44px;
  }

  .page-hero h1 {
    font-size: clamp(44px, 16vw, 72px);
    line-height: .93;
  }

  .manifesto-grid {
    padding-bottom: 76px;
  }

  .manifesto-grid article {
    min-height: 300px;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item .product-art {
    min-height: 190px;
  }

  .cart-summary,
  .checkout-summary {
    position: static;
  }

  .form-row,
  .form-row.three {
    grid-template-columns: 1fr;
  }

  .brand-form,
  .checkout-summary,
  .contact-card,
  .empty-state,
  .mini-story {
    padding: 24px;
  }

  .shop-filter-wrap {
    gap: 8px;
  }

  .shop-filter {
    min-height: 38px;
    padding: 0 12px;
  }
}

/* Farm Minerals-inspired final visual system */
body {
  color: var(--cream);
  background:
    radial-gradient(circle at 54% 62%, rgba(188, 199, 119, .78), transparent 24rem),
    radial-gradient(circle at 16% 78%, rgba(150, 164, 92, .46), transparent 22rem),
    linear-gradient(160deg, #19270f 0%, #2f431c 38%, #7b8d50 100%);
  background-attachment: scroll;
}

html {
  background: #253815;
}

main {
  background:
    radial-gradient(circle at 62% 34%, rgba(188, 199, 119, .36), transparent 28rem),
    linear-gradient(160deg, #19270f 0%, #2f431c 48%, #7b8d50 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(244, 240, 232, .035) 1px, transparent 1px),
    linear-gradient(rgba(244, 240, 232, .025) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: .2;
  pointer-events: none;
}

.intro {
  color: var(--cream);
}

.site-header {
  padding: 26px;
  color: var(--cream);
  background: transparent;
  box-shadow: none;
}

.site-header.scrolled {
  color: var(--cream);
  background: rgba(24, 37, 13, .64);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 -1px 0 rgba(244, 240, 232, .12);
}

.brand {
  gap: 8px;
}

.brand img {
  width: 30px;
  height: 30px;
}

.brand span {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.03em;
  text-transform: none;
}

.desktop-nav {
  gap: 24px;
}

.desktop-nav a,
.site-footer nav a,
.text-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.desktop-nav a::before,
.text-link::before {
  content: "*";
  margin-right: 7px;
  font-size: 10px;
}

.icon-link,
.menu-button {
  width: 28px;
  height: 28px;
}

.mineral-hero,
.hero {
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  padding: 92px 26px 34px;
  background:
    radial-gradient(circle at 53% 66%, rgba(190, 202, 121, .82), transparent 25rem),
    radial-gradient(circle at 28% 28%, rgba(87, 112, 51, .5), transparent 28rem),
    linear-gradient(180deg, rgba(25, 39, 15, .96), rgba(86, 103, 46, .84));
  border: 4px solid rgba(244, 240, 232, .62);
}

.hero::before {
  display: none;
}

.hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  min-height: calc(100vh - 126px);
}

.label {
  color: var(--cream);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.mineral-hero h1,
.hero h1,
.page-hero h1 {
  max-width: none;
  margin: 18px 0 22px;
  color: var(--cream);
  font-family: var(--font-body);
  font-size: clamp(78px, 15vw, 190px);
  font-weight: 300;
  line-height: .78;
  letter-spacing: -.095em;
  text-transform: none;
}

.hero-rule {
  height: 1px;
  width: 100%;
  margin: 0 0 22px;
  background: rgba(244, 240, 232, .22);
}

.hero-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: auto;
}

.hero-meta p {
  max-width: 300px;
  margin: 0;
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.hero-meta p:last-child {
  justify-self: end;
  text-align: left;
}

.hero-sub {
  max-width: 520px;
  margin-top: auto;
  color: var(--cream);
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.08em;
}

.hero-note {
  max-width: 380px;
  margin: 18px 0 0;
  color: rgba(244, 240, 232, .88);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.hero-cta {
  position: absolute;
  right: 26px;
  top: 184px;
  z-index: 5;
  margin: 0;
}

.button,
.newsletter button {
  min-height: 40px;
  padding: 0 24px;
  color: var(--cream);
  background: rgba(244, 240, 232, .1);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -.045em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.button::before,
.button::after {
  content: "*";
  margin: 0 10px 0 0;
}

.button::after {
  margin: 0 0 0 10px;
}

.button.primary,
.button.dark,
.button.ghost {
  color: var(--cream);
  border-color: transparent;
  background: rgba(244, 240, 232, .12);
  box-shadow: none;
}

.button:hover {
  transform: translateY(-1px);
  background: rgba(244, 240, 232, .2);
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 0;
  pointer-events: none;
}

.hero-photo {
  position: absolute;
  left: 50%;
  top: 57%;
  width: min(25vw, 360px);
  aspect-ratio: 1 / 1.12;
  border: 0;
  border-radius: 42%;
  box-shadow: none;
  transform: translate(-50%, -45%) translateY(var(--drift-y, 0));
  filter: drop-shadow(0 34px 58px rgba(12, 22, 8, .34));
}

.hero-photo::before {
  background:
    radial-gradient(circle, transparent 46%, rgba(43, 61, 26, .24) 68%),
    linear-gradient(180deg, transparent, rgba(29, 42, 17, .16));
}

.hero-photo img {
  filter: saturate(.58) hue-rotate(18deg) contrast(.96) brightness(.82);
}

.hero-photo figcaption {
  display: none;
}

.promise-bar {
  position: relative;
  z-index: 3;
  color: var(--cream);
  background: #263915;
  border-color: rgba(244, 240, 232, .18);
}

.promise-bar div {
  min-height: 72px;
  border-color: rgba(244, 240, 232, .18);
}

.promise-bar strong {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.05em;
}

.promise-bar span {
  color: rgba(244, 240, 232, .7);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -.04em;
}

.story-section,
.shop-section,
.gift-section,
.scent-section,
.process-section,
.reviews,
.specimen-section,
.impact-section {
  width: min(1388px, calc(100% - 52px));
}

.story-section {
  padding: 86px 0 54px;
  color: var(--cream);
}

.story-kicker {
  border-color: rgba(244, 240, 232, .22);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: clamp(40px, 6vw, 96px);
  font-style: normal;
  font-weight: 300;
  letter-spacing: -.095em;
}

h2,
.process-section h2,
.manifesto-grid h2,
.mini-story h2,
.contact-card h2,
.empty-state h2,
.success-message h2 {
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: -.09em;
  text-transform: none;
}

.story-text p,
.gift-copy > p,
.process-section .split > p,
.specimen-copy p:not(.label),
.stats-grid p,
.scent-grid p,
.process-grid p,
.reviews p,
.manifesto-grid p,
.split-narrative p,
.empty-state p {
  color: rgba(244, 240, 232, .76);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.specimen-section {
  min-height: 760px;
  padding: 74px 0;
}

.specimen-stage,
.field-card,
.gift-still {
  border: 1px solid rgba(244, 240, 232, .18);
  border-radius: 0;
  box-shadow: none;
  background: rgba(244, 240, 232, .06);
}

.image-stage > img,
.image-card img {
  filter: saturate(.52) hue-rotate(18deg) contrast(.9) brightness(.86);
}

.specimen-soap {
  width: min(190px, 38vw);
  border-radius: 38%;
  background: linear-gradient(145deg, #1c1e17, #5a5f48 55%, #11150f);
  box-shadow: 0 34px 80px rgba(14, 21, 9, .5);
}

.specimen-soap span {
  display: none;
}

.specimen-note {
  color: rgba(244, 240, 232, .72);
  font-size: 11px;
}

.stats-grid article,
.product-card,
.scent-grid article,
.process-grid div,
.brand-form,
.checkout-summary,
.contact-card,
.empty-state,
.mini-story,
.cart-item {
  color: var(--cream);
  background: rgba(244, 240, 232, .065);
  border: 1px solid rgba(244, 240, 232, .18);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.stats-grid span {
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: -.09em;
}

.field-card strong {
  color: var(--cream);
  background: transparent;
  border-left: 0;
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: -.09em;
  text-transform: none;
}

.velocity-strip {
  position: relative;
  z-index: 3;
  color: var(--cream);
  background: #263915;
  border-color: rgba(244, 240, 232, .18);
}

.velocity-strip span {
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: -.09em;
}

.product-grid,
.products-grid,
.scent-grid,
.process-grid,
.stats-grid {
  gap: 14px;
}

.product-card:hover,
.image-card:hover img {
  transform: none;
}

.badge,
.product-art em,
.scent-grid span,
.process-grid span,
.manifesto-grid span,
.gift-list span {
  color: var(--cream);
  background: rgba(244, 240, 232, .12);
  border: 0;
  border-radius: 999px;
  font-size: 10px;
}

.product-art {
  background: transparent !important;
}

.product-art::before {
  background: rgba(188, 199, 119, .3);
}

.product-art::after {
  background: rgba(244, 240, 232, .14);
}

.soap-object {
  border-radius: 38%;
  background: linear-gradient(145deg, #26281e, #6f7455 60%, #171b12);
  box-shadow: 0 28px 60px rgba(14, 21, 9, .38);
}

.soap-object span {
  color: var(--cream);
  background: transparent;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
}

.product-info p,
.product-info ul,
.product-info a,
.product-info button,
.product-info h3,
.product-info strong,
.cart-item h3,
.cart-item strong,
.cart-item p,
.cart-item label,
.remove-item,
.brand-form label,
.cart-summary .row,
.order-total,
.order-item {
  color: var(--cream);
}

.product-info h3 {
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: -.07em;
}

.gift-section {
  min-height: 720px;
}

.paper-box {
  color: var(--cream);
  background: rgba(244, 240, 232, .1);
  border: 1px solid rgba(244, 240, 232, .22);
  box-shadow: none;
}

.paper-box img {
  filter: brightness(0) invert(1);
}

.tape,
.note-card {
  color: var(--forest);
  background: var(--cream);
  border: 0;
}

.scent-grid h3,
.reviews h2 {
  color: var(--cream);
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 300;
  letter-spacing: -.085em;
}

.reviews {
  color: var(--cream);
  background: rgba(244, 240, 232, .06);
  border: 1px solid rgba(244, 240, 232, .18);
  box-shadow: none;
}

.newsletter {
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 40%, rgba(244, 240, 232, .18), transparent 20rem),
    #a8b371;
  border-color: rgba(244, 240, 232, .18);
}

.newsletter .label,
.newsletter h2 {
  color: #253815;
}

.newsletter input,
.brand-form input,
.brand-form textarea,
.brand-form select,
.qty-input {
  color: var(--cream);
  background: rgba(244, 240, 232, .12);
  border: 1px solid rgba(244, 240, 232, .28);
  border-radius: 999px;
}

.brand-form textarea,
.brand-form select {
  border-radius: 24px;
}

.newsletter input::placeholder,
.brand-form textarea::placeholder {
  color: rgba(244, 240, 232, .72);
}

.site-footer {
  color: var(--cream);
  background: #16250f;
}

[data-scroll],
[data-split] .split-word {
  transition-duration: 1.15s;
}

@media (max-width: 1040px) {
  .mineral-hero,
  .hero {
    padding: 86px 16px 24px;
  }

  .hero-meta {
    grid-template-columns: 1fr 1fr;
  }

  .hero-cta {
    position: static;
    margin-top: 18px;
  }

  .hero-visual {
    position: relative;
    min-height: 360px;
  }

  .hero-photo {
    top: 54%;
    width: min(240px, 58vw);
  }
}

@media (max-width: 640px) {
  .mineral-hero h1,
  .hero h1 {
    font-size: clamp(60px, 18vw, 96px);
    letter-spacing: -.095em;
  }

  .hero-copy {
    min-height: auto;
  }

  .hero-meta {
    gap: 16px;
  }

  .hero-meta p {
    font-size: 11px;
  }

  .hero-sub {
    margin-top: 430px;
    font-size: 31px;
  }

  .hero-note {
    font-size: 12px;
  }

  .hero-cta {
    position: absolute;
    left: 16px;
    top: 236px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .hero-cta .button {
    min-height: 38px;
    padding: 0 18px;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
  }

  .hero-photo {
    top: 53%;
    width: 118px;
    aspect-ratio: 1 / 1.28;
    z-index: 0;
  }

  .hero-sub,
  .hero-note {
    position: relative;
    z-index: 3;
  }

  .button {
    width: auto;
  }

  .promise-bar {
    grid-template-columns: 1fr;
  }

  .story-kicker {
    font-size: 40px;
  }
}

/* Production polish: keep Farm Minerals mood, add stronger selling clarity. */
.mineral-hero,
.hero {
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .74fr);
  align-items: center;
  gap: clamp(34px, 6vw, 92px);
  padding: 104px 64px 64px;
  border: 0;
  background:
    radial-gradient(circle at 75% 48%, rgba(184, 196, 127, .36), transparent 24rem),
    linear-gradient(160deg, #13220d 0%, #243716 46%, #64743e 100%);
}

.hero-copy {
  min-height: auto;
  align-content: center;
  z-index: 3;
}

.mineral-hero h1,
.hero h1 {
  max-width: 980px;
  margin: 18px 0 22px;
  font-size: clamp(70px, 9.6vw, 142px);
  line-height: .86;
  letter-spacing: -.085em;
}

.hero-sub {
  max-width: 720px;
  margin: 0;
  color: rgba(244, 240, 232, .84);
  font-size: clamp(21px, 2.1vw, 34px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.055em;
}

.hero-note {
  max-width: 520px;
  margin-top: 20px;
  color: rgba(244, 240, 232, .8);
  font-size: 13px;
  line-height: 1.4;
}

.hero-cta {
  position: static;
  margin-top: 26px;
}

.hero-visual {
  position: relative;
  inset: auto;
  min-height: 560px;
  display: grid;
  place-items: center;
  z-index: 2;
}

.hero-product-photo {
  position: relative;
  left: auto;
  top: auto;
  width: min(560px, 100%);
  aspect-ratio: 4 / 5.25;
  border-radius: 8px;
  border: 1px solid rgba(244, 240, 232, .16);
  overflow: hidden;
  box-shadow: 0 40px 110px rgba(12, 22, 8, .44);
  transform: translateY(var(--drift-y, 0));
  filter: none;
}

.hero-product-photo::before {
  background:
    linear-gradient(180deg, transparent 44%, rgba(18, 30, 11, .48)),
    radial-gradient(circle at 50% 40%, transparent 40%, rgba(18, 30, 11, .24));
}

.hero-product-photo img {
  filter: saturate(.74) hue-rotate(10deg) contrast(.98) brightness(.86);
  object-position: 56% 50%;
}

.hero-product-photo figcaption {
  display: none;
  left: 22px;
  right: 22px;
  bottom: 22px;
  max-width: none;
  color: #253815;
  background: rgba(244, 240, 232, .9);
  border-radius: 18px;
}

.hero .leaf,
.hero .sun-disc {
  display: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 64px;
  right: 64px;
  bottom: 48px;
  height: 1px;
  background: rgba(244, 240, 232, .16);
}

.hero-product-photo figcaption strong {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.06em;
}

.scenario-section {
  width: min(1388px, calc(100% - 52px));
  margin: 0 auto;
  padding: 104px 0 82px;
}

.scenario-section .section-head.split {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(244, 240, 232, .18);
}

.scenario-section .section-head > p {
  margin: 0;
  color: rgba(244, 240, 232, .72);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

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

.scenario-grid article {
  min-height: 340px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  color: var(--cream);
  background: rgba(244, 240, 232, .065);
  border: 1px solid rgba(244, 240, 232, .18);
}

.scenario-grid span {
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(244, 240, 232, .12);
  font-size: 10px;
  font-weight: 800;
}

.scenario-grid h3 {
  margin: 74px 0 12px;
  color: var(--cream);
  font-size: clamp(26px, 2.7vw, 44px);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.08em;
}

.scenario-grid p {
  margin: 0;
  color: rgba(244, 240, 232, .72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.scenario-section h2 {
  max-width: 980px;
  font-size: clamp(48px, 7vw, 112px);
}

.product-info h3,
.contact-card h2,
.mini-story h2 {
  letter-spacing: -.075em;
}

.product-card,
.scenario-grid article,
.stats-grid article,
.scent-grid article,
.process-grid div {
  transition: background .24s ease, border-color .24s ease, transform .24s ease;
}

.product-card:hover,
.scenario-grid article:hover,
.stats-grid article:hover,
.scent-grid article:hover,
.process-grid div:hover {
  background: rgba(244, 240, 232, .095);
  border-color: rgba(244, 240, 232, .28);
}

@media (max-width: 1040px) {
  .mineral-hero,
  .hero {
    grid-template-columns: 1fr;
    padding: 96px 28px 48px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-product-photo {
    width: min(460px, 88vw);
  }

  .scenario-section .section-head.split,
  .scenario-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .mineral-hero,
  .hero {
    min-height: auto;
    display: block;
    padding: 86px 20px 32px;
  }

  .mineral-hero h1,
  .hero h1 {
    font-size: clamp(54px, 15vw, 78px);
    line-height: .9;
  }

  .hero-meta {
    margin-bottom: 22px;
  }

  .hero-sub {
    margin-top: 0;
    font-size: 22px;
  }

  .hero-visual {
    position: relative;
    min-height: auto;
    margin: 28px 0 0;
  }

  .hero-product-photo {
    width: 100%;
    aspect-ratio: 1 / 1.16;
    border-radius: 8px;
  }

  .scenario-section h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .hero-cta {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 22px;
  }

  .hero-cta .button {
    min-height: 40px;
  }

  .scenario-section {
    width: calc(100% - 32px);
    padding: 62px 0 52px;
  }

  .scenario-section .section-head.split,
  .scenario-grid {
    grid-template-columns: 1fr;
  }

  .scenario-grid article {
    min-height: 260px;
  }
}

/* Forest logo hero and generated product photography */
.forest-logo-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 110px 44px 62px;
  overflow: hidden;
  isolation: isolate;
  background: #10200f;
}

.forest-logo-hero::after {
  left: 44px;
  right: 44px;
  bottom: 44px;
  z-index: 3;
  background: rgba(244, 240, 232, .22);
}

.forest-hero-bg,
.forest-hero-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.forest-hero-bg {
  z-index: 0;
  inset: -3%;
  background-image: url("../images/zikoiii-forest-logo-hero.jpg");
  background-size: cover;
  background-position: center;
  transform: translate3d(0, calc(var(--drift-y, 0px) * -.45), 0) scale(1.035);
  filter: saturate(.92) contrast(1.04) brightness(.82);
}

.forest-hero-shade {
  z-index: 1;
  background:
    radial-gradient(circle at 52% 44%, rgba(244, 240, 232, .08), transparent 30%),
    linear-gradient(180deg, rgba(10, 22, 9, .52) 0%, rgba(10, 22, 9, .14) 42%, rgba(10, 22, 9, .68) 100%),
    linear-gradient(90deg, rgba(10, 22, 9, .62), transparent 26%, transparent 72%, rgba(10, 22, 9, .48));
}

.forest-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1040px, 100%);
  max-width: none;
  display: grid;
  justify-items: center;
  text-align: center;
  color: var(--cream);
  text-shadow: 0 18px 52px rgba(6, 16, 4, .64);
}

.forest-hero-copy .label {
  color: rgba(244, 240, 232, .86);
  letter-spacing: .18em;
}

.forest-logo-hero h1 {
  max-width: 1080px;
  margin: 10px 0 0;
  color: var(--cream);
  font-size: clamp(56px, 7.1vw, 108px);
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.085em;
}

.forest-hero-title span {
  display: block;
}

.forest-hero-copy .hero-rule {
  width: min(520px, 62vw);
  margin: 28px 0 0;
  background: rgba(244, 240, 232, .54);
}

.forest-hero-copy .hero-sub {
  max-width: 760px;
  margin-top: 28px;
  color: rgba(244, 240, 232, .94);
  font-size: clamp(20px, 2.1vw, 34px);
  font-weight: 420;
  line-height: 1.05;
  letter-spacing: -.06em;
}

.forest-hero-copy .hero-note {
  max-width: 620px;
  margin-top: 16px;
  color: rgba(244, 240, 232, .78);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.forest-hero-copy .hero-cta {
  margin-top: 30px;
}

.forest-hero-copy .button.primary {
  color: #10200f;
  background: var(--sun);
  border-color: var(--sun);
}

.forest-hero-copy .button.ghost {
  color: var(--cream);
  border-color: rgba(244, 240, 232, .58);
  background: rgba(244, 240, 232, .08);
  backdrop-filter: blur(14px);
}

.product-photo-art {
  padding: 0;
  overflow: hidden;
  background: #142610;
}

.product-photo-art::before,
.product-photo-art::after {
  display: none;
}

.product-photo-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .55s cubic-bezier(.16, 1, .3, 1), filter .55s cubic-bezier(.16, 1, .3, 1);
}

.product-card:hover .product-photo-art img {
  transform: scale(1.055);
  filter: saturate(1.04) contrast(1.02);
}

.product-photo-art em {
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 9px 12px;
  color: var(--cream);
  background: rgba(13, 28, 11, .58);
  border: 1px solid rgba(244, 240, 232, .2);
  border-radius: 999px;
  backdrop-filter: blur(14px);
}

.gift-photo {
  padding: 0;
  overflow: hidden;
  background: #17260f;
}

.gift-photo::before,
.gift-photo::after {
  display: none;
}

.gift-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gift-photo .note-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  transform: none;
  color: var(--cream);
  background: rgba(13, 28, 11, .7);
  border-color: rgba(244, 240, 232, .22);
  backdrop-filter: blur(14px);
}

.cart-item .product-photo-art img {
  border-radius: 0;
}

@media (max-width: 1040px) {
  .forest-logo-hero {
    min-height: 92svh;
    padding: 104px 28px 56px;
  }

  .forest-hero-bg {
    background-position: center;
  }
}

@media (max-width: 640px) {
  .forest-logo-hero {
    min-height: 94svh;
    display: grid;
    padding: 92px 18px 42px;
  }

  .forest-logo-hero::after {
    left: 18px;
    right: 18px;
    bottom: 24px;
  }

  .forest-hero-bg {
    inset: -7% -42%;
    background-position: center;
    filter: saturate(.95) contrast(1.05) brightness(.72);
  }

  .forest-hero-shade {
    background:
      linear-gradient(180deg, rgba(8, 18, 7, .62) 0%, rgba(8, 18, 7, .18) 38%, rgba(8, 18, 7, .8) 100%),
      radial-gradient(circle at 50% 40%, rgba(244, 240, 232, .05), transparent 38%);
  }

  .forest-logo-hero h1 {
    font-size: clamp(48px, 13vw, 68px);
  }

  .forest-hero-copy .hero-sub {
    font-size: clamp(19px, 7vw, 30px);
  }

  .forest-hero-copy .hero-note {
    max-width: 92%;
    font-size: 11px;
  }
}

/* Editorial story and merchandising pass */
.forest-logo-hero h1,
.story-section h2,
.scenario-section h2,
.shop-section h2,
.page-hero h1,
.gift-copy h2,
.scent-section h2,
.process-section h2,
.reviews h2 {
  font-family: var(--font-display);
}

.story-section {
  padding-top: 92px;
  padding-bottom: 88px;
}

.story-layout {
  align-items: start;
}

.story-layout h2 {
  max-width: 720px;
  font-size: clamp(56px, 7.8vw, 132px);
  line-height: .86;
  letter-spacing: -.085em;
}

.story-text {
  display: grid;
  gap: 24px;
  max-width: 620px;
  padding-top: 10px;
}

.story-text p {
  margin: 0;
  font-size: clamp(18px, 1.7vw, 27px);
  font-weight: 560;
  line-height: 1.14;
  letter-spacing: -.055em;
  text-transform: none;
}

.ritual-arc {
  width: min(1388px, calc(100% - 52px));
  margin: 0 auto;
  padding: 42px 0 108px;
  color: var(--cream);
  border-top: 1px solid rgba(244, 240, 232, .18);
}

.arc-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .72fr);
  gap: 42px;
  align-items: end;
  padding-bottom: 24px;
}

.arc-lead .label {
  grid-column: 1 / -1;
  margin: 0 0 -16px;
}

.arc-lead h2 {
  margin: 0;
  max-width: 880px;
  font-family: var(--font-display);
  font-size: clamp(48px, 6.7vw, 116px);
  font-weight: 600;
  line-height: .86;
  letter-spacing: -.085em;
}

.arc-lead p:not(.label) {
  margin: 0;
  color: rgba(244, 240, 232, .74);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.34;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.arc-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.arc-steps article {
  min-height: 280px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  background: rgba(244, 240, 232, .065);
  border: 1px solid rgba(244, 240, 232, .18);
}

.arc-steps span {
  color: rgba(244, 240, 232, .68);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.arc-steps h3 {
  margin: 72px 0 12px;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 52px);
  font-weight: 560;
  line-height: .92;
  letter-spacing: -.075em;
}

.arc-steps p {
  margin: 0;
  color: rgba(244, 240, 232, .72);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.32;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.shop-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .78fr);
  min-height: 620px;
  margin-bottom: 16px;
  color: var(--cream);
  background: rgba(244, 240, 232, .06);
  border: 1px solid rgba(244, 240, 232, .18);
  overflow: hidden;
}

.shop-feature-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.shop-feature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 62%, rgba(18, 28, 9, .24));
}

.shop-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(.97) brightness(.9);
}

.shop-feature-copy {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(28px, 4vw, 58px);
}

.shop-feature-copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 86px);
  font-weight: 620;
  line-height: .88;
  letter-spacing: -.085em;
}

.shop-feature-copy p {
  max-width: 500px;
  margin: 0;
  color: rgba(244, 240, 232, .8);
  font-size: 17px;
  font-weight: 560;
  line-height: 1.32;
  letter-spacing: -.04em;
}

.shop-feature-copy ul {
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.shop-feature-copy li {
  padding-top: 8px;
  border-top: 1px solid rgba(244, 240, 232, .16);
  color: rgba(244, 240, 232, .68);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.shop-feature-copy > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 8px;
}

.shop-feature-copy strong {
  font-family: var(--font-display);
  font-size: 42px;
  letter-spacing: -.07em;
}

.shop-feature-copy a {
  color: var(--cream);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: -.02em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(244, 240, 232, .7);
}

.shop-feature-copy button {
  min-height: 48px;
  padding: 0 20px;
  color: #253815;
  background: var(--cream);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.shop-feature-copy .zikoiii-add-button {
  min-height: 48px;
  padding: 0 20px;
  color: #253815;
  background: var(--cream);
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.shop-section .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-section .product-hot {
  grid-row: auto;
}

.shop-section .product-hot .product-art,
.shop-section .product-art {
  min-height: 420px;
}

.product-info {
  min-height: 310px;
  display: grid;
  align-content: start;
}

.product-info h3 {
  font-family: var(--font-display);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: .92;
}

.product-info ul {
  min-height: 82px;
}

.shop-merch-story {
  width: min(1220px, calc(100% - 52px));
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: minmax(320px, 1.2fr) repeat(3, minmax(160px, .55fr));
  gap: 12px;
  color: var(--cream);
}

.shop-merch-story > div,
.shop-merch-story article {
  padding: 22px;
  background: rgba(244, 240, 232, .06);
  border: 1px solid rgba(244, 240, 232, .16);
}

.shop-merch-story h2 {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 4.3vw, 76px);
  line-height: .88;
  letter-spacing: -.08em;
}

.shop-merch-story span {
  color: var(--cream);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.shop-merch-story p {
  margin: 18px 0 0;
  color: rgba(244, 240, 232, .74);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .arc-lead,
  .shop-feature,
  .shop-merch-story {
    grid-template-columns: 1fr;
  }

  .arc-steps,
  .shop-section .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .shop-feature {
    min-height: auto;
  }

  .shop-feature-image {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .story-section {
    padding-top: 62px;
    padding-bottom: 56px;
  }

  .story-layout h2 {
    font-size: clamp(44px, 13vw, 66px);
  }

  .story-text p {
    font-size: 18px;
    line-height: 1.18;
  }

  .ritual-arc {
    width: calc(100% - 32px);
    padding: 34px 0 66px;
  }

  .arc-lead {
    gap: 22px;
  }

  .arc-lead .label {
    margin: 0;
  }

  .arc-lead h2 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .arc-steps,
  .shop-section .product-grid {
    grid-template-columns: 1fr;
  }

  .arc-steps article {
    min-height: 240px;
  }

  .shop-feature-image {
    min-height: 420px;
  }

  .shop-feature-copy {
    padding: 24px;
  }

  .shop-feature-copy h3 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .shop-feature-copy > div:last-child {
    align-items: stretch;
    flex-direction: column;
  }

  .shop-feature-copy button {
    width: 100%;
  }

  .shop-section .product-hot .product-art,
  .shop-section .product-art {
    min-height: 360px;
  }

  .shop-merch-story {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }
}

/* Rebuilt scent-object module: cleaner copy, clearer product staging */
.scent-object-redesign {
  min-height: auto;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.05fr);
  gap: 18px;
  align-items: stretch;
  padding: 84px 0 110px;
  border-top: 1px solid rgba(244, 240, 232, .14);
}

.scent-object-copy,
.scent-object-visual {
  min-height: 640px;
  background: rgba(244, 240, 232, .055);
  border: 1px solid rgba(244, 240, 232, .18);
}

.scent-object-copy {
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: clamp(28px, 4vw, 56px);
}

.scent-object-copy h2 {
  max-width: 760px;
  margin: 0;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(44px, 5.9vw, 96px);
  font-weight: 600;
  line-height: .9;
  letter-spacing: -.085em;
}

.scent-object-copy .object-lead {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(244, 240, 232, .78);
  font-size: clamp(17px, 1.5vw, 23px);
  font-weight: 560;
  line-height: 1.22;
  letter-spacing: -.045em;
  text-transform: none;
}

.object-scene-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.object-scene-list article {
  min-height: 170px;
  display: grid;
  align-content: space-between;
  padding: 18px;
  background: rgba(244, 240, 232, .055);
  border: 1px solid rgba(244, 240, 232, .16);
}

.object-scene-list span {
  color: var(--cream);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.object-scene-list p {
  margin: 38px 0 0;
  color: rgba(244, 240, 232, .7);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.scent-object-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  color: var(--cream);
}

.scent-object-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 46%, rgba(13, 28, 11, .62)),
    radial-gradient(circle at 76% 18%, rgba(244, 240, 232, .08), transparent 28%);
  pointer-events: none;
}

.scent-object-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(.78) contrast(.98) brightness(.84);
  transition: transform .75s cubic-bezier(.16, 1, .3, 1), filter .75s cubic-bezier(.16, 1, .3, 1);
}

.scent-object-visual:hover img {
  transform: scale(1.035);
  filter: saturate(.9) contrast(1) brightness(.9);
}

.scent-object-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(244, 240, 232, .28);
}

.scent-object-visual figcaption span {
  color: rgba(244, 240, 232, .68);
  font-size: 11px;
  font-weight: 840;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.scent-object-visual figcaption strong {
  max-width: 360px;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 46px);
  font-weight: 620;
  line-height: .92;
  letter-spacing: -.07em;
  text-align: right;
}

.home .forest-hero-title,
.home .page-hero h1,
.home .story-layout h2,
.home .section-head h2,
.home .scent-object-copy h2,
.home .gift-section h2,
.home .quote-section h2,
.home .product-card h3,
.home .shop-feature-copy h3,
.home .scent-object-visual figcaption strong {
  letter-spacing: 0;
}

.home .forest-hero-title,
.home .page-hero h1,
.home .story-layout h2,
.home .section-head h2,
.home .scent-object-copy h2,
.home .gift-section h2,
.home .quote-section h2 {
  text-wrap: balance;
}

@media (max-width: 767px) {
  .home .forest-hero-title {
    line-height: .92;
  }

  .home .section-head h2,
  .home .scent-object-copy h2,
  .home .gift-section h2,
  .home .quote-section h2 {
    line-height: 1.05;
  }

  .home .product-card h3,
  .home .shop-feature-copy h3 {
    line-height: 1.08;
  }
}

@media (max-width: 1040px) {
  .scent-object-redesign {
    grid-template-columns: 1fr;
  }

  .scent-object-copy,
  .scent-object-visual {
    min-height: auto;
  }

  .scent-object-visual {
    aspect-ratio: 1.18 / 1;
  }
}

@media (max-width: 640px) {
  .scent-object-redesign {
    padding: 54px 0 70px;
  }

  .scent-object-copy {
    padding: 22px;
  }

  .scent-object-copy h2 {
    font-size: clamp(40px, 11.5vw, 58px);
  }

  .scent-object-copy .object-lead {
    font-size: 17px;
  }

  .object-scene-list {
    grid-template-columns: 1fr;
  }

  .object-scene-list article {
    min-height: 132px;
  }

  .object-scene-list p {
    margin-top: 22px;
  }

  .scent-object-visual {
    aspect-ratio: 1 / 1.15;
  }

  .scent-object-visual figcaption {
    display: grid;
    align-items: start;
  }

  .scent-object-visual figcaption strong {
    text-align: left;
  }

  .scenario-section h2,
  .scent-object-copy h2,
  .shop-section h2,
  .gift-copy h2,
  .page-hero h1 {
    line-height: .96;
    letter-spacing: -.055em;
  }
}

/* Process module fix: remove overlapping split layout */
.process-redesign {
  width: min(1388px, calc(100% - 52px));
  padding: 96px 0 112px;
  border-top: 1px solid rgba(244, 240, 232, .14);
}

.process-redesign .process-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: 26px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(244, 240, 232, .18);
}

.process-redesign h2 {
  max-width: 980px;
  margin: 0;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(48px, 6.7vw, 112px);
  font-weight: 620;
  line-height: .9;
  letter-spacing: -.075em;
  text-transform: none;
}

.process-redesign .process-intro > p {
  max-width: 520px;
  margin: 0;
  color: rgba(244, 240, 232, .76);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.42;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.process-redesign .process-grid {
  gap: 14px;
}

.process-redesign .process-grid div {
  min-height: 260px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  color: var(--cream);
  background: rgba(244, 240, 232, .06);
  border: 1px solid rgba(244, 240, 232, .16);
}

.process-redesign .process-grid span {
  width: max-content;
  padding: 8px 11px;
  color: rgba(244, 240, 232, .78);
  background: rgba(244, 240, 232, .08);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.process-redesign .process-grid strong {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 600;
  line-height: .92;
  letter-spacing: -.07em;
  text-transform: none;
}

.process-redesign .process-grid p {
  margin: 0;
  color: rgba(244, 240, 232, .72);
  font-size: 13px;
  font-weight: 740;
  line-height: 1.36;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .process-redesign .process-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .process-redesign .process-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .process-redesign {
    width: calc(100% - 32px);
    padding: 64px 0 74px;
  }

  .process-redesign h2 {
    font-size: clamp(40px, 12vw, 62px);
    line-height: .96;
    letter-spacing: -.055em;
  }

  .process-redesign .process-intro > p {
    font-size: 13px;
    line-height: 1.38;
  }

  .process-redesign .process-grid {
    grid-template-columns: 1fr;
  }

  .process-redesign .process-grid div {
    min-height: 210px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 14px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    backdrop-filter: blur(12px);
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 28px;
    height: 28px;
  }

  .header-actions {
    gap: 10px;
  }

  .icon-link,
  .menu-button {
    width: 32px;
    height: 32px;
  }

  .mobile-drawer {
    padding-top: 72px;
    align-content: start;
  }

  .mobile-drawer a {
    font-size: clamp(22px, 8vw, 36px);
  }

  .mineral-hero,
  .hero,
  .forest-logo-hero,
  .page-hero {
    padding-top: 82px;
  }

  .mineral-hero h1,
  .hero h1,
  .forest-logo-hero h1,
  .page-hero h1 {
    font-size: clamp(42px, 14vw, 70px);
    line-height: .92;
  }

  .hero-sub,
  .forest-hero-copy .hero-sub,
  .page-hero p:not(.label) {
    font-size: clamp(16px, 5vw, 24px);
  }

  .hero-cta .button {
    min-height: 44px;
  }

  .hero-visual,
  .hero-photo,
  .shop-feature-image,
  .product-art,
  .product-hot .product-art,
  .field-card,
  .gift-still,
  .scent-object-visual {
    min-height: 320px;
  }

  .story-layout h2,
  .scent-object-copy h2,
  .arc-lead h2,
  .shop-feature-copy h3 {
    font-size: clamp(34px, 10vw, 54px);
    line-height: .95;
  }

  .story-text p,
  .gift-copy p:not(.label),
  .scent-object-copy .object-lead,
  .process-section p,
  .reviews div p {
    font-size: 16px;
    line-height: 1.38;
  }

  .cart-layout,
  .checkout-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .cart-summary,
  .checkout-summary,
  .contact-card {
    position: static;
    top: auto;
  }

  .product-detail-page {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 92px 18px 64px;
  }

  .product-detail-copy h1 {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1;
  }

  .product-detail-copy {
    gap: 13px;
  }

  .product-detail-subtitle {
    font-size: 16px;
    line-height: 1.38;
  }

  .product-detail-meta-grid,
  .product-facts-grid,
  .product-care-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-desc {
    font-size: 15px;
    line-height: 1.5;
  }

  .product-detail-media {
    position: static;
    top: auto;
    max-width: none;
    justify-self: stretch;
    padding: 10px;
  }

  .product-media-stage {
    height: min(58vw, 300px);
    min-height: 260px;
  }

  .product-detail-media .product-art {
    min-height: min(58vw, 300px);
  }

  .product-media-thumbs {
    grid-template-columns: repeat(4, minmax(76px, 1fr));
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
  }

  .product-media-thumb {
    min-width: 76px;
    scroll-snap-align: start;
  }

  .product-media-stage figcaption {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }

  .product-media-stage figcaption strong {
    max-width: 100%;
    text-align: left;
  }

  .trust-reviews,
  .review-cards {
    grid-template-columns: 1fr;
  }

  .product-checkout-assurance,
  .product-trust-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-detail-buy {
    align-items: stretch;
    gap: 10px;
    padding-top: 8px;
  }

  .product-detail-buy form.cart,
  .product-detail-buy .single_add_to_cart_button,
  .product-detail-buy .button {
    width: 100%;
  }

  .product-detail-buy form.cart {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .product-detail-buy strong {
    font-size: 36px;
  }

  .product-info-accordion-grid {
    grid-template-columns: 1fr;
  }
}

.trust-reviews .review-cards p,
.policy-grid p,
.product-ingredient-panel p,
.product-care-grid p,
.checkout-trust-panel span,
.newsletter-note {
  letter-spacing: 0;
  text-transform: none;
}

.trust-reviews .review-cards p {
  font-size: 14px;
  line-height: 1.55;
}

.policy-page .label,
.policy-page h2 {
  letter-spacing: 0;
}

@media (max-width: 760px) {
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}
