*{box-sizing:border-box}*,body{margin:0;padding:0}.fire-station-website,body{font-family:Segoe UI,system-ui,-apple-system,sans-serif}.fire-station-website{min-height:100vh;background:#fff}.lazy-image-wrapper{position:relative;overflow:hidden}.lazy-image-wrapper.loading img{opacity:0}.lazy-image-wrapper.loaded img{opacity:1}.image-loading-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0e0e0,#f5f5f5);color:#999;border-radius:inherit;width:100%;height:100%;min-height:100px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.image-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.navbar{background:linear-gradient(135deg,#036,#004080);color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px rgba(0,0,0,.3)}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;justify-content:space-between}.nav-brand,.nav-container{display:flex;align-items:center}.nav-brand{gap:1rem;position:relative}.brand-icon{width:48px;height:48px;color:gold}.brand-logo{height:112px;width:auto;object-fit:contain;position:relative;z-index:1001;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.brand-text{display:flex;flex-direction:column}.brand-name{font-size:1.5rem;font-weight:800;letter-spacing:2px;color:gold}.brand-tagline{font-size:.75rem;opacity:.9;letter-spacing:.5px}.nav-links{display:flex;gap:.5rem;align-items:center}.nav-link{padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .3s ease;position:relative}.nav-link:hover{background:rgba(255,215,0,.1);color:gold}.nav-link.active{background:gold;color:#036}.mobile-menu-btn{display:none;background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem}.mobile-nav{display:none}@media (max-width:1200px){.desktop-nav{display:none}.mobile-menu-btn{display:block}.mobile-nav{display:flex;flex-direction:column;padding:1rem;gap:.5rem;background:#1a1a2e;border-top:1px solid hsla(0,0%,100%,.1)}.mobile-nav .nav-link{width:100%;justify-content:flex-start}}.main-content{min-height:calc(100vh - 400px)}.hero-section{position:relative;height:85vh;background-image:url(/images/optimized/home-background-lg.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width:1280px){.hero-section{background-image:url(/images/optimized/home-background-md.webp)}}@media (max-width:640px){.hero-section{background-image:url(/images/optimized/home-background-sm.webp)}}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,51,102,.7)}@keyframes heroPattern{0%{transform:translateX(0) translateY(0)}to{transform:translateX(200px) translateY(200px)}}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,transparent 0,rgba(0,0,0,.4) 100%)}.hero-content{position:relative;z-index:2;text-align:center;max-width:1000px;padding:2rem;animation:fadeInUp 1s ease}.hero-badge{display:inline-block;background:rgba(255,215,0,.2);color:gold;padding:.5rem 1.5rem;border-radius:50px;font-size:.8rem;font-weight:700;letter-spacing:2px;margin-bottom:2rem;border:2px solid rgba(255,215,0,.3);animation:fadeInUp 1s ease .2s both}.hero-title{font-size:5rem;font-weight:900;color:#fff;margin-bottom:1rem;line-height:1.1;letter-spacing:-2px;animation:fadeInUp 1s ease .4s both}.hero-subtitle{display:block;font-size:2.5rem;color:gold;margin-top:.5rem;font-weight:700}.hero-description{font-size:1.3rem;color:hsla(0,0%,100%,.9);margin-bottom:3rem;animation:fadeInUp 1s ease .6s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease .8s both}.btn-cta,.btn-primary,.btn-secondary{padding:1rem 2.5rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary{background:gold;color:#036;box-shadow:0 8px 25px rgba(255,215,0,.4)}.btn-primary:hover{background:#ffc700;transform:translateY(-2px);box-shadow:0 12px 35px rgba(255,215,0,.5)}.btn-secondary{background:hsla(0,0%,100%,.1);color:#fff;border:2px solid hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px)}.hero-stats{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;gap:2rem;padding:2rem;background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);animation:fadeInUp 1s ease 1s both}.stat-card{text-align:center;color:#fff;padding:1.5rem;background:hsla(0,0%,100%,.05);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);min-width:180px}.stat-number{font-size:3rem;font-weight:900;color:gold;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9}.stats-overview-section{padding:4rem 2rem;background:linear-gradient(135deg,gold,#ffc700)}.stats-overview-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.stats-card{padding:2rem;border-radius:16px;box-shadow:0 4px 15px rgba(0,0,0,.08);display:flex;flex-direction:column;height:420px;transition:all .3s ease}.stats-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.stats-card-blue,.stats-card-gray{background:#fff;border:2px solid #bdbdbd}.stats-card-mission{background:#fff;border:2px solid #036}.mission-card-text{font-size:.9rem;line-height:1.6;color:#333;text-align:justify}.stats-card-title{font-size:1.3rem;font-weight:700;color:#036;margin-bottom:1.5rem;text-align:center}.stats-table{width:100%;border-collapse:collapse}.stats-table thead th{background:rgba(0,51,102,.1);text-align:left;font-weight:700}.stats-table tbody td,.stats-table thead th{padding:.75rem;color:#036;border:1px solid #bdbdbd}.stats-table tbody td{font-weight:500}.stats-table tbody tr:nth-child(2n){background:hsla(0,0%,100%,.5)}.stats-table tbody tr:hover{background:rgba(255,215,0,.1)}.monthly-stats-scroll{max-height:300px;overflow-y:auto;flex:1 1}.live-incidents{flex:1 1;margin-bottom:1.5rem;overflow-y:auto}.live-incident-item{padding:1rem;margin-bottom:1rem;background:#fff;border-radius:8px}.incident-type-simple{font-weight:700;font-size:1.1rem;color:#036;margin-bottom:.5rem}.incident-detail{font-size:.9rem;color:#036;margin-bottom:.25rem}.btn-see-more{width:100%;padding:.75rem 1.5rem;background:#036;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-see-more:hover{background:#004080;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}@media (max-width:1024px){.stats-overview-container{grid-template-columns:1fr}.stats-card{height:auto}.monthly-stats-scroll{max-height:300px}}.info-section{padding:4rem 2rem;background:linear-gradient(135deg,#036,#004080)}.info-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.info-card{text-align:center;padding:2rem;background:#f8f9fa;border-radius:16px;transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.info-icon{width:48px;height:48px;color:gold;margin:0 auto 1rem}.info-card h3{font-size:1.3rem;margin-bottom:.5rem;color:#2d3436}.info-highlight{font-size:1.5rem;font-weight:700;color:gold;margin:.5rem 0;display:block}.info-card p{color:#636e72;line-height:1.6}.mission-section{padding:5rem 2rem;background:#fff;color:#036}.mission-content{max-width:900px;margin:0 auto;text-align:center}.section-title{font-size:3rem;font-weight:800;margin-bottom:2rem;color:gold}.mission-text{font-size:1.2rem;line-height:1.8;opacity:.95;color:#036}.cta-section{padding:5rem 2rem;background:linear-gradient(135deg,gold,#ffc700);color:#036;text-align:center}.cta-content h2{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#036}.cta-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.95;color:#036}.decorative-section{padding:3rem 2rem;background:linear-gradient(135deg,gold,#ffc700)}.btn-cta{background:#036;color:gold;box-shadow:0 8px 25px rgba(0,0,0,.2);display:inline-flex;align-items:center;gap:.75rem}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(0,0,0,.3);background:#024}.content-page{max-width:1400px;margin:0 auto;padding:4rem 2rem;min-height:60vh}.page-header{text-align:center;margin-bottom:4rem;position:relative}.page-title{font-size:3.5rem;font-weight:900;color:#1a1a2e;margin-bottom:1rem}.page-subtitle{font-size:1.2rem;color:#636e72}.coming-soon-container{display:flex;justify-content:center;align-items:center;min-height:40vh;padding:2rem}.coming-soon-card{background:linear-gradient(135deg,#036,#004080);border-radius:20px;padding:4rem 3rem;text-align:center;max-width:600px;box-shadow:0 20px 60px rgba(0,51,102,.3)}.coming-soon-icon{color:gold;margin-bottom:2rem;opacity:.9}.coming-soon-icon.memorial{color:gold}.coming-soon-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem}.coming-soon-text{font-size:1.1rem;color:hsla(0,0%,100%,.85);line-height:1.8;margin-bottom:2rem}.coming-soon-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:rgba(255,215,0,.15);border:1px solid rgba(255,215,0,.3);border-radius:50px;color:gold;font-size:.875rem;font-weight:600}.section-heading{font-size:2rem;font-weight:800;color:#2d3436;margin-bottom:2rem;padding-bottom:.75rem;border-bottom:4px solid gold;display:inline-block}.officers-section{margin-bottom:4rem}.officers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.leadership-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:800px;margin:0 auto}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.officer-card{background:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s ease}.officer-card-small{padding:1.5rem 1rem}.officer-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.officer-image{width:110px;height:110px;margin:0 auto 1rem}.officer-image,.officer-image-small{border-radius:50%;object-fit:cover;object-position:center 20%;display:block}.officer-image-small{width:100px;height:100px;margin:0 auto .75rem}.officer-name{font-size:1.3rem}.officer-name,.officer-name-small{font-weight:700;color:#2d3436;margin-bottom:.5rem}.officer-name-small{font-size:1rem}.officer-position{color:gold;font-weight:600;font-size:1.1rem;margin-bottom:.25rem}.officer-number{color:#636e72;font-size:.85rem;margin-top:.25rem;font-weight:500}.members-section{margin-bottom:4rem}.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.member-card{background:#fff;padding:1.5rem 1rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.member-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.12)}.member-image{width:100px;height:100px;border-radius:50%;object-fit:cover;object-position:center 20%;margin:0 auto .75rem;display:block}.member-name{font-weight:700;color:#2d3436;font-size:.95rem}.current-positions{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.current-position{font-size:.75rem;font-weight:600;color:#036;font-style:italic}.member-card .current-position{font-size:.95rem}.past-titles{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.past-title{font-size:.75rem;font-weight:600;color:#daa520;font-style:italic}.member-card .past-title{font-size:.95rem}.life-members-subsection{margin-bottom:2rem}.subsection-heading{font-size:1.25rem;font-weight:600;color:#036;margin-bottom:1rem;padding-left:.5rem;border-left:3px solid gold}.inactive-life-members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.inactive-life-member-card{background:#fff;padding:1.5rem 1rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}.inactive-life-member-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.12)}.inactive-life-member-card .life-member-icon{color:#036;opacity:.6}.inactive-life-member-card .life-member-shield{flex-shrink:0}.inactive-member-name{font-weight:600;color:#2d3436;font-size:.95rem}.officer-card-large{padding:2rem 1.5rem}.officer-card-large .officer-image,.officer-image-large{width:150px;height:150px;border-radius:50%;object-fit:cover;object-position:center 20%;margin:0 auto 1rem;display:block;border:4px solid gold;box-shadow:0 4px 12px rgba(0,0,0,.15)}.events-list{max-width:900px;margin:0 auto}.event-card{display:flex;gap:2rem;background:#fff;padding:2rem;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s ease}.event-card:hover{transform:translateX(8px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.event-date{text-align:center;min-width:80px;background:linear-gradient(135deg,#036,#004080);color:gold;padding:1rem;border-radius:12px}.event-month{font-size:.9rem;font-weight:600;text-transform:uppercase}.event-day{font-size:2.5rem;font-weight:900;line-height:1;margin-top:.25rem}.event-details{flex:1 1}.event-title{font-size:1.5rem;font-weight:700;color:#2d3436;margin-bottom:.75rem}.event-meta{display:flex;gap:2rem;color:#636e72}.event-time:before{content:"🕐 "}.event-location:before{content:"📍 "}.community-events-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;max-width:1100px;margin:0 auto;padding:0 1rem}.community-event-tile{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);cursor:pointer;transition:all .3s ease}.community-event-tile:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.community-event-tile-image{width:100%;height:200px;overflow:hidden}.community-event-tile-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.community-event-tile:hover .community-event-tile-image img{transform:scale(1.05)}.community-event-tile-content{padding:1.5rem}.community-event-tile-date{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#036,#004080);color:gold;padding:.4rem 1rem;border-radius:20px;font-weight:700;font-size:.85rem;margin-bottom:.75rem}.community-event-tile-title{font-size:1.25rem;font-weight:800;color:#2d3436;margin-bottom:.5rem;line-height:1.3}.community-event-tile-location,.community-event-tile-time{font-size:.9rem;color:#666;margin-bottom:.25rem}.community-event-tile-desc{font-size:.9rem;color:#555;line-height:1.5;margin-top:.75rem}.community-event-detail{max-width:900px;margin:0 auto;padding:0 1rem}.community-event-back-btn{display:inline-flex;align-items:center;gap:.5rem;background:#f8f9fa;border:2px solid #dee2e6;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;color:#495057;cursor:pointer;transition:all .2s ease;margin-bottom:2rem;font-size:.95rem}.community-event-back-btn:hover{background:#e9ecef;transform:translateX(-4px)}.community-event-detail-image{margin-bottom:2rem;text-align:center}.community-event-detail-image img{max-width:100%;max-height:500px;height:auto;border-radius:16px;object-fit:contain}.community-event-detail-title{font-size:2.5rem;font-weight:900;color:#036;margin-bottom:1.5rem;line-height:1.2}.community-event-detail-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;border-left:4px solid gold}.community-event-detail-meta-item{display:flex;align-items:center;gap:.5rem;color:#036;font-weight:600}.community-event-detail-description{font-size:1.1rem;line-height:1.8;color:#333}.community-event-detail-description p{margin-bottom:1rem}.community-event-detail-additional{margin-top:2rem;padding-top:2rem;border-top:2px solid #e9ecef}.community-event-detail-additional-title{font-size:1.5rem;font-weight:800;color:#036;margin-bottom:1rem}.community-events-admin-list{display:flex;flex-direction:column;gap:1rem}.community-event-admin-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.08);border-left:4px solid #28a745}.community-event-admin-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.community-event-admin-date{font-size:.9rem;color:#888;margin-top:.25rem}.community-event-admin-title{font-size:1.2rem;font-weight:700;color:#2d3436}.community-event-admin-desc{font-size:.9rem;color:#666;margin-bottom:1rem}.community-event-admin-actions{display:flex;gap:.75rem}.form-section-header{font-size:1.1rem;font-weight:700;color:#036;margin-top:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid gold}@media (max-width:768px){.community-events-grid{grid-template-columns:1fr;gap:1.5rem}.community-event-detail-title{font-size:1.8rem}.community-event-detail-meta{flex-direction:column;gap:1rem}.community-event-tile-image{height:160px}}.incidents-grid{max-width:900px;margin:0 auto 3rem;display:flex;flex-direction:column;gap:1rem}.incident-card-new{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.06);border-left:4px solid #036;transition:box-shadow .2s ease}.incident-card-new:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.incident-fire{border-left-color:#dc3545}.incident-ems{border-left-color:#28a745}.incident-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.incident-type-icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}.incident-fire .incident-type-icon{background:rgba(220,53,69,.1)}.incident-ems .incident-type-icon{background:rgba(40,167,69,.1)}.icon-fire{color:#dc3545}.icon-ems{color:#28a745}.incident-title-section{flex:1 1;min-width:0}.incident-title-new{font-size:1.1rem;font-weight:700;color:#036;margin:0 0 .25rem;line-height:1.3}.incident-date-new{font-size:.85rem;color:#6c757d}.incident-description-new{color:#495057;font-size:.95rem;line-height:1.6;margin:0 0 .75rem}.incident-apparatus{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#6c757d;padding-top:.75rem;border-top:1px solid #e9ecef}.incident-apparatus svg{flex-shrink:0;color:#036}.incident-gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.5rem;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.incident-thumbnail{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s ease}.incident-thumbnail:hover{transform:scale(1.02)}.incident-thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail-overlay{position:absolute;background:rgba(0,51,102,.7);color:#fff;font-size:1.25rem;font-weight:700}.incident-lightbox,.thumbnail-overlay{inset:0;display:flex;align-items:center;justify-content:center}.incident-lightbox{position:fixed;background:rgba(0,0,0,.95);z-index:1000;padding:1rem}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.lightbox-close{position:absolute;top:-3rem;right:0;background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem;z-index:10;opacity:.8;transition:opacity .2s}.lightbox-close:hover{opacity:1}.lightbox-image-container{position:relative;display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:85vw;max-height:80vh;object-fit:contain;border-radius:8px}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.1);border:none;color:#fff;cursor:pointer;padding:1rem .75rem;border-radius:8px;opacity:.7;transition:opacity .2s,background .2s}.lightbox-nav:hover{opacity:1;background:hsla(0,0%,100%,.2)}.lightbox-prev{left:-4rem}.lightbox-next{right:-4rem}.lightbox-caption{color:#fff;text-align:center;margin-top:1rem;font-size:.95rem;opacity:.9}.lightbox-counter{color:#fff;font-size:.85rem;opacity:.7;margin-top:.5rem}.incidents-list{max-width:1000px;margin:0 auto 3rem}.incident-card{display:flex;gap:2rem;background:#fff;padding:2rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 4px 15px rgba(0,0,0,.08)}.incident-icon{font-size:4rem;display:flex;align-items:center;justify-content:center;min-width:80px}.incident-content{flex:1 1}.incident-header{margin-bottom:.75rem}.incident-type{font-size:1.5rem;color:#2d3436}.incident-date{color:#636e72;font-size:.9rem}.incident-location{color:gold;font-weight:600;margin-bottom:.75rem}.incident-description{color:#2d3436;line-height:1.6}.social-connect{text-align:center;padding:2rem;background:#f8f9fa;border-radius:16px;max-width:600px;margin:0 auto;display:flex;align-items:center;gap:1rem;justify-content:center}.social-connect p{color:#636e72;margin:0}.incident-units{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef;color:#636e72}.incident-units strong{color:#2d3436;margin-right:.5rem}.load-more-container{text-align:center;margin:3rem 0}.btn-load-more{padding:1rem 2.5rem;background:gold;color:#036;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px rgba(255,215,0,.3)}.btn-load-more:hover{background:#ffc700;transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,215,0,.4)}.load-more-text{margin-top:1rem;color:#636e72;font-size:.95rem}.donate-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;max-width:1200px;margin:0 auto}.donate-info h2,.donate-info h3{color:#2d3436;margin-bottom:1rem}.donate-info p{color:#636e72;line-height:1.8;margin-bottom:2rem}.donation-impact{background:#f8f9fa;padding:2rem;border-radius:16px;margin-top:2rem}.impact-item{justify-content:space-between;padding:1rem 0;border-bottom:1px solid #dfe6e9}.impact-item:last-child{border-bottom:none}.impact-amount{font-size:1.5rem;font-weight:800;color:gold}.impact-desc{color:#2d3436}.donate-form-container{position:-webkit-sticky;position:sticky;top:100px;height:-moz-fit-content;height:fit-content}.donate-content-centered{max-width:700px;margin:0 auto;padding:0 1rem}.zeffy-form-wrapper{background:#036;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.12);padding:1.5rem;margin-bottom:2rem}.zeffy-iframe{width:100%;height:850px;border:none;display:block}.donation-note-centered{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;background:rgba(0,51,102,.05);border-radius:12px;border-left:4px solid gold;margin-bottom:2rem}.donation-note-centered p{margin:0;font-size:.95rem;color:#636e72;line-height:1.6}.zeffy-embed-container{position:relative;overflow:hidden;min-height:600px;width:100%;background:#fff;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.12)}.donation-note{display:flex;align-items:flex-start;gap:.75rem;margin-top:2rem;padding:1rem;background:rgba(0,51,102,.05);border-radius:10px;border-left:4px solid gold}.donation-note-icon{color:gold;flex-shrink:0;margin-top:2px}.donation-note p{margin:0;font-size:.9rem;color:#636e72;line-height:1.5}.impact-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:10px;margin-bottom:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.impact-icon{color:#036;flex-shrink:0}.impact-item>div{display:flex;flex-direction:column}.impact-amount{font-weight:700;color:#036;font-size:1.1rem}.impact-desc{color:#636e72;font-size:.9rem}.donate-form{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.12)}.donate-form h3{font-size:1.8rem;color:#2d3436;margin-bottom:1.5rem}.donation-amounts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-bottom:2rem}.amount-btn{padding:1rem;border:2px solid #dfe6e9;background:#fff;border-radius:10px;font-weight:700;cursor:pointer;transition:all .3s ease}.amount-btn:hover{border-color:gold;color:gold}.amount-btn.active{background:gold;border-color:gold;color:#036}.form-input,.form-textarea{width:100%;padding:1rem;border:2px solid #dfe6e9;border-radius:10px;font-size:1rem;margin-bottom:1rem;font-family:inherit;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:gold}.form-textarea-padded{margin-top:.5rem;margin-bottom:1.5rem}.btn-donate{width:100%;padding:1.25rem;background:gold;color:#036;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-donate:hover{background:#ffc700;transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,215,0,.4)}.tax-info{font-size:.85rem;color:#636e72;margin-top:1rem;text-align:center}.membership-content{max-width:1000px;margin:0 auto}.requirements-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.requirements-card{background:#f8f9fa;padding:2rem;border-radius:16px;transition:all .3s ease}.requirements-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.requirements-card h2{color:#2d3436;margin-bottom:.75rem}.requirements-list{list-style:none;padding:0}.requirements-list li{padding:.35rem 0;color:#2d3436;display:flex;align-items:center;gap:1rem;line-height:1.15}.requirements-list li:before{content:"✓";color:gold;font-weight:900;font-size:1.5rem}.membership-apply-cta{display:flex;justify-content:center}.membership-apply-cta-top{margin-top:-.5rem;margin-bottom:.75rem}.membership-apply-button{width:100%;max-width:640px;justify-content:center;text-align:center;padding:.75rem 1.9rem;font-size:.95rem}.membership-page-title{font-size:2.4rem}.membership-footer-text{margin-top:1.25rem;text-align:center;color:#2d3436;font-size:1.05rem}@media (max-width:900px){.requirements-grid{grid-template-columns:1fr}}.application-form{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.08)}.application-form h1,.application-form h2{color:#2d3436;margin-bottom:2rem}.application-form h1{text-align:center}.required-note{margin:-.5rem 0 1.5rem;color:#636e72;font-size:.95rem}.form-section{margin-bottom:3rem}.form-section h3{color:#c1121f;margin-bottom:1.5rem;font-size:1.3rem;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem}.fire-experience-list{margin:1rem 0 1.5rem}.reference-block{margin-bottom:1.5rem}.reference-title{font-weight:600;color:#2d3436;margin-bottom:.75rem}.authorization-checkbox{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1.5rem;color:#2d3436;line-height:1.4}.authorization-checkbox input[type=checkbox]{width:20px;height:20px;margin-top:.15rem}.btn-add-company{margin-top:.75rem;padding:.6rem 1.25rem;border-radius:10px;border:1px solid #036;background:#fff;color:#036;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-add-company:hover{background:#036;color:#fff;transform:translateY(-1px)}.btn-add-company:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-add-company:disabled:hover{background:#fff;color:#036}.form-row-three{grid-template-columns:1fr .4fr .4fr}.city-input{grid-column:1}.state-input{grid-column:2}.zip-input{grid-column:3}.checkbox-group{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:1rem}.checkbox-label{gap:.75rem;padding:1rem;background:#f8f9fa;border-radius:10px;transition:all .3s ease}.checkbox-label:hover{background:#fff5f5}.checkbox-label input[type=checkbox]{width:20px;height:20px}.membership-type-options{display:flex;gap:2rem;margin-top:1rem;flex-wrap:wrap}.radio-label{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#f8f9fa;border:2px solid #dfe6e9;border-radius:10px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#2d3436}.radio-label:hover{background:#fff5f5;border-color:gold}.radio-label input[type=radio]{width:20px;height:20px;cursor:pointer;margin:0}.radio-label input[type=radio]:checked+span{color:gold;font-weight:700}.radio-label:has(input[type=radio]:checked){background:#fffbf0;border-color:gold}.form-row-five{grid-template-columns:repeat(5,1fr);gap:1rem}.form-field-inline{display:flex;flex-direction:column;gap:.5rem}.inline-label{font-size:.85rem;font-weight:600;color:#2d3436}.form-input-small{width:100%;padding:.75rem;border:2px solid #dfe6e9;border-radius:8px;font-size:.95rem;font-family:inherit;transition:all .3s ease}.form-input-small:focus{outline:none;border-color:gold}.form-row-question{display:flex;align-items:center;gap:1.5rem;margin-top:1rem;margin-bottom:1rem}.form-row-question-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:1rem}.question-group{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.question-label{font-size:.95rem;font-weight:600;color:#2d3436;min-width:200px;flex-shrink:0}.question-label-sub{font-size:.9rem;font-weight:500;color:#636e72;font-style:italic;margin-bottom:.5rem}.yes-no-options{display:flex;gap:1.5rem}.radio-option{display:flex;align-items:center;gap:.5rem;cursor:pointer}.radio-option input[type=radio]{width:22px;height:22px;cursor:pointer}.radio-option span{font-weight:500;color:#2d3436}.form-section-health{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e9ecef}.btn-submit{width:100%;padding:1.25rem;background:gold;color:#036;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-submit:hover{background:#ffc700;transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,215,0,.4)}.login-container{display:flex;justify-content:center;align-items:center;min-height:50vh}.login-box{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.12);text-align:center;max-width:400px;width:100%}.login-icon{color:gold;margin:0 auto 1.5rem}.login-box h3{color:#2d3436;margin-bottom:2rem;font-size:1.8rem}.login-help{margin-top:1rem;color:#636e72;font-size:.9rem}.btn-logout{position:absolute;right:0;top:0;padding:.75rem 1.5rem;background:gold;color:#036;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.btn-logout:hover{background:#ffc700}.header-actions{position:absolute;right:0;top:0;display:flex;gap:1rem;align-items:center}.header-actions .btn-logout{position:static}.header-actions .btn-back{padding:.75rem 1.5rem;background:#036;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.header-actions .btn-back:hover{background:#004080}.admin-dashboard,.members-dashboard{margin-top:3rem}.admin-card,.dashboard-card{background:#fff;padding:2rem;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s ease}.admin-card:hover,.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.admin-card h3,.dashboard-card h3{color:#2d3436;margin-bottom:.75rem;font-size:1.5rem}.admin-card p,.dashboard-card p{color:#636e72;margin-bottom:1.5rem;line-height:1.6}.admin-note{background:#fffbf0;border-left:4px solid gold;padding:1.5rem;border-radius:8px;color:#2d3436;margin:2rem 0}.admin-sections{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem}.admin-container,.admin-sections{display:grid;gap:2rem;margin-top:2rem}.admin-container{grid-template-columns:280px 1fr;grid-gap:2rem}.admin-sidebar{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 15px rgba(0,0,0,.08);height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.admin-sidebar-title{font-size:1.2rem;font-weight:700;color:#2d3436;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e9ecef}.admin-menu{display:flex;flex-direction:column;gap:.5rem}.admin-menu-item{background:transparent;border:none;padding:1rem;text-align:left;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#2d3436;font-size:.95rem}.admin-menu-item:hover{background:#f8f9fa;color:#036}.admin-menu-item.active{background:linear-gradient(135deg,gold,#ffc700);color:#036;font-weight:700}.admin-content{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 15px rgba(0,0,0,.08)}.admin-editor{max-width:1000px}.admin-editor-title{font-size:2rem;font-weight:800;color:#2d3436;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid gold}.admin-section{margin-bottom:3rem}.admin-section h3{font-size:1.3rem;font-weight:700;color:#2d3436;margin-bottom:1rem}.admin-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.admin-table thead th{background:#f8f9fa;padding:1rem;text-align:left;font-weight:700;color:#036;border:1px solid #dee2e6}.admin-table tbody td{padding:1rem;border:1px solid #dee2e6;color:#2d3436}.admin-form,.admin-table tbody tr:hover{background:#f8f9fa}.admin-form{padding:2rem;border-radius:12px}.admin-form-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.admin-form-field{display:flex;flex-direction:column;gap:.5rem}.admin-form-field label{font-weight:600;color:#2d3436;font-size:.9rem}.btn-submit-admin{width:100%;padding:1rem 2rem;background:#036;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:1rem}.btn-submit-admin:hover{background:#004080;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.btn-delete-small{padding:.5rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.85rem}.btn-delete-small:hover{background:#c82333;transform:translateY(-1px)}@media (max-width:1024px){.admin-container{grid-template-columns:1fr}.admin-sidebar{position:static}.admin-form-row{grid-template-columns:1fr}}.footer{background:linear-gradient(135deg,#036,#004080);color:#fff;padding:2.5rem 2rem 1.5rem;margin-top:0}.footer-content-wrapper{max-width:1600px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin:0 auto 2rem}.footer-graphic-left,.footer-graphic-right{flex-shrink:0;width:200px;display:flex;align-items:center;justify-content:center}.footer-graphic-left img,.footer-graphic-right img{height:200px;width:auto;object-fit:contain;opacity:.9}.footer-content{flex:1 1;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}.footer-section h3,.footer-section h4{margin-bottom:.75rem;color:gold}.footer-section p{color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:.35rem}.footer-link{display:block;background:transparent;border:none;color:hsla(0,0%,100%,.8);padding:.35rem 0;cursor:pointer;text-align:left;transition:all .3s ease;font-family:inherit;font-size:inherit}.footer-link:hover{color:gold;padding-left:.5rem}.footer-bottom{background:linear-gradient(135deg,#036,#004080);padding:.75rem 2rem;text-align:center;color:hsla(0,0%,100%,.8);margin-top:2rem}@media (max-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.5rem}.hero-stats{flex-direction:column;gap:1rem}.stat-card{min-width:auto}.page-title{font-size:2.5rem}.donate-content{grid-template-columns:1fr}.donate-form-container{position:static}.checkbox-group,.form-row{grid-template-columns:1fr}.form-row-five{grid-template-columns:repeat(2,1fr)}.form-row-question{flex-direction:column;align-items:flex-start}.form-row-question-split{grid-template-columns:1fr}.question-label{min-width:auto}.event-card,.incident-card{flex-direction:column}.admin-sections{grid-template-columns:1fr}.footer-content-wrapper{flex-direction:column}.footer-graphic-left,.footer-graphic-right{display:none}}.members-filter-info{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.members-filter-info p{margin-bottom:.75rem;color:#2d3436;font-weight:600}.members-filter-info ul{list-style:none;padding-left:1rem;margin:0}.members-filter-info li{padding:.25rem 0;color:#636e72}.section-badge{display:inline-block;padding:.4rem .8rem;background:linear-gradient(135deg,gold,#ffc700);color:#036;border-radius:6px;font-size:.85rem;font-weight:600}.action-buttons{display:flex;gap:.5rem}.btn-edit-small{padding:.5rem 1rem;background:#036;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.85rem}.btn-edit-small:hover{background:#004080;transform:translateY(-1px)}.modal-overlay{background:rgba(0,0,0,.7);z-index:10000}.modal-content{background:#fff;padding:2.5rem;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-content h3{font-size:1.8rem;font-weight:800;color:#2d3436;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid gold}.modal-buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:2rem}.btn-cancel{transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:1rem}.btn-cancel:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.admin-tiles-container{display:flex;flex-direction:column;gap:1.25rem;max-width:800px;margin:0 auto}.tiles-row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem}.admin-tile{background:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 3px 10px rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease;border-left:5px solid;display:flex;align-items:center;gap:1rem;min-height:90px}.admin-tile:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.15)}.tile-icon{flex-shrink:0}.tile-content{flex:1 1}.tile-title{font-size:1.25rem;font-weight:700;color:#2d3436;margin:0 0 .25rem}.tile-subtitle{font-size:.85rem;color:#636e72;margin:0}.admin-view{max-width:1400px;margin:0 auto;padding:2rem}.admin-view-header{gap:1.5rem;margin-bottom:2rem}.admin-view-header,.btn-back{display:flex;align-items:center}.btn-back{gap:.5rem;background:#f8f9fa;border:2px solid #dee2e6;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;color:#495057;cursor:pointer;transition:all .2s ease}.btn-back:hover{background:#e9ecef;transform:translateX(-4px)}.view-title{font-size:2rem;color:#2d3436;margin:0}.placeholder-content{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.placeholder-content h2{font-size:2.5rem;color:#2d3436;margin-bottom:1rem}.placeholder-content p{font-size:1.2rem;color:#636e72;margin-bottom:2rem}.coming-soon-badge{display:inline-block;background:#fff3cd;color:#856404;padding:.75rem 2rem;border-radius:30px;font-weight:700;font-size:1.1rem}.action-bar{margin-bottom:2rem}.btn-add-member{display:flex;align-items:center;gap:.5rem;background:gold;color:#036;border:none;padding:1rem 2rem;border-radius:8px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .2s ease}.btn-add-member:hover{background:#ffc700;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,215,0,.3)}.member-form{gap:1.5rem}.form-field,.member-form{display:flex;flex-direction:column}.form-field{gap:.5rem}.form-field label{font-weight:600;color:#2d3436;font-size:.95rem}.stats-bar{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.stat-item{background:#fff;padding:1.25rem 1.75rem;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.08);text-align:center;min-width:120px}.stat-item strong{display:block;font-size:1.8rem;color:#036;margin-bottom:.25rem}.stat-item span{color:#636e72;font-size:.9rem}.table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden}.members-table{width:100%;border-collapse:collapse}.members-table thead{background:#036;color:#fff}.members-table th{padding:1.25rem 1rem;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.members-table td{padding:1rem;border-bottom:1px solid #e9ecef}.members-table tbody tr:hover{background:#f8f9fa}.member-photo{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #e9ecef}.suffix{color:#636e72;font-weight:400;font-size:.9rem}.type-badge{display:inline-block;padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:600}.type-badge.full{background:#d1ecf1;color:#0c5460}.type-badge.junior{background:#fff3cd;color:#856404}.type-badge.associate{background:#d4edda;color:#155724}.type-badge.life{background:#e2d9f3;color:#5a3e7d}.type-badge.honorary{background:#f8d7da;color:#721c24}.status-badge{display:inline-block;padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:600}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.positions-cell{max-width:300px}.positions-list{display:flex;flex-direction:column;gap:.5rem}.position-badge{display:flex;align-items:center;gap:.5rem;color:#2d3436}.contact-cell,.position-badge{font-size:.85rem}.contact-cell div{margin:.25rem 0}.no-data{color:#adb5bd;font-style:italic;font-size:.9rem}.actions-cell{display:flex;gap:.5rem}.btn-icon{padding:.5rem;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-edit{background:#e3f2fd;color:#1976d2}.btn-edit:hover{background:#bbdefb}.btn-delete{background:#ffebee;color:#c62828}.btn-delete:hover{background:#ffcdd2}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem}.modal-box{background:#fff;padding:2.5rem;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto}.modal-box h3{color:#2d3436;margin-bottom:2rem;font-size:1.8rem}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.btn-cancel{background:#6c757d;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{background:#5a6268}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1.5rem}.loading-spinner{width:60px;height:60px;border:5px solid #f3f3f3;border-top-color:#036;border-radius:50%;animation:spin 1s linear infinite}@media (max-width:768px){.tiles-row{grid-template-columns:1fr}.admin-tile{min-height:80px}.stats-bar{justify-content:center}.members-table{font-size:.9rem}.members-table td,.members-table th{padding:.75rem .5rem}}.photo-upload-section{background:#f8f9fa;padding:2rem;border-radius:12px;margin-bottom:2rem}.photo-upload-section h4{color:#2d3436;margin-bottom:1.5rem;font-size:1.3rem}.photo-upload-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-bottom:1rem}.photo-upload-item{display:flex;flex-direction:column;gap:1rem}.photo-label{font-weight:600;color:#2d3436;font-size:.95rem}.photo-preview-container{width:100%;height:200px;border:2px solid #dee2e6;border-radius:8px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.photo-preview{width:100%;height:100%;object-fit:contain}.file-input{display:none}.btn-upload{background:#007bff;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;text-align:center;transition:all .2s ease;border:none}.btn-upload:hover{background:#0056b3;transform:translateY(-1px)}.btn-clear-upload{background:#dc3545;color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.btn-clear-upload:hover{background:#c82333}.photo-upload-note{background:#fff3cd;border-left:4px solid #ffc107;padding:1rem;border-radius:4px;color:#856404;font-size:.9rem;margin-top:1rem}.photo-upload-note strong{color:#856404}@media (max-width:768px){.photo-upload-grid{grid-template-columns:1fr}.photo-preview-container{height:250px}}.officer-roles-section{background:#f8f4f0;padding:1.5rem;border-radius:12px;margin-top:1.5rem;border:1px solid #e8d4c4}.officer-roles-section h4{color:#8b4513;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:1.1rem;padding-bottom:.75rem;border-bottom:1px solid #e8d4c4}.officer-roles-section h4 svg{color:#daa520}.officer-roles-section .checkbox-field{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.officer-roles-section .checkbox-field input[type=checkbox]{width:18px;height:18px;accent-color:#036}.officer-roles-section .checkbox-field label{margin-bottom:0;font-weight:500;cursor:pointer}.website-access-section{background:#f0f4f8;padding:1.5rem;border-radius:12px;margin-top:1.5rem;border:1px solid #d4e0ed}.website-access-section h4{color:#036;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:1.1rem;padding-bottom:.75rem;border-bottom:1px solid #d4e0ed}.website-access-section h4 svg{color:#036}.admin-tile-access{margin:1rem 0;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.admin-tile-access label:first-of-type{font-weight:600;color:#2d3436;display:block;margin-bottom:.5rem}.admin-tile-access .help-text{color:#666;font-size:.85rem;margin-bottom:.75rem}.tile-checkboxes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem}.checkbox-label{padding:.5rem;border-radius:4px;transition:background .2s}.checkbox-label:hover{background:#f0f4f8}.website-user-status{margin:1rem 0}.status-badge-inline{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.status-badge-inline.active{background:#d4edda;color:#155724}.status-badge-inline.pending{background:#fff3cd;color:#856404}.status-badge-inline.inactive{background:#f8d7da;color:#721c24}.status-badge-inline .last-login{font-weight:400;font-size:.85rem;margin-left:.25rem}.password-section{margin:1rem 0;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.password-section label{font-weight:600;color:#2d3436;display:block;margin-bottom:.5rem}.password-input-group{display:flex;gap:.75rem}.password-input-group .form-input{flex:1 1}.btn-set-password{background:#036;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-set-password:hover:not(:disabled){background:#004080}.btn-set-password:disabled{background:#ccc;cursor:not-allowed}.password-section .help-text{color:#666;font-size:.85rem;margin-top:.5rem}.invitation-section{margin:1rem 0;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.btn-send-invitation{background:#28a745;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.75rem}.btn-send-invitation:hover:not(:disabled){background:#218838}.btn-send-invitation:disabled{background:#ccc;cursor:not-allowed}.auth-action-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;margin-top:1rem;font-weight:500}.auth-action-message.success{background:#d4edda;color:#155724}.help-text{color:#666;font-size:.85rem}.login-error{background:#f8d7da;color:#721c24;padding:.75rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.forgot-password-link{color:#036;font-size:.9rem;text-align:right;margin-bottom:1rem;cursor:pointer}.forgot-password-link:hover{text-decoration:underline}.forgot-password-form{margin-top:1.5rem;padding:1.5rem;background:#f0f4f8;border-radius:8px}.forgot-password-form h4{margin-bottom:1rem;color:#036}.reset-success{background:#d4edda;color:#155724;padding:.75rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem}.reset-password-page{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.reset-header{background:linear-gradient(135deg,#036,#004080);padding:1.5rem 2rem}.reset-header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1rem}.reset-logo{height:80px;width:auto}.reset-brand{display:flex;flex-direction:column}.reset-brand-name{color:gold;font-size:2rem;font-weight:800}.reset-brand-tagline{color:#fff;font-size:.9rem}.reset-main{flex:1 1;display:flex;align-items:center;justify-content:center;padding:2rem}.reset-container{max-width:500px;width:100%}.reset-box{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);text-align:center}.reset-box h2{margin:1rem 0;color:#2d3436}.reset-box p{color:#666;margin-bottom:1rem}.reset-icon{color:#036}.reset-icon.error{color:#dc3545}.reset-icon.success{color:#28a745}.reset-form{text-align:left;margin-top:1.5rem}.reset-form .form-field{margin-bottom:1rem}.reset-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3436}.reset-form .form-input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s}.reset-form .form-input:focus{outline:none;border-color:#036}.reset-error{background:#f8d7da;color:#721c24;padding:.75rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.reset-box .btn-primary{width:100%;background:linear-gradient(135deg,#036,#004080);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.reset-box .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,51,102,.3)}.reset-box .btn-primary:disabled{opacity:.7;cursor:not-allowed}.reset-box.success{border:3px solid #28a745}.password-requirements{color:#666;font-size:.85rem;margin-top:1rem}.reset-footer{background:#036;color:#fff;padding:1rem;text-align:center}.reset-footer p{color:hsla(0,0%,100%,.8);font-size:.9rem;margin:0}@media (max-width:768px){.tile-checkboxes{grid-template-columns:repeat(2,1fr)}.password-input-group{flex-direction:column}}.apparatus-page-wrapper{position:relative;min-height:calc(100vh - 80px);display:flex;flex-direction:column;background:transparent}.apparatus-background{position:fixed;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:0;pointer-events:none}.apparatus-background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(248,249,250,.85)}.apparatus-content-area{flex:1 1;max-width:1400px;margin:0 auto;width:100%;padding:2rem 2rem 100px;position:relative;z-index:1}.apparatus-page-footer{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#036,#004080);color:#fff;padding:1rem 2rem;text-align:center;z-index:100;box-shadow:0 -4px 20px rgba(0,0,0,.2)}.apparatus-page-footer p{margin:0;font-size:.95rem;letter-spacing:.5px;color:gold}.apparatus-section{margin-bottom:3rem}.apparatus-section:last-child{margin-bottom:0}.apparatus-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem;padding:1rem 0}.apparatus-card{background:hsla(0,0%,100%,.95);border-radius:16px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.apparatus-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.apparatus-image-container{position:relative;width:100%;height:220px;overflow:hidden}.apparatus-image{width:100%;height:100%;object-fit:cover}.apparatus-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);color:#036}.apparatus-type-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#036,#004080);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.apparatus-info{padding:1.5rem}.apparatus-name{font-size:1.4rem;font-weight:700;color:#036;margin-bottom:.5rem}.apparatus-unit-number{color:gold;font-weight:600;font-size:1rem;margin-bottom:.75rem}.apparatus-details{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.apparatus-detail{background:#f0f4f8;color:#2d3436;padding:.35rem .75rem;border-radius:15px;font-size:.85rem}.apparatus-description{color:#636e72;font-size:.95rem;line-height:1.6}.no-content-message{text-align:center;padding:4rem 2rem;color:#636e72}.no-content-message svg{color:#036;margin-bottom:1rem}.apparatus-manager{max-width:1400px;margin:0 auto}.apparatus-form-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px rgba(0,0,0,.08)}.apparatus-form-section h3{color:#036;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid gold}.apparatus-form-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.apparatus-form-field{display:flex;flex-direction:column;gap:.5rem}.apparatus-form-field.full-width{grid-column:1/-1}.apparatus-form-field label{font-weight:600;color:#2d3436;font-size:.95rem}.apparatus-form-field textarea{min-height:100px;resize:vertical}.apparatus-photo-upload{display:flex;align-items:center;gap:1.5rem}.apparatus-photo-preview{width:150px;height:100px;border-radius:8px;object-fit:cover;border:2px solid #e0e0e0}.checkbox-field{flex-direction:row!important;align-items:center;gap:.75rem!important}.checkbox-field input[type=checkbox]{width:20px;height:20px;cursor:pointer}.btn-add-apparatus{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#28a745,#218838);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-add-apparatus:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(40,167,69,.3)}.apparatus-sort-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 10px rgba(0,0,0,.08)}.apparatus-sort-section h3{color:#036;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid gold}.sort-help-text{color:#666;font-size:.9rem;margin-bottom:1.5rem}.apparatus-sort-list{display:flex;flex-direction:column;gap:.75rem}.apparatus-sort-item{display:flex;align-items:center;gap:1rem;background:#f8f9fa;padding:1rem 1.5rem;border-radius:10px;border:1px solid #e0e0e0;transition:all .2s ease}.apparatus-sort-item:hover{background:#e9ecef;border-color:#036}.apparatus-sort-item.dragging{background:#fff3cd;border-color:gold;box-shadow:0 4px 15px rgba(0,0,0,.15)}.drag-handle{cursor:-webkit-grab;cursor:grab;color:#999;padding:.5rem}.drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.sort-item-info{flex:1 1;display:flex;align-items:center;gap:1rem}.sort-item-thumbnail{width:60px;height:40px;border-radius:4px;object-fit:cover}.sort-item-details{flex:1 1}.sort-item-name{font-weight:600;color:#2d3436}.sort-item-meta{font-size:.85rem;color:#666}.sort-item-badges{display:flex;gap:.5rem}.sort-item-badge{padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:600}.sort-item-badge.visible{background:#d4edda;color:#155724}.sort-item-badge.hidden{background:#f8d7da;color:#721c24}.sort-item-badge.in-service{background:#cce5ff;color:#004085}.sort-item-badge.retired{background:#e2e3e5;color:#383d41}.sort-item-actions{display:flex;gap:.5rem}.sort-order-badge{width:30px;height:30px;background:#036;color:#fff;border-radius:50%;font-weight:700;font-size:.85rem}.btn-move,.sort-order-badge{display:flex;align-items:center;justify-content:center}.btn-move{background:transparent;border:1px solid #dee2e6;color:#666;width:32px;height:32px;border-radius:6px;cursor:pointer;transition:all .2s ease}.btn-move:hover:not(:disabled){background:#036;color:#fff;border-color:#036}.btn-move:disabled{opacity:.3;cursor:not-allowed}.incidents-admin-list{display:flex;flex-direction:column;gap:1rem}.incident-admin-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px rgba(0,0,0,.06);border-left:4px solid #036}.incident-admin-fire{border-left-color:#dc3545}.incident-admin-ems{border-left-color:#28a745}.incident-admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.incident-admin-type{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem}.incident-admin-date{color:#6c757d;font-size:.85rem}.incident-admin-title{font-size:1rem;font-weight:700;color:#036;margin:0 0 .5rem}.incident-admin-desc{color:#495057;font-size:.9rem;line-height:1.5;margin:0 0 .75rem}.incident-admin-apparatus{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#6c757d;margin-bottom:.75rem}.incident-admin-apparatus svg{color:#036}.incident-admin-images-count{font-size:.85rem;color:#007bff;margin-bottom:.75rem}.incident-admin-meta{display:flex;gap:.5rem;margin-bottom:1rem}.visibility-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.visibility-badge.visible{background:#d4edda;color:#155724}.visibility-badge.hidden{background:#f8d7da;color:#721c24}.source-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;background:#e9ecef;color:#495057}.incident-admin-actions{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid #e9ecef}.section-description{color:#6c757d;margin-bottom:1.5rem}.apparatus-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem;max-height:200px;overflow-y:auto;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.image-upload-area{padding:1rem;border:2px dashed #dee2e6;border-radius:8px;text-align:center}.existing-images-grid,.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:.75rem;gap:.75rem;margin-top:1rem}.existing-image-item,.image-preview-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden}.existing-image-item img,.image-preview-item img{width:100%;height:100%;object-fit:cover}.remove-image-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:rgba(220,53,69,.9);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s}.remove-image-btn:hover{background:#dc3545}@media (max-width:600px){.form-row{grid-template-columns:1fr}.apparatus-checkbox-grid{grid-template-columns:1fr 1fr}.incident-admin-header{flex-direction:column;align-items:flex-start;gap:.5rem}.incident-admin-actions{flex-wrap:wrap}}@media (max-width:1024px){.apparatus-form-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.apparatus-form-grid,.apparatus-grid{grid-template-columns:1fr}.apparatus-photo-upload,.sort-item-info{flex-direction:column;align-items:flex-start}.sort-item-info{gap:.5rem}}@viewport{width:device-width;initial-scale:1}@media (max-width:600px){.hero-section{height:70vh;min-height:500px}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.hero-content{padding:1rem}.hero-stats{gap:.75rem}.stat-card{padding:.75rem 1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.page-title{font-size:1.75rem}.page-subtitle{font-size:1rem}.section-heading{font-size:1.25rem}.subsection-heading{font-size:1rem}.leadership-grid,.officers-grid{grid-template-columns:1fr;gap:1rem}.inactive-life-members-grid,.members-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.officer-card{padding:1rem}.officer-card-large{padding:1.25rem}.officer-image{width:90px;height:90px}.officer-image-small{width:80px;height:80px}.officer-card-large .officer-image,.officer-image-large{width:120px;height:120px}.officer-name{font-size:1rem}.officer-name-small,.officer-position{font-size:.9rem}.member-card{padding:1rem .75rem}.member-image{width:70px;height:70px}.member-name{font-size:.8rem}.member-card .past-title{font-size:.75rem}.inactive-life-member-card{padding:1rem .75rem}.life-member-shield{width:36px;height:42px}.inactive-member-name{font-size:.8rem}.nav-link{padding:.75rem 1rem;font-size:.95rem}.logo-text{font-size:1rem}.btn{padding:.75rem 1.25rem;font-size:.9rem}.hero-buttons{flex-direction:column;gap:.75rem}.hero-buttons .btn{width:100%}.card,.event-card,.incident-card{padding:1rem}.incidents-grid{gap:.75rem}.incident-card-new{padding:1rem}.incident-card-header{gap:.75rem}.incident-type-icon{width:36px;height:36px}.incident-type-icon svg{width:20px;height:20px}.incident-title-new{font-size:.95rem}.incident-date-new{font-size:.8rem}.incident-description-new{font-size:.9rem}.incident-apparatus{font-size:.8rem}.incident-gallery{grid-template-columns:repeat(3,1fr);gap:.375rem}.incident-thumbnail:nth-child(4){display:none}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-nav{padding:.5rem}.lightbox-close{top:-2.5rem;right:-.5rem}.footer{padding:2rem 1rem}.footer-content{text-align:center}.footer-links{flex-direction:column;gap:.5rem}.form-group{margin-bottom:1rem}.form-input,.form-select,.form-textarea{font-size:16px;padding:.75rem}.modal-content{width:95%;max-height:90vh;margin:1rem;padding:1rem}.modal-header h2{font-size:1.25rem}.admin-tile{padding:1.25rem}.admin-tile h3{font-size:1rem}.info-grid{grid-template-columns:1fr}.about-section{padding:1.5rem 1rem}.apparatus-grid,.contact-grid{grid-template-columns:1fr}.apparatus-card{padding:1rem}.apparatus-image{height:180px}.stats-card{padding:1rem}.stats-value{font-size:2rem}}@media (max-width:400px){.hero-title{font-size:1.6rem}.hero-subtitle{font-size:1rem}.page-title{font-size:1.5rem}.inactive-life-members-grid,.members-grid{grid-template-columns:1fr}.member-card{padding:1.25rem 1rem}.member-image{width:80px;height:80px}.member-name{font-size:.9rem}.stat-card{padding:.5rem .75rem}.stat-number{font-size:1.25rem}.stat-label{font-size:.65rem}.btn{padding:.6rem 1rem;font-size:.85rem}}@media (max-width:900px) and (orientation:landscape){.hero-section{height:auto;min-height:100vh;padding:2rem 0}.hero-stats{flex-direction:row;flex-wrap:wrap;justify-content:center}}@media (hover:none) and (pointer:coarse){.nav-link{display:flex;align-items:center}.btn,.nav-link{min-height:44px}.card:hover,.member-card:hover,.officer-card:hover{transform:none}.btn:active,.card:active,.member-card:active,.officer-card:active{transform:scale(.98);opacity:.9}}@media (max-width:768px){img{max-width:100%;height:auto}.main-content,body{overflow-x:hidden}.page-section{padding:2rem 1rem}.members-section{margin-bottom:2.5rem}.apparatus-content-area{padding:1rem 1rem 80px}.apparatus-page-footer{padding:.75rem 1rem}.apparatus-page-footer p{font-size:.8rem}}.submission-success{text-align:center;padding:3rem 2rem;max-width:700px;margin:0 auto}.submission-success .success-icon{margin-bottom:1.5rem}.submission-success h2{color:#036;font-size:2rem;margin-bottom:1rem}.submission-success .success-message{font-size:1.1rem;color:#555;margin-bottom:2rem}.submission-success .next-steps{background:#f8f9fa;padding:2rem;border-radius:12px;text-align:left}.submission-success .next-steps h3{color:#036;margin-bottom:1rem;text-align:center}.submission-success .next-steps p{margin-bottom:.75rem;line-height:1.6}.submission-success .contact-email{text-align:center;margin-top:1rem}.submission-success .contact-email a{color:#036;font-weight:600;font-size:1.2rem;text-decoration:none}.submission-success .contact-email a:hover{text-decoration:underline}.form-error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #f5c6cb}.required{color:#636e72}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.applications-list{display:flex;flex-direction:column;gap:1rem}.application-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center}.application-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.application-card-info h4{color:#036;margin-bottom:.25rem}.application-card-info p{color:#666;font-size:.9rem;margin:0}.application-status{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.status-submitted{background:#e3f2fd;color:#1565c0}.status-in-process{background:#fff3e0;color:#ef6c00}.status-approved{background:#e8f5e9;color:#2e7d32}.status-denied{background:#ffebee;color:#c62828}.status-withdrawn{background:#f5f5f5;color:#616161}.application-detail{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.application-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.application-detail-header h3{color:#036;margin-bottom:.5rem}.application-detail-section{margin-bottom:2rem}.application-detail-section h4{color:#036;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.application-info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.application-info-item{margin-bottom:.5rem}.application-info-item label{font-size:.8rem;color:#888;display:block}.application-info-item span{font-weight:500;color:#333}.process-steps{display:flex;flex-direction:column;gap:1.5rem;border:0;padding:0;margin:0;min-inline-size:0}.process-step{background:#f8f9fa;border-radius:12px;padding:1.5rem;border-left:4px solid #e0e0e0}.process-step.completed{border-left-color:#28a745}.process-step.in-progress{border-left-color:#ffc107}.process-step.pending{border-left-color:#e0e0e0}.process-step-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.process-step-header h5{color:#036;margin:0;display:flex;align-items:center;gap:.5rem}.process-step-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.process-step-content .form-group{margin-bottom:0}.process-step-content .form-group.full-width{grid-column:1/-1}.process-step-content input,.process-step-content select,.process-step-content textarea{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem}.process-step-content label{display:block;font-size:.85rem;color:#666;margin-bottom:.25rem}.status-select{padding:.5rem 1rem;border-radius:8px;border:1px solid #ddd;font-size:.9rem;background:#fff}.filter-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-tab{padding:.5rem 1rem;border:1px solid #ddd;border-radius:20px;background:#fff;cursor:pointer;font-size:.9rem;transition:all .2s ease}.filter-tab:hover{background:#f0f0f0}.filter-tab.active{background:#036;color:#fff;border-color:#036}.save-bar{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem}.save-bar.bottom{margin-bottom:0;margin-top:1.5rem;justify-content:center}.btn-save{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#6c757d;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-save:disabled{opacity:.6;cursor:not-allowed}.btn-save.has-changes{background:#28a745;animation:pulse-save 2s infinite}.btn-save.has-changes:hover{background:#218838}@keyframes pulse-save{0%,to{box-shadow:0 0 0 0 rgba(40,167,69,.4)}50%{box-shadow:0 0 0 8px rgba(40,167,69,0)}}.unsaved-indicator{color:#dc3545;font-size:.9rem;font-weight:500}.status-display{text-align:right}.application-status-large{display:inline-block;padding:.75rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600}.step-description{font-size:.85rem;color:#666;font-weight:400}.step-warning{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:#ffebee;border-radius:8px;color:#c62828;font-weight:500}.process-step.failed{border-left-color:#dc3545;background:#fff8f8}.form-input-disabled{background:#f5f5f5!important;color:#666!important;cursor:not-allowed}.select-failed{background:#ffebee!important;border-color:#dc3545!important;color:#c62828!important}.select-approved{background:#e8f5e9!important;border-color:#28a745!important;color:#2e7d32!important}.step-title-row{display:flex;flex-direction:column;gap:.25rem}.btn-mark-complete{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#28a745;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-mark-complete:hover:not(:disabled){background:#218838}.btn-mark-complete:disabled{cursor:not-allowed}.btn-mark-complete.completed{background:#6c757d;opacity:.7}.btn-mark-complete.completed:hover{background:#6c757d}.profile-page{max-width:800px;margin:0 auto}.profile-permission-banner{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#036,#004080);color:#fff;padding:12px 20px;border-radius:8px;margin-bottom:24px;font-size:.95rem}.profile-permission-banner strong{color:gold}.profile-form-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:24px}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #036}.profile-header h2{color:#036;margin:0;font-size:1.3rem}.btn-edit-profile{display:flex;align-items:center;gap:6px;background:#036;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s,transform .2s}.btn-edit-profile:hover{background:#004080;transform:translateY(-1px)}.profile-form-container .form-section{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #e9ecef}.profile-form-container .form-section:last-of-type{border-bottom:none;margin-bottom:16px}.profile-form-container .form-section h3{color:#036;font-size:1.1rem;margin-bottom:16px;display:flex;align-items:center;gap:8px}.profile-form-container .form-row{display:flex;gap:16px;margin-bottom:16px}.profile-form-container .form-row:last-child{margin-bottom:0}.profile-form-container .form-field{flex:1 1;display:flex;flex-direction:column}.profile-form-container .form-field-small{flex:0 0 120px}.profile-form-container .form-field-large{flex:2 1}.profile-form-container .form-field-full{flex:1 1 100%}.profile-form-container .form-field-half{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 8px)}.profile-form-container .form-field label{font-weight:600;color:#495057;margin-bottom:6px;font-size:.9rem}.profile-form-container .form-input{padding:10px 12px;border:1px solid #ced4da;border-radius:6px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.profile-form-container .form-input:focus{outline:none;border-color:#036;box-shadow:0 0 0 3px rgba(0,51,102,.1)}.profile-form-container .form-input:disabled{background:#f8f9fa;cursor:not-allowed}.profile-form-container .form-input.readonly{background:#e9ecef;color:#6c757d;cursor:not-allowed}.form-section-readonly{background:#f8f9fa;margin:0 -24px -24px;padding:24px;border-radius:0 0 12px 12px}.form-section-readonly .readonly-note{color:#6c757d;font-size:.85rem;font-style:italic;margin-bottom:16px}.email-warning{display:flex;align-items:flex-start;gap:8px;background:#fff3cd;border:1px solid #ffc107;color:#856404;padding:10px 12px;border-radius:6px;margin-top:8px;font-size:.85rem;line-height:1.4}.email-warning svg{flex-shrink:0;margin-top:2px}.save-message{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:.95rem}.save-message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.save-message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.save-message.warning{background:#fff3cd;border:1px solid #ffeeba;color:#856404}.profile-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px}.btn-cancel-profile{display:flex;align-items:center;gap:8px;background:#6c757d;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-cancel-profile:hover:not(:disabled){background:#5a6268}.btn-cancel-profile:disabled{opacity:.7;cursor:not-allowed}.btn-save-profile{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#28a745,#218838);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-save-profile:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(40,167,69,.3)}.btn-save-profile:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-spinner{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media (max-width:768px){.profile-page{padding:0 8px}.profile-form-container{padding:16px}.profile-form-container .form-row{flex-direction:column;gap:12px}.profile-form-container .form-field-half,.profile-form-container .form-field-large,.profile-form-container .form-field-small{flex:1 1}.form-section-readonly{margin:0 -16px -16px;padding:16px}.profile-permission-banner{font-size:.9rem;padding:10px 16px}.btn-save-profile{width:100%;justify-content:center}}.live-incidents-card{background:#fff;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.08);padding:2.5rem;max-width:900px;margin:0 auto}.live-incidents-title{font-size:2.5rem;font-weight:800;color:#036;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.pulse-indicator{width:16px;height:16px;background:#dc3545;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.live-incidents-list{max-height:600px;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.live-incident-item{background:#f8f9fa;border-left:4px solid #036;border-radius:12px;padding:1.5rem;transition:all .3s ease}.live-incident-item:hover{transform:translateX(4px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.incident-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.incident-type{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-weight:700;font-size:1.1rem}.call-type-fire{background:#ffebee;color:#c62828}.live-incident-item.call-type-fire{border-left-color:#c62828}.call-type-medical{background:#e3f2fd;color:#1565c0}.live-incident-item.call-type-medical{border-left-color:#1565c0}.call-type-mvc{background:#fff3e0;color:#e65100}.live-incident-item.call-type-mvc{border-left-color:#e65100}.call-type-other{background:#f3e5f5;color:#6a1b9a}.live-incident-item.call-type-other{border-left-color:#6a1b9a}.incident-icon{font-size:1.5rem}.incident-type-text{font-size:1rem}.incident-time-ago{color:#636e72;font-size:.9rem;font-weight:600}.incident-details{display:flex;flex-direction:column;gap:.5rem;color:#2d3436}.incident-address{font-size:1.1rem;font-weight:600;color:#036}.incident-datetime{font-size:.95rem;color:#636e72}.incident-units{font-size:.9rem;color:#2d3436;margin-top:.5rem}.incident-units strong{color:#036}.incident-status{margin-top:1rem;padding-top:1rem;border-top:1px solid #dee2e6}.status-cleared{display:inline-block;padding:.4rem .8rem;background:#d4edda;color:#155724;border-radius:6px;font-size:.85rem;font-weight:600}.live-incidents-footer{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#636e72}.footer-powered{font-weight:600}.footer-update{font-style:italic}.live-incidents-empty,.live-incidents-error,.live-incidents-loading{text-align:center;padding:3rem 2rem;color:#636e72}.loading-spinner-small{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#036;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.live-incidents-subtitle{color:#adb5bd;font-size:.9rem;margin-top:.5rem}.live-incidents-list::-webkit-scrollbar{width:8px}.live-incidents-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.live-incidents-list::-webkit-scrollbar-thumb{background:#036;border-radius:10px}.live-incidents-list::-webkit-scrollbar-thumb:hover{background:#004080}@media (max-width:768px){.live-incidents-title{font-size:2rem}.live-incidents-list{max-height:500px}.incident-header{flex-direction:column;align-items:flex-start;gap:.5rem}.live-incidents-footer{flex-direction:column;gap:.5rem;text-align:center}}.design-toggle-btn{position:fixed;top:10px;right:10px;z-index:9999;display:flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.2);background:#28a745;color:#fff}.design-toggle-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.3)}.design-toggle-btn.test-active{background:#fd7e14;color:#fff}.design-toggle-btn.test-active:hover{background:#e8690b}.test-design-banner{background:linear-gradient(90deg,#fd7e14,#ff9a44);color:#fff;text-align:center;padding:8px;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.test-navbar{border-bottom:3px solid #fd7e14}@media (max-width:768px){.design-toggle-btn{top:8px;right:60px;padding:6px 10px;font-size:10px}}.test-emergency-banner{background:linear-gradient(135deg,gold,#ffc000);color:#036;padding:.5rem 1.5rem;display:flex;justify-content:center;align-items:center;font-size:.8rem;position:relative;z-index:1001}.emergency-banner-centered{display:flex;align-items:center;gap:.75rem}.emergency-pulse{width:8px;height:8px;background:#036;border-radius:50%;animation:emergencyPulse 2s ease-in-out infinite}@keyframes emergencyPulse{0%,to{box-shadow:0 0 0 0 rgba(0,51,102,.7)}50%{box-shadow:0 0 0 8px rgba(0,51,102,0)}}.emergency-text{display:flex;align-items:center;gap:.75rem}.emergency-text strong{letter-spacing:.5px}.emergency-divider{opacity:.5}.emergency-secondary{opacity:.9;font-weight:400}.test-navbar-v2{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:linear-gradient(135deg,rgba(0,51,102,.95),rgba(0,64,128,.95));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.test-navbar-v2.scrolled{background:rgba(0,51,102,.98);box-shadow:0 4px 30px rgba(0,0,0,.3)}.test-navbar-v2.hidden{transform:translateY(-100%)}.test-nav-container{max-width:1400px;margin:0 auto;padding:1px 0;gap:2rem}.test-nav-container,.test-nav-container-v3{display:flex;align-items:center;justify-content:center}.test-nav-container-v3{width:100%;position:relative;padding:20px 1.5rem}.test-nav-left{position:absolute;left:calc(50% - 450px);transform:translateX(-100%);display:flex;align-items:center;gap:1rem}.test-nav-center-v3{display:flex;flex-direction:column;align-items:center;text-align:center}.test-nav-right-v3{position:absolute;right:calc(50% - 450px);transform:translateX(100%);display:flex;align-items:center;gap:1rem}.test-nav-brand{display:flex;align-items:center;gap:.875rem;background:none;border:none;cursor:pointer;padding:.25rem;border-radius:8px;transition:all .2s ease}.test-nav-brand:hover{background:hsla(0,0%,100%,.05)}.test-nav-brand:focus-visible{outline:3px solid gold;outline-offset:4px}.brand-logo-wrapper{position:relative;width:auto;height:100%;flex-shrink:0;padding:0}.test-nav-container .brand-logo-wrapper{height:calc(100% + .2475rem);margin:-.12375rem 0}.test-brand-logo{width:auto;height:12.5%;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));transition:transform .3s ease;padding:0}.test-nav-brand:hover .test-brand-logo{transform:scale(1.05)}.brand-logo-glow{position:absolute;inset:-4px;background:radial-gradient(circle,rgba(255,215,0,.3) 0,transparent 70%);opacity:0;transition:opacity .3s ease;border-radius:50%;pointer-events:none}.test-nav-brand:hover .brand-logo-glow{opacity:1}.test-nav-logo{height:120px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:transform .2s ease}.test-nav-brand:hover .test-nav-logo{transform:scale(1.05)}.test-nav-logo-right{height:120px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:transform .2s ease}.test-nav-logo-right:hover{transform:scale(1.05)}.test-brand-text{display:flex;flex-direction:column}.test-brand-name{font-size:1.65rem;font-weight:800;color:#fff;letter-spacing:1px;line-height:1.1}.test-brand-tagline{font-size:.77rem;color:hsla(0,0%,100%,.7);letter-spacing:.5px;font-weight:500}.test-nav-center{display:flex;align-items:center;flex:1 1;justify-content:center}.test-nav-dropdown-wrapper{position:relative;display:flex;align-items:center}.test-nav-hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6.5px;width:62px;height:62px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:13px;cursor:pointer;transition:all .3s ease;padding:0}.test-nav-hamburger:hover{background:hsla(0,0%,100%,.15);border-color:rgba(255,215,0,.4)}.test-nav-hamburger.open{background:rgba(255,215,0,.2);border-color:gold}.test-nav-hamburger .hamburger-line{width:29px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.test-nav-hamburger.open .hamburger-line:first-child{transform:translateY(9.5px) rotate(45deg)}.test-nav-hamburger.open .hamburger-line:nth-child(2){opacity:0}.test-nav-hamburger.open .hamburger-line:nth-child(3){transform:translateY(-9.5px) rotate(-45deg)}.test-nav-dropdown{position:absolute;top:calc(100% + 10px);left:0;min-width:220px;background:rgba(0,51,102,.98);border:1px solid rgba(255,215,0,.3);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.4);padding:.5rem;z-index:1000;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.test-nav-dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:hsla(0,0%,100%,.9);font-size:1rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .2s ease;text-align:left}.test-nav-dropdown-item:hover{background:rgba(255,215,0,.15);color:gold}.test-nav-dropdown-item.active{background:rgba(255,215,0,.2);color:gold}.dropdown-item-icon{display:flex;align-items:center;justify-content:center;color:gold}.dropdown-item-text{flex:1 1}.test-nav-title{display:flex;align-items:center;gap:0;font-size:2.53rem;font-weight:600;white-space:nowrap}.nav-title-main,.nav-title-separator{color:#fff}.nav-title-station{color:gold}.test-nav-title-wrapper{display:flex;flex-direction:column;align-items:center;gap:.25rem}.test-nav-tagline{font-size:.875rem;color:hsla(0,0%,100%,.7);margin:0;font-weight:400;white-space:nowrap}.test-nav-badge{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background:rgba(255,215,0,.1);border:1px solid rgba(255,215,0,.3);border-radius:50px;color:gold;font-size:.75rem;font-weight:600;letter-spacing:1.5px;margin-top:.5rem}.test-nav-primary{display:flex;align-items:center;gap:.275rem;background:hsla(0,0%,100%,.05);padding:.275rem;border-radius:13.2px}.test-nav-link{position:relative;gap:.55rem;padding:.6875rem 1.1rem;background:none;border:none;color:hsla(0,0%,100%,.85);font-size:1.125rem;font-weight:500;cursor:pointer;border-radius:8.8px;transition:all .2s ease;white-space:nowrap}.nav-link-icon,.test-nav-link{display:flex;align-items:center}.nav-link-icon{justify-content:center;transition:transform .2s ease}.test-nav-link:hover{color:gold;background:rgba(255,215,0,.1)}.test-nav-link:hover .nav-link-icon{transform:translateY(-2px);color:gold}.test-nav-link:focus-visible{outline:2px solid gold;outline-offset:2px}.test-nav-link.active{color:#fff;background:rgba(255,215,0,.15)}.nav-link-indicator{position:absolute;bottom:4px;left:50%;transform:translateX(-50%) scaleX(0);width:20px;height:2px;background:gold;border-radius:2px;transition:transform .2s ease}.test-nav-link.active .nav-link-indicator{transform:translateX(-50%) scaleX(1)}.test-nav-right{display:flex;align-items:center;gap:.5rem}.test-nav-member-btn{display:flex;align-items:center;gap:.55rem;padding:.6875rem 1.375rem;background:linear-gradient(135deg,gold,orange);border:none;border-radius:8.8px;color:#036;font-size:1.24rem;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.test-nav-member-btn:hover{background:linear-gradient(135deg,#ffe033,#ffb733);transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,215,0,.4)}.test-nav-member-btn:focus-visible{outline:2px solid #fff;outline-offset:2px}.test-nav-member-btn.active{background:linear-gradient(135deg,#ffe033,#ffb733);box-shadow:0 0 0 2px #fff}.test-nav-utility.active{background:rgba(255,215,0,.15);color:gold;border-color:rgba(255,215,0,.3)}.test-mobile-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;cursor:pointer;gap:5px;padding:0;transition:all .2s ease}.test-mobile-toggle:hover{background:hsla(0,0%,100%,.1)}.test-mobile-toggle:focus-visible{outline:2px solid gold;outline-offset:2px}.hamburger-line{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center}.test-mobile-toggle.open .hamburger-line:first-child{transform:translateY(7px) rotate(45deg)}.test-mobile-toggle.open .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.test-mobile-toggle.open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.test-mobile-overlay{position:fixed;inset:0;z-index:999;background:linear-gradient(180deg,#001a33,#036);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);overflow-y:auto}.test-mobile-overlay.open{opacity:1;visibility:visible}.mobile-overlay-content{display:flex;flex-direction:column;min-height:100vh;padding:100px 1.5rem 2rem}.mobile-overlay-header{margin-bottom:2rem}.mobile-brand{display:flex;align-items:center;gap:1rem}.mobile-brand-logo{width:60px;height:60px;object-fit:contain}.mobile-brand-name{font-size:1.25rem;font-weight:700;color:#fff}.mobile-brand-tagline{font-size:.875rem;color:hsla(0,0%,100%,.7)}.mobile-nav-links{display:flex;flex-direction:column;gap:.5rem;flex:1 1}.mobile-nav-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;color:hsla(0,0%,100%,.9);font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left;opacity:0;transform:translateX(-20px)}.test-mobile-overlay.open .mobile-nav-link{opacity:1;transform:translateX(0);transition-delay:calc(var(--index) * .05s + .1s)}.mobile-nav-link:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.15)}.mobile-nav-link:focus-visible{outline:2px solid gold;outline-offset:2px}.mobile-nav-link.active{background:rgba(255,215,0,.1);border-color:rgba(255,215,0,.3)}.mobile-nav-link.highlight{background:linear-gradient(135deg,rgba(255,215,0,.15),rgba(255,165,0,.15));border-color:rgba(255,215,0,.3)}.mobile-nav-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:hsla(0,0%,100%,.05);border-radius:10px;color:gold}.mobile-nav-text{flex:1 1}.mobile-nav-arrow{opacity:.4;transform:rotate(-90deg)}.mobile-overlay-footer{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.mobile-contact-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background:hsla(0,0%,100%,.03);border-radius:12px;color:#fff}.mobile-contact-card svg{color:gold}.mobile-contact-label{font-size:.75rem;color:hsla(0,0%,100%,.6);text-transform:uppercase;letter-spacing:.5px}.mobile-contact-value{font-size:1rem;font-weight:600}@media (max-width:1200px){.test-nav-member-btn span{display:none}.test-nav-member-btn{width:40px;height:40px;padding:0;justify-content:center}}@media (max-width:1024px){.test-nav-center{display:none}.test-mobile-toggle{display:flex}.test-nav-right{gap:.375rem}}@media (max-width:768px){.test-emergency-banner{padding:.5rem 1rem;font-size:.7rem}.emergency-divider,.emergency-secondary{display:none}.test-nav-container{padding:.5rem}.brand-logo-wrapper{width:44px;height:44px}.test-brand-name{font-size:1.25rem}.test-brand-tagline{font-size:.6rem}.test-nav-member-btn{width:36px;height:36px;padding:0}.test-nav-member-btn span{display:none}.test-mobile-toggle{width:40px;height:40px}.design-toggle-btn{top:auto;bottom:20px;right:20px;z-index:998}}@media (max-width:480px){.mobile-overlay-footer{grid-template-columns:1fr}}@media (max-width:1024px){.test-nav-container-v3{padding:10px 1rem}.test-nav-left{position:absolute;left:1rem;transform:none}.test-nav-right-v3{position:absolute;right:1rem;transform:none}.test-nav-center-v3{max-width:50%}.test-nav-title{font-size:1.5rem}.test-nav-logo{height:80px}.test-nav-hamburger{width:45px;height:45px}.test-nav-hamburger .hamburger-line{width:22px}}@media (max-width:768px){.test-nav-container-v3{padding:8px .75rem}.test-nav-left{left:.5rem;gap:.5rem}.test-nav-right-v3{right:.5rem}.test-nav-center-v3{max-width:45%}.test-nav-title{font-size:1rem;flex-wrap:wrap;justify-content:center}.nav-title-separator{display:none}.nav-title-station{display:block;width:100%;text-align:center}.test-nav-badge{font-size:.6rem;padding:.3rem .6rem;letter-spacing:.5px}.test-nav-badge svg{width:10px;height:10px}.test-nav-logo{height:60px}.test-nav-hamburger{width:38px;height:38px;gap:4px}.test-nav-hamburger .hamburger-line{width:18px;height:2px}.test-nav-member-btn{padding:.4rem .6rem;font-size:.7rem}.test-nav-member-btn svg{width:16px;height:16px}.test-nav-member-btn span{display:none}}@media (max-width:480px){.test-nav-container-v3{padding:6px .5rem}.test-nav-left{left:.25rem;gap:.25rem}.test-nav-right-v3{right:.25rem}.test-nav-center-v3{max-width:50%}.test-nav-title{font-size:.75rem;line-height:1.2}.nav-title-main{font-size:.7rem}.nav-title-station{font-size:.65rem}.test-nav-badge{font-size:.5rem;padding:.2rem .4rem;gap:.25rem}.test-nav-logo{height:45px}.test-nav-hamburger{width:32px;height:32px;gap:3px;border-radius:6px}.test-nav-hamburger .hamburger-line{width:14px;height:2px}.test-nav-member-btn{width:32px;height:32px;padding:0;justify-content:center}.test-nav-dropdown{min-width:200px;right:auto;left:0}}@media (max-width:768px){.test-hero-logo-wrapper{top:25%}.test-hero-logo-center{height:auto;width:250px;max-height:200px;object-fit:contain}.test-hero-bottom{bottom:calc(1rem + 50px);gap:1rem}.test-hero-actions{gap:.75rem}.test-btn-primary,.test-btn-secondary{padding:.75rem 1.25rem;font-size:.9rem}.bento-monthly-stats,.bento-pulsepoint{grid-column:span 12}}@media (max-width:480px){.test-hero-logo-wrapper{top:22%}.test-hero-logo-center{height:auto;width:180px;max-height:140px;object-fit:contain}.test-hero-bottom{bottom:calc(.5rem + 30px);gap:.75rem}.test-hero-actions{flex-direction:column;gap:.5rem;width:90%}.test-btn-primary,.test-btn-secondary{width:100%;justify-content:center;padding:.7rem 1rem;font-size:.85rem}.test-hero-stats{gap:.5rem;padding:0 .5rem}.test-stat-card{padding:.5rem;gap:.5rem}.stat-number{font-size:1.25rem}.stat-label{font-size:.6rem}.stat-icon{width:32px;height:32px}.stat-icon svg{width:16px;height:16px}}.test-home-page{min-height:100vh;background:#0a0a0f}.test-hero{position:relative;min-height:90vh;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem 6rem;overflow:hidden}.test-hero-background{position:absolute;inset:0;z-index:0}.test-hero-gradient{position:absolute;inset:0;background-image:url(/images/optimized/home-background-lg.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}@media (max-width:1280px){.test-hero-gradient{background-image:url(/images/optimized/home-background-md.webp)}}@media (max-width:640px){.test-hero-gradient{background-image:url(/images/optimized/home-background-sm.webp)}}.test-hero-gradient:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,26,51,.8),rgba(0,51,102,.75))}.test-hero-pattern{position:absolute;inset:0;background-image:radial-gradient(hsla(0,0%,100%,.03) 1px,transparent 0);background-size:40px 40px;opacity:.5;z-index:1}.test-hero-main{position:relative;z-index:1;width:100%;align-items:center}.test-hero-main,.test-hero-top{display:flex;justify-content:center}.test-hero-top{top:2rem}.test-hero-bottom,.test-hero-top{position:absolute;left:0;right:0;z-index:2}.test-hero-bottom{bottom:calc(2rem + 75px);display:flex;flex-direction:column;align-items:center;gap:1.5rem}.test-hero-logo-center{height:350px;width:auto;filter:drop-shadow(0 4px 20px rgba(0,0,0,.4));opacity:0;animation:fadeInDelayed .8s ease-out .6s forwards}@keyframes fadeInDelayed{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.test-hero-logo{position:absolute;top:50%;transform:translateY(-50%);animation:fadeInOnly .6s ease-out}@keyframes fadeInOnly{0%{opacity:0}to{opacity:1}}.test-hero-logo-left{left:calc(50% - 400px - 140px - 3rem + 2%)}.test-hero-logo-right{right:calc(50% - 400px - 140px - 3rem)}.test-hero-logo img{width:auto;height:280px;filter:drop-shadow(0 4px 20px rgba(0,0,0,.4))}.test-hero-logo-left img{height:266px}.test-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;text-align:center}.test-hero-badge{margin-bottom:1.5rem;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.test-hero-title{font-size:5rem;font-weight:900;color:#fff;margin-bottom:1rem;line-height:1.1;letter-spacing:-2px;animation:fadeInUp .6s ease-out .1s backwards}.test-hero-subtitle{display:block;font-size:2.5rem;color:gold;margin-top:.5rem;font-weight:700}.test-hero-description{font-size:1.1rem;color:hsla(0,0%,100%,.7);line-height:1.7;max-width:600px;margin:0 auto 2rem;animation:fadeInUp .6s ease-out .2s backwards}.test-hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .6s ease-out .3s backwards}.test-btn-primary{display:flex;align-items:center;gap:.625rem;padding:1rem 1.75rem;background:linear-gradient(135deg,gold,orange);border:none;border-radius:12px;color:#036;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px rgba(255,215,0,.3)}.test-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(255,215,0,.4)}.test-btn-primary:hover .btn-arrow{transform:translateX(4px)}.test-btn-primary:focus-visible{outline:3px solid #fff;outline-offset:3px}.btn-arrow{transition:transform .2s ease}.test-btn-secondary{display:flex;align-items:center;gap:.625rem;padding:1rem 1.75rem;background:hsla(0,0%,100%,.05);border:2px solid hsla(0,0%,100%,.2);border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.test-btn-secondary:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3);transform:translateY(-2px)}.test-btn-secondary:focus-visible{outline:3px solid gold;outline-offset:3px}.test-hero-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;max-width:1100px;margin:0 auto;animation:fadeInUp .6s ease-out .4s backwards}.test-stat-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.test-stat-card:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.15);transform:translateY(-4px)}.stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;flex-shrink:0}.stat-icon.fire{background:rgba(239,68,68,.15);color:#ef4444}.stat-icon.ems{background:rgba(59,130,246,.15);color:#3b82f6}.stat-icon.volunteers{background:rgba(34,197,94,.15);color:#22c55e}.stat-icon.fulltime-ems{background:rgba(249,115,22,.15);color:#f97316}.stat-icon.ready{background:rgba(255,215,0,.15);color:gold}.stat-content{display:flex;flex-direction:column}.stat-number{font-size:1.75rem;font-weight:800;color:#fff;line-height:1}.stat-label{font-size:.75rem;color:hsla(0,0%,100%,.6);margin-top:.25rem}.test-bento-section{padding:4rem 2rem;background:linear-gradient(180deg,#036,#001a33)}.test-bento-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:auto;grid-column-gap:1.25rem;column-gap:1.25rem;grid-row-gap:2.5rem;row-gap:2.5rem;max-width:1200px;margin:0 auto;align-items:stretch}.bento-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;padding:1.25rem;transition:all .3s ease}.bento-card:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.12);transform:translateY(-4px)}.bento-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:gold}.bento-card-header h3{font-size:1.1rem;font-weight:700;color:#fff;margin:0}.bento-mission{grid-column:span 8}.bento-mission p{color:hsla(0,0%,100%,.75);line-height:1.6;margin-bottom:0}.bento-link{display:inline-flex;align-items:center;gap:.375rem;background:none;border:none;color:gold;font-size:.875rem;font-weight:600;cursor:pointer;padding:0;transition:all .2s ease}.bento-link:hover{gap:.625rem}.bento-link.inline{display:inline-flex;vertical-align:baseline}.bento-stats{grid-column:span 4}.bento-stats-table{display:flex;flex-direction:column;gap:.5rem}.stats-table-header,.stats-table-row{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:.5rem;gap:.5rem;text-align:center}.stats-table-header{font-size:.7rem;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.5px;padding-bottom:.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.stats-table-row{font-size:.9rem;padding:.5rem 0}.stats-table-row .year{color:hsla(0,0%,100%,.9);font-weight:600}.stats-table-row .fire{color:#ef4444}.stats-table-row .ems{color:#3b82f6}.bento-contact{grid-column:span 4;display:flex;flex-direction:column;gap:1rem}.contact-item{gap:1rem;padding:1rem;background:hsla(0,0%,100%,.03);border-radius:12px}.contact-icon,.contact-item{display:flex;align-items:center}.contact-icon{justify-content:center;width:44px;height:44px;background:hsla(0,0%,100%,.05);border-radius:10px;color:hsla(0,0%,100%,.7)}.contact-icon.emergency{background:rgba(239,68,68,.15);color:#ef4444}.contact-label{font-size:.75rem;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.5px}.contact-value{font-size:1.25rem;font-weight:700;color:#fff}.bento-pulsepoint{grid-column:span 4}.pulsepoint-scroll{display:flex;flex-direction:column;gap:.75rem;max-height:200px;overflow-y:auto}.pulsepoint-scroll::-webkit-scrollbar{width:4px}.pulsepoint-scroll::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:2px}.pulsepoint-scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:2px}.pulsepoint-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:hsla(0,0%,100%,.03);border-radius:12px}.pulsepoint-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;flex-shrink:0}.pulsepoint-icon.fire{background:rgba(239,68,68,.15);color:#ef4444}.pulsepoint-icon.ems{background:rgba(59,130,246,.15);color:#3b82f6}.pulsepoint-details{display:flex;flex-direction:column;gap:.25rem;min-width:0}.pulsepoint-label{font-size:.85rem;font-weight:600;color:#fff}.pulsepoint-label,.pulsepoint-meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pulsepoint-meta{font-size:.7rem;color:hsla(0,0%,100%,.5)}.bento-location{grid-column:span 4}.location-address{font-style:normal;color:hsla(0,0%,100%,.75);line-height:1.6;margin-bottom:1rem}.location-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:rgba(255,215,0,.1);border-radius:8px;color:gold;font-size:.75rem;font-weight:600}.bento-monthly-stats{grid-column:span 4}.bento-monthly-table{display:flex;flex-direction:column;gap:.5rem}.monthly-table-header{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:.5rem;gap:.5rem;text-align:center;font-size:.7rem;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.5px;padding-bottom:.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.monthly-table-header span:first-child{text-align:left}.monthly-table-scroll{max-height:180px;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.monthly-table-scroll::-webkit-scrollbar{width:4px}.monthly-table-scroll::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:2px}.monthly-table-scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:2px}.monthly-table-row{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:.5rem;gap:.5rem;text-align:center;font-size:.85rem;padding:.4rem 0}.monthly-table-row .month-label{text-align:left;color:hsla(0,0%,100%,.9);font-weight:500}.monthly-table-row .fire{color:#ef4444}.monthly-table-row .ems{color:#3b82f6}.bento-cta{grid-column:span 4;background:linear-gradient(135deg,rgba(255,215,0,.1),rgba(255,165,0,.05));border-color:rgba(255,215,0,.2)}.cta-content h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.cta-content p{font-size:.875rem;color:hsla(0,0%,100%,.7);margin-bottom:1rem}.test-btn-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,gold,orange);border:none;border-radius:10px;color:#036;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .3s ease}.test-btn-cta:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(255,215,0,.3)}.test-monthly-section{padding:4rem 2rem;background:#001a33}.monthly-header{text-align:center;margin-bottom:2rem}.monthly-header h2{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem}.monthly-header p{color:hsla(0,0%,100%,.6)}.monthly-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:.75rem;gap:.75rem;max-width:1000px;margin:0 auto}.monthly-card{display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;background:hsla(0,0%,100%,.02);border-radius:12px;transition:all .3s ease}.monthly-card:hover{background:hsla(0,0%,100%,.05)}.monthly-name{font-size:.7rem;font-weight:600;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.monthly-bars{display:flex;gap:4px;align-items:flex-end;height:80px}.monthly-bar{width:16px;border-radius:4px 4px 0 0;position:relative;min-height:8px;height:var(--height,10%);transition:height .5s ease}.monthly-bar.fire{background:linear-gradient(180deg,#ef4444,#dc2626)}.monthly-bar.ems{background:linear-gradient(180deg,#3b82f6,#2563eb)}.bar-value{position:absolute;top:-20px;left:50%;transform:translateX(-50%);font-size:.65rem;font-weight:600;color:hsla(0,0%,100%,.7);opacity:0;transition:opacity .2s ease}.monthly-card:hover .bar-value{opacity:1}.monthly-legend{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:hsla(0,0%,100%,.7)}.legend-dot{width:12px;height:12px;border-radius:3px}.legend-item.fire .legend-dot{background:#ef4444}.legend-item.ems .legend-dot{background:#3b82f6}@media (max-width:1024px){.test-hero-logo{display:none}.test-hero-title{font-size:3rem}.test-hero-subtitle{font-size:1.5rem}.test-hero-stats{grid-template-columns:repeat(2,1fr)}.bento-mission{grid-column:span 12}.bento-contact,.bento-cta,.bento-location,.bento-stats{grid-column:span 6}.monthly-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width:768px){.test-hero{min-height:auto;padding:3rem 1.5rem 4rem}.test-hero-title{font-size:2rem;line-height:1.2}.test-hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.test-hero-stats{grid-template-columns:repeat(2,1fr);gap:.75rem}.test-stat-card{flex-direction:column;text-align:center;padding:1rem}.stat-icon{width:40px;height:40px}.stat-number{font-size:1.5rem}.test-bento-section{padding:3rem 1rem}.test-bento-grid{gap:1rem}.bento-contact,.bento-cta,.bento-location,.bento-stats{grid-column:span 12}.monthly-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.monthly-bars{height:60px}.monthly-bar{width:12px}}@media (max-width:480px){.test-hero-actions{flex-direction:column;width:100%}.test-btn-primary,.test-btn-secondary{width:100%;justify-content:center}.monthly-grid{grid-template-columns:repeat(3,1fr)}}.test-footer{background:linear-gradient(135deg,rgba(0,51,102,.95),rgba(0,64,128,.95));color:#fff;padding:.75rem 3rem;display:flex;flex-direction:column;max-width:100%}.test-footer-main{display:flex;justify-content:space-between;align-items:center;width:100%}.test-footer-logo-left,.test-footer-logo-right{height:160px;width:auto;object-fit:contain;flex-shrink:0}.test-footer-cards{display:flex;align-items:center;flex:1 1;justify-content:space-evenly}.test-footer-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;width:21.09375rem;height:9.298828125rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.test-footer-card:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2);transform:scale(1.02);box-shadow:0 4px 20px rgba(0,0,0,.2)}.test-footer-card-text{color:gold;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:2px}.test-footer-copyright{width:100%;text-align:center;padding-top:.5rem;margin-top:.5rem}.test-footer-copyright p{color:#fff;font-size:.875rem;margin:0}.test-footer-card-location{flex-direction:column;align-items:center;justify-content:flex-start;padding-top:3px}.test-footer-card-title{display:inline-flex;align-items:center;padding:.5rem .75rem;background:rgba(255,215,0,.1);border-radius:8px;color:gold;font-size:1.25rem;font-weight:700;margin:0 0 1rem}.test-footer-location-link{display:flex;align-items:center;gap:1.25rem;text-decoration:none;color:#fff;transition:opacity .2s ease;margin-top:1rem}.test-footer-location-link:hover{opacity:.8}.test-footer-map-preview{display:flex;align-items:center;justify-content:center;color:gold}.test-footer-address{display:flex;flex-direction:column;font-size:1rem;line-height:1.4}.test-footer-card-contact{flex-direction:column;align-items:center;justify-content:flex-start;padding-top:3px}.test-footer-contact-content{display:flex;align-items:center;gap:1.25rem}.test-footer-contact-icon{display:flex;align-items:center;justify-content:center;color:gold}.test-footer-contact-info{display:flex;flex-direction:column;font-size:1rem;line-height:1.4;color:#fff}.test-footer-email{color:#fff;text-decoration:none;transition:opacity .2s ease}.test-footer-email:hover{opacity:.8}.test-footer-card-socials{flex-direction:column;align-items:center;justify-content:flex-start;padding-top:3px}.test-footer-socials-content{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.test-footer-social-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s ease;cursor:pointer}.test-footer-social-link:hover{opacity:.8}.test-footer-social-icon{color:gold}.test-footer-social-handle{font-size:1rem}.test-footer-social-facebook,.test-footer-social-instagram{color:#fff}@media (max-width:1024px){.test-footer{padding:.75rem 1.5rem}.test-footer-logo-left,.test-footer-logo-right{height:120px}.test-footer-card{width:180px;height:130px}}@media (max-width:768px){.test-footer{padding:1rem}.test-footer-main{flex-direction:column;gap:1.5rem}.test-footer-logo-left,.test-footer-logo-right{height:100px}.test-footer-cards{flex-direction:column;gap:1rem;width:100%}.test-footer-card{width:100%;max-width:300px;height:auto;min-height:100px;padding:1rem}.test-footer-card-title{font-size:1rem}.test-footer-address,.test-footer-contact-info{font-size:.9rem}}@media (max-width:480px){.test-footer{padding:.75rem}.test-footer-logo-left,.test-footer-logo-right{height:70px}.test-footer-card{max-width:100%;min-height:80px;padding:.75rem}.test-footer-card-title{font-size:.9rem;padding:.3rem .5rem}.test-footer-address,.test-footer-contact-info,.test-footer-social-handle{font-size:.8rem}.test-footer-copyright p{font-size:.7rem}}.dropdown-section{border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:.5rem;margin-bottom:.5rem}.dropdown-section:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.dropdown-section-header{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:gold;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.dropdown-section-items{display:flex;flex-direction:column}.test-nav-dropdown-item.sub-item{padding-left:2.5rem;font-size:.9rem}.test-nav-dropdown-item.sub-item .dropdown-item-icon{width:28px;height:28px}.contact-emergency-notice{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem}.contact-emergency-notice svg{flex-shrink:0}.contact-emergency-notice p{margin:.25rem 0 0;font-size:.9rem;opacity:.9}.contact-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem}@media (max-width:968px){.contact-container{grid-template-columns:1fr}}.contact-section-title{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid gold;display:inline-block}.contact-info-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}@media (max-width:600px){.contact-info-cards{grid-template-columns:1fr}}.contact-info-card{display:flex;align-items:flex-start;gap:1rem;background:#f8f9fa;padding:1.25rem;border-radius:12px;border:1px solid #e9ecef}.contact-info-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#036,#004080);border-radius:10px;color:gold;flex-shrink:0}.contact-info-content h3{font-size:1rem;font-weight:600;color:#036;margin-bottom:.25rem}.contact-info-content p{font-size:.9rem;color:#636e72;margin:0;line-height:1.4}.contact-map{margin-top:1.5rem}.contact-map h3{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin-bottom:1rem}.contact-map-embed{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.contact-form{gap:1.25rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#1a1a2e}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#036;box-shadow:0 0 0 3px rgba(0,51,102,.1)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.contact-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#036,#004080);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,51,102,.3)}.contact-success{text-align:center;padding:3rem 2rem;background:#f0fdf4;border-radius:12px;border:2px solid #22c55e}.contact-success-icon{width:64px;height:64px;background:#22c55e;color:#fff;font-size:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.contact-success h3{font-size:1.5rem;color:#166534;margin-bottom:.5rem}.contact-success p{color:#15803d}.safety-emergency-notice{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem}.safety-emergency-notice svg{flex-shrink:0}.safety-emergency-notice p{margin:.25rem 0 0;font-size:.9rem;opacity:.9}.safety-section{margin-bottom:3rem}.safety-section .section-heading{display:flex;align-items:center;gap:.75rem}.safety-tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.safety-tip-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e9ecef;transition:transform .3s ease,box-shadow .3s ease}.safety-tip-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.safety-tip-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.safety-tip-icon{width:56px;height:56px;background:linear-gradient(135deg,#036,#004080);border-radius:12px;display:flex;align-items:center;justify-content:center;color:gold}.safety-tip-header h3{font-size:1.25rem;font-weight:700;color:#1a1a2e}.safety-tip-list{list-style:none;padding:0;margin:0}.safety-tip-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;color:#4a5568;font-size:.95rem;line-height:1.5}.safety-tip-list li svg{color:#22c55e;flex-shrink:0;margin-top:2px}.seasonal-tips-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}@media (max-width:1024px){.seasonal-tips-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.seasonal-tips-grid{grid-template-columns:1fr}}.seasonal-tip-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:4px solid var(--season-color)}.seasonal-title{font-size:1.25rem;font-weight:700;color:var(--season-color);margin-bottom:1rem}.seasonal-tip-list{list-style:none;padding:0;margin:0}.seasonal-tip-list li{position:relative;padding:.5rem 0 .5rem 1.25rem;color:#4a5568;font-size:.9rem;line-height:1.4}.seasonal-tip-list li:before{content:"•";position:absolute;left:0;color:var(--season-color);font-weight:700}.safety-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.safety-service-card{background:linear-gradient(135deg,#036,#004080);border-radius:16px;padding:1.5rem;color:#fff}.safety-service-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:gold}.safety-service-card p{font-size:.9rem;line-height:1.5;opacity:.9}.safety-cta{background:#f8f9fa;border-radius:16px;padding:2rem;margin-top:2rem}.safety-cta-content{display:flex;align-items:center;gap:1.5rem}.safety-cta-content svg{color:#036;flex-shrink:0}.safety-cta-content h3{font-size:1.25rem;color:#1a1a2e;margin-bottom:.25rem}.safety-cta-content p{color:#636e72;margin:0}@media (max-width:600px){.safety-cta-content{flex-direction:column;text-align:center}}.test-nav-container-v4{width:100%;max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:.5rem 2rem;gap:2rem}.test-nav-left-v4{flex-shrink:0}.test-nav-center-v4{display:flex;justify-content:center}.test-nav-right-v4{display:flex;align-items:center;gap:1rem;flex-shrink:0}.horizontal-nav-menu{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:.35rem;padding:.75rem 1rem;background:transparent;border:none;color:#fff;font-size:1.24rem;font-weight:700;cursor:pointer;border-radius:8px;transition:all .2s ease;white-space:nowrap}.nav-link:hover{background:hsla(0,0%,100%,.1)}.nav-link.active{background:rgba(255,215,0,.15);color:gold}.dropdown-arrow{transition:transform .2s ease}.nav-item.has-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.hover-dropdown{position:absolute;top:100%;left:0;min-width:220px;background:linear-gradient(135deg,rgba(0,51,102,.98),rgba(0,64,128,.98));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:.5rem;box-shadow:0 10px 40px rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease;z-index:1000}.nav-item.has-dropdown:hover .hover-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.hover-dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:#fff;font-size:.9rem;cursor:pointer;border-radius:8px;transition:all .2s ease;text-align:left}.hover-dropdown-item:hover{background:hsla(0,0%,100%,.1)}.hover-dropdown-item.active{background:rgba(255,215,0,.15);color:gold}.hover-dropdown-item svg{color:gold;flex-shrink:0}.test-nav-right-v4 .test-mobile-toggle{display:none}@media (max-width:1100px){.test-nav-container-v4{padding:.5rem 1rem}.nav-link{padding:.6rem .75rem;font-size:.85rem}}@media (max-width:900px){.test-nav-center-v4{display:none}.test-nav-right-v4 .test-mobile-toggle{display:flex}.test-nav-container-v4{justify-content:space-between}}.test-hero-logo-wrapper{position:absolute;top:32%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.test-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(255,215,0,.1);border:1px solid rgba(255,215,0,.3);border-radius:50px;color:gold;font-size:.75rem;font-weight:600;letter-spacing:1.5px;opacity:0;animation:fadeInDelayed .8s ease-out .3s forwards}.test-hero-title-text{display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;animation:fadeInDelayed .8s ease-out .6s forwards;margin-top:-150px}.test-hero-main-title{font-weight:700;color:#fff;margin:0;letter-spacing:1px;line-height:1.2;white-space:nowrap}.test-hero-main-title,.test-hero-station-title{font-size:3.15rem;text-shadow:0 4px 20px rgba(0,0,0,.5)}.test-hero-station-title{font-weight:600;color:gold;margin:.5rem 0 0;letter-spacing:2px}.test-hero-title-text .test-hero-badge{margin-top:0;margin-bottom:1rem}@media (max-width:768px){.test-hero-title-text{margin-top:-60px}.test-hero-main-title{font-size:2rem;white-space:normal}.test-hero-station-title{font-size:2rem}}@media (max-width:480px){.test-hero-title-text{margin-top:-40px}.test-hero-main-title,.test-hero-station-title{font-size:1.44rem}}