/*
Theme Name: Aadhar Vruddhashram
Theme URI: https://aadhar-vruddhashram.com
Description: Official blog theme for Aadhar Vruddhashram NGO - matching the main website design
Version: 1.0
Author: Aadhar Vruddhashram
Text Domain: aadhar-vruddhashram
*/

/* ═══════════════════════════════════════════════════════════
   AADHAR VRUDDHASHRAM — SHARED STYLES
   ═══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,700;0,9..144,900;1,9..144,400&family=DM+Sans:wght@300;400;500;600&display=swap');




/* ═══════════════════════════════════════════════════════════
   AADHAR VRUDDHASHRAM — SHARED STYLES
   ═══════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,700;0,9..144,900;1,9..144,400&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --orange: #E8500A;
  --orange-light: #FF7A3D;
  --orange-pale: #FFF0E8;
  --teal: #0D7377;
  --teal-light: #14A9AE;
  --teal-pale: #E8F7F7;
  --warm-dark: #1C1208;
  --warm-mid: #5C3D1E;
  --warm-text: #3D2B0E;
  --beige: #FBF6EF;
  --beige2: #F5EDE0;
  --white: #FFFFFF;
  --grey: #8A7968;
  --success: #2E7D32;
  --border: rgba(92,61,30,0.12);
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--beige);
  color: var(--warm-text);
  overflow-x: hidden;
}

/* ── NAV ── */
/* Top announcement bar */
.nav-announcement {
  background: linear-gradient(90deg, var(--teal) 0%, #0a5c60 100%);
  color: white;
  text-align: center;
  padding: 9px 20px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: fixed; top: 0; left: 0; right: 0; z-index: 101;
}
.nav-announcement a {
  color: #a8f0f3;
  font-weight: 700;
  text-decoration: underline;
  margin-left: 6px;
}
.nav-announcement-inner {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  max-width: 1200px; margin: 0 auto;
}
.nav-announcement-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #52e5ea;
  animation: pulse-teal 2s infinite; flex-shrink: 0;
}

nav {
  position: fixed; top: 36px; left:0; right:0; z-index:100;
  background: rgba(251,246,239,0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 0 60px;
  height: 68px;
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 2px 20px rgba(92,61,30,0.06);
  transition: box-shadow 0.3s;
}
nav.scrolled {
  box-shadow: 0 4px 32px rgba(92,61,30,0.12);
}
.nav-logo {
  font-family: 'Fraunces', serif;
  font-size: 1.22rem; font-weight: 900;
  color: var(--orange);
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.nav-logo:hover { opacity: 0.85; }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav-logo-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.62rem; font-weight: 500; letter-spacing: 1px;
  color: var(--grey); text-transform: uppercase;
}
.nav-logo-name { color: var(--orange); font-weight: 900; }
.nav-logo-img {
  width: 40px; height: 40px; border-radius: 10px;
  object-fit: contain; background: white;
  box-shadow: 0 2px 10px rgba(232,80,10,0.18), 0 0 0 2px rgba(232,80,10,0.1);
}
.nav-links {
  display: flex; align-items: center; gap: 2px;
  list-style: none;
}
.nav-links a {
  padding: 8px 15px; border-radius: 50px;
  font-size: 0.84rem; font-weight: 500;
  color: var(--warm-mid); text-decoration: none;
  transition: all 0.2s; position: relative;
}
.nav-links a:hover { background: var(--orange-pale); color: var(--orange); }
.nav-links a.active {
  background: var(--orange-pale);
  color: var(--orange); font-weight: 600;
}
.nav-links a.active::after {
  content: '';
  position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
  width: 4px; height: 4px; border-radius: 50%; background: var(--orange);
}
.nav-right { display:flex; gap:8px; align-items:center; }
.nav-social {
  background: transparent; border: 1.5px solid var(--border);
  color: var(--warm-mid); padding: 7px 14px; border-radius:50px;
  font-size: 0.82rem; cursor:pointer;
  text-decoration: none; display: flex; align-items: center; gap: 6px;
  transition: all 0.2s;
}
.nav-social:hover { background:var(--beige2); border-color:var(--warm-mid); }
.nav-donate {
  background: var(--orange); color: white;
  padding: 10px 24px; border-radius:50px;
  font-size: 0.88rem; font-weight:700; cursor:pointer;
  border: none; font-family:'DM Sans',sans-serif;
  text-decoration: none; display: flex; align-items: center; gap: 6px;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(232,80,10,0.35);
  letter-spacing: 0.2px;
}
.nav-donate:hover {
  background: var(--orange-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(232,80,10,0.45);
}
.nav-donate-pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: white; opacity: 0.9;
  animation: heartbeat 1.6s ease-in-out infinite;
}
@keyframes heartbeat {
  0%,100%{transform:scale(1);opacity:0.9;}
  50%{transform:scale(1.4);opacity:1;}
}

/* Hamburger */
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--warm-dark); border-radius: 2px;
  transition: all 0.3s;
}

