/* Yameen ATX — shared design system (flat root structure) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
html, body { max-width: 100%; overflow-x: clip; }
body { font-family: 'DM Sans', sans-serif; background: #fbf7ec; color: #082b27; }
img { max-width: 100%; }
a { color: #082b27; }
a:hover { color: #c9a814; }

.vb {
  --bg: #fbf7ec;
  --bg2: #f3ecd6;
  --dark: #082b27;
  --dark2: #0a3631;
  --teal: #ffdf00;
  --teal-deep: #c9a814;
  --gold: #ffe943;
  --text: #082b27;
  --text-muted: rgba(8,43,39,0.6);
  --serif: 'Playfair Display', serif;
  --sans: 'DM Sans', sans-serif;
  --btn-radius: 100px;
  --card-radius: 16px;
  --ease: cubic-bezier(0.16,1,0.3,1);
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

/* ---------- Nav ---------- */
.vb-nav { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 18px 48px; background: rgba(251,247,236,0.94); -webkit-backdrop-filter: blur(20px) saturate(160%); backdrop-filter: blur(20px) saturate(160%); box-shadow: 0 1px 0 rgba(8,43,39,0.08); position: -webkit-sticky; position: sticky; top: 0; z-index: 60; }
.vb-logo { display: block; }
.vb-logo img { height: 28px; width: auto; display: block; filter: brightness(0) saturate(100%) invert(11%) sepia(40%) saturate(1500%) hue-rotate(140deg) brightness(95%); }
.vb-nav-links { display: flex; gap: 32px; align-items: center; justify-content: center; }
.vb-nav-links a { font-size: 12px; line-height: 1; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); text-decoration: none; transition: color 0.2s; position: relative; display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; font-weight: 600; }
.vb-nav-links a:not(.vb-nav-cta)::before { content: attr(data-text); font-weight: 700; height: 0; visibility: hidden; overflow: hidden; pointer-events: none; }
.vb-nav-links a:not(.vb-nav-cta):hover, .vb-nav-links a:not(.vb-nav-cta).is-active { color: var(--dark); font-weight: 700; }
.vb-nav-right { display: flex; align-items: center; gap: 10px; justify-self: end; }
.vb-nav-cta { background: var(--teal); color: var(--dark); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 900; padding: 11px 22px; border-radius: var(--btn-radius); text-decoration: none; transition: background 0.25s var(--ease); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.vb-nav-cta:hover { background: var(--gold); color: var(--dark); }
.vb-nav-cta.is-current { background: var(--dark); color: var(--teal); }
.vb-nav-cta.is-current:hover { background: var(--dark2); color: var(--teal); }
.vb-nav-links a.vb-nav-ig { display: inline-flex; flex-direction: row; align-items: center; justify-content: center; gap: 10px; color: var(--dark); line-height: 1; transition: color 0.2s; }
.vb-nav-links a.vb-nav-ig::before { display: none; }
.vb-nav-ig:hover { color: var(--teal-deep); }
.vb-nav-ig svg { width: 18px; height: 18px; display: block; flex-shrink: 0; }
.vb-nav-ig .ig-label { display: none; }
.vb-nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: transparent; border: 1.5px solid rgba(8,43,39,0.18); border-radius: 12px; cursor: pointer; color: var(--dark); flex-shrink: 0; position: relative; z-index: 1001; -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.vb-nav-toggle svg { width: 20px; height: 20px; display: block; }
.vb-nav-toggle[aria-expanded="true"] { background: var(--dark); color: var(--teal); border-color: var(--dark); }

/* ---------- Page hero ---------- */
.vb-phero { position: relative; overflow: hidden; background: var(--dark); color: #fbf7ec; padding: 64px 48px 56px; isolation: isolate; }
.vb-phero-pattern { position: absolute; inset: 0; z-index: 1; background-image: url("islamic-pattern-landscape.png"); background-repeat: repeat; background-size: 480px auto; background-position: center; opacity: 0.32; pointer-events: none; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,1) 18%, rgba(0,0,0,1) 82%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,1) 18%, rgba(0,0,0,1) 82%, transparent 100%); }
.vb-phero-inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; }
.vb-phero-eyebrow { font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--teal); font-weight: 700; margin-bottom: 22px; }
.vb-phero h1 { font-family: var(--serif); font-size: clamp(38px, 6.4vw, 72px); font-weight: 700; line-height: 1.04; letter-spacing: -0.02em; color: #fbf7ec; max-width: 820px; }
.vb-phero h1 em { font-style: italic; position: relative; background: linear-gradient(to top, transparent 4%, rgba(255,223,0,0.92) 4%, rgba(255,223,0,0.92) 28%, transparent 28%); padding: 0 2px; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.vb-phero-sub { font-size: 17px; line-height: 1.65; color: rgba(251,247,236,0.78); max-width: 560px; margin-top: 26px; }

/* ---------- Sections ---------- */
.vb-section { padding: 104px 48px; max-width: 1280px; margin: 0 auto; }
.vb-section--alt { background: var(--bg2); max-width: none; }
.vb-section--dark { background: var(--dark); color: #fbf7ec; max-width: none; }
.vb-section--dark .vb-eyebrow { color: var(--teal); }
.vb-section--dark h2 { color: #fbf7ec; }
.vb-section-head { max-width: 760px; margin-bottom: 48px; }
.vb-eyebrow { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--dark); font-weight: 700; opacity: 0.7; margin-bottom: 18px; display: inline-flex; align-items: center; gap: 12px; }
.vb-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--teal); border-radius: 2px; flex-shrink: 0; }
h2 { font-family: var(--serif); font-size: clamp(30px, 4.4vw, 50px); font-weight: 700; line-height: 1.08; letter-spacing: -0.025em; color: var(--dark); text-wrap: pretty; }
h2 em { font-style: italic; position: relative; display: inline-block; }
h2 em::after { content: ''; position: absolute; left: -2%; right: -2%; bottom: 4px; height: 14px; background: var(--teal); z-index: -1; opacity: 0.9; transform: skewX(-6deg); }
h3 { font-family: var(--serif); font-size: 28px; font-weight: 700; line-height: 1.2; color: var(--dark); }
.vb-lead { font-size: 17px; line-height: 1.7; color: rgba(8,43,39,0.72); margin-top: 18px; max-width: 620px; text-wrap: pretty; }
.vb-section--dark .vb-lead { color: rgba(251,247,236,0.75); }

/* ---------- Buttons ---------- */
.vb-btn-primary { background: var(--teal); color: var(--dark); font-size: 14px; font-weight: 700; padding: 16px 32px; min-height: 50px; border-radius: var(--btn-radius); border: none; cursor: pointer; transition: background 0.25s var(--ease); font-family: 'DM Sans', sans-serif; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.vb-btn-primary:hover { background: var(--gold); color: var(--dark); }
.vb-btn-ghost { background: transparent; color: var(--dark); font-size: 14px; font-weight: 600; padding: 16px 32px; min-height: 50px; border-radius: var(--btn-radius); border: 1.5px solid rgba(8,43,39,0.2); cursor: pointer; transition: border-color 0.25s var(--ease), background 0.25s var(--ease); font-family: 'DM Sans', sans-serif; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.vb-btn-ghost:hover { border-color: var(--dark); color: var(--dark); }
.vb-section--dark .vb-btn-ghost, .vb-phero .vb-btn-ghost, .vb-hero .vb-btn-ghost { color: #fbf7ec; border-color: rgba(251,247,236,0.4); }
.vb-section--dark .vb-btn-ghost:hover, .vb-phero .vb-btn-ghost:hover, .vb-hero .vb-btn-ghost:hover { border-color: #fbf7ec; background: rgba(251,247,236,0.1); color: #fbf7ec; }
.vb-btn-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }

/* ---------- Cards ---------- */
.vb-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vb-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.vb-card { padding: 32px 28px; background: rgba(8,43,39,0.03); border: 1px solid rgba(8,43,39,0.07); border-radius: var(--card-radius); transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease), background 0.35s var(--ease), color 0.35s var(--ease); display: flex; flex-direction: column; gap: 12px; color: var(--dark); }
.vb-card:hover { background: var(--dark); border-color: var(--dark); color: #fbf7ec; transform: translateY(-4px); box-shadow: 0 20px 45px rgba(8,43,39,0.16); }
.vb-card h4 { font-family: var(--serif); font-size: 23px; font-weight: 700; line-height: 1.15; letter-spacing: -0.01em; color: inherit; }
.vb-card p { font-size: 14.5px; line-height: 1.65; color: rgba(8,43,39,0.7); transition: color 0.25s; }
.vb-card:hover p { color: rgba(251,247,236,0.78); }
.vb-card a { color: inherit; }
.vb-card-link { margin-top: auto; padding-top: 14px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: inherit; display: inline-flex; align-items: center; gap: 8px; }

/* ---------- FAQ ---------- */
.vb-faq { display: flex; flex-direction: column; gap: 8px; }
.vb-faq details { background: var(--bg2); border-radius: 14px; padding: 22px 24px; border: 1px solid rgba(8,43,39,0.06); }
.vb-faq details[open] { box-shadow: 0 12px 32px rgba(8,43,39,0.08); }
.vb-faq summary { font-family: var(--serif); font-size: 19px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--dark); min-height: 32px; }
.vb-faq summary::-webkit-details-marker { display: none; }
.vb-faq summary::after { content: '+'; font-family: 'DM Sans', sans-serif; font-size: 24px; font-weight: 300; color: var(--dark); transition: transform 0.2s; flex-shrink: 0; }
.vb-faq details[open] summary::after { transform: rotate(45deg); }
.vb-faq p { font-size: 15.5px; line-height: 1.7; color: rgba(8,43,39,0.72); margin-top: 14px; }
.vb-faq a { color: var(--dark); text-decoration: underline; }

/* ---------- Pill ---------- */
.vb-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 100px; background: rgba(255,223,0,0.18); color: var(--dark); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }

/* ---------- Stats ---------- */
.vb-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 16px; }
.vb-stat { padding: 0 28px; position: relative; }
.vb-stat:first-child { padding-left: 0; }
.vb-stat + .vb-stat::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 1px; background: rgba(8,43,39,0.18); }
.vb-stat-num { font-family: var(--serif); font-size: clamp(44px, 6vw, 72px); line-height: 0.95; font-weight: 700; letter-spacing: -0.02em; color: inherit; }
.vb-stat-num em { font-style: italic; }
.vb-stat-label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.7; margin-top: 12px; font-weight: 600; line-height: 1.5; }

