:root {
  --bg: oklch(94% 0.024 86);
  --paper: oklch(97% 0.018 86);
  --paper-strong: oklch(99% 0.012 88);
  --ink: oklch(18% 0.031 148);
  --muted: oklch(43% 0.031 136);
  --soft: oklch(88% 0.028 95);
  --forest: oklch(31% 0.064 154);
  --forest-deep: oklch(22% 0.055 155);
  --moss: oklch(55% 0.083 126);
  --clay: oklch(58% 0.13 50);
  --gold: oklch(78% 0.12 82);
  --line: oklch(20% 0.025 145 / 0.1);
  --line-strong: oklch(20% 0.025 145 / 0.18);
  --shadow-sm: 0 12px 30px oklch(21% 0.04 150 / 0.1);
  --shadow-md: 0 24px 70px oklch(21% 0.04 150 / 0.16);
  --shadow-lg: 0 42px 110px oklch(16% 0.05 150 / 0.22);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 999px;
  --max-width: 1260px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 4%, oklch(80% 0.13 82 / 0.26), transparent 25rem),
    radial-gradient(circle at 88% 0%, oklch(43% 0.09 150 / 0.2), transparent 24rem),
    linear-gradient(180deg, oklch(97% 0.017 88) 0%, var(--bg) 46%, oklch(90% 0.027 92) 100%);
  font-family: "Manrope", sans-serif;
  -webkit-tap-highlight-color: oklch(31% 0.064 154 / 0.18);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: 0;
  background:
    linear-gradient(90deg, oklch(20% 0.03 145 / 0.035) 1px, transparent 1px),
    linear-gradient(oklch(20% 0.03 145 / 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, oklch(0% 0 0 / 0.42), transparent 78%);
}

body::after {
  z-index: 1;
  background-image:
    radial-gradient(circle at 50% 50%, oklch(100% 0 0 / 0.25) 0 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.25;
  mix-blend-mode: multiply;
}

img {
  max-width: 100%;
}

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

.page-shell {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding-bottom: 48px;
}

.utility-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
  padding: 13px 16px 7px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(250px, auto) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin: 8px 0 18px;
  padding: 10px 12px 10px 14px;
  border: 1px solid oklch(100% 0 0 / 0.5);
  border-radius: 26px;
  background: oklch(97% 0.014 88 / 0.82);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px) saturate(1.15);
  animation: siteHeaderIn 720ms var(--ease-out) both;
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.brand::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  width: 70px;
  height: 70px;
  border: 1px solid oklch(55% 0.083 126 / 0.46);
  border-radius: 20px;
  opacity: 0;
  transform: translateY(-50%) scale(0.72) rotate(-8deg);
  pointer-events: none;
}

.brand:hover::before,
.brand:focus-visible::before {
  animation: logoFocusRing 760ms var(--ease-out) both;
}

.brand-logo {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: block;
  border-radius: 15px;
  object-fit: contain;
  box-shadow: 0 10px 24px oklch(15% 0.02 145 / 0.12);
  transform-origin: center;
  animation: logoTrailIn 900ms var(--ease-out) 180ms both, logoBreath 5200ms ease-in-out 1200ms infinite;
  transition: transform 220ms var(--ease-out), box-shadow 220ms ease, filter 220ms ease;
}

.brand:hover .brand-logo {
  animation: logoNavigate 680ms var(--ease-out) both;
  filter: saturate(1.08);
  box-shadow: 0 16px 34px oklch(15% 0.02 145 / 0.18);
}

.brand:focus-visible .brand-logo {
  animation: logoNavigate 680ms var(--ease-out) both;
}

.brand-text {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand-text strong,
.site-nav a,
h1,
h2,
h3 {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand-text strong {
  font-size: 1.12rem;
}

.brand-text span {
  max-width: 330px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-self: end;
  flex-wrap: nowrap;
  gap: 6px;
  min-width: 0;
}

.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--forest);
  background: oklch(89% 0.056 132 / 0.34);
}

.mobile-nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: oklch(99% 0.012 88 / 0.74);
  cursor: pointer;
}

.mobile-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 220ms var(--ease-out);
}

