/* =========================================================
   Tidal Wave Wellness — site.css
   Navy #0A1628 / Gold #C9A86C / Zodiak serif / Satoshi sans
   ========================================================= */

@import url("https://api.fontshare.com/v2/css?f[]=zodiak@400,500,600,700&f[]=satoshi@300,400,500,700&display=swap");

:root {
  --navy: #0A1628;
  --navy-90: #0F1D34;
  --navy-80: #1A2A44;
  --navy-60: #3A4B6B;
  --gold: #C9A86C;
  --gold-soft: #E3CC9A;
  --gold-dark: #A68749;
  --cream: #F6F1E6;
  --bone: #FAF7F0;
  --white: #FFFFFF;
  --ink: #0A1628;
  --mute: #5A6A82;
  --line: rgba(10,22,40,0.12);
  --line-strong: rgba(10,22,40,0.22);

  --serif: "Zodiak", "Cormorant Garamond", Georgia, serif;
  --sans: "Satoshi", "Inter", system-ui, -apple-system, sans-serif;

  --container: 1200px;
  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 20px;

  --shadow-sm: 0 1px 2px rgba(10,22,40,0.06), 0 1px 3px rgba(10,22,40,0.08);
  --shadow-md: 0 6px 20px rgba(10,22,40,0.08), 0 2px 6px rgba(10,22,40,0.06);
  --shadow-lg: 0 20px 50px rgba(10,22,40,0.14);

  --step: clamp(1rem, 1vw + 0.8rem, 1.125rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: var(--step);
  line-height: 1.6;
  color: var(--ink);
  background: var(--bone);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: var(--navy); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold-dark); }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.15; letter-spacing: -0.01em; margin: 0 0 .5em; color: var(--navy); }
h1 { font-size: clamp(2.25rem, 4.5vw + 1rem, 4.5rem); font-weight: 500; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.75rem, 2.2vw + 1rem, 2.75rem); }
h3 { font-size: clamp(1.25rem, 1vw + 1rem, 1.625rem); }
h4 { font-size: 1.125rem; font-family: var(--sans); font-weight: 600; letter-spacing: 0; }

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: 0 0 1rem;
}

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 clamp(1.25rem, 3vw, 2rem); }

section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }

.hr {
  border: 0;
  height: 1px;
  background: var(--line);
  margin: 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--sans);
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: .02em;
  padding: .875rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--gold); color: var(--navy); }
.btn--primary:hover { background: var(--gold-dark); color: var(--white); }
.btn--on-navy { background: var(--gold); color: var(--navy); }
.btn--on-navy:hover { background: var(--gold-soft); color: var(--navy); }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--navy); background: var(--navy); color: var(--white); }
.btn--ghost-on-navy { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.35); }
.btn--ghost-on-navy:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn--small { padding: .625rem 1.1rem; font-size: .85rem; }
.btn--block { width: 100%; justify-content: center; }

.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(250, 247, 240, 0.86);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(250, 247, 240, 0.95);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem clamp(.75rem, 2vw, 1.5rem);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}
.brand svg { width: 34px; height: 34px; }
.brand span { line-height: 1; }

/* Official logo (raster lockup) — replaces the old SVG+text mark */
.brand--logo { gap: 0; }
.brand--logo img {
  display: block;
  height: 72px;
  width: auto;
  max-width: 340px;
  object-fit: contain;
}
@media (max-width: 900px) {
  .brand--logo img { height: 58px; max-width: 260px; }
}
@media (max-width: 640px) {
  .brand--logo img { height: 48px; max-width: 200px; }
}
/* Footer logo sits on navy — invert the transparent PNG so the wordmark reads in cream/gold-tinted white */
.brand--footer img {
  height: 64px;
  max-width: 280px;
  /* Dark wordmark → near-white, preserving transparency from the PNG */
  filter: brightness(0) invert(1) opacity(0.95);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0; padding: 0;
}
.nav-links a {
  font-size: .92rem;
  font-weight: 500;
  color: var(--navy);
  position: relative;
  padding: .25rem 0;
}
.nav-links a::after {
  content: "";
  position: absolute; left: 0; bottom: -2px;
  width: 0; height: 1px; background: var(--gold-dark);
  transition: width .2s ease;
}
.nav-links a:hover::after,
.nav-links a.is-active::after { width: 100%; }
.nav-links a.is-active { color: var(--gold-dark); }

