.ImpactStats-module__w0LKHW__section{padding:var(--spacing-xxl)0;background-color:var(--color-surface);position:relative;overflow:hidden}.ImpactStats-module__w0LKHW__section:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffc1070d 0%,#0000 70%);width:60%;height:200%;position:absolute;top:-50%;left:-20%;transform:rotate(-15deg)}.ImpactStats-module__w0LKHW__grid{gap:var(--spacing-xl);text-align:center;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.ImpactStats-module__w0LKHW__card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--color-border);background:#fff;padding:2.5rem;transition:transform .3s,box-shadow .3s}.ImpactStats-module__w0LKHW__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.ImpactStats-module__w0LKHW__number{color:var(--color-primary);margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1;display:block}.ImpactStats-module__w0LKHW__label{color:var(--color-text-light);text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:600}.ImpactStats-module__w0LKHW__icon{margin-bottom:1rem;font-size:2.5rem;display:block}@media (max-width:768px){.ImpactStats-module__w0LKHW__section{padding:var(--spacing-xl)0}.ImpactStats-module__w0LKHW__card{padding:2rem}}
.Hero-module__ZARIfG__hero{background-color:var(--color-primary-dark);color:#fff;text-align:center;background-image:linear-gradient(#0a192fbf,#020c1bd9),url(/images/hero-bg-older-widows.png);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;height:100vh;min-height:700px;padding:0 1rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle,#ffc10714 0%,#0000 70%);width:50%;height:100%;animation:20s ease-in-out infinite alternate Hero-module__ZARIfG__drift;position:absolute;top:-20%;left:-10%}@keyframes Hero-module__ZARIfG__drift{0%{transform:translate(0)rotate(0)}to{transform:translate(20%,10%)rotate(10deg)}}.Hero-module__ZARIfG__content{z-index:2;flex-direction:column;align-items:center;max-width:1000px;padding-bottom:5rem;display:flex}.Hero-module__ZARIfG__title{letter-spacing:-.03em;color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:900;line-height:1}.Hero-module__ZARIfG__highlight{color:var(--color-secondary);display:inline-block;position:relative}.Hero-module__ZARIfG__highlight:after{content:"";background:var(--color-accent-soft);z-index:-1;width:100%;height:8px;position:absolute;bottom:5px;left:0}.Hero-module__ZARIfG__subtitle{opacity:.9;max-width:800px;margin-bottom:3rem;font-family:serif;font-size:clamp(1rem,3vw,1.4rem);font-style:italic;line-height:1.6}.Hero-module__ZARIfG__buttonGroup{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.Hero-module__ZARIfG__btnOutline{color:#fff;background:0 0;border:2px solid #fff}.Hero-module__ZARIfG__btnOutline:hover{color:var(--color-primary);background:#fff}@media (max-width:768px){.Hero-module__ZARIfG__content{padding-bottom:2rem}.Hero-module__ZARIfG__hero{height:auto;min-height:100vh;padding-top:6rem}.Hero-module__ZARIfG__buttonGroup{width:100%;max-width:400px}.Hero-module__ZARIfG__buttonGroup>*{width:100%}}
.Home-module__jKgjFW__heroSection{margin-bottom:var(--spacing-xl)}.Home-module__jKgjFW__sectionHeader{margin-bottom:var(--spacing-lg);justify-content:space-between;align-items:flex-end;display:flex}.Home-module__jKgjFW__sectionTitleGroup span{color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.8rem;font-weight:600;display:block}.Home-module__jKgjFW__sectionTitleGroup h2{font-size:clamp(1.5rem,4vw,2.5rem)}.Home-module__jKgjFW__viewAllLink{color:var(--color-primary);font-size:.95rem;font-weight:600;transition:transform .2s}.Home-module__jKgjFW__viewAllLink:hover{transform:translate(5px)}.Home-module__jKgjFW__projectsGrid{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(clamp(280px,100%,380px),1fr));display:grid}.Home-module__jKgjFW__projectCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--color-border);background:#fff;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.Home-module__jKgjFW__projectCard:hover{box-shadow:var(--shadow-lg);border-color:var(--color-accent);transform:translateY(-8px)}.Home-module__jKgjFW__projectImage{background-position:50%;background-size:cover;height:240px;position:relative;overflow:hidden}.Home-module__jKgjFW__projectImage:after{content:"";background:linear-gradient(#0000,#0a192f66);position:absolute;inset:0}.Home-module__jKgjFW__projectStatus{background:var(--color-accent);color:var(--color-primary-dark);border-radius:var(--radius-full);z-index:2;text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--shadow-sm);padding:.4rem 1rem;font-size:.7rem;font-weight:700;position:absolute;top:1.25rem;right:1.25rem}.Home-module__jKgjFW__projectContent{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.Home-module__jKgjFW__projectMeta{color:var(--color-text-light);gap:1rem;margin-bottom:1rem;font-size:.85rem;font-weight:500;display:flex}.Home-module__jKgjFW__projectContent h3{text-overflow:ellipsis;white-space:nowrap;height:1.2em;margin-bottom:1rem;font-size:1.35rem;overflow:hidden}.Home-module__jKgjFW__projectContent p{color:var(--color-text-light);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7;display:-webkit-box;overflow:hidden}.Home-module__jKgjFW__eventsGrid{gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(clamp(280px,100%,450px),1fr));display:grid}.Home-module__jKgjFW__eventItem{border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.Home-module__jKgjFW__eventItem:hover{border-color:var(--color-primary);box-shadow:var(--shadow-glass);transform:translate(5px)}.Home-module__jKgjFW__eventDate{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-width:70px;height:70px;display:flex}.Home-module__jKgjFW__eventDate .Home-module__jKgjFW__day{font-size:1.75rem;font-weight:800;line-height:1}.Home-module__jKgjFW__eventDate .Home-module__jKgjFW__month{text-transform:uppercase;font-size:.75rem;font-weight:700}.Home-module__jKgjFW__eventInfo h3{margin-bottom:.5rem;font-size:1.2rem}.Home-module__jKgjFW__eventInfo p{color:var(--color-text-light);font-size:.9rem;line-height:1.6}.Home-module__jKgjFW__eventStats{color:var(--color-primary);align-items:center;gap:.4rem;margin-top:.75rem;font-size:.85rem;font-weight:700;display:flex}@media (max-width:992px){.Home-module__jKgjFW__sectionHeader{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:768px){.Home-module__jKgjFW__eventItem{text-align:center;flex-direction:column;align-items:center;padding:2rem}.Home-module__jKgjFW__eventDate{margin-bottom:.5rem}.Home-module__jKgjFW__projectImage{height:200px}}
