
:root{--background:#fbf6ec;--foreground:#2a1f12;--card:#fff;--primary:#e87a32;--primary-foreground:#fffaf3;--secondary:#f5e3cd;--accent:#f5cf57;--ink:#1d1409;--border:#e3d4b7;--muted:#5d4a32}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:80px}
body{font-family:'DM Sans',system-ui,sans-serif;background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;line-height:1.55;overflow-x:hidden}
h1,h2,h3,h4{font-family:'Archivo Black','Arial Black',sans-serif;letter-spacing:-0.02em;line-height:0.95;text-transform:uppercase}
::selection{background:var(--primary);color:var(--primary-foreground)}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.script{font-family:'Caveat',cursive;text-transform:none;letter-spacing:0}
.display{font-family:'Archivo Black',sans-serif;text-transform:uppercase}
.balance{text-wrap:balance}
.primary-text{color:var(--primary)}

.container{max-width:1280px;margin:0 auto;padding:0 1rem}
@media(min-width:768px){.container{padding:0 2rem}}
section{padding:5rem 0}
@media(max-width:767px){section{padding:3rem 0}}

header.nav{position:sticky;top:0;z-index:50;border-bottom:2px solid var(--foreground);background:rgba(251,246,236,0.96);backdrop-filter:blur(8px)}
.nav-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.75rem 1rem}
@media(min-width:768px){.nav-inner{padding:0.75rem 2rem}}
.brand{display:flex;align-items:center;gap:0.5rem}
.brand img{width:96px;height:auto;border-radius:0;object-fit:contain}
.brand span{font-family:'Archivo Black',sans-serif;font-size:1.25rem;letter-spacing:-0.02em;text-transform:uppercase}
@media(min-width:768px){.brand span{font-size:1.5rem}.brand img{width:112px}}
.brand .la{color:var(--primary)}
.nav-links{display:none;align-items:center;gap:1.5rem}
@media(min-width:1024px){.nav-links{display:flex}}
.nav-links a{font-family:'Archivo Black',sans-serif;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.04em;color:rgba(42,31,18,0.8);transition:color 0.2s}
.nav-links a:hover,.nav-links a.active{color:var(--primary)}
.donate-btn{display:none;border:2px solid var(--foreground);background:var(--primary);color:var(--primary-foreground);padding:0.75rem 1.5rem;border-radius:9999px;font-family:'Archivo Black',sans-serif;text-transform:uppercase;font-size:1rem;box-shadow:4px 4px 0 var(--ink);transition:all 0.2s}
@media(min-width:768px){.donate-btn{display:inline-block}}
.donate-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--ink)}
.menu-toggle{border:2px solid var(--foreground);background:var(--card);width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem}
@media(min-width:1024px){.menu-toggle{display:none}}
.mobile-menu{display:none;border-top:2px solid var(--foreground);background:var(--background);padding:1rem}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:0.6rem 0.75rem;border-radius:0.5rem;font-family:'Archivo Black',sans-serif;text-transform:uppercase;font-size:1.1rem}
.mobile-menu a:hover{background:var(--secondary)}
.mobile-menu .donate-mobile{margin-top:0.75rem;background:var(--primary);color:var(--primary-foreground);border:2px solid var(--foreground);border-radius:9999px;text-align:center}

.btn{display:inline-flex;align-items:center;gap:0.5rem;border:2px solid var(--foreground);border-radius:9999px;padding:1rem 1.75rem;font-family:'Archivo Black',sans-serif;text-transform:uppercase;font-size:0.95rem;box-shadow:6px 6px 0 var(--ink);transition:all 0.2s;cursor:pointer}
.btn:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--ink)}
.btn-primary{background:var(--primary);color:var(--primary-foreground)}
.btn-card{background:var(--card);color:var(--foreground)}
.btn-sm{padding:0.6rem 1.25rem;font-size:0.8rem;box-shadow:4px 4px 0 var(--ink)}
.btn-sm:hover{box-shadow:6px 6px 0 var(--ink)}

.tag{display:inline-flex;align-items:center;gap:0.5rem;border:2px solid var(--foreground);background:var(--background);border-radius:9999px;padding:0.35rem 1rem;font-family:'Archivo Black',sans-serif;font-size:0.7rem;text-transform:uppercase;letter-spacing:0.04em}
.tag .dot{width:8px;height:8px;border-radius:50%;background:var(--primary)}
.pill{display:inline-block;border:2px solid var(--foreground);padding:0.3rem 1rem;border-radius:9999px;font-family:'Archivo Black',sans-serif;font-size:0.8rem;text-transform:uppercase}
.pill-primary{background:var(--primary);color:var(--primary-foreground)}
.pill-accent{background:var(--accent)}

.page-head{padding:4rem 0 2rem}
.page-head p.eyebrow{font-family:'Caveat',cursive;font-size:1.875rem;color:var(--primary)}
.page-head h1{font-size:3rem;margin-top:0.5rem}
@media(min-width:768px){.page-head h1{font-size:5rem}}
.page-head p.lead{margin-top:1.5rem;font-size:1.125rem;max-width:42rem;color:rgba(42,31,18,0.85)}

.blob{position:absolute;border-radius:50% 40% 55% 45% / 45% 50% 50% 55%;filter:blur(40px);pointer-events:none;z-index:0}

.event-meta{font-family:'Archivo Black',sans-serif;font-size:0.75rem;text-transform:uppercase;color:rgba(42,31,18,0.8);letter-spacing:0.04em}

footer.site{margin-top:4rem;border-top:2px solid var(--foreground);background:var(--foreground);color:var(--background);overflow:hidden}
.footer-grid{max-width:1280px;margin:0 auto;display:grid;gap:2.5rem;padding:4rem 1rem}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr);padding:4rem 2rem}}
.footer-brand{display:flex;align-items:center;gap:0.75rem}
.footer-brand img{width:112px;height:auto;border-radius:0;object-fit:contain}
.footer-brand span{font-family:'Archivo Black',sans-serif;font-size:1.5rem;text-transform:uppercase}
.footer-col p.body{margin-top:1rem;max-width:24rem;font-size:0.9rem;color:rgba(251,246,236,0.85)}
.footer-col p.meta{margin-top:0.75rem;font-size:0.75rem;color:rgba(251,246,236,0.8)}
.footer-col a.email{margin-top:0.5rem;display:inline-flex;align-items:center;gap:0.4rem;font-size:0.75rem;color:rgba(251,246,236,0.85)}
.footer-col a.email:hover{color:var(--primary)}
.footer-col h4{font-family:'Archivo Black',sans-serif;font-size:0.9rem;color:var(--primary);text-transform:uppercase}
.footer-col ul{list-style:none;margin-top:1rem}
.footer-col li{margin-top:0.5rem;font-size:0.9rem}
.footer-col li a:hover{color:var(--primary)}
.footer-col .ig-btn{margin-top:1rem;display:inline-flex;align-items:center;gap:0.5rem;border:2px solid var(--background);border-radius:9999px;padding:0.5rem 1rem;font-size:0.875rem}
.footer-col .ig-btn:hover{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}
.footer-bottom{border-top:1px solid rgba(251,246,236,0.2);padding:1.5rem 1rem;text-align:center;font-size:0.75rem;color:rgba(251,246,236,0.8)}
.footer-bottom p{margin-top:0.25rem}
.footer-bottom a:hover{color:var(--primary);text-decoration:underline;text-underline-offset:2px}

