/* BioProston — Premium Swiss Alpine Design */
:root {
  --ink: #0a1210;
  --ink-soft: #142420;
  --muted: #6b8a84;
  --muted-light: #8fa8a3;
  --surface: #ffffff;
  --page: #f4f7f6;
  --page-warm: #eef3f2;
  --dark-bg: #0a1210;
  --deep-teal: #0c2e2a;
  --teal-mid: #134e4a;
  --teal-bright: #1a6b62;
  --gold: #c9a84c;
  --gold-bright: #e8c66a;
  --gold-soft: rgba(201, 168, 76, 0.15);
  --cyan: #3ee8d0;
  --cyan-soft: rgba(62, 232, 208, 0.12);
  --line: rgba(201, 168, 76, 0.18);
  --line-dark: rgba(62, 232, 208, 0.12);

  --font-display: "Outfit", system-ui, sans-serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 5.5rem;

  --shadow-soft: 0 4px 24px rgba(10, 18, 16, 0.08);
  --shadow-lift: 0 20px 48px rgba(10, 18, 16, 0.14);
  --shadow-glow: 0 0 40px rgba(62, 232, 208, 0.25);
  --max-width: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 5rem;
}

::selection {
  background: rgba(201, 168, 76, 0.35);
  color: var(--ink);
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--muted);
  background: var(--page);
  min-height: 100vh;
  line-height: 1.65;
  overflow-x: hidden;
}

.text-gold {
  background: linear-gradient(135deg, var(--gold-bright) 0%, var(--gold) 50%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  color: var(--ink);
  margin: 0 0 var(--space-sm);
  letter-spacing: -0.02em;
  font-weight: 700;
}

h1 {
  font-size: clamp(2.2rem, 5.5vw, 3.5rem);
  line-height: 1.1;
}

h2 {
  font-size: clamp(1.65rem, 3.2vw, 2.4rem);
  line-height: 1.15;
  font-weight: 700;
}

h3 {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
}

h4 {
  font-size: 1.05rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0 0 var(--space-xs);
}

p {
  margin: 0 0 var(--space-md);
  font-size: 1.02rem;
}

a {
  color: var(--teal-bright);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--gold);
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

/* —— Header —— */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10, 18, 16, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.35);
  padding: 0.85rem 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--cyan), var(--gold), transparent);
  opacity: 0.7;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-md);
}

.logo {
  height: 40px;
  width: auto;
}

.logo-link:hover {
  opacity: 0.88;
}

.nav {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.nav-link {
  padding: 0.45rem 1rem;
  border-radius: var(--radius-sm);
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1.5px solid transparent;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  font-family: var(--font-display);
}

.nav-link:hover {
  background: rgba(201, 168, 76, 0.12);
  color: var(--gold-bright);
  border-color: rgba(201, 168, 76, 0.3);
}

.nav-link.active {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%);
  color: var(--ink);
  border-color: var(--gold);
}

/* —— Hero —— */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #0a1210 0%, #0c2e2a 40%, #134e4a 75%, #0a1f1c 100%);
  color: #e8f5f2;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 40%, rgba(62, 232, 208, 0.14) 0%, transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(201, 168, 76, 0.1) 0%, transparent 40%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
}

/* Gold horizontal accent lines */
.hero .hero-inner::before {
  content: "";
  position: absolute;
  left: var(--space-lg);
  top: 18%;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0.5;
  z-index: 1;
}

/* Mountain silhouette */
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background:
    linear-gradient(to top, var(--page) 0%, transparent 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80' preserveAspectRatio='none'%3E%3Cpolygon points='0,80 0,50 150,20 300,45 450,10 600,35 750,5 900,30 1050,15 1200,40 1200,80' fill='%23c9a84c' opacity='0.15'/%3E%3Cpolygon points='0,80 0,60 200,35 400,55 600,25 800,50 1000,30 1200,55 1200,80' fill='%233ee8d0' opacity='0.08'/%3E%3C/svg%3E") bottom center / 100% 80px no-repeat;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: clamp(3rem, 9vw, 5rem) var(--space-lg) clamp(5rem, 12vw, 7rem);
  display: grid;
  gap: var(--space-xl);
  align-items: center;
}