.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px 0 18px;
  border: 1px solid oklch(20% 0.045 145 / 0.2);
  border-radius: 18px 999px 999px 18px;
  background:
    linear-gradient(90deg, var(--forest-deep) 0 34px, transparent 34px),
    linear-gradient(180deg, oklch(97% 0.018 88), oklch(91% 0.028 88));
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.62),
    0 14px 32px oklch(19% 0.04 145 / 0.14);
  color: oklch(18% 0.031 148);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: transform 180ms var(--ease-out), box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border: 2px solid oklch(96% 0.018 88);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px oklch(96% 0.018 88 / 0.16);
}

.button::after {
  content: "";
  position: absolute;
  inset: 5px 7px 5px 40px;
  z-index: -1;
  border: 1px dashed oklch(23% 0.04 145 / 0.16);
  border-radius: 13px 999px 999px 13px;
  pointer-events: none;
}

.button:hover {
  transform: translateY(-2px);
  border-color: oklch(31% 0.064 154 / 0.46);
  background:
    linear-gradient(90deg, var(--clay) 0 34px, transparent 34px),
    linear-gradient(180deg, oklch(99% 0.014 88), oklch(89% 0.04 120));
  box-shadow:
    inset 0 1px 0 oklch(100% 0 0 / 0.72),
    0 22px 44px oklch(22% 0.07 154 / 0.24);
}

.button:active {
  transform: translateY(0) scale(0.98);
}

.button-nav {
  min-height: 44px;
  padding: 0 18px;
  white-space: nowrap;
}

.hero,
.section,
.site-footer,
.catalog-hero,
.story-hero {
  position: relative;
  z-index: 1;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 1.04fr);
  gap: 18px;
  align-items: stretch;
}

.hero-copy,
.hero-gallery-panel,
.section-products,
.split-section,
.section-reviews,
.banner-card,
.site-footer,
.catalog-hero,
.story-hero {
  border: 1px solid oklch(100% 0 0 / 0.52);
  background: oklch(97% 0.016 88 / 0.76);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(14px) saturate(1.08);
}

.hero-copy {
  display: grid;
  align-content: center;
  min-height: 660px;
  padding: clamp(32px, 5vw, 62px);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -22%;
  width: 52%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, oklch(57% 0.08 130 / 0.24), transparent 68%);
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--clay);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

p,
li {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(4.1rem, 8.2vw, 7.7rem);
  font-weight: 800;
  line-height: 0.78;
}

.hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(4.1rem, 6.15vw, 5.85rem);
  line-height: 0.82;
}

h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  font-weight: 800;
  line-height: 0.86;
}

h3 {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  font-weight: 800;
  line-height: 0.92;
}

.hero-text,
.section-heading p,
.mission-card p,
.product-copy p,
.review-card p,
.footer-brand p,
.value-list li,
.catalog-hero-copy p,
.story-hero-copy p {
  color: var(--muted);
  line-height: 1.68;
}

.hero-text {
  max-width: 38rem;
  margin: 18px 0 0;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.hero-stats li {
  min-height: 100px;
  padding: 16px 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: oklch(99% 0.012 88 / 0.62);
}

.hero-stats strong {
  display: block;
  font-size: 1.42rem;
  font-weight: 900;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-gallery-panel {
  padding: clamp(18px, 3vw, 28px);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background:
    linear-gradient(180deg, oklch(20% 0.06 153 / 0.62), oklch(18% 0.054 153 / 0.82)),
    url("./hero-forest-background.jpg") center center / cover no-repeat;
}

.hero-gallery-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 44% 52%, transparent 0 34%, oklch(9% 0.03 145 / 0.22) 72%),
    linear-gradient(140deg, transparent 20%, oklch(80% 0.1 120 / 0.18) 100%);
}

.hero-gallery-grid,
.hero-product-callout {
  position: relative;
  z-index: 1;
}

.hero-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  grid-template-rows: 260px 250px;
  gap: 18px;
}

.hero-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid oklch(100% 0 0 / 0.18);
  border-radius: 30px;
  background: var(--soft);
  box-shadow: 0 24px 60px oklch(9% 0.03 145 / 0.36);
}

.hero-shot img,
.featured-home-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms var(--ease-out), filter 700ms ease;
}

.hero-shot:hover img,
.featured-home-card:hover .featured-home-media img {
  transform: scale(1.045);
  filter: saturate(1.06);
}

.hero-shot-large {
  grid-row: span 2;
}

.hero-shot-tall {
  transform: translateY(22px);
}

.hero-shot-small {
  transform: translateX(-30px);
}

