/* ============================================================
   Rejuvgen — Brand-locked styles
   Primary: #d83830 (brand-red)  |  Forbidden: gold/amber (#dfb633/#f5a623)
   Gate source: ~/James/Projects/rejuvgen-site/assets/brand/COLORS.md
   ============================================================ */

/* ── Tokens ─────────────────────────────────────────────────── */
:root {
  --red: #d83830;
  --brand-red: #d83830;
  --brand-black: #000000;
  --brand-white: #ffffff;
  --brand-silver: #e0e0e8;
  --line: rgba(224, 224, 232, .18);
  --muted: rgba(224, 224, 232, .68);
  --shell: min(1240px, calc(100vw - 96px));
  --display: "Italiana", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
  --ease: cubic-bezier(.22, .65, .3, 1);
  --ease-premium: cubic-bezier(.16, 1, .3, 1);
}

/* ── Reset & base ───────────────────────────────────────────── */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--brand-black);
  color: var(--brand-silver);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }

/* ── Shell ──────────────────────────────────────────────────── */
.shell { width: var(--shell); margin-inline: auto; }

/* ── Skip link ──────────────────────────────────────────────── */
.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px;
  padding: 10px 16px; background: var(--red); color: var(--brand-white);
  transform: translateY(-180%); transition: transform .3s var(--ease);
}
.skip-link:focus { transform: none; }

/* ── Selection ──────────────────────────────────────────────── */
::selection { background: var(--red); color: var(--brand-white); }

/* ── Typography ─────────────────────────────────────────────── */
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--brand-white); }
h1 {
  font-family: var(--display);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.025em;
  font-size: clamp(54px, 7vw, 104px);
}
h2 {
  font-family: var(--display);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.025em;
  font-size: clamp(44px, 5.6vw, 80px);
}
h3 {
  font-family: var(--display);
  font-weight: 400;
  color: var(--brand-white);
}
em { font-weight: 400; color: var(--red); font-style: normal; }
p { color: inherit; }
small { font-size: inherit; }

/* ── Focus ──────────────────────────────────────────────────── */
:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
html { scroll-padding-top: 100px; }

/* ── Header ─────────────────────────────────────────────────── */
.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: 132px;
  border-bottom: 1px solid transparent;
  background: transparent;
  overflow: visible;
  transition: background .35s var(--ease), border-color .35s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(0, 0, 0, .92);
  border-color: var(--line);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.nav-row {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 34px;
}
.logo-link { width: 240px; flex: none; display:flex; align-items:center; }
.logo-link img { width: 100%; height: auto; max-height: 118px; object-fit: contain; display:block; }

/* ── Nav ────────────────────────────────────────────────────── */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.site-nav a {
  padding: 14px 0;
  border-bottom: 1px solid transparent;
  transition: border-color .2s var(--ease), color .2s var(--ease);
}
.site-nav a:hover {
  border-color: var(--red);
  color: var(--brand-white);
}

/* ── Menu toggle (mobile) ───────────────────────────────────── */
.menu-toggle {
  display: none;
  margin-left: auto;
  min-width: 48px;
  min-height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand-silver);
}

