/*
 * True Standard Fitness shared marketing surface
 * D-108 dark and light page map. Homepage remains independently owned.
 */

html[data-theme='dark'] {
  --on-accent: #ffffff;
  --bg: #000000;
  --bg-elevated: rgba(8, 15, 29, 0.72);
  --bg-card: rgba(14, 28, 54, 0.42);
  --bg-input: rgba(3, 8, 17, 0.68);
  --bg-hover: rgba(34, 107, 255, 0.18);
  --border: rgba(132, 174, 255, 0.3);
  --border-strong: rgba(152, 191, 255, 0.58);
  --ink: #ffffff;
  --ink-muted: rgba(255, 255, 255, 0.84);
  --ink-faint: rgba(255, 255, 255, 0.62);
  --accent: #226bff;
  --accent-bright: #5bb0ff;
  --accent-cta-start: #5bb0ff;
  --accent-deep: #1e54d8;
  --accent-glow: rgba(34, 107, 255, 0.3);
  --accent-dim: rgba(34, 107, 255, 0.16);
  --accent-copy: #5bb0ff;
  --glass-border: rgba(140, 182, 255, 0.44);
  --glass-highlight: rgba(255, 255, 255, 0.22);
  --hairline: rgba(143, 176, 255, 0.16);
  --shadow-card: 0 28px 64px rgba(0, 0, 0, 0.56), 0 8px 18px rgba(0, 0, 0, 0.34), 0 0 28px rgba(34, 107, 255, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 0 0 1px rgba(140, 182, 255, 0.22), inset 0 -18px 30px rgba(0, 0, 0, 0.2);
  --shadow-card-accent: 0 28px 64px rgba(0, 0, 0, 0.56), 0 8px 18px rgba(0, 0, 0, 0.34), 0 0 36px rgba(34, 107, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(140, 182, 255, 0.24), inset 0 -18px 30px rgba(0, 0, 0, 0.2);
  --surface-card-background:
    linear-gradient(105deg, transparent 23%, rgba(255, 255, 255, 0.12) 30%, transparent 37%),
    radial-gradient(100% 68% at 50% -10%, rgba(102, 158, 255, 0.23), transparent 58%),
    linear-gradient(145deg, rgba(30, 50, 84, 0.46), rgba(4, 8, 16, 0.22) 52%, rgba(10, 20, 38, 0.34));
  --surface-card-background-hover:
    linear-gradient(105deg, transparent 23%, rgba(255, 255, 255, 0.15) 30%, transparent 37%),
    radial-gradient(100% 72% at 50% -10%, rgba(110, 168, 255, 0.32), transparent 60%),
    linear-gradient(145deg, rgba(40, 64, 106, 0.54), rgba(6, 12, 24, 0.28) 52%, rgba(13, 27, 52, 0.42));
  --surface-inner-background:
    linear-gradient(105deg, transparent 26%, rgba(255, 255, 255, 0.09) 33%, transparent 40%),
    radial-gradient(100% 70% at 50% -12%, rgba(102, 158, 255, 0.17), transparent 60%),
    linear-gradient(145deg, rgba(24, 43, 74, 0.38), rgba(3, 8, 17, 0.24) 54%, rgba(9, 19, 36, 0.31));
  --shadow-inner: 0 16px 36px rgba(0, 0, 0, 0.32), 0 4px 12px rgba(0, 0, 0, 0.24), 0 0 22px rgba(34, 107, 255, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(140, 182, 255, 0.14), inset 0 -12px 22px rgba(0, 0, 0, 0.14);
  --shadow-control: 0 8px 18px rgba(0, 0, 0, 0.24), 0 0 16px rgba(34, 107, 255, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 -7px 14px rgba(0, 0, 0, 0.12);
  --shadow-cta: 0 0 0 3px rgba(34, 107, 255, 0.3), 0 16px 34px rgba(34, 107, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.36);
  --ledger-paper: #000000;
  --ledger-sheet: rgba(8, 15, 29, 0.72);
  --ledger-ink: #ffffff;
  --ledger-blue: #226bff;
  --ledger-blue-bright: #5bb0ff;
  --ledger-blue-deep: #1e54d8;
  --ledger-blue-shadow: rgba(34, 107, 255, 0.3);
  --ledger-gold: #5bb0ff;
  --ledger-navy: #08101f;
  --ledger-navy-soft: #0d1930;
  --ledger-navy-recipe: #0b1730;
  --ledger-navy-supplement: #0b1730;
  --ledger-rule: rgba(143, 176, 255, 0.18);
  --ledger-rule-dark: rgba(143, 176, 255, 0.3);
  --ledger-white: #ffffff;
  --ledger-on-dark-accent: #5bb0ff;
  --ledger-on-dark-accent-bright: #8ecbff;
  --ledger-on-dark-muted: rgba(255, 255, 255, 0.82);
  --ledger-on-dark-faint: rgba(255, 255, 255, 0.62);
}

html[data-theme='light'] {
  --on-accent: #ffffff;
  --bg: #f5f8fd;
  --bg-elevated: rgba(255, 255, 255, 0.84);
  --bg-card: rgba(255, 255, 255, 0.74);
  --bg-input: rgba(255, 255, 255, 0.92);
  --bg-hover: rgba(34, 107, 255, 0.08);
  --border: rgba(17, 55, 121, 0.18);
  --border-strong: rgba(34, 107, 255, 0.42);
  --ink: #07142b;
  --ink-muted: #33435f;
  --ink-faint: #5b687d;
  --accent: #155be8;
  --accent-bright: #226bff;
  --accent-cta-start: #4c86ff;
  --accent-deep: #123fc2;
  --accent-glow: rgba(34, 107, 255, 0.18);
  --accent-dim: rgba(34, 107, 255, 0.1);
  --accent-copy: #155be8;
  --glass-border: rgba(34, 107, 255, 0.2);
  --glass-highlight: rgba(255, 255, 255, 0.92);
  --hairline: rgba(17, 55, 121, 0.12);
  --shadow-card: 0 24px 58px rgba(14, 35, 72, 0.14), 0 7px 18px rgba(14, 35, 72, 0.09), 0 0 28px rgba(34, 107, 255, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.98), inset 0 0 0 1px rgba(34, 107, 255, 0.08), inset 0 -18px 30px rgba(34, 107, 255, 0.035);
  --shadow-card-accent: 0 24px 58px rgba(14, 35, 72, 0.16), 0 7px 18px rgba(14, 35, 72, 0.1), 0 0 34px rgba(34, 107, 255, 0.11), inset 0 1px 0 #ffffff, inset 0 0 0 1px rgba(34, 107, 255, 0.1), inset 0 -18px 30px rgba(34, 107, 255, 0.04);
  --surface-card-background:
    linear-gradient(105deg, transparent 23%, rgba(255, 255, 255, 0.78) 30%, transparent 37%),
    radial-gradient(100% 70% at 50% -12%, rgba(76, 134, 255, 0.13), transparent 60%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(239, 245, 255, 0.76));
  --surface-card-background-hover:
    linear-gradient(105deg, transparent 23%, rgba(255, 255, 255, 0.92) 30%, transparent 37%),
    radial-gradient(100% 72% at 50% -12%, rgba(76, 134, 255, 0.18), transparent 61%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(236, 243, 255, 0.82));
  --surface-inner-background:
    linear-gradient(105deg, transparent 26%, rgba(255, 255, 255, 0.68) 33%, transparent 40%),
    radial-gradient(100% 70% at 50% -12%, rgba(76, 134, 255, 0.1), transparent 60%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(237, 244, 255, 0.66));
  --shadow-inner: 0 15px 34px rgba(14, 35, 72, 0.1), 0 4px 12px rgba(14, 35, 72, 0.07), 0 0 20px rgba(34, 107, 255, 0.045), inset 0 1px 0 rgba(255, 255, 255, 0.96), inset 0 0 0 1px rgba(34, 107, 255, 0.06), inset 0 -12px 22px rgba(34, 107, 255, 0.025);
  --shadow-control: 0 8px 18px rgba(14, 35, 72, 0.08), 0 0 14px rgba(34, 107, 255, 0.035), inset 0 1px 0 rgba(255, 255, 255, 0.94), inset 0 -7px 14px rgba(34, 107, 255, 0.025);
  --shadow-cta: 0 0 0 3px rgba(34, 107, 255, 0.18), 0 16px 34px rgba(34, 107, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.46);
  --ledger-paper: #f5f8fd;
  --ledger-sheet: rgba(255, 255, 255, 0.86);
  --ledger-ink: #07142b;
  --ledger-blue: #155be8;
  --ledger-blue-bright: #226bff;
  --ledger-blue-deep: #123fc2;
  --ledger-blue-shadow: rgba(34, 107, 255, 0.18);
  --ledger-gold: #226bff;
  --ledger-navy: #07142b;
  --ledger-navy-soft: #132443;
  --ledger-navy-recipe: #10284e;
  --ledger-navy-supplement: #10284e;
  --ledger-rule: rgba(17, 55, 121, 0.14);
  --ledger-rule-dark: rgba(17, 55, 121, 0.24);
  --ledger-white: #ffffff;
  --ledger-on-dark-accent: #8ecbff;
  --ledger-on-dark-accent-bright: #ffffff;
  --ledger-on-dark-muted: rgba(255, 255, 255, 0.84);
  --ledger-on-dark-faint: rgba(255, 255, 255, 0.64);
}

html[data-theme] {
  --font-display: 'Inter Tight', 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-poster: var(--font-display);
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
  --metal-top: #ffffff;
  --metal-bottom: #c9d3e2;
  --accent-hover-start: #6699ff;
  --accent-hover-deep: #1a4fd6;
  --success: #1fc56b;
  --success-bright: #57ed99;
  --success-hover-bright: #6af0a5;
  --success-deep: #159a52;
  --success-hover-deep: #18ad5c;
  --success-ink: #04150c;
  --r-card: 18px;
  background-color: var(--bg);
  color-scheme: light;
}

html[data-theme='dark'] {
  color-scheme: dark;
}

html[data-theme='dark'] body.site-page,
html[data-theme='light'] body.site-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100dvh;
  background-attachment: scroll;
  background-image: none;
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 500;
}

html[data-theme='dark'] body.site-page::before,
html[data-theme='light'] body.site-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  display: block;
  pointer-events: none;
  background-position: center top;
  background-size: 100% 100%, 56px 56px, 56px 56px;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-mask-image: none;
  mask-image: none;
}

html[data-theme='dark'] body.site-page::before {
  background-image:
    radial-gradient(95% 55% at 50% -6%, rgba(34, 107, 255, 0.14), transparent 60%),
    linear-gradient(to right, rgba(255, 255, 255, 0.038) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
}

html[data-theme='light'] body.site-page::before {
  background-image:
    radial-gradient(95% 58% at 50% -8%, rgba(34, 107, 255, 0.13), transparent 62%),
    linear-gradient(to right, rgba(7, 20, 43, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(7, 20, 43, 0.05) 1px, transparent 1px);
}

.site-page .site-main,
.site-page section {
  background: transparent;
}

.site-page .site-footer {
  position: relative;
  z-index: 1;
}

.site-page h1,
.site-page h2,
.site-page h3,
.site-page h4,
.site-page .artifact-title,
.site-page .btn,
.site-page .site-nav-cta {
  font-family: var(--font-display);
}

.site-page h1,
.site-page h2,
.site-page h3,
.site-page h4 {
  color: var(--ink);
}

.site-page p,
.site-page li {
  color: var(--ink-muted);
}

html[data-theme='dark'] .site-page .site-hero h1 {
  background: linear-gradient(180deg, var(--metal-top), var(--metal-bottom));
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-page .site-nav {
  min-height: 88px;
  padding-block: 9px;
  border-bottom: 1px solid var(--hairline);
  background: color-mix(in srgb, var(--bg) 76%, transparent);
  box-shadow: 0 8px 28px color-mix(in srgb, var(--ink) 7%, transparent);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
}

.site-page .site-brand-lockup {
  width: clamp(154px, 15vw, 190px);
  overflow: visible;
  background: transparent;
}

.site-page .site-brand-lockup img {
  background: transparent;
  box-shadow: none;
}

.site-page .site-nav .navlink {
  color: var(--ink-muted);
  font-family: var(--font-body);
  font-weight: 700;
}

.site-page .site-nav .navlink:hover {
  color: var(--ink);
  background: var(--bg-hover);
}

.site-page .eyebrow,
.site-page .section-eyebrow {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--accent-copy);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-page .site-hero::before,
.site-page .hero .eyebrow::before,
.site-page .section-eyebrow::before {
  content: none;
  display: none;
}

.site-page .btn,
.site-page .site-nav-cta {
  position: relative;
  min-height: 52px;
  overflow: hidden;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-weight: 800;
  line-height: 1.15;
  isolation: isolate;
}

.site-page .btn-sm {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 12px;
}

.site-page .btn::before,
.site-page .site-nav-cta::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05) 46%, transparent 64%);
}

.site-page .btn::after,
.site-page .site-nav-cta::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.5);
}

