/*
Theme Name: Lucie Lemon Pilates
Theme URI: https://lucielemonpilates.com/
Author: Trusted Marketing
Author URI: https://trustedmarketing.com/
Description: Custom WordPress theme for Lucie Lemon Pilates — authentic Classical Pilates in Port St. Lucie, FL. Coastal-luxury design system with navy + lemon brand palette.
Version: 0.1.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lucie-lemon-pilates
Tags: business, custom-menu, custom-logo, featured-images, footer-widgets
*/

/* ───── Palette: Coastal Luxury (default) ─────────────────────── */
:root {
  --ll-navy: #1B3F8B;
  --ll-navy-deep: #102458;
  --ll-lemon: #F2C300;
  --ll-lemon-soft: #F7DC6F;

  --ivory: #F8F3E7;
  --cream: #F2EBDA;
  --sand: #E6DDC6;
  --sand-deep: #D6C9A9;
  --ink: #0C1830;
  --ink-2: #2B3854;
  --muted: #6C7693;
  --line: #D9CFB7;

  --bg: var(--ivory);
  --bg-elevated: #FFFCF3;
  --bg-deep: var(--ll-navy-deep);
  --fg1: var(--ink);
  --fg2: var(--ink-2);
  --fg3: var(--muted);
  --accent: var(--ll-navy);
  --accent-soft: var(--ll-lemon);
  --rule: var(--line);

  --serif: "Instrument Serif", "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
:target, [id="pricing"], [id="formats"], [id="apply"], [id="overview"], [id="who"], [id="learn"], [id="structure"], [id="expect"], [id="get-started"], [id="teacher-training"], [id="treasure-coast"] {
  scroll-margin-top: 120px;
}
body {
  background: var(--bg);
  color: var(--fg1);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "cv11";
}

a { color: inherit; }

/* type */
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg2);
}
.eyebrow .dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 999px;
  background: var(--accent-soft);
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-1px);
}
.display {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--fg1);
  letter-spacing: -0.012em;
  line-height: 0.98;
  text-wrap: balance;
}
.display em {
  font-style: italic;
  color: var(--accent);
  font-feature-settings: "ss01";
}
.lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.45;
  color: var(--fg2);
  text-wrap: pretty;
}
p { text-wrap: pretty; }

/* layout */
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.wrap-narrow { max-width: 980px; margin: 0 auto; padding: 0 40px; }
.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 16px; top: 16px; background: var(--ink); color: var(--ivory); padding: 8px 14px; z-index: 100; }

/* ───── Top utility bar ────────────────────────────────────────── */
.utility {
  background: var(--ink);
  color: var(--ivory);
  font-size: 12px;
  letter-spacing: 0.06em;
}
.utility .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
}
.utility .marquee {
  color: var(--ll-lemon-soft);
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.utility .links { display: flex; gap: 22px; color: rgba(248,243,231,0.7); }
.utility .links a { color: inherit; text-decoration: none; transition: color .15s var(--ease); }
.utility .links a:hover { color: var(--ll-lemon-soft); }

/* ───── Nav (one row: split menu around centered brand) ──────────── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in oklab, var(--bg) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid color-mix(in oklab, var(--rule) 60%, transparent);
}
.nav .wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 108px;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 32px;
}
.nav-left, .nav-right {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  letter-spacing: 0.06em;
}
.nav-right { justify-content: flex-end; }
.nav a.link {
  color: var(--fg1);
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  transition: color .15s var(--ease);
}
.nav a.link::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s var(--ease);
}
.nav a.link:hover { color: var(--accent); }
.nav a.link:hover::after { transform: scaleX(1); }

/* Brand */
.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: var(--fg1);
}
.brand img {
  width: 80px;
  height: 80px;
  display: block;
  object-fit: contain;
}
.brand .name {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.brand .name em { font-style: italic; color: var(--accent); }
.brand .tag {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--fg3);
  margin-top: 6px;
}

/* CTA in nav — slightly more compact than page CTAs */
.nav-right .brand-cta {
  height: 44px;
  padding: 0 22px;
  font-size: 12px;
  margin-left: 8px;
}

/* Hamburger (mobile only) */
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 36px; height: 36px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--fg1);
  position: relative;
  transition: transform .2s var(--ease);
}
.nav-toggle span::before { position: absolute; top: -7px; left: 0; }
.nav-toggle span::after  { position: absolute; top:  7px; left: 0; }

