:root {
  --paper: #f8f6f1;
  --paper-strong: #ffffff;
  --panel: #ffffff;
  --panel-strong: #ffffff;
  --ink: #171717;
  --ink-soft: #666960;
  --line: rgba(20, 20, 20, 0.08);
  --line-strong: rgba(20, 20, 20, 0.14);
  --gold: #b89c66;
  --gold-deep: #93774a;
  --gold-soft: #f4eee3;
  --sage: #a8b49d;
  --sage-deep: #6f7b67;
  --sage-soft: #edf3eb;
  --mist: #eef4ef;
  --foam: #fcfbf8;
  --rose: #c66b8a;
  --rose-soft: #f6e4ea;
  --navy: #24323d;
  --teal: #0f8b8d;
  --teal-deep: #0b646c;
  --teal-soft: #e3f1ee;
  --sand: #d1b07a;
  --sand-deep: #b98943;
  --black: #121212;
  --shadow: 0 18px 44px rgba(22, 22, 22, 0.06);
  --shadow-soft: 0 8px 20px rgba(22, 22, 22, 0.04);
  --shadow-deep: 0 24px 70px rgba(22, 22, 22, 0.08);
  --shadow-glass: 0 12px 28px rgba(22, 22, 22, 0.06);
  --radius-xl: 18px;
  --radius-lg: 14px;
  --radius-md: 10px;
  --radius-sm: 999px;
  --container: min(1200px, calc(100vw - 56px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(244, 238, 226, 0.7), transparent 22%),
    linear-gradient(180deg, #fefdfb 0%, #faf8f2 48%, #f7f4ed 100%);
}

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

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

p,
li {
  color: var(--ink-soft);
  line-height: 1.68;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0));
  opacity: 0.55;
}

.site-topbar {
  position: relative;
  z-index: 22;
  background: linear-gradient(90deg, var(--teal) 0%, var(--teal-deep) 100%);
  color: #f7fffd;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.site-topbar__inner {
  width: var(--container);
  min-height: 42px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-topbar__line {
  margin: 0;
  color: rgba(247, 255, 253, 0.86);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.site-topbar__link {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: background-color 180ms ease, transform 180ms ease;
}

.site-topbar__link:hover,
.site-topbar__link:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid rgba(11, 100, 108, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(18, 28, 34, 0.06);
  backdrop-filter: blur(18px) saturate(136%);
}

.site-header::before {
  display: none;
}

.site-header__inner {
  position: relative;
  width: var(--container);
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 20px;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  align-items: center;
  gap: 4px;
  min-height: auto;
  padding: 0;
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: -14px -18px;
  background:
    radial-gradient(circle at 34% 50%, rgba(15, 139, 141, 0.16), rgba(15, 139, 141, 0.04) 34%, transparent 68%),
    radial-gradient(circle at 66% 60%, rgba(209, 176, 122, 0.16), rgba(209, 176, 122, 0.04) 34%, transparent 68%);
  filter: blur(18px);
  opacity: 0.95;
  pointer-events: none;
}

.brand-mark__company {
  position: relative;
  z-index: 1;
  color: rgba(11, 100, 108, 0.82);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(23, 23, 23, 0.56);
}

.brand-mark strong {
  font-size: 1.06rem;
  letter-spacing: 0.01em;
}

.brand-wordmark {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  padding: 0 0 2px 12px;
}

.brand-wordmark::before,
.brand-wordmark::after {
  content: "";
  position: absolute;
  height: 1.5px;
  border-radius: 999px;
  background: rgba(209, 176, 122, 0.9);
  transform: rotate(-57deg);
  transform-origin: center;
}

.brand-wordmark::before {
  top: 6px;
  left: 0;
  width: 16px;
}

.brand-wordmark::after {
  right: -10px;
  bottom: 8px;
  width: 18px;
}

.brand-wordmark__top,
.brand-wordmark__bottom {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.9;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 252, 245, 0.16);
}

.brand-wordmark__top {
  color: rgba(11, 100, 108, 0.98);
  font-size: 1.42rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-wordmark__bottom {
  margin-top: -4px;
  margin-left: 16px;
  color: rgba(185, 137, 67, 0.98);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.brand-wordmark__amp {
  margin-right: 2px;
  color: rgba(126, 98, 49, 0.92);
  font-size: 1.08em;
}

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

.site-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.site-nav a,
.button {
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.site-nav a {
  position: relative;
  padding: 12px 0 13px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(29, 43, 48, 0.82);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--teal) 0%, var(--sand) 100%);
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: rgba(11, 100, 108, 0.98);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.header-tool:hover,
.header-tool:focus-visible {
  transform: translateY(-1px);
}

.header-tool--search {
  width: 42px;
  min-width: 42px;
  padding: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--teal) 0%, var(--teal-deep) 100%);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(11, 100, 108, 0.2);
}

.header-tool__lens {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.header-tool__lens::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.header-tool--solid {
  padding: 0 16px;
  background: linear-gradient(180deg, rgba(244, 232, 210, 0.92) 0%, rgba(231, 207, 167, 0.96) 100%);
  border: 1px solid rgba(185, 137, 67, 0.18);
  color: rgba(92, 62, 23, 0.92);
  box-shadow: 0 8px 20px rgba(185, 137, 67, 0.12);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  letter-spacing: 0.02em;
  font-size: 0.88rem;
}

.button--primary {
  background: #171717;
  color: #fffdf8;
  box-shadow: 0 10px 24px rgba(18, 18, 18, 0.1);
}

.button--ghost {
  border-color: rgba(20, 20, 20, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
}

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

.menu-toggle {
  display: none;
  padding: 0;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(11, 100, 108, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: rgba(11, 100, 108, 0.88);
  transition: transform 180ms ease, opacity 180ms ease;
}

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

.signature-section {
  position: relative;
  z-index: 3;
  margin-top: 24px;
  padding-top: 0;
}

.signature-layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 30px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 249, 244, 0.96));
  box-shadow: 0 12px 26px rgba(18, 18, 18, 0.03);
  overflow: hidden;
}

.signature-layout::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.66) 52%, rgba(255, 255, 255, 0.86) 100%),
    url("./assets/bg-leaf-glow.jpg") right center / cover no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.signature-mark {
  position: relative;
  z-index: 1;
  width: min(100%, 130px);
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(18, 18, 18, 0.08));
}

