/* ====================================================================
   SANAA MAKE UP ACADÉMIE — Feuille de style partagée
   Palette champagne #b8a07a · Cormorant Garamond + Inter
   ==================================================================== */

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #1a1a1a; background: #fff; font-weight: 300; -webkit-font-smoothing: antialiased; }
picture { display: block; width: 100%; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; cursor: pointer; }
button { font-family: inherit; cursor: pointer; }
:root { --gold: #b8a07a; --gold-light: #d9c9a8; --cream: #faf6f0; --sand: #e8dfd2; --ink: #1a1a1a; }

/* ===== PROMO + HEADER ===== */
.promo { background: #000; color: #fff; text-align: center; font-size: 11px; letter-spacing: 0.18em; padding: 11px 16px; text-transform: uppercase; font-weight: 300; }
.promo a { color: var(--gold-light); border-bottom: 0.5px solid var(--gold-light); padding-bottom: 1px; }
.header { background: #fff; padding: 18px 40px; border-bottom: 0.5px solid rgba(0,0,0,0.06); position: relative; z-index: 50; }
.header .nav-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; }
.header nav { display: flex; gap: 28px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); }
.header nav a:hover, .header nav a.current { color: var(--gold); }
.header .logo-wrap { text-align: center; }
.header .logo { font-family: 'Cormorant Garamond', serif; font-size: 26px; letter-spacing: 0.22em; color: var(--ink); font-weight: 400; line-height: 1; white-space: nowrap; }
.header .logo-baseline { font-family: 'Inter', sans-serif; font-size: 8px; letter-spacing: 0.34em; color: var(--gold); text-transform: uppercase; margin-top: 5px; font-weight: 400; }
.header .icons { display: flex; justify-content: flex-end; gap: 20px; color: var(--ink); font-size: 18px; align-items: center; }
.header .icons a:hover { color: var(--gold); }
.mobile-menu-btn { display: none; }

.header.transparent-overlay { background: transparent; border-bottom: none; padding: 18px 40px; position: absolute; top: 0; left: 0; right: 0; z-index: 20; }
.header.transparent-overlay nav { color: #fff; gap: 24px; }
.header.transparent-overlay nav a:hover, .header.transparent-overlay nav a.current { color: var(--gold-light); }
.header.transparent-overlay .logo { color: #fff; }
.header.transparent-overlay .logo-baseline { color: var(--gold-light); }
.header.transparent-overlay .icons { color: #fff; font-size: 16px; }

/* mobile drawer */
.mobile-drawer { display: none; position: fixed; inset: 0; background: rgba(26,26,26,0.97); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 26px; }
.mobile-drawer.open { display: flex; }
.mobile-drawer a { color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 28px; letter-spacing: 0.04em; }
.mobile-drawer a:hover { color: var(--gold-light); }
.mobile-drawer .close { position: absolute; top: 24px; right: 28px; font-size: 30px; color: #fff; }

/* ===== HERO ===== */
.hero-wrap { position: relative; width: 100%; height: calc(100vh - 40px); min-height: 560px; overflow: hidden; background: var(--sand); }
.hero-wrap picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.05) 35%, rgba(0,0,0,0.05) 55%, rgba(0,0,0,0.55) 100%); z-index: 2; }
.hero-content { position: absolute; left: 0; right: 0; bottom: 90px; text-align: center; z-index: 5; padding: 0 24px; color: #fff; }
.hero-content .eyebrow { font-size: 11px; letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 22px; font-weight: 400; }
.hero-content h1 { font-family: 'Cormorant Garamond', serif; font-size: 60px; line-height: 1.1; letter-spacing: 0.01em; margin-bottom: 22px; font-weight: 300; }
.hero-content .subtitle { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.92); margin-bottom: 36px; font-weight: 300; }
.hero-cta { display: inline-block; background: rgba(255,255,255,0.96); color: var(--ink); padding: 16px 42px; font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; border: none; font-weight: 400; transition: background 0.3s, color 0.3s; }
.hero-cta:hover { background: var(--gold); color: #fff; }

/* ===== PAGE BANNER (pages internes) ===== */
.page-banner { position: relative; height: 46vh; min-height: 340px; overflow: hidden; background: var(--sand); }
.page-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.page-banner .banner-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.45) 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 0 24px; z-index: 3; }
.page-banner .eyebrow { font-size: 11px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 18px; }
.page-banner h1 { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; letter-spacing: 0.02em; line-height: 1.1; }
.page-banner p { font-size: 13px; letter-spacing: 0.06em; color: rgba(255,255,255,0.9); margin-top: 16px; max-width: 540px; line-height: 1.8; }

/* ===== BLOCS ALTERNÉS ===== */
.block { display: grid; grid-template-columns: 1fr 1fr; }
.block-img-wrap { position: relative; width: 100%; height: 100%; min-height: 480px; overflow: hidden; background: var(--sand); }
.block-img-wrap picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.block-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.block-text { display: flex; flex-direction: column; justify-content: center; padding: 80px 60px; background: var(--cream); }
.block-text.on-white { background: #fff; }
.block-text .eyebrow { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 400; }
.block-text h2 { font-family: 'Cormorant Garamond', serif; font-size: 40px; letter-spacing: 0.02em; line-height: 1.15; margin-bottom: 22px; font-weight: 300; }
.block-text p { font-size: 14px; line-height: 1.9; color: #555; margin-bottom: 22px; max-width: 480px; font-weight: 300; }
.block-text ul.feature-list { list-style: none; margin: 0 0 28px; padding: 0; }
.block-text ul.feature-list li { font-size: 14px; line-height: 1.9; color: #444; padding-left: 22px; position: relative; margin-bottom: 6px; }
.block-text ul.feature-list li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.block-text .meta { display: flex; gap: 28px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: #888; margin-bottom: 28px; font-weight: 400; flex-wrap: wrap; }
.block-text .note { font-size: 12px; line-height: 1.8; color: #888; font-style: italic; margin-top: -4px; margin-bottom: 24px; }

/* boutons */
.btn { display: inline-block; background: var(--ink); color: #fff; padding: 15px 36px; font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 400; border: 0.5px solid var(--ink); transition: background 0.3s, color 0.3s; width: fit-content; }
.btn:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border: 0.5px solid var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-gold { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn-gold:hover { background: #a68d63; border-color: #a68d63; }
.block-link { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--ink); border-bottom: 0.5px solid var(--gold); padding-bottom: 5px; display: inline-block; width: fit-content; font-weight: 400; transition: color 0.3s; }
.block-link:hover { color: var(--gold); }

/* ===== SECTION GÉNÉRIQUE ===== */
.section { padding: 100px 40px; }
.section.cream { background: var(--cream); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 60px; }
.section-head .eyebrow { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; font-weight: 400; }
.section-head h2 { font-family: 'Cormorant Garamond', serif; font-size: 42px; letter-spacing: 0.02em; line-height: 1.15; font-weight: 300; margin-bottom: 18px; }
.section-head p { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: #777; line-height: 1.6; font-style: italic; font-weight: 300; }

/* ===== PILIERS / ATOUTS (3 colonnes icônes) ===== */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 1180px; margin: 0 auto; }
.pillar { padding: 44px 38px; text-align: center; border-right: 0.5px solid rgba(184,160,122,0.25); }
.pillar:last-child { border-right: none; }
.pillar .num { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: var(--gold); margin-bottom: 16px; }
.pillar h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 300; margin-bottom: 14px; letter-spacing: 0.01em; }
.pillar p { font-size: 13px; line-height: 1.85; color: #666; }

/* ===== PROGRAMME 3 JOURS ===== */
.program-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; max-width: 1280px; margin: 0 auto; }
.program-card { padding: 50px 40px; background: var(--cream); border-right: 0.5px solid rgba(184,160,122,0.25); position: relative; }
.program-card:last-child { border-right: none; }
.program-card .day-tag { font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; font-weight: 400; }
.program-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; letter-spacing: 0.01em; line-height: 1.2; margin-bottom: 28px; font-weight: 300; min-height: 68px; }
.program-card ul { list-style: none; padding: 0; }
.program-card ul li { font-size: 13px; line-height: 1.7; color: #555; padding: 14px 0; border-bottom: 0.5px solid rgba(0,0,0,0.06); font-weight: 300; position: relative; padding-left: 22px; }
.program-card ul li:last-child { border-bottom: none; }
.program-card ul li::before { content: "·"; position: absolute; left: 6px; color: var(--gold); font-size: 22px; line-height: 1; top: 14px; }

/* ===== PROGRAMME DÉTAILLÉ (blocs jour) ===== */
.day-block { max-width: 1000px; margin: 0 auto 26px; background: #fff; border: 0.5px solid rgba(184,160,122,0.35); }
.day-block .day-header { background: var(--cream); padding: 26px 38px; border-bottom: 0.5px solid rgba(184,160,122,0.3); }
.day-block .day-header .day-tag { font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.day-block .day-header h3 { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 300; letter-spacing: 0.01em; line-height: 1.2; }
.day-block .day-body { padding: 34px 38px; }
.day-part { margin-bottom: 30px; }
.day-part:last-child { margin-bottom: 0; }
.day-part > .part-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink); font-weight: 500; margin-bottom: 18px; padding-bottom: 9px; border-bottom: 0.5px solid rgba(0,0,0,0.1); }
.subgroup { margin-bottom: 20px; }
.subgroup:last-child { margin-bottom: 0; }
.subgroup h4 { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; font-weight: 500; }
.day-part ul { list-style: none; padding: 0; }
.day-part ul li { font-size: 14px; line-height: 1.65; color: #555; padding: 6px 0 6px 20px; position: relative; }
.day-part ul li::before { content: "·"; position: absolute; left: 4px; color: var(--gold); font-size: 20px; line-height: 1; top: 5px; }
@media (max-width: 768px) {
  .day-block .day-header { padding: 22px 22px; }
  .day-block .day-header h3 { font-size: 25px; }
  .day-block .day-body { padding: 26px 22px; }
}

/* ===== TARIF / OFFRE ===== */
.price-card { max-width: 640px; margin: 0 auto; background: #fff; border: 0.5px solid rgba(184,160,122,0.4); padding: 56px 48px; text-align: center; }
.price-card .eyebrow { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.price-card .price { font-family: 'Cormorant Garamond', serif; font-size: 64px; font-weight: 300; line-height: 1; margin-bottom: 8px; }
.price-card .price small { font-size: 26px; color: #999; }
.price-card .cpf { display: inline-block; background: var(--cream); color: var(--gold); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; padding: 9px 20px; margin: 14px 0 26px; border: 0.5px solid rgba(184,160,122,0.4); }
.price-card ul { list-style: none; padding: 0; margin: 0 auto 32px; max-width: 420px; text-align: left; }
.price-card ul li { font-size: 14px; line-height: 1.9; color: #555; padding: 8px 0 8px 26px; position: relative; }
.price-card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-size: 13px; }

/* ===== SESSIONS ===== */
.sessions-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; max-width: 1000px; margin: 0 auto; }
.session-pill { background: #fff; border: 0.5px solid rgba(184,160,122,0.35); padding: 18px 22px; text-align: center; }
.session-pill .month { font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.session-pill .days { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; }

/* ===== DUAL ===== */
.dual { display: grid; grid-template-columns: 1fr 1fr; }
.dual-item { position: relative; width: 100%; overflow: hidden; cursor: pointer; aspect-ratio: 4/3; background: var(--sand); }
.dual-item picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.dual-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.dual-item:hover img { transform: scale(1.04); }
.dual-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; text-align: center; z-index: 2; padding: 20px; }
.dual-overlay .eyebrow { font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; margin-bottom: 14px; color: var(--gold-light); }
.dual-overlay h3 { font-family: 'Cormorant Garamond', serif; font-size: 38px; letter-spacing: 0.02em; margin-bottom: 18px; font-weight: 300; line-height: 1.15; max-width: 420px; }
.dual-overlay .sub { font-size: 12px; letter-spacing: 0.08em; line-height: 1.9; color: rgba(255,255,255,0.88); max-width: 440px; font-weight: 300; }

/* ===== GALERIE ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; max-width: 1340px; margin: 0 auto; }
.gallery-cell { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--sand); }
.gallery-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.gallery-cell:hover img { transform: scale(1.04); }

/* ===== PROSE (page Académie) ===== */
.prose { max-width: 720px; margin: 0 auto; }
.prose p { font-size: 15px; line-height: 2; color: #444; margin-bottom: 22px; font-weight: 300; }
.prose p.lead { font-family: 'Cormorant Garamond', serif; font-size: 24px; line-height: 1.6; color: var(--ink); font-style: italic; margin-bottom: 32px; }
.signature { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--gold); margin-top: 8px; }

/* ===== CTA BAND ===== */
.cta-band { background: var(--ink); color: #fff; text-align: center; padding: 84px 24px; }
.cta-band .eyebrow { font-size: 11px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 16px; }
.cta-band h2 { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 300; margin-bottom: 14px; line-height: 1.15; }
.cta-band p { font-size: 13px; line-height: 1.8; color: #bbb; max-width: 480px; margin: 0 auto 32px; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; max-width: 1200px; margin: 0 auto; }
.contact-info { padding: 70px 56px; background: var(--cream); }
.contact-info h2 { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 300; margin-bottom: 28px; }
.contact-row { margin-bottom: 26px; }
.contact-row .label { font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.contact-row .val { font-size: 15px; color: #333; line-height: 1.7; }
.contact-row .val a:hover { color: var(--gold); }
.contact-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.form-wrap { padding: 70px 56px; background: #fff; }
.form-wrap h2 { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 300; margin-bottom: 8px; }
.form-wrap .form-intro { font-size: 13px; color: #777; line-height: 1.7; margin-bottom: 30px; }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #555; margin-bottom: 8px; }
.field input, .field select, .field textarea { width: 100%; border: none; border-bottom: 0.5px solid #ccc; padding: 11px 4px; font-size: 14px; background: transparent; outline: none; font-family: inherit; font-weight: 300; color: #1a1a1a; transition: border-color 0.3s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field textarea { resize: vertical; min-height: 90px; }
.form-note { font-size: 11px; color: #999; line-height: 1.6; margin-top: 8px; }
.form-success { display: none; background: var(--cream); border: 0.5px solid var(--gold); padding: 22px; text-align: center; color: var(--gold); font-size: 14px; margin-bottom: 20px; }

/* ===== NEWSLETTER ===== */
.newsletter { background: var(--cream); padding: 90px 24px; text-align: center; }
.newsletter .eyebrow { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 400; }
.newsletter h2 { font-family: 'Cormorant Garamond', serif; font-size: 36px; letter-spacing: 0.02em; margin-bottom: 18px; font-weight: 300; }
.newsletter p { font-size: 13px; line-height: 1.8; color: #666; max-width: 480px; margin: 0 auto 32px; font-weight: 300; }
.newsletter-form { display: flex; max-width: 460px; margin: 0 auto; }
.newsletter-form input { flex: 1; min-width: 0; border: none; border-bottom: 0.5px solid var(--ink); padding: 14px 8px; font-size: 13px; background: transparent; outline: none; font-family: inherit; font-weight: 300; }
.newsletter-form button { background: transparent; border: none; border-bottom: 0.5px solid var(--ink); padding: 14px 22px; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 400; white-space: nowrap; transition: color 0.3s; }
.newsletter-form button:hover { color: var(--gold); }

/* ===== FOOTER ===== */
footer { background: var(--ink); color: #aaa; padding: 80px 40px 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 50px; max-width: 1200px; margin: 0 auto; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; letter-spacing: 0.18em; color: #fff; margin-bottom: 6px; font-weight: 400; }
.footer-logo-baseline { font-size: 9px; letter-spacing: 0.32em; color: var(--gold); text-transform: uppercase; margin-bottom: 18px; }
footer p.intro { font-size: 12px; line-height: 1.9; color: #999; max-width: 300px; font-weight: 300; }
footer h4 { color: #fff; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 20px; font-weight: 400; }
footer ul { list-style: none; }
footer li { font-size: 12px; margin-bottom: 10px; font-weight: 300; }
footer li a:hover { color: var(--gold); }
.footer-bottom { border-top: 0.5px solid #2a2a2a; margin-top: 60px; padding-top: 26px; text-align: center; font-size: 11px; color: #666; letter-spacing: 0.12em; }

/* ============ TABLETTE (≤ 1024px) ============ */
@media (max-width: 1024px) {
  .header, .header.transparent-overlay { padding: 16px 24px; }
  .header nav { gap: 18px; font-size: 10px; }
  .header .logo { font-size: 22px; letter-spacing: 0.18em; }
  .hero-content h1 { font-size: 46px; }
  .page-banner h1 { font-size: 40px; }
  .block { grid-template-columns: 1fr; }
  .block-img-wrap { min-height: 0; aspect-ratio: 4/3; order: -1; }
  .block-text { padding: 50px 32px; }
  .block-text h2 { font-size: 32px; }
  .block-text p { max-width: 100%; }
  .section { padding: 70px 24px; }
  .pillars { grid-template-columns: 1fr; max-width: 480px; }
  .pillar { border-right: none; border-bottom: 0.5px solid rgba(184,160,122,0.25); }
  .pillar:last-child { border-bottom: none; }
  .program-grid { grid-template-columns: 1fr; max-width: 560px; }
  .program-card { border-right: none; border-bottom: 0.5px solid rgba(184,160,122,0.25); padding: 40px 30px; }
  .program-card:last-child { border-bottom: none; }
  .program-card h3 { min-height: 0; font-size: 26px; }
  .section-head h2 { font-size: 32px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-info, .form-wrap { padding: 50px 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  footer { padding: 60px 30px 24px; }
}

/* ============ MOBILE (≤ 768px) ============ */
@media (max-width: 768px) {
  .promo { font-size: 10px; padding: 9px 12px; letter-spacing: 0.1em; }
  .header, .header.transparent-overlay { padding: 14px 16px; }
  .header .nav-grid { grid-template-columns: auto 1fr auto; gap: 10px; }
  .header nav { display: none; }
  .header .mobile-menu-btn { display: flex; align-items: center; font-size: 22px; }
  .header.transparent-overlay .mobile-menu-btn { color: #fff; }
  .header .logo { font-size: 16px; letter-spacing: 0.16em; }
  .header .logo-baseline { font-size: 7px; letter-spacing: 0.28em; }
  .header .icons { gap: 12px; font-size: 16px; }
  .header .icons .desktop-only { display: none; }

  .hero-wrap { height: 84vh; min-height: 520px; max-height: 760px; }
  .hero-content { bottom: 50px; padding: 0 18px; }
  .hero-content .eyebrow { font-size: 9px; letter-spacing: 0.3em; margin-bottom: 16px; }
  .hero-content h1 { font-size: 34px; line-height: 1.15; }
  .hero-content .subtitle { font-size: 11px; letter-spacing: 0.1em; margin-bottom: 28px; }
  .hero-cta { padding: 14px 28px; font-size: 10px; }

  .page-banner { height: 38vh; min-height: 280px; }
  .page-banner h1 { font-size: 32px; }

  .block-img-wrap { aspect-ratio: 4/5; }
  .block-text { padding: 42px 22px; }
  .block-text h2 { font-size: 28px; }
  .block-text p { font-size: 13px; }

  .section { padding: 56px 18px; }
  .section-head { margin-bottom: 40px; }
  .section-head h2 { font-size: 28px; }
  .program-card h3 { font-size: 24px; }
  .price-card { padding: 40px 24px; }
  .price-card .price { font-size: 50px; }
  .dual { grid-template-columns: 1fr; }
  .dual-item { aspect-ratio: 4/5; }
  .dual-overlay h3 { font-size: 28px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 3px; }
  .prose p.lead { font-size: 20px; }
  .cta-band { padding: 60px 20px; }
  .cta-band h2 { font-size: 30px; }
  .newsletter { padding: 56px 20px; }
  .newsletter h2 { font-size: 28px; }
  .newsletter-form { flex-direction: column; gap: 14px; }
  .newsletter-form input { width: 100%; }
  .newsletter-form button { width: 100%; border: 0.5px solid var(--ink); }
  .contact-info, .form-wrap { padding: 42px 22px; }
  footer { padding: 56px 22px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 400px) {
  .header .logo { font-size: 14px; }
  .hero-content h1 { font-size: 29px; }
  .page-banner h1 { font-size: 27px; }
  .block-text h2, .section-head h2 { font-size: 24px; }
}
