:root {
  --trust-ink: #172019;
  --trust-deep: #0e1510;
  --trust-green: #25392c;
  --trust-gold: #b98a49;
  --trust-gold-light: #e4c78f;
  --trust-paper: #f4f0e7;
  --trust-line: rgba(31, 42, 34, 0.13);
}

body.why-page {
  color: var(--trust-ink);
  background: var(--trust-paper);
}

.why-page img {
  display: block;
  max-width: 100%;
}

.why-progress {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.why-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #8e6332, #edce91);
  box-shadow: 0 0 12px rgba(224, 190, 123, 0.45);
  transform: scaleX(0);
  transform-origin: left;
}

.why-topbar {
  position: fixed;
  z-index: 90;
  top: 3px;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  min-height: 82px;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(22px, 4vw, 64px);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: color 320ms ease, background 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.why-topbar[data-elevated="true"] {
  color: var(--trust-ink);
  background: rgba(247, 244, 237, 0.9);
  border-color: rgba(30, 42, 34, 0.12);
  box-shadow: 0 12px 38px rgba(22, 28, 23, 0.07);
  backdrop-filter: blur(20px) saturate(120%);
}

.why-topbar .brand { color: inherit; }
.why-topbar .brand__mark { border-color: currentColor; }

.why-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 42px);
}

.why-nav a {
  position: relative;
  padding: 28px 0;
  color: inherit;
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.why-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--trust-gold);
  transform: scaleX(0);
  transition: transform 280ms ease;
}

.why-nav a:hover::after,
.why-nav a.is-active::after { transform: scaleX(1); }

.why-topbar__tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.why-topbar .language-switch {
  color: inherit;
  border-color: rgba(255, 255, 255, 0.36);
}

.why-topbar[data-elevated="true"] .language-switch { border-color: rgba(24, 33, 26, 0.18); }

.why-topbar .lang-button { color: inherit; }
.why-topbar .lang-button.is-active { color: #1c211d; }

.why-account {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
}

.why-topbar[data-elevated="true"] .why-account { border-color: rgba(24, 33, 26, 0.18); }

.why-exit-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 280ms ease, border-color 280ms ease, background 280ms ease, transform 280ms ease;
}

.why-exit-link i { color: var(--trust-gold-light); font-style: normal; font-size: 0.9rem; }
.why-exit-link:hover { color: #1e211d; background: linear-gradient(135deg, #ecd7ad, #c79a5d); border-color: transparent; transform: translateY(-2px); }
.why-exit-link:hover i { color: inherit; }
.why-topbar[data-elevated="true"] .why-exit-link { border-color: rgba(24, 33, 26, 0.18); }

.why-shop-link {
  display: inline-grid;
  min-height: 42px;
  place-items: center;
  padding: 0 17px;
  color: #1e211d;
  background: linear-gradient(135deg, #ecd7ad, #c79a5d);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}

.why-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: white;
  background: var(--trust-deep);
}

.why-hero__image,
.why-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.why-hero__image {
  z-index: -2;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04);
  animation: trustHeroBreath 18s ease-in-out infinite alternate;
}

.why-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 17, 12, 0.88), rgba(10, 17, 12, 0.52) 49%, rgba(10, 17, 12, 0.16)),
    linear-gradient(180deg, rgba(10, 14, 11, 0.28), transparent 42%, rgba(10, 14, 11, 0.58));
}

.why-hero__content {
  width: min(790px, calc(100% - 44px));
  align-self: center;
  margin-left: max(22px, calc((100vw - 1320px) / 2));
  padding: 142px 0 160px;
}

.why-kicker {
  margin: 0 0 20px;
  color: var(--trust-gold-light);
  font-family: Georgia, serif;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.6;
}

.why-hero h1 {
  max-width: 760px;
  margin: 0 0 30px;
  font-size: clamp(4.3rem, 8.4vw, 8.8rem);
  letter-spacing: 0.02em;
  line-height: 0.98;
}

.why-hero__content > p:not(.why-kicker) {
  max-width: 640px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Songti SC", STSong, Georgia, serif;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  letter-spacing: 0.04em;
  line-height: 1.95;
}