/* ───── Buttons ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all .2s var(--ease);
}
.btn-primary {
  background: var(--ink);
  color: var(--ivory);
}
.btn-primary:hover { background: var(--accent); }
.btn-ghost {
  background: transparent;
  color: var(--fg1);
  border-color: var(--fg1);
}
.btn-ghost:hover {
  background: var(--fg1);
  color: var(--bg);
}
.btn-lemon {
  background: var(--ll-lemon);
  color: var(--ink);
}
.btn-lemon:hover { background: var(--ll-lemon-soft); }
.btn-text {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg1);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--fg1);
  transition: all .2s var(--ease);
}
.btn-text:hover { color: var(--accent); border-color: var(--accent); }
.btn-text .arrow {
  display: inline-block;
  transition: transform .2s var(--ease);
}
.btn-text:hover .arrow { transform: translateX(4px); }

/* ───── Hero ───────────────────────────────────────────────────── */
.hero {
  position: relative;
  padding: 88px 0 120px;
  overflow: hidden;
  isolation: isolate;
}
/* Grayscale editorial backdrop — full-bleed under the hero content */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/site/classes-hero.jpg");
  background-size: cover;
  background-position: center;
  filter: grayscale(100%) contrast(1.05);
  opacity: 0.22;
  z-index: -2;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      color-mix(in oklab, var(--bg) 65%, transparent) 0%,
      color-mix(in oklab, var(--bg) 85%, transparent) 100%
    );
  z-index: -1;
  pointer-events: none;
}
.hero > .wrap { position: relative; z-index: 1; }
.hero .grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}
.hero h1.display {
  font-size: clamp(56px, 7.4vw, 116px);
  margin: 18px 0 0;
}
.hero .lede { margin-top: 28px; max-width: 460px; }
.hero .ctas {
  display: flex;
  gap: 14px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.hero-meta {
  display: flex;
  gap: 32px;
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
  max-width: 540px;
}
.hero-meta .stat .num {
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1;
  color: var(--accent);
}
.hero-meta .stat .num em { font-style: italic; }
.hero-meta .stat:nth-child(2) { text-align: center; }
.hero-meta .stat .lbl {
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg3);
}

/* hero art column */
.hero-art {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 20% 0%, #F4D779 0%, transparent 55%),
    linear-gradient(180deg, #2A5BB8 0%, #1B3F8B 55%, #102458 100%);
}
.hero-art .sun {
  position: absolute;
  top: 9%;
  right: 14%;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #FFE894 0%, #F2C300 60%, #D9A800 100%);
  box-shadow: 0 0 60px rgba(242,195,0,0.45);
}
.hero-art .sun::before {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
}
.hero-art .horizon {
  position: absolute;
  left: 0; right: 0;
  bottom: 28%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
}
.hero-art .water {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 28%;
  background:
    repeating-linear-gradient(180deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 6px),
    linear-gradient(180deg, #1B3F8B 0%, #0C1830 100%);
}
.hero-art .placeholder-tag {
  position: absolute;
  left: 24px; bottom: 24px;
  color: rgba(255,255,255,0.55);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.hero-art img.hero-photo,
.hero-art video.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-art .frame-cap {
  position: absolute;
  top: 24px; left: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.7);
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  z-index: 2;
}
.hero-art .frame-cap::before {
  content: "";
  width: 16px; height: 1px;
  background: var(--ll-lemon);
}
/* hero video controls (restart + sound) */
.hero-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-ctrl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px 9px 12px;
  font: inherit;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(16, 36, 88, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.hero-ctrl:hover {
  background: rgba(27, 63, 139, 0.78);
  border-color: var(--ll-lemon);
}
.hero-ctrl:focus-visible {
  outline: 2px solid var(--ll-lemon);
  outline-offset: 2px;
}
.hero-ctrl:active { transform: scale(0.97); }
.hero-ctrl__icon,
.hero-sound__icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  color: var(--ll-lemon);
}
.hero-sound__icon svg { display: none; }
.hero-sound[aria-pressed="false"] .hero-sound__icon-muted { display: block; }
.hero-sound[aria-pressed="true"]  .hero-sound__icon-on    { display: block; }
.hero-ctrl__label,
.hero-sound__label { line-height: 1; }
@media (max-width: 720px) {
  .hero-controls { top: 14px; right: 14px; gap: 6px; }
  .hero-ctrl { padding: 8px 12px; font-size: 11px; }
}
/* signature card overlay */
.signature-card {
  position: absolute;
  right: -28px;
  bottom: 56px;
  background: var(--bg-elevated);
  border: 1px solid var(--rule);
  padding: 18px 22px 20px;
  width: 240px;
  box-shadow: 0 30px 60px -30px rgba(12,24,48,0.25);
  z-index: 3;
}
.signature-card .eyebrow { margin-bottom: 8px; }
.signature-card .title {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 8px;
}
.signature-card .title em { font-style: italic; color: var(--accent); }
.signature-card .sub {
  font-size: 12px;
  color: var(--fg3);
  line-height: 1.5;
}

/* ───── Marquee divider ────────────────────────────────────────── */
.marquee-strip {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
  padding: 22px 0;
}
.marquee-strip .track {
  display: flex;
  gap: 64px;
  white-space: nowrap;
  align-items: center;
  animation: scroll 38s linear infinite;
  font-family: var(--serif);
  font-size: 28px;
  font-style: italic;
  color: var(--fg2);
}
.marquee-strip .track .dot {
  color: var(--accent-soft);
  font-style: normal;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ───── Section header ─────────────────────────────────────────── */
section { padding: 120px 0; }
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 72px;
}
.section-head h2 {
  font-size: clamp(40px, 4.6vw, 64px);
  margin: 14px 0 0;
}
.section-head .right { padding-bottom: 8px; }

/* ───── Philosophy / approach ─────────────────────────────────── */
.philosophy {
  background: var(--cream);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.philosophy .quote {
  font-family: var(--serif);
  font-size: clamp(36px, 4.6vw, 60px);
  line-height: 1.1;
  margin: 0;
  max-width: 18ch;
  text-wrap: balance;
}
.philosophy .quote em { font-style: italic; color: var(--accent); }
.philosophy-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.philosophy .body-text { font-size: 17px; line-height: 1.65; color: var(--fg2); }
.philosophy .body-text p + p { margin-top: 18px; }
.philosophy .sig {
  margin-top: 32px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
  color: var(--accent);
}
.philosophy .sig + .role {
  margin-top: 2px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg3);
}

/* ───── Feature cards (Why LL) ────────────────────────────────── */
.sessions-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
}
.session-card {
  grid-column: span 6;
  background: var(--bg-elevated);
  border: 1px solid var(--rule);
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  position: relative;
  transition: all .25s var(--ease);
}
.session-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 30px 60px -40px rgba(12,24,48,0.35);
  border-color: var(--accent);
}
.session-card .num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--accent);
}
.session-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 34px;
  line-height: 1.05;
  margin: 14px 0 14px;
  letter-spacing: -0.005em;
}
.session-card h3 em { font-style: italic; color: var(--accent); }
.session-card p {
  color: var(--fg2);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.session-card .card-foot {
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}
.session-card.signature {
  grid-column: span 12;
  min-height: 320px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--ivory);
}
.session-card.signature:hover { border-color: var(--ink); transform: none; }
.session-card.signature .left {
  padding: 44px 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.session-card.signature .num { color: var(--ll-lemon); }
.session-card.signature h3 { color: var(--ivory); font-size: 52px; }
.session-card.signature h3 em { color: var(--ll-lemon); }
.session-card.signature p { color: rgba(248,243,231,0.75); max-width: 42ch; }
.session-card.signature .card-foot { border-color: rgba(248,243,231,0.16); }
.session-card.signature .right {
  position: relative;
  background:
    radial-gradient(60% 60% at 65% 35%, rgba(242,195,0,0.18), transparent 70%),
    linear-gradient(135deg, #1B3F8B 0%, #0C1830 100%);
  overflow: hidden;
  min-height: 320px;
}
.session-card.signature .right::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(180deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 8px);
  mix-blend-mode: overlay;
}
.session-card.signature .right:has(> img) { background: var(--ink); }
.session-card.signature .right:has(> img)::before { display: none; }
.session-card.signature .right > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.session-card.signature .right .palm {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,0.4);
  font-family: var(--serif);
  font-style: italic;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
}
.session-card .btn-text {
  font-size: 12px;
}
.session-card.signature .btn-text { color: var(--ivory); border-color: rgba(248,243,231,0.45); }
.session-card.signature .btn-text:hover { color: var(--ll-lemon); border-color: var(--ll-lemon); }