.nav-cta { display: inline-flex; gap: .6rem; align-items: center; }
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .9rem;
  color: var(--navy);
  font-weight: 500;
}
.nav-phone svg { width: 16px; height: 16px; }

.hamburger {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--line-strong);
  background: transparent;
  border-radius: 10px;
  align-items: center; justify-content: center;
  cursor: pointer;
}
.hamburger span {
  display: block; width: 18px; height: 1.5px; background: var(--navy);
  position: relative; transition: transform .25s ease, opacity .25s ease;
}
.hamburger span::before, .hamburger span::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 1.5px; background: var(--navy);
  transition: transform .25s ease;
}
.hamburger span::before { top: -6px; }
.hamburger span::after { top: 6px; }
.hamburger.is-open span { background: transparent; }
.hamburger.is-open span::before { transform: translateY(6px) rotate(45deg); }
.hamburger.is-open span::after { transform: translateY(-6px) rotate(-45deg); }

/*
 * Mobile panel sits inside <header>, which has backdrop-filter — that creates
 * a containing block, making position:fixed behave like position:absolute
 * relative to the header (64px tall). We use viewport units for size instead
 * of relying on bottom:0, and left with a negative inset so the panel spans
 * the full viewport width regardless of header padding.
 */
.mobile-panel {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 64px);
  height: calc(100dvh - 64px); /* dynamic viewport for mobile browser chrome */
  background: var(--bone);
  padding: 1.25rem 1.25rem 2rem;
  z-index: 95;
  border-top: 1px solid var(--line);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-panel.is-open { display: block; }