.why-hero__cta {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 28px;
  padding: 0 24px;
  color: #241f18;
  background: linear-gradient(135deg, #edd9b1, #c89b5b);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.why-hero__cta:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26); }
.why-hero__cta i { font-style: normal; }

.why-hero__proof {
  position: absolute;
  right: clamp(24px, 5vw, 76px);
  bottom: 42px;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.why-hero__proof span {
  display: grid;
  min-width: 126px;
  gap: 4px;
  padding: 17px 22px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.why-hero__proof span:first-child { border-left: 0; }
.why-hero__proof b { color: var(--trust-gold-light); font-family: Georgia, serif; font-size: 0.68rem; }
.why-hero__proof small { color: rgba(255, 255, 255, 0.64); font-size: 0.7rem; letter-spacing: 0.1em; }

.trust-section {
  position: relative;
  padding: clamp(104px, 11vw, 180px) clamp(24px, 5vw, 78px);
  overflow: hidden;
}

.trust-section > * { width: min(1320px, 100%); margin-inline: auto; }

.trust-heading { display: grid; grid-template-columns: 58px minmax(0, 1fr); max-width: 920px; margin-bottom: clamp(54px, 7vw, 92px); }
.trust-heading > span { grid-row: 1 / 4; padding-top: 4px; color: var(--trust-gold); font-family: Georgia, serif; font-size: 0.72rem; }
.trust-heading .why-kicker { margin-bottom: 13px; color: var(--trust-gold); }
.trust-heading h2 { margin-bottom: 25px; font-size: clamp(3.3rem, 6.5vw, 7rem); line-height: 1.02; }
.trust-heading > p:last-child { max-width: 760px; margin: 0; color: rgba(23, 32, 25, 0.66); font-size: clamp(0.98rem, 1.35vw, 1.12rem); line-height: 1.9; }
.trust-heading--light h2 { color: #f7f1e5; }
.trust-heading--light > p:last-child { color: rgba(255, 255, 255, 0.66); }
.trust-heading--center { justify-items: center; max-width: 1050px; grid-template-columns: 1fr; text-align: center; }
.trust-heading--center > span { grid-row: auto; margin-bottom: 22px; }

.origin-proof { background: #f2eee5; }

.origin-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(220px, 0.7fr);
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 16px;
  min-height: 760px;
}

.origin-gallery figure,
.wellness-visuals figure,
.farmers-story figure,
.process-timeline figure {
  margin: 0;
  overflow: hidden;
  background: #d9d3c7;
}

.origin-gallery__main { grid-row: 1 / 3; border-radius: 26px 8px 8px 26px; }
.origin-gallery figure:not(.origin-gallery__main):first-of-type { border-radius: 8px 26px 8px 8px; }
.origin-gallery figure:last-child { border-radius: 8px 8px 26px 8px; }
.origin-gallery img,
.wellness-visuals img,
.farmers-story img,
.process-timeline img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms var(--ease-out), filter 600ms ease; }

.trust-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--trust-line);
  border-radius: 18px;
}

.trust-tags li {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-left: 1px solid var(--trust-line);
  font-weight: 650;
  letter-spacing: 0.04em;
}

.trust-tags li:first-child { border-left: 0; }
.trust-tags i { display: grid; width: 32px; height: 32px; place-items: center; color: var(--trust-gold); border: 1px solid rgba(185, 138, 73, 0.35); border-radius: 50%; font-family: Georgia, serif; font-style: normal; }

.wellness-section {
  color: white;
  background: #162019;
}

.wellness-section::before,
.process-section::before,
.trust-summary::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 90% 8%, rgba(197, 157, 88, 0.11), transparent 30%), radial-gradient(circle at 8% 90%, rgba(85, 112, 80, 0.15), transparent 35%);
}

.wellness-visuals {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
  gap: 16px;
  min-height: 570px;
}

.wellness-visuals figure { border-radius: 24px; }

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  perspective: 1200px;
}

.ingredient-card {
  min-height: 230px;
  padding: 0;
  color: white;
  background: transparent;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  perspective: 1000px;
}

.ingredient-card__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  transform-style: preserve-3d;
  transition: transform 700ms var(--ease-out);
}

.ingredient-card__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(231, 207, 159, 0.18);
  border-radius: 20px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  backface-visibility: hidden;
}

.ingredient-card__face i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #2c251c;
  background: linear-gradient(145deg, #eed9ae, #bf8d4e);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 0.7rem;
  font-style: normal;
}

