/* ============================================================
   Haley's Piano Studio — Shared Stylesheet
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Jost:wght@300;400;500&display=swap');

:root {
  --sage:       #6B7F6E;
  --sage-light: #E8EDE8;
  --sage-dark:  #3D4F40;
  --blush:      #E8D5C4;
  --blush-deep: #C4967A;
  --cream:      #FAF7F2;
  --warm-white: #FFFEFB;
  --charcoal:   #2C2C2C;
  --mid:        #6B6459;
  --light:      #F2EDE6;
}

body.dark {
  --sage:       #7A9480;
  --sage-light: #1E2920;
  --sage-dark:  #5A7360;
  --blush:      #3D2E25;
  --blush-deep: #C4967A;
  --cream:      #131513;
  --warm-white: #1B1E1B;
  --charcoal:   #EDE9E3;
  --mid:        #B0A89E;
  --light:      #222522;
}

/* Dark mode element fixes */
body.dark nav {
  background: rgba(19,21,19,0.96);
  border-bottom-color: rgba(122,148,128,0.15);
}
body.dark nav.scrolled {
  background: rgba(19,21,19,0.92);
  border-bottom-color: rgba(122,148,128,0.2);
  box-shadow: 0 4px 32px rgba(0,0,0,0.3);
}
body.dark .sec-title { color: var(--charcoal); }
body.dark .lesson-card { background: var(--warm-white); border-color: rgba(255,255,255,0.07); }
body.dark .lesson-card .lesson-name { color: var(--charcoal); }
body.dark .lesson-card .lesson-age { color: var(--mid); }
body.dark .lesson-card .lesson-desc { color: var(--mid); }
body.dark .lesson-price { color: var(--charcoal); }
body.dark .lesson-price span { color: var(--mid); }
body.dark .lesson-card.featured .lesson-price { color: var(--charcoal); }
body.dark .lesson-card.featured .lesson-price span { color: var(--mid); }
body.dark .t-card { background: var(--warm-white); border-color: rgba(255,255,255,0.06); }
body.dark .t-text { color: var(--mid); }
body.dark .t-name { color: var(--charcoal); }
body.dark .pol-card { background: var(--warm-white); border-color: rgba(255,255,255,0.06); }
body.dark .pol-card h3 { color: var(--charcoal); }
body.dark .faq-item { border-color: rgba(255,255,255,0.07); }
body.dark .faq-q { color: var(--charcoal); }
body.dark .faq-a { color: var(--mid); }
body.dark .enroll-form { background: var(--warm-white); border-color: rgba(255,255,255,0.07); }
body.dark .form-group input,
body.dark .form-group select,
body.dark .form-group textarea {
  background: var(--cream); border-color: rgba(255,255,255,0.14); color: var(--charcoal);
}
body.dark .form-group label { color: var(--charcoal); }
body.dark .enroll-notice { background: rgba(122,148,128,0.12); border-color: rgba(122,148,128,0.2); color: var(--mid); }
body.dark footer { background: #111310; border-top-color: var(--sage-dark); }
/* Logo SVG dark mode */
body.dark .logo-fade-rect { display: none; }
body.dark .logo-title { fill: #EDE9E3; }
body.dark .logo-sub { fill: rgba(122,148,128,0.9); }
body.dark .logo-staff { stroke: rgba(122,148,128,0.3); }
body.dark .logo-decor { stroke: rgba(122,148,128,0.5); }

/* Phil cards dark mode */
body.dark .phil-card { background: var(--warm-white); border-color: rgba(255,255,255,0.07); }
body.dark .phil-card h3 { color: var(--charcoal); }
body.dark .phil-card p { color: var(--mid); }

/* Billing dark mode */
body.dark .billing-card-idx { background: var(--warm-white); border-color: rgba(255,255,255,0.07); }
body.dark .billing-card-idx h3 { color: var(--charcoal); }
body.dark .billing-card-idx p { color: var(--mid); }

/* Calendar dark mode */
body.dark .cal-table td { color: var(--charcoal); border-bottom-color: rgba(255,255,255,0.07); }
body.dark .cal-table .cal-lesson { color: #8FAF94; }
body.dark .cal-table tr.cal-buffer td { background: rgba(255,255,255,0.04); color: #B8B0A8; font-style: italic; }
body.dark .cal-wrapper { background: var(--warm-white); border-color: rgba(255,255,255,0.1); }
body.dark .pol-tag-yes  { background: var(--sage-light); color: var(--sage-dark); }
body.dark .pol-tag-no   { background: rgba(180,80,80,0.2); color: #e8a0a0; }
body.dark .pol-tag-warn { background: var(--blush); color: var(--mid); }

/* Announcements dark mode */
body.dark .ann-card { background: var(--warm-white); border-color: rgba(255,255,255,0.06); }
body.dark .ann-date { color: var(--mid); }
body.dark .ann-body { color: var(--mid); }

/* Contact dark mode */
body.dark .contact-form { background: var(--light); border-color: rgba(255,255,255,0.08); }
body.dark .contact-item-text .value { color: var(--charcoal); }
body.dark .gift-cta { background: rgba(255,255,255,0.04); }

/* Enroll choice dark mode */
body.dark .enroll-choice-btn--returning { background: var(--sage-dark); border-color: var(--sage); }
body.dark .enroll-choice-btn:not(.enroll-choice-btn--returning) { background: rgba(255,255,255,0.05); border-color: rgba(107,127,110,0.25); }
body.dark .enroll-choice-btn:not(.enroll-choice-btn--returning) .choice-title { color: var(--warm-white); }
body.dark .enroll-choice-btn:not(.enroll-choice-btn--returning) .choice-desc { color: rgba(255,255,255,0.6); }
body.dark .enroll-choice-btn:not(.enroll-choice-btn--returning) .choice-arrow { color: var(--sage); }
body.dark .enroll-change { color: var(--sage); }

.skip-link { position: absolute; top: -100%; left: 1rem; background: var(--charcoal); color: var(--warm-white); padding: 0.75rem 1.25rem; border-radius: 3px; font-size: 0.9rem; font-weight: 500; text-decoration: none; z-index: 9999; transition: top 0.2s; }
.skip-link:focus { top: 1rem; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
:focus-visible { outline: 2px solid var(--sage); outline-offset: 3px; }
body { font-family: 'Jost', sans-serif; font-size: 1.0625rem; background: var(--cream); color: var(--charcoal); overflow-x: hidden; }

/* PHILOSOPHY */
.philosophy { padding: 5rem 3.5rem; background: var(--cream); border-top: 1px solid rgba(107,127,110,0.08); }
.phil-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.phil-card { background: var(--warm-white); border: 1px solid rgba(107,127,110,0.12); border-radius: 3px; padding: 1.75rem; }
.phil-card h3 { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.6rem; }
.phil-card p { font-size: 0.95rem; line-height: 1.75; color: var(--mid); }

/* BILLING & CALENDAR */
.billing-section { padding: 5rem 3.5rem; background: var(--light); border-top: 1px solid rgba(107,127,110,0.08); }
.billing-grid-idx {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.billing-card-idx {
  background: var(--warm-white);
  border: 1px solid rgba(107,127,110,0.15);
  border-radius: 3px;
  padding: 1.75rem;
}
.billing-card-idx .b-icon { color: var(--blush-deep); margin-bottom: 0.85rem; }
.billing-card-idx h3 { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.5rem; }
.billing-card-idx p { font-size: 0.95rem; line-height: 1.75; color: var(--charcoal); }
.cal-section { padding: 5rem 3.5rem; background: var(--sage-light); border-top: 1px solid rgba(107,127,110,0.12); border-bottom: 1px solid rgba(107,127,110,0.12); }
.cal-wrapper {
  max-width: 680px;
  margin: 2rem auto 0;
  background: #fff;
  border: 1px solid rgba(107,127,110,0.15);
  border-radius: 3px;
  overflow: hidden;
  overflow-x: auto;
}
.cal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  min-width: 400px;
}
.cal-table th {
  background: var(--sage-dark);
  color: var(--warm-white);
  padding: 0.7rem 1rem;
  text-align: left;
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}
.cal-table td { padding: 0.55rem 1rem; border-bottom: 1px solid rgba(107,127,110,0.1); color: var(--charcoal); }
.cal-table tr:last-child td { border-bottom: none; }
.cal-table .cal-lesson { color: var(--sage-dark); font-weight: 500; }
.cal-table tr.cal-buffer td { background: var(--light); color: var(--mid); font-style: italic; }
/* Policy tags */
.pol-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em; padding: 0.12rem 0.5rem; border-radius: 50px; white-space: nowrap; flex-shrink: 0; }
.pol-tag-yes  { background: var(--sage-light); color: var(--sage-dark); }
.pol-tag-no   { background: rgba(180,80,80,0.1); color: #7a3535; }
.pol-tag-warn { background: var(--blush); color: var(--mid); }
.pol-sub-list { list-style: none; padding: 0; margin: 0.85rem 0 0; display: flex; flex-direction: column; gap: 0.35rem; }
.pol-sub-list li { display: flex; align-items: center; gap: 0.6rem; flex-wrap: nowrap; font-size: 0.9rem; color: var(--mid); background: rgba(107,127,110,0.05); border-radius: 3px; padding: 0.5rem 0.7rem; line-height: 1.4; }
.pol-sub-list li span.pol-desc { flex: 1; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  padding: 0 3.5rem; height: 90px;
  background: rgba(250,247,242,0.96);
  backdrop-filter: blur(20px) saturate(1.5);
  border-bottom: 1px solid transparent;
  transition: border-color 0.35s, box-shadow 0.35s;
}
nav.scrolled { border-bottom-color: rgba(107,127,110,0.13); box-shadow: 0 4px 32px rgba(44,44,44,0.07); }
.nav-logo { text-decoration: none; display: flex; align-items: center; flex-shrink: 0; }
.nav-links { display: flex; list-style: none; gap: 0.15rem; }
.nav-links li a {
  display: block; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--mid); text-decoration: none;
  padding: 0.45rem 0.85rem; border-radius: 2px;
  transition: color 0.2s, background 0.2s; white-space: nowrap;
}
.nav-links li a:hover { color: var(--sage-dark); background: rgba(107,127,110,0.08); text-decoration: none; }
.nav-links li a.active { color: var(--sage-dark); background: rgba(107,127,110,0.1); border-bottom: 2px solid var(--sage-dark); }
body.dark .nav-links li a.active { color: var(--sage); background: rgba(122,148,128,0.12); border-bottom-color: var(--sage); }
.nav-cta {
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.10em;
  text-transform: uppercase; padding: 0.62rem 1.4rem;
  background: var(--sage-dark); color: var(--warm-white);
  text-decoration: none; border-radius: 2px;
  transition: background 0.22s, transform 0.22s; white-space: nowrap; flex-shrink: 0;
}
.nav-cta:hover { background: var(--charcoal); transform: translateY(-1px); text-decoration: none; color: var(--warm-white); }

/* HERO */
.hero { min-height: 100vh; display: grid; grid-template-columns: 52% 48%; padding-top: 72px; }
.hero-left {
  background: var(--warm-white); display: flex; flex-direction: column;
  justify-content: center; padding: 6rem 5rem 6rem 3.5rem; position: relative;
}
.hero-left::after {
  content: ''; position: absolute; top: 8%; right: 0; bottom: 8%; width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(107,127,110,0.18) 30%, rgba(107,127,110,0.18) 70%, transparent);
}
.hero-location {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--blush-deep); font-weight: 500; margin-bottom: 2rem;
  animation: fadeUp 0.7s ease 0.1s both;
}
.location-dot { width: 6px; height: 6px; background: var(--blush-deep); border-radius: 50%; flex-shrink: 0; }
.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 400; line-height: 1.1; color: var(--charcoal);
  margin-bottom: 1.75rem; letter-spacing: -0.01em;
  animation: fadeUp 0.7s ease 0.25s both;
}
.hero-headline em { font-style: italic; color: var(--sage); }
.hero-sub {
  font-size: 1.06rem; font-weight: 300; line-height: 1.88; color: var(--mid);
  max-width: 440px; margin-bottom: 2.75rem;
  animation: fadeUp 0.7s ease 0.4s both;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.5rem; animation: fadeUp 0.7s ease 0.55s both; }
.hero-trust { display: flex; align-items: center; gap: 1rem; padding-top: 2rem; border-top: 1px solid var(--light); animation: fadeUp 0.7s ease 0.7s both; }
.stars { color: var(--blush-deep); font-size: 0.85rem; letter-spacing: 0.08em; }
.trust-text { font-size: 0.95rem; color: var(--mid); font-weight: 300; }
.trust-text strong { font-weight: 500; color: var(--charcoal); }
.hero-right { position: relative; overflow: hidden; }
.hero-photo {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(44,44,44,0.06) 0%, transparent 40%),
    url('https://images.unsplash.com/photo-1520523839897-bd0b52f945a0?w=1200&h=1600&fit=crop&q=85') center/cover no-repeat;
}
.hero-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(255,254,251,0.12) 0%, transparent 25%);
}
.hero-card {
  position: absolute; bottom: 3rem; left: 2rem;
  background: var(--warm-white); padding: 1.75rem 2rem; max-width: 300px;
  box-shadow: 0 24px 64px rgba(44,44,44,0.18), 0 4px 12px rgba(44,44,44,0.08);
  border-radius: 3px; border-left: 3px solid var(--blush-deep);
}
.card-quote { font-family: 'Playfair Display', serif; font-size: 0.98rem; font-style: italic; line-height: 1.65; color: var(--charcoal); margin-bottom: 1rem; }
.card-attr { font-size: 0.78rem; letter-spacing: 0.10em; text-transform: uppercase; color: var(--sage); font-weight: 500; }