/* ── CTAs ───────────────────────────────────────────────────── */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 52px;
  padding: 0 27px;
  border: 1px solid var(--red);
  background: var(--red);
  color: var(--brand-white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease);
}
.cta:hover {
  transform: translateY(-2px);
  background: var(--red);
  border-color: var(--red);
  color: var(--brand-white);
  filter: brightness(1.08);
}
.cta:active { transform: translateY(0); }
.cta-small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 10px;
}
.nav-cta-secondary {
  display: flex; align-items: center;
}
.nav-cta-secondary .support-link {
  padding: 14px 0;
  border-bottom: 1px solid rgba(216,56,48,.5);
  color: var(--brand-silver);
  font-size: 11px;
}
.nav-cta-secondary .support-link:hover {
  color: var(--brand-white);
  border-color: var(--red);
}
.quiet-link, .support-link {
  display: inline-block;
  padding: 14px 0;
  border-bottom: 1px solid var(--red);
  color: var(--brand-white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.quiet-link:hover, .support-link:hover {
  color: var(--red);
  border-color: var(--red);
}

/* ── Hero ───────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: min(64vh, 640px);
  max-height: 72vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hero-media {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 64% center;
  will-change: transform;
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.82) 42%, rgba(0,0,0,.14) 76%),
    linear-gradient(0deg, rgba(0,0,0,.86), transparent 50%);
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  padding: 120px 0 168px;
}
.hero-copy { max-width: 760px; }
.hero-copy > * {
  opacity: 0;
  transform: translateY(24px);
}
.hero-copy > :nth-child(1) { animation: rise .7s var(--ease-premium) .1s both; }
.hero-copy > :nth-child(2) { animation: rise .7s var(--ease-premium) .22s both; }
.hero-copy > :nth-child(3) { animation: rise .7s var(--ease-premium) .34s both; }
.hero-copy > :nth-child(4) { animation: rise .7s var(--ease-premium) .46s both; }
.hero-copy > :nth-child(5) { animation: rise .7s var(--ease-premium) .58s both; }

@keyframes rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

/* .hero-logo removed — single header logo only */
.eyebrow {
  margin-bottom: 22px;
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero h1 { max-width: 760px; margin-bottom: 28px; }
.lede {
  max-width: 520px;
  margin-bottom: 38px;
  color: var(--brand-white);
  font-size: 19px;
  font-weight: 300;
}
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-note {
  justify-self: end;
  display: flex; flex-direction: column;
  align-items: flex-end;
  padding-bottom: 16px;
  color: var(--brand-white);
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.15;
}
.hero-note span:nth-child(2) { color: var(--brand-silver); }
.hero-note span:nth-child(3) { color: var(--red); }

/* ── Fact ribbon ────────────────────────────────────────────── */
.fact-ribbon {
  position: absolute; z-index: 3;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.fact-ribbon span {
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand-white);
}
.fact-ribbon span:last-child { border: 0; }

/* ── Sections ───────────────────────────────────────────────── */
.intro {
  padding: 145px 0 60px;
  background: var(--brand-white);
  color: rgba(0, 0, 0, .68);
}
.intro h2, .pricing h2, .faq h2, .proof h2 { color: var(--brand-black); }
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-bottom: 110px;
}
.intro-copy { padding-top: 42px; }
.intro-copy p { max-width: 560px; }
.lead-copy { color: var(--brand-black); font-size: 24px; line-height: 1.45; }

.wide-photo {
  position: relative;
  width: calc(100% - 48px);
  height: min(48vh, 420px);
  max-height: 52vh;
  margin: 0 auto;
  overflow: hidden;
}
.wide-photo img { width: 100%; height: 100%; object-fit: cover; }
.wide-photo figcaption {
  position: absolute; right: 28px; bottom: 24px;
  padding: 9px 14px;
  background: var(--brand-black);
  color: var(--brand-white);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-dark { padding: 145px 0; background: var(--brand-black); }
.section-head {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 78px;
}
.section-head h2 { margin-bottom: 0; }
.section-head > p {
  max-width: 470px;
  margin-bottom: 9px;
  color: var(--muted);
}
/* Light sections: --muted is silver — invisible on white. Use dark body text. */
.pricing .section-head > p,
.faq .section-head > p,
.proof .section-head > p,
.intro .section-head > p {
  color: rgba(0, 0, 0, .68);
}

/* ── Services ───────────────────────────────────────────────── */
.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
}
.service {
  position: relative;
  min-height: 0;
  height: min(46vh, 420px);
  max-height: 52vh;
  overflow: hidden;
  background: var(--brand-black);
  transition: background .3s var(--ease);
}
.service-feature, .service-wide {
  grid-column: 1 / -1;
  height: min(52vh, 480px);
  max-height: 56vh;
}
.service img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: .72;
  transition: transform .8s var(--ease), opacity .5s var(--ease);
}
.service:hover img { transform: scale(1.025); opacity: .88; }
.service::after {
  content: "";
  position: absolute; inset: 24% 0 0;
  background: linear-gradient(transparent, rgba(0,0,0,.97));
}
.service-number {
  position: absolute; z-index: 2;
  top: 24px; left: 26px;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  color: var(--brand-white);
  font-size: 10px;
  letter-spacing: .12em;
}
.service-copy {
  position: absolute; z-index: 2;
  left: 0; right: 0; bottom: 0;
  padding: 38px;
}
.service-copy h3 {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: 38px;
  font-weight: 400;
}
.service-copy p { max-width: 570px; color: var(--brand-silver); font-size: 14px; }
.service-copy ul {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin: 24px 0 0; padding: 0; list-style: none;
}
.service-copy li {
  padding: 6px 12px;
  border: 1px solid rgba(224,224,232,.3);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--brand-silver);
  border-radius: 2px;
}
.service-feature .service-copy,
.service-wide .service-copy { max-width: 760px; padding: 52px; }
.service-feature .service-copy h3,
.service-wide .service-copy h3 { font-size: 52px; }

/* ── Quote divider ──────────────────────────────────────────── */
.quote-divider {
  position: relative;
  height: min(42vh, 360px);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.quote-divider img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: .46;
}
.quote-divider::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(0,0,0,.42);
}
.quote-divider blockquote {
  position: relative; z-index: 2;
  max-width: 900px; margin: 0;
  padding: 40px;
  color: var(--brand-white);
  font: 400 clamp(34px, 5vw, 68px) / 1.13 var(--display);
  text-align: center;
}
.quote-divider-inner {
  position: relative; z-index: 2;
  max-width: 900px; margin: 0;
  padding: 40px;
}