/* ---------- Forms ---------- */
.vb-form { display: flex; flex-direction: column; gap: 16px; max-width: 540px; }
.vb-field { display: flex; flex-direction: column; gap: 8px; }
.vb-field label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dark); font-weight: 700; opacity: 0.7; }
.vb-input, .vb-textarea, .vb-select { background: #fbf7ec; border: 1.5px solid rgba(8,43,39,0.15); border-radius: 12px; padding: 14px 16px; font-family: 'DM Sans', sans-serif; font-size: 16px; color: var(--dark); width: 100%; min-height: 50px; }
.vb-input:focus, .vb-textarea:focus, .vb-select:focus { outline: none; border-color: var(--dark); }
.vb-textarea { resize: vertical; min-height: 132px; }
.vb-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ---------- 501(c)(3) note ---------- */
.vb-legal { display: flex; align-items: flex-start; gap: 16px; background: rgba(8,43,39,0.04); border: 1px solid rgba(8,43,39,0.08); border-left: 3px solid var(--teal); border-radius: 14px; padding: 22px 24px; max-width: 760px; }
.vb-legal svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--teal-deep); margin-top: 1px; }
.vb-legal p { font-size: 14.5px; line-height: 1.65; color: rgba(8,43,39,0.78); }
.vb-legal strong { color: var(--dark); font-weight: 700; }
.vb-cta-strip .vb-legal { background: rgba(8,43,39,0.08); border-color: rgba(8,43,39,0.14); border-left-color: var(--dark); margin: 0 auto 22px; text-align: left; }
.vb-cta-strip .vb-legal svg { color: var(--dark); }
.vb-cta-strip .vb-legal p { color: rgba(8,43,39,0.82); }