/* page-specific */
.hero{position:relative;overflow:hidden}
.hero-grid{position:relative;z-index:1;display:grid;gap:3rem;align-items:center;padding:5rem 0}
@media(min-width:768px){.hero-grid{grid-template-columns:7fr 5fr;padding:7rem 0}}
.hero h1{font-size:3rem;margin-top:1.5rem}
@media(min-width:768px){.hero h1{font-size:4.5rem}}
@media(min-width:1024px){.hero h1{font-size:6rem}}
.hero h1 .wins{font-family:'Caveat',cursive;text-transform:none;color:rgba(42,31,18,0.8);letter-spacing:0}
.hero p.lead{font-size:1.125rem;color:rgba(42,31,18,0.85);margin-top:1.5rem;max-width:36rem}
.hero .ctas{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:2rem}
.hero-img-wrap{position:relative}
.hero-img-wrap::before{content:"";position:absolute;inset:-12px;background:var(--accent);border-radius:2rem}
.hero-img{position:relative;width:100%;height:28rem;border:2px solid var(--foreground);border-radius:2rem;object-fit:cover;transform:rotate(2deg);box-shadow:10px 10px 0 var(--ink)}
.hero-tag{position:absolute;bottom:-1.5rem;left:-1.5rem;background:var(--background);border:2px solid var(--foreground);border-radius:1rem;padding:0.5rem 1rem;font-family:'Caveat',cursive;font-size:1.5rem;transform:rotate(-6deg);box-shadow:4px 4px 0 var(--ink)}

.marquee-wrap{border-top:2px solid var(--foreground);border-bottom:2px solid var(--foreground);background:var(--primary);color:var(--primary-foreground);padding:1.25rem 0;overflow:hidden}
.marquee{display:flex;width:max-content;animation:marquee 35s linear infinite}
.marquee > div{display:flex;flex-shrink:0;align-items:center;gap:2rem;padding-right:2rem;font-family:'Archivo Black',sans-serif;font-size:2rem;text-transform:uppercase}
@media(min-width:768px){.marquee > div{font-size:3rem}}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.mission-grid{display:grid;gap:2.5rem}
@media(min-width:768px){.mission-grid{grid-template-columns:5fr 7fr}}
.mission-grid .right{padding-top:1.5rem}
.mission-grid p{font-size:1.125rem;color:rgba(42,31,18,0.8)}
.pillars{display:grid;gap:1rem;margin-top:2rem}
@media(min-width:640px){.pillars{grid-template-columns:repeat(3,1fr)}}
.pillar{background:var(--card);border:2px solid var(--foreground);border-radius:1rem;padding:1.25rem;box-shadow:4px 4px 0 var(--ink)}
.pillar .icon{color:var(--primary);font-size:1.5rem}
.pillar p.title{font-family:'Archivo Black',sans-serif;text-transform:uppercase;margin-top:0.75rem;font-size:0.9rem}
.pillar p.body{font-size:0.875rem;color:rgba(42,31,18,0.75);margin-top:0.5rem}

.healing-section{background:var(--secondary)}
.healing-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem}
.healing-head h2{font-size:2.5rem}
@media(min-width:768px){.healing-head h2{font-size:3.75rem}}
.healing-head a{font-family:'Archivo Black',sans-serif;font-size:0.8rem;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px}
.healing-head a:hover{color:var(--primary)}
.healing-grid{display:grid;gap:1rem;margin-top:3rem}
@media(min-width:768px){.healing-grid{grid-template-columns:repeat(3,1fr)}}
.healing-grid img{height:20rem;width:100%;object-fit:cover;border:2px solid var(--foreground);border-radius:1rem;box-shadow:6px 6px 0 var(--ink)}
@media(min-width:768px){.healing-grid img{height:24rem}}
.healing-grid img.rot-l{transform:rotate(-1deg)}
.healing-grid img.rot-r{transform:rotate(1deg)}
@media(min-width:768px){.healing-grid img.dn{transform:translateY(2rem) rotate(1deg)}}
.healing-grid .big{grid-column:span 1}
@media(min-width:768px){.healing-grid .big{grid-column:span 2;height:28rem}}
.healing-grid img.tall{height:20rem}
@media(min-width:768px){.healing-grid img.tall{height:28rem}}
.healing-cta{background:var(--accent);border:2px solid var(--foreground);border-radius:1rem;padding:2rem;box-shadow:6px 6px 0 var(--ink);display:flex;flex-direction:column;justify-content:center}
.healing-cta p.script{font-size:2rem}
.healing-cta h3{font-size:1.75rem;margin-top:0.5rem}
@media(min-width:768px){.healing-cta h3{font-size:2.25rem}}
.healing-cta p.body{margin-top:1rem;color:rgba(42,31,18,0.85)}

.ig-card{position:relative;overflow:hidden;border:2px solid var(--foreground);border-radius:2rem;background:var(--card);padding:2rem;box-shadow:8px 8px 0 var(--ink)}
@media(min-width:768px){.ig-card{padding:3rem}}
.ig-grid{display:grid;gap:2rem;align-items:center;position:relative;z-index:1}
@media(min-width:768px){.ig-grid{grid-template-columns:1.1fr 1fr}}
.ig-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:0.75rem}
.ig-photos img{aspect-ratio:1;object-fit:cover;border:2px solid var(--foreground);border-radius:0.75rem;box-shadow:3px 3px 0 var(--ink);transition:transform 0.2s}
.ig-photos a:hover img{transform:scale(1.05)}

.partners-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem}
.partners-head p.script{font-size:1.875rem;color:var(--primary)}
.partners-head h2{font-size:2.5rem;margin-top:0.5rem}
@media(min-width:768px){.partners-head h2{font-size:3.75rem}}
.partners-head p.body{max-width:28rem;color:rgba(42,31,18,0.75)}
.partners-grid{display:grid;gap:1.5rem;margin-top:3rem;grid-template-columns:1fr}
@media(min-width:640px){.partners-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:768px){.partners-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.partners-grid{grid-template-columns:repeat(5,1fr)}}
.partner{background:var(--card);border:2px solid var(--foreground);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:0.75rem;text-align:center;box-shadow:4px 4px 0 var(--ink)}
.partner img{height:6rem;width:100%;object-fit:contain}
.partner p{font-family:'Archivo Black',sans-serif;font-size:0.7rem;text-transform:uppercase;letter-spacing:0.04em;color:rgba(42,31,18,0.85)}

.about-grid{display:grid;gap:3rem;align-items:center;margin-top:2.5rem}
@media(min-width:768px){.about-grid{grid-template-columns:7fr 5fr}}
.about-prose p{margin-top:1rem;font-size:1.05rem;color:rgba(42,31,18,0.85)}
.about-prose p.script{font-family:'Caveat',cursive;font-size:1.5rem;color:var(--primary);margin-top:1.5rem;text-transform:none}
.about-img{width:100%;height:30rem;object-fit:cover;border:2px solid var(--foreground);border-radius:2rem;box-shadow:10px 10px 0 var(--ink);transform:rotate(-1deg)}
.mission-block{background:var(--accent);border:2px solid var(--foreground);border-radius:1.5rem;padding:2rem;box-shadow:6px 6px 0 var(--ink);margin-top:3rem}
.mission-block p.script{font-family:'Caveat',cursive;font-size:1.75rem;color:var(--ink)}
.mission-block p.body{margin-top:0.75rem;font-size:1.1rem}
.founder-card{margin-top:3rem;background:var(--card);border:2px solid var(--foreground);border-radius:2rem;padding:2rem;box-shadow:8px 8px 0 var(--ink);display:grid;gap:2rem}
@media(min-width:768px){.founder-card{grid-template-columns:1fr 1.5fr;padding:3rem}}
.founder-card img{width:100%;height:24rem;object-fit:cover;border:2px solid var(--foreground);border-radius:1.5rem}
.founder-card h3{font-size:2rem;margin-top:0.5rem}
.founder-card p.role{font-family:'Archivo Black',sans-serif;text-transform:uppercase;font-size:0.85rem;color:var(--primary)}
.founder-card p.bio{margin-top:1rem;color:rgba(42,31,18,0.85)}