.ingredient-card__face strong { font-family: Georgia, serif; font-size: clamp(1.1rem, 1.7vw, 1.42rem); font-weight: 500; }
.ingredient-card__face small { color: rgba(255, 255, 255, 0.42); font-size: 0.63rem; letter-spacing: 0.1em; }
.ingredient-card__back { align-items: center; justify-content: center; color: #241e16; background: linear-gradient(145deg, #f1dfbc, #c9995b); font-family: "Songti SC", STSong, Georgia, serif; font-size: 1rem; line-height: 1.8; text-align: center; transform: rotateY(180deg); }

@media (hover: hover) and (pointer: fine) {
  .ingredient-card:hover .ingredient-card__inner { transform: rotateY(180deg); }
}

.ingredient-card:focus-visible .ingredient-card__inner,
.ingredient-card.is-flipped .ingredient-card__inner { transform: rotateY(180deg); }

.wellness-disclaimer { margin: 23px auto 0; color: rgba(255, 255, 255, 0.4); font-size: 0.68rem; letter-spacing: 0.04em; text-align: right; }

.farmers-section { background: #f5f1e8; }

.farmers-story {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: 16px;
  min-height: 760px;
}

.farmers-story__hero { grid-row: 1 / 3; border-radius: 26px 8px 8px 26px; }
.farmers-story figure:not(.farmers-story__hero) { border-radius: 8px 26px 8px 8px; }
.farmers-story figure:last-child { border-radius: 8px 8px 26px 8px; }
.farmers-story figure:last-child img { object-position: center; }
.trust-tags--center { max-width: 940px; }

.process-section {
  color: white;
  background: #111713;
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.process-timeline::before {
  position: absolute;
  z-index: 0;
  right: 5%;
  bottom: 66px;
  left: 5%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.14);
}

.process-timeline li {
  position: relative;
  z-index: 1;
  min-width: 0;
  opacity: 0.38;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms var(--ease-out), filter 650ms ease;
}

.process-timeline li::after {
  position: absolute;
  top: 37%;
  right: -11px;
  color: rgba(229, 199, 143, 0.42);
  content: "→";
  font-family: Georgia, serif;
  transition: color 500ms ease, text-shadow 500ms ease;
}

.process-timeline li:last-child::after { display: none; }
.process-timeline li.is-lit { opacity: 1; transform: translateY(0); }
.process-timeline li.is-lit::after { color: #e5c78f; text-shadow: 0 0 14px rgba(229, 199, 143, 0.72); }
.process-timeline figure { aspect-ratio: 0.73; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 16px; }
.process-timeline div { display: grid; gap: 5px; padding: 20px 8px; text-align: center; }
.process-timeline div span { color: var(--trust-gold-light); font-family: Georgia, serif; font-size: 0.63rem; }
.process-timeline div strong { color: rgba(255, 255, 255, 0.82); font-size: 0.83rem; letter-spacing: 0.08em; }

.process-checks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 46px auto 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.process-checks li { padding: 22px; color: rgba(255, 255, 255, 0.66); border-left: 1px solid rgba(255, 255, 255, 0.14); text-align: center; }
.process-checks li:first-child { border-left: 0; }

.quality-section {
  background:
    radial-gradient(circle at 78% 20%, rgba(205, 173, 112, 0.16), transparent 28%),
    linear-gradient(180deg, #f0ece4, #e8e2d7);
}

.people-land-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(113, 143, 105, 0.16), transparent 30%),
    linear-gradient(145deg, #e9ede1, #f2eee4 58%, #e8dfd2);
}

.people-land-card {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  min-height: 720px;
  overflow: hidden;
  background: rgba(250, 248, 241, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  box-shadow: 0 34px 100px rgba(56, 65, 49, 0.14), inset 0 1px rgba(255,255,255,0.8);
  backdrop-filter: blur(20px);
}

.people-land-mosaic {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: 10px;
  min-height: 720px;
  padding: 12px;
  background: #d7ddcf;
}

.people-photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  background: #cdd4c7;
  border: 0;
  border-radius: 17px;
  cursor: zoom-in;
  box-shadow: 0 12px 34px rgba(35, 48, 37, 0.12);
}

.people-photo--collection { grid-column: 1 / 5; grid-row: 1 / 4; }
.people-photo--picking { grid-column: 5 / 8; grid-row: 1 / 4; }
.people-photo--young { grid-column: 1 / 4; grid-row: 4 / 7; }
.people-photo--tree { grid-column: 4 / 8; grid-row: 4 / 7; }
.people-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.88) contrast(1.02); transition: transform 800ms var(--ease-out), filter 500ms ease; }
.people-photo--collection img { object-position: center 36%; }
.people-photo--tree img { object-position: center 44%; }
.people-photo > span { position: absolute; right: 12px; bottom: 12px; display: grid; width: 34px; height: 34px; place-items: center; color: #f7f1e6; background: rgba(18, 29, 21, 0.72); border: 1px solid rgba(255,255,255,0.24); border-radius: 50%; font-size: 0.75rem; backdrop-filter: blur(12px); transition: transform 320ms ease, background 320ms ease; }
.people-photo:hover img { filter: saturate(1) contrast(1.02); transform: scale(1.045); }
.people-photo:hover > span { background: #9d7340; transform: rotate(8deg) scale(1.08); }

.people-land-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 6vw, 90px);
  background:
    radial-gradient(circle at 94% 8%, rgba(170, 132, 74, 0.11), transparent 28%),
    linear-gradient(150deg, rgba(249,247,239,0.98), rgba(237,234,220,0.96));
}

.people-land-copy .why-kicker { margin-bottom: 14px; color: #8e683c; }
.people-land-copy h2 { max-width: 560px; margin: 0 0 28px; color: #253629; font-size: clamp(3rem, 5vw, 6rem); line-height: 1.02; }
.people-land-copy > p:not(.why-kicker) { max-width: 620px; margin: 0; color: rgba(37,54,41,0.68); font-size: clamp(0.96rem, 1.25vw, 1.08rem); line-height: 1.95; }

.people-land-icon { position: relative; width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 32px; color: #7f5a31; border: 1px solid rgba(131,94,50,0.28); border-radius: 50%; }
.people-land-icon i { font: 500 1.05rem/1 Georgia, "Songti SC", serif; font-style: normal; }
.people-land-icon span { position: absolute; inset: -7px; border: 1px solid rgba(105,132,96,0.18); border-radius: 50%; animation: peopleIconBreathe 3.2s ease-in-out infinite; }
.people-land-values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.people-land-values > span { display: inline-flex; min-height: 38px; align-items: center; gap: 8px; padding: 0 13px; color: #425344; background: rgba(255,255,255,0.54); border: 1px solid rgba(75,99,78,0.14); border-radius: 999px; font-size: 0.7rem; }
.people-land-values i { width: 5px; height: 5px; background: #8caa81; border-radius: 50%; }
.people-land-values b { font-weight: 650; }
.people-land-copy > small { margin-top: 24px; color: rgba(52,72,57,0.48); font-size: 0.66rem; letter-spacing: 0.03em; }

@keyframes peopleIconBreathe {
  0%, 100% { opacity: 0.45; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.06); }
}

.why-page.js-motion [data-reveal-section] .people-land-card {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(36px) scale(0.985);
  transition: opacity 950ms var(--ease-out), filter 950ms var(--ease-out), transform 950ms var(--ease-out);
}

.why-page.js-motion [data-reveal-section].is-visible .people-land-card {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

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

.document-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
  min-height: 510px;
  overflow: hidden;
  padding: 0;
  color: var(--trust-ink);
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(55, 45, 35, 0.1), inset 0 1px rgba(255, 255, 255, 0.9);
  cursor: zoom-in;
  text-align: left;
  backdrop-filter: blur(18px);
  transition: transform 380ms var(--ease-out), border-color 380ms ease, box-shadow 380ms ease;
}

.document-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: saturate(0.82); transition: transform 700ms var(--ease-out), filter 500ms ease; }
.document-card span { display: grid; gap: 6px; padding: 22px; border-top: 1px solid rgba(27, 34, 29, 0.1); }
.document-card b { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; }
.document-card small { color: rgba(24, 32, 26, 0.48); font-size: 0.65rem; }
.document-card:hover { transform: translateY(-8px); border-color: rgba(186, 141, 75, 0.45); box-shadow: 0 34px 90px rgba(55, 45, 35, 0.16), 0 0 32px rgba(185, 138, 73, 0.1); }
.document-card:hover img { filter: saturate(1); transform: scale(1.025); }
.trust-tags--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.document-modal {
  width: min(1040px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: hidden;
  background: #f6f2e9;
  border: 1px solid rgba(231, 201, 144, 0.3);
  border-radius: 22px;
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.48);
}

.document-modal::backdrop { background: rgba(8, 12, 9, 0.84); backdrop-filter: blur(8px); }
.document-modal__bar { display: flex; min-height: 64px; align-items: center; justify-content: space-between; padding: 0 20px; background: #182019; color: white; }
.document-modal__bar strong { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; }
.document-modal__bar button { display: grid; width: 38px; height: 38px; place-items: center; color: white; background: transparent; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 50%; cursor: pointer; font-size: 1.35rem; }
.document-modal__viewport { max-height: calc(100dvh - 96px); overflow: auto; padding: 24px; }
.document-modal__viewport img { width: 100%; height: auto; background: white; box-shadow: 0 12px 42px rgba(0, 0, 0, 0.12); }

.trust-summary {
  color: white;
  background: #101611;
}

.summary-icons {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.summary-icons article { display: grid; min-height: 190px; place-items: center; align-content: center; gap: 18px; border-left: 1px solid rgba(255, 255, 255, 0.14); text-align: center; }
.summary-icons article:first-child { border-left: 0; }
.summary-icons i { display: grid; width: 56px; height: 56px; place-items: center; color: var(--trust-gold-light); border: 1px solid rgba(229, 199, 143, 0.32); border-radius: 50%; font-family: Georgia, serif; font-size: 1.2rem; font-style: normal; }
.summary-icons strong { color: rgba(255, 255, 255, 0.72); font-size: 0.76rem; letter-spacing: 0.08em; }

.traceability-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 50px;
  align-items: center;
  margin-top: 74px;
  padding: clamp(38px, 5vw, 66px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(229, 199, 143, 0.2);
  border-radius: 26px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
}

.traceability-panel h3 { margin-bottom: 14px; font-size: clamp(2.5rem, 4vw, 4.4rem); font-weight: 400; }
.traceability-panel > div > p:last-child { margin: 0; color: rgba(255, 255, 255, 0.58); }
.traceability-panel ol { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.traceability-panel ol::before { position: absolute; top: 18px; right: 10%; left: 10%; height: 1px; content: ""; background: linear-gradient(90deg, #9d6f36, #e1c486, #9d6f36); }
.traceability-panel li { position: relative; display: grid; justify-items: center; gap: 18px; text-align: center; }
.traceability-panel li span { z-index: 1; display: grid; width: 36px; height: 36px; place-items: center; color: #251f18; background: linear-gradient(145deg, #ecd6ab, #be8b4b); border-radius: 50%; font-family: Georgia, serif; font-size: 0.64rem; box-shadow: 0 0 0 7px #1b221c; }
.traceability-panel li b { color: rgba(255, 255, 255, 0.68); font-size: 0.72rem; font-weight: 600; }

.trust-shop-cta { display: flex; max-width: 760px; min-height: 72px; align-items: center; justify-content: space-between; margin: 62px auto 0; padding: 0 30px; color: #211d17; background: linear-gradient(135deg, #eedbb5, #c69454); border-radius: 999px; font-family: var(--font-display); font-size: clamp(1rem, 1.5vw, 1.25rem); text-decoration: none; transition: transform 320ms ease, box-shadow 320ms ease; }
.trust-shop-cta:hover { transform: translateY(-4px); box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28); }

.why-footer {
  display: flex;
  min-height: 130px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 32px clamp(24px, 5vw, 76px);
  color: rgba(255, 255, 255, 0.68);
  background: #0a0f0b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.why-footer .brand { color: white; }
.why-footer p { margin: 0; font-size: 0.72rem; letter-spacing: 0.08em; }

.why-page.js-motion [data-reveal-section] .trust-heading,
.why-page.js-motion [data-reveal-section] .origin-gallery,
.why-page.js-motion [data-reveal-section] .wellness-visuals,
.why-page.js-motion [data-reveal-section] .ingredient-grid,
.why-page.js-motion [data-reveal-section] .farmers-story,
.why-page.js-motion [data-reveal-section] .process-timeline,
.why-page.js-motion [data-reveal-section] .document-grid,
.why-page.js-motion [data-reveal-section] .summary-icons,
.why-page.js-motion [data-reveal-section] .traceability-panel {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(34px) scale(0.985);
  transition: opacity 900ms var(--ease-out), filter 900ms var(--ease-out), transform 900ms var(--ease-out);
}

.why-page.js-motion [data-reveal-section].is-visible .trust-heading,
.why-page.js-motion [data-reveal-section].is-visible .origin-gallery,
.why-page.js-motion [data-reveal-section].is-visible .wellness-visuals,
.why-page.js-motion [data-reveal-section].is-visible .ingredient-grid,
.why-page.js-motion [data-reveal-section].is-visible .farmers-story,
.why-page.js-motion [data-reveal-section].is-visible .process-timeline,
.why-page.js-motion [data-reveal-section].is-visible .document-grid,
.why-page.js-motion [data-reveal-section].is-visible .summary-icons,
.why-page.js-motion [data-reveal-section].is-visible .traceability-panel {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.why-page.js-motion [data-reveal-section].is-visible > :nth-child(2) { transition-delay: 110ms; }
.why-page.js-motion [data-reveal-section].is-visible > :nth-child(3) { transition-delay: 210ms; }

@media (hover: hover) and (pointer: fine) {
  .origin-gallery figure:hover img,
  .wellness-visuals figure:hover img,
  .farmers-story figure:hover img,
  .process-timeline figure:hover img { transform: scale(1.035); }
}

@keyframes trustHeroBreath {
  from { transform: scale(1.01); }
  to { transform: scale(1.055); }
}

@media (max-width: 1120px) {
  .why-topbar { grid-template-columns: 1fr auto; }
  .why-nav { display: none; }
  .ingredient-grid,
  .document-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 14px; }
  .process-timeline::before { display: none; }
  .process-timeline li:nth-child(3)::after { display: none; }
  .summary-icons { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .people-land-card { grid-template-columns: 1fr; }
  .people-land-mosaic { min-height: 680px; }
  .summary-icons article:nth-child(4) { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.14); }
  .summary-icons article:nth-child(5), .summary-icons article:nth-child(6) { border-top: 1px solid rgba(255, 255, 255, 0.14); }
}

@media (max-width: 760px) {
  .why-topbar { min-height: 70px; padding-inline: 16px; }
  .why-topbar .brand__descriptor { display: none; }
  .why-shop-link { display: none; }
  .why-account { width: 40px; height: 40px; }
  .why-exit-link { width: 40px; height: 40px; min-height: 40px; justify-content: center; padding: 0; }
  .why-exit-link span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .why-hero__content { padding-top: 120px; }
  .why-hero__proof { right: 20px; bottom: 24px; left: 20px; }
  .why-hero__proof span { min-width: 0; flex: 1; padding-inline: 10px; }
  .trust-heading { grid-template-columns: 38px minmax(0, 1fr); }
  .origin-gallery,
  .farmers-story { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(380px, 1.3fr) minmax(230px, 0.7fr); min-height: 0; }
  .origin-gallery__main,
  .farmers-story__hero { grid-column: 1 / 3; grid-row: 1; border-radius: 22px 22px 8px 8px; }
  .origin-gallery figure:not(.origin-gallery__main),
  .farmers-story figure:not(.farmers-story__hero) { border-radius: 8px 8px 22px 22px; }
  .wellness-visuals { grid-template-columns: 1fr; min-height: 0; }
  .wellness-visuals__main { aspect-ratio: 1.45; }
  .wellness-visuals figure:last-child { aspect-ratio: 1.1; }
  .trust-tags,
  .trust-tags--four { grid-template-columns: 1fr; }
  .trust-tags li { justify-content: flex-start; padding-inline: 26px; border-top: 1px solid var(--trust-line); border-left: 0; }
  .trust-tags li:first-child { border-top: 0; }
  .ingredient-grid { grid-template-columns: 1fr 1fr; }
  .ingredient-card { min-height: 200px; }
  .process-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-timeline li:nth-child(3)::after { display: block; }
  .process-timeline li:nth-child(even)::after { display: none; }
  .process-checks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-checks li:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.14); }
  .process-checks li:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, 0.14); }
  .document-card { min-height: 430px; }
  .people-land-card { border-radius: 22px; }
  .people-land-mosaic { min-height: 590px; gap: 7px; padding: 8px; }
  .people-photo { border-radius: 13px; }
  .people-land-copy { padding: 48px 27px 54px; }
  .traceability-panel { grid-template-columns: 1fr; }
  .why-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .why-hero h1 { font-size: clamp(3.7rem, 18vw, 5.6rem); }
  .why-hero__proof small { font-size: 0.6rem; }
  .trust-section { padding-inline: 17px; }
  .people-land-section { padding-inline: 12px; }
  .people-land-mosaic { min-height: 510px; }
  .trust-heading { grid-template-columns: 1fr; }
  .trust-heading > span { grid-row: auto; margin-bottom: 17px; }
  .ingredient-grid,
  .document-grid { grid-template-columns: 1fr; }
  .ingredient-card { min-height: 210px; }
  .process-timeline { gap: 24px 10px; }
  .process-timeline li::after { right: -8px; }
  .summary-icons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .summary-icons article:nth-child(3),
  .summary-icons article:nth-child(5) { border-left: 0; }
  .summary-icons article:nth-child(3),
  .summary-icons article:nth-child(4),
  .summary-icons article:nth-child(5),
  .summary-icons article:nth-child(6) { border-top: 1px solid rgba(255, 255, 255, 0.14); }
  .summary-icons article:nth-child(4) { border-left: 1px solid rgba(255, 255, 255, 0.14); }
  .traceability-panel { padding: 32px 20px; }
  .traceability-panel ol { grid-template-columns: 1fr 1fr; gap: 30px 12px; }
  .traceability-panel ol::before { display: none; }
  .trust-shop-cta { border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .why-hero__image,
  .ingredient-card__inner,
  .why-page.js-motion [data-reveal-section] .trust-heading,
  .why-page.js-motion [data-reveal-section] .origin-gallery,
  .why-page.js-motion [data-reveal-section] .wellness-visuals,
  .why-page.js-motion [data-reveal-section] .ingredient-grid,
  .why-page.js-motion [data-reveal-section] .farmers-story,
  .why-page.js-motion [data-reveal-section] .process-timeline,
  .why-page.js-motion [data-reveal-section] .document-grid,
  .why-page.js-motion [data-reveal-section] .summary-icons,
  .why-page.js-motion [data-reveal-section] .traceability-panel {
    opacity: 1;
    filter: none;
    transform: none;
  }
  .why-page.js-motion [data-reveal-section] .people-land-card { opacity: 1; filter: none; transform: none; }
  .people-land-icon span { animation: none; }
}

/* Calm two-level navigation: brand and actions above, page sections below. */
.why-topbar {
  grid-template-columns: minmax(240px, 1fr) auto;
  min-height: 88px;
  gap: 32px;
}

.why-topbar > .brand { grid-column: 1; justify-self: start; }
.why-topbar__tools { grid-column: 2; justify-self: end; }
.why-shop-link,
.why-exit-link { white-space: nowrap; }

.why-nav {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  display: flex;
  width: max-content;
  max-width: calc(100vw - 40px);
  min-height: 52px;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  padding: 6px;
  color: rgba(255,255,255,0.9);
  background: rgba(13, 22, 16, 0.7);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(0,0,0,0.2);
  backdrop-filter: blur(20px) saturate(118%);
  scrollbar-width: none;
  transform: translateX(-50%);
}

.why-nav::-webkit-scrollbar { display: none; }
.why-nav a { flex: 0 0 auto; min-height: 38px; display: inline-flex; align-items: center; padding: 0 15px; border-radius: 999px; white-space: nowrap; }
.why-nav a::after { right: 15px; bottom: 5px; left: 15px; }
.why-nav a:hover { background: rgba(255,255,255,0.06); }
.why-nav a.is-active { color: #f3dcae; }
.why-topbar[data-elevated="true"] .why-nav {
  color: #344138;
  background: rgba(247,244,237,0.92);
  border-color: rgba(30,42,34,0.12);
  box-shadow: 0 16px 42px rgba(22,28,23,0.12);
}
.why-topbar[data-elevated="true"] .why-nav a:hover { background: rgba(132,96,50,0.07); }

.why-hero__content { padding-top: 198px; }

@media (max-width: 1120px) {
  .why-topbar { grid-template-columns: minmax(190px, 1fr) auto; }
  .why-nav { display: flex; }
  .why-shop-link { display: none; }
}

@media (max-width: 900px) {
  .why-topbar { min-height: 74px; padding-inline: 16px; }
  .why-nav { display: none; }
  .why-topbar .brand__descriptor { display: none; }
  .why-exit-link { width: 40px; height: 40px; min-height: 40px; justify-content: center; padding: 0; }
  .why-exit-link span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .why-hero__content { padding-top: 124px; }
}

@media (max-width: 560px) {
  .why-topbar .language-switch { transform: scale(0.9); transform-origin: right center; }
  .why-topbar__tools { gap: 6px; }
  .why-account { display: none; }
}

html:lang(th) .why-hero h1 {
  max-width: 15ch;
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  line-height: 1.08;
  letter-spacing: 0;
}

html:lang(th) .trust-heading h2,
html:lang(th) .people-land-copy h2 { line-height: 1.2; letter-spacing: 0; }

@media (max-width: 380px) {
  .why-topbar { padding-inline: 10px; }
  .why-topbar .brand__text { display: none; }
  .why-topbar .language-switch { transform: none; }
}

/* Content refinement: keep the established layout while adding clearer proof. */
.origin-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.origin-facts article {
  position: relative;
  display: grid;
  min-height: 158px;
  align-content: end;
  gap: 6px;
  overflow: hidden;
  padding: 24px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(45, 38, 30, 0.07), inset 0 1px rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
}

.origin-facts article:has(img)::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(90deg, rgba(20, 28, 22, 0.93), rgba(20, 28, 22, 0.56) 67%, rgba(20, 28, 22, 0.12));
}

.origin-facts img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.origin-facts span,
.origin-facts small,
.origin-facts strong {
  position: relative;
  z-index: 1;
}

.origin-facts span {
  color: var(--trust-gold);
  font-family: Georgia, serif;
  font-size: 0.65rem;
}

.origin-facts small {
  color: rgba(23, 32, 25, 0.48);
  font-size: 0.64rem;
  letter-spacing: 0.1em;
}

.origin-facts strong {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 500;
}

.origin-facts article:has(img) span { color: var(--trust-gold-light); }
.origin-facts article:has(img) small { color: rgba(255, 255, 255, 0.52); }
.origin-facts article:has(img) strong { color: white; }

.wellness-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3px;
}

.wellness-mosaic--side {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.wellness-mosaic > img {
  min-width: 0;
  object-position: center;
}

.ingredient-card {
  transition: transform 380ms var(--ease-out), filter 380ms ease;
}

.ingredient-card__face {
  transition: border-color 380ms ease, box-shadow 380ms ease, background 380ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .ingredient-card:hover {
    transform: translateY(-6px) scale(1.018);
  }

  .ingredient-card:hover .ingredient-card__face {
    border-color: rgba(229, 199, 143, 0.48);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22), 0 0 28px rgba(211, 171, 99, 0.13), inset 0 1px rgba(255, 255, 255, 0.1);
  }

  .ingredient-card:hover .ingredient-card__face i {
    animation: ingredientIconFloat 1.6s ease-in-out infinite alternate;
  }
}

.why-page.js-motion .wellness-section .ingredient-card {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
}

.why-page.js-motion .wellness-section.is-visible .ingredient-card {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 650ms var(--ease-out), transform 650ms var(--ease-out), filter 380ms ease;
}

.why-page.js-motion .wellness-section.is-visible .ingredient-card:nth-child(1) { transition-delay: 220ms; }
.why-page.js-motion .wellness-section.is-visible .ingredient-card:nth-child(2) { transition-delay: 340ms; }
.why-page.js-motion .wellness-section.is-visible .ingredient-card:nth-child(3) { transition-delay: 460ms; }
.why-page.js-motion .wellness-section.is-visible .ingredient-card:nth-child(4) { transition-delay: 580ms; }

@media (hover: hover) and (pointer: fine) {
  .why-page.js-motion .wellness-section.is-visible .ingredient-card:hover {
    transform: translateY(-6px) scale(1.018);
  }
}

.daily-ritual {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  padding: clamp(28px, 4vw, 46px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(229, 199, 143, 0.2);
  border-radius: 22px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.daily-ritual > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #2c251b;
  background: linear-gradient(145deg, #edd8ad, #c08e50);
  border-radius: 50%;
  font-family: Georgia, serif;
}

.daily-ritual h3 {
  margin-bottom: 10px;
  color: white;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-weight: 400;
}

.daily-ritual__lead {
  display: block;
  margin: 0 0 10px;
  color: rgba(238, 207, 157, 0.9);
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  font-weight: 500;
  letter-spacing: 0.035em;
}

.daily-ritual p {
  max-width: 1060px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}

.process-duo {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 2px;
}

.process-duo img {
  min-height: 0;
}

.why-page.js-motion [data-reveal-section] .origin-facts,
.why-page.js-motion [data-reveal-section] .daily-ritual {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(30px) scale(0.985);
  transition: opacity 900ms var(--ease-out), filter 900ms var(--ease-out), transform 900ms var(--ease-out);
}

.why-page.js-motion [data-reveal-section].is-visible .origin-facts,
.why-page.js-motion [data-reveal-section].is-visible .daily-ritual {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  transition-delay: 260ms;
}

@keyframes ingredientIconFloat {
  from { transform: translateY(0) rotate(-2deg); }
  to { transform: translateY(-6px) rotate(2deg); }
}

@media (max-width: 980px) {
  .origin-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .origin-facts { grid-template-columns: 1fr; }
  .origin-facts article { min-height: 132px; }
  .wellness-mosaic { grid-template-columns: 1fr 1fr; }
  .wellness-mosaic--side { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .daily-ritual { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .why-page.js-motion .wellness-section .ingredient-card,
  .why-page.js-motion [data-reveal-section] .origin-facts,
  .why-page.js-motion [data-reveal-section] .daily-ritual {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* More breathing room in the trust-page opening view. */
.why-hero__content { width: min(1080px, calc(100% - 48px)); }
.why-hero h1 {
  max-width: 1020px;
  font-size: clamp(3.9rem, 6.25vw, 7.35rem);
  line-height: 1.04;
}
.why-hero__content > p:not(.why-kicker) { max-width: 760px; }

@media (max-width: 900px) {
  .why-hero__content { width: min(760px, calc(100% - 40px)); }
  .why-hero h1 { font-size: clamp(3.7rem, 12vw, 6.2rem); }
}

@media (max-width: 520px) {
  .why-hero__content { width: calc(100% - 34px); margin-left: 17px; }
  .why-hero h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
}