/* ── Pricing ────────────────────────────────────────────────── */
.pricing {
  padding: 120px 0;
  background: var(--brand-white);
  color: rgba(0, 0, 0, .68);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  overflow: hidden;
}
.price-card {
  min-height: 570px;
  padding: 48px 38px;
  display: flex; flex-direction: column;
  border-right: 1px solid rgba(0,0,0,.22);
}
.price-card:last-child { border: 0; }
.price-card.featured {
  background: var(--brand-black);
  color: var(--brand-silver);
  transform: translateY(-24px);
  box-shadow: 0 24px 64px rgba(0,0,0,.5);
}
.price-label {
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.price {
  margin: 25px 0 2px;
  color: var(--brand-black);
  font: 400 55px var(--display);
}
.featured .price { color: var(--brand-white); }
.price small { font: 400 16px var(--body); }
.price-card ul {
  margin: 34px 0; padding: 0; list-style: none;
}
.price-card li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.14);
}
.featured li { border-color: var(--line); }
.price-card .cta,
.price-card .support-link { margin-top: auto; align-self: flex-start; }

/* ── Proof / Reviews ────────────────────────────────────────── */
.proof { padding: 120px 0; background: var(--brand-white); color: rgba(0,0,0,.68); }
.proof h2 { color: var(--brand-black); }
.proof-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 100px;
}
.rating {
  display: flex; align-items: center; gap: 18px;
  margin-top: 52px;
}
.rating b {
  color: var(--red);
  font: 400 70px var(--display);
  line-height: 1;
}
.rating span {
  color: var(--brand-black);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.quotes { border-top: 1px solid rgba(0,0,0,.22); }
.quotes figure {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 30px;
  margin: 0; padding: 34px 0;
  border-bottom: 1px solid rgba(0,0,0,.22);
}
.quotes blockquote {
  margin: 0;
  color: var(--brand-black);
  font: 400 26px / 1.35 var(--display);
}
.quotes figcaption {
  color: #d83830 !important;
  opacity: 1 !important;
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

/* ── Booking ────────────────────────────────────────────────── */
.booking {
  position: relative;
  min-height: min(52vh, 480px);
  max-height: 60vh;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.booking > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 42%;
}
.booking-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.32));
}
.booking-copy { position: relative; z-index: 2; }
.booking-copy h2 { max-width: 760px; margin-bottom: 25px; }
.booking-copy > p:not(.eyebrow) { color: var(--brand-white); font-size: 18px; }
.booking-copy .cta { margin-top: 22px; }
.phone {
  display: block; width: max-content;
  margin-top: 24px;
  border-bottom: 1px solid var(--red);
  color: var(--brand-white);
  font-size: 19px;
}

/* ── FAQ ────────────────────────────────────────────────────── */
.faq { padding: 120px 0; background: var(--brand-white); color: rgba(0,0,0,.68); }
.faq-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 100px;
}
.faq-list { border-top: 1px solid rgba(0,0,0,.15); }
details { border-bottom: 1px solid rgba(0,0,0,.15); }
details[open] { border-bottom-color: var(--red); }
summary {
  position: relative;
  padding: 25px 48px 25px 0;
  color: var(--brand-black);
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  transition: color .2s var(--ease);
}
summary::-webkit-details-marker { display: none; }
summary:hover { color: var(--red); }
summary::after {
  content: "+";
  position: absolute; right: 4px;
  color: var(--red);
  font-size: 24px;
  font-weight: 300;
}
details[open] summary::after { content: "−"; }
details p {
  padding: 0 54px 26px 0;
  max-width: 750px;
  color: rgba(0,0,0,.68);
}

