:root{--font-display:Cormorant Garamond,serif;--font-body:Plus Jakarta Sans,sans-serif;--color-maroon-950:#2a0a0a;--color-maroon-900:#3d0c0c;--color-maroon-700:#6b1010;--color-maroon-600:#8b1a1a;--color-maroon-500:#6b4c4c;--color-primary:#8b1a1a;--color-primary-hover:#6b1010;--color-heading:#3d0c0c;--color-body:#6b4c4c;--color-muted:#999080;--color-bg:#fff9f2;--color-surface:#fff;--color-border:#ede0cc;--color-wheat:wheat;--color-gold:#d4a055;--color-gold-dark:#c17f3e;--color-peach:#fdebd0;--color-green:#4caf50;--color-alert:#f44336;--shadow-sm:0 .125rem 1.25rem #2a0a0a14;--shadow-md:0 .25rem 1rem #6b10104d;--shadow-lg:0 .5rem 1.75rem #2a0a0a0f;--shadow-card:0 .25rem 1.5rem #2a0a0a0f}.hero{background:#fff9f2;grid-template-columns:1fr 1.5fr;gap:5%;min-height:92vh;padding:3.5rem 5%;display:grid}.hero-l{flex-direction:column;justify-content:center;display:flex}.hbadge{color:#8b1a1a;background:#6b101012;border-radius:20px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.hbadge-dot{background:#8b1a1a;border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero-heading{color:#2a0a0a;margin-bottom:1.25rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.125rem,4.5vw,3.5rem);font-weight:800;line-height:1.08}.hero-heading em{color:#8b1a1a;font-style:italic}.hero-desc{color:#6b4c4c;max-width:28.75rem;margin-bottom:1.75rem;font-size:.9375rem;line-height:1.7}.hero-btns{flex-wrap:wrap;gap:.75rem;margin-bottom:1.75rem;display:flex}.btn-primary{color:#fff;background:#8b1a1a;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .3s,transform .3s,box-shadow .3s;display:inline-flex}.btn-primary:hover{background:#6b1010;transform:translateY(-2px);box-shadow:0 6px 24px #6b101033}.btn-primary:active{transform:translateY(0)}.btn-primary:focus-visible{outline-offset:3px;outline:2px solid #8b1a1a}.btn-secondary{color:#2d2019;background:#fff;border:1.5px solid #ede0cc;border-radius:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:border-color .3s,color .3s}.btn-secondary:hover{color:#8b1a1a;border-color:#8b1a1a}.btn-secondary:focus-visible{outline-offset:3px;outline:2px solid #8b1a1a}.hero-dots{gap:.5rem;display:flex}.hero-dot{cursor:pointer;background:#ede0cc;border:none;border-radius:2px;width:2rem;height:4px;padding:0;transition:background .3s,width .3s}.hero-dot.active{background:#8b1a1a;width:3rem}.hero-dot:focus-visible{outline-offset:2px;outline:2px solid #8b1a1a}.hero-r{align-items:center;display:flex;position:relative}.hero-img-wrap{border-radius:1.25rem;width:100%;height:92%;position:relative;overflow:hidden;box-shadow:0 1.25rem 3.75rem #2a0a0a1f}.hero-slide{opacity:0;transition:opacity 1s;position:absolute;inset:0}.hero-slide.on{opacity:1}.hero-float-card{z-index:5;background:#fff;border-radius:1rem;padding:1.125rem 1.375rem;position:absolute;bottom:3.125rem;left:-1.25rem;box-shadow:0 .5rem 2rem #0000001f}.hfc-number{color:#3d0c0c;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:800;line-height:1}.hfc-label{color:#999080;max-width:7.5rem;margin-top:.25rem;font-size:.6875rem;line-height:1.3}.stats-bar{z-index:5;background:linear-gradient(135deg,#2a0a0a 0%,#3d0c0c 40%,#4a1515 100%);grid-template-columns:repeat(4,1fr);display:grid;position:relative;overflow:hidden}.stats-bar:before{content:"";pointer-events:none;background:radial-gradient(circle,#6b10102e,#0000 70%);border-radius:50%;width:360px;height:360px;position:absolute;top:-120px;right:-100px}.stats-bar:after{content:"";pointer-events:none;background:radial-gradient(circle,#d4a0550f,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;bottom:-80px;left:-80px}.stat-item{text-align:center;border-right:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;padding:2rem 1rem;display:flex}.stat-item:last-child{border-right:none}.stat-icon{margin-bottom:.375rem;font-size:1.125rem}.stat-number{font-size:2rem;font-weight:500;line-height:1;color:wheat!important}.stat-label{color:#ffffff73;text-transform:uppercase;letter-spacing:1.2px;margin-top:.25rem;font-size:.6875rem;font-weight:600}@media (max-width:900px){.hero{min-height:unset;grid-template-columns:1fr;gap:0;padding:3rem 5%}.hero-l{padding-bottom:2rem}.hero-r{min-height:70vw}.hero-img-wrap{height:100%}.hero-float-card{bottom:4rem;left:5%}.stats-bar{grid-template-columns:1fr 1fr}.stat-item:nth-child(2){border-bottom:1px solid #ffffff14;border-right:none}.stat-item:nth-child(3){border-top:1px solid #ffffff14;border-right:1px solid #ffffff14}}@media (max-width:600px){.hero-heading{font-size:clamp(1.75rem,8vw,2.5rem)}.stats-bar{grid-template-columns:1fr 1fr}}@media (min-width:1800px){.hero-heading{font-size:clamp(4rem,8vw,5rem)}.hero-desc{font-size:1.25rem}}
:root{--font-display:Cormorant Garamond,serif;--font-body:Plus Jakarta Sans,sans-serif;--color-maroon-950:#2a0a0a;--color-maroon-900:#3d0c0c;--color-maroon-700:#6b1010;--color-maroon-600:#8b1a1a;--color-maroon-500:#6b4c4c;--color-primary:#8b1a1a;--color-primary-hover:#6b1010;--color-heading:#3d0c0c;--color-body:#6b4c4c;--color-muted:#999080;--color-bg:#fff9f2;--color-surface:#fff;--color-border:#ede0cc;--color-wheat:wheat;--color-gold:#d4a055;--color-gold-dark:#c17f3e;--color-peach:#fdebd0;--color-green:#4caf50;--color-alert:#f44336;--shadow-sm:0 .125rem 1.25rem #2a0a0a14;--shadow-md:0 .25rem 1rem #6b10104d;--shadow-lg:0 .5rem 1.75rem #2a0a0a0f;--shadow-card:0 .25rem 1.5rem #2a0a0a0f}.donation{text-align:center;background:#fff9f2;padding:5rem 5%}.donation-heading{color:#3d0c0c;margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,2.875rem);font-weight:700;line-height:1.15;color:#3d0c0c!important}.donation-subtext{color:#6b4c4c;max-width:36.25rem;margin:0 auto 2.5rem;font-size:.9375rem;line-height:1.7}.donation-cards{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-bottom:2.5rem;display:flex}.donation-card{background:#fff;border:1.5px solid #ede0cc;border-radius:.875rem;min-width:12.5rem;padding:1.75rem 2.25rem;transition:border-color .3s,transform .3s,box-shadow .3s}.donation-card-amount{color:#3d0c0c;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:500;line-height:1}.donation-card-desc{color:#6b4c4c;margin-top:.25rem;font-size:.8125rem;line-height:1.4}.btn-donate-cta{color:#fff;background:#8b1a1a;border-radius:.5rem;padding:1rem 3rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .3s,transform .3s,box-shadow .3s;display:inline-block}.btn-donate-cta:hover{background:#6b1010;transform:translateY(-2px);box-shadow:0 .25rem 1rem #6b10104d}@media (max-width:900px){.donation-card{min-width:0;max-width:10rem;padding:1rem}}
:root{--font-display:Cormorant Garamond,serif;--font-body:Plus Jakarta Sans,sans-serif;--color-maroon-950:#2a0a0a;--color-maroon-900:#3d0c0c;--color-maroon-700:#6b1010;--color-maroon-600:#8b1a1a;--color-maroon-500:#6b4c4c;--color-primary:#8b1a1a;--color-primary-hover:#6b1010;--color-heading:#3d0c0c;--color-body:#6b4c4c;--color-muted:#999080;--color-bg:#fff9f2;--color-surface:#fff;--color-border:#ede0cc;--color-wheat:wheat;--color-gold:#d4a055;--color-gold-dark:#c17f3e;--color-peach:#fdebd0;--color-green:#4caf50;--color-alert:#f44336;--shadow-sm:0 .125rem 1.25rem #2a0a0a14;--shadow-md:0 .25rem 1rem #6b10104d;--shadow-lg:0 .5rem 1.75rem #2a0a0a0f;--shadow-card:0 .25rem 1.5rem #2a0a0a0f}.quote{text-align:center;background:linear-gradient(135deg,#2a0a0a 0%,#3d0c0c 40%,#4a1515 100%);padding:3.75rem 5%;position:relative;overflow:hidden}.quote:before{content:"";pointer-events:none;background:radial-gradient(circle,#6b10102e,#0000 70%);border-radius:50%;width:560px;height:560px;position:absolute;top:-200px;right:-150px}.quote:after{content:"";pointer-events:none;background:radial-gradient(circle,#d4a0550f,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-120px;left:-120px}.quote blockquote,.quote .quote-attr{z-index:1;position:relative}.quote blockquote{color:wheat;max-width:46.875rem;margin:0 auto;font-family:Cormorant Garamond,serif;font-size:clamp(1.25rem,2.8vw,1.875rem);font-style:italic;line-height:1.5}.quote .quote-attr{color:#fff6;margin-top:1rem;font-size:.875rem}
:root{--font-display:Cormorant Garamond,serif;--font-body:Plus Jakarta Sans,sans-serif;--color-maroon-950:#2a0a0a;--color-maroon-900:#3d0c0c;--color-maroon-700:#6b1010;--color-maroon-600:#8b1a1a;--color-maroon-500:#6b4c4c;--color-primary:#8b1a1a;--color-primary-hover:#6b1010;--color-heading:#3d0c0c;--color-body:#6b4c4c;--color-muted:#999080;--color-bg:#fff9f2;--color-surface:#fff;--color-border:#ede0cc;--color-wheat:wheat;--color-gold:#d4a055;--color-gold-dark:#c17f3e;--color-peach:#fdebd0;--color-green:#4caf50;--color-alert:#f44336;--shadow-sm:0 .125rem 1.25rem #2a0a0a14;--shadow-md:0 .25rem 1rem #6b10104d;--shadow-lg:0 .5rem 1.75rem #2a0a0a0f;--shadow-card:0 .25rem 1.5rem #2a0a0a0f}.services{background:#fff;padding:6.25rem 5%}.srv-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1200px;margin:0 auto;display:grid}.srv-card{background:#fff;border:1px solid #ede0cc;border-radius:1.25rem;flex-direction:column;height:100%;transition:transform .4s,box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden}.srv-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 20px 48px #2a0a0a1a}.srv-card:hover .sc-img img{transform:scale(1.07)}.sc-img{aspect-ratio:14/9;flex-shrink:0;width:100%;position:relative;overflow:hidden}.sc-img img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.sc-img:after{content:"";background:var(--sc-accent,#8b1a1a);height:4px;position:absolute;bottom:0;left:0;right:0}.sc-body{flex-direction:column;flex:1;padding:1.75rem 1.75rem 1.625rem;display:flex}.sc-icon{width:2.75rem;height:2.75rem;color:var(--sc-accent,#8b1a1a);background:var(--sc-bg,#6b101012);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.sc-icon svg{vertical-align:middle;width:1.375rem;height:1.375rem}.sc-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--sc-accent,#8b1a1a);opacity:.8;margin-bottom:.625rem;font-size:.625rem;font-weight:700;display:inline-block}.sc-body h3{color:#3d0c0c;margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;line-height:1.2}.sc-body p{color:#6b4c4c;font-size:.8125rem;line-height:1.7}@media (max-width:900px){.services{padding:5rem 5% 0}.srv-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:600px){.srv-grid{grid-template-columns:1fr}}
:root{--font-display:Cormorant Garamond,serif;--font-body:Plus Jakarta Sans,sans-serif;--color-maroon-950:#2a0a0a;--color-maroon-900:#3d0c0c;--color-maroon-700:#6b1010;--color-maroon-600:#8b1a1a;--color-maroon-500:#6b4c4c;--color-primary:#8b1a1a;--color-primary-hover:#6b1010;--color-heading:#3d0c0c;--color-body:#6b4c4c;--color-muted:#999080;--color-bg:#fff9f2;--color-surface:#fff;--color-border:#ede0cc;--color-wheat:wheat;--color-gold:#d4a055;--color-gold-dark:#c17f3e;--color-peach:#fdebd0;--color-green:#4caf50;--color-alert:#f44336;--shadow-sm:0 .125rem 1.25rem #2a0a0a14;--shadow-md:0 .25rem 1rem #6b10104d;--shadow-lg:0 .5rem 1.75rem #2a0a0a0f;--shadow-card:0 .25rem 1.5rem #2a0a0a0f}.impact-block{background:#fff9f2;padding:6.25rem 5%;position:relative;overflow:hidden}.impact-block:before{content:"";background:linear-gradient(90deg,#0000,#ede0cc 20% 80%,#0000);height:1px;position:absolute;top:0;left:0;right:0}.impact-top{justify-content:space-between;align-items:flex-end;gap:1.25rem;max-width:75rem;margin:0 auto 3rem;display:flex}.i-left{flex:1;max-width:35rem}.i-label{color:#6b1010;letter-spacing:3px;text-transform:uppercase;align-items:center;gap:.625rem;margin-bottom:1rem;font-size:.6875rem;font-weight:700;display:flex}.i-label:before{content:"";background:#6b1010;flex-shrink:0;width:1.25rem;height:2px}.i-left h2{color:#3d0c0c;font-family:Cormorant Garamond,serif;font-weight:700;line-height:1.12}.i-right{flex:none;max-width:25rem}.i-right p{color:#6b4c4c;font-size:.9063rem;line-height:1.85}.impact-row{grid-template-columns:repeat(4,1fr);gap:1rem;max-width:75rem;margin:0 auto;display:grid}.impact-card{text-align:center;cursor:default;background:#fff;border:1px solid #ede0cc;border-radius:1.25rem;padding:2.25rem 1.5rem 2rem;transition:transform .4s,box-shadow .4s,border-color .4s;position:relative;overflow:hidden}.impact-card:before{content:"";background:#6b1010;border-radius:0 0 4px 4px;width:2.5rem;height:3px;transition:width .3s;position:absolute;top:0;left:50%;transform:translate(-50%)}.impact-card:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 1.25rem 3rem #2a0a0a14}.impact-card:hover:before{width:100%}.ic-num{color:#3d0c0c;margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;line-height:1}.ic-label{color:#999080;text-transform:uppercase;letter-spacing:1.5px;font-size:.75rem;font-weight:500}.impact-img-row{grid-template-columns:1fr 1fr;gap:1rem;max-width:75rem;margin:2rem auto 0;display:grid}.impact-img-card{aspect-ratio:16/11;border-radius:1.25rem;position:relative;overflow:hidden}.impact-img-card img{transition:transform .4s}.impact-img-card:hover img{transform:scale(1.04)}.imc-tag{color:wheat;letter-spacing:1.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:#3d0c0cd9;border-radius:1.25rem;padding:.375rem .875rem;font-size:.6875rem;font-weight:600;position:absolute;bottom:1rem;left:1rem}@media (max-width:900px){.impact-top{flex-direction:column;align-items:flex-start}.i-right{max-width:100%}.impact-row{grid-template-columns:1fr 1fr}.impact-img-row{grid-template-columns:1fr}}@media (max-width:600px){.impact-row{grid-template-columns:1fr 1fr}.impact-block{padding:5rem 5%}}
:root{--font-display:Cormorant Garamond,serif;--font-body:Plus Jakarta Sans,sans-serif;--color-maroon-950:#2a0a0a;--color-maroon-900:#3d0c0c;--color-maroon-700:#6b1010;--color-maroon-600:#8b1a1a;--color-maroon-500:#6b4c4c;--color-primary:#8b1a1a;--color-primary-hover:#6b1010;--color-heading:#3d0c0c;--color-body:#6b4c4c;--color-muted:#999080;--color-bg:#fff9f2;--color-surface:#fff;--color-border:#ede0cc;--color-wheat:wheat;--color-gold:#d4a055;--color-gold-dark:#c17f3e;--color-peach:#fdebd0;--color-green:#4caf50;--color-alert:#f44336;--shadow-sm:0 .125rem 1.25rem #2a0a0a14;--shadow-md:0 .25rem 1rem #6b10104d;--shadow-lg:0 .5rem 1.75rem #2a0a0a0f;--shadow-card:0 .25rem 1.5rem #2a0a0a0f}.story-block{background:#fff;padding:2rem 5% 7.5rem;position:relative;overflow:hidden}.story-block:before{content:"SEVA";color:#6b101008;letter-spacing:20px;pointer-events:none;white-space:nowrap;font-family:Cormorant Garamond,serif;font-size:clamp(6.25rem,14vw,12.5rem);font-weight:800;position:absolute;top:50%;right:-40px;transform:translateY(-50%)rotate(90deg)}.story-inner{grid-template-columns:1.1fr .9fr;align-items:end;max-width:75rem;margin:0 auto;display:grid}.story-visual{z-index:2;position:relative}.story-img{aspect-ratio:5/4;border-radius:1.5rem 1.5rem 0;overflow:hidden;box-shadow:0 1.5rem 4rem #2a0a0a1a}.story-img img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.story-visual:hover .story-img img{transform:scale(1.03)}.story-year{color:wheat;z-index:3;background:#3d0c0c;border-radius:1rem;padding:.875rem 1.75rem;font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:800;line-height:1;position:absolute;bottom:-2.25rem;right:-2.25rem;box-shadow:0 .5rem 2rem #2a0a0a33}.story-year span{color:#f5deb399;letter-spacing:2px;text-transform:uppercase;margin-top:2px;font-family:Plus Jakarta Sans,sans-serif;font-size:.6875rem;font-weight:400;display:block}.story-text{z-index:1;background:linear-gradient(135deg,#fff9f2,#fff3e6);border:1px solid #ede0cc99;border-radius:1.5rem;margin-left:-1.5rem;padding:3.25rem 3rem 3.25rem 3.5rem;position:relative}.s-label{color:#6b1010;letter-spacing:3px;text-transform:uppercase;align-items:center;gap:.625rem;margin-bottom:1rem;font-size:.6875rem;font-weight:700;display:flex}.s-label:before{content:"";background:#6b1010;flex-shrink:0;width:1.25rem;height:2px}.story-text h2{color:#3d0c0c;margin-bottom:1.25rem;font-family:Cormorant Garamond,serif;font-weight:700;line-height:1.18}.story-text p{color:#6b4c4c;margin-bottom:.75rem;font-size:.90625rem;line-height:1.85}.story-tags{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}.tag{color:#3d0c0c;cursor:default;background:#fff;border:1px solid #ede0cc;border-radius:1.75rem;align-items:center;gap:.4375rem;padding:.5625rem 1.125rem;font-size:.78125rem;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.tag:before{content:"";background:#6b1010;border-radius:50%;flex-shrink:0;width:6px;height:6px}.tag:hover{color:wheat;background:#3d0c0c;border-color:#3d0c0c}.tag:hover:before{background:wheat}@media (max-width:900px){.story-inner{grid-template-columns:1fr}.story-text{border:1px solid #ede0cc99;border-top:none;border-radius:0 0 1.5rem 1.5rem;margin-left:0}.story-year{padding:.625rem 1.25rem;font-size:2.25rem;bottom:-1.25rem;right:1rem}.story-img{border-radius:1.5rem 1.5rem 0 0}.story-text h2{font-family:Cormorant Garamond,serif}}@media (max-width:600px){.story-text{padding:3rem 1.5rem 1.5rem}.story-block{padding:5rem 5%}}