/* ── PAGE HEADER ── */
.page-header {
  background: linear-gradient(160deg, var(--warm-dark) 0%, #3D2010 100%);
  padding: 136px 60px 80px;
  text-align: center;
  position: relative; overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-header-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.page-eyebrow {
  display: inline-block;
  font-size: 0.72rem; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--teal-light); font-weight: 700; margin-bottom: 16px;
}
.page-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900; color: white; line-height: 1.1;
  margin-bottom: 16px;
}
.page-title em { color: var(--orange-light); font-style: italic; }
.page-subtitle {
  font-size: 1.05rem; color: rgba(255,255,255,0.65);
  line-height: 1.8; max-width: 560px; margin: 0 auto;
}

/* ── SECTION ── */
.section { max-width: 1200px; margin: 0 auto; padding: 80px 60px; }
.sec-eyebrow {
  display: inline-block;
  font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase;
  color: var(--teal); font-weight: 700; margin-bottom: 12px;
}
.sec-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900; color: var(--warm-dark);
  line-height: 1.15; margin-bottom: 16px;
}
.sec-desc {
  font-size: 0.98rem; line-height: 1.85;
  color: var(--warm-mid); max-width: 600px;
  margin-bottom: 48px;
}

/* ── FOOTER ── */
.footer-cta {
  background: var(--teal);
  text-align: center;
  padding: 80px 60px;
  position: relative; overflow: hidden;
}
.footer-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.footer-cta-inner { position: relative; z-index: 1; }
.footer-cta h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900; color: white; margin-bottom: 12px;
}
.footer-cta p { font-size: 1rem; color: rgba(255,255,255,0.7); margin-bottom: 36px; }
.footer-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.footer-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: white; color: var(--teal);
  padding: 18px 52px; border-radius: 50px; font-weight: 700;
  font-size: 1.05rem; text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.footer-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 48px rgba(0,0,0,0.2); }
.footer-cta-share {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.12); color: white;
  padding: 18px 36px; border-radius: 50px; font-weight: 600;
  font-size: 1rem; text-decoration: none; border: 1.5px solid rgba(255,255,255,0.28);
  transition: all 0.2s; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}
.footer-cta-share:hover { background: rgba(255,255,255,0.22); transform: translateY(-2px); }

