@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');
:root{--ink:#11152d;--navy:#171b38;--navy2:#20264b;--paper:#fff;--soft:#f6f7fb;--muted:#667085;--line:#dfe3ec;--red:#e53935;--orange:#fb8c00;--yellow:#fdd835;--green:#43a047;--blue:#1e88e5;--purple:#8e24aa;--rainbow:linear-gradient(90deg,var(--red),var(--orange),var(--yellow),var(--green),var(--blue),var(--purple));--shadow:0 18px 50px rgba(17,21,45,.12);--radius:18px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.65 Inter,Arial,sans-serif}h1,h2,h3,h4{font-family:Manrope,Inter,sans-serif;line-height:1.13;margin:0 0 .55em}h1{font-size:clamp(2.6rem,6vw,5.4rem);letter-spacing:-.055em}h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.035em}h3{font-size:1.25rem}p{margin:0 0 1em}.wrap{max-width:var(--max);margin:auto;padding:0 26px}.skip{position:absolute;left:-999px}.skip:focus{left:16px;top:16px;background:#fff;padding:10px;z-index:1000}.rainbow-strip{height:5px;background:var(--rainbow)}.safety-bar{background:#0d1026;color:#e6e9f4;font-size:.84rem}.safety-bar .wrap{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:16px}.exit-btn{border:0;background:#fff;color:#11152d;font-weight:800;border-radius:999px;padding:8px 15px;cursor:pointer}.site{background:rgba(17,21,45,.97);color:#fff}.site header{}.nav-row{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{width:255px;display:block}.logo-svg{display:block;width:100%;height:auto}.primary{display:flex;align-items:center;gap:19px}.primary a{color:#dfe3f2;text-decoration:none;font-size:.89rem;font-weight:650}.primary a:hover,.primary a.active{color:#fff}.primary a.active{border-bottom:2px solid #fdd835}.nav-toggle{display:none;background:transparent;border:1px solid #4a527e;color:white;padding:9px 12px;border-radius:10px}.photo-hero,.page-hero{background-size:cover;background-position:center;color:white}.hero-inner{min-height:650px;display:flex;flex-direction:column;justify-content:center}.page-hero .wrap{padding-top:110px;padding-bottom:110px}.page-hero h1,.photo-hero h1{max-width:900px}.lede{max-width:760px;font-size:1.2rem;color:#e2e5ef}.eyebrow{display:block;text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.75rem;margin-bottom:18px;color:#fdd835}.rainbow-bg{background:radial-gradient(circle at 10% 20%,rgba(229,57,53,.35),transparent 30%),radial-gradient(circle at 90% 30%,rgba(30,136,229,.35),transparent 35%),linear-gradient(135deg,#11152d,#242b5a)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:25px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;font-weight:800;text-decoration:none;border:1px solid transparent;cursor:pointer}.btn-rainbow{background:var(--rainbow);color:#11152d}.btn-outline{border-color:rgba(255,255,255,.55);color:white;background:rgba(255,255,255,.06)}section{padding:80px 0}.alt{background:var(--soft)}.quick-links{padding:0;transform:translateY(-35px);margin-bottom:-35px}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.quick{background:#fff;color:var(--ink);text-decoration:none;border-radius:15px;padding:22px;box-shadow:var(--shadow);border-top:4px solid transparent;border-image:var(--rainbow) 1}.quick b,.quick span{display:block}.quick span{font-size:.87rem;color:var(--muted)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:36px}.section-head>p{max-width:470px;color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{border:1px solid var(--line);border-radius:var(--radius);padding:25px;background:#fff}.stat strong{display:block;font:800 2.4rem Manrope;color:#8e24aa}.stat span{display:block;color:var(--muted);font-size:.93rem}.image-card{margin:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 30px rgba(17,21,45,.07)}.image-card img{width:100%;height:230px;object-fit:cover}.image-card>div,.image-card figcaption{padding:25px}.image-card a,.text-link{color:#5f2ca0;font-weight:800;text-decoration:none}.tag{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#1e88e5}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:27px}.icon-card>span{font-size:2rem}.split{display:grid;grid-template-columns:1.2fr .8fr;gap:65px;align-items:start}.notice,.alert{border-radius:var(--radius);padding:27px}.notice{background:#11152d;color:#fff;box-shadow:var(--shadow)}.notice p{color:#dfe3ef}.alert{background:#fff4d3;border-left:5px solid #fb8c00}.checks{list-style:none;padding:0;margin:0}.checks li{position:relative;padding:7px 0 7px 28px}.checks li:before{content:'✓';position:absolute;left:0;color:#43a047;font-weight:900}.checks.no li:before{content:'×';color:#e53935}.source-note,.sources{background:#eef2f8}.source-note{margin:0 auto;padding:35px max(26px,calc((100vw - var(--max))/2 + 26px))}.source-note p{max-width:920px;color:#4b5565}.timeline{position:relative;margin-left:12px;padding-left:32px;border-left:3px solid #d8dce8}.tl-item{position:relative;padding:0 0 42px}.tl-item:before{content:'';position:absolute;left:-43px;top:3px;width:18px;height:18px;border-radius:50%;background:var(--rainbow);box-shadow:0 0 0 6px white}.tl-item b{font-size:.9rem;color:#8e24aa}.tl-item.highlight{background:#fff6cf;margin-left:-12px;padding:22px 22px 30px;border-radius:15px}.quote{font:800 1.8rem/1.35 Manrope;background:linear-gradient(135deg,#fef2f2,#eef7ff);padding:35px;border-radius:var(--radius)}.accordion details{border-top:1px solid var(--line);padding:18px 0}.accordion summary{font-weight:800;cursor:pointer;font-size:1.08rem}.source-list{padding-left:20px}.source-list li{margin:12px 0}.source-list a{color:#4d2f95}.story{background:#11152d;color:white;border-radius:var(--radius);padding:30px}.story p{color:#eef0f7;font-size:1.1rem}.story b{font-size:.82rem;color:#fdd835}.quote-mark{font-size:3rem;line-height:1;color:#fb8c00}.steps{padding-left:24px}.steps li{padding:10px 0 10px 8px}.steps span{display:block;color:var(--muted)}.resource,.resource-list a{display:flex;flex-direction:column;text-decoration:none;color:var(--ink);border:1px solid var(--line);background:white;border-radius:15px;padding:23px}.resource span,.resource-list span{color:var(--muted);font-size:.9rem}.resource-list{display:grid;gap:14px}.resource-list a:hover,.resource:hover{border-color:#8e24aa;transform:translateY(-2px)}.contact-form{display:grid;gap:17px}.contact-form label{font-weight:700}.contact-form input,.contact-form select,.contact-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #cdd3df;border-radius:12px;padding:13px;font:inherit}.top-gap{margin-top:32px}footer.site{padding:0 0 25px;background:#0d1026}.foot-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px;padding-top:55px;padding-bottom:40px}.foot-brand .logo-svg{max-width:260px}.foot-grid p,.foot-grid a{color:#b8bfd6}.foot-grid ul{list-style:none;padding:0}.foot-grid li{margin:8px 0}.foot-grid a{text-decoration:none}.foot-bottom{border-top:1px solid #303656;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#929bb9;font-size:.82rem}.small{font-size:.82rem;color:var(--muted)}@media(max-width:980px){.primary{display:none;width:100%;flex-direction:column;align-items:flex-start;padding:15px 0}.primary.open{display:flex}.nav-row{flex-wrap:wrap}.nav-toggle{display:block}.stat-grid,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr}.foot-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){h1{font-size:2.7rem}.hero-inner{min-height:570px}.page-hero .wrap{padding-top:80px;padding-bottom:80px}.split,.stat-grid,.grid-2,.grid-4,.foot-grid{grid-template-columns:1fr}.section-head,.foot-bottom{display:block}.quick-links{transform:none;margin:0;padding:20px 0}.safety-bar .wrap{padding-top:8px;padding-bottom:8px}.brand{width:220px}.image-card img{height:210px}section{padding:58px 0}}

.nav-row{min-height:104px}.brand{width:360px;min-width:300px}.primary{gap:14px;flex-wrap:wrap;justify-content:flex-end}.primary a{font-size:.82rem}.logo-svg{overflow:visible}.photo-mosaic{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:16px}.photo-mosaic figure{position:relative;margin:0;overflow:hidden;border-radius:18px;background:#dfe3ec}.photo-mosaic .wide{grid-column:span 2}.photo-mosaic img,.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.photo-mosaic figure:hover img,.gallery-card:hover img{transform:scale(1.035)}.photo-mosaic figcaption{position:absolute;left:14px;bottom:12px;background:rgba(13,16,38,.82);color:#fff;border-radius:999px;padding:6px 12px;font-weight:800;font-size:.8rem}.news-card{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:#fff;box-shadow:0 12px 32px rgba(17,21,45,.07)}.news-card a,.tl-item a{color:#5f2ca0;font-weight:800;text-decoration:none}.news-date{display:inline-block;color:#fff;background:#11152d;border-radius:999px;padding:5px 10px;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:15px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery-card{margin:0;border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 10px 28px rgba(17,21,45,.08)}.gallery-card img{height:260px;display:block}.gallery-card figcaption{padding:16px 18px;display:flex;justify-content:space-between;gap:12px}.gallery-card span{color:var(--muted);font-size:.76rem}.foot-brand .logo-svg{max-width:360px}
@media(max-width:1150px){.brand{width:320px}.primary{gap:11px}.primary a{font-size:.78rem}}
@media(max-width:980px){.brand{width:340px}.photo-mosaic{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.brand{width:min(310px,78vw);min-width:0}.nav-row{min-height:92px}.photo-mosaic{grid-template-columns:1fr;grid-auto-rows:220px}.photo-mosaic .wide{grid-column:auto}.gallery-grid{grid-template-columns:1fr}.gallery-card img{height:240px}}


:root{--navy:#0b1026;--navy-2:#161d43;--gold:#ffd54a;--violet:#7c3aed}
body{background:#fcfcfe}.site{box-shadow:0 10px 35px rgba(7,11,29,.16)}
.nav-row{max-width:1380px}.primary{row-gap:10px}.primary a{padding:8px 2px;transition:color .2s,transform .2s}.primary a:hover{transform:translateY(-1px)}
.nav-donate{background:linear-gradient(90deg,#ff5d5d,#ffb13b,#f6e84d,#48d17d,#42a5f5,#a970ff);color:#11152d!important;padding:11px 17px!important;border-radius:999px;font-weight:900!important;box-shadow:0 8px 24px rgba(124,58,237,.28);white-space:nowrap}.nav-donate:hover{box-shadow:0 10px 30px rgba(124,58,237,.42)}
.card,.news-card,.image-card,.gallery-card,.resource,.donation-option{transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.card:hover,.news-card:hover,.image-card:hover,.gallery-card:hover,.resource:hover,.donation-option:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(17,21,45,.12);border-color:#c8b8f5}
.gallery-card figcaption{min-height:58px;align-items:center}.gallery-card figcaption b{font-size:.95rem}.gallery-card figcaption span{display:none}
.donate-hero{padding:110px 0;background:radial-gradient(circle at 85% 15%,rgba(169,112,255,.35),transparent 30%),radial-gradient(circle at 5% 90%,rgba(255,177,59,.28),transparent 30%),linear-gradient(135deg,#0b1026,#202a61);color:#fff;overflow:hidden}.donate-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}.donate-impact-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(14px);border-radius:28px;padding:38px;box-shadow:0 28px 70px rgba(0,0,0,.22)}.donate-impact-card h2{font-size:2rem}.impact-icon{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:20px;background:var(--rainbow);color:#11152d;font-size:1.8rem;margin-bottom:22px}.trust-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.trust-row span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:7px 11px;font-size:.76rem;font-weight:800}.eyebrow.dark{color:#7c3aed}.donation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.donation-option{position:relative;display:block;text-decoration:none;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:22px;padding:31px;min-height:250px;box-shadow:0 12px 35px rgba(17,21,45,.07)}.donation-option.featured{border:2px solid #7c3aed;background:linear-gradient(180deg,#faf7ff,#fff)}.donation-option strong{display:block;margin-top:28px;color:#6d28d9}.donation-badge{display:inline-block;background:#7c3aed;color:white;border-radius:999px;padding:6px 10px;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}.donate-note{margin-top:30px;background:#11152d;color:#fff;border-radius:22px;padding:28px 30px;display:flex;justify-content:space-between;align-items:center;gap:28px}.donate-note p{color:#dce1f2;margin:0}.btn-dark{background:white;color:#11152d;white-space:nowrap}.impact-card>span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#f1ebff;color:#6d28d9;font-weight:900;margin-bottom:18px}
@media(max-width:1200px){.nav-row{align-items:flex-start;padding-top:15px;padding-bottom:15px}.primary{max-width:760px}.nav-donate{margin-left:auto}}
@media(max-width:980px){.primary .nav-donate{margin:8px 0 4px}.donate-hero-grid{grid-template-columns:1fr}.donation-grid{grid-template-columns:1fr}.donate-impact-card{max-width:650px}.donate-note{align-items:flex-start;flex-direction:column}}
@media(max-width:650px){.donate-hero{padding:78px 0}.donate-impact-card{padding:28px}.donate-note{padding:24px}.nav-donate{width:100%;justify-content:center;display:flex!important}}

/* Survivor testimony */
.story-hero{background:linear-gradient(135deg,#0b1026,#242b60);color:#fff;padding:90px 0}.story-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.story-hero .lede{color:#e5e9f7}.content-warning{margin-top:26px;padding:18px 20px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:rgba(255,255,255,.08);color:#f5f6fb}.story-portrait{margin:0;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 28px 75px rgba(0,0,0,.28)}.story-portrait img{display:block;width:100%;height:430px;object-fit:cover;object-position:center}.story-portrait figcaption,.story-poster figcaption{padding:12px 16px;background:#fff;color:#596174;font-size:.8rem}.story-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:60px;align-items:start}.testimony{max-width:790px}.testimony p{font-size:1.08rem;line-height:1.86}.testimony h2{font-size:1.75rem;margin-top:45px}.story-intro{font-size:1.25rem!important;font-weight:650;color:#252b3d}.testimony blockquote{margin:40px 0;padding:30px 34px;border-left:6px solid #8e24aa;background:linear-gradient(135deg,#faf2ff,#eef7ff);border-radius:0 18px 18px 0;font:800 1.55rem/1.45 Manrope;color:#24283a}.story-aside{position:sticky;top:130px}.story-poster{max-width:1180px;margin:0 auto;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.story-poster img{width:100%;display:block}.story-feature{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center;background:#11152d;color:#fff;border-radius:26px;overflow:hidden;padding-left:45px}.story-feature p{color:#dfe3ef}.story-feature img{width:100%;height:390px;object-fit:cover}.story-feature .btn{display:inline-block;margin-top:10px}@media(max-width:900px){.story-hero-grid,.story-layout,.story-feature{grid-template-columns:1fr}.story-aside{position:static}.story-feature{padding:35px}.story-feature img{height:auto;border-radius:18px}.story-portrait img{height:auto}}@media(max-width:650px){.story-hero{padding:65px 0}.testimony p{font-size:1rem}.testimony blockquote{font-size:1.25rem;padding:24px}.story-feature{padding:25px}}

.latest-2026{padding-top:72px}.latest-2026 .source-note{margin-top:34px}.latest-2026 .news-card p{min-height:112px}@media(max-width:980px){.latest-2026 .news-card p{min-height:0}}

/* 2026 corporate redesign */
.corporate-header{position:relative;z-index:20;background:#0b1026}.utility-row{min-height:35px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;color:#aeb7d2;font-size:.75rem}.utility-row div{display:flex;gap:18px}.utility-row a{color:#dce2f3;text-decoration:none}.corporate-header .nav-row{min-height:92px}.corporate-header .brand{width:310px}.corporate-header .primary{gap:20px}.corporate-header .primary a{font-weight:700}.corporate-header .primary a.active{color:#fff;border-bottom:2px solid #ffd54a}.corporate-header .nav-donate{padding:10px 18px!important}
.institution-strip{padding:0;background:#fff;border-bottom:1px solid var(--line)}.institution-grid{display:grid;grid-template-columns:repeat(4,1fr)}.institution-grid>div{padding:25px;border-right:1px solid var(--line)}.institution-grid>div:last-child{border-right:0}.institution-grid strong,.institution-grid span{display:block}.institution-grid strong{font:800 1.05rem Manrope}.institution-grid span{color:var(--muted);font-size:.82rem}.corporate-intro{padding-top:95px}.intro-copy{font-size:1.1rem;color:#4d5568}.btn-primary{background:#11152d;color:#fff}.btn-secondary{border:1px solid #c8ceda;color:#11152d;background:#fff}.principles-panel{background:#f5f7fb;border:1px solid var(--line);border-radius:24px;padding:32px}.principle{display:grid;grid-template-columns:45px 1fr;gap:12px;padding:18px 0;border-top:1px solid #dfe3ec}.principle:first-of-type{border-top:0}.principle b{color:#7c3aed}.principle strong,.principle span{display:block}.principle span{color:#5f6678;font-size:.9rem}.news-command{padding:62px 0;background:#fff}.editorial-standards{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden}.editorial-standards>div{padding:25px;border-right:1px solid var(--line)}.editorial-standards>div:last-child{border:0}.editorial-standards strong,.editorial-standards span{display:block}.editorial-standards span{color:var(--muted);font-size:.86rem;margin-top:5px}.contact-direct{padding:45px 0;background:#f5f7fb}.contact-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px}.contact-card>span{display:block;color:#7c3aed;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:900}.contact-card a{color:#5f2ca0;font-weight:800;text-decoration:none}.donor-governance{background:#f5f7fb}.governance-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:27px}.governance-card b{display:block;font:800 1.1rem Manrope;margin-bottom:8px}.corporate-footer{background:#080c1d!important;padding:0!important}.footer-accent{height:4px;background:var(--rainbow)}.footer-main{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:45px;padding-top:60px;padding-bottom:45px}.footer-identity .logo-svg{max-width:315px}.footer-identity p{color:#b5bed4;max-width:420px}.footer-badges{display:flex;gap:8px;flex-wrap:wrap}.footer-badges span{border:1px solid #303855;border-radius:999px;padding:6px 10px;color:#d7ddef;font-size:.72rem;font-weight:700}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-column h4{color:#fff;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.footer-column a{color:#b8c1d8;text-decoration:none;font-size:.9rem}.footer-column a:hover{color:#fff}.footer-governance{border-top:1px solid #252c44;border-bottom:1px solid #252c44;padding-top:25px;padding-bottom:25px;display:flex;align-items:center;justify-content:space-between;gap:35px}.footer-governance strong{color:#fff}.footer-governance p{margin:4px 0 0;color:#9fa9c3;font-size:.84rem;max-width:780px}.footer-cta{color:#fff;text-decoration:none;white-space:nowrap;font-weight:800}.footer-bottom{padding-top:22px;padding-bottom:25px;border:0;display:flex;justify-content:space-between;color:#8791aa;font-size:.78rem}.footer-bottom div{display:flex;gap:18px;flex-wrap:wrap}.footer-bottom a{color:#aeb7ce;text-decoration:none}
@media(max-width:1050px){.corporate-header .utility-row{display:none}.corporate-header .nav-row{flex-wrap:wrap}.footer-main{grid-template-columns:repeat(2,1fr)}.institution-grid{grid-template-columns:repeat(2,1fr)}.editorial-standards{grid-template-columns:1fr}.editorial-standards>div{border-right:0;border-bottom:1px solid var(--line)}}
@media(max-width:650px){.corporate-header .brand{width:min(300px,78vw)}.institution-grid,.footer-main{grid-template-columns:1fr}.institution-grid>div{border-right:0;border-bottom:1px solid var(--line)}.footer-governance,.footer-bottom{display:block}.footer-cta{display:inline-block;margin-top:15px}.footer-bottom div{margin-top:12px}.corporate-intro{padding-top:65px}}


/* 2026 Pride color refresh */
:root{
  --red:#e40303;
  --orange:#ff8c00;
  --yellow:#ffed00;
  --green:#008026;
  --blue:#24408e;
  --purple:#732982;
  --rainbow:linear-gradient(90deg,var(--red) 0%,var(--orange) 18%,var(--yellow) 36%,var(--green) 54%,var(--blue) 76%,var(--purple) 100%);
  --soft-rainbow:linear-gradient(135deg,rgba(228,3,3,.08),rgba(255,140,0,.08),rgba(255,237,0,.12),rgba(0,128,38,.08),rgba(36,64,142,.08),rgba(115,41,130,.10));
}
body{background:linear-gradient(180deg,#ffffff 0%,#ffffff 72%,#fcfbff 100%)}
.site{box-shadow:0 14px 36px rgba(17,21,45,.12)}
.primary a{position:relative;transition:color .2s ease,opacity .2s ease}
.primary a:after{content:'';position:absolute;left:0;right:0;bottom:-8px;height:3px;border-radius:999px;background:var(--rainbow);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
.primary a:hover:after,.primary a.active:after{transform:scaleX(1)}
.primary a.active{border-bottom:0;color:#fff}
.primary a.active,.primary a:hover,.eyebrow,.tag,.text-link,.image-card a,.news-card a,.tl-item a,.source-list a,.resource-list a b,.resource b{background:var(--rainbow);-webkit-background-clip:text;background-clip:text;color:transparent}
.nav-donate,.btn-rainbow{background:var(--rainbow)!important;color:#10142d!important;box-shadow:0 10px 28px rgba(36,64,142,.18)}
.btn-rainbow:hover,.nav-donate:hover{filter:saturate(1.06) brightness(1.01)}
.btn-outline{border-color:rgba(255,255,255,.7)}
.btn-primary{background:var(--rainbow);color:#11152d;border:0}
.btn-secondary{background:#fff;color:#11152d;border:1px solid rgba(17,21,45,.14)}
.corporate-intro,.institution-strip,.alt:nth-of-type(odd){background-image:var(--soft-rainbow)}
.quick,.card,.news-card,.stat,.resource,.resource-list a,.image-card,.notice,.story,.contact-card,.donate-panel{position:relative;overflow:hidden}
.quick:before,.card:before,.news-card:before,.stat:before,.resource:before,.resource-list a:before,.image-card:before,.notice:before,.story:before,.contact-card:before,.donate-panel:before{content:'';position:absolute;left:0;top:0;right:0;height:4px;background:var(--rainbow)}
.quick{border-image:none;border-top:0}
.stat strong{background:var(--rainbow);-webkit-background-clip:text;background-clip:text;color:transparent}
.news-date{background:var(--rainbow);color:#11152d}
.notice{background:linear-gradient(135deg,#0f132e,#20264b)}
.story{background:linear-gradient(135deg,#151933,#232b58)}
.quote{background:linear-gradient(135deg,rgba(228,3,3,.08),rgba(255,237,0,.10),rgba(36,64,142,.08),rgba(115,41,130,.10))}
.tl-item:before{background:linear-gradient(135deg,var(--red),var(--orange),var(--yellow),var(--green),var(--blue),var(--purple))}
.alert{background:linear-gradient(135deg,#fff6db,#fff)}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#732982;box-shadow:0 0 0 4px rgba(115,41,130,.12)}
.footer-accent,.rainbow-strip{background:var(--rainbow)!important}
.footer-badges span{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06)}
.footer-column a:hover,.footer-bottom a:hover{color:#fff}
.footer-column a,.footer-bottom a{position:relative;text-decoration:none}
.footer-column a:after,.footer-bottom a:after{content:'';position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--rainbow);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
.footer-column a:hover:after,.footer-bottom a:hover:after{transform:scaleX(1)}
.hero-actions .btn{transition:transform .15s ease, box-shadow .15s ease}
.hero-actions .btn:hover{transform:translateY(-1px)}
.institution-grid strong,.principle b,.kpi strong{background:var(--rainbow);-webkit-background-clip:text;background-clip:text;color:transparent}
.photo-mosaic figcaption{background:linear-gradient(90deg,rgba(17,21,45,.88),rgba(17,21,45,.68));border:1px solid rgba(255,255,255,.12)}
@media(max-width:650px){.primary a:after{bottom:-5px}}

.nav-donate,.nav-donate:hover,.nav-donate:focus{background:var(--rainbow)!important;color:#11152d!important;-webkit-background-clip:border-box;background-clip:border-box;-webkit-text-fill-color:#11152d;border-radius:999px;padding:10px 16px;box-shadow:0 10px 24px rgba(115,41,130,.18)}
.nav-donate:after{display:none}
.btn-rainbow,.btn-primary{-webkit-text-fill-color:#11152d}
.footer-cta{background:var(--rainbow);color:#11152d!important;padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:800;display:inline-flex;align-items:center;gap:8px}
.footer-cta:hover{filter:brightness(1.02)}


.article-body{max-width:860px}
.article-body>img,.news-card>img{width:100%;height:auto;border-radius:14px;margin-bottom:1rem}
.article-body h2{margin-top:2rem}

.news-card h2{font-size:1.35rem}


.article-body{max-width:900px}

.article-body h2{font-size:1.55rem;margin-top:2.4rem;margin-bottom:.8rem}
.article-body .notice{margin:1.5rem 0}


.article-body>.news-date{font-weight:700;letter-spacing:.02em;margin-bottom:1.2rem}
.article-body>p:nth-of-type(2){font-size:1.14rem;font-weight:600;line-height:1.8}


/* Consistent article spacing */
.article-body p{
  margin:0 0 .75rem;
  line-height:1.75;
}
.article-body p + p{
  margin-top:0;
}
.article-body .news-date{
  margin-bottom:1rem;
}
.article-body h2,
.article-body h3{
  margin-top:1.75rem;
  margin-bottom:.65rem;
}
.news-card p,
.card p{
  margin-bottom:.75rem;
}


/* Ensure all News and Stories text is clearly visible */
.news-stories-page main,
.news-stories-page .page-hero,
.news-stories-page .page-hero .wrap,
.news-stories-page .article-body,
.news-stories-page .news-card,
.news-stories-page .card,
.news-stories-page .split,
.news-stories-page section {
  color: #000 !important;
}

.news-stories-page .page-hero {
  background: #fff !important;
}

.news-stories-page .page-hero h1,
.news-stories-page .page-hero .lede,
.news-stories-page .page-hero .eyebrow,
.news-stories-page .article-body h1,
.news-stories-page .article-body h2,
.news-stories-page .article-body h3,
.news-stories-page .article-body p,
.news-stories-page .article-body li,
.news-stories-page .news-card h2,
.news-stories-page .news-card p,
.news-stories-page .news-card .news-date,
.news-stories-page .card h2,
.news-stories-page .card p,
.news-stories-page .principles-panel,
.news-stories-page .principles-panel h3,
.news-stories-page .principles-panel li {
  color: #000 !important;
}

.news-stories-page .article-body,
.news-stories-page .news-card,
.news-stories-page .card,
.news-stories-page .principles-panel {
  background: #fff !important;
}

.news-stories-page a {
  color: #111 !important;
  text-decoration-color: currentColor;
}


/* Footer text visibility */
footer,
footer p,
footer li,
footer span,
footer strong,
footer h1,
footer h2,
footer h3,
footer h4,
footer a {
  color: #fff !important;
}


/* Header text visibility */
header,
header p,
header li,
header span,
header strong,
header h1,
header h2,
header h3,
header h4,
header a,
header nav a,
header .brand,
header .brand-text {
  color: #fff !important;
}


/* Ensure all Resources text is clearly visible */
.resources-page main,
.resources-page section,
.resources-page .page-hero,
.resources-page .page-hero .wrap,
.resources-page .article-body,
.resources-page .card,
.resources-page .grid,
.resources-page .wrap {
  color: #000 !important;
}

.resources-page .page-hero,
.resources-page .article-body,
.resources-page .card {
  background: #fff !important;
}

.resources-page h1,
.resources-page h2,
.resources-page h3,
.resources-page h4,
.resources-page p,
.resources-page li,
.resources-page span,
.resources-page strong,
.resources-page .lede,
.resources-page .eyebrow,
.resources-page .news-date {
  color: #000 !important;
}

.resources-page main a,
.resources-page section a,
.resources-page .article-body a,
.resources-page .card a {
  color: #111 !important;
  text-decoration-color: currentColor;
}


/* Force every visible element inside Resources main content to black */
body.resources-page main,
body.resources-page main *,
body.resources-page .page-hero,
body.resources-page .page-hero *,
body.resources-page .article-body,
body.resources-page .article-body *,
body.resources-page .card,
body.resources-page .card *,
body.resources-page section,
body.resources-page section * {
  color: #000 !important;
}

body.resources-page main,
body.resources-page .page-hero,
body.resources-page .page-hero .wrap,
body.resources-page .article-body,
body.resources-page .card,
body.resources-page section {
  background-color: #fff !important;
}

/* Keep header and footer text white */
body.resources-page header,
body.resources-page header *,
body.resources-page footer,
body.resources-page footer * {
  color: #fff !important;
}


/* Afghan LGBTQI+ homepage background */
.home-page .hero,
.home-page .page-hero,
.home-page main > section:first-child {
  position: relative;
  background:
    linear-gradient(rgba(8, 10, 28, .68), rgba(8, 10, 28, .68)),
    url("../images/afghan-lgbtq-home-background.png") center center / cover no-repeat !important;
  color: #fff !important;
}

.home-page .hero *,
.home-page .page-hero *,
.home-page main > section:first-child * {
  color: #fff !important;
}

.home-page .hero,
.home-page .page-hero,
.home-page main > section:first-child {
  min-height: 520px;
  display: flex;
  align-items: center;
}


/* Rainbow Voice Afghanistan header logo */
.site-logo {
  display: block;
  width: 220px;
  max-width: 38vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 700px) {
  .site-logo {
    width: 160px;
    max-width: 58vw;
  }
}


/* Professional logo adjustments */
.brand {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: 0 !important;
  text-decoration: none !important;
}

.corporate-header .brand {
  width: auto !important;
  max-width: 420px !important;
}

.header-logo,
.site-logo.header-logo {
  display: block !important;
  width: min(360px, 34vw) !important;
  min-width: 180px !important;
  height: auto !important;
  object-fit: contain !important;
}

.footer-logo {
  display: block !important;
  width: min(340px, 100%) !important;
  max-width: 340px !important;
  height: auto !important;
  object-fit: contain !important;
  margin-bottom: 18px !important;
}

.footer-identity,
.foot-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-svg {
  display: none !important;
}

@media (max-width: 980px) {
  .header-logo,
  .site-logo.header-logo {
    width: min(300px, 56vw) !important;
  }
}

@media (max-width: 650px) {
  .header-logo,
  .site-logo.header-logo {
    width: min(250px, 70vw) !important;
    min-width: 0 !important;
  }

  .footer-logo {
    width: min(280px, 88vw) !important;
  }
}


/* Keep the upper header and lower footer readable on all News and Stories pages */
body.news-story-page header,
body.news-story-page header *,
body.news-story-page .site.corporate-header,
body.news-story-page .site.corporate-header *,
body.news-story-page footer,
body.news-story-page footer *,
body.news-story-page .site.corporate-footer,
body.news-story-page .site.corporate-footer * {
  color: #fff !important;
}

body.news-story-page header a,
body.news-story-page header nav a,
body.news-story-page footer a {
  color: #fff !important;
}

body.news-story-page header {
  background-color: #0b1026 !important;
}

body.news-story-page footer {
  background-color: #0d1026 !important;
}


/* ===== Professional Rainbow Voice Afghanistan header and footer ===== */
:root{
  --rva-deep:#090d22;
  --rva-navy:#111733;
  --rva-panel:#171e40;
  --rva-text:#ffffff;
  --rva-soft:#cbd3ea;
  --rva-line:rgba(255,255,255,.14);
  --rva-rainbow:linear-gradient(90deg,#e40303 0 16.66%,#ff8c00 16.66% 33.32%,#ffed00 33.32% 49.98%,#008026 49.98% 66.64%,#24408e 66.64% 83.3%,#732982 83.3%);
}

.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.rva-header{
  position:relative;
  z-index:100;
  background:var(--rva-deep);
  color:var(--rva-text);
  border-bottom:1px solid var(--rva-line);
  box-shadow:0 10px 30px rgba(4,7,20,.16);
}

.rva-topbar{
  border-bottom:1px solid var(--rva-line);
  background:#070a19;
}

.rva-topbar-inner{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.rva-topbar p{
  margin:0;
  color:var(--rva-soft)!important;
  font-size:.76rem;
  letter-spacing:.03em;
}

.rva-topbar-links{
  display:flex;
  align-items:center;
  gap:18px;
}

.rva-topbar a{
  color:#fff!important;
  text-decoration:none;
  font-size:.76rem;
  font-weight:700;
}

.rva-mainbar{
  min-height:104px;
  display:grid;
  grid-template-columns:minmax(210px,330px) 1fr auto;
  align-items:center;
  gap:28px;
}

.rva-brand{
  display:block;
  min-width:0;
  padding:8px 0;
}

.rva-brand img{
  display:block;
  width:100%;
  max-width:320px;
  height:72px;
  object-fit:cover;
  object-position:center;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 8px 24px rgba(0,0,0,.22);
}

.rva-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px;
}

.rva-nav a{
  position:relative;
  color:#eef1fb!important;
  text-decoration:none;
  font-size:.87rem;
  font-weight:750;
  padding:10px 9px;
  border-radius:9px;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}

.rva-nav a:hover,
.rva-nav a.active{
  color:#fff!important;
  background:rgba(255,255,255,.09);
  transform:translateY(-1px);
}

.rva-nav a.active::after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:3px;
  height:2px;
  border-radius:999px;
  background:var(--rva-rainbow);
}

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

.rva-exit,
.rva-donate{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:0 16px;
  font:800 .82rem/1 Inter,Arial,sans-serif;
  text-decoration:none;
  white-space:nowrap;
}

.rva-exit{
  border:1px solid rgba(255,255,255,.4);
  background:transparent;
  color:#fff;
  cursor:pointer;
}

.rva-donate{
  color:#11152d!important;
  background:var(--rva-rainbow);
  border:1px solid transparent;
}

.rva-menu-button{
  display:none;
}

/* Footer */
.rva-footer{
  background:var(--rva-deep);
  color:#fff;
  padding:0 0 24px;
}

.rva-footer-rainbow{
  height:6px;
  background:var(--rva-rainbow);
}

.rva-footer-grid{
  display:grid;
  grid-template-columns:1.7fr repeat(3,1fr);
  gap:48px;
  padding-top:58px;
  padding-bottom:42px;
}

.rva-footer-logo{
  display:block;
  width:100%;
  max-width:330px;
  height:94px;
  object-fit:cover;
  object-position:center;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.15);
  margin-bottom:20px;
}

.rva-footer-intro p{
  max-width:470px;
  color:var(--rva-soft)!important;
  line-height:1.75;
}

.rva-footer-email{
  display:inline-block;
  margin-top:4px;
  color:#fff!important;
  font-weight:800;
  text-decoration:none;
  overflow-wrap:anywhere;
}

.rva-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px;
}

.rva-trust-row span{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.19);
  background:rgba(255,255,255,.06);
  border-radius:999px;
  padding:6px 10px;
  font-size:.72rem;
  font-weight:800;
}

.rva-footer-column{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}

.rva-footer-column h3{
  color:#fff!important;
  font-size:1rem;
  margin-bottom:5px;
}

.rva-footer-column a{
  color:var(--rva-soft)!important;
  text-decoration:none;
  font-size:.9rem;
}

.rva-footer-column a:hover,
.rva-footer-email:hover{
  color:#fff!important;
  text-decoration:underline;
  text-underline-offset:4px;
}

.rva-footer-callout{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding-top:24px;
  padding-bottom:24px;
  border-top:1px solid var(--rva-line);
  border-bottom:1px solid var(--rva-line);
}

.rva-footer-callout strong{
  color:#fff!important;
}

.rva-footer-callout p{
  margin:.2rem 0 0;
  color:var(--rva-soft)!important;
  font-size:.9rem;
}

.rva-footer-callout a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  color:#fff!important;
  text-decoration:none;
  font-weight:800;
  white-space:nowrap;
}

.rva-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:22px;
}

.rva-footer-bottom p{
  margin:0;
  color:#aeb7d2!important;
  font-size:.8rem;
}

.rva-footer-bottom-links{
  display:flex;
  gap:18px;
}

.rva-footer-bottom a{
  color:#fff!important;
  text-decoration:none;
  font-size:.8rem;
  font-weight:700;
}

@media(max-width:1180px){
  .rva-mainbar{
    grid-template-columns:minmax(210px,300px) 1fr;
  }

  .rva-header-actions{
    grid-column:2;
    justify-self:end;
    margin-top:-14px;
    padding-bottom:14px;
  }

  .rva-footer-grid{
    grid-template-columns:1.4fr repeat(3,1fr);
    gap:32px;
  }
}

@media(max-width:980px){
  .rva-topbar{
    display:none;
  }

  .rva-mainbar{
    min-height:90px;
    grid-template-columns:1fr auto auto;
    gap:12px;
  }

  .rva-brand img{
    max-width:280px;
    height:64px;
  }

  .rva-menu-button{
    display:inline-flex!important;
    align-items:center;
    gap:7px;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.3);
    background:transparent;
    border-radius:10px;
    padding:10px 12px;
  }

  .rva-nav{
    display:none;
    grid-column:1/-1;
    width:100%;
    align-items:stretch;
    padding:12px 0 18px;
  }

  .rva-nav.open{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .rva-nav a{
    text-align:center;
    background:rgba(255,255,255,.05);
  }

  .rva-header-actions{
    grid-column:auto;
    margin:0;
    padding:0;
  }

  .rva-exit{
    display:none;
  }

  .rva-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:650px){
  .rva-mainbar{
    grid-template-columns:1fr auto;
    padding-top:10px;
    padding-bottom:10px;
  }

  .rva-brand img{
    max-width:220px;
    height:58px;
  }

  .rva-header-actions{
    display:none;
  }

  .rva-nav.open{
    grid-template-columns:1fr;
  }

  .rva-footer-grid{
    grid-template-columns:1fr;
    gap:28px;
    padding-top:42px;
  }

  .rva-footer-logo{
    max-width:280px;
    height:82px;
  }

  .rva-footer-callout,
  .rva-footer-bottom{
    display:block;
  }

  .rva-footer-callout a{
    margin-top:16px;
  }

  .rva-footer-bottom-links{
    margin-top:12px;
  }
}

/* Final professional header/footer */
.rva-h,.rva-f{background:#090d1d;color:#fff}
.rva-line{height:4px;background:linear-gradient(90deg,#e40303,#ff8c00,#ffed00,#008026,#24408e,#732982)}
.rva-h-inner{min-height:88px;display:grid;grid-template-columns:240px 1fr auto;align-items:center;gap:24px}
.rva-logo img{display:block;width:100%;max-width:230px;height:58px;object-fit:contain}
.rva-nav{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:4px}
.rva-nav a{color:#eef2ff!important;text-decoration:none;font-size:.86rem;font-weight:700;padding:10px;border-radius:9px}
.rva-nav a:hover,.rva-nav a.active{background:rgba(255,255,255,.09);color:#fff!important}
.rva-actions{display:flex;gap:9px;align-items:center}
.rva-actions button,.rva-actions a{height:40px;padding:0 15px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem}
.rva-actions button{background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff}
.rva-actions a{background:linear-gradient(90deg,#e40303,#ff8c00,#ffed00,#008026,#24408e,#732982);color:#101428!important;text-decoration:none}
.rva-menu{display:none!important}
.rva-f-main{display:grid;grid-template-columns:1.25fr 1.75fr;gap:64px;padding-top:52px;padding-bottom:38px}
.rva-f-brand img{width:100%;max-width:280px;height:74px;object-fit:contain;object-position:left center;margin-bottom:16px}
.rva-f-brand p{max-width:470px;color:#c6cee5!important;line-height:1.7}
.rva-f-brand>a{color:#fff!important;font-weight:800;text-decoration:none;overflow-wrap:anywhere}
.rva-f-links{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}
.rva-f-links>div{display:flex;flex-direction:column;gap:9px}
.rva-f-links h3{color:#fff!important;font-size:.95rem;margin-bottom:5px}
.rva-f-links a{color:#c6cee5!important;text-decoration:none;font-size:.88rem}
.rva-f-links a:hover,.rva-f-brand>a:hover{color:#fff!important;text-decoration:underline;text-underline-offset:4px}
.rva-f-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;display:flex;justify-content:space-between;gap:20px}
.rva-f-bottom p{margin:0;color:#9da8c7!important;font-size:.8rem}
.rva-f-bottom div{display:flex;gap:18px}
.rva-f-bottom a{color:#fff!important;text-decoration:none;font-size:.8rem;font-weight:700}
@media(max-width:1000px){
 .rva-h-inner{grid-template-columns:1fr auto auto}
 .rva-menu{display:inline-flex!important;color:#fff!important;border:1px solid rgba(255,255,255,.3);background:transparent;border-radius:9px;padding:10px}
 .rva-nav{display:none;grid-column:1/-1;padding:10px 0 18px}
 .rva-nav.open{display:grid;grid-template-columns:repeat(2,1fr)}
 .rva-nav a{text-align:center;background:rgba(255,255,255,.05)}
 .rva-actions button{display:none}
 .rva-f-main{grid-template-columns:1fr;gap:34px}
}
@media(max-width:650px){
 .rva-h-inner{grid-template-columns:1fr auto;padding-top:8px;padding-bottom:8px}
 .rva-logo img{max-width:190px;height:48px}
 .rva-actions{display:none}
 .rva-nav.open{grid-template-columns:1fr}
 .rva-f-links{grid-template-columns:1fr;gap:24px}
 .rva-f-bottom{display:block}
 .rva-f-bottom div{margin-top:12px}
}


/* Final logo refinement: transparent background and clearer sizing */
.rva-h-inner{
  grid-template-columns: 310px 1fr auto !important;
  gap: 26px !important;
  min-height: 96px !important;
}
.rva-logo{
  display:flex;
  align-items:center;
  min-width:0;
}
.rva-logo img{
  display:block;
  width:100% !important;
  max-width:290px !important;
  height:74px !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
  padding:0 !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:drop-shadow(0 4px 10px rgba(0,0,0,.18));
}
.rva-f-brand img{
  width:100% !important;
  max-width:330px !important;
  height:90px !important;
  object-fit:contain !important;
  object-position:left center !important;
  margin-bottom:16px !important;
  background:transparent !important;
  padding:0 !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:drop-shadow(0 5px 12px rgba(0,0,0,.2));
}
@media (max-width: 1100px){
  .rva-h-inner{
    grid-template-columns: 280px 1fr auto !important;
    gap:18px !important;
  }
  .rva-logo img{
    max-width:255px !important;
    height:68px !important;
  }
}
@media (max-width: 900px){
  .rva-h-inner{
    grid-template-columns: 1fr auto !important;
    min-height: 86px !important;
  }
  .rva-logo img{
    max-width:235px !important;
    height:62px !important;
  }
  .rva-f-brand img{
    max-width:300px !important;
    height:84px !important;
  }
}
@media (max-width: 640px){
  .rva-logo img{
    max-width:205px !important;
    height:56px !important;
  }
  .rva-f-brand img{
    max-width:260px !important;
    height:76px !important;
  }
}