.hero-product-callout {
  width: min(380px, 88%);
  margin: -18px 0 0 auto;
  padding: 24px;
  border: 1px solid oklch(100% 0 0 / 0.16);
  border-radius: 30px;
  background: oklch(25% 0.055 150 / 0.72);
  box-shadow: 0 20px 70px oklch(8% 0.02 145 / 0.34);
  color: oklch(96% 0.018 88);
}

.hero-product-pill,
.product-tag,
.review-rating,
.location-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-product-pill {
  background: oklch(97% 0.018 88 / 0.14);
}

.hero-product-callout h2 {
  margin-top: 12px;
  color: oklch(97% 0.018 88);
  font-size: clamp(2.2rem, 3.2vw, 3rem);
}

.hero-product-callout p {
  margin: 8px 0 0;
  color: oklch(91% 0.03 88 / 0.88);
  line-height: 1.58;
}

.section {
  margin-top: 24px;
}

.trust-strip,
.section-featured-home,
.section-products,
.section-reviews,
.catalog-hero,
.story-hero,
.site-footer {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trust-strip::before,
.section-featured-home::before,
.section-products::before,
.section-reviews::before,
.catalog-hero::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.trust-strip > *,
.section-featured-home > *,
.section-products > *,
.section-reviews > *,
.catalog-hero > *,
.site-footer > * {
  position: relative;
  z-index: 1;
}

.trust-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(120deg, oklch(17% 0.045 150 / 0.74), oklch(31% 0.064 154 / 0.48)),
    url("./forest-background.jpg") center 62% / cover no-repeat;
  box-shadow: var(--shadow-sm);
}

.trust-strip::before {
  background:
    radial-gradient(circle at 14% 16%, oklch(82% 0.13 88 / 0.16), transparent 20rem),
    linear-gradient(180deg, oklch(7% 0.02 145 / 0.16), transparent 44%, oklch(7% 0.02 145 / 0.2));
}

.trust-item {
  min-height: 230px;
  padding: 24px;
  border: 1px solid oklch(100% 0 0 / 0.2);
  border-radius: 28px;
  background: linear-gradient(180deg, oklch(98% 0.014 88 / 0.82), oklch(91% 0.035 108 / 0.66));
  box-shadow: var(--shadow-sm);
  transition: transform 240ms var(--ease-out), box-shadow 240ms ease, background 240ms ease;
}

.trust-item:hover,
.review-card:hover,
.mission-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.trust-kicker {
  display: none;
}

.trust-item strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}

.trust-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.section-featured-home {
  padding: clamp(26px, 4vw, 42px);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(120deg, oklch(97% 0.016 88 / 0.9), oklch(97% 0.016 88 / 0.62) 52%, oklch(31% 0.064 154 / 0.2)),
    url("./hero-extra-pack-02.jpg") center 42% / cover no-repeat;
  box-shadow: var(--shadow-sm);
}

.section-featured-home::before {
  background:
    radial-gradient(circle at 80% 18%, oklch(79% 0.12 82 / 0.22), transparent 18rem),
    linear-gradient(180deg, oklch(98% 0.014 88 / 0.24), oklch(20% 0.05 150 / 0.1));
}

.featured-home-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
}

.featured-home-card {
  display: grid;
  overflow: hidden;
  min-height: 580px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-strong);
  box-shadow: var(--shadow-sm);
}

.featured-home-card:nth-child(2) {
  margin-top: 54px;
}

.featured-home-media {
  min-height: 360px;
  overflow: hidden;
}

.featured-home-copy {
  padding: 26px;
}

.section-products,
.split-section,
.section-reviews,
.catalog-hero,
.story-hero {
  border-radius: var(--radius-xl);
  padding: clamp(26px, 4vw, 46px);
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin-bottom: 30px;
}

.catalog-hero,
.story-hero {
  display: grid;
  gap: 18px;
  min-height: 420px;
  margin-top: 8px;
}

.catalog-hero {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(120deg, oklch(97% 0.016 88 / 0.9) 0 44%, oklch(97% 0.016 88 / 0.58)),
    url("./home-lifestyle-shot.jpg") center 38% / cover no-repeat;
}

.catalog-hero::before {
  background:
    radial-gradient(circle at 16% 20%, oklch(79% 0.12 82 / 0.22), transparent 20rem),
    linear-gradient(90deg, oklch(98% 0.014 88 / 0.78), oklch(98% 0.014 88 / 0.1));
}