/* ── RICH FOOTER ── */
footer {
  background: var(--warm-dark);
  position: relative; overflow: hidden;
}
footer::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px; background: linear-gradient(90deg, transparent, rgba(232,80,10,0.5), rgba(13,115,119,0.5), rgba(232,80,10,0.5), transparent);
}
.footer-main {
  max-width: 1200px; margin: 0 auto;
  padding: 64px 60px 0;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px;
}
.footer-brand-logo {
  font-family: 'Fraunces', serif; font-size: 1.15rem;
  font-weight: 900; color: var(--orange);
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; margin-bottom: 16px;
}
.footer-brand-logo img {
  width: 36px; height: 36px; border-radius: 8px;
  object-fit: contain; background: white;
  box-shadow: 0 2px 10px rgba(232,80,10,0.2);
}
.footer-brand-desc {
  font-size: 0.86rem; color: rgba(255,255,255,0.42);
  line-height: 1.78; margin-bottom: 24px; max-width: 270px;
}
.footer-social-row { display: flex; gap: 10px; }
.footer-social-btn {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 1rem;
  transition: all 0.2s; color: rgba(255,255,255,0.6);
}
.footer-social-btn:hover {
  background: rgba(232,80,10,0.2); border-color: rgba(232,80,10,0.4);
  color: var(--orange-light); transform: translateY(-2px);
}
.footer-col-title {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,0.28);
  margin-bottom: 18px;
}
.footer-col-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col-links a {
  font-size: 0.85rem; color: rgba(255,255,255,0.45);
  text-decoration: none; transition: color 0.2s;
  display: flex; align-items: center; gap: 6px;
}
.footer-col-links a:hover { color: rgba(255,255,255,0.88); }
.footer-col-links a .arr { font-size: 0.7rem; opacity: 0; transition: opacity 0.2s, transform 0.2s; transform: translateX(-4px); }
.footer-col-links a:hover .arr { opacity: 0.6; transform: translateX(0); }
.footer-contact-item {
  display: flex; gap: 10px; align-items: flex-start;
  margin-bottom: 14px;
}
.footer-contact-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; flex-shrink: 0; margin-top: 1px;
}
.footer-contact-text { font-size: 0.82rem; color: rgba(255,255,255,0.42); line-height: 1.65; }
.footer-contact-text strong { display: block; color: rgba(255,255,255,0.65); font-size: 0.77rem; margin-bottom: 2px; }
.footer-divider {
  border: none; border-top: 1px solid rgba(255,255,255,0.06);
  margin: 44px 60px 0;
}
.footer-bottom {
  max-width: 1200px; margin: 0 auto;
  padding: 20px 60px 30px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px;
}
.footer-copy { font-size: 0.74rem; color: rgba(255,255,255,0.22); }
.footer-copy a { color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-copy a:hover { color: rgba(255,255,255,0.6); }
.footer-badges { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.footer-badge {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px; padding: 5px 12px;
  font-size: 0.69rem; font-weight: 600; color: rgba(255,255,255,0.32);
  letter-spacing: 0.5px;
}
.footer-badge.highlight {
  background: rgba(13,115,119,0.22); border-color: rgba(13,115,119,0.4);
  color: var(--teal-light);
}

/* Legacy foot-* classes kept for compat */
.foot-logo { display: none; }
.foot-links { display: none; }
.foot-copy { display: none; }

/* ── WHATSAPP FLOAT ── */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.5);
  cursor: pointer; text-decoration: none;
  animation: wa-pulse 2.5s infinite;
  transition: transform 0.2s;
}
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 30px; height: 30px; }
@keyframes wa-pulse {
  0%,100%{ box-shadow: 0 6px 24px rgba(37,211,102,0.5); }
  50%{ box-shadow: 0 6px 36px rgba(37,211,102,0.8); }
}

/* ── TOAST ── */
.toast {
  position: fixed; bottom: 32px; left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--success); color: white;
  padding: 12px 28px; border-radius: 50px;
  font-size: 0.88rem; font-weight: 600;
  z-index: 2000;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  pointer-events: none;
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* ── ANIMATIONS ── */
.reveal { opacity:0; transform:translateY(28px); transition:opacity 0.7s,transform 0.7s; }
.reveal.in { opacity:1; transform:translateY(0); }
.reveal-delay-1 { transition-delay:0.1s; }
.reveal-delay-2 { transition-delay:0.2s; }
.reveal-delay-3 { transition-delay:0.3s; }

/* ── OVERLAY & MODAL ── */
.overlay {
  display:none; position:fixed; inset:0;
  background:rgba(0,0,0,0.6); backdrop-filter:blur(6px);
  z-index:1000; align-items:center; justify-content:center;
}
.overlay.open { display:flex; }
.modal-box {
  background:white; border-radius:28px; padding:44px;
  max-width:440px; width:90%; text-align:center;
  animation:popUp 0.4s cubic-bezier(0.34,1.56,0.64,1); position:relative;
}
@keyframes popUp {
  from{opacity:0;transform:scale(0.85);}
  to{opacity:1;transform:scale(1);}
}
.modal-x {
  position:absolute; top:16px; right:20px;
  background:var(--beige2); border:none;
  width:32px; height:32px; border-radius:50%;
  font-size:1rem; cursor:pointer; color:var(--grey);
  display:flex; align-items:center; justify-content:center;
}

