:root {
  color-scheme: dark;
  --ink: #07111f;
  --ink-2: #0d1d31;
  --navy: #101d2d;
  --cream: #f8f1e4;
  --paper: #fffaf1;
  --paper-2: #efe1cc;
  --line: rgba(248, 241, 228, 0.18);
  --muted: rgba(248, 241, 228, 0.72);
  --gold: #d9bc76;
  --rose: #d7a0a5;
  --sage: #9eb69a;
  --protein: #9cc7d6;
  --mediterranean: #f0a568;
  --air: #e4b170;
  --budget: #bed0a1;
  --shadow: rgba(0, 0, 0, 0.36);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ink);
  color: var(--cream);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 18% -10%, rgba(217, 188, 118, 0.18), transparent 34rem),
    radial-gradient(circle at 92% 14%, rgba(156, 199, 214, 0.12), transparent 28rem),
    linear-gradient(180deg, #07111f 0%, #101d2d 46%, #07111f 100%);
  overflow-x: hidden;
}

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

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

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.25rem, 10vw, 7rem);
  line-height: 0.93;
}

h2 {
  font-size: clamp(2.15rem, 6.5vw, 4.8rem);
  line-height: 1;
}

h3 {
  font-size: clamp(1.18rem, 2.5vw, 1.62rem);
  line-height: 1.16;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 2rem, 1200px);
  margin: 0 auto;
  padding: 1rem 0;
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.35rem;
}

.brand img {
  width: 2.35rem;
  height: 2.35rem;
  object-fit: cover;
  border: 1px solid rgba(248, 241, 228, 0.24);
  border-radius: 50%;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.55rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.72);
}

.desktop-nav a,
.header-cta,
.site-footer a,
.legal-layout a {
  color: rgba(248, 241, 228, 0.78);
  font-size: 0.92rem;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.desktop-nav a:hover,
.site-footer a:hover,
.legal-layout a:hover {
  color: var(--cream);
}

.header-cta {
  padding: 0.75rem 1.05rem;
  border: 1px solid rgba(248, 241, 228, 0.3);
  border-radius: 999px;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.08rem;
  border-radius: 0.65rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button:focus-visible,
.site-header a:focus-visible,
.site-footer a:focus-visible,
.legal-layout a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.button.primary {
  background: var(--cream);
  color: var(--ink);
}

.button.secondary {
  border: 1px solid rgba(248, 241, 228, 0.28);
  color: var(--cream);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 3.5rem);
  width: min(100% - 2rem, 1280px);
  min-height: calc(100svh - 5rem);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(4rem, 8vw, 6rem);
}

.hero-copy {
  display: grid;
  align-content: center;
  gap: 1.35rem;
}

.kicker {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 43rem;
  color: rgba(248, 241, 228, 0.86);
  font-size: clamp(1.06rem, 2.2vw, 1.3rem);
}

.hero-actions,
.product-footer,
.legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(248, 241, 228, 0.26);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 48% 42%, rgba(248, 241, 228, 0.18), transparent 24rem),
    linear-gradient(140deg, rgba(248, 241, 228, 0.18), rgba(217, 188, 118, 0.09) 42%, rgba(156, 199, 214, 0.11));
  box-shadow: 0 2.4rem 5rem rgba(0, 0, 0, 0.26), inset 0 1px rgba(255,255,255,0.12);
}

.hero-collection-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: clamp(0.15rem, 0.45vw, 0.45rem);
  object-fit: contain;
  object-position: center;
  transform: scale(1.065);
  filter: saturate(1.08) brightness(1.08);
}

.hero-stack-card {
  display: none;
  gap: 0.65rem;
  width: min(20rem, calc(100% - 2rem));
  padding: 1rem;
  border: 1px solid rgba(248, 241, 228, 0.24);
  border-radius: 0.9rem;
  background: rgba(7, 17, 31, 0.82);
  box-shadow: 0 1.5rem 3rem var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-stack-card strong {
  display: block;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 0.98;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.44rem 0.68rem;
  border: 1px solid rgba(217, 188, 118, 0.48);
  border-radius: 999px;
  background: rgba(248, 241, 228, 0.08);
  color: rgba(248, 241, 228, 0.92);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.2;
}

.section {
  width: min(100% - 2rem, 1200px);
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 7rem) 0;
}