/* ───── Treasure Coast strip ──────────────────────────────────── */
.area {
  background: var(--bg-elevated);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.area .area-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.area h2 {
  font-size: clamp(36px, 4.2vw, 56px);
  margin: 14px 0 0;
}
.area p.body {
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--fg2);
  max-width: 56ch;
}
.area .cities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 24px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--accent);
  list-style: none;
  padding: 0;
  margin: 0;
}
.area .cities li {
  padding: 14px 0;
  border-top: 1px solid var(--rule);
}

/* ───── Instructor program ────────────────────────────────────── */
.atelier {
  background: var(--ink);
  color: var(--ivory);
}
.atelier .eyebrow { color: rgba(248,243,231,0.55); }
.atelier .eyebrow .dot { background: var(--ll-lemon); }
.atelier h2 { color: var(--ivory); }
.atelier h2 em { color: var(--ll-lemon); }
.atelier .lede { color: rgba(248,243,231,0.75); }

.atelier-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: start;
}
.atelier-mod {
  border-top: 1px solid rgba(248,243,231,0.18);
  padding: 24px 0;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 24px;
  align-items: center;
}
.atelier-mod:last-child { border-bottom: 1px solid rgba(248,243,231,0.18); }
.atelier-mod .idx {
  font-family: var(--serif);
  font-style: italic;
  font-size: 32px;
  color: var(--ll-lemon);
  line-height: 1;
}
.atelier-mod .title-row { display: flex; flex-direction: column; gap: 4px; }
.atelier-mod h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  margin: 0;
}
.atelier-mod h4 em { font-style: italic; color: var(--ll-lemon); }
.atelier-mod .modsub {
  font-size: 13px;
  color: rgba(248,243,231,0.6);
  line-height: 1.5;
}
.atelier-mod .weeks {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(248,243,231,0.55);
  white-space: nowrap;
}
.atelier-side {
  background: rgba(248,243,231,0.04);
  border: 1px solid rgba(248,243,231,0.14);
  padding: 36px 32px;
}
.atelier-side .eyebrow { color: var(--ll-lemon); }
.atelier-side .eyebrow .dot { background: var(--ll-lemon); }
.atelier-side h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 38px;
  line-height: 1.05;
  margin: 12px 0 24px;
  color: var(--ivory);
}
.atelier-side h3 em { font-style: italic; color: var(--ll-lemon); }
.atelier-side .stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 24px;
  margin-bottom: 28px;
}
.atelier-side .stat {
  padding: 16px 0;
  border-top: 1px solid rgba(248,243,231,0.12);
}
.atelier-side .stat .k {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(248,243,231,0.55);
}
.atelier-side .stat .v {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--ivory);
  margin-top: 6px;
}
.atelier-side .stat .v em { font-style: italic; color: var(--ll-lemon); }