/* ── RESPONSIVE ── */
@media(max-width:960px) {
  .nav-announcement { font-size: 0.72rem; padding: 8px 12px; }
  nav { padding: 0 20px; top: 34px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .page-header { padding: 120px 24px 60px; }
  .section { padding: 60px 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 32px; padding: 48px 24px 0; }
  .footer-divider { margin: 32px 24px 0; }
  .footer-bottom { padding: 16px 24px 24px; flex-direction: column; text-align: center; }
  .footer-cta { padding: 60px 24px; }
}
@media(max-width:600px) {
  .nav-right .nav-social { display: none; }
  .nav-announcement-text { display: none; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-cta-actions { flex-direction: column; align-items: center; }
}

/* ── PAGE HEADER ── */
.page-header {
  background: linear-gradient(160deg, var(--warm-dark) 0%, #3D2010 100%);
  padding: 136px 60px 80px;
  text-align: center;
  position: relative; overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-header-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.page-eyebrow {
  display: inline-block;
  font-size: 0.72rem; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--teal-light); font-weight: 700; margin-bottom: 16px;
}
.page-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900; color: white; line-height: 1.1;
  margin-bottom: 16px;
}
.page-title em { color: var(--orange-light); font-style: italic; }
.page-subtitle {
  font-size: 1.05rem; color: rgba(255,255,255,0.65);
  line-height: 1.8; max-width: 560px; margin: 0 auto;
}

/* ── SECTION ── */
.section { max-width: 1200px; margin: 0 auto; padding: 80px 60px; }
.sec-eyebrow {
  display: inline-block;
  font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase;
  color: var(--teal); font-weight: 700; margin-bottom: 12px;
}
.sec-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900; color: var(--warm-dark);
  line-height: 1.15; margin-bottom: 16px;
}
.sec-desc {
  font-size: 0.98rem; line-height: 1.85;
  color: var(--warm-mid); max-width: 600px;
  margin-bottom: 48px;
}

/* ── FOOTER ── */
.footer-cta {
  background: var(--teal);
  text-align: center;
  padding: 80px 60px;
  position: relative; overflow: hidden;
}
.footer-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.footer-cta-inner { position: relative; z-index: 1; }
.footer-cta h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900; color: white; margin-bottom: 12px;
}
.footer-cta p { font-size: 1rem; color: rgba(255,255,255,0.7); margin-bottom: 36px; }
.footer-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.footer-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: white; color: var(--teal);
  padding: 18px 52px; border-radius: 50px; font-weight: 700;
  font-size: 1.05rem; text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.footer-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 48px rgba(0,0,0,0.2); }
.footer-cta-share {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.12); color: white;
  padding: 18px 36px; border-radius: 50px; font-weight: 600;
  font-size: 1rem; text-decoration: none; border: 1.5px solid rgba(255,255,255,0.28);
  transition: all 0.2s; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}
.footer-cta-share:hover { background: rgba(255,255,255,0.22); transform: translateY(-2px); }

