@import "https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700;800;900&display=swap";:root{--font-display:"Source Sans 3", "Gotham", system-ui, sans-serif;--font-body:"Source Sans 3", system-ui, sans-serif;--font-alt:"Source Sans 3", "Gotham", system-ui, sans-serif;--font-serif:Georgia, "Times New Roman", serif;--font-mono:ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-bold:700;--weight-extrabold:800;--weight-black:900;--text-2xs:11px;--text-xs:13px;--text-sm:15px;--text-base:17px;--text-md:20px;--text-lg:25px;--text-xl:31px;--text-2xl:39px;--text-3xl:49px;--text-4xl:61px;--text-5xl:76px;--leading-tight:1.05;--leading-snug:1.2;--leading-normal:1.5;--leading-relaxed:1.65;--tracking-tight:-.02em;--tracking-normal:0;--tracking-wide:.06em;--tracking-caps:.12em}*{box-sizing:border-box}html{margin:0;padding:0}body{font-family:"Source Sans 3",sans-serif;font-size:var(--text-base);font-weight:var(--weight-regular);line-height:var(--leading-relaxed);color:#222;margin:0;padding:0}h1{font-family:"Source Serif 4",serif;font-size:var(--text-3xl);font-weight:var(--weight-extrabold);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);margin-top:0}h2{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:var(--weight-bold);line-height:var(--leading-snug);margin-top:0}h3{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold);line-height:var(--leading-snug);margin-top:0}p{font-family:"Source Sans 3",serif;font-size:var(--text-base);font-weight:var(--weight-regular);line-height:var(--leading-relaxed);letter-spacing:.08rem}a{font-family:"Source Sans 3",sans-serif;font-weight:var(--weight-medium)}button{font-family:"Source Sans 3",sans-serif;font-weight:var(--weight-medium);letter-spacing:.08rem}@media (width<=768px){h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}h3{font-size:var(--text-md)}body,p{font-size:16px}}.App{background-color:#faf2ea;width:100%;min-height:100dvh}.active{color:#c5332c}nav{z-index:1000;background-color:#faf2ea;justify-content:space-between;align-items:center;height:60px;display:flex;position:sticky;top:0}nav .title img{width:auto;height:40px;padding-left:30px;display:block}nav ul{align-items:center;margin:0;padding:0;display:flex}nav ul li{list-style:none}nav ul li a{color:#000;border-radius:.5rem;margin:0 .5rem;padding:.5rem;text-decoration:none;display:block;position:relative}nav ul li a.active{color:#c5332c}nav ul li a.active:after{content:"";background-color:#c5332c;border-radius:3px;height:3px;position:absolute;bottom:-2px;left:.5rem;right:.5rem}nav ul li a:not(.active):not(.store-btn):not(.instagram-btn):hover{color:#c5332c}nav .menu{cursor:pointer;flex-direction:column;justify-content:space-between;width:36px;height:26px;display:none}nav .menu span{background-color:#c5332c;border-radius:4px;width:100%;height:4px}.instagram-btn{color:#fff;background-color:#c5332c;border-radius:50%;justify-content:center;align-items:center;width:37px;height:37px;transition:background-color .2s,transform .2s;display:flex}.instagram-btn:hover{background-color:#982822}.instagram-btn svg{font-size:1rem}nav ul li a.store-btn{color:#fff;background-color:#c5332c;border-radius:.5rem;transition:background-color .2s}nav ul li a.store-btn:hover{background-color:#982822}.dropdown{cursor:pointer;color:#000;border-radius:.5rem;margin:0 .5rem;padding:.5rem;font-weight:500;text-decoration:none;display:block;position:relative}.dropdown-menu{background-color:#faf2ea;border-radius:8px;min-width:180px;margin:0;padding:.2rem;display:none;position:absolute;top:100%;left:0;box-shadow:0 8px 20px #00000026}.dropdown-menu li{padding:.2rem}.dropdown-menu.open{display:block}@media (hover:hover) and (width>=1071px){.dropdown:hover .dropdown-menu{display:block}}@media (width<=1070px){nav{flex-wrap:wrap;height:auto;min-height:60px}nav .title{align-items:center;height:60px;display:flex}nav .title img{height:38px;padding-left:20px}nav .menu{margin-right:20px;display:flex}nav ul{flex-direction:column;width:100%;margin:0;padding:15px 0 20px;display:none}nav ul.open{display:flex}nav ul li{text-align:center;width:100%;margin:0;padding:0}nav ul li a{margin:6px 0;padding:7px 12px;display:inline-block}nav ul li a.active:after{height:3px;bottom:1px;left:0;right:0}nav ul li .instagram-btn{margin:10px auto;display:flex}nav ul li a.store-btn{margin:6px 0;display:inline-block}.dropdown{text-align:center;width:100%;margin:0;padding:7px 0}.dropdown-menu{background-color:#faf2ea;border-radius:10px;width:85%;min-width:0;margin:8px auto 5px;padding:5px 0;position:static;box-shadow:0 4px 12px #0000001a}.dropdown-menu.open{flex-direction:column;display:flex}.dropdown-menu li{width:100%;padding:0}.dropdown-menu li a{margin:4px 0}}@media (width<=480px){nav .title img{height:36px;padding-left:15px}nav .menu{width:30px;height:24px;margin-right:15px}}.home-about{justify-content:space-between;align-items:center;gap:50px;max-width:1200px;margin:0 auto;padding:40px;display:flex}.about-text-box{color:#fff;background:#c5332c;border-radius:20px;flex:1;padding:35px;font-size:small}.about-text-box p{margin-top:10px;margin-bottom:20px;line-height:1.7}.about-btn{cursor:pointer;background:#fedca0;border:none;border-radius:10px;margin-top:10px;padding:12px 22px;font-family:inherit;font-size:1rem}.about-btn:hover{background:#faf2ea}.about-image{flex:1.2}.about-image img{object-fit:cover;border-radius:20px;width:100%}.membership{justify-content:space-between;align-items:center;gap:50px;max-width:1200px;margin:0 auto;padding:40px;display:flex}.membership-text{flex:1}.membership-text h1,.membership-text p{padding-bottom:20px}.membership-image{flex:1}.membership-image img{border-radius:20px;width:100%;max-width:450px}.membership-btn{cursor:pointer;color:#f0f8ff;background:#c5332c;border:none;border-radius:10px;margin-top:10px;padding:12px 22px;font-family:inherit;font-size:1rem}.membership-btn:hover{background:#982822}.news-section{background:#fffdf9}.news-container{max-width:1200px;margin:0 auto;padding:60px 40px}.news-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.news-header h1{color:#c5332c;margin:0;font-size:2.4rem}.view-all{color:#c5332c;font-weight:600;text-decoration:none;transition:all .25s}.view-all:hover{color:#982822}.news-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;display:grid}.news-card{background:#fff;border-radius:20px;transition:all .25s;overflow:hidden;box-shadow:0 5px 15px #00000014}.news-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0000001f}.news-card img{object-fit:cover;width:100%;height:220px}.news-content{padding:25px}.event-date{color:#c5332c;margin-bottom:12px;font-weight:600}.news-content h3{color:#222;margin-bottom:15px}.news-content p{color:#555;line-height:1.7}.learn-more{color:#c5332c;margin-top:20px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-block}.learn-more:hover{color:#982822}.about-ess{max-width:auto;background:#fffdf9;margin:0 auto}.about-ess-container{max-width:1200px;margin:0 auto;padding:60px 40px}.who-are-we{margin-bottom:60px}.who-are-we h1{color:#c5332c;margin-bottom:20px;font-size:3.5rem}.who-are-we p{color:#444;max-width:1200px;line-height:1.8}.ess-pillars{grid-template-columns:repeat(4,1fr);display:grid}.pillar img{width:75px;margin-bottom:20px}.pillar p{color:#555;line-height:1.7}@media (width<=768px){.home-about{box-sizing:border-box;flex-direction:column;gap:30px;width:100%;padding:40px 20px}.about-text-box{box-sizing:border-box;width:100%;padding:30px}.about-text-box p{line-height:1.7}.about-image{width:100%}.about-image img{border-radius:18px;width:100%;display:block}.membership{text-align:center;box-sizing:border-box;flex-direction:column;gap:30px;width:100%;padding:40px 20px}.membership-text{width:100%}.membership-text h1,.membership-text p{padding-bottom:15px}.membership-image{width:100%}.membership-image img{border-radius:18px;width:100%;max-width:400px;margin:0 auto;display:block}.news-section{width:100%;padding:0}.news-container{box-sizing:border-box;width:100%;max-width:none;margin:0;padding:50px 20px}.news-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:30px;display:flex}.news-header h1{margin:0;font-size:2rem;line-height:1.2}.view-all{font-size:1rem}.news-grid{grid-template-columns:1fr;gap:25px;width:100%;display:grid}.news-card{box-sizing:border-box;border-radius:18px;width:100%}.news-card img{object-fit:cover;width:100%;height:200px;display:block}.news-content{padding:22px}.about-ess{width:100%}.about-ess-container{box-sizing:border-box;width:100%;max-width:none;padding:50px 20px}.who-are-we{margin-bottom:50px}.who-are-we h1{margin-bottom:20px;font-size:2.5rem;line-height:1.1}.who-are-we p{max-width:none;line-height:1.7}.ess-pillars{grid-template-columns:1fr;gap:30px;width:100%}.pillar{border-bottom:1px solid #ddd;padding:0 10px 30px;border-right:none!important}.pillar:last-child{border-bottom:none;padding-bottom:0}}@media (width<=480px){.home-about{padding:35px 15px}.about-text-box{padding:25px}.membership{padding:35px 15px}.news-container{padding:45px 15px}.news-header h1{font-size:1.8rem}.news-card img{height:180px}.about-ess-container{padding:45px 15px}.who-are-we h1{font-size:2.25rem}}.departments-page{max-width:1200px;margin:auto;padding:60px 40px}.departments-header{justify-content:space-between;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:40px;display:flex}.departments-text{flex:1}.departments-text h1{margin-bottom:25px;font-size:2.5rem;line-height:1.1}.departments-text p{max-width:450px;font-size:1.1rem;line-height:1.8}.departments-image{flex:1.3}.departments-image img{object-fit:cover;border-radius:20px;width:100%;height:300px;box-shadow:0 10px 30px #0000001f}.departments-page h2{text-align:center}.deprtments-page h1{color:#c5332c;margin-bottom:20px}.departments-page>p{max-width:750px;margin-bottom:50px;line-height:1.8}.departments-page section{margin-bottom:80px}.departments-page h2{color:#c5332c;justify-content:center;margin-bottom:35px}.departments-grid{grid-template-columns:100%;justify-content:center;gap:35px;display:grid}.department-card{background:#fff;border-radius:20px;flex-direction:row;align-items:stretch;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 6px 18px #00000014}.department-card:hover{transform:translateY(-8px);box-shadow:0 14px 28px #0000001f}.department-card img{object-fit:contain;background:#f8eddb;width:260px;min-width:260px;padding:35px}.department-content{flex-direction:column;flex:1;padding:30px;display:flex}.department-content h3{color:#c5332c;margin-bottom:18px;font-size:1.35rem;line-height:1.35}.department-content p{color:#555;line-height:1.7}.expand-button{color:#c5332c;cursor:pointer;background:0 0;border:none;align-self:flex-start;margin-top:10px;padding:0;font-size:1rem;font-weight:600;transition:all .2s}@media (width<=768px){.department-card{flex-direction:column}.department-card img{width:100%;min-width:0;height:220px}.department-content{padding:20px}.department-icons{justify-content:center}}.council-page{max-width:1200px;margin:auto;padding:60px 40px}.council-page h2{text-align:center}.council-page h1{color:#c5332c;margin-bottom:20px}.council-page>p{max-width:750px;margin-bottom:50px;line-height:1.8}.council-page section{margin-bottom:80px}.council-page h2{color:#c5332c;justify-content:center;margin-bottom:35px}.council-header{justify-content:space-between;align-items:center;gap:60px;margin-bottom:80px;display:flex}.council-header-text{flex:1;min-width:0}.council-header-text h1{color:#c5332c;margin:0 0 25px;font-size:3rem;line-height:1.1}.council-header-text p{color:#444;max-width:650px;margin:0;font-size:1.05rem;line-height:1.75}.council-header img{aspect-ratio:4/3;object-fit:cover;border-radius:20px;flex-shrink:0;width:45%;max-width:500px;display:block}.council-grid{grid-template-columns:repeat(auto-fit,minmax(11rem,15.625rem));justify-content:center;gap:35px;display:grid}@media (width<=650px){.council-header{flex-direction:column;align-items:stretch;gap:30px;margin-bottom:60px}.council-header-text{width:100%}.council-header-text h1{margin-bottom:20px;font-size:2.25rem;line-height:1.1}.council-header-text p{max-width:none;font-size:1rem;line-height:1.7}.council-header img{aspect-ratio:16/9;border-radius:18px;width:100%;max-width:none}}.council-card{background:#fff;border-radius:20px;transition:all .25s;overflow:hidden;box-shadow:0 4px 15px #00000014}.council-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0000001f}.council-card img{object-fit:cover;width:100%}.card-content{padding:15px}.card-content h3{color:#c5332c;margin:button 5px}.card-content h4{color:#666;margin-bottom:2px}.member-info{margin-bottom:8px;font-weight:600}.card-content p{font-size:1em;line-height:1.5}.card-icons{gap:18px;margin-top:20px;display:flex}.card-icons a{color:#c5332c;font-size:1.6rem;transition:all .2s}.card-icons a:hover{color:#982822}.expand-button{color:#c5332c;cursor:pointer;background:0 0;border:none;margin-top:10px;padding:0;font-size:1rem;font-weight:600}.description{white-space:pre-line;margin-top:12px;line-height:1.5}.events-page{width:100%}.events-header{color:#fff;background-color:#c5332c}.events-header-content{align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;padding:40px;display:flex}.events-header-text{flex:1}.events-header-text h1{font-size:3rem}.events-header-text p{max-width:500px;font-size:1.1rem;line-height:1.6}.calendar-container{background:#fff;border-radius:12px;flex:1;overflow:hidden}.calendar-container iframe{border:0;width:100%;height:400px;display:block}.events-list{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:40px}.event-card{box-sizing:border-box;background:#fff;border:1px solid #dedede;border-radius:22px;align-items:flex-start;width:100%;min-height:150px;margin-bottom:18px;padding:20px 28px;transition:box-shadow .2s,border-color .2s;display:flex;position:relative}.event-card:hover{border-color:#c8c8c8;box-shadow:0 5px 20px #0000000d}.event-dates{color:#fff;background-color:#c5332c;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;width:115px;min-width:115px;height:100px;margin-right:30px;display:flex}.event-dates span{color:#ffd400;letter-spacing:2px;margin-bottom:2px;font-size:.9rem;font-weight:700}.event-dates strong{font-family:Georgia,serif;font-size:2.6rem;font-weight:500;line-height:1}.event-content{flex:1;min-width:0}.event-category{letter-spacing:2px;background-color:#f4f0eb;border-radius:6px;margin-bottom:8px;padding:5px 14px;font-size:.8rem;font-weight:700;display:inline-block}.event-content h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.7rem;font-weight:500;line-height:1.2}.event-info{color:#666;gap:55px;margin-top:12px;font-size:1.1rem;display:flex}.event-info span{position:relative}.event-info span+span:before{color:#aaa;position:absolute;left:-30px}.event-description{color:#555;max-width:750px;margin:20px 0 5px;font-size:1rem;line-height:1.6}.event-toggle{cursor:pointer;background:#fff;border:2px solid #c5332c;border-radius:12px;flex-shrink:0;align-self:flex-start;margin-left:30px;padding:13px 24px;font-size:1rem;font-weight:600;transition:all .2s}.event-toggle:hover{color:#fff;background-color:#c5332c}.event-card.expanded{align-items:flex-start}.event-card.expanded .event-dates{margin-top:2px}@media (width<=768px){.events-header{width:100%;padding:0}.events-header-content{box-sizing:border-box;flex-direction:column;align-items:stretch;gap:30px;width:100%;max-width:none;margin:0;padding:40px 20px}.events-header-text{width:100%}.events-header-text h1{margin-bottom:15px;font-size:2.3rem;line-height:1.1}.events-header-text p{max-width:none;font-size:1rem;line-height:1.7}.calendar-container{width:100%}.calendar-container iframe{width:100%;height:450px}.events-list{box-sizing:border-box;width:100%;margin:40px auto;padding:0 20px}.event-card{border-radius:18px;grid-template-columns:80px 1fr;gap:18px;padding:20px;display:grid}.event-dates{width:80px;min-width:80px;height:80px;margin:0}.event-dates strong{font-size:2.1rem}.event-dates span{font-size:.75rem}.event-content h2{font-size:1.3rem}.event-info{flex-direction:column;gap:3px;font-size:.95rem}.event-info span+span:before{display:none}.event-toggle{box-sizing:border-box;grid-column:1/-1;width:100%;margin:5px 0 0}.event-card.expanded .event-toggle{margin-top:5px}.event-card.expanded .event-content{grid-column:1/-1}}.contact-hero{justify-content:space-between;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:40px;display:flex}.contact-text{flex:1}.contact-text h1{margin-bottom:25px;font-size:4rem;line-height:1.1}.contact-text span{color:#c5332c}.contact-text p{max-width:450px;font-size:1.1rem;line-height:1.8}.contact-image{flex:1.3}.contact-image img{object-fit:cover;border-radius:20px;width:100%;height:300px;box-shadow:0 10px 30px #0000001f}.contact-info{background:#fff;padding:70px 40px}.contact-info h2{text-align:center;color:#c5332c;margin-bottom:50px;font-size:2rem}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:auto;display:grid}.contact-card{text-align:center;background:#fffdf9;border-radius:20px;padding:35px 30px;transition:all .25s;box-shadow:0 8px 25px #00000014}.contact-card:hover{transform:translateY(-8px)}.icon-circle{background:#f8eddb;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 25px;display:flex}.icon-circle img{width:100px}.contact-card h3{color:#c5332c;margin-bottom:20px;font-size:1.3rem}.contact-card p{color:#444;line-height:1.8}.contact-card a{color:#c5332c;font-weight:600;text-decoration:none}.contact-card a:hover{color:#982822}@media (width<=900px){.contact-hero{text-align:center;flex-direction:column}.contact-text p{margin:auto}}@media (width<=600px){.contact-hero,.contact-info{padding:50px 20px}.contact-text h1{font-size:3rem}}.sponsors-page{max-width:1200px;margin:auto;padding:60px 40px}.sponsors-page h2{text-align:center}.sponsors-page h1{color:#c5332c;margin-bottom:20px}.sponsors-page>p{max-width:750px;margin-bottom:50px;line-height:1.8}.sponsors-page h2{color:#c5332c;justify-content:center;margin-bottom:35px}.sponsors-header{justify-content:space-between;align-items:center;gap:60px;margin-bottom:80px;display:flex}.sponsors-text{flex:1;min-width:0}.sponsors-text h1{color:#c5332c;margin:0 0 25px;font-size:3rem;line-height:1.1}.sponsors-text span{color:#000;font-size:3rem;line-height:1.1}.sponsors-text p{color:#444;max-width:650px;margin:0;font-size:1.05rem;line-height:1.75}.sponsors-image{flex-shrink:0;width:45%;max-width:500px}.sponsors-image img{aspect-ratio:4/3;object-fit:cover;border-radius:20px;width:100%;display:block}.why-partner{background:#fffdf9;border-radius:20px;width:100%;margin:0 auto}.why-partner-container{align-items:center;gap:40px;max-width:1200px;margin:0 auto;padding:40px;display:flex}.why-partner-text{flex-shrink:0;max-width:300px}.why-partner-text h3{color:#c5332c;margin-bottom:10px;font-size:1.5rem}.why-partner-text p{color:#444;max-width:300px;margin:0;line-height:1.8}.ess-pillars{flex:1;grid-template-columns:repeat(4,1fr);display:grid}.pillar{text-align:center;padding:0 25px}.pillar:not(:last-child){border-right:2px solid #ddd}.pillar img{background-color:#faf2ea;border-radius:50px;width:75px;margin-bottom:20px}.pillar h3{color:#c5332c;margin-bottom:15px}.pillar p{color:#555;margin:0;line-height:1.7}.sponsors{width:100%;margin-top:80px}.sponsors-grid{grid-template-columns:1fr;gap:35px;width:100%;padding:0;display:grid}@media (width<=650px){.sponsors-page{padding:40px 20px}.sponsors-header{flex-direction:column;align-items:stretch;gap:30px;margin-bottom:60px}.sponsors-text{width:100%}.sponsors-text h1{margin-bottom:20px;font-size:2.25rem;line-height:1.1}.sponsors-text span{font-size:2.25rem}.sponsors-text p{max-width:none;font-size:1rem;line-height:1.7}.sponsors-image{width:100%;max-width:none}.sponsors-image img{aspect-ratio:16/9;border-radius:18px}.why-partner{border-radius:18px}.why-partner-container{flex-direction:column;align-items:stretch;gap:40px;padding:30px 20px}.why-partner-text,.why-partner-text p{max-width:none}.ess-pillars{grid-template-columns:1fr;gap:30px}.pillar{border-bottom:1px solid #ddd;padding:0 10px 30px;border-right:none!important}.pillar:last-child{border-bottom:none;padding-bottom:0}.sponsors{margin-top:60px}.sponsors-grid{grid-template-columns:1fr;gap:25px}}.sponsors-card{background:#fff;border-radius:20px;flex-direction:row;align-items:stretch;width:100%;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 6px 18px #00000014}.sponsors-card:hover{transform:translateY(-6px);box-shadow:0 14px 28px #0000001f}.sponsors-card img{object-fit:contain;box-sizing:border-box;background:#a97142;width:220px;min-width:220px;padding:20px}.sponsors-content{flex-direction:column;flex:1;min-width:0;padding:20px;display:flex}.sponsors-content h3{color:#c5332c;margin:0 0 10px;font-size:1.35rem;line-height:1.35}.sponsors-content p{color:#555;line-height:1.7}.expand-button{color:#c5332c;cursor:pointer;background:0 0;border:none;align-self:flex-start;margin:0;padding:0;font-size:1rem;font-weight:600;transition:all .2s}.expand-button:hover{color:#982822}.description{color:#444;white-space:pre-line;border-top:1px solid #ececec;margin-top:18px;padding-top:18px;line-height:1.8}.department-icons{justify-content:flex-end;gap:22px;margin-top:auto;padding-top:15px;display:flex}.department-icons a{color:#c5332c;font-size:1.6rem;transition:all .2s}.department-icons a:hover{color:#982822;transform:scale(1.12)}@media (width<=650px){.sponsors-card{flex-direction:column;width:100%}.sponsors-card img{width:100%;min-width:0;height:180px;padding:20px}.sponsors-content{padding:20px}.sponsors-content h3{font-size:1.25rem}.department-icons{justify-content:center}}.community-sponsors-section{width:100%;padding:80px 0}.community-sponsors-container{max-width:1200px;margin:0 auto;padding:0 40px}.community-sponsors-container h2{color:#c5332c;text-align:center;margin:0 0 15px;font-size:2.2rem}.community-sponsors-intro{text-align:center;color:#444;max-width:750px;margin:0 auto 45px;line-height:1.8}.community-sponsors-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.community-sponsor-card{background:#fff;border-radius:20px;flex-direction:column;min-height:320px;padding:20px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 5px 18px #00000014}.community-sponsor-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0000001f}.community-sponsor-image{justify-content:center;align-items:center;width:100%;height:140px;margin-bottom:20px;display:flex}.community-sponsor-image img{object-fit:contain;width:auto;max-width:80%;height:auto;max-height:120px}.community-sponsor-content{text-align:center;flex-direction:column;flex:1;display:flex}.community-sponsor-content h3{color:#c5332c;margin:0 0 12px;font-size:1.25rem}.community-sponsor-content p{color:#555;margin:0;line-height:1.6}.sponsor-icons{margin-top:auto;padding-top:20px}.sponsor-icons a{color:#c5332c;font-size:1.5rem;transition:color .2s}.sponsor-icons a:hover{color:#982822;cursor:pointer}@media (width<=900px){.community-sponsors-container{padding:0 30px}.community-sponsors-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.community-sponsors-section{padding:60px 0}.community-sponsors-container{padding:0 20px}.community-sponsors-container h2{font-size:1.9rem}.community-sponsors-grid{grid-template-columns:1fr;gap:25px}.community-sponsor-card{min-height:0;padding:25px}}.membership-page{max-width:1200px;margin:0 auto}.membership-header{text-align:center;max-width:1200px;margin:0 auto;padding:40px}.membership-header h1{color:#c5332c;margin-bottom:25px;font-size:3rem}.membership-header p{color:#444;max-width:850px;margin:0 auto;font-size:1.05rem;line-height:1.8}.membership-purchase{text-align:center;background:#fffdf9;border-radius:20px;max-width:1200px;margin:0 auto;padding:70px 40px;box-shadow:0 5px 18px #00000014}.membership-purchase h2{color:#c5332c;margin-bottom:20px;font-size:2.2rem}.membership-purchase p{color:#444;max-width:800px;margin:0 auto;line-height:1.8}.opportunities-and-discounts{box-sizing:border-box;background:#f8eddb;grid-template-columns:minmax(0,550px) minmax(0,550px);justify-content:center;gap:60px;width:100vw;margin-left:calc(50% - 50vw);padding:70px 40px;display:grid}.opportunities,.discounts{box-sizing:border-box;background:#fff;border-radius:20px;padding:35px;box-shadow:0 6px 18px #00000012}.opportunities h2,.discounts h2{color:#c5332c;margin-bottom:20px;font-size:1.7rem}.opportunities p{color:#444;margin-bottom:15px;line-height:1.7}.opportunities ul,.discounts ul{margin:0;padding-left:22px}.opportunities li,.discounts li{color:#444;margin-bottom:12px;line-height:1.7}.opportunities li:last-child,.discounts li:last-child{margin-bottom:0}.membership-page a{color:#c5332c;font-weight:600;text-decoration:none;transition:all .2s}.membership-page a:hover{color:#982822;cursor:pointer}.membership-page button{color:#fff;cursor:pointer;background:#c5332c;border:none;border-radius:10px;padding:12px 22px;font-family:inherit;font-size:1rem;transition:all .2s}.membership-page button:hover{background:#982822}@media (width<=768px){.membership-header{padding:60px 20px}.membership-header h1{font-size:2.4rem}.membership-header p{font-size:1rem}.membership-purchase{padding:60px 20px}.membership-purchase h2{font-size:1.9rem}.community-sponsors{padding:60px 20px}.sponsor{text-align:center;flex-direction:column;gap:20px}.sponsor img{width:150px;height:100px}.opportunities-and-discounts{grid-template-columns:1fr;gap:30px;width:100vw;margin-left:calc(50% - 50vw);padding:60px 20px}.opportunities,.discounts{padding:30px 25px}}@media (width<=480px){.membership-header h1{font-size:2rem}.membership-header h1,.membership-purchase h2,.community-sponsors h2{line-height:1.2}.opportunities h2,.discounts h2{font-size:1.45rem}}.application-page{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:60px 40px 40px}.application-header{margin-bottom:50px}.application-page h1{color:#c5332c;margin-bottom:25px;font-size:2.8rem}.application-header p{max-width:800px;font-size:1.05rem;line-height:1.7}.applications{box-sizing:border-box;background:#fffdf9;width:100vw;margin-left:calc(50% - 50vw);padding:60px 0}.applications-container{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:0 40px}.application-card{box-sizing:border-box;background:#f8eddb;border-left:6px solid #c5332c;border-radius:15px;width:100%;padding:30px 35px;box-shadow:0 5px 15px #00000014}.application-card h3{color:#c5332c;margin:0 0 12px;font-size:1.4rem}.application-card p{margin:0;line-height:1.6}@media (width<=600px){.application-page{padding:40px 15px 50px}.application-page h1{margin-bottom:20px;font-size:2.25rem;line-height:1.1}.application-header{margin-bottom:40px}.application-header p{font-size:1rem;line-height:1.7}.applications{padding:45px 0}.applications-container{width:100%;max-width:none;padding:0 15px}.application-card{border-radius:15px;width:100%;padding:25px}.application-card h3{font-size:1.25rem}}@media (width<=480px){.application-page{padding:35px 15px 45px}.applications-container{padding:0 15px}.application-card{padding:22px}}.documents-header{max-width:1200px;margin:0 auto;padding:40px 40px 80px}.documents-header h1{color:#c5332c;margin:10px 0 20px;font-size:2.4rem;line-height:1.2}.documents-header h1:first-child{margin-top:0}.documents-header h3{color:#c5332c;margin:40px 0 15px;font-size:1.4rem}.documents-header p{color:#333;margin-bottom:20px;line-height:1.8}.documents-header>p:first-of-type{max-width:1200px;margin:0 auto;font-size:1.05rem}.documents-header h1+p{color:#666;margin-bottom:35px}.public-drive-btn{color:#fff;cursor:pointer;background:#c5332c;border:none;border-radius:10px;margin:10px 0 70px;padding:12px 22px;font-family:inherit;font-size:1rem;text-decoration:none;transition:background .25s;display:inline-block}.public-drive-btn:hover{background:#982822}.article{background:#faebd7;border-radius:16px;margin:50px 0;padding:30px 35px;box-shadow:0 2px 8px #00000014}.article h3{color:#c5332c;margin-bottom:25px;font-size:1.5rem}.article p{margin-bottom:18px;line-height:1.8}.article strong{color:#c5332c}.document-list{margin-top:15px;margin-left:25px;padding-left:0;list-style:none}.document-list li{margin-bottom:14px;line-height:1.8}@media (width<=768px){.documents-header{padding:50px 25px 60px}.documents-header h1{font-size:2rem}.article{padding:25px}.article h3{font-size:1.3rem}}@media (width<=600px){.documents-header{padding:40px 20px 50px}.documents-header h1{font-size:1.8rem}.documents-header h3{font-size:1.2rem}.article{padding:20px}.document-list{margin-left:15px}.public-drive-btn{text-align:center;width:100%}}.self-page{max-width:1200px;margin:0 auto;padding:60px 40px 80px}.self-page>div{margin-bottom:40px}.self-hero{justify-content:space-between;align-items:center;gap:30px;max-width:1200px;display:flex}.self-hero-text{flex:1}.self-hero-text h1{color:#c5332c;margin:0;font-size:3rem}.self-hero-image{flex:1;justify-content:flex-end;display:flex}.self-hero-image img{object-fit:cover;border-radius:20px;width:100%;max-width:450px}.self-page h1{color:#000;margin-bottom:30px;font-size:2.8rem}.self-hero-text span{color:#c5332c}.self-page h2{color:#c5332c;margin-top:10px;margin-bottom:20px}.self-page p{color:#333;margin-bottom:15px;line-height:1.8}.self-page a{color:#333;font-weight:500;text-decoration:none;transition:color .25s}.self-page a:hover{color:#666;cursor:pointer;text-decoration:underline}.self-documents ul{margin-top:20px;padding-left:25px}.self-documents li{margin-bottom:12px}.self-table{border-collapse:collapse;border:2px solid #c5332c;width:100%;margin-top:20px}.self-table th{color:#fff;text-align:left;background:#c5332c;border:2px solid #982822;padding:15px}.self-table td{border:1px solid #ccc;padding:14px 15px}.self-table tr:nth-child(2n){background:#f8eddb}.self-hero-image img{border-radius:20px;width:100%;max-width:450px}@media (width<=768px){.self-hero{text-align:center;flex-direction:column;gap:30px}.self-hero-image{justify-content:center}.self-hero-text h1{font-size:2.2rem}.self-hero-image img{max-width:300px}}.footer{color:#fff;background:#8f2020;padding:70px 60px 30px}.footer-container{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:50px;max-width:1250px;margin:auto;display:grid}.footer-brand img{width:70px;max-width:100%}.footer-column{flex-direction:column;display:flex}.footer-column h3{color:#ffd400;letter-spacing:.5px;margin-bottom:25px;font-size:1.3rem}.footer-column a{color:#fff;margin-bottom:18px;font-size:1.05rem;text-decoration:none;transition:all .2s}.footer-column a:hover{color:#fbc05a}.contact p{align-items:center;gap:15px;margin-bottom:20px;font-size:1.05rem;display:flex}.contact svg{font-size:1.5rem}.footer-bottom{border-top:1px solid #ffffff80;justify-content:space-between;align-items:center;max-width:1250px;margin:60px auto 0;padding-top:30px;display:flex}.footer-bottom p{color:#eee;font-size:.95rem}.social-icons{gap:30px;display:flex}.social-icons a{color:#fff;font-size:2.2rem;transition:all .2s}.social-icons a:hover{color:#fbc05a}@media (width<=768px){.footer{padding:50px 25px 25px}.footer-container{text-align:center;grid-template-columns:1fr}.footer-column{align-items:center}.contact p{justify-content:center}.footer-bottom{text-align:center;flex-direction:column;gap:25px}}
