/* ============================================
   Julie Durrant Music Studio
   Navy & Gold elegant theme
   ============================================ */

:root {
  --navy: #1a2b4a;
  --navy-deep: #0f1d35;
  --navy-soft: #243a62;
  --gold: #c9a961;
  --gold-light: #e2c989;
  --gold-deep: #a8893f;
  --cream: #f7f1e6;
  --cream-soft: #fbf6ec;
  --ink: #2b2b2b;
  --muted: #6b6b6b;
  --line: rgba(26, 43, 74, 0.12);
  --shadow-sm: 0 4px 14px rgba(26, 43, 74, 0.08);
  --shadow-md: 0 12px 32px rgba(26, 43, 74, 0.12);
  --shadow-lg: 0 30px 60px rgba(26, 43, 74, 0.18);
  --radius: 14px;
  --radius-lg: 24px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream-soft);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

/* --------- Typography --------- */

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.6rem, 5.5vw, 4.6rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); }
h3 { font-size: 1.55rem; }
h4 { font-size: 1.25rem; }

.serif { font-family: 'Cormorant Garamond', serif; font-weight: 600; }
.serif.small { font-weight: 500; font-style: italic; color: var(--cream); }
.hero h1 .serif.small { color: var(--gold-light); }
.script, .script-h2 {
  font-family: 'Dancing Script', cursive;
  color: var(--gold);
  font-weight: 600;
}
.script-h2 { font-size: 1.25em; }

em { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--gold); font-weight: 500; }

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--gold);
}
.eyebrow.gold { color: var(--gold-light); }
.eyebrow.gold::before { background: var(--gold-light); }

.section-head { margin-bottom: 60px; }
.section-head.center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--gold);
}
.section-sub { color: var(--muted); font-size: 1.08rem; margin-top: 14px; }
.section-head.light h2, .section-head.light .section-sub { color: var(--cream); }
.section-head.light h2 em { color: var(--gold-light); }

/* --------- Buttons --------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy-deep);
  box-shadow: 0 10px 24px rgba(201, 169, 97, 0.35);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(201, 169, 97, 0.45);
}

.btn-ghost {
  background: transparent;
  color: var(--cream);
  border-color: rgba(247, 241, 230, 0.4);
}
.btn-ghost:hover { background: rgba(247, 241, 230, 0.08); border-color: var(--gold-light); }

.btn-dark {
  background: var(--navy);
  color: var(--cream);
}
.btn-dark:hover { background: var(--navy-deep); transform: translateY(-2px); }

.btn.full { width: 100%; }

/* --------- Navigation --------- */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 0;
  background: rgba(15, 29, 53, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 169, 97, 0.15);
}

.nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cream);
}
.brand-mark {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy-deep);
  font-size: 1.3rem;
  font-weight: bold;
}
.brand-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.brand-text em { color: var(--gold-light); font-size: 0.85em; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a {
  color: var(--cream);
  font-size: 0.93rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  position: relative;
  transition: color 0.25s;
}
.nav-links a:not(.nav-cta):hover { color: var(--gold-light); }
.nav-links a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -6px;
  width: 0; height: 1px; background: var(--gold);
  transition: width 0.3s ease;
}
.nav-links a:not(.nav-cta):hover::after { width: 100%; }

.nav-cta {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy-deep) !important;
  padding: 11px 22px;
  border-radius: 50px;
  font-weight: 500;
}
.nav-cta:hover { transform: translateY(-1px); }

.nav-free {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold-light) !important;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 9px 16px;
  border: 2px solid var(--gold);
  border-radius: 50px;
  box-shadow: 0 0 0 1px rgba(201, 169, 97, 0.25);
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.nav-free:hover {
  background: rgba(201, 169, 97, 0.16);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(201, 169, 97, 0.35);
}

.nav-toggle {
  display: none;
  background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 5px;
  padding: 8px;
}
.nav-toggle span {
  width: 24px; height: 2px; background: var(--cream);
  transition: 0.3s;
}

/* --------- Hero --------- */

.hero {
  position: relative;
  min-height: auto;
  padding: 130px 0 60px;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 55%, var(--navy-soft) 100%);
  color: var(--cream);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(201, 169, 97, 0.15), transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(201, 169, 97, 0.12), transparent 45%);
  pointer-events: none;
}
.hero::before {
  content: "♪";
  position: absolute;
  top: 18%; right: 8%;
  font-size: 22rem;
  color: rgba(201, 169, 97, 0.05);
  font-family: serif;
  pointer-events: none;
  transform: rotate(-15deg);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-copy .eyebrow { color: var(--gold-light); }
.hero-copy .eyebrow::before { background: var(--gold-light); }

/* Prominent "15+ Years of Experience" badge — top of hero, before scroll */
.hero-experience {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 9px 18px;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy-deep);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  box-shadow: 0 8px 20px rgba(201, 169, 97, 0.4);
}