/* ── RICH FOOTER ── */
footer {
  background: var(--warm-dark);
  position: relative; overflow: hidden;
}
footer::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px; background: linear-gradient(90deg, transparent, rgba(232,80,10,0.5), rgba(13,115,119,0.5), rgba(232,80,10,0.5), transparent);
}
.footer-main {
  max-width: 1200px; margin: 0 auto;
  padding: 64px 60px 0;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px;
}
.footer-brand-logo {
  font-family: 'Fraunces', serif; font-size: 1.15rem;
  font-weight: 900; color: var(--orange);
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; margin-bottom: 16px;
}
.footer-brand-logo img {
  width: 36px; height: 36px; border-radius: 8px;
  object-fit: contain; background: white;
  box-shadow: 0 2px 10px rgba(232,80,10,0.2);
}
.footer-brand-desc {
  font-size: 0.86rem; color: rgba(255,255,255,0.42);
  line-height: 1.78; margin-bottom: 24px; max-width: 270px;
}
.footer-social-row { display: flex; gap: 10px; }
.footer-social-btn {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 1rem;
  transition: all 0.2s; color: rgba(255,255,255,0.6);
}
.footer-social-btn:hover {
  background: rgba(232,80,10,0.2); border-color: rgba(232,80,10,0.4);
  color: var(--orange-light); transform: translateY(-2px);
}
.footer-col-title {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,0.28);
  margin-bottom: 18px;
}
.footer-col-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col-links a {
  font-size: 0.85rem; color: rgba(255,255,255,0.45);
  text-decoration: none; transition: color 0.2s;
  display: flex; align-items: center; gap: 6px;
}
.footer-col-links a:hover { color: rgba(255,255,255,0.88); }
.footer-col-links a .arr { font-size: 0.7rem; opacity: 0; transition: opacity 0.2s, transform 0.2s; transform: translateX(-4px); }
.footer-col-links a:hover .arr { opacity: 0.6; transform: translateX(0); }
.footer-contact-item {
  display: flex; gap: 10px; align-items: flex-start;
  margin-bottom: 14px;
}
.footer-contact-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; flex-shrink: 0; margin-top: 1px;
}
.footer-contact-text { font-size: 0.82rem; color: rgba(255,255,255,0.42); line-height: 1.65; }
.footer-contact-text strong { display: block; color: rgba(255,255,255,0.65); font-size: 0.77rem; margin-bottom: 2px; }
.footer-divider {
  border: none; border-top: 1px solid rgba(255,255,255,0.06);
  margin: 44px 60px 0;
}
.footer-bottom {
  max-width: 1200px; margin: 0 auto;
  padding: 20px 60px 30px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px;
}
.footer-copy { font-size: 0.74rem; color: rgba(255,255,255,0.22); }
.footer-copy a { color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-copy a:hover { color: rgba(255,255,255,0.6); }
.footer-badges { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.footer-badge {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px; padding: 5px 12px;
  font-size: 0.69rem; font-weight: 600; color: rgba(255,255,255,0.32);
  letter-spacing: 0.5px;
}
.footer-badge.highlight {
  background: rgba(13,115,119,0.22); border-color: rgba(13,115,119,0.4);
  color: var(--teal-light);
}

/* Legacy foot-* classes kept for compat */
.foot-logo { display: none; }
.foot-links { display: none; }
.foot-copy { display: none; }

/* ── WHATSAPP FLOAT ── */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.5);
  cursor: pointer; text-decoration: none;
  animation: wa-pulse 2.5s infinite;
  transition: transform 0.2s;
}
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 30px; height: 30px; }
@keyframes wa-pulse {
  0%,100%{ box-shadow: 0 6px 24px rgba(37,211,102,0.5); }
  50%{ box-shadow: 0 6px 36px rgba(37,211,102,0.8); }
}

/* ── TOAST ── */
.toast {
  position: fixed; bottom: 32px; left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--success); color: white;
  padding: 12px 28px; border-radius: 50px;
  font-size: 0.88rem; font-weight: 600;
  z-index: 2000;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  pointer-events: none;
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* ── ANIMATIONS ── */
.reveal { opacity:0; transform:translateY(28px); transition:opacity 0.7s,transform 0.7s; }
.reveal.in { opacity:1; transform:translateY(0); }
.reveal-delay-1 { transition-delay:0.1s; }
.reveal-delay-2 { transition-delay:0.2s; }
.reveal-delay-3 { transition-delay:0.3s; }

/* ── OVERLAY & MODAL ── */
.overlay {
  display:none; position:fixed; inset:0;
  background:rgba(0,0,0,0.6); backdrop-filter:blur(6px);
  z-index:1000; align-items:center; justify-content:center;
}
.overlay.open { display:flex; }
.modal-box {
  background:white; border-radius:28px; padding:44px;
  max-width:440px; width:90%; text-align:center;
  animation:popUp 0.4s cubic-bezier(0.34,1.56,0.64,1); position:relative;
}
@keyframes popUp {
  from{opacity:0;transform:scale(0.85);}
  to{opacity:1;transform:scale(1);}
}
.modal-x {
  position:absolute; top:16px; right:20px;
  background:var(--beige2); border:none;
  width:32px; height:32px; border-radius:50%;
  font-size:1rem; cursor:pointer; color:var(--grey);
  display:flex; align-items:center; justify-content:center;
}