/* BUTTONS */
.btn-primary {
  display: inline-block; padding: 0.9rem 2rem;
  background: var(--sage-dark); color: var(--warm-white);
  font-size: 0.82rem; letter-spacing: 0.10em; text-transform: uppercase;
  font-weight: 500; text-decoration: none; border-radius: 2px;
  transition: background 0.22s, transform 0.22s, box-shadow 0.22s, letter-spacing 0.22s;
}
.btn-primary:hover { background: var(--charcoal); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(44,44,44,0.18); text-decoration: none; color: var(--warm-white); letter-spacing: 0.15em; }
.btn-ghost {
  display: inline-block; padding: 0.9rem 2rem; background: transparent;
  color: var(--sage-dark); font-size: 0.82rem; letter-spacing: 0.10em;
  text-transform: uppercase; font-weight: 500; text-decoration: none;
  border: 1.5px solid var(--sage-dark); border-radius: 2px;
  transition: all 0.22s;
}
.btn-ghost:hover { background: var(--sage-dark); color: var(--warm-white); text-decoration: none; transform: translateY(-1px); }
.btn-light {
  display: inline-block; padding: 0.9rem 2rem;
  background: rgba(255,255,255,0.12); color: var(--warm-white);
  font-size: 0.82rem; letter-spacing: 0.10em; text-transform: uppercase;
  font-weight: 500; text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.28); border-radius: 2px;
  transition: all 0.22s; align-self: flex-start;
  backdrop-filter: blur(8px);
}
.btn-light:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.5); text-decoration: none; }