@media (min-width: 900px) {
  .hero-inner {
    grid-template-columns: 1.1fr 0.9fr;
    min-height: min(78vh, 700px);
  }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: var(--space-md);
  padding: 0.35rem 0.9rem;
  border: 1px solid rgba(62, 232, 208, 0.35);
  border-radius: 999px;
  background: rgba(62, 232, 208, 0.08);
}

.hero-title {
  text-align: left;
  margin-bottom: var(--space-md);
  color: #fff;
  text-shadow: 0 2px 32px rgba(0, 0, 0, 0.3);
  animation: heroIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-subtitle {
  text-align: left;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  max-width: 34rem;
  margin: 0 0 var(--space-lg);
  color: rgba(232, 245, 242, 0.85);
  line-height: 1.72;
  animation: heroIn 0.95s 0.07s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero .btn-primary {
  animation: heroIn 1s 0.14s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero product visual */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.hero-product-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-orb {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.5), var(--cyan) 40%, rgba(62, 232, 208, 0.2) 100%);
  box-shadow: 0 0 30px rgba(62, 232, 208, 0.6), 0 0 60px rgba(62, 232, 208, 0.3);
  z-index: 1;
  top: 12%;
  right: 18%;
  animation: orbFloat 5s ease-in-out infinite;
}

.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
  pointer-events: none;
}

.hero-ring--outer {
  width: 340px;
  height: 340px;
  border-color: rgba(201, 168, 76, 0.15);
  animation: ringRotate 20s linear infinite;
}

.hero-ring--inner {
  width: 280px;
  height: 280px;
  border-color: rgba(62, 232, 208, 0.12);
  animation: ringRotate 14s linear infinite reverse;
}

.hero-ring--outer::after,
.hero-ring--inner::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 12px var(--gold);
}

.hero-ring--inner::after {
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  bottom: -4px;
  top: auto;
}

.hero-product-wrap::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(62, 232, 208, 0.28) 0%, transparent 70%);
  animation: orbPulse 4s ease-in-out infinite;
}

@keyframes orbPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.08); opacity: 1; }
}

@keyframes orbFloat {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.85; }
  50% { transform: translateY(-8px) scale(1.05); opacity: 1; }
}

@keyframes ringRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes productFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.hero-product-img {
  position: relative;
  z-index: 3;
  max-height: 380px;
  width: auto;
  max-width: 100%;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.55));
  animation: heroIn 1.1s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both, productFloat 6s ease-in-out 1.5s infinite;
}

/* Decorative graph bars */
.hero-bars {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 5px;
  align-items: flex-end;
  opacity: 0.5;
  z-index: 1;
}

.hero-bars span {
  display: block;
  width: 6px;
  border-radius: 3px 3px 0 0;
  background: var(--gold);
}

.hero-bars span:nth-child(1) { height: 28px; background: var(--cyan); opacity: 0.7; animation: barGrow 2s ease-in-out infinite 0s; }
.hero-bars span:nth-child(2) { height: 48px; animation: barGrow 2s ease-in-out infinite 0.2s; }
.hero-bars span:nth-child(3) { height: 36px; background: var(--cyan); opacity: 0.7; animation: barGrow 2s ease-in-out infinite 0.4s; }
.hero-bars span:nth-child(4) { height: 60px; animation: barGrow 2s ease-in-out infinite 0.6s; }
.hero-bars span:nth-child(5) { height: 42px; background: var(--cyan); opacity: 0.7; animation: barGrow 2s ease-in-out infinite 0.8s; }

@keyframes barGrow {
  0%, 100% { transform: scaleY(1); opacity: 0.6; }
  50% { transform: scaleY(1.15); opacity: 1; }
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: var(--space-md);
  animation: heroIn 1s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-bright);
  padding: 0.3rem 0.75rem;
  border: 1px solid rgba(201, 168, 76, 0.4);
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.08);
  font-family: var(--font-display);
}

.hero-badge--swiss::before {
  content: "+";
  color: #e53e3e;
  font-weight: 900;
  font-size: 0.85rem;
}

.btn-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.75rem;
  border-radius: var(--radius-sm);
  border: none;
  font-weight: 700;
  font-size: 0.93rem;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.btn-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%);
  color: var(--ink);
  box-shadow: 0 6px 24px rgba(201, 168, 76, 0.35);
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transition: left 0.5s ease;
}

