:root {
  --green: #0f3d2e;
  --green-deep: #08271e;
  --gold: #c99a35;
  --soft-gold: #e8c873;
  --silver: #bfc4c8;
  --ice: #dff7ff;
  --glacier: #7ec8e3;
  --mist: #f6f9f8;
  --white: #ffffff;
  --text: #1b1b1b;
  --muted: #65736d;
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --body: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background: var(--mist);
  overflow-x: hidden;
  max-width: 100%;
}

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

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

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

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

.hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  display: grid;
  align-items: center;
  padding: clamp(1.25rem, 3vh, 2.4rem) clamp(1rem, 3vw, 3rem) clamp(1.4rem, 4vh, 3rem);
  overflow: hidden;
  background: var(--green-deep);
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  z-index: -2;
}

.hero-overlay {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.58), transparent 22rem),
    linear-gradient(90deg, rgba(5, 28, 24, 0.32), rgba(255, 255, 255, 0.24) 48%, rgba(5, 28, 24, 0.28)),
    linear-gradient(180deg, rgba(5, 22, 19, 0.16), rgba(255, 255, 255, 0.06) 42%, rgba(5, 22, 19, 0.26));
}

.hero-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: clamp(280px, 24vw, 390px);
  margin: 0 auto clamp(1rem, 2vw, 1.35rem);
  padding: 0;
  background: transparent;
  opacity: 1;
  transform: none;
  box-shadow: none;
}

.hero-logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(4, 25, 22, 0.22));
}

.hero-layout {
  min-width: 0;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(170px, 0.82fr) minmax(280px, 1.12fr) minmax(170px, 0.82fr);
  align-items: center;
  gap: clamp(0.6rem, 3vw, 2.2rem);
}

.hero-layout > * {
  min-width: 0;
}

.hero-content {
  min-width: 0;
  text-align: center;
  color: var(--green-deep);
  padding: clamp(1rem, 2vw, 1.8rem);
  text-shadow: 0 2px 22px rgba(255, 255, 255, 0.72);
}

.eyebrow,
.section-kicker,
.product-tag,
.founder-label {
  margin: 0 0 0.75rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.15rem, 6.25vw, 6.1rem);
  font-weight: 700;
  line-height: 0.92;
}

h1 span {
  display: block;
}

.hero-line {
  margin: 0.9rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3.2vw, 3rem);
  color: var(--green);
}

.hero-copy {
  margin: 0.9rem auto 1.45rem;
  max-width: 33rem;
  font-size: clamp(0.98rem, 1.3vw, 1.16rem);
  line-height: 1.75;
  color: #263d36;
}

.founder-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  background: linear-gradient(135deg, var(--green), #14523e);
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 18px 46px rgba(15, 61, 46, 0.32);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.founder-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(15, 61, 46, 0.38);
  background: linear-gradient(135deg, #14523e, var(--green-deep));
}

.hero-product {
  position: relative;
  margin: 0;
  display: grid;
  place-items: center;
  min-width: 0;
}

.hero-product img {
  width: min(28vw, 330px);
  max-height: min(70svh, 680px);
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 30px 42px rgba(4, 25, 22, 0.28));
  animation: bottleFloat 6s ease-in-out infinite;
}

.hero-product--gold img {
  animation-delay: -2.7s;
}

.product-glow {
  position: absolute;
  inset: 19% 2% 17%;
  border-radius: 50%;
  filter: blur(34px);
  opacity: 0.72;
  transform: translateZ(0);
}

.hero-product--silver .product-glow {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(191, 196, 200, 0.6) 45%, transparent 72%);
}

.hero-product--gold .product-glow {
  background: radial-gradient(circle, rgba(255, 248, 217, 0.94), rgba(232, 200, 115, 0.64) 45%, transparent 72%);
}

.section-pad {
  padding: clamp(4.25rem, 9vw, 7.5rem) clamp(1rem, 4vw, 3rem);
}