/* ── Contact ────────────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
}
.contact-info > p:not(.eyebrow) { max-width: 460px; color: var(--muted); }
.contact-info dl { margin: 42px 0; }
.contact-info dl > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
dt {
  color: var(--red);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
dd { margin: 0; color: var(--brand-white); }
.map { height: 280px; overflow: hidden; }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(1.1); }

.contact-form {
  padding: 48px;
  border: 1px solid var(--line);
  background: rgba(224,224,232,.05);
}
.form-title { margin-bottom: 5px; color: var(--brand-white); font: 400 38px var(--display); }
.contact-form > p:not(.form-title):not(.form-status) { color: var(--muted); font-size: 14px; }
.contact-form label {
  display: block; margin-top: 23px;
  color: var(--red);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
  width: 100%; margin-top: 7px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(224,224,232,.38);
  border-radius: 0;
  background: transparent;
  color: var(--brand-white);
  outline: 0;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color .2s var(--ease);
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--red); }
.contact-form textarea { resize: vertical; }
.form-status { min-height: 24px; margin: 16px 0 8px; font-size: 12px; }
.form-status.is-error { color: var(--red); }
.form-status.is-success { color: var(--brand-silver); }

/* ── Footer ─────────────────────────────────────────────────── */
.site-footer {
  padding: 85px 0 24px;
  border-top: 1px solid var(--line);
  background: var(--brand-black);
  color: var(--muted);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.65fr .7fr 1fr 1fr;
  gap: 52px;
  padding-bottom: 64px;
}
.footer-grid > div:not(.footer-brand) {
  display: flex; flex-direction: column;
  align-items: flex-start; gap: 10px;
  font-size: 12px;
}
.footer-grid a {
  transition: color .2s var(--ease);
  padding: 4px 0;
}
.footer-grid a:hover {
  color: var(--brand-white);
  padding-left: 4px;
}
.footer-grid h3 {
  margin: 0 0 12px;
  color: var(--red);
  font: 600 9px var(--body);
  letter-spacing: .15em;
  text-transform: uppercase;
}
.footer-brand img { width: 180px; }
.footer-brand p { max-width: 350px; margin: 20px 0 28px; color: var(--muted); font-size: 13px; }
.social { display: flex; gap: 16px; font-size: 10px; text-transform: uppercase; }
.social a {
  padding: 6px 0;
  transition: color .2s var(--ease), padding-left .2s var(--ease);
}
.social a:hover {
  color: var(--red);
  padding-left: 6px;
}
.footer-base {
  display: flex; justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

/* ── Premium polish: reveal animations ──────────────────────── */
.reveal, .reveal-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s var(--ease-premium), transform .6s var(--ease-premium);
}
.reveal.is-visible, .reveal-card.is-visible {
  opacity: 1;
  transform: none;
}

/* ── FREEZE-CONFLICT-CLEARED-BUILD-ARMED ──────────────────────
   Brand-kit lock — #d83830 only; no gold/amber
   Source: ~/James/Projects/rejuvgen-site/assets/brand/COLORS.md
   ============================================================ */
.cta,
.cta-small,
button.cta,
.nav-cta {
  background: var(--red) !important;
  color: var(--brand-white) !important;
  border-color: var(--red) !important;
}
.cta:hover,
.cta-small:hover,
button.cta:hover,
.nav-cta:hover {
  filter: brightness(1.08);
}
.cta:focus-visible,
.nav-cta:focus-visible,
button.cta:focus-visible {
  outline: 2px solid var(--brand-silver);
  outline-offset: 3px;
}
.price-card.featured {
  border-color: var(--red);
  box-shadow: 0 0 0 1px rgba(216,56,48,.35), 0 24px 64px rgba(0,0,0,.5);
}
.logo-link img,
.footer-brand img {
  content: normal;
  background: transparent;
}
.footer-brand img {
  width: 180px;
  height: auto;
  max-height: 140px;
  object-fit: contain;
  display: block;
  margin-bottom: 18px;
}
a.cta span[aria-hidden="true"] { color: inherit; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 980px) {
  :root { --shell: min(100% - 48px, 820px); }
  .site-nav { gap: 15px; }
  .site-nav a:nth-child(3),
  .site-nav a:nth-child(4) { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-note { display: none; }
  .intro-grid,
  .section-head,
  .proof-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .intro-copy { padding-top: 0; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,.22);
  }
  .price-card.featured { transform: none; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 36px); }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  h2 { font-size: clamp(40px, 12vw, 58px); }
  .site-header {
    height: 72px;
    background: rgba(0, 0, 0, .88);
  }
  .logo-link { width: 180px; }
  .menu-toggle {
    display: block;
    margin-left: auto;
    min-width: 48px;
    min-height: 44px;
    border: 1px solid var(--line);
    background: transparent;
    font-size: 9px;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .nav-cta { display: none; }
  .site-nav {
    position: absolute; top: 72px; left: 0; right: 0;
    display: none;
    margin: 0; padding: 22px 18px;
    background: var(--brand-black);
    border-bottom: 1px solid var(--line);
  }
  .site-nav.is-open {
    display: flex; flex-direction: column; align-items: stretch;
  }
  .site-nav a:nth-child(n) { display: block; padding: 10px; }
  .hero { min-height: min(56vh, 520px); max-height: 62vh; }
  .hero-media { object-position: 61% center; }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.22)),
      linear-gradient(0deg, rgba(0,0,0,.92), transparent 58%);
  }
  .hero-grid { padding: 130px 0 220px; }
  /* .hero-logo mobile removed */
  .lede { font-size: 16px; }
  .fact-ribbon { grid-template-columns: 1fr; }
  .fact-ribbon span { padding: 9px 0; border: 0; }
  .hero-actions { align-items: flex-start; }
  .intro,
  .section-dark,
  .pricing,
  .proof,
  .faq { padding: 95px 0; }
  .intro-grid { padding-bottom: 70px; }
  .wide-photo {
    width: calc(100% - 18px);
    height: min(42vh, 320px);
    max-height: 48vh;
  }
  .service-list { grid-template-columns: 1fr; }
  .service,
  .service-feature,
  .service-wide {
    grid-column: auto;
    height: min(48vh, 420px);
    max-height: 54vh;
    min-height: 0;
  }
  .service-feature .service-copy,
  .service-wide .service-copy,
  .service-copy { padding: 27px; }
  .service-feature .service-copy h3,
  .service-wide .service-copy h3,
  .service-copy h3 { font-size: 36px; }
  .quote-divider { height: min(38vh, 300px); }
  .quote-divider blockquote { padding: 24px; }
  .price-card { padding: 38px 26px; }
  .quotes figure { grid-template-columns: 1fr; }
  .booking { min-height: min(48vh, 420px); max-height: 58vh; }
  .booking-shade { background: rgba(0,0,0,.72); }
  .contact-grid { gap: 60px; }
  .contact-form { padding: 32px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-base { gap: 16px; flex-direction: column; align-items: flex-start; }
  .facts-ribbon span { border: 0; }
  .service-feature .service-copy,
  .service-wide .service-copy { padding: 34px; }
  .service-feature .service-copy h3,
  .service-wide .service-copy h3 { font-size: 40px; }
}