/* ---------- Footer ---------- */
.vb-footer { background: var(--dark); color: rgba(251,247,236,0.6); padding: 72px 48px 28px; border-top: 1px solid rgba(255,223,0,0.2); }
.vb-footer-grid { max-width: 1280px; margin: 0 auto 56px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; }
.vb-footer-brand img { height: 28px; width: 130px; display: block; background-color: var(--teal); -webkit-mask: url(yameen-logo-white.png) center / contain no-repeat; mask: url(yameen-logo-white.png) center / contain no-repeat; margin-bottom: 18px; }
.vb-footer-brand p { font-size: 14px; line-height: 1.65; color: rgba(251,247,236,0.55); max-width: 300px; }
.vb-footer-brand p.vb-footer-legal { font-size: 12.5px; line-height: 1.6; color: rgba(251,247,236,0.45); margin-top: 16px; max-width: 300px; }
.vb-footer-col h5 { font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--teal); font-weight: 700; margin-bottom: 16px; }
.vb-footer-col a:not(.vb-footer-join), .vb-footer-col p { display: block; font-size: 14.5px; color: rgba(251,247,236,0.6); text-decoration: none; padding: 5px 0; line-height: 1.7; }
.vb-footer-col a:hover { color: var(--teal); }
.vb-footer-col a.vb-footer-join { display: inline-flex; align-items: center; gap: 8px; background: var(--teal); color: var(--dark); padding: 12px 20px; min-height: 46px; border-radius: 100px; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; }
.vb-footer-col a.vb-footer-join:hover { background: var(--gold); color: var(--dark); }
.vb-footer-meta { max-width: 1280px; margin: 0 auto; display: flex; justify-content: flex-end; align-items: center; gap: 16px; padding-top: 28px; border-top: 1px solid rgba(251,247,236,0.08); font-size: 11.5px; color: rgba(251,247,236,0.4); flex-wrap: wrap; }
.vb-footer-meta a { color: rgba(251,247,236,0.4); text-decoration: none; margin-left: 18px; }
.vb-footer-meta a:hover { color: rgba(251,247,236,0.7); }