.team-hero-img{width:100%;height:24rem;object-fit:cover;border:2px solid var(--foreground);border-radius:2rem;box-shadow:8px 8px 0 var(--ink);margin-top:2rem}
.team-grid{display:grid;gap:2rem;margin-top:3rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.team-card{background:var(--card);border:2px solid var(--foreground);border-radius:1.25rem;overflow:hidden;box-shadow:6px 6px 0 var(--ink);transition:transform 0.2s}
.team-card:hover{transform:translateY(-4px)}
.team-card img{width:100%;aspect-ratio:1;object-fit:cover;border-bottom:2px solid var(--foreground)}
.team-card .info{padding:1.25rem}
.team-card h3{font-size:1.25rem}
.team-card p.role{font-family:'Archivo Black',sans-serif;font-size:0.75rem;color:var(--primary);text-transform:uppercase;margin-top:0.25rem}
.team-card.empty{display:flex;align-items:center;justify-content:center;text-align:center;background:var(--secondary);padding:2rem;min-height:280px}
.team-card.empty .script{font-family:'Caveat',cursive;font-size:1.5rem;color:var(--primary)}

.featured-event{margin-top:3rem;background:var(--accent);border:2px solid var(--foreground);border-radius:1.5rem;padding:1.5rem;box-shadow:10px 10px 0 var(--ink);display:grid;gap:2rem;transition:transform 0.2s}
@media(min-width:768px){.featured-event{grid-template-columns:5fr 7fr;padding:2.5rem}}
.featured-event:hover{transform:translateY(-4px)}
.featured-event img{width:100%;height:18rem;object-fit:cover;border:2px solid var(--foreground);border-radius:1rem}
@media(min-width:768px){.featured-event img{height:24rem}}
.featured-event h2{margin-top:1rem;font-size:1.75rem}
@media(min-width:768px){.featured-event h2{font-size:2.5rem}}
.event-body{margin-top:1rem;font-size:1.05rem;color:rgba(42,31,18,0.85)}
.event-ctas{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:1.5rem}
.event-flyers{display:grid;gap:1rem;margin-top:2rem}
@media(min-width:640px){.event-flyers{grid-template-columns:repeat(2,1fr)}}
.event-flyers img{width:100%;aspect-ratio:1;object-fit:cover;border:2px solid var(--foreground);border-radius:1rem;box-shadow:6px 6px 0 var(--ink)}
.lang-cards{display:grid;gap:1.5rem;margin-top:2rem}
@media(min-width:768px){.lang-cards{grid-template-columns:repeat(2,1fr)}}
.lang-card{border:2px solid var(--foreground);border-radius:1.5rem;padding:1.75rem;box-shadow:6px 6px 0 var(--ink)}
.lang-card.en{background:var(--card)}
.lang-card.es{background:var(--secondary)}
.lang-card .script{font-family:'Caveat',cursive;font-size:1.5rem;color:var(--primary)}
.lang-card h3{font-size:1.5rem;margin-top:0.25rem}
.lang-card p{margin-top:0.75rem;color:rgba(42,31,18,0.85)}
.lang-card ul{list-style:none;margin-top:1rem}
.lang-card li{font-family:'Archivo Black',sans-serif;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.04em;color:rgba(42,31,18,0.85);padding:0.25rem 0}
.events-list{display:grid;gap:2rem;margin-top:3rem}
.event-card{background:var(--card);border:2px solid var(--foreground);border-radius:1.5rem;padding:1.5rem;box-shadow:8px 8px 0 var(--ink);display:grid;gap:2rem}
@media(min-width:768px){.event-card{grid-template-columns:5fr 7fr;padding:2.5rem}}
@media(min-width:768px){.event-card.flip > div:first-child{order:2}}
.event-card img{width:100%;height:18rem;object-fit:cover;border:2px solid var(--foreground);border-radius:1rem}
@media(min-width:768px){.event-card img{height:20rem}}
.event-card h3{font-size:1.75rem;margin-top:1rem}
@media(min-width:768px){.event-card h3{font-size:2.5rem}}
.event-card .loc{font-family:'Archivo Black',sans-serif;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.04em;color:rgba(42,31,18,0.8);margin-top:0.5rem}
.event-card p.body{margin-top:1rem;color:rgba(42,31,18,0.75);font-size:1.05rem}

.news-grid{display:grid;gap:2rem;margin-top:3rem;grid-template-columns:1fr}
@media(min-width:768px){.news-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.news-grid{grid-template-columns:repeat(3,1fr)}}
.news-card{background:var(--card);border:2px solid var(--foreground);border-radius:1rem;overflow:hidden;box-shadow:6px 6px 0 var(--ink);transition:transform 0.2s}
.news-card:hover{transform:translateY(-4px)}
.news-card > img{aspect-ratio:4/3;width:100%;object-fit:cover;border-bottom:2px solid var(--foreground)}
.news-card .info{padding:1.5rem}
.news-card p.date{font-family:'Archivo Black',sans-serif;font-size:0.7rem;text-transform:uppercase;letter-spacing:0.04em;color:rgba(42,31,18,0.7)}
.news-card h3{margin-top:0.5rem;font-size:1.4rem}
.news-card h3:hover{color:var(--primary)}
.news-card p.excerpt{margin-top:0.75rem;color:rgba(42,31,18,0.75);font-size:0.95rem}
.news-card .read{margin-top:1rem;display:inline-block;font-family:'Archivo Black',sans-serif;font-size:0.8rem;text-transform:uppercase;color:var(--primary)}

.article{max-width:48rem;margin:0 auto}
.article .back{font-family:'Archivo Black',sans-serif;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.04em;color:rgba(42,31,18,0.7)}
.article .back:hover{color:var(--primary)}
.article h1{font-size:2.5rem;margin-top:1rem}
@media(min-width:768px){.article h1{font-size:3.75rem}}
.article img.cover{width:100%;margin-top:2.5rem;border:2px solid var(--foreground);border-radius:1rem;box-shadow:8px 8px 0 var(--ink)}
.article p{margin-top:1.25rem;font-size:1.1rem;line-height:1.7;color:rgba(42,31,18,0.85)}
.article .script-line{font-family:'Caveat',cursive;font-size:1.75rem;color:var(--primary);text-transform:none;margin-top:1.5rem}
.news-gallery{display:grid;gap:1.5rem;margin-top:3rem}
@media(min-width:640px){.news-gallery{grid-template-columns:repeat(2,1fr)}}
.news-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border:2px solid var(--foreground);border-radius:1rem;box-shadow:6px 6px 0 var(--ink)}

.volunteer-section{background:var(--card)}
.volunteer-grid{display:grid;gap:3rem;align-items:center}
@media(min-width:768px){.volunteer-grid{grid-template-columns:7fr 5fr}}
.volunteer-grid img{width:100%;height:28rem;object-fit:cover;border:2px solid var(--foreground);border-radius:1.5rem;box-shadow:10px 10px 0 var(--ink);transform:rotate(-2deg)}
.ways{display:grid;gap:1.5rem;margin-top:3rem}
@media(min-width:768px){.ways{grid-template-columns:repeat(3,1fr)}}
.way{background:var(--background);border:2px solid var(--foreground);border-radius:1rem;padding:1.75rem;box-shadow:6px 6px 0 var(--ink)}
.way .icon{font-size:1.75rem;color:var(--primary)}
.way h3{margin-top:1rem;font-size:1.4rem}
.way p{margin-top:0.5rem;color:rgba(42,31,18,0.85)}

.board-form-wrap{margin-top:3rem;overflow:hidden;background:var(--card);border:2px solid var(--foreground);border-radius:1.5rem;box-shadow:8px 8px 0 var(--ink)}
.board-form-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--secondary);border-bottom:2px solid var(--foreground);padding:1rem 1.5rem}
.board-form-head h3{font-size:1.25rem}
.board-form-wrap iframe{width:100%;height:1600px;border:0;display:block}

.cta-build{position:relative;overflow:hidden;background:var(--foreground);color:var(--background);border:2px solid var(--foreground);border-radius:2rem;padding:2rem;box-shadow:10px 10px 0 var(--ink);margin:3rem 0}
@media(min-width:768px){.cta-build{padding:4rem}}
.cta-build p.script{font-family:'Caveat',cursive;font-size:1.875rem;color:var(--primary);position:relative;z-index:1}
.cta-build h2{max-width:48rem;font-size:2.5rem;margin-top:0.5rem;position:relative;z-index:1}
@media(min-width:768px){.cta-build h2{font-size:3.75rem}}
.cta-build p.body{max-width:38rem;font-size:1.125rem;color:rgba(251,246,236,0.85);margin-top:1.5rem;position:relative;z-index:1}


