/* =====================
   GLOBAL RESET & VARS
   ===================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --pink: #E31C79; --green: #005C43;
  --pink-light: #F9C6DC; --green-light: #A8D8B0;
  --black: #111; --white: #fff;
  --bebas: 'Bebas Neue', Impact, sans-serif;
  --nunito: 'Nunito', sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--nunito); background: var(--white); color: var(--black); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 40px; height: 72px; display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid rgba(0,0,0,0.07); }
.nav-logo img { height: 44px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 700; color: #555; transition: color 0.2s; }
.nav-links a:hover { color: var(--black); }
.nav-quiz { background: var(--pink); color: var(--white) !important; font-size: 13px !important; font-weight: 800 !important; padding: 10px 22px; border-radius: 100px; transition: transform 0.2s, background 0.2s !important; }
.nav-quiz:hover { background: #c91569 !important; transform: translateY(-1px); }
.nav-mobile-toggle { display: none; background: none; border: none; font-size: 22px; cursor: pointer; }

/* HERO */
.hero { min-height: 100vh; background: var(--pink-light); position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden; padding: 120px 40px 80px; text-align: center; }
.hero-bg-map { position: absolute; inset: 0; background-image: var(--hero-map-url); background-size: cover; background-position: center; opacity: 0.2; z-index: 0; }
.hero-inner { position: relative; z-index: 1; max-width: 920px; margin: 0 auto; }
.hero-eyebrow { font-family: var(--nunito); font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--green); margin-bottom: 28px; display: block; }
.hero-headline { font-family: var(--bebas); font-size: clamp(64px, 10vw, 130px); line-height: 0.92; margin-bottom: 28px; display: flex; flex-direction: column; align-items: center; }
.line-black { color: var(--black); }
.line-pink { color: var(--pink); }
.line-green { color: var(--green); }
.hero-sub { font-size: 17px; color: #444; max-width: 520px; margin: 0 auto 40px; line-height: 1.7; }
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-hero-main { background: var(--pink); color: var(--white); font-family: var(--nunito); font-size: 15px; font-weight: 800; padding: 14px 32px; border-radius: 100px; transition: transform 0.2s, background 0.2s; display: inline-block; }
.btn-hero-main:hover { background: #c91569; transform: translateY(-2px); }
.btn-hero-sec { background: transparent; color: var(--black); font-family: var(--nunito); font-size: 15px; font-weight: 800; padding: 14px 32px; border-radius: 100px; border: 2px solid rgba(0,0,0,0.2); transition: border-color 0.2s; display: inline-block; }
.btn-hero-sec:hover { border-color: var(--black); }

/* MARQUEE */
.marquee-wrap { background: var(--pink); overflow: hidden; padding: 14px 0; border-top: 3px solid var(--black); border-bottom: 3px solid var(--black); }
.marquee-wrap.marquee-green { background: var(--green); }
.marquee-track { display: flex; white-space: nowrap; animation: marquee 20s linear infinite; }
.marquee-item { font-family: var(--bebas); font-size: 20px; letter-spacing: 1px; color: var(--white); padding: 0 8px; flex-shrink: 0; }
.marquee-sep { color: rgba(255,255,255,0.4); margin-left: 8px; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* WHO */
.who { background: var(--white); padding: 100px 40px; }
.who-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.eyebrow { font-family: var(--nunito); font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--green); margin-bottom: 20px; display: block; }
.who h2 { font-family: var(--bebas); font-size: clamp(48px, 5vw, 72px); line-height: 0.95; margin-bottom: 24px; }
.who h2 em { font-style: normal; color: var(--pink); }
.body-copy { font-size: 16px; color: #444; line-height: 1.75; margin-bottom: 16px; }
.btn-green { display: inline-block; margin-top: 24px; background: var(--green); color: var(--white); font-family: var(--nunito); font-size: 14px; font-weight: 800; padding: 12px 28px; border-radius: 100px; transition: transform 0.2s, background 0.2s; }
.btn-green:hover { background: #004030; transform: translateY(-2px); }
.who-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.who-photo-main img, .who-photo-secondary img { width: 100%; height: 420px; object-fit: cover; border-radius: 20px; }
.who-photo-secondary img { height: 300px; margin-top: 60px; }

/* LIFE */
.life { background: var(--green-light); padding: 100px 0 80px; text-align: center; }
.life-text { max-width: 1160px; margin: 0 auto; padding: 0 40px; }
.life h2 { font-family: var(--bebas); font-size: clamp(48px, 6vw, 80px); line-height: 0.95; margin-bottom: 16px; }
.life h2 em { font-style: normal; color: var(--pink); }
.life .sub { font-size: 16px; color: #444; max-width: 520px; margin: 0 auto 48px; line-height: 1.7; }
.life-scroll { display: flex; gap: 20px; overflow-x: auto; padding: 0 40px 24px; width: 100%; box-sizing: border-box; scrollbar-width: none; cursor: grab; }
.life-scroll::-webkit-scrollbar { display: none; }
.life-card { flex-shrink: 0; width: 270px; border-radius: 20px; overflow: hidden; aspect-ratio: 3/4; position: relative; }
.life-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lc-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.7)); padding: 24px 20px 20px; }
.lc-place { font-family: var(--nunito); font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 4px; }
.lc-title { font-family: var(--bebas); font-size: 22px; color: var(--white); line-height: 1; }

/* QUIZ */
.quiz-section { background: var(--pink-light); padding: 100px 40px; text-align: center; position: relative; overflow: hidden; }
.quiz-section::before { content: 'QUIZ'; position: absolute; font-family: var(--bebas); font-size: 300px; color: rgba(227,28,121,0.06); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; white-space: nowrap; }
.quiz-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.quiz-section h2 { font-family: var(--bebas); font-size: clamp(44px, 5vw, 72px); line-height: 0.95; margin-bottom: 48px; }
.quiz-card { background: var(--white); border-radius: 20px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; margin-bottom: 32px; border: 2px solid rgba(0,0,0,0.06); }
.quiz-col { padding: 40px; text-align: left; }
.quiz-col-left { background: #f5f5f5; border-right: 2px solid rgba(0,0,0,0.06); }
.quiz-col-title { font-family: var(--nunito); font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #999; margin-bottom: 20px; display: block; }
.quiz-list { list-style: none; }
.quiz-list li { font-size: 15px; font-weight: 600; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.06); display: flex; align-items: center; gap: 10px; }
.quiz-list-no li { color: #999; text-decoration: line-through; }
.quiz-list-no li::before { content: '\2715'; color: #ccc; font-size: 12px; flex-shrink: 0; }
.quiz-list-yes li { color: var(--black); }
.quiz-list-yes li::before { content: '\2713'; color: var(--pink); font-weight: 900; flex-shrink: 0; }
.quiz-pill { display: inline-block; background: var(--green); color: var(--white); font-family: var(--nunito); font-size: 13px; font-weight: 800; padding: 10px 24px; border-radius: 100px; margin-bottom: 16px; }
.btn-black { display: inline-block; background: var(--black); color: var(--white); font-family: var(--nunito); font-size: 15px; font-weight: 800; padding: 16px 36px; border-radius: 100px; transition: transform 0.2s, background 0.2s; }
.btn-black:hover { background: #333; transform: translateY(-2px); }

/* PROGRAMME */
.programme { background: var(--white); padding: 0 40px 100px; overflow: hidden; }
.prog-marquee-top { background: var(--green); overflow: hidden; padding: 13px 0; border-bottom: 3px solid var(--black); margin-bottom: 72px; margin-left: -40px; margin-right: -40px; width: calc(100% + 80px); }
.prog-marquee-track { display: flex; white-space: nowrap; animation: marquee 24s linear infinite; }
.prog-marquee-item { font-family: var(--bebas); font-size: 20px; letter-spacing: 1px; color: var(--white); padding: 0 8px; flex-shrink: 0; }
.pm-sep { color: rgba(255,255,255,0.4); margin-left: 8px; }
.prog-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.prog-left h2 { font-family: var(--bebas); font-size: clamp(48px, 5vw, 72px); line-height: 0.95; margin-bottom: 20px; }
.prog-left h2 em { font-style: normal; color: var(--pink); }
.prog-stats { display: flex; gap: 32px; margin: 32px 0; }
.stat { display: flex; flex-direction: column; }
.stat-num { font-family: var(--bebas); font-size: 48px; color: var(--pink); line-height: 1; }
.stat-label { font-family: var(--nunito); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #888; }
.btn-pink { display: inline-block; margin-top: 8px; background: var(--pink); color: var(--white); font-family: var(--nunito); font-size: 14px; font-weight: 800; padding: 12px 28px; border-radius: 100px; transition: transform 0.2s, background 0.2s; }
.btn-pink:hover { background: #c91569; transform: translateY(-2px); }
.prog-right { display: flex; flex-direction: column; gap: 12px; padding-top: 8px; }
.module-card { display: flex; align-items: center; gap: 20px; padding: 20px 24px; border-radius: 16px; border: 2px solid #eee; transition: border-color 0.2s; }
.module-card:hover { border-color: var(--green); }
.module-num { font-family: var(--bebas); font-size: 32px; color: var(--green); line-height: 1; min-width: 40px; }
.module-info { display: flex; flex-direction: column; }
.module-info strong { font-size: 15px; font-weight: 800; color: var(--black); }
.module-info span { font-size: 13px; color: #888; margin-top: 2px; }
.module-card-live { border-style: dashed; border-color: var(--pink); background: var(--pink-light); margin-top: 4px; }
.module-card-live:hover { border-color: var(--pink); }
.module-card-live .module-num { color: var(--pink); }
.module-card-live .module-info span { color: #8a4a63; }

/* BLOG PREVIEW */
.blog-preview { background: var(--green-light); padding: 100px 40px; }
.blog-inner { max-width: 1160px; margin: 0 auto; }
.blog-preview h2 { font-family: var(--bebas); font-size: clamp(44px, 5vw, 70px); line-height: 0.95; margin-bottom: 48px; }
.blog-preview h2 em { font-style: normal; color: var(--pink); }
.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.blog-card { border-radius: 16px; overflow: hidden; background: var(--black); transition: transform 0.3s; cursor: pointer; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-4px); }
.blog-card.featured { grid-row: span 2; grid-column: 1; }
.blog-card:not(.featured) { grid-column: 2; }
.blog-card-img { position: relative; aspect-ratio: 16/9; flex-shrink: 0; }
.blog-card.featured .blog-card-img { aspect-ratio: 1/1; }
.bg-green { background: linear-gradient(160deg, #1a472a, #005C43); }
.bg-pink { background: linear-gradient(160deg, #8b0045, #E31C79); }
.bg-darkgreen { background: linear-gradient(160deg, #0a2e1e, #2d7a50); }
.blog-cat { position: absolute; top: 12px; left: 12px; background: var(--pink); color: var(--white); font-family: var(--nunito); font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; }
.blog-card-body { padding: 16px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.blog-card-body h3 { font-family: var(--bebas); color: var(--white); line-height: 1.05; margin-bottom: 6px; font-size: 18px; }
.blog-card.featured .blog-card-body h3 { font-size: 22px; }
.blog-card-body p { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.5; flex: 1; }
.blog-card-body .read { font-family: var(--nunito); font-size: 11px; font-weight: 800; color: var(--pink-light); letter-spacing: 1px; text-transform: uppercase; margin-top: 14px; display: block; }

/* FINAL CTA */
.final-cta { background: var(--pink); padding: 100px 40px; text-align: center; }
.final-cta h2 { font-family: var(--bebas); font-size: clamp(44px, 6vw, 90px); color: var(--white); line-height: 0.95; margin-bottom: 40px; }
.btn-white { display: inline-block; background: var(--white); color: var(--black); font-family: var(--nunito); font-size: 15px; font-weight: 800; padding: 16px 36px; border-radius: 100px; transition: transform 0.2s; }
.btn-white:hover { transform: translateY(-2px); }

/* FOOTER */
footer { background: #000; color: rgba(255,255,255,0.55); padding: 64px 40px 32px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); max-width: 1160px; margin: 0 auto; }
.footer-brand img { height: 52px; width: auto; margin-bottom: 14px; }
.footer-brand p { font-size: 13px; max-width: 240px; line-height: 1.7; }
.footer-brand .by { display: block; margin-top: 12px; font-size: 11px; font-weight: 700; letter-spacing: 1px; color: rgba(255,255,255,0.25); }
.footer-links h4 { font-family: var(--nunito); font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--white); margin-bottom: 16px; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 14px; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { max-width: 1160px; margin: 28px auto 0; display: flex; justify-content: space-between; align-items: center; font-size: 12px; flex-wrap: wrap; gap: 12px; }

/* BLOG ARCHIVE */
.blog-hero { background: var(--green-light); padding: 160px 40px 80px; text-align: center; position: relative; overflow: hidden; }
.blog-hero::before { content: ''; position: absolute; inset: 0; background-image: var(--blog-hero-bg-url); background-size: cover; background-position: center; opacity: 0.2; z-index: 0; }
.blog-hero > * { position: relative; z-index: 1; }
.blog-hero h1 { font-family: var(--bebas); font-size: clamp(60px, 8vw, 110px); line-height: 0.92; margin-bottom: 24px; }
.blog-hero h1 em { font-style: normal; color: var(--pink); }
.blog-hero p { font-size: 17px; color: #444; max-width: 480px; margin: 0 auto; line-height: 1.7; }
.blog-filters { background: var(--pink-light); padding: 32px 40px; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.filter-pill { font-family: var(--nunito); font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 8px 20px; border-radius: 100px; border: 2px solid rgba(0,0,0,0.15); color: #666; cursor: pointer; transition: all 0.2s; background: transparent; text-decoration: none; display: inline-block; }
.filter-pill.fp-green:hover, .filter-pill.fp-green.active { background: var(--green); border-color: var(--green); color: var(--white); }
.filter-pill.fp-pink:hover, .filter-pill.fp-pink.active { background: var(--pink); border-color: var(--pink); color: var(--white); }
.blog-main { background: var(--pink-light); padding: 64px 40px 100px; }
.blog-grid-full { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.blog-card-full { border-radius: 20px; overflow: hidden; background: var(--black); cursor: pointer; transition: transform 0.3s; display: flex; flex-direction: column; }
.blog-card-full:hover { transform: translateY(-6px); }
.blog-card-full.featured { grid-column: span 2; }
.bcard-img { position: relative; aspect-ratio: 16/9; flex-shrink: 0; }
.blog-card-full.featured .bcard-img { aspect-ratio: 3/2; }
.bcard-bg { width: 100%; height: 100%; display: block; }
.bcard-cat { position: absolute; top: 16px; left: 16px; background: var(--pink); color: var(--white); font-family: var(--nunito); font-size: 10px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; z-index: 1; }
.bcard-cat.green { background: var(--green); }
.bcard-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.bcard-body h2 { font-family: var(--bebas); color: var(--white); line-height: 1.05; margin-bottom: 10px; font-size: 22px; }
.blog-card-full.featured .bcard-body h2 { font-size: 30px; }
.bcard-body p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.6; flex: 1; }
.bcard-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
.bcard-read { font-family: var(--nunito); font-size: 12px; font-weight: 800; color: var(--pink-light); letter-spacing: 1px; text-transform: uppercase; }
.bcard-date { font-family: var(--nunito); font-size: 11px; color: rgba(255,255,255,0.25); }
.blog-newsletter { background: var(--pink); padding: 80px 40px; text-align: center; }
.blog-newsletter h2 { font-family: var(--bebas); font-size: clamp(40px,5vw,72px); color: var(--white); line-height: 0.95; margin-bottom: 16px; }
.blog-newsletter p { font-size: 16px; color: rgba(255,255,255,0.8); max-width: 420px; margin: 0 auto 36px; line-height: 1.6; }
.newsletter-form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.newsletter-form input { padding: 14px 24px; border-radius: 100px; border: none; font-family: var(--nunito); font-size: 15px; font-weight: 600; width: 320px; outline: none; }
.newsletter-form button { padding: 14px 32px; border-radius: 100px; border: none; background: var(--black); color: var(--white); font-family: var(--nunito); font-size: 14px; font-weight: 800; cursor: pointer; transition: transform 0.2s; }

/* SINGLE POST */
.post-hero { padding: 140px 40px 80px; position: relative; overflow: hidden; text-align: center; }
.post-hero.bg-green { background: linear-gradient(160deg, #1a472a, #005C43); }
.post-hero.bg-pink { background: linear-gradient(160deg, #8b0045, #E31C79); }
.post-hero.bg-darkgreen { background: linear-gradient(160deg, #0a2e1e, #2d7a50); }
.post-hero-img { position: absolute; inset: 0; }
.post-hero-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.25; }
.post-hero-inner { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }
.post-meta-top { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 24px; }
.post-date { font-family: var(--nunito); font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.5); letter-spacing: 1px; text-transform: uppercase; }
.post-hero h1 { font-family: var(--bebas); font-size: clamp(40px,6vw,80px); color: var(--white); line-height: 0.95; margin-bottom: 20px; }
.post-author { font-size: 13px; color: rgba(255,255,255,0.5); font-weight: 600; }
.post-content-wrap { max-width: 760px; margin: 0 auto; padding: 80px 40px; }
.post-content-inner { font-size: 17px; line-height: 1.85; color: #333; }
.post-content-inner h2 { font-family: var(--bebas); font-size: 36px; color: var(--black); margin: 48px 0 16px; line-height: 1; }
.post-content-inner h3 { font-size: 20px; font-weight: 800; margin: 36px 0 12px; }
.post-content-inner p { margin-bottom: 24px; }
.post-content-inner ul, .post-content-inner ol { padding-left: 24px; margin-bottom: 24px; }
.post-content-inner li { margin-bottom: 8px; }
.post-content-inner a { color: var(--pink); text-decoration: underline; }
.post-content-inner blockquote { border-left: 4px solid var(--pink); padding: 16px 24px; background: var(--pink-light); border-radius: 0 12px 12px 0; margin: 32px 0; font-style: italic; }
.post-footer { margin-top: 64px; padding-top: 40px; border-top: 2px solid #f0f0f0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
.post-nav { display: flex; flex-direction: column; gap: 8px; text-align: right; }
.post-nav-link { font-family: var(--nunito); font-size: 13px; font-weight: 800; color: var(--green); transition: color 0.2s; }
.post-nav-link:hover { color: var(--pink); }
.tag { display: inline-block; padding: 4px 12px; border-radius: 100px; background: var(--green-light); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--green); margin-right: 6px; }
.post-cta { background: var(--pink); padding: 80px 40px; text-align: center; }
.post-cta h2 { font-family: var(--bebas); font-size: clamp(44px,5vw,72px); color: var(--white); line-height: 0.95; margin-bottom: 16px; }
.post-cta h2 em { font-style: normal; color: var(--pink-light); }
.post-cta p { font-size: 16px; color: rgba(255,255,255,0.8); max-width: 420px; margin: 0 auto 36px; line-height: 1.6; }
.more-posts { background: var(--green-light); padding: 80px 40px; }
.more-posts-inner { max-width: 1160px; margin: 0 auto; }
.more-posts h3 { font-family: var(--bebas); font-size: 48px; margin-bottom: 40px; }

/* STATIC PAGES */
.page-content { padding: 140px 40px 100px; }
.page-inner { max-width: 760px; margin: 0 auto; }
.page-inner h1 { font-family: var(--bebas); font-size: clamp(48px,6vw,80px); line-height: 0.95; margin-bottom: 40px; }
.page-body { font-size: 17px; line-height: 1.85; color: #333; }
.page-body p { margin-bottom: 20px; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .who-inner, .prog-inner { grid-template-columns: 1fr; gap: 48px; }
  .blog-grid, .blog-grid-full { grid-template-columns: 1fr; }
  .blog-card.featured, .blog-card-full.featured { grid-column: span 1; }
  .prog-marquee-top { margin-left: -24px; margin-right: -24px; width: calc(100% + 48px); }
  .quiz-card { grid-template-columns: 1fr; }
  .quiz-col-left { border-right: none; border-bottom: 2px solid rgba(0,0,0,0.06); }
}
@media (max-width: 700px) {
  nav { padding: 0 20px; }
  .nav-mobile-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--white); flex-direction: column; padding: 20px 24px; border-bottom: 1px solid #eee; gap: 16px; z-index: 99; }
  .nav-links.nav-open { display: flex; }
  .who-photos { grid-template-columns: 1fr; }
  .who-photo-secondary img { margin-top: 0; }
  .newsletter-form input { width: 100%; }
  .footer-top { flex-direction: column; gap: 32px; }
  .post-content-wrap { padding: 60px 24px; }
}