.signature-line {
  position: relative;
  z-index: 1;
  max-width: 52ch;
  margin: 0;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.7;
}

.hero {
  position: relative;
  width: 100%;
  min-height: max(780px, calc(100svh - 104px));
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #f4f0e7;
  border: 0;
  box-shadow: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(249, 247, 241, 0.86));
  pointer-events: none;
  z-index: 1;
}

.hero-media,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media {
  overflow: hidden;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(1.38) contrast(1.14) brightness(1.03);
  transform: scale(1.05);
  animation: heroBreath 18s ease-in-out infinite alternate;
}

.hero-product-ambient {
  display: none;
}

.hero-media::before {
  display: none;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(15, 139, 141, 0.22), transparent 26%),
    radial-gradient(circle at 82% 16%, rgba(209, 176, 122, 0.22), transparent 18%),
    radial-gradient(circle at 70% 60%, rgba(96, 179, 182, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(8, 73, 78, 0.12), rgba(255, 255, 255, 0));
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(247, 250, 249, 0.08) 0%, rgba(247, 250, 249, 0.02) 28%, rgba(247, 250, 249, 0) 56%, rgba(247, 250, 249, 0.04) 100%),
    linear-gradient(180deg, rgba(8, 73, 78, 0.16) 0%, rgba(250, 247, 241, 0.02) 32%, rgba(250, 247, 241, 0.12) 100%);
}

.hero-copy h1,
.section-heading h2,
.story-card h3,
.product-card h3,
.future-card h3,
.brand-card h3,
.pathway-card h3,
.research-card h3,
.contact-card h3,
.science-card h3,
.hub-card h3,
.standard-card h3 {
  margin: 0;
  color: var(--ink);
}

.section-heading h2 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-tag,
.product-badge,
.future-card__eyebrow,
.contact-card__label {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(23, 23, 23, 0.66);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.section {
  padding: 92px 0 108px;
}

#about.section {
  padding-top: 52px;
}

#brands.section {
  padding-top: 60px;
}

.about-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px 38px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 247, 241, 0.92) 100%);
  box-shadow: 0 18px 38px rgba(18, 18, 18, 0.035);
}

.about-preview__copy {
  display: grid;
  gap: 12px;
  max-width: 700px;
}

.about-preview__copy .eyebrow {
  margin: 0;
}

.about-preview__copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.92rem, 3.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.about-preview__copy p {
  margin: 0;
  max-width: 38ch;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.78;
}

.about-preview__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.about-preview__actions .button {
  min-width: 184px;
}

.standards-section {
  position: relative;
  overflow: hidden;
  padding: 72px 32px 86px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 247, 241, 0.9)),
    url("./assets/bg-forest-stream.jpg") center center / cover no-repeat;
  box-shadow: 0 18px 44px rgba(18, 18, 18, 0.05);
}

.standards-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.86));
  pointer-events: none;
}

.standards-section .section-heading,
.standards-section .standards-grid {
  position: relative;
  z-index: 1;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 860px;
  position: relative;
  padding-top: 20px;
}

.section-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.18), transparent);
}

.section-heading h2 {
  font-size: clamp(2.2rem, 3.9vw, 3.5rem);
  line-height: 1.12;
}

.story-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 32px;
  align-items: start;
}

.story-editorial__head {
  display: grid;
  gap: 14px;
  max-width: 520px;
}

.story-editorial__head .eyebrow {
  margin: 0;
}

.story-editorial__head h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.story-editorial__body {
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.story-editorial__body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
}

.story-timeline,
.story-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.story-panels {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 18px;
  margin-top: 18px;
}

.story-timeline__item,
.story-panel,
.story-principle {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(18, 18, 18, 0.03);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.story-timeline__item::before,
.story-panel::before,
.story-principle::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.12), transparent 68%);
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.story-timeline__item:hover,
.story-panel:hover,
.story-principle:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 20, 20, 0.1);
  box-shadow: 0 18px 36px rgba(18, 18, 18, 0.05);
}

.story-timeline__year {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(20, 20, 20, 0.34);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.story-timeline__item h3,
.story-panel h3,
.story-principle h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.36rem;
  line-height: 1.24;
}

.story-timeline__item p,
.story-panel p,
.story-principle p {
  margin: 14px 0 0;
  line-height: 1.76;
}