.hero h1 {
  color: var(--cream);
  margin-bottom: 28px;
}
.hero h1 em { color: var(--gold-light); font-size: 0.7em; }
.hero h1 .script { font-size: 1.05em; display: inline-block; margin-top: 12px; }

.lead {
  font-size: 1.15rem;
  color: rgba(247, 241, 230, 0.85);
  margin-bottom: 38px;
  max-width: 540px;
  line-height: 1.7;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.hero-place { color: var(--gold-light); font-weight: 600; }

/* --------- Hero "First Lesson Free" box --------- */
.free-box {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 480px;
  margin-bottom: 32px;
  padding: 18px 22px;
  border-radius: 16px;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(201, 169, 97, 0.16), rgba(201, 169, 97, 0.06));
  border: 1.5px solid var(--gold);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: freePulse 2.6s ease-in-out infinite;
}
.free-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(201, 169, 97, 0.3);
}
@keyframes freePulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18); }
  50% { box-shadow: 0 10px 34px rgba(201, 169, 97, 0.35); }
}
.free-box-tag {
  position: absolute;
  top: 0; right: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #1a2238;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  padding: 4px 12px;
  border-bottom-left-radius: 12px;
}
.free-box-main { display: flex; flex-direction: column; gap: 4px; }
.free-box-main strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}
.free-box-em { color: var(--gold-light); font-style: italic; }
.free-box-main small { color: rgba(247, 241, 230, 0.78); font-size: 0.85rem; }
.free-box-arrow {
  margin-left: auto;
  font-size: 1.4rem;
  color: var(--gold-light);
  transition: transform 0.25s ease;
}
.free-box:hover .free-box-arrow { transform: translateX(4px); }
@media (max-width: 560px) {
  .free-box { gap: 12px; padding: 16px 18px; }
  .free-box-main strong { font-size: 1.25rem; }
}

/* --------- Promo Popup --------- */
.promo-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(15, 29, 53, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.promo-overlay.show { opacity: 1; }
.promo-overlay[hidden] { display: none; }

.promo-modal {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: var(--cream);
  border-radius: 22px;
  padding: 44px 36px 32px;
  text-align: center;
  box-shadow: 0 40px 90px rgba(15, 29, 53, 0.4);
  border-top: 5px solid var(--gold);
  transform: translateY(20px) scale(0.97);
  transition: transform 0.32s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}
.promo-overlay.show .promo-modal { transform: translateY(0) scale(1); }

.promo-close {
  position: absolute;
  top: 14px; right: 18px;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
  transition: color 0.2s;
}
.promo-close:hover { color: var(--navy); }

.promo-emoji { font-size: 3rem; margin-bottom: 8px; }
.promo-kicker {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 8px;
}
.promo-modal h3 {
  font-size: 2rem;
  margin-bottom: 12px;
}
.promo-modal h3 span { color: var(--gold-deep); }
.promo-text {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 26px;
}
.promo-dismiss {
  display: block;
  margin: 14px auto 0;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: underline;
}
.promo-dismiss:hover { color: var(--navy); }

.hero-trustline {
  margin-top: 26px;
  font-size: 0.95rem;
  color: rgba(247, 241, 230, 0.65);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.hero-trustline .star { color: #ffcf6b; }

.hero-trust {
  display: flex;
  gap: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(201, 169, 97, 0.2);
}
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  color: var(--gold-light);
  font-weight: 600;
  line-height: 1;
}
.hero-trust span {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(247, 241, 230, 0.6);
  margin-top: 6px;
}

/* Hero visual */
.hero-visual { position: relative; }

/* Photo under the hero text — mobile only (hidden on desktop) */
.hero-photo-mobile { display: none; }

/* Photo under the "Why Me" grid (Performance Opportunities) — desktop + mobile */
/* Why-Me: text on the left, photo on the right (desktop) */
.why-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.95fr;
  gap: 56px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.why-layout .why-grid {
  grid-template-columns: 1fr;
  gap: 34px;
  max-width: none;
  margin: 0;
}
.why-photo {
  max-width: 420px;
  margin: 0;
  justify-self: center;
}
.why-photo img {
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(201, 169, 97, 0.3);
  box-shadow: var(--shadow-lg);
}
.hero-card {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(201, 169, 97, 0.2), rgba(201, 169, 97, 0.05));
  padding: 16px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(201, 169, 97, 0.3);
}
.hero-img-wrap {
  width: 100%; height: 100%;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(15, 29, 53, 0.18), rgba(15, 29, 53, 0.05)),
    url('images/hero.jpg?v=2') center/cover;
  position: relative;
}
.hero-img-wrap::after {
  content: "𝄞";
  position: absolute;
  bottom: 24px; left: 30px;
  font-size: 4rem;
  color: var(--gold-light);
  opacity: 0.6;
  text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.hero-badge {
  position: absolute;
  bottom: -28px; left: -28px;
  background: var(--cream);
  color: var(--navy);
  padding: 18px 24px;
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--gold-light);
}
.hero-badge .treble {
  font-size: 2rem;
  color: var(--gold);
  font-family: serif;
}
.hero-badge strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; }
.hero-badge small { color: var(--muted); font-size: 0.8rem; }