.container {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.narrow {
  width: min(780px, 100%);
  text-align: center;
}

.section-kicker,
.founder-label {
  color: var(--green);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto clamp(2rem, 5vw, 3.25rem);
  text-align: center;
}

h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 5vw, 4.75rem);
  line-height: 0.98;
  color: var(--green-deep);
}

h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  color: var(--green-deep);
}

.lead {
  margin: 1rem 0 0.9rem;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  color: var(--gold);
}

.meaning {
  background:
    radial-gradient(circle at 12% 20%, rgba(126, 200, 227, 0.22), transparent 22rem),
    linear-gradient(180deg, var(--white), var(--mist));
}

.meaning p:last-child,
.holistic p:last-child {
  margin: 1.2rem auto 0;
  max-width: 690px;
  color: #42524d;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.9;
}

.products {
  background:
    radial-gradient(circle at 85% 2%, rgba(232, 200, 115, 0.22), transparent 24rem),
    linear-gradient(180deg, #f7fbfa, #edf7f5);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.1rem, 3vw, 2rem);
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(130px, 0.78fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 2.5vw, 1.7rem);
  min-height: 420px;
  padding: clamp(1.2rem, 3vw, 2.2rem);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(246, 249, 248, 0.58));
  box-shadow: 0 26px 80px rgba(15, 61, 46, 0.12);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 34px 96px rgba(15, 61, 46, 0.18);
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: translateX(-110%);
}

.product-card:hover::before {
  animation: shimmer 1.4s ease-in-out;
}

.product-card--silver {
  border-color: rgba(191, 196, 200, 0.7);
}

.product-card--gold {
  border-color: rgba(201, 154, 53, 0.44);
}

.card-media {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 360px;
}

.card-media img {
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(15, 61, 46, 0.18));
}

.card-content {
  position: relative;
  z-index: 1;
}

.product-tag {
  color: var(--gold);
}

.product-card--silver .product-tag {
  color: #7e858a;
}

.product-meta {
  margin: 1rem 0 0;
  color: var(--green);
  font-weight: 700;
}

.card-content p:last-child,
.benefit-card p {
  color: #53635e;
  line-height: 1.75;
}

.benefits {
  background:
    linear-gradient(180deg, #102f27, #0f3d2e);
  color: var(--white);
}

.benefits h2,
.benefits h3 {
  color: var(--white);
}

.benefits .section-kicker {
  color: var(--soft-gold);
}

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

.benefit-card {
  min-height: 260px;
  padding: 1.35rem;
  border: 1px solid rgba(223, 247, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.benefit-card span {
  display: inline-block;
  margin-bottom: 2.2rem;
  color: var(--soft-gold);
  font-family: var(--serif);
  font-size: 1.5rem;
}

.benefit-card h3 {
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
}

.benefit-card p {
  color: rgba(255, 255, 255, 0.78);
}

.disclaimer {
  width: min(820px, 100%);
  margin: 2rem auto 0;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.7;
}

.holistic {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 100%, rgba(126, 200, 227, 0.28), transparent 24rem),
    linear-gradient(180deg, var(--mist), var(--white));
}

.flow-lines {
  width: min(520px, 100%);
  height: 96px;
  margin: 0 auto 1.15rem;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, transparent 55%, rgba(201, 154, 53, 0.5) 56% 58%, transparent 59%),
    radial-gradient(ellipse at center, transparent 63%, rgba(191, 196, 200, 0.72) 64% 66%, transparent 67%);
  transform: rotate(-2deg);
  opacity: 0.85;
}

.founder {
  background:
    radial-gradient(circle at 50% 0%, rgba(232, 200, 115, 0.16), transparent 19rem),
    #fffdf7;
  text-align: center;
}

.founder-label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.founder-label::before,
.founder-label::after {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(15, 61, 46, 0.4);
}

.founder h2 {
  margin: 0.35rem 0 1.4rem;
  font-size: clamp(1.55rem, 6.4vw, 4.5rem);
  white-space: nowrap;
}

.footer {
  padding: 3rem 1rem;
  background: var(--green-deep);
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.footer h2 {
  color: var(--white);
  font-size: clamp(2.35rem, 4vw, 3.6rem);
}

.footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  margin-top: 0.35rem;
  color: var(--soft-gold);
  font-weight: 800;
}

.audio-toggle {
  position: fixed;
  right: clamp(0.85rem, 2vw, 1.4rem);
  bottom: clamp(0.85rem, 2vw, 1.4rem);
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.85rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(232, 200, 115, 0.62);
  border-radius: 999px;
  background: rgba(8, 39, 30, 0.86);
  color: var(--white);
  font: 800 0.82rem/1 var(--body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 42px rgba(8, 39, 30, 0.28);
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.audio-toggle:hover {
  transform: translateY(-2px);
  background: rgba(15, 61, 46, 0.94);
  border-color: rgba(232, 200, 115, 0.9);
}

.audio-toggle:focus-visible {
  outline-offset: 5px;
}

.audio-toggle__icon {
  position: relative;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 999px;
  background: var(--soft-gold);
  box-shadow: 0 0 0 0 rgba(232, 200, 115, 0.55);
}

.audio-toggle.is-playing .audio-toggle__icon {
  animation: audioPulse 1.8s ease-out infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 800ms ease, transform 800ms ease;
}

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

@keyframes bottleFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-0.7deg);
  }
  50% {
    transform: translateY(-16px) rotate(0.7deg);
  }
}