.story-panel--quote {
  background:
    linear-gradient(180deg, #fffdf8 0%, #f8f3e9 100%);
}

.story-panel__quote {
  margin: 16px 0 0;
  color: var(--ink);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.74rem;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.04em;
}

.story-panel__list {
  margin: 18px 0 0;
  padding-left: 18px;
}

.story-panel__list li + li {
  margin-top: 8px;
}

.about-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 24px;
  margin-top: 36px;
}

.about-copy,
.vision-panel,
.story-card,
.brand-card,
.science-card,
.pathway-card,
.research-card,
.product-card,
.future-card,
.standard-card,
.hub-card,
.contact-card {
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(18, 18, 18, 0.03);
}

.about-copy,
.vision-panel,
.story-card,
.brand-card,
.science-card,
.pathway-card,
.research-card,
.product-card,
.future-card,
.standard-card,
.hub-card,
.contact-card {
  position: relative;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.about-copy::before,
.vision-panel::before,
.story-card::before,
.brand-card::before,
.science-card::before,
.pathway-card::before,
.research-card::before,
.product-card::before,
.future-card::before,
.standard-card::before,
.hub-card::before,
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 156, 102, 0.6), transparent 60%);
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.about-copy:hover,
.vision-panel:hover,
.story-card:hover,
.brand-card:hover,
.science-card:hover,
.pathway-card:hover,
.research-card:hover,
.standard-card:hover,
.hub-card:hover,
.contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 20, 20, 0.1);
  box-shadow: 0 18px 36px rgba(18, 18, 18, 0.05);
}

.about-copy,
.vision-panel {
  padding: 34px;
}

.vision-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdf8, #f8f4eb);
}

.vision-panel__quote {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.78rem;
  font-weight: 800;
  line-height: 1.3;
}

.vision-panel__text {
  margin: 18px 0 0;
}

.brand-grid,
.story-grid,
.pathways-grid,
.science-grid,
.research-strip,
.standards-grid,
.hub-grid,
.products-grid {
  display: grid;
  gap: 20px;
  margin-top: 36px;
}

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

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

.pathways-grid {
  grid-template-columns: repeat(5, 1fr);
}

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

.brand-card,
.story-card,
.science-card,
.pathway-card,
.research-card,
.future-card,
.standard-card,
.hub-card {
  padding: 30px;
}

.brand-card__head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.brand-card--pure {
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
}

.brand-card--labs {
  background: linear-gradient(180deg, #ffffff, #f8f8f8);
}

.card-list {
  margin: 18px 0 0;
  padding-left: 18px;
}

.card-list li + li {
  margin-top: 8px;
}

.story-card,
.pathway-card,
.research-card,
.hub-card {
  min-height: 100%;
}

.story-card {
  background: linear-gradient(180deg, #ffffff, #fbfaf6);
}

.pathway-card {
  background: linear-gradient(180deg, #ffffff, #f9faf7);
}

.science-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.science-card__index {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(30, 33, 37, 0.28);
  font-size: 2rem;
  font-weight: 800;
}

.research-strip {
  grid-template-columns: repeat(2, 1fr);
}

.research-card {
  background: linear-gradient(180deg, #ffffff, #fafaf7);
}

.products-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
  align-items: stretch;
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product-card--feature {
  grid-row: span 2;
}

.product-card__media {
  position: relative;
  min-height: 320px;
  padding: 30px 24px 0;
  background:
    radial-gradient(circle at top center, rgba(207, 170, 107, 0.2), transparent 44%),
    linear-gradient(180deg, #ffffff, #f8f3eb);
  border-bottom: 1px solid var(--line);
}

.product-card--feature .product-card__media {
  background:
    radial-gradient(circle at top center, rgba(156, 174, 151, 0.22), transparent 44%),
    radial-gradient(circle at bottom center, rgba(184, 156, 102, 0.1), transparent 38%),
    linear-gradient(180deg, #ffffff, #f2f8f5 70%, #f8f3eb 100%);
}

.product-card__media img {
  height: 100%;
  max-height: 420px;
  object-fit: contain;
  margin-inline: auto;
  filter: drop-shadow(0 24px 44px rgba(24, 21, 18, 0.16));
}

.product-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px 28px 30px;
}

.product-card__number {
  color: rgba(184, 156, 102, 0.58);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.product-sku {
  color: var(--ink-soft);
  font-size: 0.85rem;
  font-weight: 700;
}

.product-card h3,
.future-card h3,
.story-card h3,
.brand-card h3,
.pathway-card h3,
.research-card h3,
.contact-card h3,
.science-card h3,
.hub-card h3,
.standard-card h3 {
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 1.24;
}

.product-card:nth-child(2) .product-card__media {
  background:
    radial-gradient(circle at top center, rgba(207, 91, 134, 0.18), transparent 44%),
    linear-gradient(180deg, #ffffff, #fcf5f8);
}

.product-card--feature .product-badge {
  background: rgba(232, 240, 232, 0.96);
  color: var(--sage-deep);
}

.product-card:nth-child(2) .product-badge {
  background: var(--rose-soft);
  color: #a53d68;
}

.product-card:nth-child(3) .product-card__media {
  background:
    radial-gradient(circle at top center, rgba(232, 185, 62, 0.2), transparent 44%),
    linear-gradient(180deg, #ffffff, #fdf8ee);
}

.product-card:nth-child(3) .product-badge {
  background: #f8e5ae;
  color: #9a6a00;
}

.future-card {
  background: linear-gradient(180deg, #0d0d0d, #171311);
  border-color: rgba(255, 255, 255, 0.08);
}

.future-list {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.future-card p,
.future-card h3,
.future-card strong {
  color: rgba(255, 255, 255, 0.92);
}

.future-card__eyebrow {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold);
}

.future-list strong {
  font-size: 1rem;
}

.products-stack {
  display: grid;
  gap: 22px;
  margin-top: 36px;
}

.product-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.product-entry {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(18, 18, 18, 0.04);
}

.product-entry::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.1), transparent 72%);
  z-index: 3;
}

.product-entry__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.product-entry__media img {
  position: absolute;
  inset: -10% -10% -6%;
  width: 122%;
  height: 122%;
  object-fit: cover;
  object-position: center 26%;
  transform: scale(1.05);
  filter: saturate(1.04) contrast(1.03);
}

.product-entry__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 42%, rgba(248, 246, 239, 0.64) 82%, rgba(248, 246, 239, 0.96) 100%);
  z-index: 2;
}

.product-entry__media::after {
  content: "";
  position: absolute;
  inset: auto 0 -2px;
  height: 120px;
  background: linear-gradient(180deg, rgba(248, 246, 239, 0) 0%, rgba(248, 246, 239, 0.86) 72%, rgba(248, 246, 239, 0.98) 100%);
  z-index: 2;
}

.product-entry--pure .product-entry__media {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 252, 244, 0.86), rgba(255, 252, 244, 0) 40%),
    linear-gradient(180deg, #faf8f1 0%, #f4f1e7 100%);
}

.product-entry--labs .product-entry__media {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #f8fafc 0%, #eef3f6 100%);
}

.product-entry__content {
  position: relative;
  z-index: 4;
  display: grid;
  align-content: end;
  gap: 14px;
  min-height: 420px;
  padding: 30px;
}

.product-entry__content h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  line-height: 1.12;
}

.product-entry__content p {
  margin: 0;
  max-width: 30ch;
  color: rgba(23, 23, 23, 0.72);
  line-height: 1.78;
}

.product-entry__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: fit-content;
  min-height: 54px;
  margin-top: 6px;
  padding: 0 18px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 245, 238, 0.96));
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.product-entry__link::after {
  content: "↗";
  color: rgba(147, 119, 74, 0.82);
  font-size: 0.98rem;
}

