/* ===========================================================
   The People's Angels CIC — stylesheet
   =========================================================== */

:root {
  --navy-950: #0a1330;
  --navy-900: #0e1b3d;
  --navy-800: #142752;
  --navy-700: #1c3468;
  --navy-600: #2a457f;
  --red-600: #d92d20;
  --red-500: #e8453b;
  --red-100: #fdeceb;
  --cream: #faf7f1;
  --white: #ffffff;
  --ink: #182035;
  --ink-soft: #5a6178;
  --line: #e7e4dc;

  --shadow-sm: 0 2px 8px rgba(14, 27, 61, 0.08);
  --shadow-md: 0 12px 32px rgba(14, 27, 61, 0.14);
  --shadow-lg: 0 30px 60px -15px rgba(10, 19, 48, 0.35);
  --shadow-red: 0 14px 30px -8px rgba(217, 45, 32, 0.45);

  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Manrope', system-ui, -apple-system, Segoe UI, sans-serif;

  --container: 1180px;
}

/* ---------- Reset ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.15; margin: 0 0 .5em; color: var(--navy-900); }
p { margin: 0 0 1em; }
address { font-style: normal; }
button { font-family: inherit; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: 24px; }

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--navy-900); color: #fff;
  padding: 12px 20px; z-index: 999; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.muted { color: var(--ink-soft); }

section { position: relative; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--red-500);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--red-500); display: inline-block;
}
.eyebrow.on-dark { color: #ffb4ac; }
.eyebrow.on-dark::before { background: #ffb4ac; }

.section-head { max-width: 640px; margin-bottom: 44px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--ink-soft); font-size: 1.05rem; }

/* Long-form content (privacy policy, etc.) */
.prose { max-width: 760px; margin-inline: auto; }
.prose h2 { font-size: 1.4rem; margin-top: 2em; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink-soft); font-size: 1.02rem; }
.prose a { color: var(--navy-900); font-weight: 700; border-bottom: 2px solid var(--red-500); }
.prose-list { margin: 0 0 1em; padding-left: 22px; color: var(--ink-soft); font-size: 1.02rem; }
.prose-list li { margin-bottom: 8px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 28px; border-radius: 999px; font-weight: 700; font-size: 0.98rem;
  border: 2px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  cursor: pointer; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red-600); color: #fff; box-shadow: var(--shadow-red); }
.btn-primary:hover { background: var(--red-500); }
.btn-light { background: #fff; color: var(--navy-900); box-shadow: var(--shadow-sm); }
.btn-light:hover { box-shadow: var(--shadow-md); }
.btn-outline { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-outline-navy { border-color: var(--navy-900); color: var(--navy-900); }
.btn-outline-navy:hover { background: var(--navy-900); color: #fff; }
.btn-small { padding: 10px 20px; font-size: 0.85rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(250, 247, 241, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(14,27,61,0.06);
}
.header-inner { display: flex; align-items: center; gap: 28px; padding-block: 10px; }
.brand { display: flex; align-items: center; gap: 14px; margin-right: auto; }
.brand-mark { width: 78px; height: auto; flex-shrink: 0; filter: drop-shadow(0 2px 4px rgba(0,0,0,.15)); }
.brand-text { display: flex; flex-direction: column; justify-content: center; line-height: 1.1; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--navy-900); }
.brand-sub { font-size: 0.68rem; letter-spacing: .14em; color: var(--red-600); font-weight: 800; }

.main-nav { display: flex; align-items: center; }
.main-nav ul { display: flex; align-items: center; gap: 2px; }
.main-nav li { display: flex; align-items: center; }
.main-nav a {
  display: flex; align-items: center; height: 100%; padding: 10px 15px; border-radius: 999px; font-weight: 600; font-size: 0.93rem; color: var(--navy-800); line-height: 1;
  transition: background .2s ease, color .2s ease;
}
.main-nav a:hover { background: rgba(14,27,61,0.06); }
.main-nav a.is-active { background: var(--navy-900); color: #fff; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.icon-link {
  width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--navy-900); color: #fff; transition: background .2s ease, transform .2s ease;
}
.icon-link:hover { background: var(--red-600); transform: translateY(-2px); }

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 40px; height: 40px; background: none; border: none; cursor: pointer;
}
.nav-toggle span { width: 100%; height: 2px; background: var(--navy-900); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero (3D) ---------- */
.hero {
  position: relative;
  background: radial-gradient(120% 140% at 15% 0%, var(--navy-700) 0%, var(--navy-900) 45%, var(--navy-950) 100%);
  overflow: hidden;
  padding-block: 76px 40px;
}
.hero::before,
.hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none;
}
.hero::before { width: 420px; height: 420px; background: rgba(217,45,32,0.35); top: -140px; right: -100px; }
.hero::after { width: 360px; height: 360px; background: rgba(42,69,127,0.55); bottom: -160px; left: -120px; }

.hero-inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 40px;
  position: relative; z-index: 2;
}
.hero-copy { color: #fff; }
.hero-copy h1 {
  color: #fff; font-size: clamp(2.3rem, 4.2vw, 3.4rem); margin-bottom: 20px; letter-spacing: -0.01em;
}
.hero-copy h1 em { font-style: normal; color: #ffb4ac; }
.hero-lede { font-size: 1.15rem; color: rgba(255,255,255,0.82); max-width: 500px; margin-bottom: 32px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }

.hero-meta { display: flex; flex-wrap: wrap; gap: 22px; }
.hero-meta-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.85); font-size: 0.88rem; font-weight: 600; }
.hero-meta-item .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red-500); box-shadow: 0 0 0 4px rgba(217,45,32,0.25); flex-shrink: 0; }