/* ───── Testimonials ──────────────────────────────────────────── */
.voices {
  background: var(--sand);
}
.voices .quote-mark {
  font-family: var(--serif);
  font-style: italic;
  color: var(--accent);
  font-size: 120px;
  line-height: 1;
  margin-bottom: -28px;
}
.voices blockquote {
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.18;
  margin: 0;
  max-width: 22ch;
  text-wrap: balance;
}
.voices blockquote em { font-style: italic; color: var(--accent); }
.voices .attribution {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.voices .avatar {
  width: 56px; height: 56px; border-radius: 999px;
  background: linear-gradient(135deg, var(--sand-deep), var(--ll-lemon-soft));
  border: 1px solid var(--rule);
}
.voices .who .name {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
}
.voices .who .role {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg3);
  margin-top: 2px;
}
.voices-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 64px;
  align-items: start;
}
.voices-side { display: flex; flex-direction: column; gap: 18px; }
.voices-side .mini {
  background: var(--bg-elevated);
  border: 1px solid var(--rule);
  padding: 22px 24px;
}
.voices-side .mini p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--fg2);
}
.voices-side .mini .who {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg3);
}
.voices-side .stars {
  color: var(--ll-lemon);
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 13px;
}

/* ───── CTA strip / Footer ────────────────────────────────────── */
.footcta {
  background: var(--ll-navy);
  color: var(--ivory);
}
.footcta .wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}
.footcta h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
  margin: 14px 0 0;
  color: var(--ivory);
}
.footcta h2 em { font-style: italic; color: var(--ll-lemon); }
.footcta .eyebrow { color: rgba(248,243,231,0.6); }
.footcta .eyebrow .dot { background: var(--ll-lemon); }
.footcta .lede { color: rgba(248,243,231,0.75); }
.footcta .ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.footcta .btn-ghost { color: var(--ivory); border-color: rgba(248,243,231,0.6); }
.footcta .btn-ghost:hover { background: var(--ivory); color: var(--ll-navy); }

footer.foot {
  background: var(--ink);
  color: rgba(248,243,231,0.7);
  padding: 96px 0 40px;
}
footer.foot .wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 64px;
  align-items: start;
}
footer.foot .brand .name { color: var(--ivory); }
footer.foot .brand .tag { color: rgba(248,243,231,0.5); }
footer.foot h5 {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ll-lemon);
  margin: 0 0 18px;
  font-weight: 500;
}
footer.foot ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
footer.foot a { color: rgba(248,243,231,0.7); text-decoration: none; font-size: 14px; transition: color .15s var(--ease); }
footer.foot a:hover { color: var(--ll-lemon); }
footer.foot .blurb {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(248,243,231,0.75);
  margin: 24px 0 0;
  max-width: 34ch;
}
footer.foot .contact { margin-top: 24px; font-size: 14px; line-height: 1.7; color: rgba(248,243,231,0.7); }
footer.foot .contact strong { color: var(--ivory); font-weight: 500; letter-spacing: 0.04em; }
footer.foot .legal {
  grid-column: 1 / -1;
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid rgba(248,243,231,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(248,243,231,0.45);
  letter-spacing: 0.06em;
  gap: 24px;
  flex-wrap: wrap;
}
footer.foot .legal a { font-size: 12px; }

/* ───── Generic page content (page.php / single.php) ─────────── */
.page-content { padding: 96px 0 120px; }
.page-content h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(40px, 5vw, 72px); line-height: 1.02; margin: 0 0 32px; letter-spacing: -0.012em; }
.page-content h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 3vw, 40px); margin: 48px 0 16px; line-height: 1.1; }
.page-content h3 { font-family: var(--serif); font-weight: 400; font-size: 24px; margin: 32px 0 12px; }
.page-content p, .page-content ul, .page-content ol { font-size: 17px; line-height: 1.7; color: var(--fg2); }
.page-content a { color: var(--accent); }

/* ───── Inner hero (About / Classes) ─────────────────────────── */
.inner-hero {
  padding: 64px 0 80px;
  border-bottom: 1px solid var(--rule);
  background: var(--bg);
}
.inner-hero .eyebrow { margin-bottom: 18px; }
.inner-hero h1.display {
  font-size: clamp(48px, 6.4vw, 96px);
  margin: 0;
}
.inner-hero .role {
  margin-top: 22px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 2vw, 28px);
  color: var(--accent);
  line-height: 1.2;
}
.inner-hero .sub {
  margin-top: 22px;
  max-width: 64ch;
  color: var(--fg2);
  font-size: 17px;
  line-height: 1.65;
}
.inner-hero .lede {
  margin-top: 22px;
  max-width: 64ch;
}