.product-entry__link:hover,
.product-entry__link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(147, 119, 74, 0.26);
  box-shadow: 0 14px 28px rgba(18, 18, 18, 0.05);
}

.product-entry-all {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.product-brand-block {
  padding: 30px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(18, 18, 18, 0.04);
  position: relative;
  overflow: hidden;
}

.product-brand-block::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.12), transparent 66%);
}

.product-brand-block--labs::before {
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.12), transparent 66%);
}

.product-brand-block--pure {
  background: rgba(255, 255, 255, 0.96);
}

.product-brand-block--labs {
  background: rgba(255, 255, 255, 0.96);
}

.product-brand-block__head {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.product-brand-block__head h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.3rem);
  font-weight: 800;
  line-height: 1.2;
}

.product-brand-block__head p {
  margin: 0;
  max-width: 620px;
}

.product-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

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

.product-showcase {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(18, 18, 18, 0.04);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-showcase::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.1), transparent 72%);
  z-index: 2;
}

.product-showcase--labs::before {
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.1), transparent 72%);
}

.product-showcase__visual {
  position: relative;
  display: block;
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  border-bottom: 0;
}

.product-showcase__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 44%, rgba(248, 246, 239, 0.7) 86%, rgba(248, 246, 239, 0.96) 100%);
  pointer-events: none;
  z-index: 2;
}

.product-showcase--pure .product-showcase__visual {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 252, 244, 0.86), rgba(255, 252, 244, 0) 40%),
    linear-gradient(180deg, #faf8f1 0%, #f4f1e7 100%);
}

.product-showcase--labs .product-showcase__visual {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #f8fafc 0%, #eef3f6 100%);
}

.product-showcase__visual::after {
  content: "";
  position: absolute;
  inset: auto 0 -2px;
  height: 110px;
  background:
    linear-gradient(180deg, rgba(248, 246, 239, 0) 0%, rgba(248, 246, 239, 0.82) 74%, rgba(248, 246, 239, 0.98) 100%);
  pointer-events: none;
  z-index: 2;
}

.product-showcase__scene {
  position: absolute;
  inset: -16% -10% -3%;
  z-index: 1;
  display: block;
  width: 120%;
  max-width: none;
  height: 122%;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 0;
  transform: scale(1.08);
  filter: saturate(1.04) contrast(1.02);
  transition: transform 280ms ease, filter 280ms ease;
  -webkit-mask-image: radial-gradient(circle at 50% 44%, rgba(0, 0, 0, 1) 52%, rgba(0, 0, 0, 0.94) 66%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(circle at 50% 44%, rgba(0, 0, 0, 1) 52%, rgba(0, 0, 0, 0.94) 66%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
}

.product-showcase:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 20, 20, 0.1);
  box-shadow: 0 18px 38px rgba(18, 18, 18, 0.06);
}

.product-showcase:hover .product-showcase__scene {
  transform: scale(1.12);
  filter: saturate(1.06) contrast(1.03);
}