.btn-primary:hover::after {
  left: 140%;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 12px 36px rgba(201, 168, 76, 0.45), 0 0 20px rgba(62, 232, 208, 0.2);
  color: var(--ink);
}

/* —— Trust strip —— */
.trust-strip {
  background: linear-gradient(90deg, var(--deep-teal) 0%, #0f3530 50%, var(--deep-teal) 100%);
  border-top: 1px solid rgba(201, 168, 76, 0.2);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  padding: 1.25rem 0;
  position: relative;
  z-index: 3;
}

.trust-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.trust-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.trust-item span {
  font-size: 0.78rem;
  color: rgba(200, 220, 215, 0.65);
}

.trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(201, 168, 76, 0.4);
  background: rgba(201, 168, 76, 0.08);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold-bright);
  flex-shrink: 0;
}

.trust-icon--swiss {
  font-size: 0;
  background: linear-gradient(135deg, #e53e3e 50%, #fff 50%);
  background-size: 100% 100%;
  position: relative;
}

.trust-icon--swiss::before,
.trust-icon--swiss::after {
  content: "";
  position: absolute;
  background: #fff;
}

.trust-icon--swiss::before {
  width: 4px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.trust-icon--swiss::after {
  width: 16px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.trust-icon--capsule {
  font-size: 0;
  border-radius: 20px;
  width: 36px;
  height: 18px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold) 48%, rgba(255,255,255,0.3) 48%, rgba(255,255,255,0.3) 52%, var(--cyan) 52%);
}

.trust-icon--brand {
  font-size: 1.1rem;
  background: rgba(62, 232, 208, 0.1);
  border-color: rgba(62, 232, 208, 0.35);
  color: var(--cyan);
}

.trust-divider {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, transparent, rgba(201, 168, 76, 0.4), transparent);
}

.btn-lg {
  padding: 1.1rem 2.25rem;
  font-size: 0.96rem;
}

/* Sections */
.section {
  padding: var(--space-2xl) 0;
  position: relative;
}

.section.alt {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section--dark {
  background: linear-gradient(160deg, var(--dark-bg) 0%, var(--deep-teal) 60%, #0a1f1c 100%);
  color: rgba(232, 245, 242, 0.85);
}

.section--dark h2,
.section--dark h3,
.section--dark h4 {
  color: #fff;
}

.section--dark .section-eyebrow {
  color: var(--cyan);
}

.section--dark .card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(201, 168, 76, 0.2);
  color: rgba(232, 245, 242, 0.85);
}

.section--dark .card-title {
  color: #fff;
}

.section--dark .card-text {
  color: rgba(200, 220, 215, 0.8);
}

.section--dark .card-icon {
  background: rgba(201, 168, 76, 0.12);
  border-color: rgba(201, 168, 76, 0.3);
}

.section--dark .card-icon svg {
  color: var(--gold-bright);
}

.section--dark .card {
  backdrop-filter: blur(8px);
}

.section--dark .card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(201, 168, 76, 0.35);
}

/* Inner pages hero */
.hero > .container {
  position: relative;
  z-index: 2;
  padding: var(--space-2xl) 0 calc(var(--space-2xl) + 3rem);
}

.hero > .container .hero-title {
  text-align: center;
}

.hero > .container .hero-subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Section headings */
.section-head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto var(--space-xl);
}

.section-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-sm);
  font-family: var(--font-display);
}

.section-head h2 {
  position: relative;
  display: inline-block;
  width: 100%;
}

.section-head h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: var(--space-md) auto 0;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  border-radius: 2px;
}

.section--dark .section-head h2::after {
  background: linear-gradient(90deg, var(--gold-bright), var(--cyan));
}

/* Stats band */
.section--stats {
  background: linear-gradient(150deg, var(--dark-bg) 0%, var(--deep-teal) 55%, var(--teal-mid) 100%);
  color: #e8f5f2;
  padding: var(--space-2xl) 0 calc(var(--space-2xl) + 1rem);
  border: none;
  position: relative;
  overflow: hidden;
}