/* ───── Inner-page hero band (16:9 photo below inner-hero) ─────── */
.hero-band {
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--rule);
}
.hero-band .wrap {
  padding-top: 32px;
  padding-bottom: 48px;
}
.hero-band .frame {
  aspect-ratio: 16/9;
  max-height: 68vh;
  overflow: hidden;
  border-radius: 2px;
  background:
    radial-gradient(120% 80% at 20% 0%, #F4D779 0%, transparent 55%),
    linear-gradient(180deg, #2A5BB8 0%, #1B3F8B 55%, #102458 100%);
  position: relative;
}
.hero-band .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ───── Studio Experience photo grid (About) ──────────────────── */
.studio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 56px 0 0;
}
.studio-photo {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: linear-gradient(135deg, var(--sand), var(--sand-deep));
  border: 1px solid var(--rule);
}
.studio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ───── Long-form body section (Deb's Journey / Studio Experience) ─── */
.longform { background: var(--bg-elevated); }
.longform .body-text {
  font-size: 17px;
  line-height: 1.75;
  color: var(--fg2);
  max-width: 68ch;
}
.longform .body-text p + p { margin-top: 22px; }
.longform .body-text .pull {
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  color: var(--accent);
  margin: 36px 0;
  border-left: 2px solid var(--accent);
  padding-left: 20px;
  max-width: 50ch;
}

/* ───── Journey polaroids (scattered stack) ───────────────────── */
.journey-left { display: flex; flex-direction: column; gap: 88px; }
.journey-polaroids {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 8.4;
  margin-top: 8px;
}
.journey-polaroids .polaroid {
  position: absolute;
  width: 60%;
  margin: 0;
  padding: 14px 14px 52px;
  background: #fff;
  box-shadow:
    0 22px 44px -16px rgba(20, 20, 20, 0.32),
    0 8px 18px -8px rgba(20, 20, 20, 0.22);
  transition: transform 0.45s cubic-bezier(.2, .8, .2, 1), box-shadow 0.45s ease;
  will-change: transform;
}
.journey-polaroids .polaroid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.journey-polaroids .polaroid--1 { top: 0;    left: 0;   transform: rotate(-6.5deg); z-index: 1; }
.journey-polaroids .polaroid--2 { top: 20%;  right: 0;  transform: rotate(5deg);    z-index: 2; }
.journey-polaroids .polaroid--3 { top: 42%;  left: 6%;  transform: rotate(-3deg);   z-index: 3; }
.journey-polaroids .polaroid--4 { top: 62%;  right: 2%; transform: rotate(7deg);    z-index: 4; }
.journey-polaroids .polaroid:hover {
  transform: rotate(0deg) scale(1.04);
  z-index: 10;
  box-shadow:
    0 30px 60px -18px rgba(20, 20, 20, 0.4),
    0 12px 24px -10px rgba(20, 20, 20, 0.25);
}

@media (max-width: 920px) {
  .journey-left { gap: 40px; }
  .journey-polaroids {
    position: static;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
  .journey-polaroids .polaroid {
    position: static;
    width: 100%;
    padding: 10px 10px 38px;
  }
  .journey-polaroids .polaroid--1 { transform: rotate(-3deg); }
  .journey-polaroids .polaroid--2 { transform: rotate(2.5deg); margin-top: 18px; }
  .journey-polaroids .polaroid--3 { transform: rotate(-2deg); }
  .journey-polaroids .polaroid--4 { transform: rotate(3deg); margin-top: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .journey-polaroids .polaroid { transition: none; }
  .journey-polaroids .polaroid:hover { transform: rotate(0deg); }
}

/* ───── Team grid (Our Teachers) ──────────────────────────────── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
}
.bio-card {
  grid-column: span 4;
  background: var(--bg-elevated);
  border: 1px solid var(--rule);
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  transition: all .25s var(--ease);
}
.bio-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 30px 60px -40px rgba(12,24,48,0.35);
  border-color: var(--accent);
}
.bio-card .photo {
  aspect-ratio: 4/5;
  background:
    radial-gradient(120% 80% at 30% 0%, rgba(247,220,111,0.6) 0%, transparent 60%),
    linear-gradient(135deg, var(--sand) 0%, var(--sand-deep) 100%);
  border: 1px solid var(--rule);
  margin: 0 0 24px;
  position: relative;
  overflow: hidden;
}
.bio-card .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bio-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.05;
  margin: 0 0 6px;
}
.bio-card .role {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.bio-card .tagline {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.4;
  color: var(--fg2);
  margin: 0 0 18px;
}
.bio-card ul.creds {
  list-style: none;
  padding: 16px 0 0;
  margin: 0;
  border-top: 1px solid var(--rule);
}
.bio-card ul.creds li {
  font-size: 13px;
  color: var(--fg2);
  padding: 5px 0;
  line-height: 1.5;
  position: relative;
  padding-left: 14px;
}
.bio-card ul.creds li::before {
  content: "·";
  position: absolute;
  left: 0; top: 4px;
  color: var(--accent);
  font-weight: 700;
}

/* Featured bio (Deb) — signature treatment */
.bio-card.lead {
  grid-column: span 12;
  background: var(--ink);
  color: var(--ivory);
  border-color: var(--ink);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  padding: 0;
  overflow: hidden;
}
.bio-card.lead:hover { transform: none; border-color: var(--ink); }
.bio-card.lead .left {
  padding: 48px 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bio-card.lead h3 { color: var(--ivory); font-size: 56px; margin-bottom: 8px; }
.bio-card.lead h3 em { font-style: italic; color: var(--ll-lemon); }
.bio-card.lead .role { color: var(--ll-lemon); margin-bottom: 22px; }
.bio-card.lead .tagline { color: rgba(248,243,231,0.85); font-size: 20px; max-width: 42ch; }
.bio-card.lead ul.creds { border-top-color: rgba(248,243,231,0.16); }
.bio-card.lead ul.creds li { color: rgba(248,243,231,0.75); font-size: 14px; }
.bio-card.lead ul.creds li::before { color: var(--ll-lemon); }
.bio-card.lead .right {
  position: relative;
  background:
    radial-gradient(60% 60% at 65% 35%, rgba(242,195,0,0.18), transparent 70%),
    linear-gradient(135deg, #1B3F8B 0%, #0C1830 100%);
  min-height: 560px;
  overflow: hidden;
}
.bio-card.lead .right img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 1;
}
.bio-card.lead .right .label {
  position: absolute; left: 24px; bottom: 24px;
  font-family: var(--serif); font-style: italic;
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 1px 6px rgba(0,0,0,0.55);
  z-index: 3;
}

/* ───── Closer band (light, full-width statement) ─────────────── */
.closer-band {
  margin-top: 56px;
  background: var(--ink);
  color: var(--ivory);
  padding: 36px 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  border-left: 4px solid var(--ll-lemon);
}
.closer-band .lbl {
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  color: var(--ll-lemon);
  white-space: nowrap;
}
.closer-band p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(248,243,231,0.85);
}

/* ───── Pricing ──────────────────────────────────────────────── */
.intro-offer {
  background: var(--ink);
  color: var(--ivory);
  padding: 44px 44px 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin-bottom: 48px;
  border-left: 6px solid var(--ll-lemon);
}
.intro-offer .eyebrow { color: var(--ll-lemon); margin-bottom: 12px; }
.intro-offer .eyebrow .dot { background: var(--ll-lemon); }
.intro-offer h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.05;
  margin: 0 0 8px;
  color: var(--ivory);
}
.intro-offer h3 em { font-style: italic; color: var(--ll-lemon); }
.intro-offer .detail {
  font-size: 15px;
  color: rgba(248,243,231,0.8);
  max-width: 50ch;
  margin: 0;
}
.intro-offer .price-block { text-align: right; }
.intro-offer .price {
  font-family: var(--serif);
  font-size: 72px;
  line-height: 1;
  color: var(--ll-lemon);
}
.intro-offer .per {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(248,243,231,0.6);
  margin-top: 8px;
}
.intro-offer .note {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(248,243,231,0.55);
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(248,243,231,0.16);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
}
.pricing-card {
  grid-column: span 6;
  background: var(--bg-elevated);
  border: 1px solid var(--rule);
  padding: 32px 28px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all .25s var(--ease);
}
.pricing-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 30px 60px -40px rgba(12,24,48,0.35);
  border-color: var(--accent);
}
.pricing-card.featured {
  border-color: var(--accent);
}
.pricing-card .badge {
  position: absolute;
  top: 14px; right: 14px;
  background: var(--ll-lemon);
  color: var(--ink);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
}
.pricing-card .num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--accent);
}
.pricing-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  margin: 12px 0 18px;
}
.pricing-card h3 em { font-style: italic; color: var(--accent); }
.pricing-card .body { margin: 0 0 24px; color: var(--fg2); font-size: 15px; line-height: 1.6; }
.pricing-card ul.pkg {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  border-top: 1px solid var(--rule);
}
.pricing-card ul.pkg li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
  gap: 16px;
  font-size: 14px;
  color: var(--fg2);
}
.pricing-card ul.pkg li .price {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--fg1);
}
.pricing-card .foot {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--fg3);
}
.pricing-card .card-cta {
  margin-top: auto;
  padding-top: 8px;
}
.pricing-card .card-cta .btn {
  width: 100%;
  justify-content: center;
  height: 44px;
  font-size: 12px;
}