/* 3D stage */
.hero-stage {
  position: relative; height: 460px;
  perspective: 1400px;
}
.hero-stage-inner {
  position: relative; width: 100%; height: 100%;
  transform-style: preserve-3d;
  transition: transform .2s ease-out;
}
.hero-photo-card {
  position: absolute; top: 10%; left: 4%; width: 78%; height: 72%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transform: translateZ(0px) rotate(-4deg);
  border: 6px solid rgba(255,255,255,0.9);
  animation: float-slow 7s ease-in-out infinite;
}
.hero-photo-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-heart {
  position: absolute; top: -6%; right: -8%; width: 62%;
  transform: translateZ(90px) rotate(6deg);
  filter: drop-shadow(0 25px 35px rgba(0,0,0,0.45));
  animation: float-mid 6s ease-in-out infinite;
}
.hero-badge {
  position: absolute; bottom: 4%; left: -4%;
  background: #fff; color: var(--navy-900); border-radius: var(--radius-md);
  padding: 14px 18px; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 12px; max-width: 230px;
  transform: translateZ(120px);
  animation: float-fast 5s ease-in-out infinite;
}
.hero-badge img { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; }
.hero-badge strong { display: block; font-size: 0.85rem; line-height: 1.25; }
.hero-badge span { font-size: 0.72rem; color: var(--ink-soft); }

@keyframes float-slow { 0%,100% { transform: translateZ(0) rotate(-4deg) translateY(0); } 50% { transform: translateZ(0) rotate(-4deg) translateY(-12px); } }
@keyframes float-mid { 0%,100% { transform: translateZ(90px) rotate(6deg) translateY(0); } 50% { transform: translateZ(90px) rotate(4deg) translateY(-16px); } }
@keyframes float-fast { 0%,100% { transform: translateZ(120px) translateY(0); } 50% { transform: translateZ(120px) translateY(-9px); } }

