
:root{
  --ink:#2a2320;
  --muted:#756b65;
  --paper:#fffdf9;
  --cream:#f5eee6;
  --sand:#eadfce;
  --rose:#9b5366;
  --rose-dark:#713b4b;
  --pink:#e7b7c2;
  --peach:#f0c3a5;
  --sage:#a9b799;
  --sage-dark:#66765b;
  --lilac:#b8a3c7;
  --blue:#9bbac4;
  --line:rgba(53,38,31,.12);
  --shadow:0 24px 70px rgba(63,42,31,.11);
  --radius:32px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,"Helvetica Neue",sans-serif;background:var(--paper);color:var(--ink);line-height:1.55;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
img,svg{display:block;max-width:100%}
.container{width:min(1220px,calc(100% - 48px));margin:auto}
.header{position:sticky;top:0;z-index:100;background:rgba(255,253,249,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(53,38,31,.08)}
.nav{min-height:92px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:12px;flex:none}
.brand-mark{width:88px;height:66px;border:2px solid var(--rose);border-radius:52% 48% 55% 45%/47% 54% 46% 53%;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:.9;color:var(--rose-dark);font-weight:800;letter-spacing:-.7px;transform:rotate(-2deg);background:#fff8fa}
.brand-mark span:first-child{font-size:14px}.brand-mark span:last-child{font-size:17px}
.brand-caption{font-size:10px;color:#786a63;line-height:1.35;max-width:170px}
.desktop-nav{display:flex;align-items:center;gap:4px;margin-left:auto}
.nav-item{position:relative}
.nav-link{border:0;background:transparent;padding:12px 13px;border-radius:14px;font-size:13px;font-weight:800;color:#3b332f;cursor:pointer}
.nav-link:hover,.nav-link:focus-visible{background:#f4ece7;outline:none}
.dropdown-menu{position:absolute;top:calc(100% + 12px);left:0;width:275px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-7px);transition:.2s}
.dropdown-menu-right{left:auto;right:0}
.dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:none}
.dropdown-menu a{display:block;padding:11px 13px;border-radius:11px;font-size:13px;font-weight:650}
.dropdown-menu a:hover{background:#f7efeb;color:var(--rose-dark)}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--rose-dark);color:white;padding:15px 24px;font-weight:800;font-size:13px;cursor:pointer;transition:.22s;box-shadow:none}
.btn:hover{transform:translateY(-2px);background:#5f303e}.btn-small{padding:12px 17px;white-space:nowrap}.btn-ghost{background:#fff;color:var(--rose-dark);border:1px solid rgba(113,59,75,.18)}.btn-ghost:hover{background:#fff7f8}.burger{display:none;border:0;background:transparent;font-size:27px;margin-left:auto;cursor:pointer}

/* home hero */
.hero{position:relative;overflow:hidden;padding:64px 0 76px;background:#f3ece4}
.hero:after{content:"";position:absolute;width:390px;height:390px;border:1px solid rgba(155,83,102,.16);border-radius:50%;right:-165px;top:-95px}
.hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:74px;align-items:center;min-height:600px}
.flower-stage{position:relative;min-height:570px;border-radius:49% 51% 46% 54%/53% 46% 54% 47%;background:#fff8f1;box-shadow:var(--shadow);overflow:hidden;isolation:isolate}
.flower-stage:before{content:"";position:absolute;inset:26px;border:1px solid rgba(113,59,75,.12);border-radius:inherit;z-index:0}
.flower-stage svg{position:absolute;inset:0;width:100%;height:100%;z-index:1}
.hero-note{position:absolute;left:28px;bottom:28px;z-index:2;background:#fff;border:1px solid var(--line);border-radius:19px;padding:16px 18px;max-width:220px;box-shadow:0 14px 40px rgba(67,43,31,.1);font-size:12px}.hero-note b{display:block;font-size:14px;margin-bottom:4px;color:var(--rose-dark)}
.eyebrow{text-transform:uppercase;letter-spacing:2.2px;font-size:10px;font-weight:900;color:#8e746a;margin-bottom:17px}
.hero-copy{position:relative;z-index:2}.hero-copy h1{font-size:clamp(48px,6.1vw,86px);line-height:.96;letter-spacing:-5px;margin:0 0 28px;max-width:760px}.hero-copy h1 em{font-family:Georgia,"Times New Roman",serif;font-weight:600;color:var(--rose-dark)}
.hero-copy p{font-size:18px;color:#675b55;max-width:620px;margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.oval-link{display:inline-flex;align-items:center;justify-content:center;padding:18px 28px;min-width:275px;min-height:88px;border:2px solid var(--rose);border-radius:50%;font-family:Georgia,"Times New Roman",serif;font-size:23px;font-style:italic;font-weight:600;color:var(--rose-dark);transform:rotate(-2deg);transition:.2s}.oval-link:hover{transform:rotate(0) scale(1.02);background:#fff8fa}

/* common sections */
.section{padding:108px 0}.section.soft{background:#f8f2ec}.section.rose{background:#8b4b5c;color:#fff}.section.sage{background:#7c8d70;color:#fff}
.section-title{font-size:clamp(38px,5vw,68px);line-height:1;letter-spacing:-3.4px;margin:0 0 24px}.section-title em{font-family:Georgia,"Times New Roman",serif;font-weight:600;color:var(--rose-dark)}
.section.rose .section-title em,.section.sage .section-title em{color:#fff}.section.rose .eyebrow,.section.sage .eyebrow{color:#f7dde4}.lead{font-size:20px;color:#5f5550;max-width:760px}.section.rose .lead,.section.sage .lead{color:#f7ecef}
.split-intro{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.big-copy{font-size:clamp(26px,3.1vw,42px);line-height:1.2;letter-spacing:-1.6px;margin:0}.body-copy{font-size:16px;color:#675c57;margin:0}.body-copy+p{margin-top:16px}
.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;background:#fff}.marquee-track{display:flex;gap:42px;width:max-content;animation:slide 28s linear infinite;font-size:12px;text-transform:uppercase;letter-spacing:2px;font-weight:900;color:#756a65}.marquee-track span:after{content:"✦";margin-left:42px;color:var(--rose)}@keyframes slide{to{transform:translateX(-50%)}}

.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:28px;overflow:hidden;margin-top:54px}.fact{background:#fff;padding:28px;min-height:165px}.fact strong{display:block;font-size:38px;letter-spacing:-2px;margin-bottom:20px;color:var(--rose-dark)}.fact span{font-size:13px;color:#776b65}

.programs-head,.help-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:48px}.programs-head p,.help-head p{max-width:390px;margin:0;color:#70645f}
.program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.program-card{position:relative;overflow:hidden;min-height:365px;padding:34px;border-radius:30px;border:1px solid rgba(53,38,31,.08);display:flex;flex-direction:column;justify-content:space-between;transition:.25s}.program-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.program-card:nth-child(1){background:#f6dadf}.program-card:nth-child(2){background:#dfe8d6}.program-card:nth-child(3){background:#e8def0}.program-card:nth-child(4){background:#e4eff1}.program-no{font-size:11px;font-weight:900;letter-spacing:2px;opacity:.56}.program-art{position:absolute;right:-14px;top:-20px;width:230px;height:230px;opacity:.85}.program-card h3{font-size:clamp(29px,3vw,44px);line-height:1.03;letter-spacing:-1.8px;margin:0 0 12px;max-width:420px}.program-card p{max-width:420px;color:#5d5550;margin:0 0 22px}.text-link{display:inline-flex;gap:9px;align-items:center;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:1px}.text-link:after{content:"→";font-size:18px;transition:.2s}.text-link:hover:after{transform:translateX(4px)}

.impact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:76px;align-items:center}.quote-orbit{position:relative;min-height:480px;display:grid;place-items:center}.quote-orbit:before,.quote-orbit:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.3);border-radius:50%}.quote-orbit:before{width:420px;height:420px}.quote-orbit:after{width:320px;height:320px}.quote-card{position:relative;z-index:2;width:300px;height:300px;border-radius:50%;background:#fff;color:var(--ink);display:grid;place-items:center;text-align:center;padding:42px;transform:rotate(3deg)}.quote-card p{font-family:Georgia,"Times New Roman",serif;font-size:28px;font-style:italic;line-height:1.05;margin:0}.impact-list{display:grid;gap:14px;margin-top:32px}.impact-item{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start;padding-top:18px;border-top:1px solid rgba(255,255,255,.25)}.impact-item b{font-size:12px;opacity:.7}.impact-item span{font-size:17px}

.help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.help-card{padding:30px;border:1px solid var(--line);border-radius:27px;background:#fff;min-height:285px;display:flex;flex-direction:column}.help-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#f5ece8;color:var(--rose-dark);font-size:26px;margin-bottom:50px}.help-card h3{font-size:24px;line-height:1.05;letter-spacing:-1px;margin:0 0 12px}.help-card p{color:#726761;font-size:14px;margin:0 0 20px}.help-card .text-link{margin-top:auto}

.donate-wrap{display:grid;grid-template-columns:1fr .9fr;gap:64px;align-items:center;background:#fff;border-radius:34px;padding:54px;box-shadow:var(--shadow)}.donate-form{background:#f7f1ed;border-radius:24px;padding:24px}.switcher{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:13px;padding:4px;margin-bottom:14px}.switcher button{border:0;background:transparent;border-radius:10px;padding:11px;font-weight:800;font-size:12px;cursor:pointer}.switcher button.active{background:var(--rose-dark);color:#fff}.amounts{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.amounts button{padding:13px;border:1px solid #ded4cf;background:#fff;border-radius:12px;font-weight:800;font-size:13px;cursor:pointer}.amounts button.active{background:#2f2825;color:#fff;border-color:#2f2825}.donate-form input{width:100%;padding:14px 15px;margin:10px 0 12px;border:1px solid #ded4cf;border-radius:12px;background:#fff}.full{width:100%}.micro{display:block;font-size:10px;color:#958782;text-align:center;margin-top:10px}

.footer{background:#27211f;color:#fff;padding:62px 0 28px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:60px}.footer-brand .brand-mark{border-color:#d7a9b6;color:#f8dce4;background:transparent}.footer h4{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#a99d98;margin:0 0 16px}.footer-links{display:flex;flex-direction:column;gap:9px;font-size:13px;color:#d3cbc7}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:20px;font-size:11px;color:#938985}

/* inner pages */
.inner-hero{position:relative;overflow:hidden;padding:86px 0 96px;background:#f4ece5}.inner-hero:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;border:1px solid rgba(155,83,102,.18);right:-90px;bottom:-190px}.inner-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:end}.inner-hero h1{font-size:clamp(48px,6.8vw,90px);line-height:.95;letter-spacing:-5px;margin:0 0 24px}.inner-hero p{font-size:19px;color:#675b55;max-width:700px;margin:0}.inner-art{min-height:320px;border-radius:49% 51% 46% 54%/54% 45% 55% 46%;display:grid;place-items:center;background:#fff8f3;border:1px solid rgba(113,59,75,.12)}.inner-art svg{width:76%;max-height:260px}.breadcrumbs{display:flex;gap:8px;align-items:center;font-size:11px;text-transform:uppercase;letter-spacing:1.2px;font-weight:800;color:#8b7770;margin-bottom:24px}.breadcrumbs span{opacity:.45}.content-section{padding:88px 0}.content-layout{display:grid;grid-template-columns:.68fr 1.32fr;gap:76px}.side-note{position:sticky;top:120px;align-self:start;background:#f7f0ea;border-radius:24px;padding:26px}.side-note b{display:block;font-size:12px;text-transform:uppercase;letter-spacing:1.4px;color:var(--rose-dark);margin-bottom:9px}.side-note p{font-size:14px;color:#756963;margin:0}.rich-content h2{font-size:clamp(32px,4vw,52px);line-height:1.03;letter-spacing:-2.1px;margin:0 0 22px}.rich-content h3{font-size:24px;margin:36px 0 12px}.rich-content p{font-size:17px;color:#625954;max-width:800px}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:34px}.feature{padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff}.feature b{display:block;color:var(--rose-dark);margin-bottom:8px}.feature p{font-size:14px;margin:0}.cta-band{margin-top:54px;padding:34px;border-radius:28px;background:#7c8d70;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-band h3{font-size:30px;line-height:1.05;margin:0}.cta-band .btn{background:#fff;color:#4f5d47;flex:none}
.people-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.person{padding:26px;border:1px solid var(--line);border-radius:23px;background:#fff}.person-photo{height:190px;border-radius:18px;background:linear-gradient(145deg,#efd8df,#dce7d5);display:grid;place-items:center;margin-bottom:18px}.person-photo svg{width:86px;opacity:.62}.person h3{margin:0 0 5px;font-size:19px}.person p{font-size:12px;margin:0;color:#81736d}
.doc-list{display:grid;gap:10px;margin-top:30px}.doc-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:#fff}.doc-row b{font-size:14px}.doc-row span{font-size:11px;color:#8c7d76}.doc-row a{font-weight:900;color:var(--rose-dark);font-size:12px}
.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:23px}.contact-card small{display:block;text-transform:uppercase;letter-spacing:1.2px;color:#9a8881;font-weight:800;margin-bottom:6px}.contact-form{display:grid;gap:10px;margin-top:34px}.contact-form input,.contact-form textarea{padding:15px;border:1px solid #ddd1cb;border-radius:13px;background:#fff}.contact-form label{font-size:11px;color:#897a73}.contact-form label input{width:auto;margin-right:6px}

@media(max-width:1020px){
 .brand-caption{display:none}.desktop-nav{position:absolute;top:92px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:14px 20px 24px;display:none;flex-direction:column;align-items:stretch;margin:0;max-height:calc(100vh - 92px);overflow:auto}.desktop-nav.mobile-open{display:flex}.nav-item{width:100%}.nav-link{width:100%;display:flex;justify-content:space-between;text-align:left}.dropdown-menu,.dropdown-menu-right{position:static;width:100%;box-shadow:none;border:0;background:#f7f2ef;margin-top:4px;display:none;opacity:1;visibility:visible;transform:none}.dropdown.open .dropdown-menu{display:block}.burger{display:block}.nav>.btn{display:none}
 .hero-grid,.impact-grid,.donate-wrap,.inner-grid,.content-layout{grid-template-columns:1fr}.flower-stage{min-height:500px;max-width:650px}.hero-copy{max-width:800px}.split-intro{grid-template-columns:1fr;gap:28px}.facts{grid-template-columns:repeat(2,1fr)}.programs-head,.help-head{display:block}.programs-head p,.help-head p{margin-top:12px}.help-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.inner-art{max-width:620px}.side-note{position:static}.people-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
 .container{width:min(100% - 28px,1220px)}.nav{min-height:82px}.desktop-nav{top:82px;max-height:calc(100vh - 82px)}.brand-mark{width:75px;height:58px}.hero{padding:38px 0 58px}.hero-grid{gap:28px;min-height:auto}.flower-stage{min-height:390px}.hero-copy h1{font-size:49px;letter-spacing:-3px}.hero-copy p{font-size:16px}.oval-link{min-width:230px;min-height:78px;font-size:20px}.section{padding:76px 0}.section-title{letter-spacing:-2px}.facts,.program-grid,.help-grid,.feature-list,.people-grid,.contact-cards{grid-template-columns:1fr}.fact{min-height:130px}.impact-grid{gap:32px}.quote-orbit{min-height:370px}.quote-orbit:before{width:330px;height:330px}.quote-orbit:after{width:250px;height:250px}.quote-card{width:240px;height:240px;padding:28px}.quote-card p{font-size:23px}.donate-wrap{padding:26px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.inner-hero{padding:62px 0 72px}.inner-hero h1{font-size:52px;letter-spacing:-3px}.inner-art{min-height:250px}.content-section{padding:68px 0}.cta-band{display:block}.cta-band .btn{margin-top:20px}.hero-note{left:18px;bottom:18px}.program-card{min-height:330px;padding:28px}.program-art{width:180px;height:180px}
}


.page-view[hidden]{display:none!important}
.route-transition{animation:routeIn .28s ease both}
@keyframes routeIn{from{opacity:.15;transform:translateY(8px)}to{opacity:1;transform:none}}

/* ===== Premium polish + robust mobile layout ===== */
:root{
  --ease-out:cubic-bezier(.16,1,.3,1);
  --ease-soft:cubic-bezier(.22,.61,.36,1);
  --surface:rgba(255,253,249,.78);
}
html{scroll-padding-top:108px}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  background:
    radial-gradient(circle at 8% 0%,rgba(231,183,194,.12),transparent 27rem),
    radial-gradient(circle at 95% 20%,rgba(169,183,153,.10),transparent 30rem),
    var(--paper);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  -webkit-tap-highlight-color:transparent;
}
body.menu-open{overflow:hidden}
::selection{background:#ead2d9;color:var(--rose-dark)}
.header{transition:box-shadow .3s var(--ease-out),background .3s var(--ease-out),border-color .3s var(--ease-out)}
.header.scrolled{background:rgba(255,253,249,.96);box-shadow:0 10px 36px rgba(57,40,32,.08);border-color:transparent}
.brand-mark{box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),0 9px 25px rgba(113,59,75,.08);transition:transform .35s var(--ease-out),box-shadow .35s var(--ease-out)}
.brand:hover .brand-mark{transform:rotate(1deg) scale(1.025);box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),0 14px 34px rgba(113,59,75,.13)}
.nav-link,.dropdown-menu a,.text-link{transition:color .25s var(--ease-out),background .25s var(--ease-out),transform .25s var(--ease-out)}
.dropdown-menu{transform-origin:top center;transition:opacity .22s var(--ease-out),visibility .22s,transform .22s var(--ease-out)}
.btn{position:relative;overflow:hidden;isolation:isolate;box-shadow:0 9px 22px rgba(113,59,75,.14);transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out),background .3s var(--ease-out)}
.btn:before{content:"";position:absolute;inset:-2px;z-index:-1;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.26) 48%,transparent 76%);transform:translateX(-115%);transition:transform .7s var(--ease-out)}
.btn:hover:before,.btn:focus-visible:before{transform:translateX(115%)}
.btn:hover{box-shadow:0 14px 32px rgba(113,59,75,.2)}
.hero{background:
  radial-gradient(circle at 12% 10%,rgba(231,183,194,.16),transparent 24rem),
  radial-gradient(circle at 90% 90%,rgba(169,183,153,.13),transparent 30rem),
  #f3ece4}
.flower-stage{border:1px solid rgba(113,59,75,.09);box-shadow:0 30px 90px rgba(63,42,31,.12);transition:transform .7s var(--ease-out),box-shadow .7s var(--ease-out)}
.flower-stage:hover{transform:translateY(-4px);box-shadow:0 38px 105px rgba(63,42,31,.15)}
.flower-stage svg{transform-origin:50% 78%;animation:flowerBreath 8s ease-in-out infinite}
@keyframes flowerBreath{0%,100%{transform:scale(1) rotate(0deg)}50%{transform:scale(1.012) rotate(.25deg)}}
.hero-note{max-width:270px;padding:18px 20px;border-radius:22px;line-height:1.45;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 18px 48px rgba(67,43,31,.13);overflow:visible}
.hero-note b{font-size:15px;margin-bottom:5px}
.hero-copy h1,.section-title,.inner-hero h1,.rich-content h2,.program-card h3,.cta-band h3{overflow-wrap:break-word;hyphens:auto}
.hero-copy h1{font-weight:760;text-wrap:balance}.hero-copy p,.lead,.inner-hero p{text-wrap:pretty}
.eyebrow{display:inline-flex;align-items:center;gap:9px}.eyebrow:before{content:"";width:20px;height:1px;background:currentColor;opacity:.55}
.section{position:relative}.section+.section:before{content:"";position:absolute;left:50%;top:0;width:min(1160px,calc(100% - 48px));height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,var(--line),transparent);opacity:.75}
.section.rose+.section:before,.section.sage+.section:before{display:none}
.fact,.program-card,.help-card,.feature,.person,.contact-card,.doc-row,.donate-wrap,.side-note{transition:transform .35s var(--ease-out),box-shadow .35s var(--ease-out),border-color .35s var(--ease-out)}
.fact:hover,.help-card:hover,.feature:hover,.person:hover,.contact-card:hover,.doc-row:hover{transform:translateY(-3px);border-color:rgba(113,59,75,.19);box-shadow:0 18px 48px rgba(63,42,31,.08)}
.program-card{border-color:rgba(53,38,31,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.5)}
.program-card:after{content:"";position:absolute;inset:auto -20% -44% 38%;aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.22);pointer-events:none}
.help-icon{box-shadow:inset 0 0 0 1px rgba(113,59,75,.07)}
.donate-wrap{border:1px solid rgba(53,38,31,.06)}
.inner-hero{background:
  radial-gradient(circle at 80% 16%,var(--route-soft,rgba(231,183,194,.18)),transparent 25rem),
  linear-gradient(135deg,#f7f0e9,#f2e8df)}
.inner-art{position:relative;overflow:hidden;box-shadow:0 25px 75px rgba(63,42,31,.1);background:linear-gradient(145deg,#fffaf6,#f8efe7)}
.inner-art:after{content:"";position:absolute;width:48%;aspect-ratio:1;border-radius:50%;right:-12%;bottom:-18%;background:var(--route-soft,rgba(231,183,194,.20));filter:blur(1px)}
.inner-art svg{position:relative;z-index:2;transition:transform .7s var(--ease-out)}
.inner-art:hover svg{transform:scale(1.035) rotate(1deg)}
.side-note{border:1px solid rgba(113,59,75,.08);box-shadow:0 18px 50px rgba(63,42,31,.07)}
.side-note:before{content:"";display:block;width:38px;height:4px;border-radius:999px;background:var(--route-accent,var(--rose));margin-bottom:18px}
.feature-list .feature:nth-child(4n+1){background:linear-gradient(145deg,#fff,#fff9fa)}
.feature-list .feature:nth-child(4n+2){background:linear-gradient(145deg,#fff,#f9fbf7)}
.feature-list .feature:nth-child(4n+3){background:linear-gradient(145deg,#fff,#faf8fc)}
.feature-list .feature:nth-child(4n+4){background:linear-gradient(145deg,#fff,#f7fbfc)}
.cta-band{overflow:hidden;position:relative;background:linear-gradient(135deg,#718064,#899779);box-shadow:0 24px 65px rgba(93,108,82,.2)}
.cta-band:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.18);border-radius:50%;right:-70px;top:-90px;pointer-events:none}
.footer{background:linear-gradient(145deg,#292220,#221d1b)}

/* Route color accents */
body[data-route="sport-for-all"],body[data-route="healthy-generation"]{--route-accent:#74866a;--route-soft:rgba(169,183,153,.24)}
body[data-route="sports-ground"]{--route-accent:#6f98a4;--route-soft:rgba(155,186,196,.24)}
body[data-route="sport-volunteers"],body[data-route="volunteer"]{--route-accent:#8a75a0;--route-soft:rgba(184,163,199,.24)}
body[data-route="contacts"],body[data-route="documents"],body[data-route="news"]{--route-accent:#a96c7c;--route-soft:rgba(231,183,194,.20)}

/* Scroll progress + transitions */
.scroll-progress{position:fixed;left:0;top:0;width:100%;height:3px;z-index:1001;pointer-events:none;background:transparent}
.scroll-progress span{display:block;height:100%;width:100%;transform-origin:left center;transform:scaleX(0);background:linear-gradient(90deg,var(--rose-dark),var(--rose),#c68ca0);box-shadow:0 0 12px rgba(155,83,102,.35)}
.page-curtain{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;pointer-events:none;opacity:0;visibility:hidden;background:rgba(247,240,233,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:opacity .26s ease,visibility .26s}
.page-curtain:before,.page-curtain:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(113,59,75,.18)}
.page-curtain:before{width:42vmax;height:42vmax;transform:translate(-28vw,-18vh)}
.page-curtain:after{width:28vmax;height:28vmax;transform:translate(32vw,24vh)}
.page-curtain-logo{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:130px;height:96px;border:2px solid var(--rose);border-radius:52% 48% 55% 45%/47% 54% 46% 53%;font-weight:850;line-height:.9;color:var(--rose-dark);text-align:center;font-size:20px;letter-spacing:-.7px;transform:rotate(-2deg) scale(.92);opacity:0;transition:opacity .2s ease,transform .45s var(--ease-out)}
body.route-changing .page-curtain{opacity:1;visibility:visible;pointer-events:auto}
body.route-changing .page-curtain-logo{opacity:1;transform:rotate(-2deg) scale(1)}
.page-view.route-enter{animation:premiumRouteIn .62s var(--ease-out) both}
@keyframes premiumRouteIn{from{opacity:0;transform:translateY(22px) scale(.995);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}

/* Scroll reveal */
.reveal{opacity:0;transform:translateY(28px);filter:blur(3px);transition:opacity .72s var(--ease-out),transform .72s var(--ease-out),filter .72s var(--ease-out);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}
.reveal.reveal-left{transform:translateX(-24px)}
.reveal.reveal-right{transform:translateX(24px)}
.reveal.is-visible{opacity:1;transform:none;filter:none}

/* Better keyboard focus */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(155,83,102,.25);outline-offset:3px}

@media(max-width:1020px){
  .desktop-nav{box-shadow:0 24px 50px rgba(50,35,29,.12)}
  .inner-grid{gap:42px}.inner-art{width:min(100%,680px)}
}
@media(max-width:640px){
  html{scroll-padding-top:88px}
  .container{width:calc(100% - 32px)}
  .header{background:rgba(255,253,249,.97)}
  .nav{min-height:80px}
  .desktop-nav{top:80px;max-height:calc(100vh - 80px);max-height:calc(100dvh - 80px);padding:10px 16px 22px}
  .brand-mark{width:76px;height:58px}
  .brand-mark span:first-child{font-size:13px}.brand-mark span:last-child{font-size:16px}
  .burger{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;font-size:30px;line-height:1;transition:background .2s}
  .burger:active{background:#f4ece7}
  .hero{padding:22px 0 56px}
  .hero-grid{gap:34px}
  .flower-stage{width:100%;min-height:0;aspect-ratio:1/1.04;border-radius:34px;overflow:hidden;box-shadow:0 22px 62px rgba(63,42,31,.1)}
  .flower-stage:before{inset:14px;border-radius:25px}
  .flower-stage svg{inset:-1%;width:102%;height:102%}
  .hero-note{left:20px;right:20px;bottom:20px;width:auto;max-width:none;padding:17px 18px;border-radius:18px;font-size:13px;line-height:1.45;overflow:visible}
  .hero-note b{font-size:15px}
  .hero-copy h1{font-size:clamp(44px,13.2vw,58px);line-height:.94;letter-spacing:-3.2px;margin-bottom:24px}
  .hero-copy p{font-size:17px;line-height:1.55}
  .hero-actions{gap:10px;margin-top:26px}
  .oval-link{width:100%;min-width:0;min-height:72px;padding:15px 20px;border-radius:999px;font-size:20px;transform:none}
  .hero-actions .btn{width:100%;min-height:52px}
  .section{padding:72px 0}
  .section-title{font-size:clamp(38px,11vw,50px);line-height:.98;letter-spacing:-2.3px}
  .lead{font-size:18px}
  .big-copy{font-size:30px;line-height:1.14}
  .facts{border-radius:22px}.fact{padding:24px}.fact strong{font-size:34px}
  .program-grid{gap:14px}.program-card{min-height:320px;padding:26px;border-radius:26px}.program-card h3{font-size:34px}.program-card p{font-size:15px;max-width:90%}.program-art{width:170px;height:170px;opacity:.72}
  .help-card{min-height:250px;padding:25px}.help-icon{margin-bottom:34px}
  .quote-orbit{min-height:330px}.quote-orbit:before{width:290px;height:290px}.quote-orbit:after{width:220px;height:220px}.quote-card{width:225px;height:225px}.quote-card p{font-size:22px}
  .donate-wrap{padding:20px;border-radius:26px;gap:28px}.donate-form{padding:18px}
  .inner-hero{padding:54px 0 64px}.inner-grid{gap:32px}.inner-hero h1{font-size:clamp(44px,13vw,60px);line-height:.94;letter-spacing:-3px;margin-bottom:20px}.inner-hero p{font-size:17px;line-height:1.55}.inner-art{min-height:0;aspect-ratio:1.35/1;border-radius:28px}.inner-art svg{width:72%}
  .breadcrumbs{margin-bottom:18px;flex-wrap:wrap}.eyebrow{margin-bottom:14px}
  .content-section{padding:58px 0}.content-layout{gap:26px}.side-note{padding:22px;border-radius:20px}.side-note p{font-size:14px;line-height:1.5}
  .rich-content h2{font-size:clamp(34px,10.6vw,46px);line-height:1.02;letter-spacing:-2px}.rich-content h3{font-size:23px;margin-top:32px}.rich-content p{font-size:16px;line-height:1.62}
  .feature-list{gap:10px}.feature{padding:20px;border-radius:18px}.feature p{font-size:14px}
  .people-grid{gap:10px}.person{padding:20px}.person-photo{height:160px}
  .doc-row{align-items:flex-start;flex-wrap:wrap;padding:17px}.doc-row a{width:100%;padding-top:4px}
  .contact-card{padding:20px}.contact-form input,.contact-form textarea{width:100%;font-size:16px}
  .cta-band{padding:26px;border-radius:22px}.cta-band h3{font-size:27px}.cta-band .btn{width:100%}
  .footer{padding-top:52px}.footer-grid{gap:34px}
  .page-curtain-logo{width:112px;height:84px;font-size:18px}
}
@media(max-width:390px){
  .container{width:calc(100% - 24px)}
  .hero-copy h1{font-size:43px;letter-spacing:-2.7px}
  .inner-hero h1{font-size:43px;letter-spacing:-2.5px}
  .section-title{font-size:38px}
  .hero-note{left:16px;right:16px;bottom:16px;padding:15px 16px;font-size:12.5px}
  .program-card h3{font-size:31px}
  .amounts{grid-template-columns:1fr 1fr}
}
/* Final overflow guards for every internal route */
.hero-grid>*,.inner-grid>*,.content-layout>*,.split-intro>*,.impact-grid>*,.donate-wrap>*,.program-grid>*,.help-grid>*,.feature-list>*,.people-grid>*,.contact-cards>*{min-width:0}
.hero-note,.side-note,.feature,.person,.doc-row,.contact-card,.cta-band,.donate-form{overflow-wrap:break-word}
.page-view{min-width:0}
@media(hover:none){
  .program-card:hover,.fact:hover,.help-card:hover,.feature:hover,.person:hover,.contact-card:hover,.doc-row:hover,.flower-stage:hover{transform:none}
  .btn:active,.text-link:active,.oval-link:active{transform:scale(.985)}
}
@media(max-width:420px){
  .hero-note{max-height:none!important}
  .cta-band{overflow:hidden}
  .cta-band h3{max-width:100%}
  .inner-hero h1{overflow-wrap:anywhere}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .reveal{opacity:1!important;transform:none!important;filter:none!important}
  .page-curtain{display:none!important}
}



/* =========================================================
   ULTRA VISUAL PASS - standalone, no external dependencies
   ========================================================= */
:root{
  --glass:rgba(255,255,255,.72);
  --glass-border:rgba(255,255,255,.62);
  --deep-shadow:0 34px 100px rgba(59,38,30,.15);
  --soft-shadow:0 18px 48px rgba(59,38,30,.09);
}
body{background:
  radial-gradient(circle at 12% 4%,rgba(231,183,194,.12),transparent 28rem),
  radial-gradient(circle at 88% 14%,rgba(169,183,153,.12),transparent 32rem),
  var(--paper)}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9998;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E")}
.header{box-shadow:0 8px 35px rgba(50,35,29,.045)}
.nav{position:relative}.nav:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(155,83,102,.22),transparent);transform:scaleX(.2);opacity:0;transition:.45s}
body.scrolled .nav:after{transform:scaleX(1);opacity:1}
.brand-mark{position:relative;overflow:hidden;box-shadow:0 12px 30px rgba(113,59,75,.08);transition:transform .35s var(--ease-out),box-shadow .35s var(--ease-out)}
.brand:hover .brand-mark{transform:rotate(1deg) translateY(-2px);box-shadow:0 18px 34px rgba(113,59,75,.13)}
.brand-mark:after{content:"";position:absolute;width:55%;height:160%;left:-75%;top:-30%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:rotate(20deg);transition:left .65s var(--ease-out)}
.brand:hover .brand-mark:after{left:135%}
.nav-link{position:relative}.nav-link:after{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:2px;border-radius:99px;background:var(--rose);transform:scaleX(0);transform-origin:left;transition:.28s var(--ease-out)}
.nav-link:hover:after,.nav-item.active .nav-link:after{transform:scaleX(1)}
.btn{position:relative;overflow:hidden;isolation:isolate;box-shadow:0 10px 26px rgba(113,59,75,.14)}
.btn:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,.24) 45%,transparent 65%);transform:translateX(-130%);transition:transform .6s var(--ease-out)}
.btn:hover:before{transform:translateX(130%)}
.btn-ghost{box-shadow:none}

/* richer hero */
.hero{padding:34px 0 86px;background:
  radial-gradient(circle at 14% 26%,rgba(231,183,194,.22),transparent 25rem),
  radial-gradient(circle at 82% 20%,rgba(184,163,199,.16),transparent 30rem),
  linear-gradient(135deg,#f6efe7 0%,#f3ebe2 45%,#f8f1ea 100%)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 48%,rgba(255,255,255,.32) 50%,transparent 52%);opacity:.38;pointer-events:none}
.hero-grid{grid-template-columns:minmax(460px,.92fr) minmax(520px,1.08fr);gap:clamp(52px,6vw,96px);min-height:690px}
.flower-stage{min-height:620px;border-radius:46% 54% 47% 53%/54% 43% 57% 46%;background:
 radial-gradient(circle at 28% 18%,#fff 0 7%,transparent 30%),
 linear-gradient(145deg,#fffaf5,#f8eee5);box-shadow:0 42px 120px rgba(69,46,35,.15),inset 0 1px 0 rgba(255,255,255,.8);transition:transform .6s var(--ease-out),box-shadow .6s var(--ease-out)}
.flower-stage:hover{box-shadow:0 50px 130px rgba(69,46,35,.19),inset 0 1px 0 rgba(255,255,255,.9)}
.flower-stage:after{content:"";position:absolute;inset:auto 7% 4% auto;width:140px;height:140px;border:1px solid rgba(155,83,102,.18);border-radius:50%;z-index:0;box-shadow:-42px -24px 0 -1px transparent,-42px -24px 0 0 rgba(155,83,102,.10)}
.flower-stage svg{filter:drop-shadow(0 18px 24px rgba(68,83,60,.08));will-change:transform;transition:transform .25s linear}
.hero-note{left:72px;bottom:40px;max-width:260px;padding:19px 20px;background:rgba(255,255,255,.78);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.78);box-shadow:0 22px 60px rgba(63,42,31,.14)}
.hero-note:after{content:"↗";position:absolute;right:14px;top:12px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#f6ece8;color:var(--rose-dark);font-weight:900}
.hero-copy:before{content:"✦";position:absolute;right:2%;top:-58px;font-size:34px;color:rgba(155,83,102,.24);animation:floatStar 4.8s ease-in-out infinite}
@keyframes floatStar{50%{transform:translateY(-10px) rotate(15deg)}}
.hero-copy h1{text-wrap:balance;text-shadow:0 1px 0 rgba(255,255,255,.5)}
.hero-copy h1 em{position:relative;display:inline-block}.hero-copy h1 em:after{content:"";position:absolute;left:-2%;right:-2%;bottom:.05em;height:.12em;background:rgba(155,83,102,.17);border-radius:99px;transform:rotate(-1deg);z-index:-1}
.hero-copy p{font-size:19px;line-height:1.65}
.hero-actions{align-items:center}.oval-link{background:rgba(255,255,255,.34);backdrop-filter:blur(8px);box-shadow:0 16px 44px rgba(113,59,75,.08)}
.hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(75,58,50,.10);border-radius:999px;background:rgba(255,255,255,.45);font-size:11px;font-weight:850;letter-spacing:.7px;text-transform:uppercase;color:#71655f}.hero-pill i{width:7px;height:7px;border-radius:50%;background:var(--rose);box-shadow:0 0 0 4px rgba(155,83,102,.10)}

.marquee{background:rgba(255,255,255,.76);backdrop-filter:blur(10px);width:100%;margin-left:0;box-shadow:0 8px 24px rgba(55,35,28,.035)}
.marquee-track{font-size:11px;letter-spacing:2.5px}

/* section rhythm */
.section{padding:124px 0}.section-title{text-wrap:balance}.split-intro{gap:100px}.big-copy{text-wrap:balance}
.facts{gap:12px;background:transparent;border:0;overflow:visible}.fact{border:1px solid var(--line);border-radius:24px;box-shadow:0 16px 44px rgba(64,43,32,.055);position:relative;overflow:hidden}.fact:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-55px;bottom:-55px;background:rgba(231,183,194,.16)}.fact:nth-child(2):after{background:rgba(169,183,153,.18)}.fact:nth-child(3):after{background:rgba(184,163,199,.17)}.fact:nth-child(4):after{background:rgba(155,186,196,.17)}
.program-grid{gap:22px}.program-card{min-height:430px;padding:38px;border-radius:36px;box-shadow:0 22px 60px rgba(64,43,32,.07);transform-style:preserve-3d}.program-card:hover{transform:translateY(-8px) scale(1.008);box-shadow:0 38px 90px rgba(64,43,32,.13)}
.program-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.4),transparent 42%);pointer-events:none}
.program-no{display:inline-flex;align-items:center;gap:9px}.program-no:before{content:"";width:26px;height:1px;background:currentColor;opacity:.45}
.program-art{right:12px;top:8px;width:250px;height:250px;filter:drop-shadow(0 18px 28px rgba(53,38,31,.06));transition:transform .55s var(--ease-out)}.program-card:hover .program-art{transform:translate(-8px,10px) rotate(-4deg) scale(1.04)}
.program-card h3{font-size:clamp(34px,3.4vw,50px);text-wrap:balance}.program-card p{font-size:16px;line-height:1.6}

.section.sage{background:
 radial-gradient(circle at 78% 15%,rgba(255,255,255,.09),transparent 22rem),
 linear-gradient(145deg,#718064,#839276)}
.quote-orbit:before{box-shadow:0 0 0 44px rgba(255,255,255,.035),0 0 0 88px rgba(255,255,255,.02)}
.quote-card{box-shadow:0 28px 70px rgba(47,58,42,.28);background:linear-gradient(145deg,#fff,#fbf8f3)}
.help-grid{gap:20px}.help-card{min-height:320px;border-radius:32px;padding:34px;box-shadow:0 18px 48px rgba(64,43,32,.055);position:relative;overflow:hidden}.help-card:before{content:"";position:absolute;inset:auto -45px -55px auto;width:150px;height:150px;border-radius:50%;background:rgba(231,183,194,.11);transition:transform .45s var(--ease-out)}.help-card:nth-child(2):before{background:rgba(184,163,199,.12)}.help-card:nth-child(3):before{background:rgba(169,183,153,.13)}.help-card:hover:before{transform:scale(1.35)}
.help-icon{width:70px;height:70px;font-size:29px;background:linear-gradient(145deg,#fbf4f0,#f1e3dd);box-shadow:inset 0 0 0 1px rgba(113,59,75,.06),0 12px 28px rgba(63,42,31,.06)}
.donate-wrap{border-radius:38px;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,250,247,.7));backdrop-filter:blur(14px);box-shadow:0 32px 90px rgba(63,42,31,.10)}

/* inner pages feel like designed pages, not templates */
.inner-hero{overflow:hidden;padding:92px 0 104px;min-height:610px;display:flex;align-items:center}.inner-hero:before{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(155,83,102,.10);border-radius:50%;right:-280px;top:-220px;box-shadow:0 0 0 80px rgba(255,255,255,.08),0 0 0 160px rgba(255,255,255,.04)}
.inner-grid{gap:88px}.inner-hero h1{font-size:clamp(62px,7vw,104px);line-height:.91;letter-spacing:-6px;text-wrap:balance}.inner-hero p{font-size:20px;line-height:1.65;max-width:650px}.inner-art{min-height:390px;border-radius:40px;box-shadow:0 38px 105px rgba(63,42,31,.13);transform:rotate(1.2deg)}
.inner-art:before{content:attr(data-index);position:absolute;left:24px;top:12px;font-size:84px;line-height:1;font-weight:900;letter-spacing:-5px;color:rgba(113,59,75,.07);z-index:1}
.inner-art svg{width:74%;filter:drop-shadow(0 22px 24px rgba(63,42,31,.07))}
.breadcrumbs{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.52);border:1px solid rgba(255,255,255,.52);backdrop-filter:blur(10px)}
.content-section{padding:100px 0 126px}.content-layout{gap:86px}.side-note{top:122px;border-radius:26px;background:linear-gradient(145deg,#fff,#fffaf7);box-shadow:0 22px 60px rgba(63,42,31,.08)}
.rich-content h2{text-wrap:balance}.feature-list{gap:14px}.feature{border-radius:22px;padding:24px;box-shadow:0 14px 38px rgba(63,42,31,.045)}
.people-grid{gap:16px}.person{border-radius:24px;overflow:hidden}.person-photo{background:linear-gradient(145deg,#faf3ee,#f2e6df)}
.doc-row{border-radius:18px}.contact-card{border-radius:24px}
.cta-band{border-radius:30px;box-shadow:0 30px 80px rgba(89,104,78,.24)}
.action-strip{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:26px}.action-strip .btn,.action-strip .btn-ghost{min-height:54px}.feature-link{display:flex;flex-direction:column;justify-content:flex-start;min-height:100%}.feature-link .feature-cta{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-size:12px;font-weight:900;letter-spacing:1px;text-transform:uppercase;color:var(--rose-dark)}.feature-link .feature-cta:after{content:"→";font-size:18px;line-height:1;transition:transform .25s var(--ease-out)}.feature-link:hover .feature-cta:after{transform:translateX(4px)}.feature-link p{max-width:none}.feature-link:focus-visible{outline:2px solid rgba(113,59,75,.4);outline-offset:3px}.feature-link .feature-cta.contact:after{content:"↗"}@media (max-width:760px){.action-strip{gap:10px}.action-strip .btn,.action-strip .btn-ghost{width:100%}}

/* route transition mask */
.page-curtain{background:rgba(248,241,234,.82)}
.page-curtain:before{border:0;background:radial-gradient(circle,rgba(231,183,194,.48),rgba(231,183,194,0) 68%);filter:blur(10px)}
.page-curtain:after{border:0;background:radial-gradient(circle,rgba(169,183,153,.40),rgba(169,183,153,0) 70%);filter:blur(10px)}
.page-curtain-logo{background:rgba(255,255,255,.72);backdrop-filter:blur(16px);box-shadow:0 24px 60px rgba(63,42,31,.12)}

/* desktop cursor glow */
.cursor-glow{position:fixed;left:0;top:0;width:280px;height:280px;border-radius:50%;pointer-events:none;z-index:0;background:radial-gradient(circle,rgba(231,183,194,.14),rgba(231,183,194,0) 68%);transform:translate(-50%,-50%);opacity:0;transition:opacity .25s;mix-blend-mode:multiply}.cursor-glow.on{opacity:1}

/* floating mobile support CTA - compact, avoids Samsung Browser's center scroll-to-top button */
.mobile-support{display:none;position:fixed;left:14px;bottom:max(14px,env(safe-area-inset-bottom));z-index:90;max-width:calc(100vw - 28px);padding:7px;border-radius:22px;background:linear-gradient(180deg,rgba(255,251,248,.97),rgba(248,240,235,.96));backdrop-filter:blur(20px) saturate(125%);-webkit-backdrop-filter:blur(20px) saturate(125%);border:1px solid rgba(143,103,113,.14);box-shadow:0 18px 44px rgba(57,39,33,.12),0 2px 0 rgba(255,255,255,.75) inset;transform:translateY(135%);opacity:0;transition:transform .5s var(--ease-out),opacity .35s ease;align-items:center;gap:7px}
.mobile-support.show{transform:translateY(0);opacity:1}.mobile-support.dismissed{display:none!important}
.support-main{height:48px;display:inline-flex;align-items:center;gap:10px;padding:0 16px 0 10px;border-radius:16px;background:linear-gradient(135deg,#734457,#8f536b);color:#fff;text-decoration:none;font-weight:900;white-space:nowrap;box-shadow:0 10px 26px rgba(122,79,95,.22);transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}
.support-main:active{transform:scale(.97)}.support-main:hover{filter:brightness(1.035);box-shadow:0 13px 30px rgba(122,79,95,.26)}
.support-heart{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;flex:none;background:rgba(255,255,255,.92);color:var(--rose-dark);font-size:20px;box-shadow:0 8px 20px rgba(63,42,31,.08)}
.support-copy{min-width:0;color:inherit;line-height:1}.support-copy b{display:block;font-size:13px;letter-spacing:-.15px;font-weight:900}
.support-close{width:42px;height:42px;border:0;border-radius:15px;display:grid;place-items:center;flex:none;background:rgba(143,103,113,.08);color:#8f6771;font-size:21px;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.support-close:hover{background:rgba(143,103,113,.14);color:var(--rose-dark)}.support-close:active{transform:scale(.92)}
body.support-dismissed{padding-bottom:0!important}

/* scroll reveal upgraded */
.reveal{transform:translateY(38px) scale(.985);filter:blur(5px);transition-duration:.85s}.reveal.reveal-left{transform:translateX(-36px) scale(.99)}.reveal.reveal-right{transform:translateX(36px) scale(.99)}

@media(max-width:1020px){
 .hero-grid{grid-template-columns:1fr;min-height:auto}.flower-stage{min-height:560px}.inner-hero{min-height:auto}.inner-grid{gap:42px}.inner-art{transform:none}.program-card{min-height:385px}
}
@media(max-width:640px){
 body{padding-bottom:72px}.mobile-support{display:flex}
 .support-main{height:46px;padding-right:13px}.support-copy b{font-size:12px}.support-close{width:40px;height:40px}
 .hero{padding-top:18px}.hero-grid{gap:32px}.flower-stage{min-height:0;aspect-ratio:.96/1;border-radius:30px}.hero-note{left:16px;right:16px;bottom:16px;max-width:none}.hero-copy:before{display:none}.hero-copy h1{font-size:clamp(46px,13.8vw,62px);letter-spacing:-3.4px}.hero-copy p{font-size:17px}.hero-meta{gap:7px;margin-top:20px}.hero-pill{font-size:9px;padding:7px 9px}
 .section{padding:78px 0}.facts{gap:10px}.fact{border-radius:20px}.program-card{min-height:340px;padding:27px;border-radius:28px}.program-card h3{font-size:34px}.program-art{width:175px;height:175px;right:-2px}.help-card{min-height:270px;border-radius:26px}.donate-wrap{border-radius:28px}
 .inner-hero{padding:56px 0 72px}.inner-hero h1{font-size:clamp(46px,13vw,62px);letter-spacing:-3.2px}.inner-hero p{font-size:17px}.inner-art{border-radius:28px}.inner-art:before{font-size:58px;left:18px;top:10px}.content-section{padding:64px 0 88px}.content-layout{gap:28px}
 .cursor-glow{display:none}
}
@media(prefers-reduced-motion:reduce){.cursor-glow{display:none}.hero-copy:before{animation:none}.flower-stage svg{transform:none!important}.mobile-support{transition:none}}

.inner-art .art-caption{position:absolute;left:22px;bottom:20px;z-index:4;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.75);font-size:10px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;color:var(--route-accent,var(--rose-dark));box-shadow:0 10px 30px rgba(63,42,31,.08)}
.inner-art .art-caption:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px rgba(155,83,102,.10)}
.inner-art .route-art{width:78%;max-height:78%;overflow:visible}
.inner-art .route-art *{vector-effect:non-scaling-stroke}
@media(max-width:640px){.inner-art .art-caption{left:16px;bottom:14px;font-size:9px}.inner-art .route-art{width:75%;max-height:75%}}

/* === Premium animated mobile menu v3 === */
.menu-backdrop{position:fixed;inset:0;z-index:108;background:rgba(42,30,31,.18);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .42s ease,backdrop-filter .42s ease,visibility .42s}
.mobile-menu-head,.mobile-menu-donate,.mobile-menu-foot{display:none}
.burger{position:relative;width:50px;height:50px;padding:0;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(113,59,75,.08);box-shadow:0 10px 28px rgba(63,42,31,.06);overflow:hidden}
.burger span{position:absolute;left:50%;width:24px;height:2.5px;border-radius:999px;background:var(--ink);transform:translateX(-50%);transition:top .34s var(--ease-out),transform .34s var(--ease-out),opacity .22s ease,width .34s var(--ease-out),background .25s}
.burger span:nth-child(1){top:16px}.burger span:nth-child(2){top:23.5px;width:18px}.burger span:nth-child(3){top:31px}
.menu-open .burger{background:#fff7f9;box-shadow:0 12px 34px rgba(113,59,75,.12)}
.menu-open .burger span{background:var(--rose-dark)}
.menu-open .burger span:nth-child(1){top:23.5px;transform:translateX(-50%) rotate(45deg)}
.menu-open .burger span:nth-child(2){opacity:0;transform:translateX(-30%) scaleX(.2)}
.menu-open .burger span:nth-child(3){top:23.5px;transform:translateX(-50%) rotate(-45deg)}

@media(max-width:1020px){
  .header{z-index:130}
  .menu-backdrop{display:block}
  body.menu-open .menu-backdrop{opacity:1;visibility:visible;pointer-events:auto;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}
  .desktop-nav{
    display:flex!important;position:fixed!important;z-index:120;top:12px!important;left:12px!important;right:12px!important;bottom:12px!important;width:auto!important;max-height:none!important;margin:0!important;padding:18px 14px 14px!important;
    flex-direction:column;align-items:stretch;gap:10px;overflow:auto;overscroll-behavior:contain;
    background:
      radial-gradient(circle at 86% 8%,rgba(231,183,194,.28),transparent 22rem),
      radial-gradient(circle at 8% 78%,rgba(169,183,153,.18),transparent 24rem),
      linear-gradient(180deg,rgba(255,253,249,.98),rgba(248,241,235,.97));
    border:1px solid rgba(113,59,75,.10);border-radius:32px;box-shadow:0 30px 90px rgba(50,34,32,.20),inset 0 1px 0 rgba(255,255,255,.92);
    opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-22px) scale(.972);transform-origin:top center;
    transition:opacity .42s ease,visibility .42s ease,transform .56s cubic-bezier(.16,1,.3,1);
  }
  .desktop-nav:before{content:"";position:absolute;z-index:-1;width:210px;height:210px;border:1px solid rgba(155,83,102,.09);border-radius:50%;right:-78px;top:92px;animation:menuOrbit 11s linear infinite}
  .desktop-nav:after{content:"";position:absolute;z-index:-1;width:120px;height:120px;border:1px solid rgba(102,118,91,.11);border-radius:50%;left:-48px;bottom:120px;animation:menuOrbitReverse 8s linear infinite}
  .desktop-nav.mobile-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}
  @keyframes menuOrbit{to{transform:rotate(360deg)}}
  @keyframes menuOrbitReverse{to{transform:rotate(-360deg)}}

  .mobile-menu-head{display:flex;align-items:center;justify-content:space-between;min-height:104px;padding:8px 8px 12px;border-bottom:1px solid rgba(113,59,75,.09);opacity:0;transform:translateY(-12px);transition:.45s .05s var(--ease-out)}
  .mobile-open .mobile-menu-head{opacity:1;transform:none}
  .mobile-menu-brand{display:flex;align-items:center;gap:13px}
  .mobile-menu-brand-mark{width:84px;height:64px;display:grid;place-items:center;text-align:center;border:2px solid var(--rose);border-radius:52% 48% 55% 45%/47% 54% 46% 53%;background:rgba(255,250,252,.75);color:var(--rose-dark);font-weight:900;font-size:15px;line-height:.9;letter-spacing:-.5px;transform:rotate(-2deg)}
  .mobile-menu-kicker{font-size:10px;letter-spacing:2.1px;text-transform:uppercase;font-weight:900;color:#907c74}
  .mobile-menu-orbit{position:relative;width:58px;height:58px;flex:none;margin-right:56px}
  .mobile-menu-orbit:before{content:"";position:absolute;inset:6px;border:1px solid rgba(155,83,102,.18);border-radius:50%;animation:menuOrbit 7s linear infinite}
  .mobile-menu-orbit i{position:absolute;width:8px;height:8px;border-radius:50%}
  .mobile-menu-orbit i:nth-child(1){background:var(--pink);left:6px;top:25px}.mobile-menu-orbit i:nth-child(2){background:var(--sage);right:7px;top:11px}.mobile-menu-orbit i:nth-child(3){background:var(--lilac);right:13px;bottom:5px}

  .nav-item{width:100%;background:rgba(255,255,255,.62);border:1px solid rgba(113,59,75,.08);border-radius:22px;box-shadow:0 10px 30px rgba(63,42,31,.04);overflow:hidden;opacity:0;transform:translateY(18px) scale(.985);transition:opacity .45s var(--ease-out),transform .55s var(--ease-out),box-shadow .28s,border-color .28s}
  .mobile-open .nav-item:nth-child(2){opacity:1;transform:none;transition-delay:.08s}
  .mobile-open .nav-item:nth-child(3){opacity:1;transform:none;transition-delay:.15s}
  .mobile-open .nav-item:nth-child(4){opacity:1;transform:none;transition-delay:.22s}
  .nav-item.open{border-color:rgba(155,83,102,.16);box-shadow:0 14px 34px rgba(63,42,31,.07)}
  .nav-link{width:100%;min-height:68px;padding:18px 19px;display:flex;align-items:center;justify-content:space-between;border-radius:0;font-size:19px;letter-spacing:-.45px;background:transparent!important;transition:color .25s,transform .2s}
  .nav-link:active{transform:scale(.99)}
  .nav-link>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#f7efec;color:var(--rose-dark);font-size:20px;line-height:1;transition:transform .42s var(--ease-out),background .25s}
  .dropdown.open>.nav-link>span{transform:rotate(180deg);background:#f3dfe5}
  .dropdown-menu,.dropdown-menu-right{position:static!important;width:100%!important;margin:0!important;padding:0 8px!important;display:block!important;max-height:0;overflow:hidden;opacity:0;visibility:visible!important;transform:none!important;background:transparent!important;border:0!important;box-shadow:none!important;transition:max-height .62s cubic-bezier(.16,1,.3,1),opacity .36s ease,padding .36s ease!important}
  .dropdown.open>.dropdown-menu{max-height:540px;opacity:1;padding:0 8px 10px!important}
  .dropdown-menu a{position:relative;display:flex!important;align-items:center;justify-content:space-between;min-height:48px;padding:12px 12px 12px 15px!important;margin-top:4px;border-radius:14px;background:rgba(247,239,235,.62);font-size:14px!important;font-weight:800!important;color:#554844;opacity:0;transform:translateX(-10px);transition:opacity .3s ease,transform .42s var(--ease-out),background .22s,color .22s!important}
  .dropdown-menu a:after{content:"↗";width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.72);color:var(--rose);font-size:13px;transition:transform .25s var(--ease-out)}
  .dropdown.open .dropdown-menu a{opacity:1;transform:none}
  .dropdown.open .dropdown-menu a:nth-child(1){transition-delay:.05s}.dropdown.open .dropdown-menu a:nth-child(2){transition-delay:.09s}.dropdown.open .dropdown-menu a:nth-child(3){transition-delay:.13s}.dropdown.open .dropdown-menu a:nth-child(4){transition-delay:.17s}.dropdown.open .dropdown-menu a:nth-child(5){transition-delay:.21s}.dropdown.open .dropdown-menu a:nth-child(6){transition-delay:.25s}.dropdown.open .dropdown-menu a:nth-child(7){transition-delay:.29s}
  .dropdown-menu a:active{background:#f1e1e5;color:var(--rose-dark);transform:scale(.985)}
  .dropdown-menu a:active:after{transform:rotate(18deg) scale(1.05)}

  .mobile-menu-donate{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:2px;padding:17px 17px 17px 19px;border-radius:24px;color:#fff;background:linear-gradient(135deg,#5d3945,#7d4b5d 56%,#9b6073);box-shadow:0 18px 40px rgba(113,59,75,.24);opacity:0;transform:translateY(18px);transition:opacity .45s .28s ease,transform .55s .28s var(--ease-out),box-shadow .25s}
  .mobile-open .mobile-menu-donate{opacity:1;transform:none}
  .mobile-menu-donate span{display:flex;flex-direction:column;gap:4px;min-width:0}.mobile-menu-donate b{font-size:18px;line-height:1}.mobile-menu-donate small{font-size:11px;font-weight:600;color:rgba(255,255,255,.74)}
  .mobile-menu-donate i{width:50px;height:50px;display:grid;place-items:center;flex:none;border-radius:50%;background:#fff;color:var(--rose-dark);font-style:normal;font-size:22px;box-shadow:0 10px 22px rgba(0,0,0,.12);transition:transform .28s var(--ease-out)}
  .mobile-menu-donate:active i{transform:translateX(3px) rotate(-8deg) scale(.96)}
  .mobile-menu-foot{display:flex;justify-content:space-between;align-items:center;padding:8px 7px 0;color:#99877f;font-size:9px;text-transform:uppercase;letter-spacing:1.5px;font-weight:900;opacity:0;transition:opacity .4s .38s ease}
  .mobile-open .mobile-menu-foot{opacity:1}

  .burger{display:block!important;z-index:145;margin-left:auto}
  .header .brand{position:relative;z-index:145}
  body.menu-open .header{background:transparent;border-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;pointer-events:none}
  body.menu-open .header .brand,body.menu-open .header .burger{pointer-events:auto}
  body.menu-open .header .brand{opacity:0;transform:translateY(-8px);transition:opacity .2s,transform .2s}
  body:not(.menu-open) .header .brand{transition:opacity .35s,transform .35s}
}
@media(max-width:640px){
  .desktop-nav{top:8px!important;left:8px!important;right:8px!important;bottom:8px!important;border-radius:28px;padding:14px 11px 12px!important;gap:9px}
  .mobile-menu-head{min-height:96px;padding:6px 7px 10px}.mobile-menu-brand-mark{width:76px;height:58px;font-size:14px}.mobile-menu-orbit{margin-right:51px;width:52px;height:52px}
  .nav-link{min-height:62px;padding:16px 16px;font-size:18px}.nav-link>span{width:32px;height:32px}.dropdown-menu a{font-size:13.5px!important;min-height:45px}
  .mobile-menu-donate{padding:15px 14px 15px 17px;border-radius:22px}.mobile-menu-donate b{font-size:17px}.mobile-menu-donate i{width:46px;height:46px}
}
@media(max-height:720px) and (max-width:1020px){
  .mobile-menu-head{min-height:78px}.mobile-menu-brand-mark{width:68px;height:50px;font-size:12px}.nav-link{min-height:54px;padding:13px 16px}.mobile-menu-donate{padding:12px 14px}.mobile-menu-foot{display:none}
}
@media(prefers-reduced-motion:reduce){.desktop-nav,.nav-item,.mobile-menu-head,.mobile-menu-donate,.dropdown-menu,.dropdown-menu a,.burger span,.menu-backdrop{transition-duration:.01ms!important;animation:none!important}}


/* v5: replace flower illustration with foundation logo */
.hero-logo-stage{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:42px 34px 124px;
  background:
    radial-gradient(circle at 22% 18%,rgba(190,212,169,.28),transparent 25%),
    radial-gradient(circle at 82% 22%,rgba(139,83,108,.09),transparent 24%),
    linear-gradient(180deg,#fffaf6 0%,#f7f0e8 100%);
}
.hero-logo-stage:before{
  inset:22px;
  border-radius:inherit;
  border:1px solid rgba(113,59,75,.10);
}
.hero-logo-stage:after{
  content:"";
  position:absolute;
  inset:auto 7% 5% auto;
  width:148px;
  height:148px;
  border:1px solid rgba(109,135,89,.16);
  border-radius:50%;
  z-index:0;
  box-shadow:-54px -26px 0 0 rgba(155,83,102,.08);
}
.hero-logo-wrap{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 22px;
}
.hero-logo{
  display:block;
  width:auto;
  height:auto;
  max-width:min(88%,520px);
  max-height:72%;
  object-fit:contain;
  filter:drop-shadow(0 18px 34px rgba(60,44,29,.10));
  transform-origin:center center;
  animation:logoBreath 7.5s ease-in-out infinite;
}
.hero-logo-stage:hover .hero-logo{transform:translateY(-2px) scale(1.012)}
.hero-logo-stage .hero-note{
  left:56px;
  right:auto;
  bottom:34px;
  width:auto;
  max-width:300px;
  z-index:3;
}
@keyframes logoBreath{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-3px) scale(1.01)}
}
@media (max-width:900px){
  .hero-logo-stage{padding:26px 18px 110px}
  .hero-logo-wrap{padding:10px}
  .hero-logo{max-width:86%;max-height:64%}
  .hero-logo-stage .hero-note{left:16px;right:16px;bottom:16px;max-width:none}
}


/* v6 embedded logo safety */
.hero-logo-wrap{overflow:visible}
.hero-logo{max-width:min(86%,500px)!important;max-height:68%!important;object-fit:contain!important}
@media(max-width:900px){.hero-logo{max-width:82%!important;max-height:58%!important}.hero-logo-stage{padding-bottom:112px!important}}
@media(max-width:420px){.hero-logo{max-width:78%!important;max-height:55%!important}.hero-logo-stage{padding:20px 14px 108px!important}.hero-logo-stage .hero-note{left:14px!important;right:14px!important;bottom:14px!important}}


/* v7: cropped transparent logo + larger mobile hero */
.hero-logo-stage{
  padding-top:34px!important;
}
.hero-logo-wrap{
  align-items:flex-start!important;
  padding:20px 20px 120px!important;
}
.hero-logo{
  max-width:min(94%,620px)!important;
  max-height:74%!important;
  mix-blend-mode:multiply;
  filter:drop-shadow(0 16px 30px rgba(66,48,32,.09))!important;
}
@media(max-width:900px){
  .hero-logo-stage{
    aspect-ratio:.86/1!important;
    padding:16px 12px 112px!important;
  }
  .hero-logo-wrap{
    align-items:flex-start!important;
    padding:26px 8px 120px!important;
  }
  .hero-logo{
    max-width:94%!important;
    max-height:66%!important;
  }
  .hero-logo-stage .hero-note{
    left:14px!important;
    right:14px!important;
    bottom:14px!important;
    max-width:none!important;
  }
}
@media(max-width:420px){
  .hero-logo-stage{aspect-ratio:.84/1!important;padding:12px 10px 108px!important}
  .hero-logo-wrap{padding:24px 4px 116px!important}
  .hero-logo{max-width:96%!important;max-height:64%!important}
}


/* v8: better logo integration - contour + frosted blur panel */
.hero-logo-stage{
  padding: 28px 22px 126px !important;
}
.hero-logo-wrap{
  position: relative !important;
  z-index: 1;
  width: min(78%, 440px);
  min-height: 255px;
  margin: 10px auto 18px;
  padding: 30px 28px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
  isolation: isolate;
}
.hero-logo-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:34px;
  background: rgba(255,255,255,.54);
  border: 1px solid rgba(255,255,255,.72);
  backdrop-filter: blur(24px) saturate(1.08);
  -webkit-backdrop-filter: blur(24px) saturate(1.08);
  box-shadow:
    0 22px 64px rgba(74,52,40,.12),
    inset 0 1px 0 rgba(255,255,255,.78);
}
.hero-logo-wrap::after{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:26px;
  border:1px solid rgba(113,59,75,.08);
  pointer-events:none;
}
.hero-logo{
  position:relative;
  z-index:2;
  width:auto !important;
  height:auto !important;
  max-width: 90% !important;
  max-height: 182px !important;
  object-fit: contain !important;
  filter:
    drop-shadow( 2px  0   0 rgba(255,255,255,.98))
    drop-shadow(-2px  0   0 rgba(255,255,255,.98))
    drop-shadow( 0    2px 0 rgba(255,255,255,.98))
    drop-shadow( 0   -2px 0 rgba(255,255,255,.98))
    drop-shadow( 1.5px  1.5px 0 rgba(255,255,255,.96))
    drop-shadow(-1.5px  1.5px 0 rgba(255,255,255,.96))
    drop-shadow( 1.5px -1.5px 0 rgba(255,255,255,.96))
    drop-shadow(-1.5px -1.5px 0 rgba(255,255,255,.96))
    drop-shadow(0 16px 28px rgba(66,48,35,.14)) !important;
}
.hero-logo-stage .hero-note{
  background: rgba(255,255,255,.84) !important;
  border:1px solid rgba(255,255,255,.78) !important;
  backdrop-filter: blur(18px) saturate(1.02) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.02) !important;
}
@media (max-width: 900px){
  .hero-logo-stage{padding: 20px 16px 112px !important;}
  .hero-logo-wrap{
    width:min(86%, 360px);
    min-height:210px;
    margin: 8px auto 14px;
    padding: 22px 20px;
    border-radius:28px;
  }
  .hero-logo-wrap::before{border-radius:28px;}
  .hero-logo-wrap::after{inset:12px;border-radius:22px;}
  .hero-logo{max-width:92% !important; max-height:146px !important;}
}
@media (max-width: 420px){
  .hero-logo-stage{padding: 16px 12px 106px !important;}
  .hero-logo-wrap{
    width: min(92%, 328px);
    min-height: 188px;
    padding: 18px 14px;
  }
  .hero-logo-wrap::before{
    background: rgba(255,255,255,.58);
    border-color: rgba(255,255,255,.8);
    backdrop-filter: blur(20px) saturate(1.05);
    -webkit-backdrop-filter: blur(20px) saturate(1.05);
  }
  .hero-logo{max-width:94% !important; max-height:128px !important;}
}


/* v9 clean logo composition */
.hero-logo-stage{
  padding:30px 24px 126px !important;
  background:
    radial-gradient(circle at 24% 18%,rgba(155,178,132,.24),transparent 30%),
    radial-gradient(circle at 79% 22%,rgba(139,83,108,.10),transparent 27%),
    linear-gradient(180deg,#fbf6f0 0%,#f1e9e1 100%) !important;
}
.hero-logo-stage::before{display:none !important;}
.hero-logo-stage::after{
  content:"" !important;
  position:absolute !important;
  width:280px !important;
  height:280px !important;
  right:-70px !important;
  bottom:40px !important;
  border:0 !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.22) !important;
  filter:blur(22px) !important;
  box-shadow:none !important;
  z-index:0 !important;
}
.hero-logo-wrap{
  position:relative !important;
  z-index:2 !important;
  width:min(82%,500px) !important;
  min-height:270px !important;
  margin:8px auto 16px !important;
  padding:34px 30px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:visible !important;
  isolation:isolate !important;
}
.hero-logo-wrap::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:48% 52% 45% 55% / 52% 45% 55% 48% !important;
  background:rgba(255,255,255,.34) !important;
  backdrop-filter:blur(22px) saturate(1.08) !important;
  -webkit-backdrop-filter:blur(22px) saturate(1.08) !important;
  border:1px solid rgba(255,255,255,.58) !important;
  box-shadow:0 24px 70px rgba(70,47,34,.10),inset 0 1px 0 rgba(255,255,255,.58) !important;
  z-index:-2 !important;
}
.hero-logo-wrap::after{
  content:"" !important;
  position:absolute !important;
  inset:10px !important;
  border-radius:48% 52% 45% 55% / 52% 45% 55% 48% !important;
  padding:1.5px !important;
  border:0 !important;
  background:linear-gradient(120deg,rgba(98,139,57,.58),rgba(255,255,255,.06) 46%,rgba(105,70,42,.48)) !important;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0) !important;
  -webkit-mask-composite:xor !important;
  mask-composite:exclude !important;
  pointer-events:none !important;
  z-index:-1 !important;
}
.hero-logo{
  position:relative !important;
  z-index:2 !important;
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:88% !important;
  max-height:175px !important;
  object-fit:contain !important;
  mix-blend-mode:normal !important;
  filter:drop-shadow(0 12px 22px rgba(57,44,31,.10)) !important;
  animation:logoBreath 7.5s ease-in-out infinite !important;
}
.hero-logo-stage:hover .hero-logo{transform:translateY(-2px) scale(1.008) !important;}
.hero-logo-stage .hero-note{
  left:28px !important;
  right:28px !important;
  bottom:26px !important;
  width:auto !important;
  max-width:none !important;
  background:rgba(255,255,255,.72) !important;
  border:1px solid rgba(255,255,255,.68) !important;
  backdrop-filter:blur(18px) saturate(1.04) !important;
  -webkit-backdrop-filter:blur(18px) saturate(1.04) !important;
  box-shadow:0 18px 48px rgba(66,45,34,.11) !important;
}
@media(max-width:900px){
  .hero-logo-stage{padding:18px 14px 112px !important;aspect-ratio:.92/1 !important;}
  .hero-logo-wrap{width:min(88%,390px) !important;min-height:220px !important;margin:6px auto 10px !important;padding:26px 20px !important;}
  .hero-logo-wrap::after{inset:8px !important;}
  .hero-logo{max-width:90% !important;max-height:145px !important;}
  .hero-logo-stage .hero-note{left:14px !important;right:14px !important;bottom:14px !important;}
}
@media(max-width:420px){
  .hero-logo-stage{padding:14px 10px 106px !important;aspect-ratio:.90/1 !important;}
  .hero-logo-wrap{width:min(91%,340px) !important;min-height:196px !important;padding:22px 15px !important;}
  .hero-logo{max-width:92% !important;max-height:130px !important;}
  .hero-logo-stage .hero-note{padding:16px 16px !important;}
}


/* v11: enlarge hero logo */
.hero-logo-stage{
  aspect-ratio: .96 / 1 !important;
  min-height: 650px !important;
}
.hero-logo-wrap{
  width: min(92%, 560px) !important;
  min-height: 320px !important;
  padding: 12px !important;
  margin: 6px auto 8px !important;
}
.hero-logo{
  max-width: 96% !important;
  max-height: 220px !important;
  transform: scale(1.18) !important;
  transform-origin: center center !important;
}
.hero-logo-stage:hover .hero-logo{
  transform: scale(1.2) translateY(-2px) !important;
}
.hero-logo-stage .hero-note{
  bottom: 18px !important;
}
@media (max-width: 900px){
  .hero-logo-stage{
    aspect-ratio: .95 / 1 !important;
    min-height: 520px !important;
    padding: 16px 12px 118px !important;
  }
  .hero-logo-wrap{
    width: min(96%, 430px) !important;
    min-height: 260px !important;
    padding: 8px !important;
    margin: 0 auto 4px !important;
  }
  .hero-logo{
    max-width: 98% !important;
    max-height: 190px !important;
    transform: scale(1.22) !important;
  }
}
@media (max-width: 420px){
  .hero-logo-stage{
    aspect-ratio: .94 / 1 !important;
    min-height: 480px !important;
    padding: 12px 10px 112px !important;
  }
  .hero-logo-wrap{
    width: min(97%, 380px) !important;
    min-height: 228px !important;
    padding: 4px !important;
  }
  .hero-logo{
    max-width: 99% !important;
    max-height: 172px !important;
    transform: scale(1.28) !important;
  }
  .hero-logo-stage:hover .hero-logo{
    transform: scale(1.29) translateY(-1px) !important;
  }
  .hero-logo-stage .hero-note{
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
  }
}


/* v12: eager reveal + richer motion */
.reveal{opacity:0;transform:translateY(34px) scale(.985);filter:blur(4px);transition:opacity .78s var(--ease-out),transform .9s var(--ease-out),filter .78s var(--ease-out);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform,filter}
.reveal.reveal-left{transform:translateX(-34px) rotate(-.35deg) scale(.99)}
.reveal.reveal-right{transform:translateX(34px) rotate(.35deg) scale(.99)}
.reveal.reveal-pop{transform:translateY(18px) scale(.94);filter:blur(2px)}
.reveal.reveal-soft{transform:translateY(20px);filter:blur(7px)}
.reveal.is-visible{opacity:1;transform:none;filter:none}
.page-view.route-enter .inner-hero .eyebrow,
.page-view.route-enter .inner-hero h1,
.page-view.route-enter .inner-hero p,
.page-view.route-enter .inner-art{animation:routeHeroIn .82s var(--ease-out) both}
.page-view.route-enter .inner-hero h1{animation-delay:.06s}.page-view.route-enter .inner-hero p{animation-delay:.12s}.page-view.route-enter .inner-art{animation-delay:.09s}
@keyframes routeHeroIn{from{opacity:0;transform:translateY(22px) scale(.985);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}
@media(prefers-reduced-motion:reduce){.page-view.route-enter .inner-hero .eyebrow,.page-view.route-enter .inner-hero h1,.page-view.route-enter .inner-hero p,.page-view.route-enter .inner-art{animation:none!important}}


/* v13: real foundation logo in header/menu/footer */
.brand-logo-mark{
  width:118px !important;
  height:74px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
  overflow:visible !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
}
.brand-logo-mark::after{display:none !important;}
.brand-logo-mark img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 4px 10px rgba(61,45,28,.08));
}
.brand:hover .brand-logo-mark{transform:translateY(-1px) scale(1.015) !important;box-shadow:none !important;}
.mobile-menu-logo-mark{
  width:106px !important;
  height:70px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  transform:none !important;
  overflow:visible !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
}
.mobile-menu-logo-mark img{width:100%;height:100%;object-fit:contain;display:block;}
.footer-logo-mark img{filter:brightness(1.2) drop-shadow(0 4px 10px rgba(0,0,0,.18));}
.hero-note{font-weight:650;}
@media(max-width:900px){
  .brand-logo-mark{width:104px !important;height:66px !important;}
  .mobile-menu-logo-mark{width:96px !important;height:62px !important;}
}
@media(max-width:420px){
  .brand-logo-mark{width:98px !important;height:62px !important;}
  .mobile-menu-logo-mark{width:90px !important;height:58px !important;}
}


/* v14: desktop hero redesign */
@media (min-width: 1100px){
  .hero{padding:34px 0 92px !important;}
  .hero-grid{
    grid-template-columns:minmax(500px,0.95fr) minmax(440px,1.05fr) !important;
    gap:clamp(44px,5vw,86px) !important;
    min-height:640px !important;
    align-items:center !important;
  }
  .hero-logo-stage{
    min-height:560px !important;
    aspect-ratio:auto !important;
    padding:28px 26px 120px !important;
    border-radius:36px !important;
    background:
      radial-gradient(circle at 20% 18%, rgba(198,214,184,.22), transparent 22%),
      radial-gradient(circle at 80% 22%, rgba(170,137,117,.08), transparent 23%),
      linear-gradient(180deg, #fbf7f2 0%, #f3ece4 100%) !important;
    box-shadow:0 34px 90px rgba(68,48,36,.12), inset 0 1px 0 rgba(255,255,255,.9) !important;
  }
  .hero-logo-stage:before{
    inset:18px !important;
    border-radius:28px !important;
    border-color:rgba(113,59,75,.08) !important;
  }
  .hero-logo-stage:after{
    width:120px !important;
    height:120px !important;
    right:5% !important;
    bottom:7% !important;
    opacity:.7;
  }
  .hero-logo-wrap{
    width:min(72%, 430px) !important;
    min-height:225px !important;
    margin:32px auto 0 !important;
    padding:20px 18px !important;
    border-radius:28px !important;
  }
  .hero-logo-wrap::before{
    border-radius:28px !important;
    background:rgba(255,255,255,.46) !important;
    backdrop-filter:blur(18px) saturate(1.03) !important;
    -webkit-backdrop-filter:blur(18px) saturate(1.03) !important;
  }
  .hero-logo-wrap::after{
    inset:12px !important;
    border-radius:22px !important;
    border-color:rgba(113,59,75,.07) !important;
  }
  .hero-logo{
    max-width:92% !important;
    max-height:150px !important;
    transform:none !important;
    filter:drop-shadow(0 12px 26px rgba(60,44,29,.10)) !important;
  }
  .hero-logo-stage:hover .hero-logo{transform:translateY(-2px) !important;}
  .hero-logo-stage .hero-note{
    left:28px !important;
    right:28px !important;
    bottom:24px !important;
    max-width:none !important;
    padding:18px 54px 18px 22px !important;
    border-radius:22px !important;
    font-size:16px !important;
    line-height:1.5 !important;
    background:rgba(255,255,255,.76) !important;
    border:1px solid rgba(255,255,255,.82) !important;
    backdrop-filter:blur(14px) !important;
    -webkit-backdrop-filter:blur(14px) !important;
    box-shadow:0 18px 40px rgba(67,43,31,.10) !important;
  }
  .hero-note:after{
    right:16px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    width:30px !important;
    height:30px !important;
  }
  .hero-copy{
    padding-right:14px !important;
  }
  .hero-copy:before{
    right:8% !important;
    top:-46px !important;
    font-size:28px !important;
    opacity:.7;
  }
  .hero-copy h1{
    font-size:clamp(58px, 5.5vw, 88px) !important;
    line-height:.95 !important;
    letter-spacing:-4.4px !important;
    max-width:620px !important;
    margin-bottom:22px !important;
  }
  .hero-copy p{
    font-size:19px !important;
    line-height:1.65 !important;
    max-width:560px !important;
    margin-bottom:0 !important;
  }
  .hero-actions{margin-top:30px !important;gap:14px !important;align-items:center !important;}
  .oval-link{min-width:270px !important;min-height:76px !important;padding:0 34px !important;}
  .hero-meta{margin-top:24px !important;gap:10px !important;flex-wrap:wrap !important;}
}


/* v17: interactive pills and marquee */
.hero-pill{text-decoration:none;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease}
.hero-pill:hover,.hero-pill:focus-visible{transform:translateY(-2px);background:rgba(255,255,255,.82);border-color:rgba(155,83,102,.24);box-shadow:0 10px 24px rgba(67,43,31,.08);color:#503b41;outline:none}
.hero-pill:active{transform:translateY(0) scale(.98)}
.marquee:hover .marquee-track{animation-play-state:paused}
.marquee-track a{color:inherit;text-decoration:none;display:inline-flex;align-items:center;position:relative;padding:2px 0;transition:color .2s ease, transform .2s ease, opacity .2s ease;cursor:pointer}
.marquee-track a:hover,.marquee-track a:focus-visible{color:var(--rose-dark);transform:translateY(-1px);outline:none}
.marquee-track a:after{content:"✦";margin-left:42px;color:var(--rose)}
.marquee-track span:after{content:none !important}

/* v18: statistic cards are real links */
.fact{
  display:block;
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  isolation:isolate;
}
.fact i{
  position:absolute;
  right:18px;
  top:18px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(155,83,102,.08);
  color:var(--rose-dark);
  font-style:normal;
  font-size:16px;
  font-weight:900;
  z-index:2;
  transition:transform .28s var(--ease-out),background .28s ease,color .28s ease;
}
.fact:hover i,.fact:focus-visible i{
  transform:translate(2px,-2px) rotate(6deg);
  background:var(--rose-dark);
  color:#fff;
}
.fact:focus-visible{
  outline:2px solid rgba(155,83,102,.34);
  outline-offset:3px;
}
.fact:active{transform:translateY(-1px) scale(.99)}
@media(max-width:640px){.fact i{right:14px;top:14px;width:32px;height:32px}}


/* v20: brighter and clearer logo */
.brand-logo-mark{width:126px !important;height:78px !important;}
.brand-logo-mark img{
  filter:brightness(1.22) contrast(1.12) saturate(1.18) drop-shadow(0 8px 18px rgba(79,58,43,.16)) !important;
}
.mobile-menu-logo-mark{width:112px !important;height:74px !important;}
.mobile-menu-logo-mark img{
  filter:brightness(1.2) contrast(1.1) saturate(1.16) drop-shadow(0 8px 18px rgba(79,58,43,.14)) !important;
}
.hero-logo-wrap::before{
  background:rgba(255,255,255,.64) !important;
  backdrop-filter:blur(20px) saturate(1.08) !important;
  -webkit-backdrop-filter:blur(20px) saturate(1.08) !important;
}
.hero-logo{
  filter:brightness(1.18) contrast(1.12) saturate(1.16) drop-shadow(0 14px 28px rgba(60,44,29,.16)) !important;
}
.footer-logo-mark img{
  filter:brightness(1.24) contrast(1.12) saturate(1.16) drop-shadow(0 8px 18px rgba(0,0,0,.18)) !important;
}
@media(max-width:900px){
  .brand-logo-mark{width:110px !important;height:70px !important;}
  .mobile-menu-logo-mark{width:102px !important;height:66px !important;}
}
@media(max-width:420px){
  .brand-logo-mark{width:104px !important;height:66px !important;}
  .mobile-menu-logo-mark{width:96px !important;height:62px !important;}
  .hero-logo{filter:brightness(1.2) contrast(1.12) saturate(1.18) drop-shadow(0 12px 22px rgba(60,44,29,.15)) !important;}
}


/* v21: button-like blocks should actually work */
.smart-clickable{
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.smart-clickable:focus-visible{
  outline:2px solid rgba(155,83,102,.38);
  outline-offset:3px;
}
.help-card.smart-clickable,
.feature.smart-clickable,
.person.smart-clickable,
.contact-card.smart-clickable,
.doc-row.smart-clickable{
  position:relative;
}
.help-card.smart-clickable .text-link,
.doc-row.smart-clickable a,
.feature.smart-clickable .feature-cta{
  pointer-events:none;
}


/* v22: interactive affordance audit */
.hero-note{
  display:block;
  text-decoration:none;
  color:inherit;
  cursor:pointer;
  transition:transform .25s var(--ease-out),box-shadow .25s var(--ease-out),background .25s ease !important;
}
.hero-note:hover,.hero-note:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 24px 64px rgba(63,42,31,.16) !important;
  background:rgba(255,255,255,.9) !important;
  outline:none;
}
.hero-note:active{transform:translateY(0) scale(.99)}

/* Document rows are informational until real PDFs are attached: don't fake a button. */
.doc-row{cursor:default !important;box-shadow:none !important;}
.doc-row:hover{transform:none !important;border-color:var(--line) !important;box-shadow:none !important;}
.doc-status{font-size:11px;color:#9a8b84;font-weight:800;letter-spacing:.35px;white-space:nowrap;}

/* These are labels / artwork, not controls. Keep them visually non-interactive. */
.inner-art:hover svg{transform:none !important;}
.inner-art .art-caption{
  box-shadow:none !important;
  background:rgba(255,255,255,.46) !important;
  border-color:rgba(255,255,255,.45) !important;
  pointer-events:none;
}
.side-note{cursor:text !important;box-shadow:none !important;}
.quote-card{cursor:default !important;}

/* Real smart cards get a consistent interaction cue. */
.smart-clickable{cursor:pointer !important;}
.smart-clickable:not(.help-card)::after{
  content:"↗";
  position:absolute;
  right:16px;
  top:14px;
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.72);
  color:var(--rose-dark);
  font-size:13px;
  font-weight:900;
  opacity:.72;
  transition:transform .25s var(--ease-out),opacity .25s ease;
  pointer-events:none;
}
.smart-clickable:not(.help-card):hover::after{transform:translate(2px,-2px);opacity:1;}
.contact-card.smart-clickable{padding-right:58px;}
.person.smart-clickable{padding-right:54px;}
.feature.smart-clickable{padding-right:56px;}
@media(max-width:640px){
  .smart-clickable:not(.help-card)::after{right:12px;top:12px;width:26px;height:26px;}
  .contact-card.smart-clickable,.person.smart-clickable,.feature.smart-clickable{padding-right:50px;}
}


/* v24: explicit fund name + sports-development subtitle */
.brand-text{display:flex;flex-direction:column;gap:3px;min-width:0;max-width:265px}
.brand-title{font-size:17px;line-height:1.05;font-weight:900;letter-spacing:-.35px;color:var(--ink);white-space:nowrap}
.brand-caption{display:block !important;font-size:9.5px !important;line-height:1.28 !important;color:#786a63 !important;max-width:255px !important;text-wrap:balance}
@media(max-width:1100px){
  .brand-text{max-width:205px}
  .brand-title{font-size:15px}
  .brand-caption{font-size:8.5px !important;max-width:200px !important}
}
@media(max-width:900px){
  .nav{gap:10px}
  .brand{gap:8px}
  .brand-text{max-width:180px}
  .brand-title{font-size:14px}
  .brand-caption{display:block !important;font-size:7.8px !important;line-height:1.2 !important;max-width:175px !important}
}
@media(max-width:520px){
  .brand-logo-mark{width:72px !important;height:52px !important}
  .brand-text{max-width:155px}
  .brand-title{font-size:13px}
  .brand-caption{font-size:7.2px !important;max-width:150px !important;line-height:1.16 !important}
}
@media(max-width:380px){
  .brand-logo-mark{width:64px !important;height:46px !important}
  .brand-text{max-width:138px}
  .brand-title{font-size:12px}
  .brand-caption{font-size:6.8px !important;max-width:135px !important}
}


/* v25: white site background */
:root{--paper:#ffffff !important;}
html,body{background:#ffffff !important;}
.header{background:rgba(255,255,255,.94) !important;}
.hero{background:#ffffff !important;}
.section.soft{background:#ffffff !important;}
.inner-hero{background:#ffffff !important;}
.content-section{background:#ffffff !important;}
.hero-logo-stage{background:#ffffff !important;}
@media (min-width:1100px){
  .hero-logo-stage{background:#ffffff !important;}
}



/* v26: first-screen cleanup from voice brief */
:root{--logo-green:#476a09;}

/* Header brand wording */
.brand-text{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:1px!important;max-width:245px!important;}
.brand-title{font-size:16px!important;font-weight:900!important;line-height:1.05!important;color:var(--ink)!important;}
.brand-caption{display:flex!important;flex-direction:column!important;font-size:9px!important;line-height:1.25!important;max-width:235px!important;color:#6e655f!important;}
.brand-caption .brand-type{font-weight:850!important;color:#4d4641!important;}
.brand-caption .brand-purpose{font-weight:600!important;}

/* Green donate button sampled from the green of the logo */
.header>.container.nav>a.btn.btn-small{background:var(--logo-green)!important;color:#fff!important;box-shadow:0 10px 24px rgba(71,106,9,.18)!important;}
.header>.container.nav>a.btn.btn-small:hover{background:#3c5b07!important;}

/* Hero: clean white canvas, logo only, no cards/frames */
.hero{background:#fff!important;}
.hero:after{display:none!important;}
.hero-logo-stage,
.flower-stage.hero-logo-stage{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
  min-height:470px!important;
  padding:0!important;
  aspect-ratio:auto!important;
}
.hero-logo-stage:before,.hero-logo-stage:after,.flower-stage:before,.flower-stage:after{display:none!important;content:none!important;}
.hero-logo-wrap{
  width:100%!important;
  min-height:470px!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  align-items:center!important;
  justify-content:center!important;
}
.hero-logo-wrap:before,.hero-logo-wrap:after{display:none!important;content:none!important;}
.hero-logo{
  max-width:min(92%,560px)!important;
  max-height:360px!important;
  mix-blend-mode:normal!important;
  animation:none!important;
  transform:none!important;
  filter:brightness(1.18) contrast(1.12) saturate(1.16) drop-shadow(0 10px 20px rgba(60,44,29,.09))!important;
}
.hero-logo-stage:hover .hero-logo{transform:none!important;}

/* Hero text order and buttons */
.hero-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important;}
.hero-copy>p{order:1!important;font-size:19px!important;line-height:1.6!important;color:#5d5550!important;max-width:650px!important;}
.hero-actions{order:2!important;margin-top:28px!important;gap:12px!important;}
.hero-copy>h1{order:3!important;margin:42px 0 0!important;font-size:clamp(48px,6.1vw,86px)!important;line-height:.96!important;letter-spacing:-5px!important;max-width:760px!important;}
.hero-actions .oval-link{
  min-width:0!important;min-height:0!important;padding:15px 24px!important;border:0!important;border-radius:999px!important;
  background:var(--logo-green)!important;color:#fff!important;font-family:inherit!important;font-size:13px!important;font-style:normal!important;font-weight:850!important;
  transform:none!important;box-shadow:0 10px 24px rgba(71,106,9,.18)!important;
}
.hero-actions .oval-link:hover{background:#3c5b07!important;transform:translateY(-2px)!important;}
.hero-actions .btn-ghost{border-color:rgba(71,106,9,.30)!important;color:#476a09!important;background:#fff!important;}
.hero-actions .btn-ghost:hover{background:#f7faf3!important;}

/* News ticker is kept in HTML for future announcements but hidden for now */
.marquee{display:none!important;}

@media(max-width:900px){
  .brand-text{max-width:185px!important;}
  .brand-title{font-size:14px!important;}
  .brand-caption{max-width:180px!important;font-size:7.6px!important;line-height:1.18!important;}
  .hero-logo-stage,.flower-stage.hero-logo-stage{min-height:340px!important;}
  .hero-logo-wrap{min-height:340px!important;}
  .hero-logo{max-width:94%!important;max-height:270px!important;}
  .hero-copy>h1{margin-top:34px!important;font-size:clamp(44px,12.5vw,62px)!important;letter-spacing:-3.2px!important;}
}
@media(max-width:520px){
  .brand-text{max-width:155px!important;}
  .brand-title{font-size:13px!important;}
  .brand-caption{max-width:150px!important;font-size:6.9px!important;}
  .hero-logo-stage,.flower-stage.hero-logo-stage{min-height:285px!important;}
  .hero-logo-wrap{min-height:285px!important;}
  .hero-logo{max-width:96%!important;max-height:230px!important;}
  .hero-actions{width:100%!important;}
  .hero-actions .oval-link,.hero-actions .btn{width:100%!important;min-height:52px!important;}
}


/* v27: new navigation, about and programs layout */
.nav-about-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;}

/* Swap the visual hierarchy of the two hero texts. */
.hero-copy .hero-primary{
  font-size:clamp(58px,5.5vw,88px)!important;
  line-height:.95!important;
  letter-spacing:-4.4px!important;
  font-weight:760!important;
  color:var(--ink)!important;
  max-width:650px!important;
  margin:0 0 28px!important;
  text-wrap:balance;
}
.hero-copy .hero-secondary{
  font-family:Arial,"Helvetica Neue",sans-serif!important;
  font-size:19px!important;
  line-height:1.65!important;
  font-weight:400!important;
  letter-spacing:0!important;
  color:#675b55!important;
  max-width:560px!important;
  margin:30px 0 0!important;
  text-wrap:pretty;
}
.hero-copy .hero-actions{margin-top:0!important;}

/* About: copy on the left, real foundation logo on the right. */
.about-v27{align-items:center!important;gap:clamp(48px,7vw,108px)!important;}
.about-v27-copy p{
  margin:18px 0 0;
  font-size:clamp(24px,2.65vw,39px);
  line-height:1.2;
  letter-spacing:-1.35px;
  color:var(--ink);
  max-width:620px;
  text-wrap:balance;
}
.about-v27-logo{
  min-height:300px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
}
.about-v27-logo img{
  display:block;
  width:min(100%,500px);
  max-height:270px;
  object-fit:contain;
  filter:brightness(1.18) contrast(1.12) saturate(1.16) drop-shadow(0 14px 28px rgba(60,44,29,.12));
}

/* Facts: text-only clickable rectangles. */
.facts-v27 .fact{
  min-height:150px;
  display:flex!important;
  align-items:center;
  justify-content:flex-start;
  padding:30px!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:22px!important;
  box-shadow:none!important;
  overflow:hidden;
}
.facts-v27 .fact:after,.facts-v27 .fact:before{display:none!important;content:none!important;}
.facts-v27 .fact i,.facts-v27 .fact>strong{display:none!important;}
.facts-v27 .fact-copy{
  display:block;
  max-width:230px;
  font-size:clamp(21px,2vw,29px);
  line-height:1.08;
  letter-spacing:-.8px;
  color:var(--ink);
}
.facts-v27 .fact-copy b{font-weight:900;}
.facts-v27 .fact-help .fact-copy{font-weight:900;font-size:clamp(24px,2.25vw,34px);max-width:260px;}
.facts-v27 .fact:hover{transform:translateY(-3px);border-color:rgba(71,106,9,.24)!important;box-shadow:0 16px 38px rgba(45,62,22,.07)!important;}

/* Programs: mission left, program tabs right and aligned under the about logo. */
.programs-v27-layout{
  display:grid;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);
  gap:clamp(44px,7vw,104px);
  align-items:start;
}
.programs-v27-copy{padding-top:12px;position:sticky;top:126px;}
.programs-v27-copy h2{
  margin:14px 0 22px;
  max-width:480px;
  font-size:clamp(38px,4.35vw,64px);
  line-height:.98;
  letter-spacing:-3px;
  font-weight:760;
  text-wrap:balance;
}
.programs-v27-copy p{
  margin:0;
  max-width:480px;
  font-size:18px;
  line-height:1.65;
  color:#675b55;
}
.programs-v27-cards{min-width:0;}
.programs-v27-cards .program-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.programs-v27-cards .program-card{min-height:350px;padding:30px;border-radius:30px;}
.programs-v27-cards .program-card h3{font-size:clamp(25px,2.3vw,35px);letter-spacing:-1.3px;}
.programs-v27-cards .program-art{width:165px;height:165px;opacity:.72;}

@media(max-width:1020px){
  .nav-about-link{justify-content:flex-start!important;width:100%;}
  .programs-v27-layout{grid-template-columns:1fr;gap:38px;}
  .programs-v27-copy{position:static;max-width:760px;}
  .programs-v27-cards .program-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .about-v27{grid-template-columns:1fr!important;gap:28px!important;}
  .about-v27-logo{min-height:230px;justify-content:flex-start;}
  .about-v27-logo img{width:min(82%,430px);max-height:230px;}
}
@media(max-width:640px){
  .hero-copy .hero-primary{font-size:clamp(43px,12vw,58px)!important;letter-spacing:-3px!important;}
  .hero-copy .hero-secondary{font-size:17px!important;margin-top:24px!important;}
  .about-v27-copy p{font-size:28px;line-height:1.16;}
  .about-v27-logo{min-height:190px;justify-content:center;}
  .about-v27-logo img{width:94%;max-height:190px;}
  .facts-v27 .fact{min-height:112px;padding:24px!important;}
  .facts-v27 .fact-copy{font-size:24px;max-width:none;}
  .facts-v27 .fact-help .fact-copy{font-size:28px;}
  .programs-v27-copy h2{font-size:43px;letter-spacing:-2.5px;}
  .programs-v27-copy p{font-size:17px;}
  .programs-v27-cards .program-grid{grid-template-columns:1fr;}
  .programs-v27-cards .program-card{min-height:310px;}
}


/* ===== Sport for all: compact layout after content cleanup ===== */
#page-sport-for-all .inner-hero{padding:62px 0 58px;min-height:0!important;display:block!important}
#page-sport-for-all .inner-grid{display:block}
#page-sport-for-all .inner-hero h1{margin-bottom:0;max-width:980px}
#page-sport-for-all .content-section{padding:56px 0 74px}
#page-sport-for-all .content-layout{grid-template-columns:minmax(220px,.52fr) minmax(0,1.48fr);gap:48px;align-items:start}
#page-sport-for-all .rich-content{min-width:0}
#page-sport-for-all .rich-content h3{font-size:clamp(29px,3.2vw,42px);line-height:1.08;letter-spacing:-1.5px;margin:0 0 22px}
#page-sport-for-all .program-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:34px;border-top:1px solid var(--line)}
#page-sport-for-all .program-points p{max-width:none;margin:0;padding:17px 0;border-bottom:1px solid var(--line);font-size:16px;line-height:1.5;color:#5f5651}
#page-sport-for-all .cta-band{display:flex;justify-content:flex-start;align-items:center;margin-top:30px;padding:0;background:transparent;border-radius:0;color:inherit;gap:0;box-shadow:none;overflow:visible;position:static}
#page-sport-for-all .cta-band .btn{margin:0;background:var(--rose-dark);color:#fff;padding:15px 25px;box-shadow:0 12px 30px rgba(113,59,75,.16)}
#page-sport-for-all .cta-band .btn:hover{background:#5f303e}
#page-sport-for-all .cta-band:after{display:none}
@media(max-width:860px){
  #page-sport-for-all .inner-hero{padding:48px 0 44px}
  #page-sport-for-all .content-section{padding:42px 0 60px}
  #page-sport-for-all .content-layout{grid-template-columns:1fr;gap:26px}
  #page-sport-for-all .side-note{position:static}
}
@media(max-width:640px){
  #page-sport-for-all .inner-hero{padding:38px 0 36px}
  #page-sport-for-all .inner-hero h1{margin-bottom:0}
  #page-sport-for-all .content-section{padding:34px 0 52px}
  #page-sport-for-all .program-points{grid-template-columns:1fr}
  #page-sport-for-all .program-points p{padding:14px 0;font-size:15px}
  #page-sport-for-all .cta-band .btn{width:100%;margin-top:0}
}



/* v28: only the five requested targeted corrections */
.hero-copy .hero-primary{
  font-family:inherit!important;
  font-size:clamp(46px,5.95vw,84px)!important;
  line-height:.96!important;
  letter-spacing:-4.8px!important;
  font-weight:760!important;
  color:var(--ink)!important;
  max-width:760px!important;
  margin:0 0 28px!important;
}
.hero-copy .hero-secondary{
  font-family:inherit!important;
  font-size:clamp(48px,6.1vw,86px)!important;
  line-height:.96!important;
  letter-spacing:-5px!important;
  font-weight:760!important;
  color:var(--ink)!important;
  max-width:760px!important;
  margin:30px 0 0!important;
  text-wrap:balance;
}
.about-v27-copy .eyebrow{font-size:14px!important;}
.about-v27-copy p{font-style:italic!important;}
.facts-v27 .fact-help .fact-copy{font-weight:400!important;}
.facts-v27 .fact-help .fact-copy b{font-weight:900!important;}
@media(max-width:640px){
  .hero-copy .hero-primary{font-size:clamp(41px,11.5vw,56px)!important;letter-spacing:-2.8px!important;}
  .hero-copy .hero-secondary{font-size:clamp(43px,12vw,58px)!important;letter-spacing:-3px!important;margin-top:24px!important;}
  .about-v27-copy .eyebrow{font-size:13px!important;}
}



/* v29: requested home hero hierarchy */
.hero-copy .hero-primary{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important;
  font-size:clamp(30px,3.15vw,44px)!important;
  line-height:1.12!important;
  letter-spacing:-1.6px!important;
  font-weight:650!important;
  color:var(--ink)!important;
  max-width:720px!important;
  margin:0 0 26px!important;
  text-wrap:balance;
}
.hero-copy .hero-actions{margin-top:0!important;}
.hero-copy .hero-secondary{
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(34px,4.15vw,58px)!important;
  line-height:1.06!important;
  letter-spacing:-1.7px!important;
  font-weight:400!important;
  font-style:italic!important;
  color:var(--rose-dark)!important;
  max-width:760px!important;
  margin:34px 0 0!important;
  text-wrap:balance;
}
@media(max-width:640px){
  .hero-copy .hero-primary{
    font-size:clamp(27px,8vw,36px)!important;
    line-height:1.13!important;
    letter-spacing:-1.1px!important;
    margin-bottom:22px!important;
  }
  .hero-copy .hero-secondary{
    font-size:clamp(31px,9.5vw,43px)!important;
    line-height:1.07!important;
    letter-spacing:-1.1px!important;
    margin-top:28px!important;
  }
}



#page-sport-for-all.program-page-clean .inner-hero,#page-healthy-generation.program-page-clean .inner-hero,#page-sports-ground.program-page-clean .inner-hero,#page-sport-volunteers.program-page-clean .inner-hero{min-height:0!important;display:block!important;padding:46px 0 20px!important}
.program-page-clean .inner-grid{display:block!important;grid-template-columns:1fr!important}.program-page-clean .inner-hero h1{max-width:980px;margin-bottom:16px}.program-page-clean .inner-hero p{max-width:860px;margin:0}.program-page-clean .program-intro-extra{margin-top:14px!important;color:#756a64!important;font-size:17px!important;line-height:1.55!important}
#page-sport-for-all.program-page-clean .content-section,#page-healthy-generation.program-page-clean .content-section,#page-sports-ground.program-page-clean .content-section,#page-sport-volunteers.program-page-clean .content-section{padding:20px 0 64px!important}
.program-page-clean .content-layout{grid-template-columns:minmax(210px,.48fr) minmax(0,1.52fr)!important;gap:44px!important;align-items:start!important}.program-page-clean .rich-content{min-width:0}.program-page-clean .rich-content>h3:first-child{font-size:clamp(29px,3.1vw,40px);line-height:1.08;letter-spacing:-1.3px;margin:0 0 20px!important}
.program-page-clean .program-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:34px;border-top:1px solid var(--line)}.program-page-clean .program-points p{max-width:none!important;margin:0!important;padding:16px 0;border-bottom:1px solid var(--line);font-size:16px;line-height:1.5;color:#5f5651}
.program-page-clean .cta-band{display:flex!important;justify-content:flex-start!important;align-items:center!important;width:auto!important;margin:28px 0 0!important;padding:0!important;background:transparent!important;border-radius:0!important;color:inherit!important;gap:0!important;box-shadow:none!important;overflow:visible!important;position:static!important}.program-page-clean .cta-band:after{display:none!important}.program-page-clean .cta-band .btn{width:auto!important;margin:0!important;padding:15px 25px!important;border-radius:999px!important;background:#718064!important;color:#fff!important;box-shadow:0 12px 30px rgba(89,104,78,.22)!important;font-weight:700!important}.program-page-clean .cta-band .btn:hover{background:#5f6e54!important;transform:translateY(-1px)}
#page-sport-volunteers.program-page-clean .rich-content>h3:first-child{margin-top:0!important}#page-sport-volunteers.program-page-clean .action-strip{margin-top:28px}
@media(max-width:900px){.program-page-clean .inner-hero{padding:38px 0 18px!important}.program-page-clean .content-section{padding:18px 0 52px!important}.program-page-clean .content-layout{grid-template-columns:1fr!important;gap:24px!important}.program-page-clean .side-note{position:static!important}}
@media(max-width:640px){.program-page-clean .inner-hero{padding:32px 0 15px!important}.program-page-clean .content-section{padding:15px 0 44px!important}.program-page-clean .program-points{grid-template-columns:1fr}.program-page-clean .program-points p{padding:14px 0;font-size:15px}.program-page-clean .cta-band .btn{width:100%!important;text-align:center}}

/* ULTRA v34 — compact donation CTA only on “Передать помощь” and “Стать волонтёром”. */
.help-compact-cta{display:flex!important;justify-content:flex-start!important;align-items:center!important;width:auto!important;margin:32px 0 0!important;padding:0!important;background:transparent!important;border-radius:0!important;color:inherit!important;gap:0!important;box-shadow:none!important;overflow:visible!important;position:static!important}
.help-compact-cta:after{display:none!important}
.help-compact-cta .btn{width:auto!important;margin:0!important;padding:15px 25px!important;border-radius:999px!important;background:#718064!important;color:#fff!important;box-shadow:0 12px 30px rgba(89,104,78,.22)!important;font-weight:700!important}
.help-compact-cta .btn:hover{background:#5f6e54!important;transform:translateY(-1px)}
@media(max-width:640px){.help-compact-cta .btn{width:100%!important;text-align:center}}


\n/* ULTRA v35 multipage */
.page-view{display:block!important}
body[data-route] .page-view{min-height:1px}
.page-view.route-enter{animation:none}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

.donation-green{background:#718866!important;color:#fff!important;display:inline-flex;justify-content:center;min-width:220px;padding:16px 30px;}
.help-compact-cta{margin-top:28px;}

.legal-consents{display:grid;gap:12px;margin:18px 0;text-align:left}.legal-consents label{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.45}.legal-consents input{width:18px;height:18px;margin-top:2px;flex:0 0 auto}.legal-consents a{text-decoration:underline}.btn:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.35)}.doc-list a.doc-row{text-decoration:none;color:inherit}.legal-details{margin:24px 0;padding:24px;border:1px solid rgba(113,136,102,.3);border-radius:18px;background:#fbf6f1}.legal-details h3{margin-top:0}