.mobile-panel ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .25rem; }
.mobile-panel li a {
  display: block;
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--navy);
  padding: .75rem 0;
  border-bottom: 1px solid var(--line);
}
.mobile-panel .mobile-cta {
  display: grid; gap: .75rem; margin-top: 1.5rem;
}
.mobile-panel .mobile-call {
  display: flex; align-items: center; justify-content: center;
  gap: .6rem; padding: 1rem;
  background: var(--navy); color: var(--white);
  border-radius: 999px; font-weight: 500;
}
.mobile-panel .mobile-call svg { width: 18px; height: 18px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-cta .btn { display: none; }
  .nav-phone { display: none; }
  .hamburger { display: inline-flex; }
  /* mobile persistent call button in header */
  .nav-call {
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 44px; height: 44px;
    border-radius: 10px;
    background: var(--navy); color: var(--white);
  }
  .nav-call svg { width: 18px; height: 18px; }
}
@media (min-width: 901px) {
  .nav-call { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: clamp(4rem, 9vw, 7.5rem) 0 clamp(3rem, 7vw, 5.5rem);
  background:
    radial-gradient(1200px 520px at 80% -10%, rgba(201,168,108,0.14), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(201,168,108,0.08), transparent 60%),
    var(--bone);
  overflow: hidden;
}
.hero--page {
  padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(2.5rem, 5vw, 4rem);
}
.hero__inner { max-width: 900px; }

/* Full-bleed background hero: photo fills the section, copy overlays it */
.hero--split {
  position: relative;
  min-height: clamp(540px, 72vh, 720px);
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  background: #0A1628;
}
.hero--split::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../assets/hero.jpg');
  background-size: cover;
  background-position: center 28%;
  z-index: 0;
}
.hero--split::after {
  content: "";
  position: absolute;
  inset: 0;
  /* Dark navy wash that's strongest on the left (behind copy) and softer right */
  background: linear-gradient(100deg, rgba(10,22,40,0.88) 0%, rgba(10,22,40,0.7) 38%, rgba(10,22,40,0.35) 72%, rgba(10,22,40,0.15) 100%);
  z-index: 1;
}
.hero--split .container {
  position: relative;
  z-index: 2;
  padding-top: clamp(4rem, 9vw, 6rem);
  padding-bottom: clamp(4rem, 9vw, 6rem);
}
.hero--split .hero-grid { display: block; }
.hero--split .hero__inner { max-width: 640px; }
.hero--split h1,
.hero--split .hero__sub {
  color: #FFFFFF;
}
.hero--split .hero__sub { color: rgba(255,255,255,0.82); }
.hero--split .hero__location { color: var(--gold, #C9A86C); }
.hero--split .hero__location::before { background: var(--gold, #C9A86C); }
.hero--split .hero__media { display: none; }
.hero--split .btn--ghost {
  background: transparent;
  color: #FFFFFF;
  border-color: rgba(255,255,255,0.55);
}
.hero--split .btn--ghost:hover {
  background: rgba(255,255,255,0.1);
  border-color: #FFFFFF;
}
@media (max-width: 860px) {
  .hero--split::after {
    background: linear-gradient(180deg, rgba(10,22,40,0.82) 0%, rgba(10,22,40,0.72) 55%, rgba(10,22,40,0.55) 100%);
  }
  .hero--split::before { background-position: center 22%; }
}
.hero__location {
  font-size: .8rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 1.25rem;
  display: inline-flex; align-items: center; gap: .5rem;
}
.hero__location::before {
  content: ""; display: inline-block; width: 28px; height: 1px; background: var(--gold-dark);
}
.hero h1 { margin-bottom: 1.25rem; max-width: 18ch; }
.hero__sub {
  font-size: clamp(1.05rem, 0.6vw + 0.95rem, 1.2rem);
  color: var(--navy-60);
  max-width: 62ch;
  margin-bottom: 2rem;
}
.hero__ctas { display: flex; gap: .75rem; flex-wrap: wrap; }

/* ---------- Sections ---------- */
.section-head { max-width: 720px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head .eyebrow { color: var(--gold-dark); }
.section-head h2 { margin-bottom: .5em; }
.section-head p { color: var(--navy-60); font-size: 1.05rem; }

.section--navy { background: var(--navy); color: rgba(255,255,255,0.86); }
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4 { color: var(--white); }
.section--navy .eyebrow { color: var(--gold); }
.section--navy p { color: rgba(255,255,255,0.78); }
.section--navy a:not(.btn) { color: var(--gold-soft); }
.section--navy a:not(.btn):hover { color: var(--white); }

.section--cream { background: linear-gradient(180deg, var(--bone) 0%, var(--cream) 100%); }

/* ---------- Service grid ---------- */
.service-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex; flex-direction: column;
  color: var(--navy);
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-soft);
}
.service-card .icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--cream);
  color: var(--gold-dark);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
}
.service-card .icon svg { width: 22px; height: 22px; }
.service-card h3 { font-size: 1.375rem; margin-bottom: .4em; }
.service-card p { color: var(--navy-60); font-size: .98rem; flex-grow: 1; }
.cert-emblem-mini {
  margin-top: .9rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  width: fit-content;
  padding: .42rem .62rem .42rem .48rem;
  border: 1px solid rgba(201,168,108,.38);
  border-radius: 999px;
  background: rgba(246,241,230,.72);
  color: var(--navy);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .01em;
}
.cert-emblem-mini img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 auto;
}
.service-card .more {
  margin-top: 1.25rem;
  display: inline-flex; align-items: center; gap: .4rem;
  color: var(--navy);
  font-weight: 500;
  font-size: .9rem;
}
.service-card .more .arrow { transition: transform .2s ease; }
.service-card:hover .more .arrow { transform: translateX(3px); }

/* ---------- Two-column ---------- */
.two-col {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 900px) {
  .two-col { grid-template-columns: 1.1fr 1fr; }
  .two-col--reverse { grid-template-columns: 1fr 1.1fr; }
}
.two-col figure { margin: 0; }
.two-col img {
  width: 100%;
  border-radius: var(--radius-lg);
  aspect-ratio: 4/5;
  object-fit: cover;
}

/* ---------- Differentiators ---------- */
.diff-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.diff-card {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.diff-card h3 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: .02em;
  margin-bottom: .6em;
}
.diff-card p { font-size: .98rem; }