/* ---------- Sustain side tab ---------- */
.vb-sustain-tab { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 55; background: var(--teal); color: var(--dark); writing-mode: vertical-rl; padding: 18px 10px; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; text-decoration: none; border-radius: 6px 0 0 6px; box-shadow: -4px 0 18px rgba(0,0,0,0.18); border: none; transition: padding 0.2s, background 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.vb-sustain-tab:hover { background: var(--gold); padding-right: 14px; color: var(--dark); }
.vb-sustain-heart { width: 13px; height: 13px; display: inline-block; vertical-align: middle; transform-origin: center; animation: vb-pulse 1.3s ease-in-out infinite; flex-shrink: 0; }
@keyframes vb-pulse { 0%, 100% { transform: scale(1); } 25% { transform: scale(1.28); } 50% { transform: scale(0.95); } 75% { transform: scale(1.18); } }
@media (prefers-reduced-motion: reduce) { .vb-sustain-heart { animation: none; } }

/* ---------- CTA strip ---------- */
.vb-cta-strip { background: var(--teal); padding: 56px 48px; text-align: center; }
.vb-cta-strip h2 { font-size: clamp(26px, 4vw, 40px); color: var(--dark); margin-bottom: 12px; }
.vb-cta-strip h2 em::after { background: rgba(8,43,39,0.18); }
.vb-cta-strip p { font-size: 16px; line-height: 1.6; color: rgba(8,43,39,0.78); margin: 0 auto 22px; max-width: 640px; }
.vb-cta-strip .vb-btn-primary { background: var(--dark); color: var(--teal); }
.vb-cta-strip .vb-btn-primary:hover { background: #0a3631; color: #fff; }
.vb-cta-strip .vb-btn-ghost { border-color: rgba(8,43,39,0.35); }

/* ---------- Team list ---------- */
.vb-team-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid rgba(8,43,39,0.12); }
.vb-team-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding: 20px 4px; border-bottom: 1px solid rgba(8,43,39,0.12); }
.vb-team-list li:nth-child(odd) { border-right: 1px solid rgba(8,43,39,0.12); padding-right: 32px; }
.vb-team-list li:nth-child(even) { padding-left: 32px; }
.vb-team-name { font-family: var(--serif); font-size: 21px; font-weight: 700; color: var(--dark); letter-spacing: -0.01em; line-height: 1.15; }
.vb-team-role { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(8,43,39,0.6); font-weight: 700; white-space: nowrap; }