.section-heading {
  display: grid;
  gap: 1rem;
  max-width: 54rem;
  margin-bottom: 2rem;
}

.section-heading p:not(.kicker) {
  max-width: 45rem;
}

.product-grid {
  display: grid;
  gap: 1rem;
}

.product-card {
  --accent: var(--gold);
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(248, 241, 228, 0.16);
  border-radius: 0.85rem;
  background: rgba(255, 250, 241, 0.07);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

.product-card.rose { --accent: var(--rose); }
.product-card.sage { --accent: var(--sage); }
.product-card.gold { --accent: var(--gold); }
.product-card.protein { --accent: var(--protein); }
.product-card.mediterranean { --accent: var(--mediterranean); }
.product-card.air { --accent: var(--air); }
.product-card.budget { --accent: var(--budget); }

.product-media {
  display: grid;
  min-height: 20rem;
  place-items: center;
  padding: 1.1rem;
  background:
    radial-gradient(circle at 25% 20%, color-mix(in srgb, var(--accent), transparent 62%), transparent 16rem),
    linear-gradient(135deg, color-mix(in srgb, var(--accent), transparent 72%), rgba(248, 241, 228, 0.06));
}

.product-media img {
  width: min(100%, 18rem);
  max-height: 26rem;
  object-fit: contain;
  border-radius: 0.55rem;
  box-shadow: 0 1.45rem 2.8rem rgba(0, 0, 0, 0.32);
}

.product-card.life-admin .product-media img {
  width: min(100%, 24rem);
}

.product-content {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
}

.product-eyebrow {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-content ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-content li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: rgba(248, 241, 228, 0.82);
  font-size: 0.96rem;
}

.product-content li::before {
  flex: none;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.product-footer {
  justify-content: space-between;
  margin-top: 0.3rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(248, 241, 228, 0.14);
}

.product-footer strong {
  display: block;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.product-footer span {
  color: rgba(248, 241, 228, 0.58);
  font-size: 0.84rem;
}

.product-button {
  background: var(--accent);
  color: var(--ink);
}

.split,
.quality-inner,
.seo-section,
.site-footer,
.legal-layout {
  display: grid;
  gap: 2rem;
}

.how-section {
  width: 100%;
  max-width: none;
  padding-right: max(1rem, calc(50vw - 600px));
  padding-left: max(1rem, calc(50vw - 600px));
  background: var(--cream);
}

.how-section h2,
.how-section h3,
.step span {
  color: var(--ink);
}

.how-section p {
  color: rgba(7, 17, 31, 0.68);
}

.steps {
  display: grid;
  gap: 0.85rem;
}

.step {
  display: grid;
  gap: 0.65rem;
  padding: 1.2rem;
  border: 1px solid rgba(7, 17, 31, 0.12);
  border-radius: 0.75rem;
  background: var(--paper);
}

.step span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.quality-band {
  padding: clamp(4rem, 9vw, 7rem) 1rem;
  background: linear-gradient(90deg, rgba(217, 188, 118, 0.12), transparent), var(--ink-2);
}

.quality-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.quality-inner p:last-child {
  align-self: end;
  max-width: 43rem;
  color: rgba(248, 241, 228, 0.82);
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
}

.mini-grid {
  display: grid;
  gap: 0.75rem;
}

.value-tile {
  position: relative;
  display: grid;
  min-height: 11rem;
  align-content: end;
  gap: 0.55rem;
  overflow: hidden;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background:
    radial-gradient(circle at 82% 15%, rgba(217, 188, 118, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(255, 250, 241, 0.09), rgba(255, 250, 241, 0.035));
  color: var(--cream);
}

.value-tile::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2.85rem;
  height: 2.85rem;
  border: 1px solid rgba(217, 188, 118, 0.32);
  border-radius: 50%;
  background: rgba(217, 188, 118, 0.12);
  content: "";
}

.value-tile h3,
.value-tile p {
  position: relative;
  z-index: 1;
}

.value-tile h3 {
  font-size: 1rem;
}

.value-tile p {
  color: rgba(248, 241, 228, 0.72);
  font-size: 0.92rem;
  line-height: 1.55;
}

.disclaimer-section {
  width: min(100% - 2rem, 1200px);
  margin: 0 auto clamp(4rem, 8vw, 6rem);
  padding: 1rem;
  border: 1px solid rgba(217, 188, 118, 0.24);
  border-radius: 0.75rem;
  background: rgba(217, 188, 118, 0.08);
}

.disclaimer-section p {
  color: rgba(248, 241, 228, 0.76);
  font-size: 0.9rem;
}

.site-footer {
  width: min(100% - 2rem, 1200px);
  margin: 0 auto;
  padding: 3rem 0;
  border-top: 1px solid var(--line);
}

.site-footer > div {
  display: grid;
  gap: 0.75rem;
  max-width: 30rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.legal-page {
  background: var(--cream);
  color: var(--ink);
}

.legal-page .site-header {
  color: var(--cream);
}

.legal-hero,
.legal-layout {
  width: min(100% - 2rem, 1200px);
  margin: 0 auto;
}

.legal-hero {
  display: grid;
  gap: 1rem;
  padding: 4rem 0 3rem;
}

.legal-hero h1 {
  max-width: 14ch;
  color: var(--ink);
  font-size: clamp(2.6rem, 8vw, 5.3rem);
}

.legal-hero p {
  max-width: 52rem;
  color: rgba(7, 17, 31, 0.72);
}

.legal-hero span,
.back-link {
  color: rgba(7, 17, 31, 0.62);
  font-size: 0.9rem;
}

.back-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.4rem;
}

.legal-layout {
  padding-bottom: 5rem;
}

.legal-layout aside {
  display: grid;
  align-content: start;
  gap: 0.5rem;
  padding: 1rem;
  border: 1px solid rgba(7, 17, 31, 0.12);
  border-radius: 0.75rem;
  background: var(--paper);
}

.legal-layout aside p {
  color: var(--ink);
  font-weight: 850;
}

.legal-layout aside a {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(7, 17, 31, 0.08);
  color: rgba(7, 17, 31, 0.68);
}

.legal-layout aside a.active {
  color: var(--ink);
  font-weight: 850;
}

.legal-content {
  display: grid;
  gap: 1rem;
}

.legal-content section {
  display: grid;
  gap: 0.75rem;
  padding: 1.2rem;
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: 0.75rem;
  background: var(--paper);
}

.legal-content h2 {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 850;
  line-height: 1.25;
}

.legal-content p {
  color: rgba(7, 17, 31, 0.72);
}

@media (min-width: 700px) {
  .product-card {
    grid-template-columns: minmax(17rem, 0.9fr) minmax(0, 1fr);
  }

  .product-content {
    padding: 1.55rem;
  }

  .split,
  .quality-inner,
  .seo-section,
  .site-footer,
  .legal-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

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

@media (min-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-media {
    min-height: 24rem;
  }
}

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

  .product-media {
    min-height: 22.5rem;
  }
}

@media (max-width: 840px) {
  .site-header {
    position: relative;
    align-items: flex-start;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 2rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3rem, 14vw, 3.8rem);
    line-height: 0.95;
  }

  .hero-visual,
  .hero-collection-image {
    min-height: 25rem;
  }
}

@media (max-width: 560px) {
  .hero-actions .button,
  .product-footer .button {
    width: 100%;
  }

  .hero-visual,
  .hero-collection-image {
    min-height: 21rem;
  }

  .hero-stack-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
  }

  .hero-stack-card strong {
    font-size: 2rem;
  }

  .product-footer {
    align-items: stretch;
  }
}