/* SCROLL REVEAL */
[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity 0.75s ease, transform 0.75s ease; }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }
[data-reveal="delay-1"] { transition-delay: 0.1s; }
[data-reveal="delay-2"] { transition-delay: 0.2s; }
[data-reveal="delay-3"] { transition-delay: 0.3s; }

/* SECTION COMMON */
.sec-label { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sage); font-weight: 500; display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.1rem; }
.sec-label::before { content: ''; display: block; width: 2rem; height: 1px; background: var(--sage); flex-shrink: 0; }
.sec-title { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 3.5vw, 3.4rem); font-weight: 400; line-height: 1.18; color: var(--charcoal); margin-bottom: 1.35rem; letter-spacing: -0.01em; }
.sec-title em { font-style: italic; color: var(--sage); }
.sec-body { font-size: 1.075rem; font-weight: 300; line-height: 1.9; color: var(--mid); }

/* ABOUT */
.about { padding: 7rem 3.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; background: var(--cream); }
.about-images { position: relative; padding-bottom: 4rem; padding-right: 3.5rem; }
.about-img-main { width: 85%; aspect-ratio: 4/5; background: url('images/processed-26623026-8DA9-411C-8041-8D27EA66482F-opt.jpeg') center 40%/150%; border-radius: 3px; display: block; }
.about-img-accent { position: absolute; bottom: 0; right: 0; width: 52%; aspect-ratio: 1/1; background: url('images/IMG_5024-opt.jpeg') center/cover; border-radius: 3px; border: 6px solid var(--cream); box-shadow: 0 16px 40px rgba(44,44,44,0.12); transform: rotate(90deg); }
.about-badge { position: absolute; top: 2rem; right: 1.5rem; background: var(--sage-dark); color: var(--warm-white); padding: 1.4rem 1.65rem; text-align: center; border-radius: 2px; }
.badge-num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 500; line-height: 1; display: block; }
.badge-text { font-size: 0.70rem; letter-spacing: 0.14em; text-transform: uppercase; display: block; margin-top: 0.25rem; opacity: 0.8; }
.credential-list { list-style: none; margin: 1.6rem 0 2.25rem; display: flex; flex-direction: column; gap: 0.65rem; }
.credential-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 1rem; color: var(--charcoal); font-weight: 300; line-height: 1.6; }
.credential-list li::before { content: ''; display: block; width: 6px; height: 6px; background: var(--blush-deep); border-radius: 50%; flex-shrink: 0; margin-top: 0.42rem; }

