:root {
  --maroon-950: #350200;
  --maroon-900: #4a0300;
  --maroon-800: #5c0601;
  --maroon-700: #720d06;
  --maroon-600: #8a1a0e;
  --brand-peach: #e29d63;
  --brand-orange: #ff914d;
  --gold: #f5c842;
  --cream: #fff5e8;
  --paper: #fffaf4;
  --ink: #281410;
  --muted: #6b5550;
  --line: rgba(92, 6, 1, .14);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(62, 5, 1, .14);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 999; background: #fff; color: #000; padding: 10px 14px; }
.skip-link:focus { top: 20px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(53, 2, 0, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); min-width: 0; }
.brand img { width: 56px; height: 56px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.14); }
.brand-copy { display: grid; line-height: 1.05; letter-spacing: .05em; }
.brand-copy strong { font-size: .92rem; }
.brand-copy small { margin-top: 5px; font-size: .58rem; color: #f2c9ab; letter-spacing: .13em; }
.main-nav { display: flex; align-items: center; gap: 26px; color: rgba(255,255,255,.82); font-size: .9rem; }
.main-nav a { transition: .2s ease; }
.main-nav a:hover { color: #fff; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(245,200,66,.48); border-radius: 999px; color: var(--gold) !important; }
.menu-btn { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-btn span { display: block; height: 2px; background: #fff; margin: 6px 0; }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(255,145,77,.10), transparent 35%),
    linear-gradient(135deg, #2f0100 0%, #5c0601 48%, #3e0200 100%);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(40px); opacity: .22; }
.hero-glow-a { width: 420px; height: 420px; background: #e29d63; right: -180px; top: 100px; }
.hero-glow-b { width: 280px; height: 280px; background: #f5c842; left: -140px; bottom: 40px; opacity: .08; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; padding: 90px 0 84px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 700; color: #f3c7a4; }
.eyebrow:before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--maroon-700); }
.eyebrow.light { color: #f1c3a0; }
.hero h1 { margin: 22px 0 22px; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(3.4rem, 6.5vw, 6.5rem); line-height: .94; letter-spacing: -.045em; }
.hero h1 span { color: #efb47e; }
.hero-copy > p { max-width: 680px; font-size: 1.08rem; color: rgba(255,255,255,.72); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; font-weight: 700; font-size: .9rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, #efb47e, #f5c842); color: #4a1408; box-shadow: 0 14px 40px rgba(245,200,66,.18); }
.btn-outline { border: 1px solid rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.03); }
.hero-meta { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: 1fr 1.3fr; gap: 24px; max-width: 670px; }
.hero-meta div { display: grid; gap: 3px; }
.hero-meta small { color: rgba(255,255,255,.45); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-meta a, .hero-meta span { font-size: .9rem; color: rgba(255,255,255,.9); }
.hero-logo-wrap { position: relative; min-height: 520px; display: grid; place-items: center; }
.logo-halo { position: absolute; width: 82%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(226,157,99,.32); box-shadow: 0 0 0 42px rgba(226,157,99,.025), 0 0 0 84px rgba(226,157,99,.016); }
.hero-logo { position: relative; width: min(510px, 90%); border-radius: 50%; filter: drop-shadow(0 35px 60px rgba(0,0,0,.34)); }

.section { padding: 110px 0; }
.split-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: start; }
.section-head { display: grid; grid-template-columns: 54px 1fr; gap: 22px; }
.section-number { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); color: var(--maroon-700); font-weight: 800; font-size: .78rem; }
h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.04em; margin: 15px 0 0; }
.about { background: #fffdf9; }
.about-copy { padding-top: 10px; font-size: 1.03rem; color: var(--muted); }
.about-copy p:first-child { margin-top: 0; }
blockquote { margin: 42px 0 0; padding: 24px 0 24px 26px; border-left: 3px solid var(--brand-orange); color: var(--maroon-800); font-family: Georgia, serif; font-size: 2rem; }
blockquote small { display: block; margin-top: 7px; color: var(--muted); font-family: Inter, sans-serif; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.initiatives { background: linear-gradient(180deg, #5c0601, #3b0200); color: #fff; }
.section-title-row { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 54px; }
.section-title-row > p { margin: 0; max-width: 470px; color: var(--muted); }
.initiatives .section-title-row > p { color: rgba(255,255,255,.62); }
.initiative-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.initiative-card { min-height: 350px; padding: 30px 26px 32px; position: relative; border-right: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.018); transition: background .25s ease, transform .25s ease; }
.initiative-card:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.initiative-card:hover { background: rgba(255,255,255,.06); transform: translateY(-5px); }
.card-no { color: rgba(255,255,255,.4); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.card-icon { margin-top: 56px; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(239,180,126,.35); border-radius: 50%; color: var(--gold); }
.initiative-card h3 { font-family: Georgia, serif; font-weight: 500; font-size: 1.7rem; margin: 25px 0 12px; }
.initiative-card p { color: rgba(255,255,255,.6); font-size: .93rem; margin: 0; }

.updates { background: var(--cream); }
.updates-title { align-items: center; }
.feed-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.feed-tab { border: 1px solid rgba(92,6,1,.18); background: transparent; color: var(--maroon-800); border-radius: 999px; padding: 9px 15px; cursor: pointer; }
.feed-tab.active { background: var(--maroon-800); color: #fff; border-color: var(--maroon-800); }
.feed-status { min-height: 32px; font-size: .9rem; color: var(--muted); margin-bottom: 18px; }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { min-width: 0; border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 14px 50px rgba(92,6,1,.08); border: 1px solid rgba(92,6,1,.08); transition: transform .22s ease, box-shadow .22s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 22px 60px rgba(92,6,1,.13); }
.post-media { aspect-ratio: 4 / 3; background: #f3e8df; overflow: hidden; position: relative; }
.post-media img { width: 100%; height: 100%; object-fit: cover; }
.post-platform { position: absolute; left: 12px; top: 12px; background: rgba(53,2,0,.85); color: #fff; backdrop-filter: blur(8px); border-radius: 999px; padding: 6px 10px; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.post-body { padding: 18px 18px 20px; }
.post-date { font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: #947b73; }
.post-body p { margin: 8px 0 16px; color: #5c4944; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 72px; }
.post-link { display: inline-flex; gap: 8px; align-items: center; font-size: .84rem; font-weight: 800; color: var(--maroon-700); }
.social-links { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.social-pill { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 17px 18px; border: 1px solid rgba(92,6,1,.13); border-radius: 16px; background: rgba(255,255,255,.64); }
.social-pill span { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: #92766d; }
.social-pill strong { font-size: .9rem; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.social-pill b { color: var(--maroon-700); }
.feed-empty { grid-column: 1 / -1; padding: 40px; border: 1px dashed rgba(92,6,1,.2); border-radius: 20px; text-align: center; color: var(--muted); background: rgba(255,255,255,.55); }

.support-band { padding: 80px 0; background: #4f0400; color: #fff; }
.support-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.support-grid h2 { max-width: 850px; font-size: clamp(2.4rem, 4.4vw, 4.4rem); }

.contact { background: #fffdf9; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-card { display: grid; min-height: 170px; padding: 26px; border-radius: 20px; border: 1px solid var(--line); background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
a.contact-card:hover { transform: translateY(-3px); border-color: rgba(92,6,1,.3); box-shadow: var(--shadow); }
.contact-card small { text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; color: #9a7d74; }
.contact-card strong { align-self: center; font-family: Georgia, serif; font-weight: 500; font-size: clamp(1.2rem, 2.6vw, 2rem); color: var(--maroon-800); overflow-wrap: anywhere; }
.contact-card span { align-self: end; color: var(--muted); font-size: .85rem; }

.site-footer { background: #2d0100; color: #fff; }
.footer-main { padding: 56px 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 72px; height: 72px; border-radius: 50%; }
.footer-brand strong { font-size: .86rem; letter-spacing: .08em; }
.footer-brand p { margin: 4px 0 0; color: rgba(255,255,255,.54); font-size: .83rem; }
.footer-links { display: flex; gap: 22px; color: rgba(255,255,255,.65); font-size: .84rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding: 19px 0 25px; display: flex; justify-content: space-between; gap: 20px; font-size: .72rem; color: rgba(255,255,255,.42); }
.whatsapp-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, #efb47e, #f5c842); color: #4a1408; box-shadow: 0 16px 45px rgba(53,2,0,.28); font-weight: 900; font-size: .77rem; border: 3px solid rgba(255,255,255,.85); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { position: fixed; top: 78px; left: 0; right: 0; display: none; padding: 24px 20px 28px; background: rgba(53,2,0,.98); flex-direction: column; align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav.open { display: flex; }
  .menu-btn { display: block; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 18px; padding: 70px 0 60px; }
  .hero-logo-wrap { order: -1; min-height: 350px; }
  .hero-logo { width: min(380px, 82%); }
  .logo-halo { width: 64%; }
  .split-grid, .section-title-row, .support-grid { grid-template-columns: 1fr; gap: 32px; }
  .initiative-grid { grid-template-columns: repeat(2, 1fr); }
  .initiative-card:nth-child(3) { border-left: 1px solid rgba(255,255,255,.12); }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .feed-actions { justify-content: flex-start; }
  .support-grid .btn { justify-self: start; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 28px, 1180px); }
  .brand-copy { display: none; }
  .nav-wrap { min-height: 70px; }
  .main-nav { top: 70px; }
  .brand img { width: 50px; height: 50px; }
  .hero-grid { padding-top: 48px; }
  .hero-logo-wrap { min-height: 280px; }
  .hero h1 { font-size: clamp(2.85rem, 15vw, 4.7rem); }
  .hero-copy > p { font-size: .98rem; }
  .hero-meta { grid-template-columns: 1fr; gap: 12px; }
  .section { padding: 76px 0; }
  .section-head { grid-template-columns: 1fr; }
  .section-number { width: 46px; height: 46px; }
  .initiative-grid { grid-template-columns: 1fr; }
  .initiative-card, .initiative-card:nth-child(3) { border-left: 1px solid rgba(255,255,255,.12); }
  .social-grid { grid-template-columns: 1fr; }
  .social-links { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { width: 54px; height: 54px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Archive cards shown immediately, before the live Meta API is connected. */
.archive-visual { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 35%, #8a1a0e 0%, #5c0601 54%, #350200 100%); }
.archive-visual > img { width: 54%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 50%; opacity: .34; filter: saturate(.9); transform: scale(1.06); }
.archive-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(53,2,0,.04), rgba(53,2,0,.82)); }
.archive-copy { position: absolute; inset: auto 20px 18px; color: #fff; display: grid; gap: 6px; }
.archive-copy span { width: max-content; font-size: .62rem; letter-spacing: .14em; font-weight: 800; color: #f1c3a0; }
.archive-copy strong { font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.02; max-width: 90%; }
.archive-copy b { position: absolute; right: 0; bottom: 0; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: #f5c842; color: #4a1408; font-size: .78rem; }

/* V3 — full pictures, playable reels/videos, readable captions, mobile media viewer */
.post-media {
  aspect-ratio: 4 / 5;
  background: #2d0100;
  display: grid;
  place-items: center;
}
.post-media img,
.post-media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #2d0100;
}
.post-image-button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.post-image-button img { display: block; }
.view-full {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(45,1,0,.82);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.post-video { position: absolute; inset: 0; z-index: 1; }
.facebook-video-embed { position: absolute; inset: 0; width: 100%; height: 100%; background: #fff; }
.post-platform { z-index: 3; pointer-events: none; }
.media-count {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(45,1,0,.82);
  font-size: .68rem;
  font-weight: 800;
}
.post-caption { min-height: 0 !important; white-space: pre-line; }
.post-caption.is-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-caption.is-expanded { display: block; overflow: visible; }
.post-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; }
.read-more, .open-media-text {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--maroon-700);
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
}
.post-link { margin-left: auto; }
.feed-more-wrap { display: flex; justify-content: center; margin-top: 28px; }
.feed-more {
  border: 1px solid rgba(92,6,1,.2);
  background: #fff;
  color: var(--maroon-800);
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(92,6,1,.06);
}
.feed-more[hidden] { display: none; }
body.modal-open { overflow: hidden; }
.media-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(22,0,0,.92);
  backdrop-filter: blur(10px);
}
.media-modal.open { display: flex; }
.media-modal-panel {
  width: min(1120px, 92vw);
  max-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  overflow: hidden;
  border-radius: 22px;
  background: #fffaf4;
  box-shadow: 0 30px 100px rgba(0,0,0,.35);
}
.media-modal-stage {
  min-height: 62vh;
  max-height: 92vh;
  display: grid;
  place-items: center;
  background: #160000;
}
.media-modal-stage img,
.media-modal-stage video {
  width: 100%;
  height: 100%;
  max-height: 92vh;
  object-fit: contain;
}
.media-modal-info { padding: 26px; overflow-y: auto; }
.media-modal-meta { color: #98796f; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.media-modal-caption { margin: 18px 0 26px; color: #4f3b35; white-space: pre-line; line-height: 1.7; overflow-wrap: anywhere; }
.media-modal-original { color: var(--maroon-700); font-weight: 800; }
.media-modal-close {
  position: fixed;
  top: 16px;
  right: 18px;
  z-index: 1002;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}
.media-modal-nav {
  position: fixed;
  top: 50%;
  z-index: 1002;
  width: 48px;
  height: 64px;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 2.4rem;
  cursor: pointer;
}
.media-modal-nav[hidden] { display: none; }
.media-modal-prev { left: 18px; }
.media-modal-next { right: 18px; }

@media (max-width: 760px) {
  .updates .container { width: min(100% - 18px, 1180px); }
  .social-grid { gap: 16px; }
  .post-card { border-radius: 17px; }
  .post-media { aspect-ratio: 4 / 5; }
  .post-body { padding: 16px; }
  .post-body p { font-size: .94rem; line-height: 1.62; }
  .post-actions { align-items: flex-start; }
  .post-link { margin-left: 0; width: 100%; padding-top: 3px; }
  .media-modal { padding: 0; align-items: stretch; }
  .media-modal-panel {
    width: 100vw;
    height: 100dvh;
    max-height: none;
    border-radius: 0;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 62dvh) minmax(0, 38dvh);
  }
  .media-modal-stage { min-height: 0; max-height: none; }
  .media-modal-stage img, .media-modal-stage video { max-height: 62dvh; }
  .media-modal-info { padding: 18px 18px 30px; }
  .media-modal-close { top: 10px; right: 10px; background: rgba(45,1,0,.78); }
  .media-modal-nav { top: 31dvh; width: 40px; height: 54px; font-size: 2rem; background: rgba(45,1,0,.68); }
  .media-modal-prev { left: 8px; }
  .media-modal-next { right: 8px; }
}

/* V4 — official live social embeds + exact thumbnail feed; never show logo placeholders as post thumbnails */
.official-social-live { margin: 8px 0 26px; }
.official-feed-panel {
  background: #fff;
  border: 1px solid rgba(92,6,1,.11);
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 16px 55px rgba(92,6,1,.08);
  overflow: hidden;
}
.official-feed-panel[hidden] { display: none !important; }
.official-feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 2px 4px 14px;
}
.official-feed-head > div { min-width: 0; display: grid; gap: 3px; }
.official-feed-head span { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; color: #997a70; font-weight: 800; }
.official-feed-head strong { color: var(--maroon-800); overflow-wrap: anywhere; }
.official-feed-head a { white-space: nowrap; color: var(--maroon-700); font-size: .82rem; font-weight: 800; }
.instagram-embed-shell,
.facebook-embed-shell {
  width: 100%;
  min-height: 650px;
  border-radius: 16px;
  overflow: hidden;
  background: #fffaf4;
  display: grid;
  place-items: start center;
}
.instagram-embed-shell .instagram-media { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
.facebook-embed-shell iframe { display: block; width: 100%; min-height: 720px; border: 0; background: #fff; }

/* If a historic item has no real Meta media, do not fake its thumbnail with the Trust logo. */
.post-card.no-real-media { display: none !important; }
.archive-visual { display: none !important; }

@media (max-width: 760px) {
  .official-feed-panel { padding: 10px; border-radius: 17px; }
  .official-feed-head { align-items: flex-start; padding: 4px 4px 12px; }
  .official-feed-head a { font-size: .76rem; }
  .instagram-embed-shell, .facebook-embed-shell { min-height: 560px; border-radius: 12px; }
  .facebook-embed-shell iframe { min-height: 650px; }
}

/* V5 — exact social thumbnails + recognisable social controls */
.nav-social { display:flex; align-items:center; gap:7px; }
.nav-social img { width:18px; height:18px; color:currentColor; }
.social-pill { position:relative; }
.social-pill .social-icon { width:23px; height:23px; color:var(--maroon-700); flex:0 0 auto; }
.whatsapp-float {
  background:#25D366 !important;
  color:#fff !important;
  border:3px solid #fff !important;
  box-shadow:0 14px 38px rgba(0,0,0,.24) !important;
  padding:0 !important;
}
.whatsapp-float img { width:32px; height:32px; display:block; }
.whatsapp-float:hover { transform:translateY(-2px) scale(1.03); }

/* Real social media is always shown with its own aspect ratio inside a clean thumbnail frame. */
.post-media { aspect-ratio:4/5; background:#170000; }
.post-media img, .post-media video { object-fit:contain; background:#170000; }
.post-image-button { background:#170000; }
.post-image-button::before {
  content:""; position:absolute; inset:0; background:var(--thumb-bg, none) center/cover no-repeat;
  filter:blur(24px) brightness(.5); transform:scale(1.12); opacity:.72; pointer-events:none;
}
.post-image-button img { position:relative; z-index:1; object-fit:contain; }
.view-full { z-index:2; }

/* Don't ever use the Trust logo as a social post thumbnail. */
.archive-visual { display:none !important; }

@media (max-width: 900px) {
  .nav-social { justify-content:center; }
}
@media (max-width:760px) {
  .whatsapp-float { width:56px !important; height:56px !important; right:14px !important; bottom:14px !important; }
  .whatsapp-float img { width:31px; height:31px; }
  .social-pill .social-icon { width:21px; height:21px; }
  .post-media { aspect-ratio:1/1; }
  .post-media.is-video { aspect-ratio:9/14; max-height:72dvh; }
}