.section--stats::before {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 8px;
  width: 60px;
  height: 120px;
  background:
    linear-gradient(to top, var(--gold) 0%, var(--gold) 40%, transparent 40%),
    linear-gradient(to top, var(--cyan) 0%, var(--cyan) 65%, transparent 65%),
    linear-gradient(to top, var(--gold) 0%, var(--gold) 55%, transparent 55%);
  background-size: 14px 100%, 14px 100%, 14px 100%;
  background-position: 0 0, 22px 0, 44px 0;
  background-repeat: no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

.section--stats .section-head .section-eyebrow {
  color: var(--cyan);
}

.section--stats h2 {
  color: #fff;
}

.section--stats h2::after {
  background: linear-gradient(90deg, var(--gold-bright), var(--cyan));
}

.section--stats .card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(201, 168, 76, 0.22);
  color: #e8f5f2;
}

.section--stats .card p {
  color: rgba(200, 220, 215, 0.75);
  margin-bottom: 0;
}

.section--stats .stat-num {
  color: var(--gold-bright);
  text-shadow: 0 0 24px rgba(201, 168, 76, 0.3);
}

.card--stat {
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.card--stat:hover {
  transform: translateY(-6px);
  border-color: rgba(62, 232, 208, 0.35);
}

.stat-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  margin: 0 auto var(--space-sm);
  max-width: 120px;
  overflow: hidden;
  position: relative;
}

.stat-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--stat-pct, 50%);
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  border-radius: 2px;
  animation: statFill 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes statFill {
  from { width: 0; }
  to { width: var(--stat-pct, 50%); }
}

/* Product strip */
.section--product .grid {
  position: relative;
  padding: var(--space-lg);
  background: linear-gradient(135deg, var(--deep-teal) 0%, #0a1f1c 50%, var(--ink) 100%);
  border-radius: var(--radius-xl);
  border: 1.5px solid rgba(201, 168, 76, 0.3);
  box-shadow: var(--shadow-glow), var(--shadow-lift);
}

.section--product h2,
.section--ingredients h2 {
  position: relative;
  padding-left: var(--space-md);
  border-left: 4px solid var(--gold);
  color: #fff;
}

.section--product p {
  color: rgba(200, 220, 215, 0.85);
}

.section--product .product-brand {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: var(--space-sm);
  font-family: var(--font-display);
}

.product-showcase {
  position: relative;
}

.product-showcase::before {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(62, 232, 208, 0.15) 0%, transparent 65%);
  pointer-events: none;
}

.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: var(--space-md);
}

.feature-pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-bright);
  padding: 0.35rem 0.8rem;
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.06);
  font-family: var(--font-display);
  transition: background 0.2s, border-color 0.2s;
}

.feature-pill:hover {
  background: rgba(201, 168, 76, 0.14);
  border-color: rgba(201, 168, 76, 0.55);
}

/* FAQ */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.card--faq {
  position: relative;
  padding-left: calc(var(--space-lg) + 2.5rem);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--gold);
  background: var(--surface);
  transition: transform 0.25s, box-shadow 0.25s, border-left-color 0.25s;
}

.card--faq:hover {
  transform: translateX(4px);
  border-left-color: var(--cyan);
  box-shadow: var(--shadow-lift);
}

.card--faq h4 {
  margin-bottom: var(--space-xs);
}

.card--faq p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.faq-num {
  position: absolute;
  left: var(--space-lg);
  top: var(--space-lg);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(201, 168, 76, 0.25);
  line-height: 1;
}

.section--faq .card {
  border-radius: var(--radius-md);
  border-left: 4px solid var(--gold);
  background: var(--surface);
}

.text-center {
  text-align: center;
}

.mb-xl { margin-bottom: var(--space-xl); }
.mb-lg { margin-bottom: var(--space-lg); }
.mb-md { margin-bottom: var(--space-md); }
.mb-sm { margin-bottom: var(--space-sm); }
.mb-0 { margin-bottom: 0; }

/* Grid */
.grid {
  display: grid;
  gap: var(--space-md);
}

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

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

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

/* Cards */
.card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s, border-color 0.25s;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  opacity: 0;
  transition: opacity 0.25s;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(201, 168, 76, 0.35);
}