/* LESSONS */
.lessons { padding: 7rem 3.5rem; background: var(--warm-white); border-top: 1px solid rgba(107,127,110,0.08); }
.lessons-intro { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: end; margin-bottom: 4rem; }
.lessons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.lesson-card {
  background: var(--warm-white); padding: 2.5rem; border-radius: 3px;
  border: 1px solid rgba(107,127,110,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
}
.lesson-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--sage-light); transition: background 0.3s;
}
.lesson-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(44,44,44,0.1), 0 4px 12px rgba(44,44,44,0.05); }
.lesson-card:hover::before { background: var(--sage); }
.lesson-card.featured { background: var(--sage-dark); border-color: var(--sage-dark); }
.lesson-card.featured::before { background: #1a1a1a; }
.lesson-card.featured .lesson-name, .lesson-card.featured .lesson-price { color: var(--warm-white); }
.lesson-card.featured .lesson-age { color: var(--blush); }
.lesson-card.featured .lesson-desc { color: rgba(255,255,255,0.72); }
.lesson-tag { display: inline-block; font-size: 0.74rem; letter-spacing: 0.10em; text-transform: uppercase; background: var(--sage-light); color: var(--sage-dark); padding: 0.28rem 0.7rem; border-radius: 1px; margin-bottom: 1.35rem; font-weight: 500; }
.lesson-card.featured .lesson-tag { background: rgba(255,255,255,0.15); color: var(--warm-white); }
.lesson-name { font-family: 'Playfair Display', serif; font-size: 1.55rem; font-weight: 400; color: var(--charcoal); margin-bottom: 0.3rem; }
.lesson-age { font-size: 0.95rem; letter-spacing: 0.07em; color: var(--charcoal); margin-bottom: 1.1rem; font-weight: 500; }
.lesson-desc { font-size: 1.05rem; line-height: 1.85; color: var(--charcoal); font-weight: 400; margin-bottom: 1.75rem; flex: 1; }
.lesson-price { font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 600; color: var(--charcoal); }
.lesson-price span { font-family: 'Jost', sans-serif; font-size: 0.9rem; color: var(--charcoal); font-weight: 400; }

/* WEDDING */
.wedding { padding: 7rem 3.5rem; display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); align-items: stretch; border-top: 1px solid rgba(107,127,110,0.08); }
.wedding-photo { position: relative; overflow: hidden; min-height: 540px; border-radius: 3px 0 0 3px; }
.wedding-photo::before { content: ''; position: absolute; inset: -40%; background: url('images/FullSizeRender-opt.jpeg') center 55%/50% no-repeat; transform: rotate(-90deg); }
.wedding-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(61,79,64,0.12) 0%, transparent 55%); }
.wedding-content { background: var(--sage-dark); padding: 5rem 4rem; display: flex; flex-direction: column; justify-content: center; border-radius: 0 3px 3px 0; }
.wedding-content .sec-label { color: var(--blush); }
.wedding-content .sec-label::before { background: var(--blush); }
.wedding-content .sec-title { color: var(--warm-white); }
.wedding-content .sec-body { color: rgba(255,255,255,0.72); margin-bottom: 1.35rem; }
.wedding-services { list-style: none; margin: 1.75rem 0 2.5rem; display: flex; flex-direction: column; gap: 0.65rem; }
.wedding-services li { display: flex; align-items: center; gap: 0.8rem; font-size: 1rem; color: rgba(255,255,255,0.92); font-weight: 300; }
.wedding-services li::before { content: '♩'; color: var(--blush-deep); font-size: 0.8rem; flex-shrink: 0; }