/* ── RESPONSIVE ── */
@media(max-width:960px) {
  .nav-announcement { font-size: 0.72rem; padding: 8px 12px; }
  nav { padding: 0 20px; top: 34px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .page-header { padding: 120px 24px 60px; }
  .section { padding: 60px 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 32px; padding: 48px 24px 0; }
  .footer-divider { margin: 32px 24px 0; }
  .footer-bottom { padding: 16px 24px 24px; flex-direction: column; text-align: center; }
  .footer-cta { padding: 60px 24px; }
}
@media(max-width:600px) {
  .nav-right .nav-social { display: none; }
  .nav-announcement-text { display: none; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-cta-actions { flex-direction: column; align-items: center; }
}




/* ══ BLOG PAGE STYLES ══════════════════════════════════════ */

/* Hero */
.blog-hero {
  background: linear-gradient(160deg, #1C1208 0%, #2d1a08 50%, #0D7377 100%);
  padding: 150px 60px 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.blog-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 25% 60%, rgba(232,80,10,0.13) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 30%, rgba(13,115,119,0.16) 0%, transparent 55%);
}
.blog-hero-inner { position: relative; z-index: 1; }
.blog-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.9); padding: 6px 18px; border-radius: 50px;
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 22px;
}
.blog-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: white; line-height: 1.2; margin-bottom: 16px;
}
.blog-hero h1 em { color: var(--orange); font-style: italic; }
.blog-hero p { color: rgba(255,255,255,0.6); max-width: 520px; margin: 0 auto; font-size: 0.95rem; line-height: 1.75; }

/* Category filter bar */
.blog-filter-bar {
  background: white; border-bottom: 1px solid var(--border);
  padding: 0 60px; display: flex; gap: 4px; overflow-x: auto;
  position: sticky; top: 100px; z-index: 50;
}
.blog-filter-btn {
  padding: 18px 22px; font-size: 0.82rem; font-weight: 600;
  color: var(--grey); border: none; background: none; cursor: pointer;
  border-bottom: 3px solid transparent; white-space: nowrap; transition: all 0.2s;
  text-decoration: none; display: inline-block;
}
.blog-filter-btn:hover, .blog-filter-btn.active {
  color: var(--orange); border-bottom-color: var(--orange);
}

/* Blog layout */
.blog-layout {
  max-width: 1200px; margin: 0 auto;
  padding: 64px 60px;
  display: grid; grid-template-columns: 1fr 340px; gap: 56px;
}

