/* ── NAV ── */
nav { padding: 0 25px; }
.nav-links { display:none; }
.nav-logo { font-size: 16px; }
.hamburger { display: block; }
.nav-links { display: none; position: absolute; top: 40px; left: 0; right: 0; background-color: var(--pebble); flex-direction: column; padding: 15px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); margin-top:28px; }
.nav-links a { color: var(--juniper); }
.nav-links a:hover { color: var(--juniper-dk); font-weight:500;}
.nav-links.active { display: flex; }

/* --- Hero --- */
.hero { grid-template-columns: 1fr; min-height: auto; }
.hero-right { order: -1; height: 55vw; min-height: 260px; max-height: 380px; clip-path: none; }
.hero-left { padding: 48px 24px 48px; }
.hero-left::after { display: none; }
.hero-h1 { font-size: 36px; margin-bottom: 20px; }
.hero-sub { font-size: 15px; margin-bottom: 32px; width: 100%; max-width:none; }
.hero-cta-row { flex-direction: column; align-items: flex-start; gap: 14px; }
.btn-primary { width: 100%; justify-content: center; }
.hero-stats { margin-top: 36px; padding: 0 auto; gap: 24px; }
.hero-photo { width: 100%; height: auto; transform: none; display: block; opacity: 0; animation: fadeIn 1s 0.4s forwards; clip-path: none; }

/* --- Intro --- */
.intro-reveal { display:none; }
.intro { grid-template-columns: 1fr; padding: 60px 24px; gap: 24px; }

/* ── ARCHETYPES ── */
.arch-grid, .archetypes-grid { grid-template-columns: 1fr; gap: 14px; }
.archetypes { padding: 60px 24px; }

/* ── SUPPORT ── */
.support-grid { grid-template-columns: 1fr; }
.support { padding: 60px 24px; }
.support-header { grid-template-columns: 1fr; gap: 16px; margin-bottom: 36px; }

/* ── HOW IT WORKS ── */
.how-steps, .how { padding: 60px 24px; }
.how-steps { grid-template-columns: 1fr; gap: 40px; gap: 20px; }
.how-steps::before { display: none; }
.how-step { padding: 0; }

/* ── TESTIMONIALS ── */
.test-grid { grid-template-columns: 1fr; gap: 16px; }
.testimonials { padding: 60px 24px; }
.test-featured { grid-template-columns: 1fr; padding: 32px 24px; gap: 0; }
.test-featured .test-qmark { display: none; }

/* ── PROGRAMME ── */
.programme { grid-template-columns: 1fr; gap: 40px; padding: 60px 40px; }
.prog-content { padding: 0 20px; }
.eyebrow-wrapper { padding: 0 40px; }
.bleed-left::before { right: 0; border-radius: 0 20px 20px 0; }
.bleed-right::before { left: 0; border-radius: 20px 0 0 20px; }

/* ── ABOUT TEASER ── */
.about-inner { grid-template-columns: 1fr; gap: 40px; }
.about-inner > :nth-child(1) { order: 2; }
.about-inner > :nth-child(2) { order: 1; }
.about-teaser { padding: 60px 24px; }
.about-photo-frame { aspect-ratio: auto; max-height: 340px; border-radius: 0px; }
.about-photo { width: 100%; height: 500px; object-fit: contain; }
.about-badge { bottom: -12px; right: 12px; width: 96px; height: 96px; }

/* ── READY ── */
.ready { grid-template-columns: 1fr; padding: 60px 20px; gap: 40px; }
.ready-reveal { height: auto; padding-top: 40px; }
.ready-photo { height: auto; width: 80%; border-radius: 10px; animation: fadeIn 1s 0.4s forwards; margin: 0; }

/* --- CONTACT FORM --- */
.contact-section { grid-template-columns: 1fr; padding: 100px 24px 60px; gap: 40px; }
.contact-form-wrapper { padding: 30px 24px; }
.contact-text h1 { font-size: 38px; margin-bottom: 16px; }

/* --- PRIVACY POLICY --- */
.policy-section { padding: 60px 24px; }
.policy-header { margin-bottom: 30px; }
.policy-content { padding: 30px 24px; }
.policy-header h1 { font-size: 38px; }

/* ── FINAL CTA ── */
.final-cta { padding: 72px 24px; }
.final-cta h2 { font-size: 34px; }

/* ── FOOTER & UTILS ── */
footer { flex-direction: column; gap: 16px; padding: 40px 20px; text-align: center; }
.footer-brand { margin-right: 20px; }
.footer-links { flex-wrap: wrap; gap: 15px; justify-content: center; }
.footer-logos { width: 80px; }
.btn-ghost { margin: 0 auto; }