/* TESTIMONIALS */
.testimonials { padding: 7rem 3.5rem; background: var(--sage-light); border-top: 1px solid rgba(107,127,110,0.12); }
.testimonials-header { text-align: center; margin-bottom: 4rem; }
.testimonials-header .sec-label { justify-content: center; }
.testimonials-header .sec-label::before { display: none; }
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.t-card {
  background: var(--warm-white); padding: 2.5rem; border-radius: 3px;
  border: 1px solid rgba(107,127,110,0.08);
  position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.t-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(44,44,44,0.09); }
.t-card::before {
  content: '\201C'; font-family: 'Playfair Display', serif;
  font-size: 6rem; color: rgba(107,127,110,0.1);
  position: absolute; top: -0.75rem; left: 1.75rem; line-height: 1; pointer-events: none;
}
.t-stars { color: var(--blush-deep); font-size: 0.9rem; letter-spacing: 0.06em; margin-bottom: 1rem; display: block; }
.t-text { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-style: italic; font-weight: 400; line-height: 1.75; color: var(--charcoal); margin-bottom: 1.75rem; padding-top: 1.5rem; }
.t-author { display: flex; align-items: center; gap: 0.9rem; }
.t-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--sage-light); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 0.9rem; color: var(--sage-dark); font-weight: 500; flex-shrink: 0; }
.t-name { font-size: 0.95rem; font-weight: 500; color: var(--charcoal); }
.t-role { font-size: 0.78rem; color: var(--sage); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 0.15rem; }

/* FAQ */
.faq { padding: 7rem 3.5rem; background: var(--sage-dark); border-top: 1px solid rgba(107,127,110,0.08); }
.faq-inner { max-width: 800px; margin: 0 auto; }
.faq-header { margin-bottom: 3.5rem; }
.faq-header .sec-label { color: rgba(255,255,255,0.55); }
.faq-header .sec-label::before { background: rgba(255,255,255,0.25); }
.faq-header .sec-title { color: #fff; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 1.4rem 0; cursor: pointer; gap: 1.5rem; }
.faq-q:hover .faq-q-text { color: var(--blush); }
.faq-q-text { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 400; color: rgba(255,255,255,0.92); transition: color 0.2s; }
.faq-icon { width: 24px; height: 24px; border: 1px solid rgba(255,255,255,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.9rem; color: rgba(255,255,255,0.65); transition: all 0.3s; }
.faq-a {
  font-size: 1rem; line-height: 1.9; color: rgba(255,255,255,0.82);
  font-weight: 300; max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding-bottom 0.4s ease;
  padding-bottom: 0; display: block;
}
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 1.5rem; }
.faq-item.open .faq-icon { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.5); color: white; transform: rotate(45deg); }

/* POLICIES */
.policies { padding: 7rem 3.5rem; background: var(--cream); border-top: 1px solid rgba(107,127,110,0.08); }
.policies-inner { max-width: 1080px; margin: 0 auto; }
.policies-header { margin-bottom: 3.5rem; }
.pol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.pol-card {
  background: var(--warm-white); border: 1px solid rgba(107,127,110,0.1);
  border-radius: 3px; padding: 2.5rem;
  border-top: 3px solid var(--sage-light);
  transition: border-top-color 0.25s, transform 0.28s, box-shadow 0.28s;
}
.pol-card:hover { border-top-color: var(--sage); transform: translateY(-3px); box-shadow: 0 14px 34px rgba(44,44,44,0.07); }
.pol-card h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 400; color: var(--charcoal); margin-bottom: 1.1rem; }
.pol-card p { font-size: 1rem; font-weight: 300; line-height: 1.88; color: var(--mid); margin-bottom: 0.75rem; }
.pol-card p:last-child { margin-bottom: 0; }