/* ---------- Pricing / Tiers ---------- */
.tier-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 780px) { .tier-grid { grid-template-columns: repeat(3, 1fr); } }
.tier {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem 2.25rem;
  display: flex; flex-direction: column;
  position: relative;
}
.tier--featured {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold), var(--shadow-md);
  transform: translateY(-4px);
}
@media (max-width: 779px) {
  .tier--featured { transform: none; }
}
.tier__badge {
  position: absolute;
  top: -.7rem; left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--navy);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .35rem .8rem;
  border-radius: 999px;
}
.tier__name {
  font-family: var(--serif);
  font-size: 1.75rem;
  color: var(--navy);
  margin: 0 0 .25em;
}
.tier__tag { font-size: .92rem; color: var(--navy-60); margin-bottom: 1.5rem; }
.tier__price {
  display: flex; align-items: baseline; gap: .35rem;
  margin-bottom: 1.75rem;
  font-family: var(--serif);
}
.tier__amount { font-size: 3rem; font-weight: 500; line-height: 1; color: var(--navy); }
.tier__period { font-family: var(--sans); font-size: .95rem; color: var(--navy-60); }
.tier__list { list-style: none; margin: 0 0 2rem; padding: 0; display: grid; gap: .75rem; }
.tier__list li {
  display: flex; align-items: flex-start; gap: .65rem;
  font-size: .95rem;
  color: var(--navy);
  line-height: 1.5;
}
.tier__list svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; color: var(--gold-dark); }
.tier .btn { margin-top: auto; }

.tier__foot {
  font-size: .82rem;
  color: var(--navy-60);
  margin-top: 1rem;
}

/* ---------- Comparison table ---------- */
.compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.compare {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: .95rem;
}
.compare th, .compare td {
  padding: 1rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.compare th {
  font-family: var(--sans);
  font-weight: 600;
  color: var(--navy);
  background: var(--cream);
  font-size: .92rem;
}
.compare th:first-child, .compare td:first-child { font-weight: 500; color: var(--navy); }
.compare td { color: var(--navy-60); }
.compare .check { color: var(--gold-dark); font-weight: 600; }
.compare tr:last-child td, .compare tr:last-child th { border-bottom: 0; }

/* ---------- Feature rows ---------- */
.feature-row {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 780px) {
  .feature-row { grid-template-columns: 1fr 2fr; gap: 3rem; align-items: start; }
}
.feature-row:last-child { border-bottom: 0; }
.feature-row h3 { margin-bottom: .25em; }
.feature-row p { color: var(--navy-60); }
.feature-row .meta { font-size: .85rem; color: var(--gold-dark); letter-spacing: .1em; text-transform: uppercase; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; }
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 1.25rem 0;
}
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--navy);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--sans);
  font-size: 1.5rem;
  color: var(--gold-dark);
  transition: transform .2s ease;
}
.faq details[open] summary::after { content: "−"; }
.faq details p { margin-top: .9rem; color: var(--navy-60); }

/* ---------- Gift cert cards ---------- */
.gift-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.gift-card {
  background: linear-gradient(155deg, var(--navy) 0%, var(--navy-80) 100%);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,168,108,0.35);
  transition: transform .2s ease, box-shadow .2s ease;
}
.gift-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.gift-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(180px 120px at 80% 0%, rgba(201,168,108,0.25), transparent 70%);
  pointer-events: none;
}
.gift-card__amount {
  font-family: var(--serif);
  font-size: 2.5rem;
  color: var(--gold);
  display: block;
  line-height: 1;
  margin-bottom: .25em;
}
.gift-card__label {
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* ---------- CTA banner ---------- */
.cta-banner {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(2.5rem, 5vw, 4rem);
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 860px) {
  .cta-banner { grid-template-columns: 1.5fr auto; gap: 2rem; }
}
.cta-banner h2 { color: var(--white); margin: 0 0 .3em; max-width: 20ch; }
.cta-banner p { color: rgba(255,255,255,0.8); max-width: 58ch; margin: 0; }
.cta-banner .cta-actions { display: flex; gap: .75rem; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.72);
  padding: clamp(3rem, 6vw, 5rem) 0 2rem;
}
.footer-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 780px) {
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
}
.footer-brand p { font-size: .9rem; color: rgba(255,255,255,0.6); max-width: 32ch; }
.footer-brand .brand { color: var(--white); margin-bottom: 1rem; }
.footer-col h4 {
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.footer-col a { color: rgba(255,255,255,0.75); font-size: .92rem; }
.footer-col a:hover { color: var(--white); }
.footer-contact-line {
  display: flex; align-items: center; gap: .5rem;
  color: rgba(255,255,255,0.8);
  font-size: .92rem;
  margin-bottom: .5rem;
}
.footer-contact-line svg { width: 15px; height: 15px; color: var(--gold); }
.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-size: .82rem;
  color: rgba(255,255,255,0.5);
}
.footer-bottom a { color: rgba(255,255,255,0.6); }
.footer-bottom a:hover { color: var(--white); }