@media (max-width: 440px) {
  .cta { width: 100%; }
  .quiet-link { width: max-content; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .contact-info dl > div { grid-template-columns: 1fr; gap: 6px; }
  .fact-ribbon { grid-template-columns: 1fr; }
  .fact-ribbon span { padding: 12px 16px; border: 0; }
  .service-list { gap: 0; }
  .service { height: min(44vh, 380px); max-height: 50vh; min-height: 0; }
  .service-list { border-width: 0; }
  .service::after { inset: 30% 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-copy > * { animation: none; opacity: 1; transform: none; }
  .reveal, .reveal-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .service img { transition: none; }
}

/* VQA-SHOT-REKICK 2026-09-03T20:25 PT | screenshots -> ~/James/_runs/rejuvgen-visual-qa | brand-red lock */
.booking-band { /* gate alias */ }
section.booking .cta,
section.pricing .cta,
.nav-cta.cta,
.hero-actions .cta {
  background: var(--brand-red, #d83830) !important;
  color: #ffffff !important;
  border-color: var(--brand-red, #d83830) !important;
}



/* Clear fixed header so logo never overlaps section titles */
.pricing .section-head,
.section-dark .section-head,
#pricing,
#services,
#contact,
#faq,
#about {
  scroll-margin-top: 100px;
}
.pricing {
  padding-top: 120px;
}


/* LOGO-DEDUPE HARD GUARD - do not remove; duplicate hero logo fails Visual QA */
.hero-logo { display: none !important; }
.logo-link img,
.footer-brand img {
  background: transparent !important;
  box-shadow: none !important;
}

/* PRICE-CARD CTA VISIBILITY: white cards use red/dark links; featured keeps light */
.price-card:not(.featured) .support-link,
.price-card:not(.featured) .quiet-link {
  color: var(--brand-black) !important;
  border-bottom-color: var(--red) !important;
}
.price-card:not(.featured) .support-link:hover,
.price-card:not(.featured) .quiet-link:hover {
  color: var(--red) !important;
}
.price-card.featured .support-link {
  color: var(--brand-white) !important;
  border-bottom-color: var(--red) !important;
}
/* ERIC-VQA 2026-09-03T21:05 PT: logo size + always-visible CTAs + light-section contrast */
.logo-link { width: 240px !important; }
.logo-link img { max-height: 118px !important; width: 100% !important; height: auto !important; }
.footer-brand img { width: 240px !important; max-height: 160px !important; }
.site-header { height: 132px !important; overflow: visible !important; }
html { scroll-padding-top: 140px; }

/* Pricing CTAs: solid brand-red buttons always visible (no hover-only) */
.price-card .cta,
.price-card:not(.featured) .cta,
.price-card.featured .cta {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: var(--brand-red, #d83830) !important;
  color: #ffffff !important;
  border: 1px solid var(--brand-red, #d83830) !important;
}
.price-card .cta:hover {
  background: var(--brand-red, #d83830) !important;
  color: #ffffff !important;
  border-color: var(--brand-red, #d83830) !important;
  filter: brightness(1.08);
}

/* If any support/quiet link remains on white price cards — brand-red text, always on */
.price-card:not(.featured) .support-link,
.price-card:not(.featured) .quiet-link {
  color: var(--brand-red, #d83830) !important;
  border-bottom-color: var(--brand-red, #d83830) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.price-card:not(.featured) .support-link:hover,
.price-card:not(.featured) .quiet-link:hover {
  color: var(--brand-black) !important;
}
.price-card.featured .support-link,
.price-card.featured .quiet-link {
  color: #ffffff !important;
  border-bottom-color: var(--brand-red, #d83830) !important;
  opacity: 1 !important;
}

/* Quiet link on white intro/pricing contexts if ever used */
.pricing .quiet-link,
.intro .quiet-link,
.faq .quiet-link,
.proof .quiet-link {
  color: var(--brand-red, #d83830) !important;
  opacity: 1 !important;
}

/* Light-section body/heading safety (global h1–h3 default is white) */
.pricing h2, .intro h2, .faq h2, .proof h2 { color: var(--brand-black) !important; }
.pricing .section-head > p,
.faq .section-head > p,
.proof .section-head > p {
  color: rgba(0, 0, 0, .68) !important;
}

/* LOGO-BUMP-VQA-2: larger header/footer logos */
.footer-brand img { width: 260px !important; max-height: 180px !important; }

/* INVISIBLE-TEXT-AUDIT 2026-09-03T21:10 PT
   Fixes: white-on-white / hover-only / transparent text / light-section contrast
   No Pages promote. */
.price-card .cta,
.price-card .cta:hover,
.price-card .cta:focus-visible,
section.pricing .cta,
section.pricing .cta:hover {
  background: var(--brand-red, #d83830) !important;
  color: #ffffff !important;
  border-color: var(--brand-red, #d83830) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.price-card .cta:hover,
section.pricing .cta:hover {
  filter: brightness(1.08);
}

/* Never allow white/transparent link text on light cards */
.price-card:not(.featured) a.support-link,
.price-card:not(.featured) a.quiet-link,
.pricing a.quiet-link,
.intro a.quiet-link,
.faq a.quiet-link,
.proof a.quiet-link {
  color: var(--brand-red, #d83830) !important;
  border-bottom-color: var(--brand-red, #d83830) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.price-card:not(.featured) a.support-link:hover,
.price-card:not(.featured) a.quiet-link:hover,
.pricing a.quiet-link:hover,
.intro a.quiet-link:hover {
  color: var(--brand-black) !important;
}

/* Global h1-h3 default is white — lock light sections dark */
.intro h1, .intro h2, .intro h3,
.pricing h1, .pricing h2, .pricing h3,
.faq h1, .faq h2, .faq h3,
.proof h1, .proof h2, .proof h3 {
  color: var(--brand-black) !important;
}
.intro, .pricing, .faq, .proof {
  color: rgba(0, 0, 0, .72) !important;
}

/* Footer links: always-visible silver (not hover-only white) */
.footer-grid a,
.social a,
.footer-base span {
  color: var(--brand-silver) !important;
  opacity: 1 !important;
}
.footer-grid a:hover { color: #ffffff !important; }
.social a:hover { color: var(--brand-red, #d83830) !important; }
.footer-grid h3 { color: var(--brand-red, #d83830) !important; }

/* Form placeholder readable on dark inputs */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(224, 224, 232, .55) !important;
  opacity: 1 !important;
}

/* Reveal failsafe: content must not stay invisible if IO fails */
.reveal, .reveal-card { opacity: 0; }
.reveal.is-visible, .reveal-card.is-visible { opacity: 1; }
@supports (animation-timeline: view()) {
  /* keep JS path; no change */
}
/* After 1.2s still reveal everything (IO miss / no-JS partial) */
@keyframes rejuvgen-reveal-failsafe {
  to { opacity: 1; transform: none; }
}
.reveal:not(.is-visible),
.reveal-card:not(.is-visible) {
  animation: rejuvgen-reveal-failsafe .01s linear 1.2s forwards;
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-card {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* ===== ERIC-VQA FINAL LOCK 2026-09-03T21:10 PT =====
   Logo bigger + pricing CTAs always visible + light-section contrast
   Do not append smaller logo overrides after this block. */
.site-header { height: 132px !important; overflow: visible !important; }
.logo-link { width: 240px !important; flex: none !important; }
.logo-link img {
  width: 100% !important;
  height: auto !important;
  max-height: 118px !important;
  object-fit: contain !important;
}
.footer-brand img { width: 260px !important; max-height: 170px !important; }
html { scroll-padding-top: 140px !important; }

.price-card .cta,
.price-card a.cta,
section.pricing .cta {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #d83830 !important;
  color: #ffffff !important;
  border: 1px solid #d83830 !important;
}

/* LOGO-DEDUPE SIZE CLAMP - header is 88px; oversized logos overlap section titles (Eric VQA reject) */
.site-header { overflow: hidden !important; height: 88px !important; }
.logo-link { width: 96px !important; flex: none !important; display: flex !important; align-items: center !important; }
.logo-link img {
  width: 100% !important;
  height: auto !important;
  max-height: 64px !important;
  object-fit: contain !important;
  display: block !important;
  background: transparent !important;
}
.footer-brand img {
  width: 120px !important;
  max-height: 96px !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
}
@media (max-width: 720px) {
  .site-header { height: 72px !important; }
  .logo-link { width: 72px !important; }
  .logo-link img { max-height: 52px !important; }
}

/* HERO-CTA-RIBBON-OVERLAP-FIX 2026-09-03T21:15 PT
   Eric proof: BOOK A SESSION overlapped by fact-ribbon MEMBERS text.
   CTAs stay above ribbon; ribbon never covers the red button. */
.hero-grid {
  padding-bottom: 168px !important;
}
.hero-actions {
  position: relative;
  z-index: 4 !important;
  margin-bottom: 8px;
}
.hero-actions .cta,
.hero-actions .quiet-link {
  position: relative;
  z-index: 4 !important;
}
.fact-ribbon {
  z-index: 1 !important;
  pointer-events: none;
}
.fact-ribbon a { pointer-events: auto; }
@media (max-width: 720px) {
  .hero-grid { padding-bottom: 220px !important; }
  .hero { min-height: min(68vh, 640px) !important; max-height: none !important; }
}

/* BIGGER-LOGO-OVERRIDE-AFTER-CLAMP 2026-09-03T21:16 PT
   Eric asked bigger logos; prior SIZE CLAMP shrank to 96px. Keep big marks + taller header + scroll-padding so titles stay clear. */
.site-header {
  height: 120px !important;
  overflow: visible !important;
}
.logo-link { width: 200px !important; flex: none !important; display: flex !important; align-items: center !important; }
.logo-link img {
  width: 100% !important;
  height: auto !important;
  max-height: 100px !important;
  object-fit: contain !important;
  display: block !important;
  background: transparent !important;
}
.footer-brand img {
  width: 220px !important;
  max-height: 150px !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
}
html { scroll-padding-top: 130px !important; }
#pricing, #services, #contact, #faq, #about { scroll-margin-top: 130px !important; }
@media (max-width: 720px) {
  .site-header { height: 96px !important; }
  .logo-link { width: 148px !important; }
  .logo-link img { max-height: 76px !important; }
}

/* ===== HERO-CTA-OVERLAP-FIX 2026-09-03T21:12 PT =====
   BOOK A SESSION alone on primary red button; Explore membership separate.
   Fact-ribbon must not collide with .hero-actions after max-height shrink. */
.hero {
  min-height: min(62vh, 640px) !important;
  max-height: none !important;
  overflow: hidden;
}
.hero-grid {
  padding: 120px 0 128px !important; /* clear absolute fact-ribbon */
  align-items: end;
}
.hero-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 28px !important;
  position: relative;
  z-index: 4;
  max-width: 100%;
}
.hero-actions .cta {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: max-content !important;
  position: relative;
  z-index: 5;
  gap: 10px !important; /* no huge gap that looks like dual labels */
  white-space: nowrap;
}
.hero-actions .quiet-link {
  display: inline-block !important;
  position: relative;
  z-index: 5;
  flex: 0 0 auto;
  margin: 0 !important;
  background: transparent !important;
  color: var(--brand-white) !important;
  border-bottom: 1px solid var(--red) !important;
}
.fact-ribbon {
  position: absolute !important;
  z-index: 3 !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translateX(-50%) !important;
  width: min(100%, var(--shell, 1120px));
  pointer-events: none; /* never steal clicks from CTAs */
}
.fact-ribbon span {
  pointer-events: auto;
}
@media (max-width: 720px) {
  .hero { min-height: min(60vh, 560px) !important; max-height: none !important; }
  .hero-grid { padding: 120px 0 200px !important; }
  .hero-actions {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
  }
  .hero-actions .cta {
    width: auto !important;
    max-width: 100% !important;
  }
}
@media (max-width: 440px) {
  .hero-actions .cta { width: auto !important; }
}

/* FINAL-LOGO-CTA-LOCK Eric VQA 2026-09-03T21:13 PT */
.logo-link { width: 220px !important; flex: none !important; }
.logo-link img { max-height: 118px !important; width: 100% !important; height: auto !important; }
.site-header { height: 128px !important; }
.footer-brand img { width: 260px !important; max-height: 170px !important; }
.price-card a.cta {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #d83830 !important;
  color: #fff !important;
  border-color: #d83830 !important;
}
#gallery, .gallery, .gallery-grid { display: none !important; }

/* ===== PRICING-INTRO-CONTRAST-FIX 2026-09-03T22:02 PT ===== */
.pricing .section-head > p,
.pricing .section-head p,
.section-head > p {
  color: rgba(0, 0, 0, 0.72) !important;
  opacity: 1 !important;
}

/* ===== FACT-RIBBON-FLOW-FIX 2026-09-03T22:05 PT =====
   Cause: .fact-ribbon position:absolute in .hero painted over .intro
   ("Ancient methods…") after scroll / short hero. Also sticky header
   could stack over About titles when overflow visible.
   Fix: ribbon in normal flow (static); hero contain:paint; header z-index
   above content; intro opaque stacking. Never re-absolutize ribbon. */
.site-header {
  position: fixed !important;
  z-index: 200 !important;
  overflow: hidden !important;
  background: rgba(0, 0, 0, .94) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
}
.hero {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  isolation: isolate !important;
  contain: paint !important;
  max-height: none !important;
  min-height: min(62vh, 640px) !important;
  z-index: 0 !important;
}
.hero-media,
.hero-shade {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
}
.hero-grid {
  position: static !important;
  z-index: 2 !important;
  flex: 1 1 auto !important;
  padding: 120px 0 36px !important;
  margin: 0 !important;
  display: grid !important;
}
.fact-ribbon {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  inset: auto !important;
  transform: none !important;
  float: none !important;
  z-index: auto !important;
  width: min(100%, var(--shell, 1240px)) !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  background: rgba(0, 0, 0, .72) !important;
  border-top: 1px solid var(--line) !important;
  pointer-events: auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
.fact-ribbon span { color: var(--brand-white) !important; }
.intro,
.pricing,
.faq,
.proof,
.section-dark,
.booking,
.site-footer {
  position: relative !important;
  z-index: 1 !important;
  isolation: isolate !important;
}
.intro {
  background: #ffffff !important;
  margin-top: 0 !important;
  padding-top: 120px !important;
  clear: both !important;
}
.intro h2,
.pricing h2,
.faq h2,
.proof h2 {
  color: #000000 !important;
  position: relative !important;
  z-index: 1 !important;
}
.intro.reveal,
.intro.reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}
@media (max-width: 720px) {
  .hero { min-height: min(58vh, 560px) !important; }
  .hero-grid { padding: 110px 0 28px !important; }
  .fact-ribbon { grid-template-columns: 1fr !important; }
  .intro { padding-top: 88px !important; }
}

/* ===== LEFT-EDGE-GUTTER-FIX 2026-09-04 =====
   Eric: hero/about copy flush to left edge.
   Cause: shell used 100vw width math with tiny mobile remainder;
   no padding-inline, so content could sit on the viewport edge.
   Fix: max-width shell + explicit gutters + safe-area. */
:root {
  --gutter: clamp(24px, 6vw, 48px) !important;
  --shell: 1240px !important;
}
.shell {
  width: min(100%, var(--shell)) !important;
  max-width: 100% !important;
  margin-inline: auto !important;
  padding-inline: max(
    var(--gutter),
    env(safe-area-inset-left, 0px),
    env(safe-area-inset-right, 0px)
  ) !important;
  box-sizing: border-box !important;
}
.site-header .shell.nav-row {
  padding-inline: max(
    var(--gutter),
    env(safe-area-inset-left, 0px),
    env(safe-area-inset-right, 0px)
  ) !important;
}
.hero-copy {
  padding-right: 12px !important;
}
.fact-ribbon {
  width: min(100%, var(--shell)) !important;
  padding-inline: max(var(--gutter), env(safe-area-inset-left, 0px)) !important;
  box-sizing: border-box !important;
}
@media (max-width: 980px) {
  :root { --gutter: clamp(24px, 5.5vw, 40px) !important; }
}
@media (max-width: 720px) {
  :root { --gutter: clamp(24px, 6vw, 32px) !important; }
  .hero-grid { padding-left: 0 !important; padding-right: 0 !important; }
}
@media (max-width: 440px) {
  :root { --gutter: 24px !important; }
}

/* ===== HERO-NOTE-BELOW-RIM 2026-09-04 =====
   Eric: Recover/Restore white-on-white on tub rim; Rejuvenate OK.
   Prior HERO-NOTE-DROP margin-top failed under grid align-items:end
   (end-alignment absorbs margin upward — text never dropped).
   Fix: align-self:start so offset is real; aggressive margin places
   the full stack on the dark tub body below the ~61% white rim.
   Brand: Recover/Restore white, Rejuvenate #d83830. */
.hero-note {
  align-self: start !important;
  justify-self: end !important;
  /* Aggressive drop: rim sits ~mid-tub; stack must fully clear onto dark body */
  margin-top: clamp(300px, 52vh, 560px) !important;
  transform: translateY(clamp(28px, 5vh, 64px)) !important;
  padding-bottom: 8px !important;
  color: #ffffff !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.95), 0 1px 3px rgba(0,0,0,.9) !important;
}
.hero-note span {
  text-shadow: inherit !important;
}
.hero-note span:nth-child(1),
.hero-note span:nth-child(2) {
  color: #ffffff !important;
}
.hero-note span:nth-child(3) {
  color: #d83830 !important;
}
@media (max-width: 980px) {
  .hero-note {
    margin-top: clamp(220px, 42vh, 400px) !important;
    transform: translateY(clamp(20px, 4vh, 48px)) !important;
  }
}