/* ENROLL */
.enroll { padding: 7rem 3.5rem; background: var(--sage-light); border-top: 1px solid rgba(107,127,110,0.08); }
.enroll-inner { max-width: 880px; margin: 0 auto; }
.enroll-header { margin-bottom: 2rem; }
.enroll-choice { display: flex; gap: 1.5rem; margin-bottom: 2.5rem; }
.enroll-choice-btn {
  flex: 1; padding: 2.25rem 2rem; background: var(--warm-white);
  border: 1px solid rgba(107,127,110,0.15); border-radius: 4px;
  cursor: pointer; text-align: left; transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
  font-family: 'Jost', sans-serif; position: relative; overflow: hidden;
}
.enroll-choice-btn::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(107,127,110,0.04) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.25s;
}
.enroll-choice-btn:hover { border-color: var(--sage); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(44,44,44,0.10); }
.enroll-choice-btn:hover::before { opacity: 1; }
.enroll-choice-btn:focus-visible { outline: 2px solid var(--sage); outline-offset: 3px; }
.choice-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--sage-light); display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
}
.choice-icon svg { width: 18px; height: 18px; stroke: var(--sage-dark); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.choice-label { font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage); font-weight: 600; margin-bottom: 0.45rem; display: block; }
.choice-title { font-family: 'Playfair Display', serif; font-size: 1.55rem; font-weight: 400; color: var(--charcoal); margin-bottom: 0.5rem; line-height: 1.2; }
.choice-desc { font-size: 0.95rem; color: var(--mid); line-height: 1.65; font-weight: 300; }
.choice-arrow {
  display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.25rem;
  font-size: 0.80rem; letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--sage-dark); font-weight: 500; transition: gap 0.2s;
}
.enroll-choice-btn:hover .choice-arrow { gap: 0.65rem; }
.choice-arrow svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.enroll-forms { display: none; }
.enroll-forms.visible { display: block; }
.enroll-panel { display: none; }
.enroll-panel.active { display: block; }
.enroll-choice-btn--returning { background: var(--sage-dark); border-color: var(--sage-dark); }
.enroll-choice-btn--returning .choice-label { color: rgba(255,255,255,0.7); }
.enroll-choice-btn--returning .choice-title { color: #fff; }
.enroll-choice-btn--returning .choice-desc { color: rgba(255,255,255,0.8); }
.enroll-choice-btn--returning .choice-arrow { color: rgba(255,255,255,0.9); }
.enroll-choice-btn--returning .choice-icon { background: rgba(255,255,255,0.15); }
.enroll-choice-btn--returning .choice-icon svg { stroke: #fff; }
.enroll-choice-btn--returning:hover { border-color: var(--sage-dark); box-shadow: 0 12px 32px rgba(44,44,44,0.18); }
.enroll-choice-btn--returning::before { background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, transparent 60%); }
.enroll-change { display: inline-flex; align-items: center; gap: 0.4rem; margin-bottom: 1.25rem; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage-dark); font-weight: 500; background: none; border: none; cursor: pointer; padding: 0; font-family: 'Jost', sans-serif; transition: gap 0.2s; }
.enroll-change:hover { gap: 0.6rem; }
.enroll-change svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.enroll-form { background: var(--warm-white); border: 1px solid rgba(107,127,110,0.12); border-radius: 3px; padding: 3rem; }
.enroll-notice { background: var(--cream); border-left: 3px solid var(--sage); border-radius: 0 3px 3px 0; padding: 1.4rem 1.75rem; margin-bottom: 2.25rem; font-size: 1rem; color: var(--charcoal); font-weight: 400; line-height: 2; }
.enroll-notice strong { font-weight: 600; color: var(--charcoal); }
.enroll-section-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 400; color: var(--sage-dark); margin: 2rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid rgba(107,127,110,0.12); }
.avail-table { width: 100%; border-collapse: collapse; font-size: 1rem; }
.avail-table th { font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--charcoal); font-weight: 600; padding: 0.75rem 0.5rem; text-align: center; }
.avail-table th:first-child { text-align: left; }
.avail-table td { padding: 0.65rem 0.5rem; text-align: center; border-top: 1px solid rgba(107,127,110,0.1); }
.avail-table td:first-child { text-align: left; font-size: 0.95rem; color: var(--charcoal); font-weight: 400; white-space: nowrap; }
.avail-table input[type="checkbox"], .styled-checkbox {
  -webkit-appearance: none; appearance: none;
  width: 20px !important; height: 20px; flex-shrink: 0;
  border: 2px solid rgba(107,127,110,0.4); border-radius: 3px;
  background: var(--warm-white); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 0.15s, border-color 0.15s;
  vertical-align: middle;
}
.avail-table input[type="checkbox"]:checked, .styled-checkbox:checked {
  background: var(--sage-dark); border-color: var(--sage-dark);
}
.avail-table input[type="checkbox"]:checked::after, .styled-checkbox:checked::after {
  content: '✓'; color: white; font-size: 12px; font-weight: 700; line-height: 1;
}
.avail-table input[type="checkbox"]:hover:not(:checked), .styled-checkbox:hover:not(:checked) {
  border-color: var(--sage); background: var(--sage-light);
}
.radio-group { display: flex; flex-direction: column; gap: 0.7rem; margin-top: 0.5rem; }
.radio-option { display: flex; align-items: center; gap: 0.7rem; font-size: 0.95rem; font-weight: 300; color: var(--charcoal); cursor: pointer; }
.radio-option input[type="radio"] {
  -webkit-appearance: none; appearance: none;
  width: 20px; height: 20px; flex-shrink: 0;
  border: 2px solid rgba(107,127,110,0.4); border-radius: 50%;
  background: var(--warm-white); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 0.15s, border-color 0.15s;
}
.radio-option input[type="radio"]:checked {
  background: var(--sage-dark); border-color: var(--sage-dark);
}
.radio-option input[type="radio"]:checked::after {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: white; display: block;
}
.radio-option input[type="radio"]:hover:not(:checked) {
  border-color: var(--sage); background: var(--sage-light);
}