.card:hover::before {
  opacity: 1;
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  background: var(--gold-soft);
  border: 1.5px solid rgba(201, 168, 76, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-md);
}

.card-icon svg {
  width: 24px;
  height: 24px;
  color: var(--gold);
  stroke-width: 2;
}

.card-title {
  color: var(--ink);
  margin-bottom: var(--space-sm);
  font-size: 1.15rem;
  font-family: var(--font-display);
  font-weight: 600;
}

.card-text {
  color: var(--muted);
  line-height: 1.75;
}

.card-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
  margin-bottom: var(--space-md);
}

.card-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10, 18, 16, 0.45) 100%);
  pointer-events: none;
  transition: opacity 0.3s;
}

.card--food:hover .card-img-wrap::after {
  opacity: 0.7;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 0;
  border: 1px solid var(--line);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s, box-shadow 0.25s;
  display: block;
}

.card--food .card-img-wrap img {
  margin-bottom: 0;
}

.card--food:hover img {
  transform: scale(1.05);
  border-color: rgba(201, 168, 76, 0.4);
}

.card:not(.card--food) img {
  margin-bottom: var(--space-md);
}

.card:not(.card--food):hover img {
  border-color: rgba(201, 168, 76, 0.4);
  box-shadow: 0 4px 16px rgba(201, 168, 76, 0.15);
}

.stat-num {
  font-size: 2.85rem;
  font-weight: 700;
  font-family: var(--font-display);
  margin-bottom: var(--space-sm);
  line-height: 1;
  color: var(--gold);
}

/* Product */
.product-shot {
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4), var(--shadow-glow);
  border: 2px solid rgba(201, 168, 76, 0.5);
  outline: 2px solid rgba(62, 232, 208, 0.2);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-shot:hover {
  transform: scale(1.03);
}

/* Anim */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.65s ease forwards;
}

.grid-3 .card.animate-fade-in-up:nth-child(1) { animation-delay: 0.05s; }
.grid-3 .card.animate-fade-in-up:nth-child(2) { animation-delay: 0.12s; }
.grid-3 .card.animate-fade-in-up:nth-child(3) { animation-delay: 0.19s; }
.grid-3 .card.animate-fade-in-up:nth-child(4) { animation-delay: 0.26s; }
.grid-3 .card.animate-fade-in-up:nth-child(5) { animation-delay: 0.33s; }
.grid-3 .card.animate-fade-in-up:nth-child(6) { animation-delay: 0.4s; }

/* Forms */
.form-group {
  margin-bottom: var(--space-md);
}

.form-label {
  display: block;
  margin-bottom: var(--space-xs);
  color: var(--ink);
  font-weight: 600;
  font-size: 0.88rem;
  font-family: var(--font-display);
  letter-spacing: 0.01em;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid rgba(201, 168, 76, 0.25);
  background: var(--page-warm);
  color: var(--ink);
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
}

.form-textarea {
  min-height: 150px;
  resize: vertical;
}

/* Contact */
.contact-info {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
  padding: var(--space-md);
  background: var(--surface);
  border-radius: var(--radius-md);
  border: 1.5px solid var(--line);
  border-left: 4px solid var(--gold);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-info:hover {
  box-shadow: var(--shadow-soft);
  border-left-color: var(--cyan);
}

.contact-icon {
  width: 20px;
  height: 20px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 3px;
}

.contact-info span,
.contact-info a {
  color: var(--muted);
  font-size: 1rem;
}

.contact-info a:hover {
  color: var(--teal-bright);
}

/* Footer */
.footer {
  background: linear-gradient(180deg, var(--dark-bg) 0%, #060e0c 100%);
  border-top: 3px solid var(--gold);
  padding: var(--space-xl) 0 var(--space-lg);
  margin-top: 0;
  position: relative;
}

.footer::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'%3E%3Cpolygon points='0,40 150,15 300,30 450,8 600,25 750,5 900,22 1050,10 1200,28 1200,40 0,40' fill='%23c9a84c' opacity='0.06'/%3E%3C/svg%3E") top center / 100% 40px no-repeat;
  pointer-events: none;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(62, 232, 208, 0.4), transparent);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-xl);
  margin-bottom: var(--space-lg);
}