/* ---------- Home: hero ---------- */
.vb-hero { position: relative; overflow: hidden; min-height: 0; display: flex; align-items: center; isolation: isolate; background-color: var(--dark); }
.vb-hero-pattern { position: absolute; inset: 0; z-index: 1; background-image: url("islamic-pattern-landscape.png"); background-repeat: repeat; background-position: center; background-size: 540px auto; pointer-events: none; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,1) 22%, rgba(0,0,0,1) 78%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,1) 22%, rgba(0,0,0,1) 78%, transparent 100%); opacity: 0.45; }
.vb-hero-content { position: relative; z-index: 2; max-width: 720px; padding: 68px 64px 72px 96px; color: #fbf7ec; }
.vb-hero-eyebrow { font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--teal); margin-bottom: 20px; font-weight: 700; line-height: 1.6; }
.vb-hero h1 { font-family: var(--serif); font-size: clamp(36px, 5.6vw, 58px); line-height: 1.05; font-weight: 700; margin-bottom: 18px; color: #fbf7ec; letter-spacing: -0.015em; }
.vb-hero h1 em { font-style: italic; position: relative; }
.vb-hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 12px; background: var(--teal); z-index: -1; opacity: 0.85; }
.vb-hero p { font-size: 16.5px; line-height: 1.65; color: rgba(251,247,236,0.85); max-width: 520px; margin-bottom: 28px; }
.vb-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Home: sustain strip ---------- */
.vb-sustain-strip { background: var(--bg); padding: 40px 48px; display: grid; grid-template-columns: 360px 1fr; gap: 40px; align-items: center; border-bottom: 1px solid rgba(8,43,39,0.1); box-shadow: 0 12px 24px -12px rgba(8,43,39,0.15); }
.vb-sustain-strip-photo { position: relative; border-radius: var(--card-radius); overflow: hidden; aspect-ratio: 4/5; }
.vb-sustain-strip-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; filter: saturate(0.9) contrast(1.05); }
.vb-sustain-strip-body { display: flex; flex-direction: column; }
.vb-sustain-strip-eyebrow { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dark); font-weight: 800; background: var(--teal); display: inline-flex; align-items: center; padding: 7px 14px; border-radius: 100px; margin-bottom: 14px; align-self: flex-start; }
.vb-sustain-strip-text { font-family: var(--serif); font-size: clamp(22px, 3vw, 26px); font-weight: 700; color: var(--dark); letter-spacing: -0.01em; line-height: 1.2; }
.vb-sustain-strip-sub { font-size: 15px; color: rgba(8,43,39,0.68); line-height: 1.6; margin: 8px 0 18px; max-width: 480px; }
.vb-sustain-strip-btn { align-self: flex-start; background: var(--dark); color: var(--teal); font-size: 13px; font-weight: 700; padding: 15px 26px; min-height: 48px; display: inline-flex; align-items: center; border-radius: var(--btn-radius); text-decoration: none; }
.vb-sustain-strip-btn:hover { background: #0a3631; color: var(--teal); }

/* ---------- Home: mission ---------- */
.vb-mission { background: var(--bg2); padding: 88px 48px; color: var(--dark); }
.vb-mission-inner { max-width: 1280px; margin: 0 auto; }
.vb-mission-head { max-width: 660px; }
.vb-mission h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 700; margin-bottom: 20px; }
.vb-mission p { font-size: 15.5px; line-height: 1.8; color: rgba(8,43,39,0.75); margin-bottom: 32px; }
.vb-mission p em { font-style: italic; font-weight: 600; color: var(--dark); }
.vb-mission-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.vb-mcard { padding: 28px 26px; background: rgba(8,43,39,0.04); border: 1px solid rgba(8,43,39,0.07); border-radius: var(--card-radius); transition: background 0.35s var(--ease), color 0.35s var(--ease), transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease); color: var(--dark); display: flex; flex-direction: column; gap: 10px; }
.vb-mcard:hover { background: var(--dark); border-color: var(--dark); color: #fbf7ec; transform: translateY(-4px); box-shadow: 0 20px 45px rgba(8,43,39,0.18); }
.vb-mcard h4 { font-family: var(--serif); font-size: 25px; color: inherit; font-weight: 700; line-height: 1.1; letter-spacing: -0.01em; }
.vb-mcard p { font-size: 14.5px; color: rgba(8,43,39,0.7); line-height: 1.6; margin: 0; transition: color 0.25s; }
.vb-mcard:hover p { color: rgba(251,247,236,0.78); }

/* ---------- Home: moments strip ---------- */
.vb-moments { background: var(--dark); }
.vb-moments-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--dark); }
.vb-moments-cell { aspect-ratio: 4/5; overflow: hidden; position: relative; background: #0a3631; }
.vb-moments-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.7s var(--ease); filter: saturate(0.85) contrast(1.05); }
.vb-moments-cell:hover img { transform: scale(1.06); filter: saturate(1) contrast(1); }