/* CONTACT */
.contact { padding: 7rem 3.5rem; background: var(--warm-white); display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.contact-form { background: var(--cream); padding: 2.75rem; border-radius: 3px; border: 1px solid rgba(107,127,110,0.12); }
.form-title { font-family: 'Playfair Display', serif; font-size: 1.65rem; font-weight: 400; color: var(--charcoal); margin-bottom: 0.5rem; }
.form-sub { font-size: 0.9rem; color: var(--mid); font-weight: 300; margin-bottom: 2rem; }
.form-group { margin-bottom: 1.4rem; }
.form-group label { display: block; font-size: 0.88rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--charcoal); font-weight: 500; margin-bottom: 0.55rem; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 0.88rem 1rem;
  background: var(--warm-white); border: 1.5px solid rgba(107,127,110,0.28);
  border-radius: 2px; font-family: 'Jost', sans-serif; font-size: 1rem;
  font-weight: 400; color: var(--charcoal); outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none; appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(107,127,110,0.08); }
.form-group textarea { resize: vertical; min-height: 95px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
.form-submit {
  width: 100%; padding: 1rem; background: var(--sage-dark); color: var(--warm-white);
  border: none; font-family: 'Jost', sans-serif; font-size: 0.78rem;
  letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500;
  cursor: pointer; border-radius: 2px; margin-top: 1rem; transition: all 0.25s;
}
.form-submit:hover { background: var(--charcoal); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(44,44,44,0.15); }
.contact-details { display: flex; flex-direction: column; gap: 1.1rem; margin-bottom: 2.75rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1.1rem; }
.contact-icon { width: 38px; height: 38px; background: var(--sage-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item-text .label { font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage-dark); font-weight: 600; }
.contact-item-text .value { font-size: 1.05rem; color: var(--charcoal); font-weight: 400; margin-top: 0.2rem; }
.gift-cta { background: var(--light); border-left: 3px solid var(--blush-deep); padding: 1.4rem 1.6rem; border-radius: 0 3px 3px 0; }
.gift-cta p { font-size: 1rem; color: var(--charcoal); font-weight: 300; line-height: 1.7; }
.gift-cta strong { font-weight: 500; }
.gift-link { display: inline-block; margin-top: 0.65rem; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blush-deep); text-decoration: none; font-weight: 500; border-bottom: 1px solid rgba(196,150,122,0.4); padding-bottom: 0.1rem; transition: border-color 0.2s; }
.gift-link:hover { border-color: var(--blush-deep); text-decoration: none; }

/* ANNOUNCEMENTS */
.announcements { padding: 7rem 3.5rem; background: var(--sage-light); border-top: 1px solid rgba(107,127,110,0.12); }
.announcements-inner { max-width: 1080px; margin: 0 auto; }
.announcements-header { margin-bottom: 3.5rem; }
.ann-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.ann-card {
  background: var(--warm-white); border: 1px solid rgba(107,127,110,0.1);
  border-radius: 3px; padding: 2.5rem; display: flex; flex-direction: column; gap: 0.7rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ann-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(44,44,44,0.09); }
.ann-card.featured { background: var(--sage-dark); border-color: var(--sage-dark); }
.ann-tag { display: inline-block; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; background: var(--sage-light); color: var(--sage-dark); padding: 0.3rem 0.75rem; border-radius: 1px; font-weight: 600; align-self: flex-start; }
.ann-card.featured .ann-tag { background: rgba(255,255,255,0.15); color: var(--warm-white); }
.ann-date { font-size: 0.9rem; letter-spacing: 0.05em; color: var(--charcoal); font-weight: 500; }
.ann-card.featured .ann-date { color: var(--blush); }
.ann-title { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 400; color: var(--charcoal); line-height: 1.25; }
.ann-card.featured .ann-title { color: var(--warm-white); }
.ann-body { font-size: 1rem; line-height: 1.85; color: var(--charcoal); font-weight: 400; flex: 1; }
.ann-card.featured .ann-body { color: rgba(255,255,255,0.85); }

/* FOOTER */
footer { background: var(--charcoal); padding: 5rem 3.5rem 2.5rem; border-top: 3px solid var(--sage-dark); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 4rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.06); margin-bottom: 2rem; }
.footer-logo-text { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 400; color: var(--warm-white); margin-bottom: 0.75rem; }
.footer-logo-text span { color: var(--sage); font-style: italic; }
.footer-desc { font-size: 0.95rem; line-height: 1.8; color: rgba(255,255,255,0.65); font-weight: 300; max-width: 290px; }
.footer-col-title { font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage); font-weight: 500; margin-bottom: 1.1rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-links a { font-size: 0.95rem; color: rgba(255,255,255,0.6); text-decoration: none; font-weight: 300; transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.85); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: 0.82rem; color: rgba(255,255,255,0.42); }
.footer-socials { display: flex; gap: 0.75rem; }
.social-btn { width: 32px; height: 32px; border: 1px solid rgba(107,127,110,0.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.75rem; font-weight: 500; transition: all 0.2s; }
.social-btn:hover { border-color: var(--sage); color: var(--sage); text-decoration: none; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-delay: 0ms !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  [data-reveal="delay-1"], [data-reveal="delay-2"], [data-reveal="delay-3"] { transition-delay: 0ms; }
}

/* HERO WATERMARK */
.hero-watermark {
  position: absolute; bottom: 6%; left: 50%;
  transform: translateX(-50%);
  font-family: 'Playfair Display', serif;
  font-size: clamp(8rem, 18vw, 16rem);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(107,127,110,0.07);
  pointer-events: none; user-select: none;
  will-change: transform;
  white-space: nowrap;
}

/* DOT GRID on dark wedding content */
.wedding-content { position: relative; overflow: hidden; }
.wedding-content::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 40%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 40%, transparent 100%);
}