/* ───── Pricing tiers (real LL Pilates layout) ──────────────────── */
.pricing-tiers { display: flex; flex-direction: column; gap: 56px; }
.pricing-tier {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--rule);
}
.pricing-tier:last-child { border-bottom: 0; padding-bottom: 0; }
.pricing-tier-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.pricing-tier-head .num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--accent);
}
.pricing-tier-head .badge {
  background: var(--ll-lemon);
  color: var(--ink);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
}
.pricing-tier h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  margin: 0 0 14px;
}
.pricing-tier h3 em { font-style: italic; color: var(--accent); }
.pricing-tier .tier-body {
  color: var(--fg2);
  max-width: 72ch;
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.65;
}
.pricing-tier .tier-foot {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--fg3);
}

.package-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}
.package-row[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 260px)); }
.package-row[data-count="4"] { grid-template-columns: repeat(4, 1fr); }

.package-tile {
  background: var(--bg-elevated);
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.package-tile .tile-banner {
  background: var(--cream);
  padding: 18px 16px 22px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg2);
  font-weight: 500;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), 0 100%);
}
.package-tile .tile-price {
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
  padding: 28px 12px 18px;
  color: var(--fg1);
  letter-spacing: -0.01em;
}
.package-tile .tile-price .sub {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--fg3);
  display: inline-block;
  margin-left: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  transform: translateY(-4px);
}
.package-tile .tile-cta {
  padding: 0 18px 22px;
  display: flex;
  justify-content: center;
}
.package-tile .tile-cta .btn {
  width: 100%;
  justify-content: center;
  height: 40px;
  font-size: 11px;
  padding: 0 18px;
}
.package-tile.featured .tile-banner {
  background: var(--accent);
  color: var(--ivory);
}

/* ───── Modal (intro sessions) ──────────────────────────────────── */
body.llp-modal-open { overflow: hidden; }
.llp-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.llp-modal[aria-hidden="false"] { display: flex; }
.llp-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 24, 48, 0.6);
  backdrop-filter: blur(6px);
}
.llp-modal-panel {
  position: relative;
  background: var(--bg-elevated);
  border: 1px solid var(--rule);
  max-width: 580px;
  width: 100%;
  padding: 48px 44px 40px;
  z-index: 1;
  box-shadow: 0 40px 80px -30px rgba(12, 24, 48, 0.5);
  animation: llp-modal-in .25s var(--ease);
}
@keyframes llp-modal-in {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.llp-modal-panel h2 {
  font-size: clamp(28px, 3vw, 40px);
  margin: 14px 0 18px;
  line-height: 1.1;
}
.llp-modal-panel p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--fg2);
  margin: 0 0 16px;
}
.llp-modal-ctas {
  display: flex;
  gap: 12px;
  margin: 28px 0 20px;
  flex-wrap: wrap;
}
.llp-modal-foot {
  font-size: 13px !important;
  color: var(--fg3) !important;
  border-top: 1px solid var(--rule);
  padding-top: 16px;
  margin: 0 !important;
}
.llp-modal-foot a {
  color: var(--accent);
  text-decoration: none;
}
.llp-modal-foot a:hover { text-decoration: underline; }
.llp-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: 0;
  width: 36px;
  height: 36px;
  font-size: 28px;
  line-height: 1;
  color: var(--fg2);
  cursor: pointer;
  transition: color .15s var(--ease);
}
.llp-modal-close:hover { color: var(--accent); }