/* ---------- Home: get involved ---------- */
.vb-volunteer { padding: 72px 48px; background: var(--dark); color: #fbf7ec; }
.vb-volunteer-inner { max-width: 1280px; margin: 0 auto; }
.vb-volunteer-eyebrow { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--teal); font-weight: 700; display: inline-flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.vb-volunteer-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--teal); border-radius: 2px; flex-shrink: 0; }
.vb-volunteer h2 { font-size: clamp(28px, 4vw, 34px); font-weight: 700; margin-bottom: 8px; color: #fbf7ec; }
.vb-volunteer h2 em::after { background: var(--teal); }
.vb-volunteer > .vb-volunteer-inner > div > p { font-size: 15px; color: rgba(251,247,236,0.68); line-height: 1.6; }
.vb-vol-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 28px; }
.vb-vcard { background: transparent; color: #fbf7ec; padding: 22px 24px; border-radius: var(--card-radius); border: 1.5px solid rgba(255,223,0,0.3); transition: background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease), transform 0.35s var(--ease); display: flex; flex-direction: column; text-decoration: none; }
.vb-vcard:hover, .vb-vcard:focus-visible { background: var(--bg2); color: var(--dark); border-color: var(--teal); transform: translateY(-4px); outline: none; }
.vb-vcard h4 { font-family: var(--serif); font-weight: 700; font-size: 20px; margin-bottom: 6px; line-height: 1.2; color: inherit; }
.vb-vcard p { font-size: 14px; color: rgba(251,247,236,0.7); line-height: 1.55; flex: 1; transition: color 0.25s; }
.vb-vcard:hover p, .vb-vcard:focus-visible p { color: rgba(8,43,39,0.75); }
.vb-vcard-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: inherit; font-weight: 700; }
.vb-vcard-link::after { content: '→'; transition: transform 0.2s; }
.vb-vcard:hover .vb-vcard-link::after { transform: translateX(4px); }