.site-page .btn-primary,
.site-page .site-nav-cta {
  border-color: rgba(91, 176, 255, 0.48);
  background: radial-gradient(130% 150% at 30% 18%, var(--accent-bright) 0%, var(--accent-deep) 72%);
  box-shadow: var(--shadow-cta);
  color: var(--on-accent);
}

.site-page .btn-primary:hover,
.site-page .site-nav-cta:hover {
  background: radial-gradient(130% 155% at 28% 16%, var(--accent-hover-start) 0%, var(--accent-hover-deep) 100%);
  color: var(--on-accent);
  transform: translateY(-2px);
}

.site-page .btn-ghost {
  border-color: var(--glass-border);
  background: var(--bg-card);
  box-shadow: var(--shadow-card);
  color: var(--ink);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.site-page.booking-page .site-nav-cta,
.site-page .btn[href='/book'],
.site-page .btn[href='/book.html'],
.site-page .btn[href^='/book?'],
.site-page .btn[href^='tel:'],
.site-page .btn[href^='mailto:'] {
  border-color: rgba(87, 237, 153, 0.52);
  background: radial-gradient(130% 150% at 30% 18%, var(--success-bright) 0%, var(--success) 72%);
  box-shadow: 0 0 0 3px rgba(31, 197, 107, 0.2), 0 14px 28px rgba(31, 197, 107, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  color: var(--success-ink);
}

.site-page.booking-page .site-nav-cta:hover,
.site-page .btn[href='/book']:hover,
.site-page .btn[href='/book.html']:hover,
.site-page .btn[href^='/book?']:hover,
.site-page .btn[href^='tel:']:hover,
.site-page .btn[href^='mailto:']:hover {
  background: radial-gradient(130% 155% at 28% 16%, var(--success-hover-bright) 0%, var(--success-hover-deep) 100%);
  color: var(--success-ink);
}

.site-page :is(
  .card,
  .form-card,
  .site-hero-visual,
  .booking-calendar-panel,
  .booking-form-panel,
  .booking-complete-panel,
  .booking-picker-card,
  .legal-toc,
  .legal
) {
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  background: var(--surface-card-background);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

html[data-theme='dark'] .site-page :is(
  .card,
  .form-card,
  .site-hero-visual,
  .booking-calendar-panel,
  .booking-form-panel,
  .booking-complete-panel,
  .booking-picker-card,
  .legal-toc,
  .legal
) {
  background: var(--surface-card-background);
}

html[data-theme='light'] .site-page :is(
  .card,
  .form-card,
  .site-hero-visual,
  .booking-calendar-panel,
  .booking-form-panel,
  .booking-complete-panel,
  .booking-picker-card,
  .legal-toc,
  .legal
) {
  background: var(--surface-card-background);
}

.site-page :is(.card, .site-hero-visual, .legal-toc):hover {
  border-color: var(--border-strong);
  background: var(--surface-card-background-hover);
}

.site-page .card-accent,
.site-page .form-card {
  border-color: color-mix(in srgb, var(--accent) 36%, var(--glass-border));
  box-shadow: var(--shadow-card-accent);
}

.site-page .site-hero-visual {
  clip-path: none;
}

.site-page .site-hero-visual::before,
.site-page .site-hero-visual::after {
  content: none;
  display: none;
}

html[data-theme='light'] .site-page .site-hero-visual {
  --ink: #07142b;
  --ink-muted: #33435f;
  --ink-faint: #5b687d;
  --bg-card: rgba(255, 255, 255, 0.74);
  --bg-input: rgba(255, 255, 255, 0.92);
  --border: rgba(17, 55, 121, 0.18);
  --border-strong: rgba(34, 107, 255, 0.42);
  --accent: #155be8;
  --accent-bright: #226bff;
  --accent-deep: #123fc2;
  --accent-dim: rgba(34, 107, 255, 0.1);
  --accent-glow: rgba(34, 107, 255, 0.18);
}

html[data-theme='light'] .site-page .site-hero-visual :is(h2, h3, strong, b, .artifact-title) {
  color: var(--ink);
}

html[data-theme='light'] .site-page .site-hero-visual :is(p, li, .artifact-status, .artifact-kicker) {
  color: var(--ink-muted);
}

.site-page .form-control,
.site-page .opt,
.site-page .slot,
.site-page .chat-starter {
  min-height: 50px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-input);
  color: var(--ink);
  box-shadow: inset 0 1px 0 var(--glass-highlight);
}

.site-page .form-control:focus,
.site-page .opt:focus-within,
.site-page .slot:focus-visible,
.site-page .chat-starter:focus-visible {
  outline: none;
  border-color: var(--accent-bright);
  box-shadow: 0 0 0 4px var(--accent-dim), inset 0 1px 0 var(--glass-highlight);
}

.site-page .consent-stack {
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: color-mix(in srgb, var(--bg-input) 72%, transparent);
}

.site-page .consent input[type='checkbox'] {
  width: 19px;
  height: 19px;
  margin-top: 1px;
}

.site-page .consent label,
.site-page .consent-notice {
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.55;
}

.site-page .bubble.coach,
.site-page .coach-demo-bubble.answer,
.site-page .chat-log,
.site-page .wall-note,
.site-page .steps li,
.site-page .feature-list li,
.site-page .quiz-section,
.site-page .macro-result-grid > div,
.site-page .nutrition-input-list > div,
.site-page .workout-day,
.site-page .supplement-review-row,
.site-page .trial-today-card,
.site-page .trial-signal-grid > div,
.site-page .leslie-fact-grid > div,
.site-page .booking-selected-card,
.site-page .booking-event-card,
.site-page .booking-confirmation-strip {
  border-color: var(--glass-border);
  background: var(--surface-inner-background);
  box-shadow: var(--shadow-inner);
  backdrop-filter: blur(12px) saturate(145%);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
}

.site-page .booking-console,
.site-page .coach-story-seal,
.site-page .legal-shell .legal {
  border-color: var(--glass-border);
  background: var(--surface-card-background);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.site-page .trial-coach-note,
.site-page .form-note,
.site-page .page-note,
.site-page .checkout-status {
  background:
    linear-gradient(105deg, transparent 26%, rgba(255, 255, 255, 0.08) 33%, transparent 40%),
    var(--surface-inner-background);
  box-shadow: var(--shadow-inner);
  backdrop-filter: blur(12px) saturate(145%);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
}

.site-page .opt:not(.checked),
.site-page .chat-starter,
.site-page .booking-day:not(:disabled):not(.is-selected),
.site-page .booking-month-button:not(:disabled),
.site-page .booking-slot-grid .slot:not(.selected) {
  border-color: var(--glass-border);
  background: var(--surface-inner-background);
  box-shadow: var(--shadow-control);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
}

.site-page .opt:hover,
.site-page .booking-day:hover:not(:disabled):not(.is-selected),
.site-page .booking-month-button:hover:not(:disabled) {
  border-color: var(--border-strong);
  background: var(--surface-card-background-hover);
}

.site-page .opt.checked {
  border-color: var(--accent);
  background:
    linear-gradient(105deg, transparent 26%, rgba(255, 255, 255, 0.12) 33%, transparent 40%),
    linear-gradient(145deg, color-mix(in srgb, var(--accent) 18%, var(--bg-input)), color-mix(in srgb, var(--accent) 8%, var(--bg-input)));
  box-shadow: 0 0 0 2px var(--accent-dim), var(--shadow-control);
}

.site-page .bubble.user {
  background: linear-gradient(135deg, var(--accent-cta-start), var(--accent-deep));
  color: var(--on-accent);
}

.site-page .site-footer {
  border-top: 1px solid var(--hairline);
  background: color-mix(in srgb, var(--bg) 72%, transparent);
  color: var(--ink);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

html[data-theme='light'] .site-page .site-footer {
  --ink: #07142b;
  --ink-muted: #33435f;
  --ink-faint: #5b687d;
  --accent: #155be8;
  --accent-bright: #226bff;
  --ledger-white: #07142b;
  --ledger-on-dark-muted: #33435f;
  --ledger-on-dark-faint: #5b687d;
}

.site-page :is(
  .artifact-status,
  .artifact-foot b,
  .coach-demo-bubble.answer b,
  .formula-grid span,
  .assessment-row > b,
  .nutrition-input-list > div > span,
  .workout-day > b,
  .recipe-preview-row span,
  .supplement-review-row > b,
  .trial-today-card small,
  .review-step > b,
  .booking-selected-card > span,
  .booking-confirmation-strip small,
  .application-section-label,
  .confirmation-path b,
  .quiz-section-label
) {
  color: var(--accent-copy);
}

.site-page .site-footer a,
.site-page .site-footer b,
.site-page .site-footer strong {
  color: var(--ink);
}

.site-page .site-footer p,
.site-page .site-footer small {
  color: var(--ink-muted);
}

.site-page .site-footer-brand {
  display: inline-flex;
  margin-bottom: 14px;
}

.site-page .site-footer-brand .site-brand-lockup {
  display: block;
  width: clamp(164px, 18vw, 210px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-page .site-footer-brand .site-brand-lockup img {
  display: block;
  width: 100%;
  height: auto;
}

.site-page .site-footer-company {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.site-page .site-footer-company img {
  width: 70px;
  height: auto;
  flex: none;
}

.site-page .site-footer-company small {
  max-width: 250px;
  font-size: 11px;
  line-height: 1.45;
}

.site-page.legal-page .legal-shell {
  align-items: start;
}

.site-page.legal-page .legal-toc {
  top: 112px;
}

.site-page.legal-page .legal {
  padding: clamp(26px, 5vw, 52px);
}

.site-page .booking-slot-grid .slot,
.site-page .slot-grid .slot {
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}

.site-page .booking-slot-grid .slot:hover,
.site-page .slot-grid .slot:hover,
.site-page .slot.selected {
  border-color: var(--accent-bright);
  background: var(--accent-dim);
  color: var(--ink);
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .site-page .site-nav {
    min-height: 70px;
    padding: 8px 16px;
  }

  .site-page .site-brand-lockup {
    width: 128px;
  }

  .site-page .site-nav-cta {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .site-page .site-hero {
    padding-top: 48px;
  }

  .site-page .form-card,
  .site-page .card,
  .site-page .booking-calendar-panel,
  .site-page .booking-form-panel,
  .site-page .booking-complete-panel,
  .site-page .booking-picker-card,
  .site-page.legal-page .legal {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .site-page .btn,
  .site-page .site-nav-cta {
    width: 100%;
  }

  .site-page .chat-capture-grid {
    grid-template-columns: 1fr;
  }
}

/* Booking uses one outer working surface. Inner steps do not add a second
   border and padding layer around the calendar or form. */
.site-page.booking-page .booking-wrap {
  box-sizing: border-box;
  padding-inline: 0;
}

.site-page.booking-page .booking-picker-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-page.booking-page :is(
  .booking-calendar-panel,
  .booking-form-panel,
  .booking-complete-panel
) {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-page.booking-page .booking-host-preview {
  display: grid;
}

.site-page.booking-page .booking-preview-action {
  border-color: rgba(87, 237, 153, 0.52);
  background: radial-gradient(130% 150% at 30% 18%, var(--success-bright) 0%, var(--success) 72%);
  box-shadow: 0 0 0 3px rgba(31, 197, 107, 0.2), 0 14px 28px rgba(31, 197, 107, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  color: var(--success-ink);
}

.site-page.booking-page .booking-preview-action:hover {
  background: radial-gradient(130% 155% at 28% 16%, var(--success-hover-bright) 0%, var(--success-hover-deep) 100%);
  color: var(--success-ink);
}

@media (max-width: 920px) {
  .site-page.booking-page .booking-console.is-details .booking-picker-card,
  .site-page.booking-page .booking-console.is-complete .booking-picker-card {
    padding-top: 24px;
  }
}

@media (max-width: 760px) {
  .site-page.booking-page .booking-wrap {
    width: calc(100% - 16px);
  }

  .site-page.booking-page .booking-picker-card,
  .site-page.booking-page .booking-event-card {
    padding: 20px 14px;
  }

  .site-page.booking-page .booking-host-preview {
    display: grid;
    padding: 18px;
  }

  .site-page.booking-page .booking-preview-facts {
    gap: 7px;
  }

  .site-page.booking-page .booking-preview-facts > span {
    padding: 11px 9px;
  }

  .site-page.booking-page .booking-weekdays,
  .site-page.booking-page .booking-month-grid {
    gap: 4px;
  }

  .site-page.booking-page .booking-day,
  .site-page.booking-page .booking-day-blank {
    min-height: 42px;
  }
}

@media (max-width: 380px) {
  .site-page.booking-page .booking-wrap {
    width: calc(100% - 10px);
  }

  .site-page.booking-page .booking-picker-card,
  .site-page.booking-page .booking-event-card {
    padding-inline: 10px;
  }

  .site-page.booking-page .booking-weekdays,
  .site-page.booking-page .booking-month-grid {
    gap: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-page *,
  .site-page *::before,
  .site-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