/* ---------- Family of companies ---------- */
.family-bar {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 1.75rem 0 .25rem;
  margin-top: 2.5rem;
}
.family-bar__inner { text-align: center; }
.family-bar__label {
  display: block;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: .85;
  margin-bottom: 1rem;
}
.family-bar__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
  flex-wrap: wrap;
}
.site-footer .family-bar__link {
  text-decoration: none;
  color: rgba(255,255,255,0.78);
  opacity: .75;
  transition: opacity .2s ease, color .2s ease;
  text-align: center;
  display: inline-block;
}
.site-footer .family-bar__link:hover { opacity: 1; color: var(--white); }
.site-footer .family-bar__link--current {
  opacity: 1;
  color: var(--white);
  pointer-events: none;
}
.family-bar__name {
  display: block;
  font-weight: 600;
  font-size: .88rem;
  letter-spacing: .01em;
}
.family-bar__desc {
  display: block;
  font-size: .72rem;
  color: rgba(255,255,255,0.55);
  margin-top: .2rem;
}
.family-bar__sep {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,.15);
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .family-bar__links { flex-direction: column; gap: 1rem; }
  .family-bar__sep { width: 48px; height: 1px; }
}

/* ---------- Sticky book bar (service pages, mobile) ---------- */
.sticky-book {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
  background: rgba(250, 247, 240, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  display: none;
}
.sticky-book .btn { width: 100%; justify-content: center; padding: 1rem; }
@media (max-width: 900px) {
  .sticky-book { display: block; }
  body.has-sticky-book { padding-bottom: 5rem; }
}

/* ---------- Service hero details ---------- */
.service-hero {
  background: var(--navy);
  color: var(--white);
  padding: clamp(4rem, 8vw, 6rem) 0 clamp(3.5rem, 6vw, 5rem);
}
.service-hero h1 { color: var(--white); }
.service-hero .eyebrow { color: var(--gold); }
.service-hero p { color: rgba(255,255,255,0.82); max-width: 60ch; }
.service-hero__cta { margin-top: 2rem; display: flex; gap: .75rem; flex-wrap: wrap; }
.service-hero__grid,
.post-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 260px);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.cert-emblem {
  justify-self: end;
  max-width: 240px;
  padding: 1rem 1rem .9rem;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 60px rgba(0,0,0,.26);
  border: 1px solid rgba(201,168,108,.42);
  text-align: center;
}
.cert-emblem img {
  display: block;
  width: min(100%, 172px);
  height: auto;
  margin: 0 auto .7rem;
}
.cert-emblem p {
  margin: 0;
  color: var(--navy);
  font-size: .84rem;
  line-height: 1.35;
  font-weight: 600;
}

.meta-row {
  display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: .9rem;
  color: var(--navy-60);
}
.meta-row strong { color: var(--navy); font-weight: 600; display: block; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .2rem; }

.bullet-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; }
.bullet-list li {
  display: flex; gap: .65rem; align-items: flex-start;
  color: var(--navy); font-size: 1rem;
}
.bullet-list li::before {
  content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold-dark); margin-top: 9px; flex-shrink: 0;
}

/* ---------- Utility ---------- */
.center { text-align: center; }
.muted { color: var(--navy-60); }
.small { font-size: .875rem; }
.spacer-sm { height: 2rem; }
.spacer { height: 4rem; }