.product-showcase__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 24px 22px 24px;
}

.product-showcase__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.product-showcase__brand,
.product-showcase__pathway {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.product-showcase__brand {
  background: rgba(20, 20, 20, 0.92);
  color: #fffdf8;
}

.product-showcase--labs .product-showcase__brand {
  background: #21364a;
}

.product-showcase__pathway {
  background: rgba(20, 20, 20, 0.05);
  color: rgba(23, 23, 23, 0.58);
}

.product-showcase--labs .product-showcase__pathway {
  background: rgba(20, 20, 20, 0.05);
  color: rgba(23, 23, 23, 0.58);
}

.product-showcase h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.42rem;
  line-height: 1.24;
}

.product-showcase__subtitle {
  margin: 0;
  color: rgba(18, 18, 18, 0.72);
  font-size: 0.96rem;
  line-height: 1.76;
}

.product-showcase__footer {
  display: grid;
  gap: 16px;
  margin-top: auto;
  padding-top: 2px;
}

.product-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 999px;
  background: #faf8f3;
  color: rgba(23, 23, 23, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-showcase__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 245, 238, 0.96));
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}

.product-showcase__link::after {
  content: "↗";
  color: rgba(147, 119, 74, 0.82);
  font-size: 0.98rem;
}

.product-showcase__link:hover,
.product-showcase__link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(147, 119, 74, 0.26);
  box-shadow: 0 14px 28px rgba(18, 18, 18, 0.05);
}

.product-page-shell {
  background:
    linear-gradient(180deg, #f9f7f2 0%, #f7f4ec 58%, #f8f5ee 100%);
}

.product-page-main {
  padding-bottom: 40px;
}

.product-page-hero {
  position: relative;
  min-height: max(780px, calc(100svh - 104px));
  overflow: hidden;
}

.product-page-hero__media,
.product-page-hero__scrim {
  position: absolute;
  inset: 0;
}

.product-page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(1.24) contrast(1.1) brightness(1);
}

.product-page-hero__scrim {
  background:
    linear-gradient(90deg, rgba(250, 247, 241, 0.12) 0%, rgba(250, 247, 241, 0.04) 26%, rgba(250, 247, 241, 0) 54%, rgba(250, 247, 241, 0.05) 100%),
    linear-gradient(180deg, rgba(250, 247, 241, 0.1) 0%, rgba(250, 247, 241, 0.02) 36%, rgba(250, 247, 241, 0.11) 100%);
}

.product-page-hero__content {
  position: relative;
  z-index: 1;
  width: var(--container);
  min-height: inherit;
  margin: 0 auto;
  padding: 156px 0 78px;
  display: grid;
  align-content: end;
}

.product-page-hero__content > * {
  max-width: 720px;
}

.product-page-hero__content .eyebrow {
  margin: 0;
  color: rgba(255, 248, 236, 0.74);
}

.product-page-hero__content h1 {
  margin: 16px 0 0;
  color: #fffaf0;
  font-size: clamp(3rem, 4.9vw, 5rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.product-page-hero__content p:last-child {
  margin: 18px 0 0;
  color: rgba(255, 248, 236, 0.86);
  font-size: 1rem;
  line-height: 1.82;
}

.product-page-group + .product-page-group {
  margin-top: 34px;
}

.product-detail-list {
  display: grid;
  gap: 22px;
  margin-top: 32px;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px rgba(18, 18, 18, 0.04);
}

.product-detail__visual {
  position: relative;
  display: block;
  min-height: 520px;
  padding: 0;
  overflow: hidden;
}

.product-detail__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0) 34%),
    linear-gradient(90deg, rgba(248, 246, 239, 0.06) 0%, rgba(248, 246, 239, 0) 44%, rgba(248, 246, 239, 0.52) 100%),
    linear-gradient(180deg, rgba(248, 246, 239, 0) 0%, rgba(248, 246, 239, 0) 56%, rgba(248, 246, 239, 0.92) 100%);
  pointer-events: none;
  z-index: 2;
}

.product-detail__visual::after {
  content: "";
  position: absolute;
  inset: auto 0 -2px;
  height: 130px;
  background: linear-gradient(180deg, rgba(248, 246, 239, 0) 0%, rgba(248, 246, 239, 0.84) 72%, rgba(248, 246, 239, 0.98) 100%);
  z-index: 2;
}

.product-detail__visual--pure {
  background: linear-gradient(180deg, #fdfcf9 0%, #f7f4ed 100%);
}

.product-detail__visual--labs {
  background: linear-gradient(180deg, #fbfbfb 0%, #f0f4f7 100%);
}

.product-detail__visual img {
  position: absolute;
  inset: -12% -8% -3%;
  z-index: 1;
  width: 116%;
  max-width: none;
  height: 122%;
  object-fit: cover;
  object-position: center 20%;
  transform: scale(1.04);
  filter: saturate(1.04) contrast(1.02);
  -webkit-mask-image: radial-gradient(circle at 50% 44%, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0.94) 68%, rgba(0, 0, 0, 0.72) 82%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(circle at 50% 44%, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0.94) 68%, rgba(0, 0, 0, 0.72) 82%, rgba(0, 0, 0, 0) 100%);
}

.product-detail__body {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 34px 34px 36px;
}

.product-detail__body h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.95rem, 3vw, 2.5rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.product-detail__subtitle {
  margin: 0;
  color: rgba(18, 18, 18, 0.72);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.7;
}

.product-detail__lead {
  margin: 0;
  max-width: 58ch;
  color: var(--ink-soft);
  line-height: 1.84;
}

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

.product-detail__footer {
  display: grid;
  gap: 16px;
}

.product-detail__item {
  padding: 16px 16px 18px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #faf8f3 100%);
}

.product-detail__label {
  display: inline-flex;
  margin-bottom: 10px;
  color: rgba(147, 119, 74, 0.9);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.product-detail__item strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.5;
}

.product-detail__item p {
  margin: 8px 0 0;
  font-size: 0.92rem;
  line-height: 1.7;
}

.product-page-cta {
  display: grid;
  gap: 20px;
  padding: 34px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 247, 241, 0.94));
  box-shadow: 0 18px 34px rgba(18, 18, 18, 0.04);
}

