:root{
    --forest:#1F3B2C;
    --forest-deep:#12261B;
    --sage:#93A98B;
    --sage-light:#D8E2D2;
    --sage-pale:#EEF2EA;
    --charcoal:#2A2A27;
    --white:#FFFFFF;
    --gray:#F1F0EC;
    --beige:#F9F5EC;
    --ring:#B9C9AF;
    --focus:#C97B3E;
    --radius-lg:28px;
    --radius-md:18px;
    --radius-sm:10px;
    --shadow-soft:0 20px 50px -25px rgba(18,38,27,0.35);
    --shadow-card:0 12px 30px -18px rgba(18,38,27,0.28);
    --font-display:"Fraunces", serif;
    --font-body:"Inter", sans-serif;
    --font-mono:"IBM Plex Mono", monospace;
    --maxw:1240px;
  }

  *,*::before,*::after{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
    *,*::before,*::after{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important;}
  }
  body{
    margin:0;
    font-family:var(--font-body);
    color:var(--charcoal);
    background:var(--white);
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
    font-size:17px;
  }
  html.large-text body{font-size:19.5px;}
  img{max-width:100%; display:block;}
  a{color:inherit;}
  h1,h2,h3,h4{font-family:var(--font-display); font-weight:600; line-height:1.08; margin:0; color:var(--forest-deep);}
  p{margin:0;}
  ul{margin:0; padding:0; list-style:none;}
  button{font-family:inherit; cursor:pointer;}
  section{position:relative;}

  /* Skip link */
  .skip-link{
    position:absolute; left:12px; top:-60px;
    background:var(--forest-deep); color:var(--white);
    padding:12px 20px; border-radius:8px; z-index:1000;
    font-weight:600; text-decoration:none; transition:top .2s ease;
  }
  .skip-link:focus{top:12px;}

  /* Visible focus for all interactive elements */
  a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{
    outline:3px solid var(--focus);
    outline-offset:3px;
    border-radius:4px;
  }

  .wrap{max-width:var(--maxw); margin:0 auto; padding:0 32px;}
  @media (max-width:640px){.wrap{padding:0 20px;}}

  .eyebrow{
    font-family:var(--font-mono);
    font-size:13px;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:var(--forest);
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;
  }
  .eyebrow::before{
    content:"";
    width:22px; height:1px; background:var(--forest);
  }

  /* ============ HEADER / NAV ============ */
  header.site-header{
    position:sticky; top:0; z-index:200;
    background:rgba(249,245,236,0.9);
    backdrop-filter:blur(14px) saturate(160%);
    -webkit-backdrop-filter:blur(14px) saturate(160%);
    border-bottom:1px solid rgba(31,59,44,0.08);
  }
  html.high-contrast header.site-header{background:#000; border-bottom:1px solid #fff;}
  .nav-inner{
    max-width:var(--maxw); margin:0 auto; padding:14px 32px;
    display:flex; align-items:center; justify-content:space-between; gap:24px;
  }
  .brand{display:flex; align-items:center; gap:12px; text-decoration:none; flex-shrink:0;}
  .brand img{height:60px; width:auto; object-fit:contain;}
  .brand-name{font-family:var(--font-display); font-weight:700; font-size:19px; color:var(--forest-deep); letter-spacing:.01em;}
  .brand-name span{display:block; font-family:var(--font-body); font-weight:500; font-size:10.5px; letter-spacing:.03em; color:var(--forest); text-transform:uppercase; margin-top:1px;}

  @media (max-width:400px){
    .nav-inner{padding:10px 16px; gap:12px;}
    .brand img{height:46px;}
    .brand-name{font-size:16px;}
    .header-actions{gap:6px;}
    .header-actions .btn-donate{padding:11px 16px; font-size:13.5px;}
  }

  nav.primary-nav{display:flex; align-items:center; gap:1px; margin-left:16px;}
  nav.primary-nav a{
    font-size:13.8px; font-weight:600; padding:9px 11px; border-radius:8px;
    text-decoration:none; color:var(--charcoal); transition:background .2s, color .2s;
    white-space:nowrap;
  }
  nav.primary-nav a:hover{background:var(--sage-pale); color:var(--forest-deep);}

  .header-actions{display:flex; align-items:center; gap:10px;}

  .social-icon-btn{
    width:38px; height:38px; border-radius:50%; border:1.5px solid rgba(31,59,44,0.18);
    display:flex; align-items:center; justify-content:center; color:var(--forest-deep);
    transition:background .2s ease, border-color .2s ease, transform .2s ease; flex-shrink:0;
  }
  .social-icon-btn:hover{background:var(--sage-pale); border-color:var(--forest); transform:translateY(-2px);}
  .header-social{display:flex; align-items:center; gap:8px;}
  .nav-social-mobile{display:none;}

  .admin-access-link{
    display:flex; align-items:center; justify-content:center; width:30px; height:30px;
    margin-left:14px; border-radius:50%; color:#a9a9a0; opacity:.6; transition:opacity .2s ease, color .2s ease, background .2s ease;
    flex-shrink:0;
  }
  .admin-access-link:hover{opacity:1; color:var(--forest); background:var(--sage-pale);}
  .btn{
    display:inline-flex; align-items:center; justify-content:center; gap:8px;
    font-weight:700; font-size:14.5px; padding:12px 22px; border-radius:100px;
    text-decoration:none; border:1.5px solid transparent; transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
    line-height:1;
  }
  .btn-primary{background:var(--forest); color:var(--white); box-shadow:0 10px 24px -12px rgba(31,59,44,0.55);}
  .btn-primary:hover{transform:translateY(-2px); box-shadow:0 16px 30px -12px rgba(31,59,44,0.6);}
  .btn-ghost{background:transparent; color:var(--forest-deep); border-color:rgba(31,59,44,0.25);}
  .btn-ghost:hover{background:var(--sage-pale); border-color:var(--forest);}
  .btn-donate{background:var(--focus); color:#fff; box-shadow:0 10px 22px -10px rgba(201,123,62,0.6);}
  .btn-donate:hover{transform:translateY(-2px);}

  .menu-toggle{display:none; background:none; border:none; padding:8px; color:var(--forest-deep);}

  /* ============ A11Y TOOLBAR ============ */
  .a11y-fab{
    position:fixed; right:20px; bottom:20px; z-index:300;
    display:flex; flex-direction:column; align-items:flex-end; gap:10px;
  }
  @media (max-width:640px){
    .a11y-fab{bottom:auto; top:50%; transform:translateY(-50%);}
  }
  .a11y-toggle-btn{
    width:56px; height:56px; border-radius:50%; background:var(--forest-deep); color:#fff;
    border:none; display:flex; align-items:center; justify-content:center; box-shadow:0 14px 30px -10px rgba(0,0,0,0.4);
  }
  .a11y-panel{
    display:flex; flex-direction:column; gap:10px; background:#fff; border:1px solid rgba(0,0,0,0.08);
    border-radius:16px; padding:16px; box-shadow:var(--shadow-soft); width:230px;
    opacity:0; visibility:hidden; transform:translateY(10px); pointer-events:none;
    transition:opacity .22s ease, transform .22s ease, visibility .22s;
  }
  .a11y-panel.open{opacity:1; visibility:visible; transform:translateY(0); pointer-events:auto;}
  .a11y-panel button{
    display:flex; align-items:center; justify-content:space-between; gap:8px;
    background:var(--gray); border:none; padding:10px 12px; border-radius:10px; font-size:13.5px; font-weight:600; color:var(--charcoal);
  }
  .a11y-panel button[aria-pressed="true"]{background:var(--forest); color:#fff;}
  .a11y-panel p{font-size:11.5px; color:#5c5c58; font-weight:600; text-transform:uppercase; letter-spacing:.06em;}

  /* High contrast mode overrides */
  html.high-contrast{
    filter: none;
  }
  html.high-contrast body{background:#000; color:#fff;}
  html.high-contrast h1, html.high-contrast h2, html.high-contrast h3, html.high-contrast h4{color:#fff;}
  html.high-contrast .eyebrow{color:#FFD98A;}
  html.high-contrast .eyebrow::before{background:#FFD98A;}
  html.high-contrast section{background:#000 !important;}
  html.high-contrast .card, html.high-contrast .about-panel, html.high-contrast .testimonial-card, html.high-contrast .news-card{
    background:#111 !important; border:1px solid #fff !important; color:#fff !important;
  }
  html.high-contrast .card p, html.high-contrast .about-panel p{color:#eee !important;}
  html.high-contrast a, html.high-contrast p, html.high-contrast span, html.high-contrast li{color:#fff;}
  html.high-contrast .btn-primary{background:#FFD98A; color:#000;}
  html.high-contrast .btn-donate{background:#FFD98A; color:#000;}
  html.high-contrast .impact-strip{background:#000; border-top:1px solid #fff; border-bottom:1px solid #fff;}
  html.high-contrast .site-footer{background:#000; border-top:1px solid #fff;}
  html.high-contrast .blob, html.high-contrast .iris-ring, html.high-contrast .grain{display:none;}

  /* ============ FOCUS-REVEAL SIGNATURE ============ */
  .reveal{
    opacity:0; transform:translateY(22px); filter:blur(6px);
    transition:opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1), filter .9s cubic-bezier(.2,.7,.2,1);
  }
  .reveal.in-view{opacity:1; transform:translateY(0); filter:blur(0);}
  @media (prefers-reduced-motion: reduce){
    .reveal{opacity:1; transform:none; filter:none;}
  }

  /* ============ IRIS RING MOTIF ============ */
  .iris-ring{
    position:absolute; border-radius:50%; border:1px solid var(--ring);
    pointer-events:none; opacity:.55;
  }
  .iris-ring.dashed{border-style:dashed;}

  /* ============ HERO ============ */
  .hero{
    background:linear-gradient(180deg, var(--beige) 0%, #F4EEDF 100%);
    overflow:hidden;
    padding:64px 0 100px;
  }
  .hero-grid{
    display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center;
    position:relative; z-index:2;
  }
  .hero h1{font-size:clamp(38px, 5vw, 64px); letter-spacing:-.01em;}
  .hero h1 em{font-style:normal; color:var(--forest);}
  .hero-sub{font-size:18px; color:#4b4b46; max-width:52ch; margin-top:22px;}
  .hero-ctas{display:flex; gap:14px; margin-top:34px; flex-wrap:wrap;}
  .hero-trust{display:flex; gap:28px; margin-top:46px; flex-wrap:wrap;}
  .hero-trust div{display:flex; flex-direction:column;}
  .hero-trust strong{font-family:var(--font-mono); font-size:26px; color:var(--forest-deep); font-weight:600;}
  .hero-trust span{font-size:12.5px; color:#6a6a63; font-weight:600; text-transform:uppercase; letter-spacing:.04em; margin-top:2px;}

  .hero-media{position:relative; padding-top:38px;}
  .hero-photo-frame{
    position:relative; border-radius:36% 64% 62% 38% / 46% 40% 60% 54%;
    overflow:hidden; box-shadow:var(--shadow-soft); aspect-ratio:4/3.1;
    border:6px solid var(--white);
  }
  .hero-photo-frame img{width:100%; height:100%; object-fit:cover;}
  .hero-badge{
    position:absolute; bottom:-26px; left:-26px; background:var(--white);
    border-radius:50%; width:118px; height:118px; display:flex; align-items:center; justify-content:center;
    box-shadow:var(--shadow-card); padding:14px;
  }
  .hero-badge img{width:100%; height:100%; object-fit:contain;}
  .hero-caption{
    position:absolute; top:-8px; right:8px; background:var(--forest-deep); color:#fff;
    padding:10px 16px; border-radius:100px; font-size:12.5px; font-weight:600; box-shadow:var(--shadow-card);
    display:flex; align-items:center; gap:8px;
  }
  .hero-caption::before{content:""; width:7px; height:7px; border-radius:50%; background:#8CD98A;}

  @media (max-width:920px){
    .hero-grid{grid-template-columns:1fr; gap:60px;}
    .hero-media{order:-1; max-width:420px; margin:0 auto;}
  }

  /* ============ IMPACT STRIP ============ */
  .impact-strip{background:var(--forest-deep); padding:56px 0; position:relative; overflow:hidden;}
  .impact-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px; position:relative; z-index:2;}
  .impact-item{text-align:left; padding-left:20px; border-left:1px solid rgba(255,255,255,0.18);}
  .impact-item strong{
    font-family:var(--font-mono); font-size:clamp(30px,4vw,46px); color:#fff; font-weight:600;
    display:block; font-variant-numeric:tabular-nums;
  }
  .impact-item span{color:#B9CBB2; font-size:13.5px; font-weight:600; text-transform:uppercase; letter-spacing:.03em; display:block; margin-top:6px;}
  @media (max-width:800px){.impact-grid{grid-template-columns:repeat(2,1fr); gap:32px 20px;}}
  @media (max-width:460px){.impact-grid{grid-template-columns:1fr; gap:24px;}}

  /* ============ SECTION HEADINGS ============ */
  .section-pad{padding:104px 0;}
  @media (max-width:640px){.section-pad{padding:72px 0;}}
  .section-head{max-width:680px; margin-bottom:56px;}
  .section-head h2{font-size:clamp(30px,4vw,44px); margin-top:14px;}
  .section-head p{margin-top:16px; color:#565650; font-size:16.5px;}
  .section-alt{background:var(--beige);}

  /* ============ ABOUT ============ */
  .about-grid{display:grid; grid-template-columns:0.9fr 1.1fr; gap:64px; align-items:center;}
  .about-photo{border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-card); position:relative;}
  .about-photo img{aspect-ratio:4/3.4; object-fit:cover;}
  .about-timeline{margin-top:32px; display:flex; flex-direction:column; gap:0;}
  .timeline-item{display:grid; grid-template-columns:80px 1fr; gap:18px; padding:18px 0; border-top:1px solid var(--gray);}
  .timeline-item:first-child{border-top:none;}
  .timeline-item strong{font-family:var(--font-mono); color:var(--forest); font-size:15px; font-weight:600;}
  .timeline-item p{color:#4b4b46; font-size:15px;}
  @media (max-width:900px){.about-grid{grid-template-columns:1fr; gap:40px;}}

  /* ============ SERVICES ============ */
  .services-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
  @media (max-width:980px){.services-grid{grid-template-columns:repeat(2,1fr);}}
  @media (max-width:640px){.services-grid{grid-template-columns:1fr;}}
  .card{
    background:var(--white); border:1px solid rgba(31,59,44,0.08); border-radius:var(--radius-md);
    padding:28px 26px; box-shadow:var(--shadow-card); transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    position:relative; overflow:hidden;
  }
  .card:hover{transform:translateY(-6px); border-color:var(--sage);}
  .card-icon{
    width:52px; height:52px; border-radius:14px; background:var(--sage-pale); color:var(--forest);
    display:flex; align-items:center; justify-content:center; margin-bottom:18px;
  }
  .card h3{font-size:18px; margin-bottom:10px;}
  .card p{color:#565650; font-size:14.5px;}
  .card-ring{
    position:absolute; right:-30px; bottom:-30px; width:110px; height:110px; border-radius:50%;
    border:1px solid var(--ring); opacity:0; filter:blur(2px); transition:opacity .4s ease, filter .4s ease;
  }
  .card:hover .card-ring{opacity:.6; filter:blur(0);}

  /* ============ PROJECTS ============ */
  .projects-list{display:flex; flex-direction:column; gap:18px;}
  .project-row{
    display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:24px;
    background:var(--white); border:1px solid rgba(31,59,44,0.08); border-radius:var(--radius-md);
    padding:26px 28px; box-shadow:var(--shadow-card); transition:border-color .3s ease, transform .3s ease;
  }
  .project-row:hover{border-color:var(--sage); transform:translateX(4px);}
  .project-mark{
    width:54px; height:54px; border-radius:50%; border:1.5px solid var(--sage); color:var(--forest);
    display:flex; align-items:center; justify-content:center; flex-shrink:0;
  }
  .project-body h3{font-size:19px; margin-bottom:6px;}
  .project-body span.tag{font-family:var(--font-mono); font-size:11.5px; color:var(--forest); text-transform:uppercase; letter-spacing:.05em; font-weight:600;}
  .project-body p{color:#565650; font-size:14.5px; margin-top:8px; max-width:60ch;}
  @media (max-width:720px){
    .project-row{grid-template-columns:1fr; text-align:left;}
    .project-row > .btn{justify-self:start;}
  }

  /* ============ TESTIMONIALS ============ */
  .testimonial-scroll{display:flex; gap:20px; overflow-x:auto; padding-bottom:12px; scroll-snap-type:x mandatory;}
  .testimonial-scroll::-webkit-scrollbar{height:6px;}
  .testimonial-scroll::-webkit-scrollbar-thumb{background:var(--sage); border-radius:10px;}
  .testimonial-card{
    scroll-snap-align:start; flex:0 0 340px; background:var(--white); border-radius:var(--radius-md);
    padding:30px 26px; border:1px solid rgba(31,59,44,0.08); box-shadow:var(--shadow-card);
  }
  .testimonial-quote-mark{font-family:var(--font-display); font-size:44px; color:var(--sage); line-height:1; margin-bottom:6px;}
  .testimonial-card p.quote{font-size:15.5px; color:var(--charcoal); font-style:italic;}
  .testimonial-who{display:flex; align-items:center; gap:12px; margin-top:20px;}
  .testimonial-avatar{width:42px; height:42px; border-radius:50%; background:var(--sage-pale); display:flex; align-items:center; justify-content:center; color:var(--forest); font-weight:700; font-family:var(--font-mono); font-size:14px;}
  .testimonial-who strong{display:block; font-size:14px;}
  .testimonial-who span{display:block; font-size:12.5px; color:#6a6a63;}

  /* ============ GALLERY ============ */
  .gallery-grid{
    columns:4 220px; column-gap:16px;
  }
  @media (max-width:900px){.gallery-grid{columns:2 200px;}}
  .gallery-item{
    break-inside:avoid; margin-bottom:16px; border-radius:var(--radius-sm); overflow:hidden;
    position:relative; background:var(--sage-pale);
  }
  .gallery-item .ph{
    width:100%; display:flex; align-items:center; justify-content:center; color:var(--forest);
    font-family:var(--font-mono); font-size:12px; text-align:center; padding:14px;
    background:linear-gradient(160deg, var(--sage-pale), var(--sage-light));
  }

  /* ============ NEWS ============ */
  .news-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
  @media (max-width:900px){.news-grid{grid-template-columns:1fr;}}
  .news-card{background:var(--white); border-radius:var(--radius-md); overflow:hidden; border:1px solid rgba(31,59,44,0.08); box-shadow:var(--shadow-card);}
  .news-thumb{height:150px; background:linear-gradient(135deg, var(--forest), var(--sage)); display:flex; align-items:center; justify-content:center; color:#fff;}
  .news-body{padding:22px;}
  .news-date{font-family:var(--font-mono); font-size:11.5px; color:var(--forest); text-transform:uppercase; letter-spacing:.05em; font-weight:600;}
  .news-body h3{font-size:16.5px; margin-top:10px;}
  .news-body p{font-size:14px; color:#565650; margin-top:8px;}

  /* ============ PARTNERS ============ */
  .partners-row{display:flex; flex-wrap:wrap; gap:14px; justify-content:center;}
  .partner-chip{
    padding:14px 24px; border:1px solid rgba(31,59,44,0.15); border-radius:100px; font-weight:700;
    font-size:14px; color:var(--forest-deep); background:var(--white);
  }

  /* ============ DONATE BANNER ============ */
  .donate-banner{
    background:var(--forest); border-radius:40px; padding:72px 56px; text-align:center; position:relative; overflow:hidden;
  }
  .donate-banner h2{color:#fff; font-size:clamp(28px,4vw,42px); max-width:22ch; margin:0 auto;}
  .donate-banner p{color:#CFE0C8; max-width:58ch; margin:18px auto 0; font-size:16px;}
  .donate-banner .btn-donate{margin-top:30px;}
  @media (max-width:640px){.donate-banner{padding:52px 26px; border-radius:26px;}}

  /* ============ DONATE PICKER ============ */
  .donate-context{
    max-width:760px; margin:40px auto 0; display:flex; flex-direction:column; gap:16px;
  }
  .donate-context p{color:#4b4b46; font-size:15.5px; line-height:1.7;}

  .donate-picker{margin-top:36px;}
  .donate-options{
    display:grid; grid-template-columns:repeat(4,1fr); gap:16px; align-items:stretch;
  }
  @media (max-width:980px){.donate-options{grid-template-columns:repeat(2,1fr);}}
  @media (max-width:560px){.donate-options{grid-template-columns:1fr;}}

  .donate-option{
    text-align:left; background:var(--gray); border:1.5px solid transparent; border-radius:var(--radius-md);
    padding:22px 20px; cursor:pointer; font-family:inherit; transition:background .25s ease, border-color .25s ease, transform .2s ease, box-shadow .25s ease;
    display:flex; flex-direction:column;
  }
  .donate-option:hover{transform:translateY(-3px); box-shadow:var(--shadow-card);}
  .donate-option-top{display:flex; align-items:center; gap:10px; margin-bottom:6px;}
  .donate-option-radio{
    width:18px; height:18px; border-radius:50%; border:2px solid rgba(31,59,44,0.35); flex-shrink:0; position:relative;
    transition:border-color .2s ease;
  }
  .donate-option strong{font-size:17px; color:var(--forest-deep); font-family:var(--font-display); font-weight:600;}
  .donate-option-sub{font-family:var(--font-mono); font-size:11.5px; color:#6a6a63; text-transform:uppercase; letter-spacing:.04em; font-weight:600; margin-bottom:10px; display:block;}
  .donate-option p{font-size:13.5px; color:#565650; margin:0;}

  .donate-option.selected{background:var(--forest); border-color:var(--forest);}
  .donate-option.selected .donate-option-radio{border-color:#fff; background:#fff;}
  .donate-option.selected .donate-option-radio::after{
    content:""; position:absolute; inset:3px; border-radius:50%; background:var(--forest);
  }
  .donate-option.selected strong, .donate-option.selected .donate-option-sub, .donate-option.selected p{color:#fff;}
  .donate-option.selected .donate-option-sub{color:#CFE0C8;}
  .donate-option.selected p{color:#DDE9D8;}

  .donate-option-custom strong{font-size:17px; color:var(--forest-deep); font-family:var(--font-display); font-weight:600; margin-bottom:10px; display:block;}
  .donate-custom-input{
    display:flex; align-items:center; gap:6px; background:#fff; border:1.5px solid rgba(31,59,44,0.18); border-radius:10px;
    padding:8px 12px; margin-bottom:8px;
  }
  .donate-custom-input span{font-family:var(--font-mono); font-weight:700; color:var(--forest); font-size:14px;}
  .donate-custom-input input{
    border:none; outline:none; font-family:inherit; font-size:15px; width:100%; background:transparent; color:var(--charcoal);
  }
  .donate-option-custom.selected{background:var(--white); border-color:var(--forest); box-shadow:0 0 0 2px var(--forest) inset;}
  .donate-option-custom.selected strong, .donate-option-custom.selected p, .donate-option-custom.selected .donate-option-sub{color:var(--forest-deep);}
  .donate-option-custom.selected p{color:#565650;}

  .donate-confirm-row{
    margin-top:28px; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
    background:var(--sage-pale); border-radius:var(--radius-md); padding:22px 26px;
  }
  .donate-confirm-hint{font-size:14.5px; color:#3d4a38; max-width:56ch;}
  .donate-confirm-hint strong{color:var(--forest-deep);}
  .donate-confirm{flex-shrink:0;}
  @media (max-width:640px){.donate-confirm-row{flex-direction:column; align-items:stretch; text-align:center;} .donate-confirm{width:100%;}}

  /* ============ DONATE TABS ============ */
  .donate-tabs{
    display:flex; gap:8px; justify-content:center; margin:48px auto 0; background:var(--gray);
    border-radius:100px; padding:6px; max-width:fit-content;
  }
  .donate-tab{
    background:transparent; border:none; padding:12px 22px; border-radius:100px; font-weight:700; font-size:14px;
    color:#565650; transition:background .25s ease, color .25s ease; white-space:nowrap;
  }
  .donate-tab.active{background:var(--forest); color:#fff;}
  .donate-tab:not(.active):hover{color:var(--forest-deep);}
  @media (max-width:560px){.donate-tabs{flex-direction:column; max-width:none; border-radius:18px;} .donate-tab{border-radius:12px;}}

  .donate-tab-panel{margin-top:36px;}

  /* ============ PIX BLOCK ============ */
  .pix-block{
    margin-top:28px; background:var(--white); border:1px solid rgba(31,59,44,0.1); border-radius:var(--radius-lg);
    padding:36px; display:grid; grid-template-columns:1.3fr auto; gap:36px; align-items:center; box-shadow:var(--shadow-card);
  }
  .pix-info p{color:#565650; font-size:15px; margin-top:14px; max-width:56ch;}
  .pix-key-row{
    display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap;
    background:var(--sage-pale); border-radius:12px; padding:14px 18px; margin-top:22px;
  }
  .pix-key-label{display:block; font-family:var(--font-mono); font-size:11px; text-transform:uppercase; letter-spacing:.05em; color:var(--forest); font-weight:600;}
  .pix-key-value{display:block; font-size:15px; font-weight:700; color:var(--forest-deep); margin-top:3px; word-break:break-all;}
  .pix-whatsapp-link{display:inline-block; margin-top:16px; font-size:14px; font-weight:700; color:var(--forest); text-decoration:underline; text-underline-offset:3px;}
  .pix-pending-note{
    margin-top:22px; background:#FFF6E8; border:1.5px dashed #E0A93E; border-radius:12px; padding:14px 16px;
  }
  .pix-pending-note strong{display:block; font-size:13px; color:#8A5A0A; margin-bottom:4px;}
  .pix-pending-note p{font-size:13px; color:#7A5C2E; margin:0; max-width:none;}
  .pix-qr-wrap{
    display:flex; flex-direction:column; align-items:center; gap:10px; justify-self:center;
    background:var(--gray); border-radius:20px; padding:18px;
  }
  .pix-qr-wrap img{border-radius:8px; display:block;}
  .pix-qr-caption{font-family:var(--font-mono); font-size:11px; text-transform:uppercase; letter-spacing:.05em; color:#8a8a82; font-weight:600;}
  @media (max-width:800px){
    .pix-block{grid-template-columns:1fr; padding:28px 24px;}
    .pix-qr-wrap{justify-self:stretch;}
  }

  /* ============ IN-KIND / CORPORATE DONATIONS ============ */
  .inkind-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
  @media (max-width:900px){.inkind-grid{grid-template-columns:1fr;}}
  .inkind-cta{
    margin-top:28px; background:var(--sage-pale); border-radius:var(--radius-md); padding:26px 30px;
    display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;
  }
  .inkind-cta p{font-size:15px; color:#3d4a38; max-width:52ch;}
  @media (max-width:640px){.inkind-cta{flex-direction:column; text-align:center;} .inkind-cta .btn{width:100%;}}

  /* ============ CONTACT / FORM ============ */
  .contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px;}
  @media (max-width:900px){.contact-grid{grid-template-columns:1fr;}}
  .contact-info-item{display:flex; gap:16px; padding:18px 0; border-top:1px solid var(--gray);}
  .contact-info-item:first-child{border-top:none;}
  .contact-info-item .ic{width:40px; height:40px; border-radius:10px; background:var(--sage-pale); color:var(--forest); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
  .contact-info-item strong{display:block; font-size:14.5px;}
  .contact-info-item span, .contact-info-item a{display:block; font-size:14.5px; color:#565650; text-decoration:none;}

  form.contact-form{display:flex; flex-direction:column; gap:16px;}
  .field{display:flex; flex-direction:column; gap:6px;}
  .field label{font-size:13.5px; font-weight:700; color:var(--forest-deep);}
  .field input, .field textarea{
    border:1.5px solid rgba(31,59,44,0.18); border-radius:12px; padding:13px 15px; font-family:inherit;
    font-size:15px; background:var(--white); color:var(--charcoal);
  }
  .field input:focus, .field textarea:focus{border-color:var(--forest);}
  .field-hint{font-size:12px; color:#77776f;}

  /* ============ FOOTER ============ */
  .site-footer{background:var(--forest-deep); color:#D8E2D2; padding:72px 0 32px;}
  .footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:40px;}
  @media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr; row-gap:36px;}}
  @media (max-width:560px){.footer-grid{grid-template-columns:1fr;}}
  .footer-brand{display:flex; align-items:center; gap:12px; margin-bottom:16px;}
  .footer-brand img{height:74px; width:auto; object-fit:contain;}
  .footer-brand strong{font-family:var(--font-display); color:#fff; font-size:18px;}
  .site-footer p{font-size:14px; color:#AFC2A7; max-width:34ch;}
  .site-footer h4{color:#fff; font-family:var(--font-body); font-size:13px; text-transform:uppercase; letter-spacing:.05em; margin-bottom:16px; font-weight:700;}
  .footer-links li{margin-bottom:10px;}
  .footer-links a{font-size:14.5px; color:#C9D9C3; text-decoration:none;}
  .footer-links a:hover{color:#fff; text-decoration:underline;}
  .footer-social{display:flex; gap:10px; margin-top:18px;}
  .footer-social a{width:38px; height:38px; border-radius:50%; border:1px solid rgba(255,255,255,0.25); display:flex; align-items:center; justify-content:center; color:#fff; text-decoration:none;}
  .newsletter-form{display:flex; gap:8px; margin-top:8px;}
  .newsletter-form input{flex:1; border-radius:10px; border:1px solid rgba(255,255,255,0.25); background:rgba(255,255,255,0.06); padding:11px 13px; color:#fff; font-size:13.5px;}
  .newsletter-form input::placeholder{color:#9DB398;}
  .newsletter-form button{background:var(--sage); color:var(--forest-deep); border:none; border-radius:10px; padding:0 16px; font-weight:700;}
  .footer-bottom{border-top:1px solid rgba(255,255,255,0.14); margin-top:56px; padding-top:24px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:13px; color:#8CA486;}
  .footer-credit{opacity:.75; font-size:12px;}
  .footer-credit strong{font-weight:700; color:#AFC2A7;}
  .footer-credit a{color:#AFC2A7; text-decoration:underline; text-underline-offset:2px; opacity:.9;}
  .footer-credit a:hover{opacity:1; color:#fff;}

  .visually-hidden{position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap;}

  /* Mobile nav */
  @media (max-width:1080px){
    nav.primary-nav{
      position:fixed; inset:0 0 0 auto; top:84px; width:78%; max-width:320px; height:calc(100vh - 84px);
      background:var(--white); flex-direction:column; align-items:stretch; padding:20px;
      transform:translateX(100%); transition:transform .35s ease; box-shadow:-10px 0 40px rgba(0,0,0,0.15);
      overflow-y:auto;
    }
    nav.primary-nav.open{transform:translateX(0);}
    nav.primary-nav a{padding:14px 12px; border-bottom:1px solid var(--gray);}
    .header-actions .btn-ghost{display:none;}
    .header-actions .header-social{display:none;}
    .admin-access-link{display:none;}
    .menu-toggle{display:flex;}
    .nav-social-mobile{display:flex; gap:10px; margin-top:22px;}
  }