/* Focus visibility */
:focus-visible {
  outline: 2px solid var(--gold-dark);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ===== Landing-page expansion components ===== */

/* InBody report sample card */
.report-mock {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 18px 48px -28px rgba(10,22,40,.18);
}
.report-mock__header {
  display: flex; justify-content: space-between; align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding-bottom: .85rem; margin-bottom: 1.1rem;
  flex-wrap: wrap; gap: .5rem;
}
.report-mock__title { font-family: var(--serif); color: var(--navy); font-size: 1.05rem; margin: 0; }
.report-mock__sub { color: var(--navy-60); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.report-mock__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .85rem 1.5rem;
}
.report-row {
  display: flex; flex-direction: column; gap: .15rem;
  padding: .6rem 0; border-bottom: 1px dashed var(--line);
}
.report-row__label { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--navy-60); }
.report-row__value { font-family: var(--serif); color: var(--navy); font-size: 1.35rem; line-height: 1; }
.report-row__value small { font-size: .65em; color: var(--navy-60); font-family: var(--sans); margin-left: .25rem; }
.report-row[data-flag="hi"] .report-row__value { color: var(--gold-dark); }
.report-row[data-flag="ok"] .report-row__value { color: #2f7a4d; }
.report-mock__bar {
  position: relative; height: 8px; border-radius: 999px;
  background: linear-gradient(90deg, #2f7a4d 0 33%, #c9a86c 33% 66%, #b04848 66% 100%);
  margin-top: .35rem;
}
.report-mock__pin {
  position: absolute; top: -4px; width: 14px; height: 16px;
  border: 2px solid var(--white); background: var(--navy);
  border-radius: 4px; transform: translateX(-50%);
}
.report-mock__legend {
  display: flex; justify-content: space-between; font-size: .72rem;
  color: var(--navy-60); margin-top: .35rem;
}
.report-mock__note {
  margin-top: 1.1rem; padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: .82rem; color: var(--navy-60);
}

/* Metric explainer cards (visceral, SMM, phase angle) */
.metric-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.metric-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.5rem;
  display: flex; flex-direction: column; gap: .65rem;
}
.metric-card__tag {
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-dark); font-weight: 600;
}
.metric-card h3 { font-size: 1.2rem; margin: 0; }
.metric-card p { color: var(--navy-60); margin: 0; font-size: .95rem; line-height: 1.55; }
.metric-card__range {
  margin-top: auto;
  padding-top: .85rem;
  border-top: 1px dashed var(--line);
  font-size: .82rem; color: var(--navy);
}
.metric-card__range strong { color: var(--gold-dark); }

/* Peptide directory grid */
.peptide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: .85rem;
  margin-top: 2rem;
}
.peptide-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  background: var(--white);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  display: block;
}
.peptide-card:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  box-shadow: 0 14px 34px -22px rgba(10,22,40,.25);
}
.peptide-card--link { color: inherit; min-height: 132px; }
.peptide-card--link:hover { color: inherit; }
.peptide-card__name {
  font-family: var(--serif); color: var(--navy);
  font-size: 1.05rem; margin: 0 0 .25rem; line-height: 1.2;
}
.peptide-card__cat {
  font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold-dark);
}
.peptide-card__more {
  display: block;
  margin-top: 1.25rem;
  font-size: .82rem;
  color: var(--navy-60);
}

/* Peptide detail pages */
.peptide-detail-hero .hero__sub { max-width: 760px; }
.peptide-detail-hero--photo-bg {
  position: relative;
  overflow: hidden;
  background-color: var(--navy);
  background-size: cover, cover;
  background-position: center, right 58%;
  background-repeat: no-repeat;
}
.peptide-detail-hero--photo-bg .service-hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(190px, 260px);
}
.peptide-detail-hero--photo-bg .peptide-evidence-card {
  background: rgba(10,22,40,.54);
  border-color: rgba(255,255,255,.24);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.peptide-detail-hero--photo-bg .peptide-product-photo {
  display: none;
}
.peptide-evidence-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  padding: 1.5rem;
  color: var(--white);
  display: grid;
  gap: .45rem;
  align-self: start;
}
.peptide-product-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 1rem;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 18px 40px -28px rgba(0,0,0,.7);
  background: rgba(255,255,255,.12);
}
.peptide-evidence-card__label {
  margin-top: .7rem;
  font-size: .72rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
}
.peptide-evidence-card__label:first-child { margin-top: 0; }
.peptide-evidence-card strong {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.25;
}
.peptide-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.peptide-detail-layout article { max-width: 820px; }
.peptide-detail-layout h2 { margin-top: 2.2rem; }
.peptide-detail-layout h2:first-of-type { margin-top: 0; }
.kicker-link { margin-bottom: 1.5rem; font-size: .92rem; }
.peptide-detail-list { margin-top: .9rem; }
.peptide-detail-note {
  margin: 1.5rem 0;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--cream);
}
.peptide-detail-note h3 {
  margin: 0 0 .45rem;
  font-size: 1.15rem;
}
.peptide-detail-note p {
  margin: 0;
  color: var(--navy-60);
  line-height: 1.65;
}
.peptide-detail-note .peptide-detail-list {
  margin: .85rem 0 1rem;
  gap: 1rem;
}
.peptide-detail-note .peptide-detail-list li {
  display: block;
  position: relative;
  padding-left: 1.15rem;
  line-height: 1.65;
}
.peptide-detail-note .peptide-detail-list li::before {
  position: absolute;
  left: 0;
  top: .65em;
  margin-top: 0;
}
.peptide-detail-note .peptide-detail-list strong {
  display: block;
  margin-bottom: .15rem;
  color: var(--navy);
}
.peptide-side-nav {
  position: sticky;
  top: 96px;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--bone);
  box-shadow: 0 18px 45px -35px rgba(10,22,40,.35);
}
.peptide-side-nav h3 { margin-bottom: .45rem; }
.peptide-side-nav p { color: var(--navy-60); font-size: .95rem; line-height: 1.6; }
.peptide-side-nav .text-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: .92rem;
  color: var(--gold-dark);
}
.citation-list {
  margin: 1rem 0 0 1.25rem;
  color: var(--navy-60);
  font-size: .92rem;
  line-height: 1.65;
}
.citation-list li { margin-bottom: .45rem; padding-left: .25rem; }