.product-page-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
}

.product-page-cta p {
  margin: 0;
  max-width: 54ch;
  line-height: 1.8;
}

.product-page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.standards-grid {
  grid-template-columns: repeat(5, 1fr);
}

.standard-card {
  min-height: 240px;
}

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

.hub-card {
  background: linear-gradient(180deg, #ffffff, #faf8f3);
}

.contact-section {
  padding-bottom: 100px;
}

.contact-card {
  padding: 28px;
}

.contact-card--highlight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  background:
    linear-gradient(180deg, #fffdf8 0%, #f7f2e8 100%);
  border-color: rgba(20, 20, 20, 0.08);
  box-shadow: 0 16px 32px rgba(18, 18, 18, 0.04);
}

.contact-card--highlight h3,
.contact-card--highlight p,
.contact-card--highlight .contact-card__label {
  color: var(--ink);
}

.contact-card--highlight .contact-card__label {
  background: rgba(255, 255, 255, 0.88);
  color: rgba(23, 23, 23, 0.66);
}

.contact-card--highlight .button--primary {
  background: #171717;
  color: #fffdf8;
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.contact-card a {
  width: fit-content;
  margin-top: 12px;
  color: var(--navy);
  font-weight: 800;
}

.site-footer {
  margin-top: 0;
  background: #090909;
  color: #f4efe7;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  width: var(--container);
  margin-inline: auto;
  padding: 66px 0 28px;
}

.footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 52px;
}

.footer-brand__eyebrow {
  color: rgba(244, 239, 231, 0.44);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.footer-brand__mark {
  color: #f4efe7;
  font-size: clamp(1.8rem, 2.6vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 0.92;
  text-transform: uppercase;
}

.footer-brand__mark span {
  color: #d5b384;
  margin-inline: 0.16em;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  padding: 0 0 46px;
}

.footer-col h3 {
  margin: 0 0 22px;
  color: rgba(244, 239, 231, 0.44);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.footer-links li,
.footer-links a {
  color: #f4efe7;
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
  line-height: 1.4;
}

.footer-links a:hover {
  color: #d5b384;
}

.footer-disclaimer {
  padding: 28px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-disclaimer p {
  margin: 0;
  color: rgba(244, 239, 231, 0.66);
  font-size: 1rem;
  line-height: 1.85;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-legal p {
  margin: 0;
  color: rgba(244, 239, 231, 0.4);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a.is-active {
  color: rgba(11, 100, 108, 0.98);
}

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

.story-page-shell {
  background:
    linear-gradient(180deg, #f9f7f2 0%, #f7f3ea 56%, #f8f5ee 100%);
}

.story-page-main {
  padding-bottom: 36px;
}

.story-page-hero {
  position: relative;
  min-height: max(780px, calc(100svh - 104px));
  overflow: hidden;
}

.story-page-hero::before,
.product-page-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(249, 247, 241, 0.86));
  pointer-events: none;
  z-index: 1;
}

.story-page-hero__media,
.story-page-hero__scrim {
  position: absolute;
  inset: 0;
}

.story-page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(1.24) contrast(1.1) brightness(1);
}

.story-page-hero__scrim {
  background:
    linear-gradient(90deg, rgba(250, 247, 241, 0.12) 0%, rgba(250, 247, 241, 0.04) 26%, rgba(250, 247, 241, 0) 54%, rgba(250, 247, 241, 0.05) 100%),
    linear-gradient(180deg, rgba(250, 247, 241, 0.1) 0%, rgba(250, 247, 241, 0.02) 36%, rgba(250, 247, 241, 0.11) 100%);
}

.story-page-hero__content {
  position: relative;
  z-index: 1;
  width: var(--container);
  min-height: inherit;
  margin: 0 auto;
  padding: 160px 0 86px;
  display: grid;
  align-content: end;
}

.story-page-hero__content > * {
  max-width: 700px;
}

.story-page-hero__content .eyebrow {
  margin: 0;
  color: rgba(255, 248, 236, 0.74);
}

.story-page-hero__content h1 {
  margin: 16px 0 0;
  color: #fffaf0;
  font-size: clamp(3.05rem, 5vw, 5.3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
}

.story-page-hero__content p:last-child {
  max-width: 52ch;
  margin: 18px 0 0;
  color: rgba(255, 248, 236, 0.86);
  font-size: 1rem;
  line-height: 1.84;
}

.story-page-section {
  position: relative;
}

.story-page-section--soft {
  padding-top: 28px;
}

.story-page-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
}

.story-page-intro__headline {
  display: grid;
  gap: 16px;
  max-width: 540px;
}

.story-page-intro__headline .eyebrow {
  margin: 0;
}

.story-page-intro__headline h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.story-page-intro__body {
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.story-page-intro__body p {
  margin: 0;
  line-height: 1.9;
}

.story-page-timeline,
.story-page-brand-grid,
.story-page-values {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.story-page-timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-page-brand-grid,
.story-page-panels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.story-page-panels {
  display: grid;
  gap: 18px;
}

.story-page-timeline__item,
.story-page-panel,
.story-page-brand-card,
.story-page-value,
.story-page-cta {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(18, 18, 18, 0.03);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.story-page-timeline__item::before,
.story-page-panel::before,
.story-page-brand-card::before,
.story-page-value::before,
.story-page-cta::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.12), transparent 68%);
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.story-page-timeline__item:hover,
.story-page-panel:hover,
.story-page-brand-card:hover,
.story-page-value:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 20, 20, 0.1);
  box-shadow: 0 18px 36px rgba(18, 18, 18, 0.05);
}

.story-page-timeline__label {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(20, 20, 20, 0.32);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.story-page-timeline__item h3,
.story-page-panel h3,
.story-page-brand-card h3,
.story-page-value h3,
.story-page-cta h2 {
  margin: 0;
  color: var(--ink);
  line-height: 1.22;
}

.story-page-timeline__item h3,
.story-page-panel h3,
.story-page-brand-card h3,
.story-page-value h3 {
  font-size: 1.4rem;
}

.story-page-timeline__item p,
.story-page-panel p,
.story-page-brand-card p,
.story-page-value p {
  margin: 14px 0 0;
  line-height: 1.78;
}

.story-page-panel--quote {
  background: linear-gradient(180deg, #fffdf8 0%, #f7f1e5 100%);
}

.story-page-panel__quote {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.04em;
}

.story-page-list {
  margin: 18px 0 0;
  padding-left: 18px;
}

.story-page-list li + li {
  margin-top: 8px;
}

.story-page-cta {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 245, 236, 0.94));
}

.story-page-cta .eyebrow {
  margin: 0;
}

.story-page-cta h2 {
  margin-top: 14px;
  font-size: clamp(2rem, 3.6vw, 3rem);
  letter-spacing: -0.04em;
}

.story-page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

@keyframes drift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes heroBreath {
  0% {
    transform: scale(1.07) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.12) translate3d(-1.2%, -0.8%, 0);
  }
}

@media (max-width: 1180px) {
  .product-detail {
    grid-template-columns: 1fr;
  }

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

  .product-page-hero__content {
    padding: 136px 0 68px;
  }

  .story-page-intro,
  .story-page-panels,
  .story-page-brand-grid {
    grid-template-columns: 1fr;
  }

  .story-page-timeline,
  .story-page-values {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-page-hero__content {
    padding: 138px 0 74px;
  }

  #about.section {
    padding-top: 40px;
  }

  #brands.section {
    padding-top: 46px;
  }

  .about-preview {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 30px 32px;
  }

  .about-preview__actions {
    justify-content: flex-start;
  }

  .story-editorial,
  .story-panels,
  .about-layout,
  .contact-layout,
  .brand-grid {
    grid-template-columns: 1fr;
  }

  .story-timeline,
  .story-principles,
  .standards-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .standards-section {
    padding: 62px 24px 74px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0;
    padding: 30px 40px 40px;
  }

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

  .hero-feature-card {
    justify-self: start;
    width: min(100%, 140px);
    margin-top: 0;
  }

  .hero-product-ambient {
    right: 2%;
    bottom: 8%;
    width: min(54vw, 620px);
    max-width: none;
    opacity: 0.28;
  }

  .trust-band,
  .story-grid,
  .pathways-grid,
  .science-grid,
  .research-strip,
  .standards-grid,
  .hub-grid,
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .product-card--feature {
    grid-row: auto;
  }

  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .product-page-hero {
    min-height: min(72vh, 640px);
  }

  .product-page-hero__content {
    padding: 124px 0 54px;
  }

  .product-page-hero__content h1 {
    font-size: clamp(2.4rem, 11vw, 3.9rem);
  }

  .story-page-hero {
    min-height: min(78vh, 700px);
  }

  .story-page-hero__content {
    padding: 126px 0 58px;
  }

  .story-page-hero__content h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .story-page-intro__headline h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  :root {
    --container: min(100vw - 28px, 100%);
  }

  .site-topbar__inner {
    min-height: 38px;
  }

  .site-topbar__line {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }

  .site-header__inner {
    min-height: 70px;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .header-tools {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    display: grid;
    gap: 8px;
    padding: 14px 16px;
    border: 1px solid rgba(11, 100, 108, 0.12);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 249, 0.96));
    box-shadow: 0 18px 34px rgba(18, 32, 35, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav a {
    padding: 10px 0;
    font-size: 0.92rem;
    border-bottom: 1px solid rgba(11, 100, 108, 0.08);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

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

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

  .signature-section {
    margin-top: 18px;
  }

  .signature-layout {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .signature-layout::after {
    opacity: 0.32;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.74)),
      url("./assets/bg-leaf-glow.jpg") center center / cover no-repeat;
  }

  .signature-line {
    max-width: none;
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .hero-product-ambient {
    right: -6%;
    bottom: 16%;
    width: min(70vw, 560px);
    opacity: 0.18;
    transform: perspective(1400px) rotateY(-6deg) translateY(0) scale(0.96);
  }

  .story-page-timeline,
  .story-page-values,
  .trust-band,
  .story-timeline,
  .story-principles,
  .story-grid,
  .pathways-grid,
  .science-grid,
  .research-strip,
  .products-grid,
  .hub-grid,
  .standards-grid {
    grid-template-columns: 1fr;
  }

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

  .product-entry {
    min-height: 380px;
  }

  .product-entry__content {
    min-height: 380px;
    padding: 24px;
  }

  .product-detail__visual {
    min-height: 420px;
  }

  .product-detail__body {
    padding: 28px;
  }

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

  .product-brand-block {
    padding: 22px;
  }

  .standards-section {
    padding: 52px 20px 60px;
    border-radius: 18px;
  }

  .product-showcase__visual {
    min-height: 340px;
  }

  .product-showcase__scene {
    inset: -12% -8% -1%;
    width: 118%;
    height: 118%;
    object-position: center 24%;
  }

  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .product-page-hero__content {
    padding: 102px 0 40px;
  }

  .product-page-hero__content p:last-child {
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .story-page-hero__content {
    padding: 104px 0 42px;
  }

  .story-page-hero__content p:last-child {
    font-size: 0.94rem;
    line-height: 1.72;
  }

  #about.section {
    padding-top: 28px;
  }

  #brands.section {
    padding-top: 34px;
  }

  .about-preview {
    gap: 18px;
    padding: 24px;
    border-radius: 18px;
  }

  .about-preview__copy h2 {
    font-size: clamp(1.62rem, 8vw, 2.1rem);
  }

  .about-preview__copy p {
    max-width: none;
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .product-showcase__link {
    width: 100%;
  }

  .product-entry {
    min-height: 340px;
    border-radius: 18px;
  }

  .product-entry__content {
    min-height: 340px;
    gap: 12px;
    padding: 22px;
  }

  .product-entry__content h3 {
    font-size: clamp(1.42rem, 7vw, 1.9rem);
  }

  .product-entry__content p {
    max-width: none;
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .product-entry__link {
    width: 100%;
  }

  .product-detail {
    border-radius: 18px;
  }

  .product-detail__visual {
    min-height: 360px;
    padding: 0;
  }

  .product-detail__visual::before {
    inset: 0;
  }

  .product-detail__visual img {
    inset: -8% -8% -1%;
    width: 118%;
    height: 114%;
    object-position: center 24%;
  }

  .product-detail__body {
    gap: 16px;
    padding: 24px;
  }

  .product-page-cta {
    gap: 16px;
    padding: 24px;
    border-radius: 18px;
  }

  .hero {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }

  .standards-section {
    padding: 44px 16px 52px;
    border-radius: 16px;
  }

  .signature-layout {
    padding: 18px;
    border-radius: 16px;
  }

  .story-page-timeline__item,
  .story-page-panel,
  .story-page-brand-card,
  .story-page-value,
  .story-page-cta {
    padding: 22px;
    border-radius: 16px;
  }

  .site-topbar__inner {
    justify-content: center;
    gap: 12px;
  }

  .site-topbar__line {
    font-size: 0.62rem;
    letter-spacing: 0.04em;
  }

  .site-topbar__link {
    display: none;
  }

  .site-header__inner {
    min-height: 64px;
    gap: 10px;
  }

  .brand-wordmark {
    padding-left: 10px;
  }

  .brand-mark__company {
    font-size: 0.54rem;
    letter-spacing: 0.16em;
  }

  .brand-wordmark__top {
    font-size: 1.28rem;
  }

  .brand-wordmark__bottom {
    margin-top: -3px;
    margin-left: 12px;
    font-size: 0.94rem;
  }

  .signature-line {
    font-size: 0.92rem;
    line-height: 1.66;
  }

  .story-editorial,
  .story-panels {
    gap: 18px;
  }

  .story-timeline__item,
  .story-panel,
  .story-principle {
    padding: 22px;
    border-radius: 16px;
  }

  .button {
    width: 100%;
  }

  .hero-product-ambient {
    right: -22%;
    bottom: 22%;
    width: 92vw;
    opacity: 0.14;
    filter: drop-shadow(0 18px 32px rgba(18, 18, 18, 0.1));
  }

  .about-copy,
  .vision-panel,
  .story-card,
  .brand-card,
  .science-card,
  .pathway-card,
  .research-card,
  .product-brand-block,
  .product-card__content,
  .future-card,
  .standard-card,
  .hub-card,
  .contact-card {
    padding: 24px;
  }

  .product-showcase__body {
    padding: 20px 18px 22px;
  }

  .product-showcase__visual {
    min-height: 260px;
    padding: 0;
  }

  .product-showcase__scene {
    inset: -8% -8% 0;
    width: 118%;
    max-width: none;
    height: 114%;
    object-position: center 26%;
  }

  .product-card__media {
    min-height: 260px;
  }

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

  .footer-inner {
    padding: 54px 0 28px;
  }

  .footer-brand {
    margin-bottom: 38px;
  }

  .footer-disclaimer p {
    font-size: 0.94rem;
    line-height: 1.76;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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