.footer h4 {
  color: var(--gold-bright);
  margin-bottom: var(--space-md);
  font-size: 1.1rem;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer p {
  color: #7a9a94;
  line-height: 1.8;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: var(--space-xs);
}

.footer-links a {
  color: var(--cyan);
  opacity: 0.85;
}

.footer-links a:hover {
  color: var(--gold-bright);
  opacity: 1;
}

.footer-bottom {
  padding-top: var(--space-md);
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  text-align: center;
  color: #5a7a74;
  font-size: 0.86rem;
}

.footer-bottom a {
  color: var(--cyan);
}

.footer-bottom a:hover {
  color: var(--gold-bright);
}

/* List check */
.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-check li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: var(--space-sm);
  color: rgba(200, 220, 215, 0.85);
  line-height: 1.75;
}

.list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-bright);
  font-weight: 700;
  font-size: 0.95rem;
}

.section--ingredients {
  background: var(--page);
  position: relative;
}

.section--ingredients::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--cyan), var(--gold), transparent);
  opacity: 0.3;
}

.ingredients-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-xl);
  align-items: center;
  padding: var(--space-xl);
  background: var(--surface);
  border-radius: var(--radius-xl);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.ingredients-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--cyan), var(--gold));
}

.section--ingredients h2 {
  color: var(--ink);
  border-left: 4px solid var(--gold);
  padding-left: var(--space-md);
}

.section--ingredients .list-check li {
  color: var(--muted);
}

.section--ingredients .section-eyebrow {
  margin-bottom: var(--space-xs);
}

/* Contact premium */
.section--contact {
  background: linear-gradient(160deg, var(--page) 0%, #e8f0ee 100%);
  position: relative;
}

.section--contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 20%, rgba(62, 232, 208, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.section--contact .card {
  border-color: rgba(201, 168, 76, 0.25);
  box-shadow: var(--shadow-lift);
}

.section--contact .section-head h2 {
  color: var(--ink);
}

/* Legal */
.content-narrow {
  max-width: 900px;
  margin: 0 auto;
}

.content-card {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  box-shadow: var(--shadow-soft);
}

.content-card h2 {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-md);
  padding-bottom: var(--space-sm);
  border-bottom: 1.5px solid var(--gold-soft);
  color: var(--ink);
  font-size: 1.3rem;
}

.content-card h2:first-child {
  margin-top: 0;
}

.content-card h3 {
  margin-top: var(--space-md);
  margin-bottom: var(--space-sm);
  color: var(--teal-bright);
  font-size: 1.05rem;
}

.content-card ul,
.content-card ol {
  padding-left: var(--space-lg);
  margin-bottom: var(--space-md);
  color: var(--muted);
}

.content-card li {
  margin-bottom: var(--space-xs);
  line-height: 1.8;
}

.content-card strong {
  color: var(--ink);
}

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

@media (max-width: 968px) {
  .header-content {
    flex-direction: column;
    gap: var(--space-sm);
  }

  .nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-title,
  .hero-subtitle {
    text-align: center !important;
  }

  .hero-inner .btn-wrap {
    justify-content: center;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-badges {
    justify-content: center;
  }

  .hero-bars,
  .hero-orb {
    display: none;
  }

  .hero-ring--outer {
    width: 260px;
    height: 260px;
  }

  .hero-ring--inner {
    width: 210px;
    height: 210px;
  }

  .section {
    padding: var(--space-xl) 0;
  }

  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .section--product .grid {
    padding: var(--space-md);
  }

  .trust-strip-inner {
    gap: 1rem;
  }

  .trust-divider {
    display: none;
  }

  .trust-item {
    flex: 1 1 40%;
    min-width: 140px;
  }

  .card--faq {
    padding-left: var(--space-lg);
    padding-top: calc(var(--space-lg) + 1.5rem);
  }

  .faq-num {
    top: var(--space-md);
    left: var(--space-md);
    font-size: 1.2rem;
  }
}

@media (max-width: 640px) {
  .container,
  .hero-inner {
    padding-left: var(--space-md);
    padding-right: var(--space-md);
  }

  .btn {
    width: 100%;
  }

  .btn-lg {
    padding: 1rem 1.5rem;
  }

  .content-card {
    padding: var(--space-md);
  }
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: start;
}