.hero-scroll {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(247, 241, 230, 0.5);
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-scroll span {
  display: inline-block;
  width: 1px; height: 32px;
  background: linear-gradient(to bottom, var(--gold-light), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: 0.6; }
  50% { transform: scaleY(1.3); opacity: 1; }
}

/* --------- Chooser --------- */

.choose {
  padding: 48px 0 50px;
  background: var(--cream-soft);
  position: relative;
}
.choose .section-head { margin-bottom: 40px; }

.choose-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1040px;
  margin: 0 auto;
  align-items: stretch;
}

.choose-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 40px 32px 44px;
  border-radius: 20px;
  border: 2px solid transparent;
  box-shadow: 0 14px 40px rgba(26, 43, 74, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.choose-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.choose-card.featured {
  border-color: var(--gold);
}

.choose-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.choose-card h3 {
  font-size: 2rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.choose-photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 28px rgba(26, 43, 74, 0.18);
  margin-bottom: 30px;
}

.choose-list {
  list-style: none;
  margin-bottom: 32px;
  text-align: left;
}
.choose-list li {
  position: relative;
  padding: 7px 0 7px 30px;
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 500;
}
.choose-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

.choose-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 44px;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy-deep);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(201, 169, 97, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.choose-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(201, 169, 97, 0.45);
}

/* --------- Google Reviews (under cards) --------- */

.greviews {
  display: grid;
  grid-template-columns: 0.7fr 2.3fr;
  gap: 30px;
  align-items: center;
  max-width: 1040px;
  margin: 56px auto 0;
}

.greviews-summary { text-align: center; }
.greviews-rating-word {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--navy);
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.greviews-stars {
  color: #FBBC05;
  font-size: 1.5rem;
  letter-spacing: 4px;
  margin-bottom: 8px;
}
.greviews-count { color: var(--muted); font-size: 0.95rem; margin-bottom: 10px; }
.greviews-count strong { color: var(--navy); }
.greviews-google {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
}
.g-blue { color: #4285F4; }
.g-red { color: #EA4335; }
.g-yellow { color: #FBBC05; }
.g-green { color: #34A853; }

.greviews-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.greview {
  background: #fff;
  border-radius: 14px;
  padding: 16px 20px 18px;
  box-shadow: 0 10px 28px rgba(26, 43, 74, 0.08);
}
.greview-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.greview-avatar {
  flex: none;
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}
.greview-id { flex: 1; min-width: 0; }
.greview-id strong { display: block; color: var(--navy); font-size: 0.98rem; }
.greview-id small { color: var(--muted); font-size: 0.82rem; }
.greview-g {
  flex: none;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #4285F4;
}
.greview-stars {
  color: #FBBC05;
  letter-spacing: 2px;
  margin-bottom: 7px;
  font-size: 0.95rem;
}
.greview p {
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.6;
}
.greview-more {
  color: var(--muted);
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 860px) {
  .greviews { grid-template-columns: 1fr; gap: 28px; }
  .greviews-cards { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
}

/* --------- Testimonials (studio reviews) --------- */
.testi {
  max-width: 1100px;
  margin: 64px auto 0;
  padding: 56px 44px 50px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy) 60%, var(--navy-soft));
  box-shadow: 0 40px 80px -40px rgba(15, 29, 53, 0.6);
  position: relative;
  overflow: hidden;
}
.testi::before {
  content: "𝄞";
  position: absolute;
  top: -50px; right: -10px;
  font-size: 17rem;
  font-family: serif;
  color: rgba(201, 169, 97, 0.08);
  pointer-events: none;
}
.testi-head { text-align: center; max-width: 580px; margin: 0 auto 40px; position: relative; z-index: 1; }
.testi-head .eyebrow { justify-content: center; color: var(--gold-light); }
.testi-head .eyebrow::after {
  content: ""; width: 30px; height: 1px; background: var(--gold);
}
.testi-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); color: var(--cream); }
.testi-head h2 em { color: var(--gold-light); }
.testi-head .section-sub { margin-top: 12px; color: rgba(247, 241, 230, 0.75); }
.testi-slider { position: relative; z-index: 1; }
.testi-stars { color: var(--gold); letter-spacing: 3px; font-size: 1rem; margin-bottom: 14px; }

/* One-at-a-time slider — full width on desktop */
.testi-slider { max-width: 100%; margin: 0 auto; }
.testi-viewport { overflow: hidden; transition: height 0.35s ease; }
.testi-track {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  transition: transform 0.45s ease;
}
/* 3 visible on desktop */
.testi-track .testi-card { flex: 0 0 calc((100% - 44px) / 3); }
/* 2 visible on tablet */
@media (max-width: 900px) {
  .testi-track .testi-card { flex: 0 0 calc((100% - 22px) / 2); }
}

.testi-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}
.testi-arrow {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy-deep);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(201, 169, 97, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}
.testi-arrow:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(201, 169, 97, 0.6); }
.testi-dots { display: flex; gap: 9px; align-items: center; }
.testi-dots button {
  width: 9px; height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(247, 241, 230, 0.35);
  cursor: pointer;
  transition: background 0.2s, width 0.2s, border-radius 0.2s;
}
.testi-dots button.active { background: var(--gold-light); width: 24px; border-radius: 5px; }
.testi-card {
  background: #fff;
  border: 1px solid rgba(201, 169, 97, 0.3);
  border-top: 3px solid var(--gold);
  border-radius: 16px;
  padding: 30px 28px 26px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 50px -24px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.testi-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -24px rgba(0, 0, 0, 0.55); }