.catalog-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -22%;
  width: min(520px, 42vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, oklch(43% 0.08 150 / 0.28), transparent 68%),
    radial-gradient(circle at 70% 80%, oklch(72% 0.14 76 / 0.2), transparent 50%);
}

.catalog-hero-copy,
.catalog-hero-meta,
.story-hero-copy {
  position: relative;
  z-index: 1;
}

.catalog-hero h1,
.story-hero h1 {
  max-width: 12ch;
}

.catalog-hero-meta {
  display: grid;
  gap: 14px;
}

.catalog-meta-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: oklch(99% 0.012 88 / 0.54);
}

.catalog-meta-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog-meta-card strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  text-transform: uppercase;
}

.story-hero {
  align-content: end;
  overflow: hidden;
  background:
    linear-gradient(120deg, oklch(97% 0.016 88 / 0.9) 0 42%, oklch(97% 0.016 88 / 0.56)),
    url("./forest-background.jpg") center center / cover no-repeat;
}

.section-products {
  background:
    linear-gradient(180deg, oklch(97% 0.016 88 / 0.9), oklch(94% 0.022 88 / 0.8)),
    url("./hero-forest-background.jpg") center top / cover no-repeat;
}

.section-products::before {
  background:
    radial-gradient(circle at 8% 10%, oklch(81% 0.1 88 / 0.18), transparent 19rem),
    linear-gradient(180deg, oklch(98% 0.014 88 / 0.86), oklch(98% 0.014 88 / 0.52) 55%, oklch(25% 0.055 150 / 0.12));
}

.story-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, oklch(23% 0.055 150 / 0.16));
}

.product-grid,
.review-grid,
.mission-panel {
  display: grid;
  gap: 18px;
}

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

.product-card,
.review-card,
.mission-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-strong);
  transition: transform 260ms var(--ease-out), box-shadow 260ms ease;
}

.product-card {
  box-shadow: var(--shadow-sm);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.product-card-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  overflow: clip;
}

.product-gallery {
  display: grid;
  gap: 14px;
  padding: clamp(14px, 2vw, 22px);
  background:
    radial-gradient(circle at 20% 18%, oklch(96% 0.015 88), transparent 18rem),
    linear-gradient(140deg, oklch(90% 0.031 92), oklch(85% 0.035 120));
}

.product-card-pack .product-gallery {
  background:
    radial-gradient(circle at 24% 18%, oklch(98% 0.012 88), transparent 17rem),
    linear-gradient(140deg, oklch(90% 0.024 94), oklch(78% 0.035 150));
}

.product-card-blanket .product-gallery {
  background:
    radial-gradient(circle at 22% 16%, oklch(98% 0.012 88), transparent 18rem),
    linear-gradient(145deg, oklch(91% 0.025 82), oklch(82% 0.06 92));
}

.product-gallery-main {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid oklch(100% 0 0 / 0.58);
  border-radius: 26px;
  background: oklch(96% 0.013 88);
  box-shadow: inset 0 -30px 80px oklch(15% 0.02 145 / 0.06);
}

.product-gallery-main::after {
  content: "";
  position: absolute;
  inset: auto 16% 22px;
  height: 22px;
  border-radius: 50%;
  background: oklch(17% 0.03 145 / 0.14);
  filter: blur(16px);
}

.product-gallery-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: clamp(14px, 3vw, 38px);
  transition: opacity 170ms ease, transform 520ms var(--ease-out);
}

.product-gallery-image.is-changing {
  opacity: 0.18;
  transform: scale(0.985);
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 1px solid oklch(100% 0 0 / 0.6);
  border-radius: var(--radius-sm);
  background: oklch(98% 0.014 88 / 0.86);
  box-shadow: var(--shadow-sm);
  color: var(--forest-deep);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 180ms var(--ease-out), background 180ms ease, color 180ms ease;
}

.carousel-button:hover {
  background: var(--forest);
  color: oklch(96% 0.018 88);
  transform: translateY(-50%) scale(1.05);
}

.carousel-button-prev {
  left: 16px;
}

.carousel-button-next {
  right: 16px;
}

.product-carousel-status {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: right;
}

.product-thumbs-shell {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 8px;
}

.product-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.thumb-scroll-button {
  width: 42px;
  height: 58px;
  border: 1px solid oklch(100% 0 0 / 0.62);
  border-radius: 18px;
  background: oklch(98% 0.014 88 / 0.9);
  color: var(--forest-deep);
  cursor: pointer;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: var(--shadow-sm);
  transition: transform 180ms var(--ease-out), background 180ms ease, color 180ms ease;
}