@media (max-width: 900px) {
  .peptide-detail-layout { grid-template-columns: 1fr; }
  .peptide-side-nav { position: static; }
}

.alpha-jump {
  display: flex; flex-wrap: wrap; gap: .4rem;
  margin-bottom: 1.5rem; padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.alpha-jump a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 8px;
  background: var(--cream); color: var(--navy);
  font-size: .85rem; font-weight: 600;
  border: 1px solid transparent;
}
.alpha-jump a:hover { border-color: var(--gold); color: var(--navy); }

/* FAQ accordion */
.faq-list { display: grid; gap: .75rem; margin-top: 1.5rem; }
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem 1.25rem;
}
.faq-list details[open] { border-color: var(--gold); }
.faq-list summary {
  cursor: pointer; list-style: none;
  font-family: var(--serif); color: var(--navy);
  font-size: 1.05rem; font-weight: 500;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; font-size: 1.4rem; color: var(--gold-dark);
  font-family: var(--sans); font-weight: 300; line-height: 1;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > p { color: var(--navy-60); margin: .85rem 0 0; line-height: 1.6; }

/* Use-case grid (longevity goals) */
.use-cases {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.use-case {
  padding: 1.5rem;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid var(--line);
}
.use-case__num {
  font-family: var(--serif); color: var(--gold-dark);
  font-size: 1.6rem; line-height: 1; display: block; margin-bottom: .5rem;
}
.use-case h3 { font-size: 1.1rem; margin: 0 0 .35rem; }
.use-case p { color: var(--navy-60); font-size: .92rem; margin: 0; line-height: 1.55; }

/* Blog */
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.post-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.75rem;
  display: flex; flex-direction: column; gap: .75rem;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.post-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: 0 18px 42px -26px rgba(10,22,40,.25);
}
.post-card__cat {
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-dark); font-weight: 600;
}
.post-card h2, .post-card h3 {
  font-size: 1.25rem; margin: 0; line-height: 1.25;
}
.post-card p { color: var(--navy-60); font-size: .95rem; margin: 0; line-height: 1.55; }
.post-card__meta {
  margin-top: auto; padding-top: .85rem;
  border-top: 1px dashed var(--line);
  display: flex; justify-content: space-between; align-items: center;
  font-size: .82rem; color: var(--navy-60);
}
.post-card__meta .arrow { color: var(--gold-dark); font-weight: 600; }