/* HAMBURGER */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; flex-shrink: 0; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--charcoal); transition: all 0.25s; transform-origin: center; }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* PAGE HERO (for inner pages without full-screen hero) */
.page-hero {
  padding: 10rem 3.5rem 5rem;
  background: var(--warm-white);
  border-bottom: 1px solid rgba(107,127,110,0.1);
}
.page-hero .sec-title { margin-bottom: 0.75rem; }
.page-hero .sec-body { max-width: 560px; }

/* RESPONSIVE */
@media (max-width: 960px) {
  nav { padding: 0 1.25rem; gap: 0.75rem; height: 64px; }
  html { scroll-padding-top: 64px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 64px; left: 0; right: 0; background: rgba(250,247,242,0.99); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(107,127,110,0.15); box-shadow: 0 8px 32px rgba(44,44,44,0.1); padding: 0.5rem 0 1rem; z-index: 199; gap: 0; }
  body.dark .nav-links.open { background: rgba(19,21,19,0.99); }
  .nav-links.open li a { border-radius: 0; padding: 1rem 1.75rem; font-size: 0.9rem; letter-spacing: 0.10em; }
  .nav-links.open li a.active { border-bottom: none; border-left: 3px solid var(--sage-dark); }
  .nav-cta { display: none; }
  .hamburger { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 64px; }
  .hero-left { padding: 5rem 1.5rem 3rem; }
  .hero-left::after { display: none; }
  .hero-headline { font-size: 2.8rem; }
  .hero-sub { max-width: 100%; }
  .hero-right { height: 70vw; min-height: 280px; }
  .hero-card { left: 1rem; right: 1rem; bottom: 1rem; max-width: calc(100% - 2rem); }
  .hero-trust { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .about { grid-template-columns: 1fr; gap: 2.5rem; padding: 4rem 1.5rem; }
  .about-images { padding-bottom: 4rem; padding-right: 2.5rem; }
  .about-img-main { width: 80%; }
  .lessons { padding: 4rem 1.5rem; }
  .lessons-intro { grid-template-columns: 1fr; gap: 1rem; }
  .lessons-grid { grid-template-columns: 1fr; gap: 1rem; }
  .lesson-card.featured { order: -1; }
  .wedding { grid-template-columns: 1fr; padding: 0 1.5rem 4rem; }
  .wedding-photo { min-height: 260px; border-radius: 3px 3px 0 0; }
  .wedding-content { border-radius: 0 0 3px 3px; padding: 2.75rem 2rem; }
  .testimonials { padding: 4rem 1.5rem; }
  .t-grid { grid-template-columns: 1fr; gap: 1rem; max-width: 100%; }
  .faq { padding: 4rem 1.5rem; }
  .faq-inner { max-width: 100%; }
  .policies { padding: 4rem 1.5rem; }
  .enroll { padding: 4rem 1.5rem; }
  .enroll-form { padding: 2rem 1.5rem; }
  .pol-grid { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; gap: 3rem; padding: 4rem 1.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 2rem 1.5rem; }
  .announcements { padding: 4rem 1.5rem; }
  .ann-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  footer { padding: 3.5rem 1.5rem 2rem; }
  .billing-section { padding: 4rem 1.5rem; }
  .cal-section { padding: 4rem 1.5rem; }
  .philosophy { padding: 4rem 1.5rem; }
  .page-hero { padding: 7rem 1.5rem 3.5rem; }
}
@media (max-width: 480px) {
  .hero-headline { font-size: 2.3rem; }
  .sec-title { font-size: 1.9rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { text-align: center; }
  .btn-primary, .btn-ghost { padding: 0.85rem 1.5rem; width: 100%; text-align: center; }
  .enroll-choice { flex-direction: column; gap: 1rem; }
  .enroll-choice-btn { padding: 1.75rem 1.5rem; min-height: 44px; }
}