/* ───── Policy list ──────────────────────────────────────────── */
.policy {
  background: var(--cream);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.policy h2 { font-size: clamp(32px, 3.6vw, 48px); }
.policy-list { list-style: none; padding: 0; margin: 36px 0 0; max-width: 84ch; }
.policy-list li {
  padding: 18px 0 18px 28px;
  border-top: 1px solid var(--rule);
  font-size: 16px;
  line-height: 1.6;
  color: var(--fg2);
  position: relative;
}
.policy-list li:last-child { border-bottom: 1px solid var(--rule); }
.policy-list li::before {
  content: "·";
  color: var(--accent);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 4px;
  top: 18px;
}
.policy-list li strong { color: var(--fg1); font-weight: 600; }

/* ───── Expect-in-class (rows) ───────────────────────────────── */
.expect-list { margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.expect-row {
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  align-items: start;
}
.expect-row h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
  color: var(--accent);
}
.expect-row p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--fg2);
}

/* ───── Steps grid (How to Get Started) ──────────────────────── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.step {
  background: var(--bg-elevated);
  border: 1px solid var(--rule);
  padding: 32px 28px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.step .num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 40px;
  color: var(--accent);
  line-height: 1;
}
.step h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  margin: 18px 0 14px;
  letter-spacing: -0.005em;
}
.step h3 em { font-style: italic; color: var(--accent); }
.step p { margin: 0; color: var(--fg2); font-size: 15px; line-height: 1.6; }

/* ───── Specialty programs ───────────────────────────────────── */
.specialty-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 28px;
}
.specialty-item {
  padding: 24px 24px 22px;
  background: var(--bg-elevated);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--accent);
}
.specialty-item h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: var(--fg1);
}
.specialty-item h4 em { font-style: italic; color: var(--accent); }
.specialty-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--fg2);
}

/* ───── Class format cards (Classes page) ────────────────────── */
.class-format {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 64px 0;
  border-top: 1px solid var(--rule);
  align-items: start;
}
.class-format:first-of-type { border-top: 0; padding-top: 0; }
.class-format .tag {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.class-format h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.05;
  margin: 0 0 24px;
  letter-spacing: -0.005em;
}
.class-format h3 em { font-style: italic; color: var(--accent); }
.class-format .body p { margin: 0 0 16px; font-size: 16px; line-height: 1.7; color: var(--fg2); }
.class-format .body p:last-child { margin-bottom: 0; }
.class-format .body p strong { color: var(--fg1); font-weight: 600; font-family: var(--serif); font-style: italic; font-weight: 400; }
.class-format .bullets { list-style: none; padding: 0; margin: 18px 0 0; }
.class-format .bullets li { padding: 8px 0; font-size: 15px; line-height: 1.6; color: var(--fg2); }
.class-format .bullets li strong { color: var(--fg1); font-weight: 500; }

/* ───── Forms (new clients · teacher training · contact) ───────── */
.form-block { max-width: 780px; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
}
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg2);
  font-weight: 500;
}
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field input[type="url"],
.form-field select,
.form-field textarea {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--fg1);
  background: var(--bg-elevated);
  border: 1px solid var(--rule);
  border-radius: 2px;
  padding: 14px 16px;
  width: 100%;
  transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
  appearance: none;
  -webkit-appearance: none;
}
.form-field textarea { min-height: 140px; resize: vertical; line-height: 1.55; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 0;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(27,63,139,0.12);
}
.form-field select {
  background-image: linear-gradient(45deg, transparent 50%, var(--fg2) 50%), linear-gradient(135deg, var(--fg2) 50%, transparent 50%);
  background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.form-field .required { color: var(--accent); margin-left: 2px; }
.form-foot {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.form-note {
  margin-top: 24px;
  font-size: 14px;
  color: var(--fg2);
  line-height: 1.6;
  max-width: 64ch;
}
.form-success {
  margin-bottom: 28px;
  padding: 20px 24px;
  background: var(--bg-elevated);
  border-left: 3px solid var(--accent);
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--accent);
}

/* ───── 2-column "What you'll learn" lists ─────────────────────── */
.learn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.learn-col h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 20px;
}
.learn-col h3 em { font-style: italic; color: var(--accent); }
.learn-col ul { list-style: none; padding: 0; margin: 0; }
.learn-col li {
  padding: 14px 0;
  border-top: 1px solid var(--rule);
  font-size: 15px;
  line-height: 1.6;
  color: var(--fg2);
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  align-items: baseline;
}
.learn-col li:last-child { border-bottom: 1px solid var(--rule); }
.learn-col li::before {
  content: "·";
  color: var(--accent);
  font-size: 22px;
  font-weight: 700;
}