.testi-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem; line-height: 0.5;
  color: var(--gold-light);
  height: 30px; margin-bottom: 12px;
  user-select: none;
}
.testi-text { font-size: 1rem; line-height: 1.65; color: #413d37; flex: 1; }
.testi-text.clamp {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testi-readmore {
  align-self: flex-start;
  background: none;
  border: none;
  padding: 8px 0 0;
  margin-bottom: 2px;
  color: var(--gold-deep);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
}
.testi-readmore:hover { color: var(--gold); text-decoration: underline; }
.testi-foot {
  display: flex; align-items: center; gap: 13px;
  margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line);
}
.testi-ava {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy-deep);
  display: grid; place-items: center;
  font-weight: 600; font-size: 1rem; flex-shrink: 0;
}
.testi-name { font-weight: 600; font-size: 0.96rem; color: var(--navy); }
.testi-detail { color: var(--muted); font-size: 0.84rem; margin-top: 2px; }

/* 1 visible on mobile */
@media (max-width: 600px) {
  .testi { padding: 32px 16px 30px; border-radius: 20px; margin-top: 48px; }
  .testi::before { font-size: 11rem; top: -30px; }
  .testi-head { margin-bottom: 30px; }
  .testi-slider { max-width: 100%; }
  .testi-track { gap: 0; }
  .testi-track .testi-card { flex: 0 0 100%; }
  /* Collapse long reviews more tightly on small screens */
  .testi-text.clamp { -webkit-line-clamp: 5; }
}

/* --------- About --------- */

.about { padding: 55px 0 110px; background: var(--cream-soft); }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: center;
}

.about-img {
  position: relative;
  height: 560px;
}
.img-block {
  position: absolute;
  border-radius: var(--radius-lg);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-md);
}
.img-block-1 {
  width: 70%; height: 75%;
  top: 0; left: 0;
  background-image:
    linear-gradient(135deg, rgba(26, 43, 74, 0.1), transparent),
    url('https://images.unsplash.com/photo-1520523839897-bd0b52f945a0?w=800&q=80');
  border: 8px solid var(--cream);
}
.img-block-2 {
  width: 55%; height: 55%;
  bottom: 0; right: 0;
  background-image: url('https://images.unsplash.com/photo-1465847899084-d164df4dedc6?w=600&q=80');
  border: 8px solid var(--cream);
  z-index: 2;
}
.img-accent {
  position: absolute;
  top: 50%; left: 60%;
  font-size: 3rem;
  color: var(--gold);
  background: var(--cream);
  width: 70px; height: 70px;
  border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: var(--shadow-sm);
  z-index: 3;
  transform: translate(-50%, -50%);
}