@media (prefers-reduced-motion: reduce) {
  .hero-photo-card, .hero-heart, .hero-badge { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Trust strip ---------- */
.trust-strip {
  background: var(--navy-950); padding-block: 22px; border-top: 1px solid rgba(255,255,255,0.08);
}
.trust-strip .container {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px;
  color: rgba(255,255,255,0.75); font-size: 0.85rem; font-weight: 600;
}
.trust-strip strong { color: #fff; }

/* ---------- Generic sections ---------- */
.section { padding-block: 88px; }
.section-alt { background: #fff; }
.section-navy { background: var(--navy-900); color: #fff; }
.section-navy h2 { color: #fff; }
.section-navy p { color: rgba(255,255,255,0.78); }

/* Cards: What we do */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.info-card {
  background: #fff; border-radius: var(--radius-md); padding: 34px 28px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease;
}
.info-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.icon-badge {
  width: 54px; height: 54px; border-radius: 16px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--red-100); color: var(--red-600);
}
.info-card .icon-badge { margin-bottom: 20px; }
.info-card h3 { font-size: 1.2rem; }
.info-card p { color: var(--ink-soft); margin-bottom: 0; }

/* Split feature (story teaser / visit teaser) */
.split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; height: 420px; object-fit: cover; }
.split-media .float-tag {
  position: absolute; bottom: -22px; right: -22px; background: var(--red-600); color: #fff;
  padding: 16px 22px; border-radius: var(--radius-md); box-shadow: var(--shadow-red);
  font-family: var(--font-display); text-align: center; line-height: 1.1;
}
.split-media .float-tag strong { display: block; font-size: 1.6rem; }
.split-media .float-tag span { font-size: 0.72rem; text-transform: uppercase; letter-spacing: .08em; }
.split-copy p { color: var(--ink-soft); font-size: 1.05rem; }
.split-copy .btn { margin-top: 8px; }

.checklist { margin: 22px 0; }
.checklist li { display: flex; gap: 12px; margin-bottom: 12px; color: var(--ink-soft); }
.checklist li svg { flex-shrink: 0; color: var(--red-600); margin-top: 3px; }

/* Opening hours widget */
.hours-card {
  background: var(--navy-900); color: #fff; border-radius: var(--radius-lg); padding: 32px;
  box-shadow: var(--shadow-lg);
}
.hours-card h3 { color: #fff; display: flex; align-items: center; gap: 10px; }
.hours-list { margin-top: 18px; }
.hours-list li {
  display: flex; justify-content: space-between; padding: 10px 0; font-size: 0.95rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.hours-list li:last-child { border-bottom: none; }
.hours-list li.is-today { color: #ffb4ac; font-weight: 700; }
.hours-list .day { color: rgba(255,255,255,0.85); }
.hours-card .btn { margin-top: 22px; }

/* Award / press callout */
.award-band {
  display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 50px; align-items: center;
  background: linear-gradient(135deg, #fff, var(--red-100));
  border-radius: var(--radius-lg); padding: 46px; box-shadow: var(--shadow-sm);
}
.award-band img { border-radius: var(--radius-md); box-shadow: var(--shadow-md); width: 100%; }
.award-band blockquote { font-family: var(--font-display); font-size: 1.4rem; color: var(--navy-900); margin: 0 0 18px; }
.award-band cite { color: var(--ink-soft); font-style: normal; font-weight: 600; }

/* CTA band */
.cta-band {
  background: var(--red-600); border-radius: var(--radius-lg); padding: 56px; text-align: center; color: #fff;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: url('/assets/images/heart-wings.png') center right -60px no-repeat; background-size: 340px auto; opacity: 0.12;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,0.9); max-width: 560px; margin: 0 auto 1.5em; }
.cta-band .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* Gallery */
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 16px;
}
.gallery-grid a { border-radius: var(--radius-sm); overflow: hidden; display: block; position: relative; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-grid a:hover img { transform: scale(1.08); }
.gallery-grid .tall { grid-row: span 2; }
.gallery-grid .wide { grid-column: span 2; }
.gallery-grid.trio { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; }

/* Timeline (about page) */
.timeline { position: relative; margin-left: 10px; padding-left: 34px; border-left: 3px solid var(--line); }
.timeline-item { position: relative; padding-bottom: 46px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: ""; position: absolute; left: -43px; top: 4px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--red-600); border: 4px solid var(--cream); box-shadow: 0 0 0 2px var(--red-600);
}
.timeline-item h3 { margin-bottom: 6px; }
.timeline-item .timeline-year { color: var(--red-600); font-weight: 800; font-size: 0.85rem; letter-spacing: .06em; text-transform: uppercase; }
.timeline-item p { color: var(--ink-soft); }
.timeline-item a.press-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--navy-900); border-bottom: 2px solid var(--red-500); padding-bottom: 2px; }

/* Quote */
.founder-quote {
  background: var(--navy-900); border-radius: var(--radius-lg); padding: 50px; color: #fff; position: relative;
}
.founder-quote svg { color: rgba(255,255,255,0.15); width: 60px; height: 60px; position: absolute; top: 24px; left: 30px; }
.founder-quote blockquote { font-family: var(--font-display); font-size: 1.35rem; position: relative; z-index: 1; max-width: 780px; }
.founder-quote cite { color: #ffb4ac; font-weight: 700; font-style: normal; }

.founder-quote-with-photo { display: flex; align-items: center; gap: 40px; }
.founder-quote-photo {
  width: 140px; height: 140px; border-radius: 50%; object-fit: cover; object-position: 75% center;
  flex-shrink: 0; border: 4px solid rgba(255,255,255,0.2); box-shadow: var(--shadow-lg);
}
.founder-quote-body { position: relative; }
.founder-quote-body svg { position: static; margin-bottom: 10px; }

/* Referral / partner grid (get-involved) */
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.partner-chip {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 22px; text-align: center; font-weight: 700; color: var(--navy-800); font-size: 0.95rem;
  box-shadow: var(--shadow-sm);
}
.partner-chip .icon-badge { margin-inline: auto; }

.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
.step-card { position: relative; padding: 32px 26px 26px; background: #fff; border-radius: var(--radius-md); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.step-card::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: -18px; left: 26px; width: 40px; height: 40px; border-radius: 50%;
  background: var(--red-600); color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; box-shadow: var(--shadow-red);
}
.step-card h3 { margin-top: 10px; font-size: 1.1rem; }
.step-card p { color: var(--ink-soft); margin-bottom: 0; font-size: 0.94rem; }

/* Ways to help */
.help-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }

/* Map */
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 380px; border: 0; display: block; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; }
.contact-card {
  background: var(--navy-900); color: #fff; border-radius: var(--radius-lg); padding: 40px;
}
.contact-card h3 { color: #fff; }
.contact-detail { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.contact-detail .icon-badge { background: rgba(255,255,255,0.12); color: #ffb4ac; }
.contact-detail strong { display: block; margin-bottom: 3px; }
.contact-detail a, .contact-detail span { color: rgba(255,255,255,0.8); font-size: 0.94rem; }

.form-card {
  background: #fff; border-radius: var(--radius-lg); padding: 42px; box-shadow: var(--shadow-md); border: 1px solid var(--line);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 700; font-size: 0.88rem; margin-bottom: 7px; color: var(--navy-900); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border-radius: 10px; border: 1.5px solid var(--line);
  font-family: inherit; font-size: 0.96rem; background: var(--cream); transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--red-500); box-shadow: 0 0 0 4px var(--red-100); background: #fff;
}
.field textarea { resize: vertical; min-height: 130px; }
.hp-field { position: absolute; left: -9999px; opacity: 0; }
.form-privacy-note { margin: 14px 0 0; font-size: 0.82rem; color: var(--ink-soft); text-align: center; }
.form-privacy-note a { color: var(--navy-900); font-weight: 700; }

.alert { padding: 16px 20px; border-radius: 12px; margin-bottom: 24px; font-weight: 600; font-size: 0.95rem; }
.alert-success { background: #e7f6ec; color: #1c6b38; border: 1px solid #b9e6c6; }
.alert-error { background: #fdeceb; color: var(--red-600); border: 1px solid #f6c6c1; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-item summary { cursor: pointer; font-weight: 700; font-size: 1.02rem; color: var(--navy-900); list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.4rem; color: var(--red-600); transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin-top: 14px; color: var(--ink-soft); }

/* Page header (inner pages) */
.page-hero {
  background: radial-gradient(120% 160% at 85% 0%, var(--navy-700) 0%, var(--navy-900) 45%, var(--navy-950) 100%);
  color: #fff; padding: 64px 0 74px; position: relative; overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%;
  background: rgba(217,45,32,.3); filter: blur(70px); top: -100px; right: -60px;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 3.6vw, 2.8rem); max-width: 700px; }
.page-hero p { color: rgba(255,255,255,0.8); max-width: 600px; font-size: 1.08rem; }
.breadcrumb { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 18px; }

/* 404 page */
.not-found-hero { text-align: center; }
.not-found-hero h1, .not-found-hero p { margin-inline: auto; }
.not-found-body { display: flex; flex-direction: column; align-items: center; gap: 32px; text-align: center; }
.not-found-mark { width: 160px; opacity: 0.9; }
.not-found-body .hero-ctas { justify-content: center; margin-bottom: 0; }
.breadcrumb a { color: rgba(255,255,255,0.85); font-weight: 600; }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Footer */
.site-footer { background: var(--navy-950); color: rgba(255,255,255,0.75); padding-block: 64px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.footer-mark { width: 64px; margin-bottom: 16px; }
.footer-tagline { font-family: var(--font-display); color: #fff; font-size: 1.05rem; }
.social-pill {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 10px 18px;
  background: rgba(255,255,255,0.08); border-radius: 999px; font-size: 0.85rem; font-weight: 700; color: #fff;
  transition: background .2s ease;
}
.social-pill:hover { background: var(--red-600); }
.footer-col h3 { color: #fff; font-size: 0.95rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 18px; }
.footer-col address, .footer-contact li { margin-bottom: 10px; font-size: 0.92rem; }
.footer-links li, .footer-contact li { margin-bottom: 10px; }
.footer-links a, .footer-contact a { font-size: 0.92rem; transition: color .2s ease; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-link { display: inline-block; margin-top: 10px; font-weight: 700; color: #ffb4ac; font-size: 0.88rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding-block: 22px; font-size: 0.82rem;
  display: flex; justify-content: center; align-items: center; gap: 8px 24px; flex-wrap: wrap; text-align: center;
}
.footer-bottom p { margin: 0; }
.footer-bottom a { font-weight: 700; color: rgba(255,255,255,0.85); transition: color .2s ease; }
.footer-bottom a:hover { color: #fff; }

/* ---------- Lightbox ---------- */
.lightbox-link { cursor: zoom-in; }

.lightbox {
  position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center;
  background: rgba(10, 19, 48, 0.92); backdrop-filter: blur(4px);
  opacity: 0; transition: opacity .2s ease; padding: 60px 80px;
}
.lightbox[hidden] { display: none; }
.lightbox.is-open { opacity: 1; }
.lightbox-figure { max-width: 100%; max-height: 100%; margin: 0; text-align: center; }
.lightbox-figure img {
  max-width: 100%; max-height: calc(100vh - 160px); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg); transform: scale(.96); transition: transform .2s ease;
}
.lightbox.is-open .lightbox-figure img { transform: scale(1); }
.lightbox-figure figcaption { color: rgba(255,255,255,0.75); font-size: 0.9rem; margin-top: 14px; }

.lightbox-close, .lightbox-nav {
  position: absolute; background: rgba(255,255,255,0.1); color: #fff; border: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s ease;
}
.lightbox-close:hover, .lightbox-nav:hover { background: rgba(255,255,255,0.22); }
.lightbox-close { top: 24px; right: 24px; width: 44px; height: 44px; }
.lightbox-nav { top: 50%; transform: translateY(-50%); width: 52px; height: 52px; }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

html.lightbox-locked, html.lightbox-locked body { overflow: hidden; }

@media (max-width: 760px) {
  .lightbox { padding: 90px 16px 40px; }
  .lightbox-close { top: 12px; right: 12px; width: 40px; height: 40px; }
  .lightbox-nav { width: 44px; height: 44px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-stage { width: 100%; height: 380px; order: -1; max-width: 460px; margin-inline: auto; }
  .split, .award-band, .contact-grid { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .split-media img { height: 320px; }
  .card-grid, .step-grid, .help-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .main-nav {
    position: fixed; inset: 68px 0 auto 0; background: var(--cream); padding: 10px 24px 26px;
    box-shadow: var(--shadow-md); transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform .25s ease, opacity .25s ease; max-height: calc(100vh - 68px); overflow-y: auto;
  }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav ul { flex-direction: column; align-items: stretch; }
  .main-nav li { align-items: stretch; }
  .main-nav a { padding: 13px 6px; border-radius: 8px; }
  .header-actions .btn-small { display: none; }
  .nav-toggle { display: flex; }

  .card-grid, .step-grid, .help-grid, .partner-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding-block: 60px; }
  .award-band, .cta-band, .form-card, .contact-card, .founder-quote { padding: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery-grid.trio { grid-template-columns: 1fr 1fr; }
  .hero-badge { display: none; }
  .founder-quote-with-photo { flex-direction: column; text-align: center; gap: 20px; }
}