.thumb-scroll-button:hover {
  transform: translateY(-2px);
  background: var(--forest);
  color: oklch(96% 0.018 88);
}

.thumb-scroll-button:active {
  transform: scale(0.96);
}

.product-thumb {
  flex: 0 0 66px;
  min-height: 58px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 16px;
  background: oklch(96% 0.012 88);
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform 180ms var(--ease-out), border-color 180ms ease, box-shadow 180ms ease;
}

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

.product-thumb:hover {
  transform: translateY(-2px);
}

.product-thumb img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
}

.product-thumb.is-active {
  border-color: var(--forest);
  box-shadow: 0 10px 22px oklch(23% 0.07 154 / 0.18);
}

.product-tag-solid {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  background: oklch(98% 0.014 88 / 0.9);
  color: var(--forest-deep);
}

.product-copy {
  display: grid;
  gap: 16px;
  padding: clamp(26px, 4vw, 42px);
}

.product-copy-featured {
  align-content: center;
  background:
    linear-gradient(180deg, oklch(99% 0.012 88 / 0.72), oklch(94% 0.024 88 / 0.92)),
    radial-gradient(circle at 100% 0%, oklch(57% 0.08 130 / 0.14), transparent 14rem);
}

.product-copy h3 {
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  line-height: 0.86;
}

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

.location-chip {
  background: oklch(88% 0.06 132 / 0.5);
  color: var(--forest-deep);
}

.feature-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.52;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--forest);
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}

.price {
  color: var(--forest-deep);
  font-size: 2rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.product-card-simple .product-simple-body {
  display: grid;
  gap: 14px;
  padding: 28px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.forest-section {
  overflow: hidden;
  background:
    linear-gradient(125deg, oklch(97% 0.016 88 / 0.9) 0 36%, oklch(38% 0.07 150 / 0.22)),
    url("./hero-forest-background.jpg") center center / cover no-repeat;
}

.forest-section::before,
.customer-voice-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.forest-section::before {
  background:
    radial-gradient(ellipse at 62% 46%, transparent 0 31%, oklch(20% 0.06 150 / 0.14) 70%),
    linear-gradient(90deg, oklch(98% 0.014 88 / 0.78), transparent 74%);
}

.forest-section > *,
.customer-voice-section > * {
  position: relative;
  z-index: 1;
}

.mission-panel {
  grid-template-columns: 1fr;
}

.mission-card {
  padding: 24px;
  background: oklch(98% 0.014 88 / 0.82);
}

.mission-card-planting {
  overflow: hidden;
  background:
    linear-gradient(180deg, oklch(98% 0.014 88 / 0.9), oklch(96% 0.018 88 / 0.72)),
    url("./tree-planting-background.jpg") center center / cover no-repeat;
}

.mission-card-banner {
  padding: 0;
  overflow: hidden;
}

.mission-banner-image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.chip-list,
.value-list {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

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

.chip-list li {
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: oklch(88% 0.06 132 / 0.55);
  color: var(--forest-deep);
  font-weight: 900;
}

.value-list {
  display: grid;
  gap: 12px;
}

.value-list li {
  position: relative;
  padding-left: 22px;
}

.value-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--clay);
}

.customer-voice-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, oklch(96% 0.016 88 / 0.86), oklch(94% 0.022 88 / 0.74)),
    url("./customer-voice-background.jpg") center center / cover no-repeat;
}

.customer-voice-section::before {
  background:
    radial-gradient(circle at 18% 14%, oklch(80% 0.12 82 / 0.18), transparent 20rem),
    linear-gradient(120deg, oklch(98% 0.014 88 / 0.82), oklch(98% 0.014 88 / 0.42));
}

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

.review-card {
  display: grid;
  gap: 14px;
  min-height: 260px;
  padding: 24px;
  background: oklch(98% 0.014 88 / 0.86);
}

.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.reviewer {
  font-weight: 900;
}

.review-rating {
  background: oklch(83% 0.12 82 / 0.26);
  color: oklch(42% 0.11 50);
}

.review-item {
  color: var(--forest);
  font-size: 0.9rem;
  font-weight: 900;
}