/* MimiByte operations layer additions - Fresh Slate branded */
.utility-stack{position:fixed;right:18px;bottom:18px;z-index:9999;display:flex;flex-direction:column;gap:10px;align-items:flex-end}.utility-stack button{border:2px solid var(--foreground);box-shadow:4px 4px 0 var(--ink);font-family:'Archivo Black',sans-serif;cursor:pointer}.lang-toggle{background:var(--background);color:var(--foreground);border-radius:999px;padding:.65rem .85rem;font-size:.78rem}.a11y-toggle{width:54px;height:54px;border-radius:999px;background:#1266d6;color:white;font-size:1.55rem;display:grid;place-items:center}.a11y-panel{display:none;position:fixed;right:18px;bottom:145px;z-index:9999;width:min(320px,calc(100vw - 36px));background:var(--card);border:2px solid var(--foreground);border-radius:1.25rem;box-shadow:8px 8px 0 var(--ink);padding:1rem}.a11y-panel.open{display:block}.a11y-panel h2{font-size:1rem;margin:0 0 .75rem}.a11y-panel button{width:100%;margin:.25rem 0;border:1px solid var(--foreground);border-radius:.85rem;background:var(--background);padding:.65rem;font-weight:800;cursor:pointer}.high-contrast{--background:#fff!important;--foreground:#000!important;--card:#fff!important;--primary:#000!important;--secondary:#fff5cc!important;--accent:#ffe17a!important;--ink:#000!important;color:#000!important}.large-text{font-size:112%}.underline-links a{text-decoration:underline!important;text-underline-offset:4px}.reduce-motion *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.policy-grid{display:grid;gap:1rem;margin-top:2rem}.policy-card{background:var(--card);border:2px solid var(--foreground);border-radius:1rem;padding:1.25rem;box-shadow:4px 4px 0 var(--ink)}.newsletter-box{margin-top:1rem;display:grid;gap:.55rem}.newsletter-box input{width:100%;border:2px solid var(--foreground);border-radius:.85rem;padding:.75rem;background:var(--background)}.newsletter-box button{border:2px solid var(--foreground);border-radius:.85rem;padding:.75rem;background:var(--accent);font-family:'Archivo Black',sans-serif;box-shadow:3px 3px 0 var(--ink);cursor:pointer}.cms-event-grid{display:grid;gap:2rem;margin-top:2rem}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-top:1rem}.cal-day{min-height:86px;background:var(--card);border:2px solid var(--foreground);border-radius:.9rem;padding:.5rem;font-size:.82rem}.cal-day b{display:block}.cal-event{margin-top:.35rem;background:var(--accent);border:1px solid var(--foreground);border-radius:.45rem;padding:.25rem;font-weight:800}.past-events-title{margin-top:3rem}.hidden-admin-note{display:none!important}
.admin-body{background:var(--background);color:var(--foreground);font-family:'DM Sans',sans-serif}.admin-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.admin-side{background:#2a1f12;color:#fff6e7;padding:1.25rem;position:sticky;top:0;height:100vh;overflow:auto}.admin-brand{display:flex;gap:.75rem;align-items:center;margin-bottom:1.5rem}.admin-brand img{width:112px;height:auto;border-radius:0;object-fit:contain;border:0;background:#fff6e7;padding:.25rem}.admin-brand b{font-family:'Archivo Black',sans-serif;text-transform:uppercase}.admin-nav button,.admin-nav a{width:100%;display:block;text-align:left;margin:.25rem 0;border:0;border-radius:.85rem;background:transparent;color:#fff6e7;padding:.85rem;font-weight:800;text-decoration:none;cursor:pointer}.admin-nav button.active,.admin-nav button:hover,.admin-nav a:hover{background:rgba(245,207,87,.22)}.admin-main{padding:1.5rem;max-width:1240px}.admin-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.admin-top h1{font-size:clamp(2rem,4vw,3.5rem)}.admin-module{display:none}.admin-module.on{display:block}.admin-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:1rem 0}.admin-card,.admin-panel{background:var(--card);border:2px solid var(--foreground);border-radius:1.25rem;padding:1rem;box-shadow:4px 4px 0 var(--ink)}.admin-card b{font-family:'Archivo Black',sans-serif;font-size:1.6rem}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.admin-table{width:100%;border-collapse:separate;border-spacing:0 .55rem}.admin-table th{text-align:left;font-family:'Archivo Black',sans-serif;font-size:.72rem;text-transform:uppercase}.admin-table td,.admin-table th{background:var(--card);border-top:1px solid var(--foreground);border-bottom:1px solid var(--foreground);padding:.75rem}.admin-table td:first-child,.admin-table th:first-child{border-left:1px solid var(--foreground);border-radius:.8rem 0 0 .8rem}.admin-table td:last-child,.admin-table th:last-child{border-right:1px solid var(--foreground);border-radius:0 .8rem .8rem 0}.admin-form{display:grid;gap:.65rem}.admin-form input,.admin-form textarea,.admin-form select{width:100%;border:2px solid var(--foreground);border-radius:.8rem;background:var(--background);padding:.75rem}.admin-form textarea{min-height:120px}.admin-btn{border:2px solid var(--foreground);border-radius:.85rem;background:var(--primary);color:var(--primary-foreground);padding:.72rem .9rem;font-weight:900;box-shadow:3px 3px 0 var(--ink);cursor:pointer}.admin-btn.secondary{background:var(--accent);color:var(--foreground)}.admin-btn.ghost{background:var(--background);color:var(--foreground)}.admin-login{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,rgba(245,207,87,.45),transparent 30%),linear-gradient(135deg,#fff8e6,#f7cf93)}.admin-login-box{width:min(440px,92vw);background:var(--card);border:2px solid var(--foreground);border-radius:1.5rem;padding:1.5rem;box-shadow:8px 8px 0 var(--ink)}.kanban{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.grant-lane{background:var(--secondary);border:2px solid var(--foreground);border-radius:1rem;padding:.75rem;min-height:250px}.grant-mini{background:var(--card);border:1px solid var(--foreground);border-radius:.85rem;padding:.75rem;margin:.5rem 0}.card-page{min-height:100vh;background:linear-gradient(135deg,#fff7e4,#fce0aa);display:grid;place-items:center;padding:2rem}.digital-card{width:min(440px,94vw);background:var(--card);border:2px solid var(--foreground);border-radius:2rem;padding:2rem;text-align:center;box-shadow:10px 10px 0 var(--ink)}.digital-card img{width:92px;height:92px;object-fit:cover;border-radius:1.4rem;border:2px solid var(--foreground)}.qr-fake{width:140px;height:140px;margin:1rem auto;border:2px solid var(--foreground);border-radius:.8rem;background:repeating-linear-gradient(45deg,#2a1f12 0 7px,#fff 7px 14px)}@media(max-width:900px){.admin-shell,.admin-grid,.admin-cards,.kanban{grid-template-columns:1fr}.admin-side{position:relative;height:auto}.calendar-grid{grid-template-columns:repeat(2,1fr)}}

/* Fresh Slate CMS patch */
.hero{padding-top:1.75rem}.hero .container{max-width:1120px;padding-left:clamp(1.35rem,4vw,3rem);padding-right:clamp(1.35rem,4vw,3rem)}.hero-grid{align-items:center;gap:clamp(1.5rem,4vw,3.25rem)}.hero-grid>div:first-child{padding-left:clamp(.4rem,2vw,1.5rem);max-width:580px}.hero-img-wrap{margin-inline:auto;max-width:510px}.tag{margin-bottom:.75rem}.lead{max-width:58ch}.utility-stack{position:fixed;right:1rem;bottom:1rem;z-index:9999;display:grid;gap:.55rem}.lang-toggle,.a11y-toggle{width:3.35rem;height:3.35rem;border-radius:999px;border:2px solid var(--foreground);background:var(--card);display:grid;place-items:center;font-weight:900;box-shadow:4px 4px 0 var(--foreground);cursor:pointer}.a11y-toggle{background:#195896;overflow:hidden}.a11y-toggle img{width:2.55rem;height:2.55rem;object-fit:contain}.a11y-panel{position:fixed;right:5rem;bottom:1rem;background:var(--card);border:2px solid var(--foreground);box-shadow:6px 6px 0 var(--foreground);border-radius:1rem;padding:1rem;display:none;z-index:9998;max-width:270px}.a11y-panel.open{display:block}.a11y-panel button{display:block;width:100%;margin:.35rem 0;padding:.65rem;border:1px solid var(--border);background:var(--background);border-radius:.65rem}.large-text{font-size:112%}.high-contrast{--background:#fff;--foreground:#000;--card:#fff;--primary:#9b3300;--border:#000}.underline-links a{text-decoration:underline}.reduce-motion *{animation:none!important;transition:none!important}.calendar-shell{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:1.25rem;align-items:start}.calendar-toolbar{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.calendar-toolbar button,.mini-actions a{border:1px solid var(--foreground);background:var(--card);border-radius:999px;padding:.55rem .9rem;font-weight:800}.calendar-toolbar button.active{background:var(--primary);color:#fff}.calendar-month,.calendar-week,.calendar-day{display:grid;gap:.7rem}.calendar-month{grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-week{grid-template-columns:repeat(3,minmax(0,1fr))}.calendar-day{grid-template-columns:1fr}.cal-day{min-height:110px;background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:.8rem}.cal-event{margin-top:.5rem;color:var(--muted)}.event-side{background:var(--secondary);border:2px solid var(--foreground);border-radius:1.35rem;padding:1rem;position:sticky;top:88px}.event-side-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:.85rem;margin-top:.8rem}.event-side-card img{height:150px;width:100%;object-fit:cover;border-radius:.85rem;margin-bottom:.7rem}.mini-actions{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.8rem}.mini-actions a{font-size:.8rem;padding:.4rem .55rem}.article-page{max-width:860px;margin:auto}.article-hero{width:100%;max-height:480px;object-fit:cover;border-radius:1.5rem;border:2px solid var(--foreground);box-shadow:8px 8px 0 var(--foreground);margin-bottom:1.5rem}.article-body{font-size:1.08rem;color:rgba(42,31,18,.82);margin-top:1.5rem}.comments{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--border)}.comment{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1rem;margin:.8rem 0}.comments form{display:grid;gap:.75rem;margin-top:1rem}.comments input,.comments textarea,.admin-form input,.admin-form textarea,.admin-form select{width:100%;border:1px solid var(--border);border-radius:.75rem;padding:.8rem;background:#fff;font:inherit}.gallery-carousel{display:flex;gap:1rem;overflow-x:auto;padding:.5rem 0 1.5rem}.gallery-carousel img{height:360px;min-width:min(85vw,560px);object-fit:cover;border-radius:1.5rem;border:2px solid var(--foreground);box-shadow:6px 6px 0 var(--foreground)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery-grid img{width:100%;height:280px;object-fit:cover;border-radius:1rem}.admin-preview-card{background:var(--background);border:2px solid var(--foreground);border-radius:1rem;padding:1rem;position:sticky;top:1rem}.admin-history-bottom{margin-top:1rem}.kanban select{width:100%;margin-top:.5rem}.drag-blocks{display:grid;gap:.7rem}.drag-block{border:1px dashed var(--foreground);background:var(--background);padding:.8rem;border-radius:.8rem}.crm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.vcf-card{max-width:430px;margin:auto;background:var(--card);border:2px solid var(--foreground);box-shadow:8px 8px 0 var(--foreground);border-radius:1.5rem;padding:1.5rem;text-align:center}.vcf-card img{width:94px;height:94px;border-radius:1rem;object-fit:cover;margin:0 auto 1rem}.legal-file{padding:.75rem;border:1px solid var(--border);border-radius:.75rem;margin:.5rem 0;background:var(--card)}
@media(max-width:860px){.hero{padding-top:.75rem}.hero-grid{grid-template-columns:1fr!important}.hero-grid>div:first-child{padding-left:0}.hero-img-wrap{max-width:92vw}.hero-tag{right:1rem;bottom:1rem}.calendar-shell{grid-template-columns:1fr}.calendar-month{grid-template-columns:1fr 1fr}.event-side{position:static}.gallery-grid{grid-template-columns:1fr}.nav+.hero,.nav+section{padding-top:1rem}}
/* V3 event calendar refinement */
.a11y-toggle img{width:32px;height:32px;display:block;object-fit:contain}
.pill-past{background:#fff8e8;color:var(--foreground);border:2px solid var(--foreground)}
.refined-calendar{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:1.25rem;align-items:start;margin:1.5rem 0 2.5rem}.calendar-main,.event-side{background:var(--card);border:2px solid var(--foreground);border-radius:1.25rem;box-shadow:5px 5px 0 var(--ink);padding:1rem}.calendar-toolbar{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-bottom:.85rem}.calendar-toolbar button{border:2px solid var(--foreground);border-radius:999px;background:var(--background);font-family:'Archivo Black',sans-serif;padding:.55rem .8rem;cursor:pointer}.calendar-toolbar button.active{background:var(--accent);box-shadow:3px 3px 0 var(--ink)}.full-calendar{display:grid;gap:.45rem}.calendar-month.full-calendar{grid-template-columns:repeat(7,1fr)}.calendar-week.full-calendar{grid-template-columns:repeat(7,1fr)}.cal-head{font-family:'Archivo Black',sans-serif;text-align:center;font-size:.74rem;text-transform:uppercase}.cal-day{min-height:104px;text-align:left;background:#fff8e8;border:2px solid var(--foreground);border-radius:.8rem;padding:.48rem;cursor:pointer}.cal-day.empty{opacity:.35;cursor:default}.cal-day.selected{outline:4px solid var(--accent)}.cal-event{display:block;margin-top:.35rem;border:1px solid var(--foreground);border-radius:.45rem;padding:.25rem;font-weight:800;font-size:.72rem;line-height:1.15}.cal-event.event-upcoming{background:var(--accent)}.cal-event.event-past{background:#fff}.event-side-card{background:#fff8e8;border:2px solid var(--foreground);border-radius:1rem;padding:.75rem;margin:.75rem 0;box-shadow:3px 3px 0 var(--ink)}.event-side-card.event-upcoming{background:var(--accent)}.event-side-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:.75rem;border:2px solid var(--foreground);margin-bottom:.65rem}.event-card.event-past{background:#fff8e8}.event-card.event-upcoming{background:var(--accent)}.all-events{margin-top:2rem}.mini-actions{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.75rem}.mini-actions a{border:2px solid var(--foreground);border-radius:999px;padding:.45rem .65rem;background:var(--background);font-weight:900;text-decoration:none;font-size:.82rem}.event-upcoming .mini-actions a{background:#fff8e8}@media(max-width:860px){.refined-calendar{grid-template-columns:1fr}.calendar-month.full-calendar,.calendar-week.full-calendar{grid-template-columns:1fr}.cal-head{display:none}.cal-day{min-height:auto}.admin-shell{grid-template-columns:1fr}.admin-side{position:relative;height:auto}.admin-cards,.admin-grid{grid-template-columns:1fr}}

/* v4 patch: logo lockup, hero stack, calendar refinements */
.brand{gap:.65rem;white-space:nowrap}.brand img{width:54px!important;height:54px!important;border-radius:50%;object-fit:contain;background:#fff}.brand span{color:var(--foreground);line-height:1}.brand .la{color:var(--primary)!important}.footer-brand img{width:72px!important;height:72px!important;border-radius:50%;object-fit:contain;background:#fff}.utility-access{background:var(--background)!important;border-color:var(--foreground)!important}.utility-access img{background:transparent!important}.nav{min-height:74px}.nav-inner{min-height:74px}.hero.compact-hero{padding-top:2.5rem!important}.hero-stack{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:center}.hero-stack .hero-copy{max-width:980px}.hero-stack .hero-img-wrap{max-width:780px;margin:0 auto}.hero-stack .lead{max-width:780px}.hero-stack .ctas{margin-top:.75rem}.hero-stack h1{margin:.9rem 0 .75rem}.article-page{max-width:740px;margin:0 auto}.article-page .backlink a{text-transform:uppercase;font-weight:900;font-size:.75rem;text-decoration:none;color:var(--foreground)}.article-page .article-hero{width:100%;border:2px solid var(--foreground);border-radius:.8rem;box-shadow:5px 5px 0 var(--ink);margin:1rem 0}.article-body{font-size:1rem;line-height:1.75}.article-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0}.article-gallery img{width:100%;aspect-ratio:1.35/1;object-fit:cover;border:2px solid var(--foreground);border-radius:.8rem;box-shadow:4px 4px 0 var(--ink)}.calendar-toolbar{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.calendar-toolbar strong{font-family:'Archivo Black',sans-serif;margin-right:auto}.cal-day.today{outline:4px solid var(--primary);outline-offset:-5px;background:#fff8df}.event-side-card.event-past,.event-card.event-past{background:var(--card)}.event-side-card.event-upcoming,.event-card.event-upcoming{background:#f5cf57}.pill-past{background:var(--background);color:var(--foreground)}@media(max-width:900px){.brand img{width:44px!important;height:44px!important}.brand span{font-size:1.05rem!important}.hero.compact-hero{padding-top:1.25rem!important}.hero-stack{padding-inline:.5rem}.hero-stack h1{font-size:clamp(3.1rem,18vw,5rem)}.article-gallery{grid-template-columns:1fr}.calendar-toolbar strong{width:100%;order:-1}}


/* V6 PUBLIC REPAIR OVERRIDES */
.brand img{width:54px;height:auto;border-radius:0;object-fit:contain}.brand span{color:var(--foreground)}.brand .la{color:var(--primary)}
.hero{padding-top:0!important}.hero-grid{padding-top:clamp(2.25rem,4vw,4rem)!important;padding-bottom:clamp(3rem,5vw,5rem)!important}.hero-grid>div:first-child{padding-left:0!important;max-width:none!important}.hero-img-wrap{display:block!important;opacity:1!important;visibility:visible!important;max-width:510px;margin-inline:auto}.hero-img{display:block!important;opacity:1!important;visibility:visible!important}.hero .lead,.hero .ctas{display:flex}.hero .lead{display:block}.hero .ctas{display:flex!important}.hero h1{line-height:.95}.hero h1 .wins{display:inline-block;margin-top:.35rem}.tag{margin-bottom:.35rem!important}
.utility-stack{position:fixed;right:1rem;bottom:1rem;z-index:9999;display:grid;gap:.55rem}.lang-toggle,.a11y-toggle{width:3.35rem;height:3.35rem;border-radius:999px;border:2px solid var(--foreground);background:var(--card);display:grid;place-items:center;font-weight:900;box-shadow:4px 4px 0 var(--ink);cursor:pointer;color:var(--foreground)}.a11y-toggle{background:var(--background)!important;overflow:hidden}.a11y-toggle img{width:2.55rem;height:2.55rem;object-fit:contain}.a11y-panel{position:fixed;right:5rem;bottom:1rem;background:var(--card);border:2px solid var(--foreground);box-shadow:6px 6px 0 var(--ink);border-radius:1rem;padding:1rem;display:none;z-index:9998;max-width:270px}.a11y-panel.open{display:block}.a11y-panel button{display:block;width:100%;margin:.35rem 0;padding:.65rem;border:1px solid var(--foreground);background:var(--background);border-radius:.65rem;font-weight:800}.large-text{font-size:112%}.high-contrast{--background:#fff;--foreground:#000;--card:#fff;--primary:#9b3300;--border:#000;--ink:#000}.underline-links a{text-decoration:underline!important;text-underline-offset:4px}.reduce-motion *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
.calendar-shell{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1.25rem;align-items:start;margin-top:2rem}.calendar-box,.month-events{border:2px solid var(--foreground);border-radius:1.25rem;background:var(--card);box-shadow:6px 6px 0 var(--ink);padding:1rem}.cal-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.cal-toolbar button{border:2px solid var(--foreground);border-radius:999px;background:var(--background);padding:.45rem .75rem;font-weight:900;cursor:pointer}.view-tabs button.active{background:var(--accent)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.4rem;margin-top:1rem}.cal-head{font-weight:900;text-transform:uppercase;font-size:.7rem;text-align:center}.cal-day{min-height:88px;background:var(--background);border:2px solid var(--foreground);border-radius:.75rem;padding:.4rem;font-size:.8rem;cursor:pointer}.cal-day.muted{opacity:.38}.cal-day.today{outline:4px solid var(--primary)}.cal-day.selected{background:var(--accent)}.cal-event{display:block;margin-top:.25rem;border-radius:.4rem;padding:.15rem .25rem;font-size:.65rem;font-weight:900;background:var(--secondary);border:1px solid var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cal-event.upcoming{background:var(--accent)}.event-row{border-top:1px solid rgba(42,31,18,.25);padding:1rem 0}.event-row:first-child{border-top:0}.event-row .status{display:inline-block;border:2px solid var(--foreground);border-radius:999px;padding:.2rem .5rem;font-size:.68rem;font-weight:900;text-transform:uppercase}.event-row.past .status{background:var(--background)}.event-row.upcoming .status{background:var(--accent)}.event-row h3{font-size:1.1rem;margin:.5rem 0}.event-actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.65rem}.event-actions a{border:2px solid var(--foreground);border-radius:999px;padding:.45rem .65rem;font-weight:900;font-size:.72rem;background:var(--background)}.event-actions a.primary{background:var(--primary);color:var(--primary-foreground)}.events-list{margin-top:2rem}.event-card.past{background:var(--background)}.event-card.upcoming{background:var(--accent)}.news-article{max-width:760px;margin:0 auto;padding:4rem 1rem}.news-article h1{font-size:clamp(2.4rem,7vw,4.5rem);line-height:.95}.news-article .article-date{font-family:'Archivo Black',sans-serif;text-transform:uppercase;margin-bottom:1rem}.news-article .hero-photo{width:100%;border:2px solid var(--foreground);border-radius:1rem;box-shadow:8px 8px 0 var(--ink);margin:2rem 0;object-fit:cover}.news-article p{font-size:1.02rem;line-height:1.75;margin:1rem 0}.news-article .script-line{font-family:'Caveat',cursive;color:var(--primary);font-size:1.8rem}.comment-box{margin-top:3rem;border-top:2px solid var(--foreground);padding-top:1.5rem}.comment-box textarea,.comment-box input{width:100%;border:2px solid var(--foreground);border-radius:.75rem;padding:.75rem;background:var(--background);margin:.35rem 0}.comment-box button{border:2px solid var(--foreground);border-radius:999px;background:var(--accent);box-shadow:4px 4px 0 var(--ink);font-weight:900;padding:.75rem 1rem}.gallery-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.gallery-strip img{width:100%;aspect-ratio:4/3;object-fit:cover;border:2px solid var(--foreground);border-radius:.9rem;box-shadow:4px 4px 0 var(--ink)}
@media(max-width:900px){.calendar-shell{grid-template-columns:1fr}.hero-grid{gap:2.5rem}.hero h1{font-size:clamp(3rem,14vw,5rem)}.hero .container{padding-left:1.25rem;padding-right:1.25rem}.hero-img{height:22rem}.hero-tag{left:.5rem;bottom:-1.1rem}.calendar-grid{gap:.25rem}.cal-day{min-height:68px;font-size:.7rem}.cal-event{font-size:.58rem}.brand span{font-size:1.25rem}.brand img{width:46px}}


/* v7 controlled patch: nav logo, utility buttons, news listing card sizing */
.brand img{width:54px!important;height:54px!important;border-radius:50%!important;object-fit:contain!important;background:#fff!important;border:0!important;box-shadow:none!important}
.footer-brand img{border-radius:50%!important;object-fit:contain!important;background:#fff!important}
.utility-stack{display:grid!important;position:fixed!important;right:1rem!important;bottom:1rem!important;z-index:2147483000!important;gap:.55rem!important}
.lang-toggle,.a11y-toggle{background:var(--background)!important;color:var(--foreground)!important;border:2px solid var(--foreground)!important;box-shadow:4px 4px 0 var(--ink)!important}
.a11y-toggle img{width:2.55rem!important;height:2.55rem!important;object-fit:contain!important}
.news-grid-featured{grid-template-columns:repeat(auto-fit,minmax(290px,340px))!important;align-items:start!important;gap:2rem!important;margin-top:3.25rem!important}
.news-card-featured{max-width:340px!important;border-radius:1rem!important;background:#fff!important;box-shadow:7px 7px 0 var(--ink)!important}
.news-card-featured>img{aspect-ratio:1.08/1!important;height:auto!important;object-fit:cover!important}
.news-pill{display:inline-flex;align-items:center;width:max-content;max-width:100%;border:2px solid var(--foreground);border-radius:999px;background:var(--background);padding:.28rem .65rem;font-family:'Archivo Black',sans-serif;font-size:.68rem;text-transform:uppercase;letter-spacing:.035em;color:var(--foreground);margin-bottom:.85rem}
.news-card-featured h3{font-size:1.32rem!important;line-height:1.02!important;margin-top:.35rem!important}
.news-card-featured .excerpt{font-size:.96rem!important;line-height:1.55!important}
@media(max-width:900px){.brand img{width:46px!important;height:46px!important}.utility-stack{right:.75rem!important;bottom:.75rem!important}.news-grid-featured{grid-template-columns:1fr!important}.news-card-featured{max-width:390px!important}}


/* FINAL NIGHT PATCH */
.news-grid-featured{grid-template-columns:repeat(4,minmax(220px,1fr))!important;align-items:start!important;gap:1.4rem!important;margin-top:3rem!important;max-width:1280px!important}
.news-card-featured{max-width:none!important;width:100%!important;border-radius:1rem!important;background:#fff!important;box-shadow:7px 7px 0 var(--ink)!important}
.news-card-featured>img{aspect-ratio:1.08/1!important;height:auto!important;object-fit:cover!important}
.news-pill{display:inline-flex;align-items:center;gap:.35rem;border:2px solid var(--foreground);border-radius:999px;background:var(--background);padding:.35rem .7rem;font-family:'Archivo Black',sans-serif;font-size:.64rem;text-transform:uppercase;letter-spacing:.03em;color:var(--foreground);margin-bottom:.7rem}
.news-pill:before{content:'';width:.45rem;height:.45rem;background:var(--primary);border-radius:999px;display:inline-block}
.news-card-featured .info{padding:1.25rem!important}.news-card-featured h3{font-size:1.14rem!important;line-height:1.02!important;margin-top:.35rem!important}.news-card-featured .excerpt{font-size:.9rem!important;line-height:1.48!important}
.file-drop{border:2px dashed var(--foreground);border-radius:1rem;background:var(--background);padding:1rem;display:grid;gap:.4rem;cursor:pointer}.file-drop strong{font-family:'Archivo Black',sans-serif}.file-drop small{opacity:.72}.file-drop input{border:0!important;background:transparent!important;padding:0!important}.form-label{display:grid;gap:.35rem;font-weight:900}.form-label span{font-family:'Archivo Black',sans-serif;font-size:.78rem;text-transform:uppercase}.card-builder-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:1rem;align-items:start}.card-preview-panel{position:sticky;top:1rem}.admin-section-title{font-family:'Archivo Black',sans-serif;margin:.75rem 0 .25rem}.add-part-row{display:flex;gap:.5rem;flex-wrap:wrap}.add-part-row button{border:1px solid var(--foreground);border-radius:999px;background:var(--background);padding:.5rem .7rem;font-weight:800;cursor:pointer}.vcf-preview-actions{display:grid;gap:.5rem;margin-top:1rem}.vcf-preview-actions a,.vcf-preview-actions button{border:2px solid var(--foreground);border-radius:.8rem;background:var(--primary);color:#fff;padding:.65rem;font-weight:900;text-decoration:none}.vcf-preview-actions .ghost{background:var(--background);color:var(--foreground)}
@media(max-width:1100px){.news-grid-featured{grid-template-columns:repeat(2,minmax(220px,1fr))!important}.card-builder-grid{grid-template-columns:1fr}}
@media(max-width:700px){.news-grid-featured{grid-template-columns:1fr!important}.news-card-featured{max-width:390px!important}.utility-stack{display:grid!important}}

/* ================================================================
   MimiByte polish layer — Fresh Slate LA (final pass, additive)
   Appended last so these are the decisive overrides. Add-only.
   ================================================================ */

/* (2) Accessibility toggle — ivory button, icon centered on top, all pages */
.utility-stack .a11y-toggle,.a11y-toggle{background:var(--background)!important;color:var(--foreground)!important;border:2px solid var(--foreground)!important;box-shadow:4px 4px 0 var(--ink)!important;overflow:hidden!important}
.utility-stack .a11y-toggle img,.a11y-toggle img{width:2.4rem!important;height:2.4rem!important;object-fit:contain!important;display:block!important;filter:none!important;opacity:1!important}

/* (5) News — wider featured cards + branded search/filter toolbar */
#cms-news .news-grid-featured{grid-template-columns:repeat(auto-fill,minmax(320px,440px))!important;justify-content:center!important;align-items:start!important;gap:2rem!important;max-width:1400px!important;margin:2.5rem auto 0!important}
#cms-news .news-card-featured{max-width:440px!important;width:100%!important}
@media(max-width:760px){#cms-news .news-grid-featured{grid-template-columns:1fr!important;max-width:460px!important}}
.news-empty{text-align:center;color:var(--muted);font-size:1.05rem;padding:2.5rem 0}
#news-tools{max-width:1400px;margin:2rem auto 0;padding:0 1.25rem}
.news-tools-inner{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center}
.news-tools-inner input,.news-tools-inner select{font-family:'DM Sans',system-ui,sans-serif;font-size:.95rem;padding:.7rem 1.05rem;border:2px solid var(--foreground);border-radius:999px;background:var(--card);color:var(--foreground);box-shadow:3px 3px 0 var(--ink);outline:none}
.news-tools-inner input[type=search]{min-width:min(420px,86vw);flex:1 1 280px}
.news-tools-inner input:focus,.news-tools-inner select:focus{border-color:var(--primary);box-shadow:3px 3px 0 var(--primary)}
.news-tools-inner select{cursor:pointer;font-weight:700}

/* (7) Digital card (/card) — breathing room + stacked CTAs */
.vcf-card>*+*{margin-top:1rem}
.vcf-card .ctas,.vcf-card .vcf-ctas,.vcf-card .actions{display:flex;flex-direction:column;gap:.85rem;margin-top:1.5rem}
.vcf-card .ctas .btn,.vcf-card .ctas a,.vcf-card .vcf-ctas .btn,.vcf-card .vcf-ctas a{width:100%}

/* (3) Instagram embed (replaces static photo grid, right column of Follow section) */
.ig-embed{position:relative;z-index:1;width:100%;display:flex;justify-content:center}
.ig-embed .instagram-media{margin:0 auto!important;max-width:420px!important;min-width:240px!important;width:100%!important;border:2px solid var(--foreground)!important;border-radius:1rem!important;box-shadow:7px 7px 0 var(--ink)!important}
.ig-embed-fallback{display:block;padding:1.25rem 1.5rem;border:2px solid var(--foreground);border-radius:1rem;box-shadow:7px 7px 0 var(--ink);background:var(--card);font-family:'Archivo Black',sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;color:var(--primary);text-align:center}

/* (6) Volunteer intake form — Fresh Slate branded */
.volunteer-apply{position:relative;z-index:1;max-width:680px;margin:0 auto;background:var(--card);border:2px solid var(--foreground);border-radius:1.5rem;box-shadow:8px 8px 0 var(--ink);padding:clamp(1.5rem,4vw,2.5rem)}
.volunteer-apply .field{margin-top:1.1rem;display:flex;flex-direction:column;gap:.4rem}
.volunteer-apply .field-row{display:grid;gap:1.1rem}
@media(min-width:620px){.volunteer-apply .field-row{grid-template-columns:1fr 1fr}}
.volunteer-apply label{font-family:'Archivo Black',sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}
.volunteer-apply input,.volunteer-apply textarea{font-family:'DM Sans',system-ui,sans-serif;font-size:1rem;padding:.8rem 1rem;border:2px solid var(--foreground);border-radius:.85rem;background:var(--background);color:var(--foreground);outline:none;width:100%}
.volunteer-apply input:focus,.volunteer-apply textarea:focus{border-color:var(--primary)}
.volunteer-apply textarea{min-height:120px;resize:vertical}
.volunteer-apply .form-actions{margin-top:1.5rem}
.volunteer-apply .form-actions .btn{width:100%}
.volunteer-success{margin-top:1.25rem;padding:1rem 1.25rem;border:2px solid var(--primary);background:var(--secondary);border-radius:.85rem;font-weight:700;color:var(--ink)}
.vol-hp{position:absolute!important;left:-9999px!important;top:auto;width:1px;height:1px;overflow:hidden}

/* (10) Hero — explicit order pill → headline → photo → paragraph → CTAs */
.hero .hero-grid{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"tag" "title" "media" "lead" "ctas"!important;gap:1.25rem!important;align-items:start!important}
.hero .hero-grid>.tag{grid-area:tag;margin-bottom:0!important}
.hero .hero-grid>h1{grid-area:title;margin:0!important}
.hero .hero-grid>.hero-media{grid-area:media;width:100%}
.hero .hero-grid>.lead{grid-area:lead;margin:0!important}
.hero .hero-grid>.ctas{grid-area:ctas;display:flex!important;gap:1rem;flex-wrap:wrap}
@media(min-width:861px){
  .hero .hero-grid{grid-template-columns:7fr 5fr!important;grid-template-areas:"tag media" "title media" "lead media" "ctas media"!important;column-gap:clamp(1.5rem,4vw,3.25rem)!important;row-gap:1.25rem!important;align-items:center!important}
  .hero .hero-grid>.hero-media{align-self:center}
}

/* ============================================================
   MimiByte polish layer — final overrides (loads last, wins cascade)
   Fresh Slate LA · June 2026
   ============================================================ */

/* --- Accessibility toggle: ivory background, icon centered on top --- */
.utility-stack .a11y-toggle{
  background:var(--background) !important;
  color:var(--foreground) !important;
  overflow:visible !important;
  border:2px solid var(--foreground) !important;
  box-shadow:4px 4px 0 var(--foreground) !important;
  display:grid !important;place-items:center !important;
  padding:0 !important;
}
.utility-stack .a11y-toggle img{
  width:2.1rem !important;height:2.1rem !important;
  object-fit:contain !important;display:block !important;
  filter:none !important;
}

/* --- Hero: mobile source order = pill > headline > photo > paragraph > buttons --- */
.hero-grid{
  grid-template-columns:1fr;
  grid-template-areas:"tag" "title" "media" "lead" "ctas";
}
.hero-grid>.tag{grid-area:tag;justify-self:start;width:-moz-fit-content;width:fit-content;max-width:100%}
.hero-grid>h1{grid-area:title}
.hero-grid>.hero-media{grid-area:media}
.hero-grid>.lead{grid-area:lead}
.hero-grid>.ctas{grid-area:ctas;display:flex;flex-wrap:wrap;gap:.75rem}
.hero-grid>.hero-media{width:100%}
@media(min-width:861px){
  .hero-grid{
    grid-template-columns:7fr 5fr !important;
    grid-template-areas:"tag media" "title media" "lead media" "ctas media" !important;
    align-items:center;
  }
  .hero-grid>.hero-media{align-self:center}
}

/* --- Instagram embed (replaces old static photo grid) --- */
.ig-embed{display:flex;justify-content:center;width:100%}
.ig-embed .instagram-media{
  border:2px solid var(--foreground) !important;
  border-radius:1rem !important;
}
.ig-embed>.instagram-media>a{
  display:block;padding:2rem 1.25rem;text-align:center;
  font-weight:700;color:var(--primary);text-decoration:none;
}

/* --- News: wider cards + branded search/filter tools --- */
#news-tools{margin:0 0 2rem}
#news-tools .news-tools-inner{
  display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;
  justify-content:center;
}
#news-tools input[type=search],
#news-tools select{
  font-family:'DM Sans',system-ui,sans-serif;font-size:.95rem;
  padding:.65rem .9rem;border:2px solid var(--foreground);
  border-radius:.85rem;background:var(--card);color:var(--foreground);
  box-shadow:3px 3px 0 var(--foreground);min-height:2.9rem;
}
#news-tools input[type=search]{flex:1 1 280px;max-width:420px}
#news-tools select{cursor:pointer}
#news-tools input[type=search]:focus,
#news-tools select:focus{outline:none;border-color:var(--primary);box-shadow:3px 3px 0 var(--primary)}
.news-results .news-grid-featured{
  grid-template-columns:repeat(auto-fill,minmax(320px,440px)) !important;
  justify-content:center !important;
  gap:2rem !important;
  max-width:1400px;margin:0 auto;
}
.news-results .news-card-featured{max-width:440px !important;width:100% !important}
.news-empty{text-align:center;color:var(--muted);padding:2.5rem 1rem;font-size:1.05rem}
@media(max-width:700px){
  .news-results .news-grid-featured{grid-template-columns:1fr !important}
}

/* --- /card page: breathing room + stacked CTA buttons --- */
.vcf-card>*+*{margin-top:.85rem}
.vcf-card img{margin-bottom:1rem}
.vcf-card .ctas{
  display:flex !important;flex-direction:column !important;
  gap:.75rem !important;margin-top:1.5rem !important;
}
.vcf-card .ctas a,
.vcf-card .ctas .btn{width:100% !important;text-align:center;justify-content:center}

/* --- Volunteer intake form --- */
.volunteer-apply{
  margin-top:5rem;background:var(--card);
  border:2px solid var(--foreground);border-radius:1.5rem;
  box-shadow:8px 8px 0 var(--foreground);
  padding:clamp(1.5rem,4vw,3rem);max-width:760px;
}
.volunteer-apply .apply-head{margin-bottom:1.75rem}
.apply-form{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.apply-form .field{display:flex;flex-direction:column;gap:.4rem}
.apply-form .field-full{grid-column:1/-1}
.apply-form label{font-weight:700;font-size:.92rem;color:var(--foreground)}
.apply-form input,
.apply-form textarea{
  font-family:'DM Sans',system-ui,sans-serif;font-size:1rem;
  padding:.7rem .85rem;border:2px solid var(--foreground);
  border-radius:.75rem;background:var(--background);color:var(--foreground);
}
.apply-form input:focus,
.apply-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:3px 3px 0 var(--primary)}
.apply-form textarea{resize:vertical;min-height:6.5rem}
.apply-form .form-status{
  grid-column:1/-1;background:var(--secondary);border-radius:.75rem;
  padding:.85rem 1rem;font-weight:600;color:var(--foreground);
}
.apply-alt{margin-top:1.25rem;font-size:.95rem;color:var(--muted)}
.apply-alt a{color:var(--primary);font-weight:700}
@media(max-width:560px){.apply-form{grid-template-columns:1fr}}