/* Featured post */
.blog-featured {
  background: white; border-radius: 24px; overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  margin-bottom: 32px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.blog-featured:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(92,61,30,0.12);
}
.blog-featured-img {
  width: 100%; height: 320px; object-fit: cover; display: block;
}
.blog-featured-img-placeholder {
  width: 100%; height: 320px;
  background: linear-gradient(135deg, var(--beige2), var(--orange-pale));
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem;
}
.blog-featured-body { padding: 32px; }
.blog-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--orange); color: white;
  font-size: 0.68rem; font-weight: 700; padding: 4px 12px;
  border-radius: 50px; text-transform: uppercase; letter-spacing: 0.5px;
  margin-bottom: 14px; text-decoration: none;
}
.blog-tag.teal { background: var(--teal); }
.blog-tag.green { background: #2d7a3a; }
.blog-featured-body h2 {
  font-family: 'Fraunces', serif; font-size: 1.5rem;
  font-weight: 700; color: var(--warm-dark); line-height: 1.4; margin-bottom: 12px;
}
.blog-featured-body h2 a {
  color: inherit; text-decoration: none; transition: color 0.2s;
}
.blog-featured-body h2 a:hover { color: var(--orange); }
.blog-meta {
  display: flex; align-items: center; gap: 16px;
  font-size: 0.78rem; color: var(--grey); margin-bottom: 14px; flex-wrap: wrap;
}
.blog-featured-body p {
  font-size: 0.92rem; color: var(--warm-mid); line-height: 1.75; margin-bottom: 20px;
}
.blog-read-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange); color: white;
  padding: 12px 24px; border-radius: 50px;
  font-size: 0.83rem; font-weight: 700; text-decoration: none;
  transition: all 0.2s;
}
.blog-read-btn:hover { background: #c94009; transform: translateX(3px); }

/* Regular post card */
.blog-card {
  background: white; border-radius: 20px; overflow: hidden;
  border: 1px solid var(--border); display: flex;
  margin-bottom: 20px; transition: all 0.3s;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(92,61,30,0.1);
}
.blog-card-img {
  width: 200px; flex-shrink: 0; object-fit: cover; display: block;
}
.blog-card-img-placeholder {
  width: 200px; flex-shrink: 0; min-height: 160px;
  background: linear-gradient(135deg, var(--beige2), var(--orange-pale));
  display: flex; align-items: center; justify-content: center; font-size: 2.5rem;
}
.blog-card-body { padding: 22px 24px; flex: 1; }
.blog-card-body h3 {
  font-family: 'Fraunces', serif; font-size: 1rem;
  font-weight: 700; color: var(--warm-dark); line-height: 1.45; margin-bottom: 8px;
}
.blog-card-body h3 a { color: inherit; text-decoration: none; }
.blog-card-body h3 a:hover { color: var(--orange); }
.blog-card-body p {
  font-size: 0.83rem; color: var(--warm-mid); line-height: 1.65; margin-bottom: 12px;
}
.blog-card-link {
  font-size: 0.8rem; font-weight: 700; color: var(--teal); text-decoration: none;
}
.blog-card-link:hover { color: var(--orange); }

/* Section header */
.blog-section-header {
  margin-bottom: 24px; padding-bottom: 16px;
  border-bottom: 2px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.blog-section-header h3 {
  font-family: 'Fraunces', serif; font-size: 1.25rem; color: var(--warm-dark);
}

/* Single post */
.single-post-hero {
  background: linear-gradient(160deg, #1C1208 0%, #2d1a08 60%, #0D7377 100%);
  padding: 150px 60px 60px; position: relative; overflow: hidden;
}
.single-post-hero-inner { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }
.single-post-hero h1 {
  font-family: 'Fraunces', serif; font-size: clamp(1.8rem, 4vw, 3rem);
  color: white; line-height: 1.2; margin-bottom: 20px;
}
.single-post-meta {
  display: flex; gap: 20px; flex-wrap: wrap;
  font-size: 0.8rem; color: rgba(255,255,255,0.6);
}
.single-post-meta span { display: flex; align-items: center; gap: 6px; }

.single-post-content {
  max-width: 800px; margin: 0 auto; padding: 56px 60px;
}
.single-post-thumbnail {
  width: 100%; max-height: 480px; object-fit: cover;
  border-radius: 20px; margin-bottom: 40px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.12);
}
.post-body { font-size: 1rem; line-height: 1.9; color: var(--warm-mid); }
.post-body h2, .post-body h3 {
  font-family: 'Fraunces', serif; color: var(--warm-dark); margin: 36px 0 16px;
}
.post-body h2 { font-size: 1.6rem; }
.post-body h3 { font-size: 1.25rem; }
.post-body p { margin-bottom: 20px; }
.post-body img {
  width: 100%; border-radius: 16px; margin: 24px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.post-body a { color: var(--teal); font-weight: 600; }
.post-body ul, .post-body ol { padding-left: 24px; margin-bottom: 20px; }
.post-body li { margin-bottom: 8px; }
.post-body blockquote {
  background: var(--beige); border-left: 4px solid var(--orange);
  padding: 20px 24px; border-radius: 0 12px 12px 0;
  margin: 28px 0; font-family: 'Fraunces', serif;
  font-style: italic; font-size: 1.05rem; color: var(--warm-dark);
}
.post-body figure.wp-block-image { margin: 28px 0; }
.post-body figure.wp-block-image img { margin: 0; }
.post-body figcaption {
  text-align: center; font-size: 0.8rem;
  color: var(--grey); margin-top: 8px;
}

/* Post navigation */
.post-nav {
  max-width: 800px; margin: 0 auto; padding: 0 60px 60px;
  display: flex; gap: 16px; justify-content: space-between;
}
.post-nav-btn {
  background: white; border: 1px solid var(--border);
  border-radius: 16px; padding: 20px 24px; flex: 1;
  text-decoration: none; transition: all 0.2s;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.post-nav-btn:hover { border-color: var(--orange); transform: translateY(-3px); }
.post-nav-label { font-size: 0.7rem; color: var(--grey); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.post-nav-title { font-family: 'Fraunces', serif; font-size: 0.95rem; color: var(--warm-dark); font-weight: 700; }

/* Sidebar */
.blog-sidebar { display: flex; flex-direction: column; gap: 28px; }
.sidebar-widget {
  background: white; border-radius: 20px;
  border: 1px solid var(--border); overflow: hidden;
}
.sidebar-widget-title {
  background: var(--warm-dark); color: white; padding: 16px 22px;
  font-family: 'Fraunces', serif; font-size: 0.95rem; font-weight: 700;
  display: flex; align-items: center; gap: 10px;
}
.sidebar-widget-body { padding: 20px; }
.sidebar-cta {
  background: linear-gradient(135deg, var(--orange) 0%, #c94009 100%);
  border-radius: 20px; padding: 28px 22px; text-align: center;
}
.sidebar-cta h3 {
  font-family: 'Fraunces', serif; color: white; font-size: 1.1rem; margin-bottom: 8px;
}
.sidebar-cta p {
  color: rgba(255,255,255,0.85); font-size: 0.82rem; line-height: 1.6; margin-bottom: 20px;
}
.sidebar-cta a {
  display: block; background: white; color: var(--orange);
  padding: 12px; border-radius: 50px; font-weight: 700; font-size: 0.85rem; text-decoration: none;
}
.sidebar-cta a:hover { background: var(--beige); }

/* Recent posts in sidebar */
.sidebar-post {
  display: flex; gap: 12px; padding: 12px 0;
  border-bottom: 1px solid var(--border); align-items: flex-start;
}
.sidebar-post:last-child { border-bottom: none; padding-bottom: 0; }
.sidebar-post-img {
  width: 56px; height: 56px; border-radius: 10px;
  object-fit: cover; flex-shrink: 0;
}
.sidebar-post-img-placeholder {
  width: 56px; height: 56px; border-radius: 10px; flex-shrink: 0;
  background: var(--orange-pale); display: flex; align-items: center;
  justify-content: center; font-size: 1.3rem;
}
.sidebar-post-title {
  font-size: 0.83rem; font-weight: 600; color: var(--warm-dark);
  line-height: 1.4; margin-bottom: 4px;
}
.sidebar-post-title a { color: inherit; text-decoration: none; }
.sidebar-post-title a:hover { color: var(--orange); }
.sidebar-post-date { font-size: 0.72rem; color: var(--grey); }

/* Category list in sidebar */
.sidebar-cat-list { list-style: none; padding: 0; margin: 0; }
.sidebar-cat-list li {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 0.85rem;
}
.sidebar-cat-list li:last-child { border-bottom: none; padding-bottom: 0; }
.sidebar-cat-list a {
  color: var(--warm-mid); text-decoration: none; font-weight: 500;
}
.sidebar-cat-list a:hover { color: var(--orange); }
.sidebar-cat-count {
  background: var(--orange-pale); color: var(--orange);
  font-size: 0.7rem; font-weight: 700; padding: 2px 8px; border-radius: 50px;
}

/* Pagination */
.blog-pagination {
  display: flex; gap: 8px; justify-content: center; padding: 40px 0 0;
}
.blog-pagination a, .blog-pagination span {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  border-radius: 10px; font-size: 0.85rem; font-weight: 600; text-decoration: none;
  border: 1px solid var(--border); color: var(--warm-mid); transition: all 0.2s;
}
.blog-pagination a:hover { background: var(--orange-pale); color: var(--orange); border-color: var(--orange); }
.blog-pagination .current {
  background: var(--orange); color: white; border-color: var(--orange);
}

/* No posts */
.no-posts {
  text-align: center; padding: 80px 40px;
  font-family: 'Fraunces', serif; color: var(--warm-mid);
}
.no-posts h2 { font-size: 1.5rem; margin-bottom: 12px; color: var(--warm-dark); }

/* Responsive */
@media(max-width: 1024px) {
  .blog-layout { grid-template-columns: 1fr; }
  .blog-sidebar { display: grid; grid-template-columns: 1fr 1fr; }
}
@media(max-width: 768px) {
  .blog-hero { padding: 120px 24px 60px; }
  .blog-filter-bar { padding: 0 20px; }
  .blog-layout { padding: 40px 20px; }
  .blog-card { flex-direction: column; }
  .blog-card-img, .blog-card-img-placeholder { width: 100%; height: 160px; }
  .blog-featured-img { height: 220px; }
  .blog-sidebar { grid-template-columns: 1fr; }
  .single-post-hero { padding: 130px 24px 48px; }
  .single-post-content, .post-nav { padding-left: 24px; padding-right: 24px; }
  .post-nav { flex-direction: column; }
}