.tree-banner-section {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(90deg, oklch(97% 0.016 88 / 0.92) 0 44%, oklch(97% 0.016 88 / 0.48)),
    url("./tree-in-hand-background.jpg") right center / cover no-repeat;
}

.banner-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 34px;
  border-radius: var(--radius-xl);
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 16px 22px;
  border-radius: 28px;
  text-align: center;
  background:
    linear-gradient(180deg, oklch(97% 0.016 88 / 0.9), oklch(93% 0.025 90 / 0.72)),
    url("./tree-planting-background.jpg") center 44% / cover no-repeat;
}

.site-footer::before {
  background:
    radial-gradient(circle at 50% 0%, oklch(82% 0.12 88 / 0.16), transparent 16rem),
    linear-gradient(180deg, oklch(98% 0.014 88 / 0.58), oklch(98% 0.014 88 / 0.82));
}

.footer-brand {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.footer-logo {
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 16px;
  object-fit: contain;
}

.footer-tagline {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: oklch(97% 0.014 88 / 0.78);
  color: var(--forest-deep);
  transition: transform 180ms var(--ease-out), background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.social-link:hover {
  transform: translateY(-2px);
  background: var(--forest);
  color: oklch(96% 0.018 88);
  box-shadow: 0 14px 28px oklch(22% 0.07 154 / 0.22);
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition: opacity 680ms ease, transform 680ms var(--ease-out);
}

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

@keyframes siteHeaderIn {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logoTrailIn {
  from {
    opacity: 0;
    transform: translateY(-10px) rotate(-5deg) scale(0.86);
  }
  64% {
    opacity: 1;
    transform: translateY(1px) rotate(1deg) scale(1.04);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

@keyframes logoBreath {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  48% {
    transform: translateY(-1px) scale(1.018);
  }
}

@keyframes logoNavigate {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  42% {
    transform: translateY(-4px) rotate(-3deg) scale(1.08);
  }
  72% {
    transform: translateY(1px) rotate(1deg) scale(1.02);
  }
  100% {
    transform: translateY(-2px) rotate(-1.5deg) scale(1.04);
  }
}

@keyframes logoFocusRing {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(0.72) rotate(-8deg);
  }
  38% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) scale(1.18) rotate(3deg);
  }
}

@media (max-width: 1320px) {
  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  }

  .hero-copy {
    padding: clamp(30px, 4vw, 48px);
  }

  .hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(4.1rem, 6.15vw, 5.85rem);
    line-height: 0.82;
  }

  .hero-text {
    max-width: 32rem;
  }

  .hero-stats strong {
    font-size: 1.24rem;
  }

  .hero-stats span {
    font-size: 0.78rem;
  }
}

@media (max-width: 1120px) {
  .hero,
  .catalog-hero,
  .split-section,
  .featured-home-grid,
  .review-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

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

  .featured-home-card:nth-child(2) {
    margin-top: 0;
  }

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

  .product-gallery-main {
    min-height: 520px;
  }

  .product-thumbs {
    margin-right: -8px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand-text span {
    display: none;
  }

  .site-nav a {
    padding: 0 10px;
  }
}

@media (max-width: 840px) {
  .mobile-nav-toggle {
    display: inline-block;
    justify-self: end;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: grid;
    width: 100%;
    grid-column: 1 / -1;
    justify-self: stretch;
    max-height: 0;
    overflow: hidden;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 0;
    opacity: 0;
    transition: max-height 260ms var(--ease-out), opacity 180ms ease, padding 180ms ease;
  }

  body.nav-open .site-nav {
    max-height: 420px;
    padding-top: 12px;
    opacity: 1;
  }

  .site-nav a,
  .button-nav {
    width: 100%;
    justify-content: center;
    min-height: 50px;
  }

  body.nav-open .mobile-nav-toggle span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  body.nav-open .mobile-nav-toggle span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 180px;
  }

  .hero-shot-large {
    grid-row: span 1;
  }

  .hero-shot-tall,
  .hero-shot-small {
    transform: none;
  }

  .hero-product-callout {
    width: 100%;
    margin: 18px 0 0;
  }

  .banner-card,
  .price-row {
    display: grid;
    justify-items: start;
  }

  .price-row .button,
  .hero-actions .button,
  .banner-card .button {
    width: 100%;
  }
}