@keyframes shimmer {
  0%,
  34% {
    transform: translateX(-110%);
  }
  58%,
  100% {
    transform: translateX(110%);
  }
}

@keyframes audioPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 200, 115, 0.55);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(232, 200, 115, 0);
  }
}

@media (max-width: 980px) {
  .hero-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "content content"
      "silver gold";
    align-items: end;
    gap: 0.2rem 0.55rem;
  }

  .hero-content {
    grid-area: content;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    justify-self: stretch;
  }

  .hero-logo {
    width: clamp(250px, 38vw, 340px);
  }

  .hero-product--silver {
    grid-area: silver;
  }

  .hero-product--gold {
    grid-area: gold;
  }

  .hero-product img {
    width: min(43vw, 260px);
    max-height: 42svh;
  }

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

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

@media (max-width: 640px) {
  .hero {
    align-items: start;
    padding: 1rem 0 0.8rem;
  }

  .hero-logo {
    width: clamp(210px, 62vw, 285px);
    margin-bottom: 0.8rem;
  }

  h1 {
    font-size: clamp(2.45rem, 11vw, 3.05rem);
  }

  .hero-line {
    font-size: clamp(1.45rem, 8vw, 2.05rem);
  }

  .hero-copy {
    margin-bottom: 0.9rem;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .hero-product img {
    width: min(38vw, 150px);
    max-height: 38svh;
  }

  .product-glow {
    inset: 24% 0 19%;
    filter: blur(24px);
  }

  .section-pad {
    padding: 4rem 1rem;
  }

  .product-card {
    grid-template-columns: 0.72fr 1fr;
    min-height: 0;
    padding: 1rem;
  }

  .card-media {
    min-height: 250px;
  }

  .card-media img {
    max-height: 275px;
  }

  .card-content p:last-child {
    font-size: 0.92rem;
  }

  .audio-toggle {
    right: 0.75rem;
    bottom: 0.75rem;
    min-height: 2.75rem;
    padding: 0.68rem 0.9rem;
    font-size: 0.74rem;
  }

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

  .benefit-card {
    min-height: 0;
  }

  .founder-label::before,
  .founder-label::after {
    width: 28px;
  }
}

@media (max-width: 430px) {
  .product-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .card-media {
    min-height: 230px;
  }

  .card-media img {
    max-height: 255px;
  }

  .founder-label {
    gap: 0.45rem;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 380px) {
  .hero {
    padding-top: 0.85rem;
  }

  .eyebrow {
    max-width: 18rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
  }

  .hero-product img {
    width: 44vw;
    max-height: 34svh;
  }

  .card-media {
    min-height: 220px;
  }

  .founder-label::before,
  .founder-label::after {
    width: 18px;
  }
}

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