/* About — framed recital photo */
.about-photo {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
.about-photo img {
  width: 100%;
  display: block;
  border-radius: var(--radius-lg);
  border: 8px solid #fff;
  box-shadow: var(--shadow-lg);
}
.about-photo-badge {
  position: absolute;
  bottom: -22px; right: -22px;
  width: 64px; height: 64px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy-deep);
  font-size: 1.8rem;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

/* Mobile only: photo sits between the heading and the bio paragraphs */
@media (max-width: 600px) {
  .two-col { display: flex; flex-direction: column; gap: 0; }
  .about-copy { display: contents; }
  .about-copy .eyebrow { order: 1; }
  .about-copy h2 { order: 2; }
  .about-photo { order: 3; margin: 4px auto 26px; }
  .about-copy p:not(.eyebrow),
  .about-copy .checklist,
  .about-copy .btn { order: 4; }
}

.about-copy h2 { margin-bottom: 24px; }
.about-copy p { color: var(--muted); margin-bottom: 18px; font-size: 1.05rem; }

.checklist {
  list-style: none;
  margin: 28px 0 36px;
}
.checklist li {
  padding: 10px 0 10px 36px;
  position: relative;
  color: var(--navy);
  font-weight: 500;
}
.checklist li::before {
  content: "♪";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 24px; height: 24px;
  background: var(--gold);
  color: var(--cream);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 0.85rem;
}

/* --------- Lessons --------- */

.lessons {
  padding: 120px 0;
  background: var(--cream);
  position: relative;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 760px;
  margin: 0 auto;
}

.card {
  position: relative;
  background: #fff;
  padding: 44px 36px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.card.featured {
  background: linear-gradient(180deg, #fff 0%, #fdf8ed 100%);
  border-color: var(--gold-light);
  transform: scale(1.04);
}
.card.featured:hover { transform: scale(1.04) translateY(-8px); }

.card-tag {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy-deep);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 50px;
  white-space: nowrap;
}

.card-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: inline-block;
  filter: drop-shadow(0 6px 12px rgba(26, 43, 74, 0.15));
}

.card h3 { margin-bottom: 14px; }
.card > p { color: var(--muted); margin-bottom: 22px; }

.card ul {
  list-style: none;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-bottom: 24px;
}
.card ul li {
  padding: 8px 0 8px 22px;
  position: relative;
  color: var(--navy-soft);
  font-size: 0.95rem;
}
.card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: bold;
}

.card-price {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold-deep);
  font-size: 1rem;
  padding-top: 18px;
  border-top: 1px dashed var(--line);
}

/* --------- Why --------- */

.why {
  padding: 130px 0;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy) 60%, var(--navy-soft));
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.why::before {
  content: "𝄞";
  position: absolute;
  top: -50px; left: -30px;
  font-size: 24rem;
  color: rgba(201, 169, 97, 0.05);
  font-family: serif;
  pointer-events: none;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 70px;
  max-width: 1000px;
  margin: 0 auto;
}

