﻿:root{--primary-color: #4a1f6f;--secondary-color: #c41e3a;--accent-color: #ffc72c;--page-bg: #f7f5fb;--surface-bg: #ffffff;--surface-bg-alt: #e6dcf3;--surface-bg-strong: #2a1545;--text-primary: #212529;--text-secondary: #555d66;--text-muted: #6c757d;--border-color: rgba(74, 31, 111, 0.12);--shadow-color: rgba(20, 16, 35, 0.12);--border-radius: 0.5rem;color-scheme:light}:root[data-bs-theme="dark"]{--page-bg: #120d1b;--surface-bg: #1a1427;--surface-bg-alt: #2f2247;--surface-bg-strong: #0f0818;--text-primary: #f3edf9;--text-secondary: #c8c0d5;--text-muted: #9d94ab;--border-color: rgba(255, 255, 255, 0.09);--shadow-color: rgba(0, 0, 0, 0.4);color-scheme:dark}@media (prefers-color-scheme: dark){:root:not([data-bs-theme="light"]){--page-bg: #120d1b;--surface-bg: #1a1427;--surface-bg-alt: #2f2247;--surface-bg-strong: #0f0818;--text-primary: #f3edf9;--text-secondary: #c8c0d5;--text-muted: #9d94ab;--border-color: rgba(255, 255, 255, 0.09);--shadow-color: rgba(0, 0, 0, 0.4);color-scheme:dark}}html{scroll-behavior:smooth}body{font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;background-color:var(--page-bg);color:var(--text-primary);overflow-x:hidden}.navbar{background:linear-gradient(135deg, var(--primary-color) 0%, #6b2c8f 100%) !important;box-shadow:0 2px 15px var(--shadow-color)}.navbar-logo{height:40px;width:auto}.navbar-brand{font-weight:400;font-size:1.2rem;letter-spacing:0.5px}.navbar-nav .nav-link{font-weight:400;margin-left:1rem;transition:all 0.3s ease;position:relative}.navbar-nav .nav-link:hover{color:var(--accent-color) !important}.navbar-nav .nav-link.active{color:var(--accent-color) !important}.navbar-nav .nav-link::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--accent-color);transition:width 0.3s ease}.navbar-nav .nav-link:hover::after,.navbar-nav .nav-link.active::after{width:100%}.footer{background:linear-gradient(135deg, #2a1545 0%, #3d1f5c 100%);margin-top:5rem}.footer h5{color:var(--accent-color);font-weight:700;letter-spacing:0.5px}.footer p,.footer a{color:rgba(255,255,255,0.7);transition:all 0.3s ease}.footer a:hover{color:var(--accent-color);text-decoration:none}.footer hr{border-color:rgba(255,255,255,0.1)}.social-links{display:flex;gap:1.5rem;font-size:1.8rem}.social-icon{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;width:50px;height:50px;background:rgba(255,199,44,0.1);border-radius:50%;color:var(--accent-color);transition:all 0.3s ease;border:2px solid rgba(255,199,44,0.3)}.social-icon:hover{background:var(--accent-color);color:var(--primary-color);transform:translateY(-3px) scale(1.1);border-color:var(--accent-color)}.social-icon:hover>i{color:var(--primary-color)}.footer-logo{height:50px;width:auto;opacity:0.8;transition:opacity 0.3s ease}.footer-logo:hover{opacity:1}.btn{font-weight:400;border-radius:50px;transition:all 0.3s ease}.btn-primary{background:linear-gradient(135deg, var(--secondary-color) 0%, #a01829 100%);border:none;font-weight:400;transition:all 0.3s ease}.btn-primary:hover{background:linear-gradient(135deg, #a01829 0%, #7a1220 100%);transform:translateY(-2px);box-shadow:0 10px 25px rgba(196,30,58,0.3)}.btn-outline-light{border-width:2px}.btn-outline-light:hover{background-color:var(--accent-color);border-color:var(--accent-color);color:var(--primary-color);transform:translateY(-2px)}@media (max-width: 768px){.hero-section{background-attachment:scroll}.hero-text h1{font-size:2.5rem}.hero-crest{max-width:300px;margin-top:2rem}.navbar-nav .nav-link{margin-left:0;padding:0.5rem 0}.about-section .ps-lg-5,.rush-section .ps-lg-5{padding-left:0 !important;margin-top:2rem}.event-card{margin-bottom:2rem}.hero-buttons{flex-direction:column}.hero-buttons .btn{display:block;margin-bottom:1rem}.hero-buttons .btn-primary{margin-right:0 !important}.gallery-item{height:250px}.newsletter-form input,.newsletter-form button{border-radius:0.5rem;margin-bottom:1rem}.newsletter-form button{width:100%}.social-links{justify-content:center}}@media (max-width: 576px){.hero-text h1{font-size:1.8rem}.hero-text h2{font-size:1.3rem}.member-stat{margin-bottom:1rem}.event-card{padding:1.5rem}.footer{padding:2rem 0}.gallery-item{height:200px}}.text-white-50{color:rgba(255,255,255,0.5)}.min-vh-100{min-height:100vh}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:linear-gradient(135deg, var(--secondary-color) 0%, #a01829 100%);color:white;border:none;border-radius:50%;cursor:pointer;opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:999;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.scroll-to-top.show{opacity:1;visibility:visible}.scroll-to-top:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(196,30,58,0.3)}.scroll-to-top.rush-jump-btn{width:auto;height:auto;min-height:50px;padding:0.65rem 1.75rem;border-radius:999px;font-size:1.05rem;font-weight:400;letter-spacing:0.3px}.text-muted{color:var(--text-muted) !important}.bg-light{background-color:var(--surface-bg-alt) !important}.text-dark{color:var(--text-primary) !important}.fade-in{animation:fadeIn 0.6s ease-out}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section{background:linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.1) 100%),url("/assets/img/2025_active_membership.jpg") center/cover no-repeat;background-size:auto, cover;color:white;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.hero-content{position:relative;z-index:1}.hero-text{animation:slideInLeft 0.8s ease-out;max-width:600px}.hero-text h1{font-weight:800;text-shadow:2px 2px 4px rgba(0,0,0,0.3);margin-bottom:1rem}.hero-text h2{color:var(--accent-color);font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,0.3)}.hero-text p{font-size:1.1rem;line-height:1.8;text-shadow:1px 1px 2px rgba(0,0,0,0.2)}.hero-buttons{margin-top:2rem}.hero-buttons .btn{font-weight:400;padding:0.75rem 2rem;transition:all 0.3s ease}.hero-buttons .btn-primary{background:linear-gradient(135deg, var(--secondary-color) 0%, #a01829 100%);border:none}.hero-buttons .btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(196,30,58,0.3)}.hero-buttons .btn-outline-light{border-width:2px}.hero-buttons .btn-outline-light:hover{background-color:var(--accent-color);border-color:var(--accent-color);color:var(--primary-color);transform:translateY(-3px)}.hero-crest{max-width:200px;width:100%;filter:drop-shadow(0 10px 30px rgba(0,0,0,0.2))}@keyframes slideInLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.about-section{background:var(--surface-bg)}.about-section h2{color:var(--primary-color);font-weight:800}@media (prefers-color-scheme: dark){.about-section h2{color:var(--text-primary)}}.about-section p{color:var(--text-secondary);line-height:1.8;font-size:1.05rem}.about-section img{transition:transform 0.3s ease}.about-section img:hover{transform:scale(1.02)}.bs-theme-override h5,.bs-theme-override p{color:#FFFFFF !important}.bs-theme-override .carousel-control-prev-icon,.bs-theme-override .carousel-control-next-icon{filter:none !important}.events-section{background:var(--surface-bg-alt)}.events-section h2{color:var(--primary-color);font-weight:800;margin-bottom:3rem}@media (prefers-color-scheme: dark){.events-section h2{color:var(--text-primary)}}.event-card{background:var(--surface-bg);padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px var(--shadow-color);transition:all 0.3s ease;border-top:4px solid transparent;border:1px solid var(--border-color)}.event-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px var(--shadow-color)}.event-card h3{color:var(--primary-color);margin-bottom:1.5rem}@media (prefers-color-scheme: dark){.event-card h3{color:var(--text-primary)}}.event-card ul li{color:var(--text-secondary);font-size:1rem;line-height:1.8}.professional-card{border-top-color:var(--secondary-color)}.professional-card .event-icon{color:var(--secondary-color)}.social-card{border-top-color:var(--accent-color)}.social-card .event-icon{color:var(--accent-color)}.event-icon{font-size:3rem;margin-bottom:1.5rem;color:var(--primary-color)}.gallery-item{position:relative;overflow:hidden;border-radius:15px;height:300px;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(74,31,111,0.85);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease;border-radius:15px}.gallery-overlay p{color:white;font-size:1.3rem;font-weight:600;text-align:center}.members-section{background:var(--surface-bg)}.members-section h2{color:var(--primary-color);font-weight:800}@media (prefers-color-scheme: dark){.members-section h2{color:var(--text-primary)}}.member-stat{padding:1rem 0}.member-stat h3{font-weight:800}.member-stat p{color:var(--text-secondary);margin:0;font-weight:400}.stat-number{font-variant-numeric:tabular-nums}.rush-section{background:var(--surface-bg-alt)}.rush-section h2{color:var(--primary-color);font-weight:800}@media (prefers-color-scheme: dark){.rush-section h2{color:var(--text-primary)}}.rush-section h4{color:var(--secondary-color)}.rush-section p{color:var(--text-secondary);line-height:1.8;font-size:1.05rem}.rush-section ul li{color:var(--text-secondary)}.rush-cta-section{background:var(--surface-bg-strong)}.rush-cta-section h2{color:#fff}.rush-cta-section h4{color:var(--accent-color)}.rush-cta-section p,.rush-cta-section ul li{color:rgba(255,255,255,0.85)}.alumni-section{background:var(--surface-bg)}.alumni-section h2{color:var(--primary-color);font-weight:800}@media (prefers-color-scheme: dark){.alumni-section h2{color:var(--text-primary)}}.alumni-section p{color:var(--text-secondary);line-height:1.8;font-size:1.05rem}.newsletter-section{background:var(--surface-bg-alt)}.newsletter-section h2{color:var(--primary-color);font-weight:800}@media (prefers-color-scheme: dark){.newsletter-section h2{color:var(--text-primary)}}.newsletter-form input{border:1px solid var(--border-color);border-radius:50px 0 0 50px;padding:0.75rem 1.5rem;font-size:1rem;background:var(--surface-bg);color:var(--text-primary)}.newsletter-form input:focus{box-shadow:none;border-color:var(--primary-color);background:var(--surface-bg);color:var(--text-primary)}.newsletter-form button{background:linear-gradient(135deg, var(--secondary-color) 0%, #a01829 100%);border:none;border-radius:0 50px 50px 0;font-weight:600;transition:all 0.3s ease}.newsletter-form button:hover{transform:translateX(3px);box-shadow:0 5px 15px rgba(196,30,58,0.3)}.about-hero-section{position:relative;min-height:24rem;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)),url("/assets/img/spring_2026_pledge_class.jpg");background-size:cover;background-position:center}@media (max-width: 767.98px){.about-hero-section{min-height:16rem}}.about-hero-overlay{background:rgba(0,0,0,0.55);padding:1.75rem 3.5rem;border-radius:0.75rem;text-align:center}.about-hero-overlay h1{color:#fff;letter-spacing:0.5px}@media (max-width: 767.98px){.about-hero-overlay{padding:1.25rem 2rem}}.about-hero-image-section{min-height:22rem;background-image:url("/assets/img/KHK_Culvers_Photo.jpeg");background-size:cover;background-position:center}@media (max-width: 767.98px){.about-hero-image-section{min-height:14rem}}.about-intro-section{background:var(--surface-bg-strong)}.about-intro-section h1{color:#fff;letter-spacing:0.5px}.about-intro-section p{color:rgba(255,255,255,0.9);line-height:1.8;font-size:1.05rem;max-width:50rem;margin-left:auto;margin-right:auto}.vision-mission-overlay-section{background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/assets/img/Expo_Team_Magazine_Pic.jpeg")}.section-heading h2{color:var(--primary-color)}@media (prefers-color-scheme: dark){.section-heading h2{color:var(--text-primary)}}.about-section-lead{color:var(--text-secondary);max-width:62rem}.vision-section img,.mission-section img,.our-home-section img{transition:transform 0.3s ease}.vision-section img:hover,.mission-section img:hover,.our-home-section img:hover{transform:scale(1.02)}.vision-section h2,.mission-section h2,.our-home-section h2{color:var(--primary-color);font-weight:800}@media (prefers-color-scheme: dark){.vision-section h2,.mission-section h2,.our-home-section h2{color:var(--text-primary)}}.vision-section p,.mission-section p,.our-home-section p{color:var(--text-secondary);line-height:1.8;font-size:1.05rem}@media (max-width: 991.98px){.vision-section .ps-lg-5,.mission-section .ps-lg-5,.our-home-section .ps-lg-5{padding-left:0 !important}}.history-section{background:var(--surface-bg)}.overlay-feature-section{position:relative;min-height:26rem;display:flex;align-items:center;background-size:cover;background-position:center;background-attachment:scroll;padding:3rem 0}.overlay-feature-section h2{color:#fff;font-weight:800}.overlay-feature-section p{color:rgba(255,255,255,0.9);line-height:1.8;font-size:1.05rem}@media (max-width: 767.98px){.overlay-feature-section{min-height:20rem}}.overlay-feature-block+.overlay-feature-block{margin-top:2.5rem}.value-card{background:var(--surface-bg);padding:2.5rem 2rem;border-radius:15px;box-shadow:0 5px 20px var(--shadow-color);border:1px solid var(--border-color);border-top:4px solid var(--primary-color);transition:all 0.3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px var(--shadow-color)}.value-card h3{color:var(--primary-color)}@media (prefers-color-scheme: dark){.value-card h3{color:var(--text-primary)}}.value-card p{color:var(--text-secondary)}.value-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg, #4a1f6f 0%, #6b2c8f 100%);color:#ffc72c;font-size:1.6rem}.history-timeline{position:relative;max-width:60rem;margin:0 auto}.history-timeline::before{content:'';position:absolute;top:0.6rem;bottom:0.6rem;left:0.6rem;width:2px;background:var(--border-color)}.timeline-entry{position:relative;display:flex;gap:1.5rem}.timeline-entry+.timeline-entry{margin-top:0.5rem}.timeline-marker-col{flex:0 0 auto;width:1.25rem;display:flex;justify-content:center;padding-top:1.6rem}.timeline-dot{width:1.25rem;height:1.25rem;border-radius:50%;background:var(--secondary-color);border:3px solid var(--surface-bg);box-shadow:0 0 0 2px var(--secondary-color);position:relative;z-index:1}.timeline-content{flex:1 1 auto;min-width:0;padding-bottom:1rem}.timeline-toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;background:var(--surface-bg);border:1px solid var(--border-color);border-radius:1rem;padding:1.1rem 1.5rem;box-shadow:0 5px 20px var(--shadow-color);transition:all 0.3s ease;text-align:left}.timeline-toggle:hover{transform:translateY(-2px);box-shadow:0 15px 40px var(--shadow-color)}.timeline-toggle:not(.collapsed) .timeline-chevron{transform:rotate(180deg)}@media (max-width: 767.98px){.timeline-toggle{padding:0.9rem 1.1rem}}.timeline-summary{font-size:1.15rem;font-weight:400;color:var(--primary-color)}@media (prefers-color-scheme: dark){.timeline-summary{color:var(--text-primary)}}@media (max-width: 767.98px){.timeline-summary{font-size:1rem}}.timeline-chevron{color:var(--secondary-color);transition:transform 0.3s ease;flex:0 0 auto}.timeline-details{padding:1.5rem 0.25rem 0.5rem}.history-image{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:1.25rem}.history-text{color:var(--text-secondary);line-height:1.8;font-size:1.05rem}.alumni-belt-wrapper{position:relative;display:flex;align-items:center;gap:1rem}.alumni-belt{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:1rem 0.25rem 1.5rem;flex:1 1 auto;scrollbar-width:none}.alumni-belt::-webkit-scrollbar{display:none}.alumni-card{flex:0 0 auto;scroll-snap-align:start;scroll-snap-stop:always;width:100%;display:flex;gap:1.25rem;background:var(--surface-bg);border:1px solid var(--border-color);border-radius:15px;box-shadow:0 5px 20px var(--shadow-color);padding:1.5rem;transition:all 0.3s ease}.alumni-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px var(--shadow-color)}@media (min-width: 576px){.alumni-card{width:calc((100% - 1.5rem) / 2)}}@media (min-width: 992px){.alumni-card{width:calc((100% - 3rem) / 3)}}@media (max-width: 767.98px){.alumni-card{padding:1.25rem}}.alumni-card-img{width:90px;height:90px;border-radius:50%;object-fit:cover;flex:0 0 auto;border:3px solid var(--accent-color)}.alumni-card-body{display:flex;flex-direction:column;justify-content:center;min-width:0}.alumni-name{font-size:1.1rem;font-weight:700;color:var(--primary-color);margin-bottom:0.25rem}@media (prefers-color-scheme: dark){.alumni-name{color:var(--text-primary)}}.alumni-pledge{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.25rem}.alumni-position{font-size:0.9rem;color:var(--text-secondary);font-weight:400;margin-bottom:0.5rem}.alumni-quote{font-size:0.85rem;font-style:italic;color:var(--text-secondary);margin-bottom:0}.belt-control{flex:0 0 auto;width:3rem;height:3rem;border-radius:50%;background:var(--surface-bg);box-shadow:0 10px 25px var(--shadow-color);border:1px solid var(--border-color);color:var(--primary-color);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all 0.3s ease}.belt-control:hover{color:#fff;background:linear-gradient(135deg, var(--secondary-color) 0%, #a01829 100%);border-color:transparent}.house-hero{background:radial-gradient(circle at top left, rgba(255,199,44,0.18), transparent 32%),linear-gradient(135deg, rgba(74,31,111,0.08), rgba(196,30,58,0.05))}.house-location-section{background:var(--surface-bg)}.housing-section{background:var(--surface-bg-alt)}.house-amenities-section{background:var(--surface-bg)}.section-kicker{display:inline-block;font-size:0.78rem;font-weight:400;letter-spacing:0.18em;text-transform:uppercase;color:var(--secondary-color)}.house-lead,.house-copy,.house-section-lead{color:var(--text-secondary);line-height:1.8}.hero-image-frame{position:relative;padding:0.85rem;border-radius:1.5rem;background:linear-gradient(145deg, rgba(74,31,111,0.12), rgba(196,30,58,0.08));box-shadow:0 20px 45px var(--shadow-color)}.hero-image{display:block;width:100%;border-radius:1rem;object-fit:cover;aspect-ratio:4 / 3}.house-pill{display:inline-flex;align-items:center;padding:0.8rem 1rem;border-radius:999px;background:var(--surface-bg);border:1px solid var(--border-color);box-shadow:0 6px 18px var(--shadow-color);color:var(--primary-color);font-weight:400}@media (prefers-color-scheme: dark){.house-pill{color:var(--text-primary)}}@media (max-width: 767px){.house-pill{width:100%;justify-content:center}}.story-card,.direction-card,.feature-card,.amenity-card{background:var(--surface-bg);border:1px solid var(--border-color);border-radius:1.25rem;box-shadow:0 10px 28px var(--shadow-color)}@media (max-width: 767px){.story-card,.direction-card,.feature-card,.amenity-card{padding:1.25rem}}.story-card,.direction-card{padding:1.75rem}.story-card{height:100%;border-top:4px solid var(--secondary-color)}.story-year{display:inline-flex;margin-bottom:1rem;padding:0.35rem 0.75rem;border-radius:999px;background:rgba(196,30,58,0.1);color:var(--secondary-color);font-size:0.85rem;font-weight:400;letter-spacing:0.08em;text-transform:uppercase}.map-shell{padding:0.9rem;border-radius:1.5rem;background:linear-gradient(145deg, rgba(74,31,111,0.14), rgba(196,30,58,0.08));box-shadow:0 20px 45px var(--shadow-color)}.map-placeholder{min-height:28rem;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:2rem;border-radius:1rem;border:2px dashed var(--border-color);background:repeating-linear-gradient(45deg, rgba(255,255,255,0.55), rgba(255,255,255,0.55) 16px, rgba(243,239,249,0.7) 16px, rgba(243,239,249,0.7) 32px);color:var(--text-secondary)}@media (prefers-color-scheme: dark){.map-placeholder{background:repeating-linear-gradient(45deg, rgba(255,255,255,0.02), rgba(255,255,255,0.02) 16px, rgba(255,255,255,0.04) 16px, rgba(255,255,255,0.04) 32px)}}@media (max-width: 991px){.map-placeholder{min-height:20rem}}.direction-list li{display:flex;align-items:flex-start;gap:0.5rem;margin-bottom:0.85rem;color:var(--text-secondary);line-height:1.6}.direction-list i{color:var(--secondary-color);margin-top:0.2rem}.house-photo{width:100%;aspect-ratio:1 / 1;object-fit:cover}.feature-stack{display:grid;gap:1rem}.feature-card{padding:1.5rem;border-left:4px solid var(--primary-color)}.feature-card p,.amenity-card p,.story-card p,.direction-card p{color:var(--text-secondary)}.amenity-card{padding:1.5rem;text-align:center;transition:transform 0.3s ease, box-shadow 0.3s ease}.amenity-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px var(--shadow-color)}.amenity-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:1rem;border-radius:50%;background:rgba(74,31,111,0.1);color:var(--primary-color);font-size:1.35rem}.what-khk-does-section{background:var(--surface-bg)}.rush-socials{background:var(--surface-bg)}.rush-hero{position:relative;background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),transparent url("/assets/img/org_fair_table.jpg") center/cover no-repeat;color:#fff;overflow:hidden}.rush-hero::after{content:'';position:absolute;inset:0;background:none;pointer-events:none}.rush-hero .container{position:relative;z-index:1}.rush-hero .lead{max-width:60ch}@media (max-width: 767.98px){.rush-hero .display-4{font-size:calc(1.45rem + 2.2vw)}.rush-hero .btn-lg{width:100%}}.section-kicker{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.82rem;font-weight:400;letter-spacing:0.18em;text-transform:uppercase;color:#ffc72c}.instagram-copy .lead,.rush-section-lead{max-width:60ch}.rush-hero-card,.info-panel,.event-date-card,.instagram-frame-shell{background:var(--surface-bg);color:var(--text-primary);border-radius:1.25rem;box-shadow:0 18px 45px var(--shadow-color)}.rush-hero-card{overflow:hidden;border:1px solid rgba(255,255,255,0.12)}@media (max-width: 991.98px){.rush-hero-card{max-width:30rem;margin:0 auto}}.rush-hero-card-top{display:flex;align-items:center;gap:0.65rem;padding:1rem 1.25rem;background:linear-gradient(135deg, #4a1f6f 0%, #6b2c8f 100%);color:#fff;font-weight:400}.rush-hero-card-top i{color:#ffc72c}.rush-hero-image{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover}.rush-section,.rush-faq,.rush-socials,.rush-testimonials{position:relative}.info-panel,.instagram-copy,.instagram-frame-shell,.event-date-card{padding:1.75rem}@media (max-width: 767.98px){.info-panel,.instagram-copy,.instagram-frame-shell,.event-date-card{padding:1.25rem;border-radius:1rem}}.info-panel{border-top:4px solid var(--primary-color)}.rush-stat-row{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.rush-stat-number{width:2.6rem;height:2.6rem;border-radius:999px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;font-weight:400;color:#fff;background:linear-gradient(135deg, #4a1f6f 0%, #6b2c8f 100%);box-shadow:0 12px 24px rgba(74,31,111,0.22)}.event-date-card{border:1px solid var(--border-color);transition:transform 0.3s ease, box-shadow 0.3s ease}.event-date-card:hover{transform:translateY(-6px);box-shadow:0 22px 42px var(--shadow-color)}.event-date{display:inline-flex;align-items:center;margin-bottom:1rem;padding:0.45rem 0.85rem;border-radius:999px;background:rgba(74,31,111,0.08);color:var(--primary-color);font-size:0.92rem;font-weight:400}@media (prefers-color-scheme: dark){.event-date{background:rgba(255,199,44,0.08);color:var(--accent-color)}}.section-heading h2,.instagram-copy h2{color:var(--primary-color)}@media (prefers-color-scheme: dark){.section-heading h2,.instagram-copy h2{color:var(--text-primary)}}.rush-section-lead{color:var(--text-secondary);max-width:62rem}.rush-accordion .accordion-item{border:1px solid var(--border-color);border-radius:1rem;overflow:hidden;box-shadow:0 12px 30px var(--shadow-color);margin-bottom:1rem}.rush-accordion .accordion-button{font-weight:700;color:var(--text-primary);background:var(--surface-bg);padding:1.2rem 1.25rem}.rush-accordion .accordion-button:not(.collapsed){color:#fff;background:linear-gradient(135deg, #4a1f6f 0%, #6b2c8f 100%);box-shadow:none}.rush-accordion .accordion-button:focus{box-shadow:0 0 0 0.2rem rgba(74,31,111,0.18)}.rush-accordion .accordion-body{padding:1.15rem 1.25rem 1.35rem;color:var(--text-secondary);background:var(--surface-bg)}.instagram-copy{background:linear-gradient(180deg, var(--surface-bg) 0%, var(--surface-bg-alt) 100%);border:1px solid var(--border-color);display:flex;flex-direction:column;justify-content:center}@media (max-width: 991.98px){.instagram-copy{min-height:auto}}@media (max-width: 767.98px){.instagram-copy .btn-lg{width:100%}}.instagram-frame-shell{border:1px solid var(--border-color);overflow:hidden}.instagram-frame-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;height:3.5rem;overflow:hidden}.instagram-frame-header>div:last-child{min-width:0}.instagram-frame-header h3,.instagram-frame-header p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.instagram-avatar{width:3rem;height:3rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg, #4a1f6f 0%, #c41e3a 100%);box-shadow:0 12px 24px rgba(74,31,111,0.2);font-size:1.2rem;flex:0 0 auto}.linkedin-avatar{width:3rem;height:3rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(45deg, #0a66c2 0%, #691f62 100%);box-shadow:0 12px 24px rgba(74,31,111,0.2);font-size:1.2rem;flex:0 0 auto}.tiktok-avatar{width:3rem;height:3rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg, #25f4ee 0%, #000 55%, #fe2c55 100%);box-shadow:0 12px 24px rgba(74,31,111,0.2);font-size:1.2rem;flex:0 0 auto}.instagram-frame{border-radius:1rem;overflow:hidden;background:var(--surface-bg-alt);border:1px solid var(--border-color)}.instagram-frame iframe{width:100%;height:100%;border:0;background:var(--surface-bg)}.social-post-frame{width:100%;max-width:380px;height:540px;margin:0 auto;overflow:hidden;border-radius:0.75rem;background:var(--surface-bg-alt);border:1px solid var(--border-color);display:flex;justify-content:center}.social-post-frame>blockquote{width:100% !important;max-width:100% !important;min-width:0 !important;margin:0 !important}.instagram-note{margin-top:1rem;color:var(--text-muted);font-size:0.95rem}.py-lg-6{padding-top:5rem;padding-bottom:5rem}.text-white-75{color:rgba(255,255,255,0.75)}@media (max-width: 991.98px){.rush-hero,.rush-section,.rush-faq,.rush-socials,.rush-testimonials,.interest-section{text-align:left}}.interest-form input{border:1px solid var(--border-color);border-radius:50px 0 0 50px;padding:0.75rem 1.5rem;font-size:1rem;background:var(--surface-bg);color:var(--text-primary)}.interest-form input:focus{box-shadow:none;border-color:var(--primary-color);background:var(--surface-bg);color:var(--text-primary)}.interest-form button{background:linear-gradient(135deg, var(--secondary-color) 0%, #a01829 100%);border:none;border-radius:0 50px 50px 0;font-weight:400;transition:all 0.3s ease}.interest-form button:hover{transform:translateX(3px);box-shadow:0 5px 15px rgba(196,30,58,0.3)}.testimonial-photo{border-radius:999px}@media (max-width: 768px){.testimonial-photo{display:none !important}}.testimonial-content{font-size:1.05rem}.testimonial-text{color:var(--text-secondary)}.testimonial-author{font-weight:400;color:var(--text-primary)}.testimonial-author:before{content:'— '}.event-details{list-style-type:none;padding-left:1.5rem}.event-details li{position:relative}.event-details li::before{font-family:"Font Awesome 6 Free";font-weight:900;position:absolute}.event-details li.icon-clock::before{content:'\f017';left:-1.5rem;top:0.1rem}.event-details li.icon-location::before{content:'\f3c5';left:-1.375rem;top:0.1rem}.news-hero{padding:3rem 0 1.5rem}.news-hero h1{color:var(--text-primary)}.news-hero .lead{color:var(--text-secondary)}.news-section-heading{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:0.75rem;margin-bottom:1.5rem}.news-section-heading h2{color:var(--text-primary);font-weight:700;margin:0}.view-all-link{color:var(--secondary-color);font-weight:400;text-decoration:none;white-space:nowrap}.view-all-link:hover{color:var(--primary-color);text-decoration:underline}.news-loading,.news-empty{color:var(--text-muted);text-align:center;padding:3rem 1rem}.featured-post{display:block;color:inherit;text-decoration:none;background-color:var(--surface-bg);border-radius:var(--border-radius);overflow:hidden;box-shadow:0 2px 15px var(--shadow-color);border:1px solid var(--border-color);transition:transform 0.25s ease, box-shadow 0.25s ease;height:100%}.featured-post:hover{color:inherit;transform:translateY(-4px);box-shadow:0 12px 30px var(--shadow-color)}.featured-post-image{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.featured-post-body{padding:1.5rem}.post-date{display:block;color:var(--text-muted);font-size:0.9rem;font-weight:400;text-transform:uppercase;letter-spacing:0.03em;margin-bottom:0.5rem}.featured-post-title{color:var(--text-primary);font-weight:700;margin-bottom:0.75rem}.featured-post-excerpt{color:var(--text-secondary);margin:0}.post-row-list{display:flex;flex-direction:column;height:100%}@media (max-width: 991.98px){.post-row-list{margin-top:2rem}}.post-row-list .post-row:first-child{padding-top:0}.post-row-list .post-row:last-child{border-bottom:none}.post-row{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;text-decoration:none;color:inherit;border-bottom:1px solid var(--border-color)}.post-row:hover{color:inherit}.post-row:hover .post-row-title{color:var(--secondary-color)}.post-row-image{flex:0 0 auto;width:96px;height:96px;object-fit:cover;border-radius:var(--border-radius)}.post-row-content{flex:1 1 auto;min-width:0}.post-row-content .post-date{margin-bottom:0.25rem}.post-row-title{color:var(--text-primary);font-weight:600;margin:0;font-size:1rem;transition:color 0.2s ease}.all-posts-list{display:flex;flex-direction:column;gap:1.25rem}.all-posts-row{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;background-color:var(--surface-bg);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:0 2px 15px var(--shadow-color);padding:1.25rem}@media (max-width: 575.98px){.all-posts-row{flex-direction:column;align-items:stretch}}.all-posts-row-image{flex:0 0 auto;width:220px;max-width:100%;height:150px;object-fit:cover;border-radius:var(--border-radius)}@media (max-width: 575.98px){.all-posts-row-image{width:100%;height:180px}}.all-posts-row-content{flex:1 1 260px;min-width:0}.all-posts-row-title{color:var(--text-primary);font-weight:700;margin:0.25rem 0 0}.catch-up-btn{flex:0 0 auto;white-space:nowrap}@media (max-width: 575.98px){.catch-up-btn{width:100%}}.back-to-news-link{display:inline-block;margin-bottom:1.5rem;color:var(--text-secondary);text-decoration:none;font-weight:400}.back-to-news-link:hover{color:var(--secondary-color)}.post-back-button{display:inline-flex;align-items:center;gap:0.4rem;margin-bottom:1.5rem;color:var(--text-secondary);text-decoration:none;font-weight:400;background:none;border:none;cursor:pointer;padding:0}.post-back-button:hover{color:var(--secondary-color)}.post-header-image{width:100%;max-height:480px;object-fit:cover;border-radius:var(--border-radius);box-shadow:0 2px 15px var(--shadow-color);margin-bottom:1.5rem}.post-header-title{color:var(--text-primary);font-weight:700}.post-header .post-date{text-transform:none;font-size:1rem;letter-spacing:normal}.post-body{color:var(--text-primary);font-size:1.1rem;line-height:1.8;margin:2rem 0}.post-body p{margin-bottom:1.25rem}.post-author{border-top:1px solid var(--border-color);padding-top:1.25rem;color:var(--text-secondary);font-weight:400}.post-not-found{text-align:center;padding:4rem 1rem;color:var(--text-secondary)}.members-header{background:linear-gradient(135deg, #4a1f6f 0%, #6b2c8f 100%);color:white;border-bottom:3px solid #ffc72c}@media (max-width: 768px){.members-header{padding:2rem 0}}.members-header h1{font-size:3.5rem;font-weight:800;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,0.3)}@media (max-width: 768px){.members-header h1{font-size:2rem}}@media (max-width: 576px){.members-header h1{font-size:1.5rem}}.members-header h2{font-size:1.5rem;font-weight:500;letter-spacing:1px;text-shadow:1px 1px 2px rgba(0,0,0,0.2)}@media (max-width: 768px){.members-header h2{font-size:1.2rem}}@media (max-width: 576px){.members-header h2{font-size:1rem}}.members-crest{max-width:150px;height:auto;animation:fadeIn 0.6s ease-out}@media (max-width: 768px){.members-crest{max-width:120px}}.members-section{background:var(--surface-bg-alt);padding:4rem 0}@media (max-width: 576px){.members-section{padding:2rem 0}}.executive-board-section{background:linear-gradient(180deg, var(--surface-bg) 0%, var(--surface-bg-alt) 100%);padding:4rem 0 1rem}.executive-board-lead{color:var(--text-secondary);max-width:46rem}.executive-board-grid{margin-top:0.5rem}.executive-board-card{border-top:4px solid var(--primary-color)}.members-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:2rem}@media (max-width: 1200px){.members-grid{grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:1.5rem}}@media (max-width: 768px){.members-grid{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:1.5rem}}@media (max-width: 576px){.members-grid{grid-template-columns:1fr;gap:1rem}}.member-card{background:var(--surface-bg);border-radius:15px;overflow:hidden;box-shadow:0 5px 20px var(--shadow-color);transition:all 0.3s ease;animation:fadeIn 0.6s ease-out;border:1px solid var(--border-color)}.member-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px var(--shadow-color)}@media (max-width: 768px){.member-card{margin-bottom:1rem}}.member-card:nth-child(1){animation-delay:0.05s}.member-card:nth-child(2){animation-delay:0.1s}.member-card:nth-child(3){animation-delay:0.15s}.member-card:nth-child(4){animation-delay:0.2s}.member-card:nth-child(5){animation-delay:0.25s}.member-card:nth-child(6){animation-delay:0.3s}.member-card:nth-child(7){animation-delay:0.35s}.member-card:nth-child(8){animation-delay:0.4s}.member-card:nth-child(n+9){animation-delay:0.45s}.member-card.flip-enabled{perspective:1400px;cursor:pointer}.member-card.flip-enabled:hover{transform:translateY(-8px)}.member-card-inner{display:grid;min-height:100%;transform-style:preserve-3d;transition:transform 0.75s cubic-bezier(0.22, 1, 0.36, 1)}.member-card.is-flipped .member-card-inner{transform:rotateY(180deg)}.member-card-face{grid-area:1 / 1;backface-visibility:hidden;-webkit-backface-visibility:hidden;background:var(--surface-bg);border-radius:15px;overflow:hidden;min-height:100%}.member-card-back{transform:rotateY(180deg);background:linear-gradient(160deg, #4a1f6f 0%, #6b2c8f 55%, #2d112d 100%);color:white;padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem}@media (max-width: 576px){.member-card-back{padding:1.25rem}}.member-back-image{width:min(180px, 70%);aspect-ratio:1 / 1;object-fit:cover;border-radius:50%;border:4px solid rgba(255,199,44,0.9);box-shadow:0 18px 35px rgba(0,0,0,0.22)}.member-back-title{font-size:1.3rem;font-weight:800;margin:0}@media (max-width: 576px){.member-back-title{font-size:1.1rem}}.member-back-blurb{font-size:0.98rem;line-height:1.6;margin:0;color:rgba(255,255,255,0.92)}@media (max-width: 576px){.member-back-blurb{font-size:0.92rem}}.member-back-meta{font-size:0.85rem;letter-spacing:0.4px;text-transform:uppercase;color:rgba(255,255,255,0.7);margin:0}.member-image-wrapper{position:relative;overflow:hidden;height:300px;background:linear-gradient(135deg, #4a1f6f 0%, #6b2c8f 100%)}@media (max-width: 768px){.member-image-wrapper{height:250px}}@media (max-width: 576px){.member-image-wrapper{height:280px}}.member-image{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.member-card:hover .member-image{transform:scale(1.08)}.member-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(74,31,111,0.85);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease}.member-card:hover .member-overlay{opacity:1}.member-social{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.social-btn{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;background:rgba(255,199,44,0.15);border-radius:50%;color:#ffc72c;transition:all 0.3s ease;border:2px solid #ffc72c;text-decoration:none;font-size:1.2rem}.social-btn:hover{background:#ffc72c;color:var(--primary-color);transform:scale(1.15) translateY(-5px)}@media (max-width: 576px){.social-btn{width:40px;height:40px;font-size:1rem}}.members-actions{background:linear-gradient(180deg, #f8f9fa 0%, #fff 100%);border-top:1px solid rgba(74,31,111,0.08)}@media (prefers-color-scheme: dark){.members-actions{background:linear-gradient(180deg, #241a35 0%, #120d1b 100%);border-top:none}}.flip-all-members-btn{background:linear-gradient(135deg, #ffc72c 0%, #ffdb73 100%);border:none;color:#2d112d;font-weight:400;letter-spacing:0.3px;border-radius:999px;padding:0.9rem 1.6rem;transition:all 0.3s ease}.flip-all-members-btn:hover{background:linear-gradient(135deg, #ffd44f 0%, #ffe08e 100%);transform:translateY(-2px);box-shadow:0 10px 25px rgba(196,171,30,0.3)}.member-info{padding:1.5rem}@media (max-width: 576px){.member-info{padding:1rem}}.member-name{font-size:1.2rem;font-weight:700;color:var(--primary-color);margin-bottom:0.5rem;transition:color 0.3s ease}@media (prefers-color-scheme: dark){.member-name{color:var(--text-primary)}}.member-card:hover .member-name{color:var(--secondary-color)}@media (max-width: 576px){.member-name{font-size:1rem}}.member-position{font-size:0.95rem;color:var(--text-secondary);margin-bottom:0.75rem;font-style:italic;line-height:1.4}@media (max-width: 576px){.member-position{font-size:0.9rem}}.member-pledge{font-size:0.85rem;color:var(--text-muted);background:var(--surface-bg-alt);padding:0.4rem 0.8rem;border-radius:20px;display:inline-block;font-weight:400}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.members-header2{position:relative}.moving-wall-title{z-index:100;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:rgba(0,0,0,0.5);border-radius:10px;padding:40px}@media (prefers-color-scheme: light){.wall-track img{filter:grayscale(100%) opacity(0.7)}}.member-year-major,.member-internship{font-size:0.9rem;color:var(--text-secondary);margin:0.15rem 0}.member-internship{color:var(--text-muted)}.member-card-back{background:var(--surface-bg);color:var(--text-primary);padding:0;display:block;text-align:left;gap:0}.member-org,.member-pledge-meta{font-size:0.9rem;color:var(--text-secondary);margin:0.15rem 0}.member-pledge-meta{color:var(--text-muted)}.member-blurb{font-size:0.9rem;font-style:italic;color:var(--text-secondary);margin:0.5rem 0}.flip-all-floating{position:fixed;top:50%;right:1.5rem;transform:translateY(-50%);z-index:1040;box-shadow:0 8px 20px var(--shadow-color);opacity:0;pointer-events:none;transition:opacity 0.3s ease, transform 0.3s ease}.flip-all-floating.is-visible{opacity:1;pointer-events:auto}.flip-all-floating:hover{transform:translateY(-50%) scale(1.06)}@media (max-width: 767.98px){.flip-all-floating{right:1rem;padding:0.7rem 1.1rem;font-size:0.9rem}}@media (max-width: 420px){.flip-all-floating span{display:none}}.wall-container{overflow:hidden;width:100vw}.wall-track{display:flex;gap:20px;margin:20px 0;width:max-content;animation:scroll 80s linear infinite}.wall-track.paused{animation-play-state:paused}.wall-track img{width:150px;height:100px;object-fit:contain}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (prefers-color-scheme: dark){.wall-track img{filter:grayscale(100%) invert(100%) opacity(0.7)}}.join-form-section{background:var(--surface-bg-alt)}.join-form-section h2{color:var(--primary-color);font-weight:800}@media (prefers-color-scheme: dark){.join-form-section h2{color:var(--text-primary)}}.join-form .form-control,.join-form .form-select{border:1px solid var(--border-color);border-radius:50px;padding:0.75rem 1.5rem;font-size:1rem;background-color:var(--surface-bg);color:var(--text-primary)}.join-form .form-control:focus,.join-form .form-select:focus{box-shadow:none;border-color:var(--primary-color);background-color:var(--surface-bg);color:var(--text-primary)}.join-form .form-select{padding-right:2.75rem}.join-form button[type="submit"]{background:linear-gradient(135deg, var(--secondary-color) 0%, #a01829 100%);border:none;padding:0.75rem 2.75rem;font-weight:400;color:#fff;transition:all 0.3s ease}.join-form button[type="submit"]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px rgba(196,30,58,0.3)}.join-form button[type="submit"]:disabled{opacity:0.7;cursor:not-allowed}.join-form .join-form-status{min-height:1.5rem;font-weight:600;margin-top:0.75rem}