/* ───── Hours by Level (3 stat cards) ─────────────────────────── */
.hours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 28px 0 28px;
}
.hours-card {
  background: var(--bg-elevated);
  border: 1px solid var(--rule);
  padding: 28px 24px;
}
.hours-card .level {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.hours-card .h {
  font-family: var(--serif);
  font-size: 56px;
  line-height: 1;
  color: var(--fg1);
}
.hours-card .h em { font-style: italic; color: var(--accent); }
.hours-card .lbl {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg3);
}

/* ───── NPCP CEC credential badge ─────────────────────────────── */
.cec-badge {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 32px;
  padding: 28px 32px;
  border: 1px solid var(--rule);
  background: var(--bg-elevated);
  margin: 0 0 56px;
}
.cec-badge img {
  width: 100%;
  height: auto;
  display: block;
}
.cec-badge__eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.cec-badge__copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg2);
  max-width: 60ch;
}
.cec-badge__copy p strong { color: var(--fg1); }
@media (max-width: 720px) {
  .cec-badge { grid-template-columns: 1fr; gap: 18px; padding: 24px; }
  .cec-badge img { max-width: 200px; }
}

/* ───── Contact map placeholder ───────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}
.contact-details { font-size: 16px; line-height: 1.7; color: var(--fg2); }
.contact-details strong { color: var(--fg1); display: block; margin-bottom: 6px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }
.contact-details .row { padding: 18px 0; border-bottom: 1px solid var(--rule); }
.contact-details .row:first-child { padding-top: 0; }
.contact-details .row a { color: var(--accent); text-decoration: none; }
.contact-details .row a:hover { text-decoration: underline; }
.contact-map {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--sand), var(--sand-deep));
  border: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
}
.contact-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.contact-map .placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-style: italic;
  color: rgba(12,24,48,0.5);
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Responsive additions */
@media (max-width: 920px) {
  .bio-card { grid-column: span 6; }
  .bio-card.lead { grid-template-columns: 1fr; }
  .bio-card.lead .left { padding: 36px 28px; }
  .bio-card.lead .right { min-height: 320px; }
  .intro-offer { grid-template-columns: 1fr; text-align: left; padding: 32px 28px; }
  .intro-offer .price-block { text-align: left; }
  .intro-offer .price { font-size: 56px; }
  .pricing-card { grid-column: span 12; }
  .steps-grid { grid-template-columns: 1fr; gap: 20px; }
  .expect-row { grid-template-columns: 1fr; gap: 12px; }
  .specialty-grid { grid-template-columns: 1fr; }
  .class-format { grid-template-columns: 1fr; gap: 28px; padding: 48px 0; }
  .closer-band { grid-template-columns: 1fr; gap: 12px; padding: 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .learn-grid { grid-template-columns: 1fr; gap: 32px; }
  .hours-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .studio-grid { grid-template-columns: 1fr; gap: 16px; }
  .hero-band .wrap { padding-top: 16px; padding-bottom: 32px; }
  .hero-band .frame { aspect-ratio: 4/3; }
  .package-row,
  .package-row[data-count="3"],
  .package-row[data-count="4"] { grid-template-columns: repeat(2, 1fr); }
  .package-row[data-count="2"] { grid-template-columns: 1fr; max-width: 100%; }
  .llp-modal-panel { padding: 36px 24px 28px; }
}
@media (max-width: 560px) {
  .package-row,
  .package-row[data-count="3"],
  .package-row[data-count="4"],
  .package-row[data-count="2"] { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .bio-card { grid-column: span 12; }
}

/* ───── Responsive ────────────────────────────────────────────── */
@media (max-width: 920px) {
  .wrap, .wrap-narrow { padding: 0 24px; }
  .utility .links { display: none; }

  /* Mobile nav: brand left, hamburger right; menus collapse */
  .nav .wrap {
    grid-template-columns: auto 1fr auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 12px;
  }
  .brand { gap: 12px; order: 1; }
  .brand img { width: 56px; height: 56px; }
  .brand .name { font-size: 22px; }
  .brand .tag { font-size: 10px; letter-spacing: 0.28em; }
  .nav-left, .nav-right { display: none; }
  .nav-toggle { display: inline-flex; order: 3; justify-self: end; }

  .nav.is-open .nav-left,
  .nav.is-open .nav-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    grid-column: 1 / -1;
    padding: 16px 0 8px;
    width: 100%;
  }
  .nav.is-open .nav-right { padding-bottom: 22px; }
  .nav-right .brand-cta { margin-left: 0; margin-top: 8px; }
  .hero { padding: 56px 0 80px; }
  .hero .grid,
  .philosophy-body,
  .atelier-grid,
  .voices-grid,
  .area .area-grid,
  .footcta .wrap { grid-template-columns: 1fr; gap: 48px; }
  .signature-card { position: static; width: auto; margin-top: 16px; }
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }
  section { padding: 80px 0; }
  .session-card { grid-column: span 12; min-height: auto; }
  .session-card.signature { grid-template-columns: 1fr; }
  .session-card.signature .right { min-height: 220px; }
  .area .cities { grid-template-columns: 1fr; }
  footer.foot .wrap { grid-template-columns: 1fr 1fr; gap: 40px; }
  footer.foot .legal { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 560px) {
  .hero-meta { flex-wrap: wrap; gap: 24px; }
  .marquee-strip .track { font-size: 22px; gap: 40px; }
  footer.foot .wrap { grid-template-columns: 1fr; }
}