@media (max-width: 680px) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .page-shell {
    width: min(calc(100% - 18px), var(--max-width));
    padding-bottom: 32px;
  }

  .hero,
  .hero-copy,
  .hero-actions,
  .hero-stats {
    min-width: 0;
  }

  .utility-bar {
    gap: 8px 16px;
    font-size: 0.65rem;
  }

  .site-header,
  .hero-copy,
  .hero-gallery-panel,
  .section-products,
  .split-section,
  .section-reviews,
  .banner-card,
  .site-footer,
  .catalog-hero,
  .story-hero,
  .section-featured-home {
    padding: 20px;
    border-radius: 26px;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .brand-text strong {
    font-size: 1rem;
  }

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

  .footer-logo {
    width: 46px;
    height: 46px;
  }

  .social-link {
    width: 42px;
    height: 42px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.9rem, 11.5vw, 4.05rem);
    line-height: 0.88;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: clamp(2.35rem, 13vw, 3.6rem);
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }

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

  .hero-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 220px);
  }

  .featured-home-card {
    min-height: 0;
  }

  .featured-home-media {
    min-height: 300px;
  }

  .product-gallery-main {
    min-height: 390px;
  }

  .product-gallery-image {
    padding: 20px;
  }

  .product-thumbs {
    margin-right: -10px;
  }

  .product-thumbs-shell {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 6px;
  }

  .thumb-scroll-button {
    width: 38px;
    min-width: 38px;
  }

  .carousel-button {
    width: 44px;
    height: 44px;
  }

  .product-copy h3 {
    font-size: clamp(2rem, 12vw, 2.8rem);
  }
}

@media (max-width: 430px) {
  .page-shell {
    width: min(calc(100% - 12px), var(--max-width));
  }

  .utility-bar {
    display: none;
  }

  .site-header {
    top: 6px;
    margin-top: 6px;
    padding: 12px;
    border-radius: 22px;
  }

  .brand {
    gap: 10px;
  }

  .brand::before {
    left: -5px;
    width: 58px;
    height: 58px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .brand-text strong {
    font-size: 0.95rem;
  }

  .mobile-nav-toggle {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .site-nav a,
  .button-nav {
    min-height: 48px;
  }

  .hero,
  .section {
    margin-top: 14px;
  }

  .hero-copy,
  .hero-gallery-panel,
  .section-products,
  .split-section,
  .section-reviews,
  .banner-card,
  .site-footer,
  .catalog-hero,
  .story-hero,
  .section-featured-home {
    padding: 16px;
    border-radius: 22px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 12.4vw, 3.05rem);
    line-height: 0.86;
  }

  h2 {
    font-size: clamp(2.05rem, 11vw, 3rem);
  }

  h3 {
    font-size: clamp(1.5rem, 8vw, 2.1rem);
  }

  .hero-text,
  .section-heading p,
  .product-copy p,
  .review-card p {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .hero-stats li {
    min-height: 86px;
    padding: 13px 12px;
    border-radius: 18px;
  }

  .hero-gallery-grid {
    grid-template-rows: 250px 190px;
  }

  .hero-shot-small {
    display: none;
  }

  .hero-product-callout {
    padding: 18px;
    border-radius: 24px;
  }

  .trust-strip {
    gap: 10px;
    padding: 10px;
    border-radius: 22px;
  }

  .trust-item {
    min-height: auto;
    padding: 18px;
    border-radius: 22px;
  }

  .featured-home-media {
    min-height: 250px;
  }

  .product-gallery {
    padding: 12px;
  }

  .product-gallery-main {
    min-height: 330px;
    border-radius: 22px;
  }

  .product-gallery-image {
    padding: 14px;
  }

  .product-copy {
    padding: 20px;
  }

  .product-copy h3 {
    font-size: clamp(1.95rem, 11vw, 2.55rem);
  }

  .product-thumbs-shell {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
  }

  .thumb-scroll-button {
    width: 34px;
    min-width: 34px;
    height: 54px;
    border-radius: 15px;
  }

  .product-thumb {
    flex-basis: 60px;
    min-height: 54px;
    border-radius: 14px;
  }

  .carousel-button {
    width: 40px;
    height: 40px;
  }

  .price {
    font-size: 1.7rem;
  }

  .button {
    min-height: 50px;
    padding-right: 18px;
    font-size: 0.92rem;
  }

  .review-grid {
    gap: 12px;
  }

  .review-card {
    min-height: auto;
    padding: 18px;
  }

  .footer-tagline {
    font-size: 0.88rem;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
