:root {
  color-scheme: dark;
  --bg: #050403;
  --bg-soft: #0b0806;
  --text: #f6f1e9;
  --muted: #c8b89e;
  --accent: #dcb56f;
  --accent-strong: #f1c77e;
  --border: rgba(255, 255, 255, 0.1);
  --card: rgba(8, 6, 4, 0.75);
  --border-strong: rgba(255, 255, 255, 0.15);
  --radius: 18px;
  --transition: 200ms ease;
}

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

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Space Grotesk", "Cormorant Garamond", "Playfair Display",
    "Times New Roman", serif;
  font-size: clamp(1.05rem, 1vw + 1rem, 1.25rem);
  background: radial-gradient(circle at top, #1a120a, #050403);
  color: var(--text);
  line-height: 1.6;
  padding: 0;
}

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

.brand-mark {
  display: block;
  height: auto;
  border: none;
  object-fit: cover;
}

.hero {
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 100vh;
  padding-top: clamp(4.5rem, 12vw, 7rem);
  background-image: linear-gradient(
      150deg,
      rgba(5, 4, 3, 0.72),
      rgba(5, 4, 3, 0.35)
    ),
    url("../images/hero/mountain.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero-inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 5rem);
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(280px, 0.9fr) minmax(380px, 1.6fr);
  grid-auto-rows: auto;
  align-items: center;
  flex: 1;
  align-content: center;
}

.hero-heading {
  margin-bottom: 1.25rem;
}

.hero-heading h1 {
  margin: 0.2rem 0 0;
}

.hero-logo-floating {
  position: absolute;
  top: clamp(1rem, 3vw, 1.75rem);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(110px, 11vw, 170px);
  border-radius: 28px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
  z-index: 2;
}

@media (max-width: 700px) {
  .hero-logo-floating {
    position: static;
    transform: none;
    width: clamp(140px, 28vw, 200px);
    margin: 1rem auto 0.5rem;
  }

  .hero {
    padding-top: clamp(2.5rem, 10vw, 4rem);
    background-attachment: scroll;
  }
}

@media (max-width: 900px) {
  .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
    text-align: center;
  }

  .hero-content {
    width: 100%;
    text-align: left;
  }

  .hero-product {
    max-width: 520px;
    width: 100%;
  }

  .spec-grid {
    justify-content: center;
  }
}

.hero-content h1 {
  font-size: clamp(2.3rem, 6vw, 3.4rem);
  margin: 0.4rem 0 0.8rem;
}

.hero-content {
  width: 100%;
}

.eyebrow {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: clamp(0.85rem, 2vw, 1.05rem);
  color: var(--muted);
}

.lede {
  font-size: clamp(1rem, 2vw, 1.15rem);
  max-width: 64ch;
}

.price-card {
  margin: 1.5rem 0;
  padding: clamp(1rem, 2vw, 1.5rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.35rem, 1vw, 0.8rem);
  width: 100%;
}

.price-info {
  flex: 1 1 200px;
}

.price-label {
  margin: 0;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: var(--muted);
}

.price {
  margin: 0;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
}

.price-note {
  margin: 0.4rem 0 0;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  color: var(--muted);
}

.hero-actions {
  flex: 0 0 auto;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-cta {
  width: auto;
  min-width: 220px;
  text-align: center;
  font-size: 1rem;
  white-space: nowrap;
  margin-top: 0;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-self: center;
}

.price-card .cta {
  margin-top: 0;
}

@media (max-width: 900px) {
  .price-card {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .hero-actions {
    width: 100%;
    margin-top: 0;
    align-self: flex-start;
    justify-content: center;
  }

  .hero-cta {
    width: auto;
    white-space: normal;
    justify-content: center !important;
  }

  .price-note {
    margin-top: 0.1rem;
  }

  .price-card .cta {
    margin-top: 0;
    justify-content: center !important;
  }

  .hero-content,
  .hero-product {
    text-align: center;
  }

  .hero-product img {
    margin: 0 auto;
  }

  .price-card,
  .price-info {
    align-items: center;
    text-align: center;
  }
}

/* spec grid removed */

.hero-product {
  align-self: center;
  text-align: left;
  max-width: 480px;
  justify-self: center;
  width: 100%;
}

.hero-product img {
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55);
}

.section {
  margin: 2.5rem auto 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: calc(var(--radius) + 2px);
  background: var(--card);
  border: 1px solid var(--border);
  max-width: 1100px;
  width: 100%;
}

.section.triad {
  max-width: none;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  background-image: linear-gradient(
      150deg,
      rgba(5, 4, 3, 0.85),
      rgba(5, 4, 3, 0.6)
    ),
    url("../images/hero/elixir.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.triad-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 5vw, 3.5rem);
}

.section-heading h2 {
  margin: 0.3rem 0 1rem;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
}

.section-heading.centered {
  text-align: center;
}

.triple-row {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2rem);
  grid-auto-rows: 1fr;
}

@media (min-width: 960px) {
  .triple-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 959px) {
  .triple-row {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .section.triad .card {
    height: auto;
  }

  .section.triad {
    background-attachment: scroll;
  }
}

.section.triad .card {
  background: rgba(5, 4, 3, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
}

.ingredient-feature {
  height: 100%;
}

.benefits-ritual {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.benefits-ritual h4 {
  margin: 1rem 0 0.3rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.benefits-ritual h4:first-of-type {
  margin-top: 0.5rem;
}

.ritual-note {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
}

.card-grid {
  display: grid;
  gap: 1.5rem;
}

.card {
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(11, 8, 6, 0.85);
}

.card h3 {
  margin-top: 0;
  font-size: clamp(1.35rem, 3.2vw, 1.65rem);
  color: var(--accent-strong);
}

.card-subtitle {
  margin-top: 0;
  color: rgba(244, 218, 177, 0.85);
  font-size: clamp(0.95rem, 2.3vw, 1.1rem);
  min-height: 2.5rem;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.8rem;
}

.benefit-list li {
  padding-left: 1.5rem;
  position: relative;
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--accent);
}

.ritual-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.triad-cta {
  margin-top: clamp(2rem, 5vw, 3rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.triad-cta .cta {
  align-self: center;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(120deg, var(--accent), var(--accent-strong));
  color: #050403;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform var(--transition), box-shadow var(--transition);
}

.cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

@media (hover: hover) {
  .cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  }
}

.site-footer {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem clamp(1rem, 4vw, 2.5rem);
}

@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

@media (max-width: 600px) {
  .section {
    padding: 1.5rem;
  }

  .price-card {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0ms !important;
    transition-duration: 0ms !important;
  }
}
:root {
:root {
}

html {
  scroll-behavior: smooth;
}