/* ---------- Home: donate block ---------- */
.vb-donate { padding: 96px 48px; background: var(--bg); display: grid; grid-template-columns: 1.1fr 1fr; gap: 72px; align-items: center; max-width: 1280px; margin: 0 auto; }
.vb-donate h2 { font-size: clamp(30px, 4.6vw, 52px); margin-bottom: 22px; }
.vb-donate > div > p { font-size: 17px; color: rgba(8,43,39,0.72); line-height: 1.65; max-width: 460px; }
.vb-donate-box { background: var(--bg2); padding: 36px; border-radius: var(--card-radius); box-shadow: 0 30px 70px rgba(8,43,39,0.14); border: 1px solid rgba(8,43,39,0.06); }
.vb-donate-box h3 { font-size: 25px; margin-bottom: 20px; }
.vb-amount-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 14px; }
.vb-amount { padding: 15px 8px; text-align: center; border: 1.5px solid rgba(8,43,39,0.18); border-radius: 8px; color: var(--dark); background: #fbf7ec; font-size: 16px; font-weight: 700; cursor: pointer; min-height: 50px; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.vb-amount:hover, .vb-amount.active { background: var(--dark); border-color: var(--dark); color: var(--teal); }
.vb-donate-btn { width: 100%; background: var(--teal); color: var(--dark); font-size: 13px; font-weight: 800; letter-spacing: 0.06em; padding: 17px; min-height: 52px; border: none; border-radius: 50px; cursor: pointer; margin-top: 8px; font-family: 'DM Sans', sans-serif; text-align: center; text-decoration: none; display: flex; align-items: center; justify-content: center; transition: background 0.25s var(--ease); }
.vb-donate-btn:hover { background: var(--gold); color: var(--dark); }

/* ============ TABLET ============ */
@media (max-width: 1024px) {
  .vb-nav { padding: 16px 28px; gap: 16px; }
  .vb-nav-links { gap: 20px; }
  .vb-section { padding: 80px 32px; }
  .vb-phero { padding: 56px 32px 48px; }
  .vb-hero-content { padding: 88px 40px; }
  .vb-mission, .vb-volunteer, .vb-donate, .vb-sustain-strip { padding-left: 32px; padding-right: 32px; }
  .vb-footer { padding: 64px 32px 24px; }
  .vb-donate { grid-template-columns: 1fr; gap: 40px; }
  .vb-sustain-strip { grid-template-columns: 300px 1fr; }
}

/* ============ MOBILE ============ */
@media (max-width: 900px) {
  /* Nav → hamburger dropdown (overlays, never pushes content) */
  .vb-nav { grid-template-columns: auto 1fr; gap: 12px; padding: 12px 20px; position: -webkit-sticky; position: sticky; top: 0; z-index: 1000; }
  .vb-nav-toggle { display: inline-flex; }
  .vb-nav-links { position: absolute; top: 100%; left: 0; right: 0; z-index: 999; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fbf7ec; padding: 6px 20px 18px; box-shadow: 0 22px 40px rgba(8,43,39,0.16); border-top: 1px solid rgba(8,43,39,0.08); max-height: calc(100vh - 70px); overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .vb-nav-links.open { display: flex; }
  .vb-nav-links a { font-size: 14px; letter-spacing: 0.1em; padding: 15px 2px; min-height: 50px; flex-direction: row; align-items: center; border-bottom: 1px solid rgba(8,43,39,0.08); color: var(--dark); }
  .vb-nav-links a:not(.vb-nav-cta)::before { display: none; }
  .vb-nav-links a:last-child { border-bottom: none; }
  .vb-nav-links a.is-active { color: var(--teal-deep); font-weight: 800; }
  .vb-nav-ig .ig-label { display: inline; }
  .vb-nav-cta { font-size: 11px; padding: 11px 16px; letter-spacing: 0.08em; }
  .vb-logo img { height: 24px; }

  /* Side donate tab off on mobile — nav CTA covers it, no content overlap */
  .vb-sustain-tab { display: none; }

  /* Spacing + type */
  .vb-section { padding: 56px 20px; }
  .vb-section-head { margin-bottom: 32px; }
  .vb-phero { padding: 44px 20px 40px; }
  .vb-phero-sub { font-size: 16px; margin-top: 20px; }
  .vb-cta-strip { padding: 44px 20px; }
  .vb-cta-strip p { font-size: 15.5px; }
  .vb-lead { font-size: 16px; }
  .vb-btn-row { gap: 10px; margin-top: 24px; }
  .vb-btn-primary, .vb-btn-ghost { width: 100%; padding: 15px 24px; }
  .vb-btn-row > .vb-btn-primary, .vb-btn-row > .vb-btn-ghost { flex: 1 1 100%; }

  /* Grids stack */
  .vb-grid-3, .vb-grid-2, .vb-mission-cards, .vb-vol-grid { grid-template-columns: 1fr; }
  .vb-field-row { grid-template-columns: 1fr; }
  .vb-stats { grid-template-columns: 1fr; gap: 0; }
  .vb-stat { padding: 18px 0 !important; border-bottom: 1px solid rgba(8,43,39,0.14); }
  .vb-stat:last-child { border-bottom: none; }
  .vb-stat + .vb-stat::before { display: none; }
  .vb-stat-num { font-size: 46px; }
  .vb-stat-label { margin-top: 8px; }

  /* Team */
  .vb-team-list { grid-template-columns: 1fr; }
  .vb-team-list li, .vb-team-list li:nth-child(odd), .vb-team-list li:nth-child(even) { border-right: none; padding: 16px 0; flex-direction: column; align-items: flex-start; gap: 4px; }
  .vb-team-name { font-size: 19px; }
  .vb-team-role { white-space: normal; }

  /* Home */
  .vb-hero { min-height: 0; }
  .vb-hero-content { padding: 44px 20px 48px; max-width: 100%; }
  .vb-hero-eyebrow { font-size: 11px; letter-spacing: 0.16em; margin-bottom: 16px; }
  .vb-hero-eyebrow .eyebrow-break { display: block; font-size: 0; line-height: 0; height: 4px; }
  .vb-hero p { font-size: 16px; margin-bottom: 22px; }
  .vb-hero-btns { flex-direction: column; align-items: stretch; }
  .vb-sustain-strip { grid-template-columns: 1fr; padding: 32px 20px; gap: 22px; }
  .vb-sustain-strip-photo { aspect-ratio: auto; max-width: 300px; margin: 0 auto; }
  .vb-sustain-strip-photo img { width: 100%; height: auto; object-fit: contain; object-position: center; }
  .vb-sustain-strip-sub { font-size: 15px; }
  .vb-sustain-strip-btn { width: 100%; justify-content: center; }
  .vb-mission { padding: 52px 20px; }
  .vb-mission p { font-size: 15.5px; margin-bottom: 26px; }
  .vb-volunteer { padding: 52px 20px; }
  .vb-donate { padding: 52px 20px; grid-template-columns: 1fr; gap: 32px; }
  .vb-donate-box { padding: 24px; }
  .vb-donate > div > p { font-size: 16px; }
  .vb-moments-strip { grid-template-columns: repeat(2, 1fr); }
  .vb-moments-cell:nth-child(5) { grid-column: 1 / -1; aspect-ratio: 16/9; }

  /* Legal note */
  .vb-legal { padding: 18px 20px; gap: 14px; }

  /* Footer */
  .vb-footer { padding: 48px 20px 22px; }
  .vb-footer-grid { grid-template-columns: 1fr; gap: 32px; margin-bottom: 36px; }
  .vb-footer-brand p, .vb-footer-legal { max-width: 100%; }
  .vb-footer-meta { flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 10px; }
  .vb-footer-meta a { margin-left: 0; margin-right: 18px; }
  .vb-footer-col a.vb-footer-join { width: 100%; justify-content: center; }
}

@media (max-width: 420px) {
  .vb-nav-cta { padding: 11px 14px; letter-spacing: 0.06em; font-size: 10.5px; }
  .vb-nav-right { gap: 8px; }
  .vb-section, .vb-phero, .vb-mission, .vb-volunteer, .vb-donate, .vb-cta-strip, .vb-footer { padding-left: 18px; padding-right: 18px; }
  .vb-hero-content { padding-left: 18px; padding-right: 18px; }
}
