/* Ana Luisa for Mayor — main stylesheet */
:root {
    --red: #DC231B;
    --green: #007F59;
    --teal: #00A5B5;
    --yellow: #FFB83F;
    --ink: #0A0A0A;
    --bg: #FAFAFA;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: var(--bg);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.al-wrap { max-width: 80rem; margin: 0 auto; padding: 0 1.25rem; }
.al-wrap-narrow { max-width: 52rem; }

.al-red { color: var(--red); }
.al-green { color: var(--green); }
.al-teal { color: var(--teal); }
.al-yellow { color: var(--yellow); }

.al-noise {
    pointer-events: none; position: absolute; inset: 0; opacity: .08;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Reveal animations ---------- */
.al-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.al-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    .al-reveal { opacity: 1 !important; transform: none !important; transition: none; }
    .al-marquee-track { animation: none !important; }
}

/* ---------- Buttons ---------- */
.al-btn {
    display: inline-block; 
    font-family: 'Cabinet Grotesk', Arial, sans-serif;
    font-weight: 700; 
    font-size: .95rem; 
    padding: .8rem 1.6rem;
    border: 1px solid var(--ink); 
    cursor: pointer;
    background: var(--yellow) !important; 
    color: var(--ink) !important; 
    transition: transform .18s ease, box-shadow .18s ease;
}
.al-btn:hover { transform: translate(-3px, -3px); }
.al-btn:active { transform: translate(0, 0); }
.al-btn-lg { font-size: 1.1rem; padding: 1rem 2rem; }

.al-btn-red, .al-btn-dark, .al-btn-white, .al-btn-yellow {
    background: var(--yellow) !important;
    color: var(--ink) !important;
    box-shadow: 5px 5px 0 var(--ink);
}
.al-btn-red:hover, .al-btn-dark:hover, .al-btn-white:hover, .al-btn-yellow:hover {
    box-shadow: 8px 8px 0 var(--ink);
}


/* ---------- Navbar ---------- */
.al-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(255,255,255,.55); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease;
}
body.admin-bar .al-nav { top: 32px; }
.al-nav.is-scrolled { background: rgba(255,255,255,.85); border-bottom-color: rgba(0,0,0,.1); }
.al-nav-inner { max-width: 80rem; margin: 0 auto; padding: 0 1.25rem; height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.al-wordmark { line-height: 1; }
.al-wordmark-name { display: block; font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; font-size: 1.15rem; letter-spacing: -.02em; transition: color .2s; }
.al-wordmark:hover .al-wordmark-name { color: var(--red); }
.al-wordmark-sub { display: block; font-size: .62rem; font-weight: 700; letter-spacing: .25em; color: #737373; }
.al-links { display: none; gap: 1.5rem; }
.al-links a { font-size: .875rem; font-weight: 700; color: #404040; transition: color .2s; }
.al-links a:hover { color: var(--red); }
.al-nav-actions { display: flex; align-items: center; gap: .75rem; }
.al-langs { display: none; border: 1px solid rgba(0,0,0,.15); }
.al-langs button { padding: .4rem .65rem; font-size: .72rem; font-weight: 700; background: transparent; border: 0; border-right: 1px solid rgba(0,0,0,.15); cursor: pointer; color: #525252; transition: background .2s, color .2s; }
.al-langs button:last-child { border-right: 0; }
.al-langs button.is-active { background: var(--ink); color: #fff; }
.al-nav-donate { display: none; }
.al-menu-toggle { display: flex; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: .5rem; }
.al-menu-toggle span { width: 22px; height: 2px; background: var(--ink); }
.al-mobile-menu { display: none; background: #fff; border-top: 1px solid rgba(0,0,0,.1); padding: 1rem 1.25rem; }
.al-mobile-menu.is-open { display: block; }
.al-mobile-menu a { display: block; padding: .7rem 0; font-weight: 700; border-bottom: 1px solid rgba(0,0,0,.05); }
.al-mobile-menu .al-btn { border-bottom: 1px solid var(--ink); margin-top: .8rem; }

@media (min-width: 1024px) {
    .al-links { display: flex; }
    .al-langs { display: flex; }
    .al-nav-donate { display: inline-block; }
    .al-menu-toggle { display: none; }
}

/* ---------- Top ticker ---------- */
.al-ticker { background: var(--red); color: #fff; overflow: hidden; height: 36px; display: flex; align-items: center; border-bottom: 1px solid rgba(0,0,0,.2); }
.al-ticker-track { display: flex; width: max-content; flex-shrink: 0; align-items: center; animation: al-marquee 20s linear infinite; }
.al-ticker-row { display: flex; align-items: center; flex-shrink: 0; }
.al-ticker-item { font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; padding: 0 1.25rem; white-space: nowrap; }
.al-ticker-diamond { width: .5rem; height: .5rem; background: var(--yellow); transform: rotate(45deg); flex-shrink: 0; }

/* ---------- Hero (photo-led, no overlapping text) ---------- */
.al-hero { position: relative; overflow: hidden; background: #EAE7E0; padding: calc(106px + 1.5rem) 0 2.5rem; }
.al-hero-bg { position: absolute; inset: 0; will-change: transform; }
.al-hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: blur(24px); opacity: .4; transform: scale(1.1); }
.al-hero-frame { position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; padding: 0 .75rem; }
.al-hero-img {
    width: 100%; height: auto; max-height: calc(100vh - 190px); object-fit: cover; margin: 0 auto;
    border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--red);
    animation: al-hero-in 1s cubic-bezier(.16,1,.3,1) both;
}
@keyframes al-hero-in { from { opacity: 0; transform: scale(.97) translateY(24px); } to { opacity: 1; transform: none; } }

/* ---------- Tagline strip ---------- */
.al-tagline { position: relative; background: var(--ink); color: #fff; overflow: hidden; border-bottom: 1px solid var(--ink); padding: 4.5rem 0; }
.al-tagline .al-wrap { position: relative; }
.al-tagline-title { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.03em; font-size: clamp(2.2rem, 6vw, 3.8rem); line-height: .95; max-width: 56rem; }
.al-line { display: block; overflow: hidden; padding-bottom: .08em; }
.al-line-inner { display: block; transform: translateY(115%); animation: al-line-up 1s cubic-bezier(.16,1,.3,1) forwards; }
.al-line:nth-child(1) .al-line-inner { animation-delay: .15s; }
.al-line:nth-child(2) .al-line-inner { animation-delay: .35s; }
@keyframes al-line-up { to { transform: translateY(0); } }
.al-hero-ctas { margin-top: 2.25rem; display: flex; flex-wrap: wrap; gap: 1rem; }

/* ---------- Marquee ---------- */
.al-marquee { background: var(--yellow); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); overflow: hidden; padding: 1.1rem 0; }
.al-marquee-track { display: flex; width: max-content; animation: al-marquee 32s linear infinite; }
.al-marquee-row { display: flex; align-items: center; }
.al-marquee-item { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.02em; font-size: clamp(1.4rem, 3vw, 2.25rem); padding: 0 1.5rem; white-space: nowrap; }
.al-marquee-diamond { width: .8rem; height: .8rem; background: var(--red); transform: rotate(45deg); flex-shrink: 0; }
@keyframes al-marquee { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.al-section { padding: 6rem 0; }
.al-section-white { background: #fff; border-top: 1px solid rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1); }
.al-kicker { font-size: .78rem; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; margin-bottom: 1rem; }
.al-h2 { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; letter-spacing: -.03em; font-size: clamp(2.5rem, 5.6vw, 4.25rem); line-height: .95; margin-bottom: 4rem; max-width: 52rem; color: #0A0A0A; }
.al-h3 { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; letter-spacing: -.02em; font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin: 1.25rem 0 1rem; color: #0A0A0A; }

/* ---------- Meet Ana Luisa ---------- */
.al-meet-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
.al-meet-photo img { width: 100%; height: 560px; object-fit: cover; object-position: top; border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--teal); }
.al-meet-photo figcaption { margin-top: 1.1rem; font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #737373; }
.al-bio-box { background: #E8F6F4; border: 1px solid var(--ink); padding: 2.5rem; box-shadow: 10px 10px 0 var(--yellow); }
.al-bio-white { background: #fff; }
.al-bio-box ul { list-style: none; }
.al-bio-box li { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.25rem; }
.al-check { flex-shrink: 0; width: 1.5rem; height: 1.5rem; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 900; margin-top: .15rem; }
.al-bio-box li p { font-size: .95rem; line-height: 1.65; color: #262626; }
@media (min-width: 1024px) {
    .al-meet-grid { grid-template-columns: 5fr 6fr; gap: 3.5rem; }
}

/* ---------- Pillars ---------- */
.al-pillars { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.al-pillar { background: #fff; border: 1px solid var(--ink); display: flex; flex-direction: column; transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s cubic-bezier(.16,1,.3,1); }
.al-pillar:hover { transform: translateY(-8px); }
.al-pillar-red { box-shadow: 8px 8px 0 var(--red); }
.al-pillar-teal { box-shadow: 8px 8px 0 var(--teal); }
.al-pillar-green { box-shadow: 8px 8px 0 var(--green); }
.al-pillar-yellow { box-shadow: 8px 8px 0 var(--yellow); }
.al-pillar-img { border-bottom: 1px solid var(--ink); aspect-ratio: 4/3; overflow: hidden; }
.al-pillar-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.al-pillar:hover .al-pillar-img img { transform: scale(1.05); }
.al-pillar-body { padding: 1.5rem; }
.al-pillar-num { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; font-size: 2.25rem; line-height: 1; }
.al-pillar-red .al-pillar-num { color: var(--red); }
.al-pillar-teal .al-pillar-num { color: var(--teal); }
.al-pillar-green .al-pillar-num { color: var(--green); }
.al-pillar-yellow .al-pillar-num { color: var(--yellow); }
.al-pillar-body h3 { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; font-size: 1.3rem; letter-spacing: -.02em; margin: .75rem 0 .6rem; }
.al-pillar-body p { font-size: .92rem; line-height: 1.6; color: #525252; }
@media (min-width: 640px) { .al-pillars { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) {
    .al-pillars { grid-template-columns: repeat(4, 1fr); }
    .al-pillar-offset { margin-top: 3.5rem; }
}

/* ---------- Donate / Event split ---------- */
.al-split { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.al-panel { position: relative; overflow: hidden; color: #fff; border: 1px solid var(--ink); padding: 3rem; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.al-panel:hover { transform: translateY(-8px); }
.al-panel-red { background: var(--red); box-shadow: 10px 10px 0 var(--ink); }
.al-panel-green { background: var(--green); box-shadow: 10px 10px 0 var(--yellow); }
.al-panel > * { position: relative; }
.al-panel h3 { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; letter-spacing: -.03em; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: .95; margin: 2rem 0 1.5rem; }
.al-panel p { color: rgba(255,255,255,.92); font-size: .95rem; line-height: 1.65; max-width: 28rem; }
.al-tag { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .2em; padding: .4rem .8rem; border: 1px solid var(--ink); }
.al-tag-white { background: #fff; color: var(--red); }
.al-tag-yellow { background: var(--yellow); color: var(--ink); }
.al-panel .al-btn { margin-top: 2.25rem; }
@media (min-width: 1024px) { .al-split { grid-template-columns: 1fr 1fr; } }

/* ---------- Inner pages ---------- */
.al-page-hero { position: relative; padding: 11rem 0 5rem; color: #fff; border-bottom: 1px solid var(--ink); overflow: hidden; }
.al-page-hero-dark { background: var(--ink); }
.al-page-title { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.03em; font-size: clamp(2.7rem, 6.6vw, 4.5rem); line-height: .95; }
.al-profile-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
.al-profile-grid .al-meet-photo img { height: 420px; }
@media (min-width: 1024px) { .al-profile-grid { grid-template-columns: 4fr 7fr; } }
.al-page-content { color: #525252; line-height: 1.7; font-size: .95rem; margin-top: .5rem; }
.al-page-content p { margin-bottom: 1rem; }

/* ---------- Footer ---------- */
.al-footer { background: #07382A; color: #fff; }
.al-footer-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; padding-top: 4.5rem; padding-bottom: 4.5rem; }
.al-footer-brand { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; font-size: 1.5rem; letter-spacing: -.02em; }
.al-footer-sub { font-size: .65rem; font-weight: 700; letter-spacing: .25em; color: rgba(255,255,255,.6); margin-top: .3rem; }
.al-footer-blurb { margin-top: 1.5rem; font-size: .85rem; line-height: 1.65; color: rgba(255,255,255,.75); max-width: 20rem; }
.al-footer h4 { font-size: .72rem; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; color: var(--yellow); margin-bottom: 1.25rem; }
.al-footer-list { list-style: none; }
.al-footer-list li { margin-bottom: 1rem; font-size: .875rem; color: rgba(255,255,255,.85); word-break: break-word; }
.al-footer-list li span { display: block; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.6); margin-bottom: .2rem; }
.al-footer-list a:hover, .al-footer-links a:hover { color: var(--yellow); }
.al-socials { display: flex; flex-wrap: wrap; gap: .75rem; }
.al-socials a { width: 2.75rem; height: 2.75rem; border: 1px solid rgba(255,255,255,.3); display: flex; align-items: center; justify-content: center; transition: background .2s, color .2s, border-color .2s; }
.al-socials a:hover { background: var(--yellow); color: var(--ink); border-color: var(--ink); }
.al-footer-bottom { border-top: 1px solid rgba(255,255,255,.15); }
.al-footer-bottom .al-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem; padding-top: 1.5rem; padding-bottom: 1.5rem; font-size: .72rem; color: rgba(255,255,255,.6); }
.al-footer-bottom a { color: var(--yellow); }
.al-footer-bottom a:hover { text-decoration: underline; }
@media (min-width: 768px) { .al-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .al-footer-grid { grid-template-columns: repeat(4, 1fr); } }

::selection { background: var(--yellow); color: var(--ink); }

/* RTL support for Arabic */
[dir="rtl"] .al-links, [dir="rtl"] .al-nav-inner { direction: rtl; }

/* ---------- v1.1 additions ---------- */
.al-langs button.is-active { background: var(--red); }

/* Portrait frame (no cropping) */
.al-meet-photo-frame { position: relative; border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--teal); overflow: hidden; height: 560px; background: #E8F6F4; }
.al-meet-photo-frame .al-photo-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: blur(22px); opacity: .35; transform: scale(1.15); }
.al-meet-photo-frame .al-photo-main { position: relative; width: 100%; height: 100%; object-fit: contain; }
.al-profile-grid .al-meet-photo-frame { height: 420px; }

/* Inner-page hero subtitle */
.al-page-sub { margin-top: 1.25rem; font-size: 1.02rem; line-height: 1.6; color: rgba(255,255,255,.92); max-width: 44rem; }

/* Mission teaser strip */
.al-mission { position: relative; background: var(--yellow); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 4.5rem 0; overflow: hidden; }
.al-mission .al-wrap { position: relative; }
.al-mission .al-kicker { color: rgba(0,0,0,.7); }
.al-mission .al-h2 { margin-bottom: 1.25rem; }
.al-mission-sub { font-size: 1.02rem; color: rgba(0,0,0,.78); max-width: 42rem; line-height: 1.65; }
.al-mission .al-btn { margin-top: 2rem; }

/* Quote band */
.al-quote-band { position: relative; background: var(--yellow); border-bottom: 1px solid var(--ink); padding: 3rem 0; overflow: hidden; }
.al-quote-band .al-wrap { position: relative; }
.al-quote-band blockquote { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 700; font-size: clamp(1.1rem, 2.4vw, 1.75rem); line-height: 1.4; letter-spacing: -.01em; max-width: 62rem; }
.al-quote-mark { color: var(--red); font-size: 2.6rem; line-height: 0; vertical-align: -.35em; margin-right: .25rem; }

/* CTA bands (full-width colored sections) */
.al-cta-band { border-left: 0; border-right: 0; box-shadow: none; padding: 4.5rem 0; }
.al-cta-band:hover { transform: none; }

/* Generic cards */
.al-cards { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .al-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .al-cards-3 { grid-template-columns: repeat(3, 1fr); } }
.al-card { background: #fff; border: 1px solid var(--ink); padding: 1.75rem; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.al-card:hover { transform: translateY(-6px); }
.al-card-red { box-shadow: 7px 7px 0 var(--red); }
.al-card-teal { box-shadow: 7px 7px 0 var(--teal); }
.al-card-green { box-shadow: 7px 7px 0 var(--green); }
.al-card-yellow { box-shadow: 7px 7px 0 var(--yellow); }
.al-card-dark { background: var(--ink); color: #fff; box-shadow: 7px 7px 0 var(--yellow); }
.al-card h3 { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; font-size: 1.2rem; letter-spacing: -.02em; margin: .85rem 0 .6rem; }
.al-card p { font-size: .88rem; line-height: 1.65; color: #525252; margin-bottom: .4rem; }
.al-card-dark p { color: rgba(255,255,255,.82); }
.al-card-num { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; font-size: 1.8rem; line-height: 1; }
.al-card-icon { width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; margin-bottom: 1rem; }
.al-card-source { margin-top: 1rem; font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #9ca3af; }
.al-card a.al-card-link { display: inline-block; margin-top: .9rem; font-size: .85rem; font-weight: 700; color: var(--green); }
.al-card a.al-card-link:hover { color: var(--red); }
.al-card-dark a.al-card-link { color: var(--yellow); }
.al-card-list { list-style: none; margin-top: .9rem; }
.al-card-list li { position: relative; padding-left: 1.2rem; margin-bottom: .55rem; font-size: .88rem; line-height: 1.6; color: #525252; }
.al-card-list li::before { content: ""; position: absolute; left: 0; top: .5em; width: .45rem; height: .45rem; background: var(--yellow); transform: rotate(45deg); }

/* Legal document pages */
.al-legal { background: #fff; border: 1px solid var(--ink); padding: 2.5rem; box-shadow: 8px 8px 0 var(--yellow); }
.al-legal-intro { font-size: .95rem; line-height: 1.7; color: #404040; margin-bottom: 2.25rem; }
.al-legal-updated { display: inline-block; background: var(--yellow); border: 1px solid var(--ink); font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; padding: .4rem .8rem; margin-top: 1.25rem; }
.al-legal-section { margin-bottom: 2.25rem; }
.al-legal-section h2 { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; font-size: 1.3rem; letter-spacing: -.01em; margin-bottom: .75rem; }
.al-legal-section h2 span { color: var(--teal); margin-right: .35rem; }
.al-legal-section p { font-size: .9rem; line-height: 1.7; color: #404040; margin-bottom: .8rem; }
.al-legal-section ul { list-style: none; margin: .6rem 0 1rem; }
.al-legal-section li { position: relative; padding-left: 1.3rem; margin-bottom: .55rem; font-size: .9rem; line-height: 1.65; color: #404040; }
.al-legal-section li::before { content: ""; position: absolute; left: 0; top: .5em; width: .5rem; height: .5rem; background: var(--teal); transform: rotate(45deg); }
.al-legal-contact { background: #E8F6F4; border: 1px solid var(--ink); padding: 1.5rem; font-size: .9rem; line-height: 1.8; margin-top: 2rem; }
.al-legal-contact a { color: var(--green); font-weight: 700; }

/* ---------- v1.2: countdown, timeline, forms, blog ---------- */
.al-deep { color: #07382A; }
.al-tagline { background: var(--teal); }

.al-countdown { background: #07382A; border-bottom: 1px solid var(--ink); padding: 2.5rem 0; position: relative; overflow: hidden; }
.al-countdown-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 2rem; position: relative; }
.al-countdown-label { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; text-transform: uppercase; color: #fff; font-size: 1.25rem; max-width: 20rem; line-height: 1.25; margin: 0; }
.al-countdown-units { display: flex; gap: .9rem; margin-left: auto; flex-wrap: wrap; }
.al-cd-unit { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.2); padding: .8rem 1.2rem; text-align: center; min-width: 5.5rem; }
.al-cd-num { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; font-size: 2.4rem; color: #fff; line-height: 1; display: block; font-variant-numeric: tabular-nums; }
.al-cd-lab { display: block; margin-top: .5rem; font-size: .62rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.6); }

.al-timeline { position: relative; padding-left: 3rem; }
.al-timeline::before { content: ""; position: absolute; left: 14px; top: .5rem; bottom: .5rem; width: 4px; background: var(--ink); }
.al-tl-item { position: relative; margin-bottom: 2.5rem; }
.al-tl-dot { position: absolute; left: -3rem; top: .4rem; width: 1.75rem; height: 1.75rem; transform: rotate(45deg); border: 1px solid var(--ink); }
.al-tl-card { background: #fff; border: 1px solid var(--ink); padding: 1.75rem; max-width: 46rem; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.al-tl-card:hover { transform: translateY(-6px); }
.al-tl-card h3 { font-family: 'Cabinet Grotesk', Arial, sans-serif; font-weight: 900; font-size: 1.35rem; letter-spacing: -.02em; margin: 1rem 0 .6rem; }
.al-tl-card p { font-size: .92rem; line-height: 1.6; color: #525252; margin-bottom: .3rem; }
.al-tl-date { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #fff; padding: .4rem .8rem; border: 1px solid var(--ink); }

.al-form label { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; margin-bottom: .4rem; color: #404040; }
.al-form input, .al-form textarea { width: 100%; border: 1px solid var(--ink); padding: .8rem 1rem; font-family: Arial, sans-serif; font-size: .9rem; margin-bottom: 1.1rem; background: #fff; box-sizing: border-box; }
.al-form input:focus, .al-form textarea:focus { outline: none; box-shadow: 4px 4px 0 var(--teal); }

.al-post-img { aspect-ratio: 16/9; overflow: hidden; border-bottom: 1px solid var(--ink); margin: -1.75rem -1.75rem 1.25rem; }
.al-post-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.al-card:hover .al-post-img img { transform: scale(1.05); }
.al-post-meta { font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: #9ca3af; font-weight: 700; margin-bottom: .5rem; }
.al-footer-list em { font-style: normal; }

/* ---------- v1.3: mobile pass ---------- */
@media (max-width: 768px) {
    .al-h2 { font-size: 2rem; margin-bottom: 2.5rem; }
    .al-tagline { padding: 3rem 0; }
    .al-tagline-title { font-size: 2.1rem; }
    .al-page-title { font-size: 2.1rem; }
    .al-page-hero { padding: 9.5rem 0 3.5rem; }
    .al-page-sub { font-size: .95rem; }
    .al-hero { padding: calc(106px + .75rem) 0 1.5rem; }
    .al-hero-img { max-height: none; box-shadow: 7px 7px 0 var(--red); }
    .al-marquee { padding: .8rem 0; }
    .al-marquee-item { font-size: 1.25rem; padding: 0 1rem; }
    .al-ticker-item { font-size: .62rem; padding: 0 .8rem; }
    .al-section { padding: 3.75rem 0; }
    .al-bio-box { padding: 1.4rem; box-shadow: 6px 6px 0 var(--yellow); }
    .al-meet-photo-frame { height: 400px; box-shadow: 6px 6px 0 var(--teal); }
    .al-panel { padding: 2rem; }
    .al-panel-red { box-shadow: 6px 6px 0 var(--ink); }
    .al-panel-green { box-shadow: 6px 6px 0 var(--yellow); }
    .al-pillar-red, .al-card-red { box-shadow: 5px 5px 0 var(--red); }
    .al-pillar-teal, .al-card-teal { box-shadow: 5px 5px 0 var(--teal); }
    .al-pillar-green, .al-card-green { box-shadow: 5px 5px 0 var(--green); }
    .al-pillar-yellow, .al-card-yellow { box-shadow: 5px 5px 0 var(--yellow); }
    .al-card-dark { box-shadow: 5px 5px 0 var(--yellow); }
    .al-countdown { padding: 1.75rem 0; }
    .al-countdown-label { font-size: 1.02rem; max-width: none; }
    .al-countdown-units { margin-left: 0; gap: .55rem; }
    .al-cd-unit { min-width: 4.1rem; padding: .55rem .5rem; }
    .al-cd-num { font-size: 1.6rem; }
    .al-timeline { padding-left: 2.25rem; }
    .al-timeline::before { left: 9px; width: 3px; }
    .al-tl-dot { left: -2.25rem; width: 1.2rem; height: 1.2rem; }
    .al-tl-card { padding: 1.25rem; }
    .al-btn-lg { font-size: .98rem; padding: .9rem 1.4rem; }
    .al-legal { padding: 1.5rem; box-shadow: 5px 5px 0 var(--yellow); }
    .al-mission { padding: 3rem 0; }
    .al-quote-band blockquote { font-size: 1.1rem; }
}

/* Global readability: larger, bolder type across the whole site */
html { font-size: 118.75%; }
body { font-weight: 500; }
.al-card p, .al-bio-box li p, .al-panel p, .al-card-list li, .al-tl-card p, .al-legal-section p, .al-legal-section li, .al-legal-intro, .al-page-content, .al-footer-list li, .al-mission-sub { font-weight: 500; }
@media (max-width: 768px) { html { font-size: 112.5%; } }

/* Mobile fixes: no horizontal cut, tidy cards, language switcher inside mobile menu */
html, body { overflow-x: hidden; }
.al-rm-card { padding: 2.75rem 3rem; }
.al-rm-grid { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr)); gap: .9rem 1.5rem; }
.al-rm-pt-grid { margin-top: 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr)); gap: 1.25rem; }
.al-mobile-menu .al-langs { display: flex; margin: 1rem 0 .25rem; }
@media (max-width: 768px) {
    .al-rm-card { padding: 1.5rem 1.15rem; }
    .al-rm-grid, .al-rm-pt-grid { grid-template-columns: 1fr; }
    .al-card { padding: 1.5rem 1.15rem; }
    .al-page-hero { padding: 9rem 0 3.5rem; }
}

/* Readability: darker, bolder paragraph/body copy site-wide */
.al-card p, .al-card li, .al-bio-box li p, .al-tl-card p, .al-card-list li,
.al-legal-section p, .al-legal-section li, .al-legal-intro, .al-rm-grid li,
.al-rm-pt-grid p, .al-meet-text p, .al-page-sub, .al-mission-sub, .al-section p {
    color: #171717;
    font-weight: 600;
}
.al-panel p, .al-hero-tagline p, .al-quote-band p, [style*="color:#fff"] p, .al-page-hero p { color: inherit; }
.al-page-hero .al-page-sub { color: rgba(255,255,255,.92); }

/* Roadmap page: extra bold, fully dark copy */
[data-testid="roadmap-page"] .al-card p,
[data-testid="roadmap-page"] .al-card li,
[data-testid="roadmap-page"] .al-rm-grid li,
[data-testid="roadmap-page"] .al-rm-pt-grid p,
[data-testid="roadmap-page"] .al-rm-pt-grid strong,
[data-testid="roadmap-page"] blockquote p {
    color: #0A0A0A !important;
    font-weight: 700 !important;
}

/* Campaign logo in header — larger, as provided */
.al-wordmark { display: block; }
.al-logo { height: 64px; width: auto; display: block; }
@media (max-width: 768px) { .al-logo { height: 46px; } }

/* Campaign logo size + coupled nav height + hero offset (proportionally scaled) */
.al-nav-inner { height: 120px; }
.al-logo { height: 100px; }
.al-hero { padding: calc(156px + 1.5rem) 0 2.5rem; }
.al-page-hero { padding: 12.5rem 0 5rem; }
@media (max-width: 768px) {
    .al-nav-inner { height: 80px; }
    .al-logo { height: 64px; }
    .al-hero { padding: calc(116px + .75rem) 0 1.5rem; }
    .al-page-hero { padding: 9.5rem 0 3.5rem; }
}