/* Article (blog post) */
.post-hero {
  background: var(--navy); color: var(--white);
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(2.5rem, 6vw, 4rem);
}
.post-hero .eyebrow { color: var(--gold); }
.post-hero h1 { color: var(--white); max-width: 22ch; }
.post-hero__meta {
  margin-top: 1.5rem; display: flex; gap: 1.5rem;
  color: rgba(255,255,255,.7); font-size: .9rem; flex-wrap: wrap;
}
.post-body { padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem); }
.post-body .container { max-width: 760px; }
.post-body h2 {
  font-size: clamp(1.45rem, 3vw, 1.75rem); margin-top: 2.25rem;
}
.post-body h3 {
  font-size: clamp(1.15rem, 2vw, 1.3rem); margin-top: 1.6rem;
}
.post-body p, .post-body li {
  color: var(--navy); font-size: 1.05rem; line-height: 1.75;
}
.post-body ul, .post-body ol { padding-left: 1.25rem; margin: 1rem 0; }
.post-body li { margin: .35rem 0; }
.post-body blockquote {
  border-left: 3px solid var(--gold);
  padding: .25rem 0 .25rem 1.25rem;
  margin: 1.5rem 0;
  font-family: var(--serif); font-size: 1.15rem; color: var(--navy);
  font-style: italic;
}
.post-body strong { color: var(--navy); }
.post-cta {
  margin-top: 3rem; padding: 2rem;
  background: var(--cream); border-radius: 14px;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  flex-wrap: wrap;
}
.post-cta p { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 1.1rem; }

/* Print/screen stability */
@media (max-width: 540px) {
  .report-mock__grid { grid-template-columns: 1fr 1fr; }
}

/* Supplements & Products page */
.products-hero {
  background:
    radial-gradient(circle at 15% 10%, rgba(201,168,108,.18), transparent 34%),
    linear-gradient(135deg, var(--bone) 0%, var(--cream) 100%);
}
.products-hero__inner { max-width: 880px; }
.product-path-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.product-path-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.6rem;
  box-shadow: var(--shadow-sm);
}
.product-path-card--light { background: var(--bone); }
.product-path-card__num {
  display: block;
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--gold-dark);
  line-height: 1;
  margin-bottom: .75rem;
}
.product-path-card h3 { margin-bottom: .45rem; }
.product-path-card p { color: var(--navy-60); font-size: .98rem; line-height: 1.65; }
.product-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.product-feature--reverse {
  grid-template-columns: minmax(300px, .95fr) minmax(0, 1.05fr);
}
.product-feature--reverse .product-feature__copy { order: 2; }
.product-feature__media {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-lg);
}
.product-feature__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.inline-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.text-link {
  font-size: .92rem;
  font-weight: 600;
  color: var(--gold-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.two-col--top { align-items: start; }
.note-card,
.product-note-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: var(--shadow-md);
}
.note-card h3,
.product-note-panel h3 { margin-bottom: .75rem; }
.note-card p,
.product-note-panel p { color: var(--navy-60); line-height: 1.65; }
.research-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.research-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  padding: 1.6rem;
  color: rgba(255,255,255,.78);
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.research-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.9);
}
.research-card h3 { color: var(--white); font-size: 1.25rem; }
.research-card p { color: rgba(255,255,255,.72); font-size: .96rem; line-height: 1.65; }
.research-card span {
  margin-top: auto;
  color: var(--gold);
  font-weight: 600;
  font-size: .92rem;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.6rem;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.product-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: 0 18px 42px -26px rgba(10,22,40,.25);
}
.product-card p { color: var(--navy-60); font-size: .96rem; line-height: 1.65; }
.product-card a {
  display: inline-flex;
  gap: .35rem;
  align-items: center;
  margin-top: .75rem;
  font-weight: 600;
  color: var(--gold-dark);
  font-size: .92rem;
}
.product-disclaimer {
  margin: 1.5rem auto 0;
  max-width: 840px;
  color: rgba(255,255,255,.64);
  font-size: .88rem;
  text-align: center;
}
.cta-banner--flat {
  background: transparent;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: none;
}
@media (max-width: 860px) {
  .service-hero__grid,
  .post-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .cert-emblem {
    justify-self: start;
    max-width: 150px;
    padding: .58rem;
    border-radius: 18px;
  }
  .cert-emblem img { width: 82px; margin-bottom: .4rem; }
  .cert-emblem p { font-size: .7rem; line-height: 1.25; }
  .cert-emblem-mini {
    align-items: center;
    font-size: .76rem;
  }
  .product-feature,
  .product-feature--reverse {
    grid-template-columns: 1fr;
  }
  .product-feature--reverse .product-feature__copy { order: initial; }
}