.why-item {
  position: relative;
  padding-left: 80px;
}
.why-num {
  position: absolute;
  left: 0; top: -10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
  opacity: 0.85;
}
.why-item h4 {
  color: var(--cream);
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.why-item p {
  color: rgba(247, 241, 230, 0.75);
  font-size: 0.98rem;
  line-height: 1.7;
}

/* --------- Testimonials --------- */

.testimonials { padding: 120px 0; background: var(--cream-soft); }

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.quote {
  background: #fff;
  padding: 40px 36px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  position: relative;
  box-shadow: var(--shadow-sm);
}
.quote::before {
  content: """;
  position: absolute;
  top: -10px; left: 24px;
  font-size: 5rem;
  color: var(--gold-light);
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
}

.stars {
  color: var(--gold);
  letter-spacing: 4px;
  margin-bottom: 18px;
  font-size: 0.95rem;
}

.quote blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.18rem;
  line-height: 1.55;
  color: var(--navy);
  font-style: italic;
  margin-bottom: 22px;
  font-weight: 500;
}

.quote figcaption {
  color: var(--muted);
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

/* --------- FAQ --------- */

.faq { padding: 120px 0; background: var(--cream); }

.two-col-faq {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.two-col-faq h2 { margin-bottom: 20px; }
.muted { color: var(--muted); }
.muted a { color: var(--gold-deep); border-bottom: 1px solid var(--gold-light); }

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  transition: padding 0.2s;
}
.faq-list details[open] { padding-bottom: 28px; }

.faq-list summary {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  font-size: 1.6rem;
  color: var(--gold);
  font-weight: 400;
  transition: transform 0.3s;
  line-height: 1;
}
.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
}

/* --------- Contact --------- */

.contact {
  padding: 120px 0;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 30%, rgba(201, 169, 97, 0.15), transparent 50%);
}

.contact-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.contact-copy h2 {
  color: var(--cream);
  margin-bottom: 24px;
}
.contact-copy p {
  color: rgba(247, 241, 230, 0.8);
  font-size: 1.05rem;
  margin-bottom: 32px;
}
.contact-note {
  font-size: 0.95rem !important;
  color: rgba(247, 241, 230, 0.72) !important;
  border-left: 2px solid var(--gold);
  padding-left: 14px;
  margin-top: -16px;
}

.contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: rgba(201, 169, 97, 0.1);
  border: 1px solid var(--gold);
  padding: 18px 28px;
  border-radius: 14px;
  transition: all 0.3s;
}
.contact-phone:hover {
  background: rgba(201, 169, 97, 0.18);
  transform: translateY(-2px);
}
.phone-icon {
  width: 46px; height: 46px;
  background: var(--gold);
  color: var(--navy-deep);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 1.2rem;
}
.contact-phone small {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247, 241, 230, 0.7);
  margin-bottom: 2px;
}
.contact-phone strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  color: var(--gold-light);
}

/* Form */
.contact-form {
  background: var(--cream);
  color: var(--ink);
  padding: 44px 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border-top: 4px solid var(--gold);
}
.contact-form h3 {
  margin-bottom: 24px;
  text-align: center;
}
.contact-form label {
  display: block;
  margin-bottom: 18px;
}
.contact-form label span {
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--navy);
  margin-bottom: 8px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.96rem;
  background: #fff;
  color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.18);
}
.contact-form textarea { resize: vertical; min-height: 90px; }

.form-note {
  text-align: center;
  margin-top: 14px;
  font-size: 0.85rem;
  color: var(--muted);
  font-style: italic;
}

/* --------- Quote Builder (Booking Wizard) --------- */

.wizard-hero {
  position: relative;
  min-height: 90vh;
  padding: 140px 0 90px;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 55%, var(--navy-soft) 100%);
  color: var(--cream);
  overflow: hidden;
}
.wizard-hero::before {
  content: "𝄞";
  position: absolute;
  top: 8%; right: 3%;
  font-size: 22rem;
  color: rgba(201, 169, 97, 0.05);
  font-family: serif;
  pointer-events: none;
}
.wizard-hero .container { position: relative; z-index: 2; max-width: 820px; }

.wizard-head { text-align: center; margin-bottom: 36px; }
.wizard-head .eyebrow { justify-content: center; }
.wizard-head h1 {
  color: var(--cream);
  font-size: clamp(2.3rem, 4.5vw, 3.4rem);
}

/* Progress */
.wiz-progress {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-bottom: 44px;
}
.wiz-step-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: none;
}
.wiz-step-dot span {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(247, 241, 230, 0.08);
  border: 1px solid rgba(201, 169, 97, 0.35);
  color: rgba(247, 241, 230, 0.6);
  font-weight: 600;
  transition: all 0.3s;
}
.wiz-step-dot small {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(247, 241, 230, 0.5);
}
.wiz-step-dot.active span {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy-deep);
  border-color: var(--gold-light);
  box-shadow: 0 6px 16px rgba(201, 169, 97, 0.4);
}
.wiz-step-dot.active small { color: var(--gold-light); }
.wiz-step-dot.done span {
  background: var(--gold);
  color: var(--navy-deep);
  border-color: var(--gold);
}
.wiz-bar {
  flex: 1;
  height: 2px;
  background: rgba(201, 169, 97, 0.2);
  margin: 19px 6px 0;
  border-radius: 2px;
  position: relative;
  max-width: 90px;
}
.wiz-bar i {
  position: absolute; inset: 0;
  width: 0; background: var(--gold);
  border-radius: 2px;
  transition: width 0.4s ease;
}
.wiz-bar.done i { width: 100%; }

/* Steps */
.wiz-step { animation: wizFade 0.4s ease; }
@keyframes wizFade {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.wiz-step h2 {
  color: var(--cream);
  text-align: center;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  margin-bottom: 8px;
}
.wiz-sub {
  text-align: center;
  color: rgba(247, 241, 230, 0.7);
  margin-bottom: 34px;
}

/* Big option cards (radio) */
.wiz-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.wiz-option { cursor: pointer; }
.wiz-option input { position: absolute; opacity: 0; pointer-events: none; }
.wiz-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  padding: 30px 18px;
  border-radius: 16px;
  background: rgba(247, 241, 230, 0.05);
  border: 2px solid rgba(201, 169, 97, 0.25);
  transition: all 0.25s;
}
.wiz-card:hover { background: rgba(247, 241, 230, 0.09); }
.wiz-emoji { font-size: 2.6rem; }
.wiz-card strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--cream);
}
.wiz-card small {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(247, 241, 230, 0.55);
}
.wiz-option input:checked + .wiz-card {
  border-color: var(--gold-light);
  background: rgba(201, 169, 97, 0.16);
  box-shadow: 0 10px 26px rgba(201, 169, 97, 0.3);
}
.wiz-option input:checked + .wiz-card strong { color: var(--gold-light); }

/* Days */
.wiz-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}
.wiz-day input { position: absolute; opacity: 0; pointer-events: none; }
.wiz-day span {
  display: grid;
  place-items: center;
  width: 78px; height: 60px;
  border-radius: 12px;
  background: rgba(247, 241, 230, 0.05);
  border: 2px solid rgba(201, 169, 97, 0.25);
  color: var(--cream);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.22s;
}
.wiz-day span:hover { background: rgba(247, 241, 230, 0.09); }
.wiz-day input:checked + span {
  border-color: var(--gold-light);
  background: rgba(201, 169, 97, 0.18);
  color: var(--gold-light);
}
.wiz-time {
  display: block;
  max-width: 360px;
  margin: 0 auto;
}
.wiz-time span {
  display: block;
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: rgba(247, 241, 230, 0.75);
  margin-bottom: 10px;
}
.wiz-time select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(201, 169, 97, 0.4);
  background: var(--cream);
  color: var(--ink);
  font-family: inherit;
  font-size: 0.96rem;
}

/* Step 4 fields */
.wiz-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.wiz-fields label { display: block; }
.wiz-fields .wiz-full { grid-column: 1 / -1; }
.wiz-fields label span {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  color: rgba(247, 241, 230, 0.8);
  margin-bottom: 8px;
}
.wiz-fields input,
.wiz-fields textarea {
  width: 100%;
  padding: 13px 16px;
  border-radius: 10px;
  border: 1px solid rgba(201, 169, 97, 0.35);
  background: var(--cream);
  color: var(--ink);
  font-family: inherit;
  font-size: 0.96rem;
}
.wiz-fields input:focus,
.wiz-fields textarea:focus,
.wiz-time select:focus {
  outline: none;
  border-color: var(--gold-light);
  box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.25);
}

.wiz-summary {
  margin-top: 26px;
  padding: 22px 26px;
  border-radius: 14px;
  background: rgba(201, 169, 97, 0.1);
  border: 1px solid rgba(201, 169, 97, 0.3);
}
.wiz-summary h4 {
  color: var(--gold-light);
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.wiz-summary ul { list-style: none; display: grid; gap: 6px; }
.wiz-summary li { color: rgba(247, 241, 230, 0.85); font-size: 0.95rem; }
.wiz-summary strong { color: var(--cream); }

/* Wizard nav */
.wiz-nav {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 40px;
}
.wiz-nav .btn { min-width: 150px; }
.wiz-nav #wizNext, .wiz-nav #wizSubmit { margin-left: auto; }
.btn-ghost-dark {
  background: transparent;
  color: var(--cream);
  border-color: rgba(247, 241, 230, 0.35);
}
.btn-ghost-dark:hover { background: rgba(247, 241, 230, 0.08); }
.btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 640px) {
  .wiz-options { grid-template-columns: 1fr; }
  .wiz-fields { grid-template-columns: 1fr; }
  .wiz-step-dot small { display: none; }
  .wiz-day span { width: 62px; height: 52px; }

  /* Stack the wizard buttons full-width so "Request My Lesson"
     is never cut off (primary action on top, Back below). */
  .wiz-nav { flex-direction: column-reverse; gap: 12px; }
  .wiz-nav .btn { width: 100%; min-width: 0; margin-left: 0; }

  /* Smaller, more compact option cards on mobile */
  .wiz-options { gap: 12px; }
  .wiz-card {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 14px;
    padding: 14px 18px;
  }
  .wiz-emoji { font-size: 1.8rem; }
  .wiz-card strong { font-size: 1.2rem; }
  .wiz-card small { margin-left: auto; }
}

/* --------- Footer --------- */

.footer {
  background: var(--navy-deep);
  color: rgba(247, 241, 230, 0.7);
  padding: 50px 0 30px;
  border-top: 1px solid rgba(201, 169, 97, 0.2);
}
.footer-cta {
  display: none; /* shown on mobile only */
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(201, 169, 97, 0.2);
}
.footer-cta .btn { min-width: 180px; }

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-brand strong {
  display: block;
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
}
.footer-brand small {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--gold-light);
}

.footer-links {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 0.9rem;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold-light); }

.footer-contact { text-align: right; }
.footer-contact a {
  display: block;
  color: var(--gold-light);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.footer-contact small { font-size: 0.78rem; }

/* --------- Responsive --------- */

@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--navy-deep);
    flex-direction: column;
    padding: 22px 28px 26px;
    gap: 6px;
    border-bottom: 1px solid rgba(201, 169, 97, 0.2);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  }
  /* Bigger tap targets + dividers in the mobile dropdown */
  .nav-links.open a {
    width: 100%;
    padding: 13px 4px;
    font-size: 1.02rem;
    border-bottom: 1px solid rgba(201, 169, 97, 0.12);
  }
  .nav-links.open a:last-child { border-bottom: none; }
  .nav-links.open a:not(.nav-cta)::after { display: none; }
  .nav-links.open .nav-free,
  .nav-links.open .nav-cta {
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    padding: 13px 22px;
    border-bottom: none;
  }
  .nav-links.open .nav-free { order: 9; }
  .nav-links.open .nav-cta { order: 10; }

  /* Hamburger morphs into an X when the menu is open */
  .nav-links.open ~ .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-links.open ~ .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-links.open ~ .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { padding: 120px 0 90px; min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 54px; }
  .hero-visual { max-width: 420px; margin: 0 auto; }
  .hero-trust { gap: 28px; flex-wrap: wrap; }
  .hero-scroll { display: none; }

  .two-col, .two-col-faq, .contact-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .about-img { height: 480px; max-width: 500px; margin: 0 auto; }

  .cards { grid-template-columns: 1fr; }
  .choose-cards { grid-template-columns: 1fr; max-width: 420px; }
  .card.featured { transform: none; }
  .card.featured:hover { transform: translateY(-8px); }

  .why-grid { grid-template-columns: 1fr; gap: 36px; }
  .why-layout { grid-template-columns: 1fr; gap: 44px; } /* stack: text then photo */
  .quote-grid { grid-template-columns: 1fr; }

  .footer-inner { grid-template-columns: 1fr; text-align: center; gap: 28px; }
  .footer-brand { justify-content: center; }
  .footer-contact { text-align: center; }
}

/* ===== Phones ===== */
@media (max-width: 600px) {
  .container, .nav-inner, .hero-inner { padding-left: 20px; padding-right: 20px; }

  /* Header: keep brand on one line, tighten */
  .nav { padding: 14px 0; }
  .brand-text { font-size: 1.08rem; }
  .brand-mark { width: 34px; height: 34px; font-size: 1.15rem; }

  /* Hero: trim the oversized decorative note so it never crowds the text */
  .hero::before { font-size: 11rem; top: 6%; right: -4%; opacity: 0.7; }
  /* Photo behind the hero words on mobile, with a dark overlay for legibility */
  .hero {
    padding: 108px 0 40px;
    background-image:
      linear-gradient(180deg, rgba(15, 29, 53, 0.72) 0%, rgba(15, 29, 53, 0.82) 100%),
      url('images/hero-bg.jpg?v=2');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .hero h1 { margin-bottom: 22px; }
  .lead { font-size: 1.06rem; margin-bottom: 30px; }
  /* Brighter, more legible trust line in a tidy box over the photo backdrop */
  .hero-trustline {
    font-size: 0.95rem;
    margin-top: 24px;
    color: rgba(247, 241, 230, 0.95);
    font-weight: 500;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
    padding: 14px 18px;
    border: 1px solid rgba(201, 169, 97, 0.55);
    border-radius: 14px;
    background: rgba(15, 29, 53, 0.45);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  }
  .hero-trustline .star {
    font-size: 1.05rem;
    color: #ffd87a;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
  }

  /* Stack CTAs full-width for easy thumbs; tighter gap before the photo */
  .hero-cta { flex-direction: column; align-items: stretch; gap: 12px; margin-bottom: 20px; }
  .hero-cta .btn { width: 100%; }

  /* On mobile the call button shows just the number (no "Call Julie") */
  .call-name { display: none; }

  /* Free box stays prominent and full-width */
  .free-box { max-width: 100%; }

  /* Remove the photo card from the top of the hero on mobile */
  .hero-inner { display: flex; flex-direction: column; }
  .hero-visual { display: none; }

  /* No separate photo below the hero — the photo is now the hero background */
  .hero-photo-mobile { display: none; }

  /* Hide the About photo collage on mobile (it leaves a blank gap there) */
  .about-img { display: none; }

  /* Comfortable section rhythm on small screens */
  .choose { padding: 44px 0; }
  .about { padding: 50px 0 64px; }
  .why { padding: 70px 0; }
  .why-photo { margin: 40px auto 0; } /* centered on mobile */
  .faq, .contact, .testimonials, .lessons { padding: 70px 0; }
  .section-head { margin-bottom: 40px; }

  .contact-form { padding: 30px 22px; }
  .contact-phone { width: 100%; justify-content: center; }

  /* Footer: clean stacked layout with breathing room.
     Extra bottom space so the fixed CTA bar never covers the copyright. */
  .footer { padding: 44px 0 110px; }
  .footer-links { gap: 18px 22px; }

  /* Book Now / Call Julie: floating bar fixed to the bottom on mobile */
  .footer-cta {
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 200;
    max-width: none;
    margin: 0;
    gap: 10px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(15, 29, 53, 0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(201, 169, 97, 0.3);
    border-bottom: none;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
  }
  .footer-cta .btn { flex: 1 1 auto; min-width: 0; padding: 14px 18px; }
}

/* ===== Small phones ===== */
@media (max-width: 380px) {
  .container, .nav-inner, .hero-inner { padding-left: 16px; padding-right: 16px; }
  .brand-text { font-size: 0.98rem; }
  .hero h1 { font-size: 2.3rem; }
  .free-box { padding: 16px 16px; gap: 12px; }
  .free-box-main strong { font-size: 1.2rem; }
  .free-box-arrow { font-size: 1.2rem; }
}

/* --------- Reveal animation --------- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile: tighten the "Meet Your Teacher" heading + photo spacing
   (overrides the generic .two-col 50px gap above) */
@media (max-width: 600px) {
  .about .two-col { gap: 0; }
  .about-copy .eyebrow { margin-bottom: 10px; }
  .about-copy h2 { margin-bottom: 14px; }
  .about-photo { margin: 0 auto 22px; }
}
