@import "https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Inter:wght@400;500;600;700&display=swap";
.Navbar-module__eVzsNW__navbar{z-index:50;width:100%;transition:all var(--transition-normal);background:linear-gradient(#0a0a0be6,#0000);padding:20px 0;position:fixed;top:0;left:0}.Navbar-module__eVzsNW__navbar.Navbar-module__eVzsNW__scrolled{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background:#0a0a0bd9;padding:12px 0}.Navbar-module__eVzsNW__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__eVzsNW__logo{font-family:var(--font-heading);letter-spacing:.05em;align-items:center;gap:4px;font-size:1.1rem;font-weight:700;display:flex}.Navbar-module__eVzsNW__logoAccent{color:var(--color-brand-yellow)}.Navbar-module__eVzsNW__desktopLinks{align-items:center;gap:32px;display:none}.Navbar-module__eVzsNW__navLink{font-family:var(--font-heading);text-transform:uppercase;color:var(--color-text-secondary);letter-spacing:.05em;transition:color var(--transition-fast);font-size:.9rem;font-weight:600}.Navbar-module__eVzsNW__navLink:hover{color:var(--color-text-primary)}.Navbar-module__eVzsNW__navActions{align-items:center;gap:8px;display:flex}.Navbar-module__eVzsNW__mapBtn{background-color:var(--color-bg-elevated);color:var(--color-text-primary);border:1px solid var(--color-border);font-weight:600;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;transition:var(--transition-normal);border-radius:4px;align-items:center;gap:8px;padding:8px 16px;display:flex}.Navbar-module__eVzsNW__mapBtn:hover{color:var(--color-brand-yellow);border-color:var(--color-brand-yellow);background-color:#ffd1001a}.Navbar-module__eVzsNW__mapBtnText{display:none}.Navbar-module__eVzsNW__cartBtn{color:var(--color-text-primary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:relative}.Navbar-module__eVzsNW__cartBtn:hover,.Navbar-module__eVzsNW__iconBtn:hover{color:var(--color-brand-yellow)}.Navbar-module__eVzsNW__iconBtn{color:var(--color-text-primary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.Navbar-module__eVzsNW__cartBadge{background-color:var(--color-brand-yellow);color:#000;width:18px;height:18px;font-size:.7rem;font-weight:700;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-2px;right:-4px}.Navbar-module__eVzsNW__desktopOnly{display:none}.Navbar-module__eVzsNW__mobileToggle{color:var(--color-text-primary);justify-content:center;align-items:center;display:flex}.Navbar-module__eVzsNW__mobileMenu{background-color:var(--color-bg-surface);border-bottom:1px solid var(--color-border);flex-direction:column;gap:16px;width:100%;padding:16px 24px;display:flex;position:absolute;top:100%;left:0}.Navbar-module__eVzsNW__mobileLink{font-family:var(--font-heading);text-transform:uppercase;color:var(--color-text-primary);border-bottom:1px solid var(--color-border);padding:12px 0;font-size:1.1rem;font-weight:600}.Navbar-module__eVzsNW__mobileAction{margin-top:8px}.Navbar-module__eVzsNW__socialNav{align-items:center;gap:16px;display:flex}.Navbar-module__eVzsNW__socialNavMobile{justify-content:center;align-items:center;gap:24px;padding:16px 0;display:flex}.Navbar-module__eVzsNW__socialIcon{color:var(--color-text-secondary);transition:color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;display:flex}.Navbar-module__eVzsNW__socialIcon:hover{color:var(--color-brand-yellow);transform:translateY(-2px)}@media (min-width:768px){.Navbar-module__eVzsNW__logo{gap:6px;font-size:1.5rem}.Navbar-module__eVzsNW__navActions{gap:16px}.Navbar-module__eVzsNW__cartBtn,.Navbar-module__eVzsNW__iconBtn{padding:8px}.Navbar-module__eVzsNW__desktopLinks{display:flex}.Navbar-module__eVzsNW__mapBtnText{display:inline-block}.Navbar-module__eVzsNW__desktopOnly{display:block}.Navbar-module__eVzsNW__mobileToggle,.Navbar-module__eVzsNW__mobileMenu{display:none}}
.Footer-module__hSXlYG__footer{background-color:var(--color-bg-base);border-top:1px solid var(--color-border);margin-top:80px;padding:80px 0 32px}.Footer-module__hSXlYG__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.Footer-module__hSXlYG__grid{grid-template-columns:1fr;gap:48px;margin-bottom:64px;display:grid}.Footer-module__hSXlYG__brandCol{flex-direction:column;gap:16px;display:flex}.Footer-module__hSXlYG__logo{font-family:var(--font-heading);letter-spacing:.05em;align-items:center;gap:6px;font-size:1.5rem;font-weight:700;display:flex}.Footer-module__hSXlYG__logoAccent{color:var(--color-brand-yellow)}.Footer-module__hSXlYG__tagline{color:var(--color-text-secondary);max-width:320px;font-size:.95rem;line-height:1.6}.Footer-module__hSXlYG__socials{align-items:center;gap:16px;margin-top:8px;display:flex}.Footer-module__hSXlYG__socialIcon{background-color:var(--color-bg-elevated);border:1px solid var(--color-border);width:40px;height:40px;color:var(--color-text-secondary);transition:var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__hSXlYG__socialIcon:hover{color:var(--color-brand-yellow);border-color:var(--color-brand-yellow);background-color:#ffd1001a}.Footer-module__hSXlYG__linkCol{flex-direction:column;gap:16px;display:flex}.Footer-module__hSXlYG__linkHeading{font-family:var(--font-heading);text-transform:uppercase;color:var(--color-text-primary);letter-spacing:.05em;margin-bottom:8px;font-size:1.1rem;font-weight:700}.Footer-module__hSXlYG__link{color:var(--color-text-secondary);transition:color var(--transition-fast);font-size:.95rem;font-weight:500}.Footer-module__hSXlYG__link:hover{color:var(--color-brand-yellow)}.Footer-module__hSXlYG__disclaimerCol{flex-direction:column;gap:16px;display:flex}.Footer-module__hSXlYG__disclaimerText{color:var(--color-text-tertiary);font-size:.85rem;line-height:1.6}.Footer-module__hSXlYG__bottomBar{border-top:1px solid var(--color-border);text-align:center;flex-direction:column;align-items:center;gap:16px;padding-top:32px;display:flex}.Footer-module__hSXlYG__copyright{color:var(--color-text-tertiary);font-size:.85rem}.Footer-module__hSXlYG__bottomLinks{gap:24px;display:flex}.Footer-module__hSXlYG__bottomLink{color:var(--color-text-tertiary);font-size:.85rem}.Footer-module__hSXlYG__bottomLink:hover{color:var(--color-text-secondary)}@media (min-width:768px){.Footer-module__hSXlYG__grid{grid-template-columns:2fr 1fr 1fr 2fr}.Footer-module__hSXlYG__bottomBar{text-align:left;flex-direction:row;justify-content:space-between}}
:root{--color-bg-base:#000;--color-bg-surface:#000;--color-bg-elevated:#111;--color-text-primary:#fff;--color-text-secondary:#aaa;--color-text-tertiary:#777;--color-brand-yellow:#ffd100;--color-brand-yellow-hover:#ffc300;--color-danger-red:#c8102e;--color-danger-red-dark:#8b0000;--color-mint-moment:#3eb489;--color-signal-white:#fff;--color-industrial-black:#000;--color-score-90:#3eb489;--color-score-80:#ffd100;--color-score-70:#ffc300;--color-score-60:#ff8c00;--color-score-50:#c8102e;--color-score-low:#8b0000;--color-border:#ffffff1a;--color-border-hover:#fff3;--color-border-dark:#0000001a;--font-heading:"Oswald", sans-serif;--font-body:"Inter", sans-serif;--transition-fast:.15s ease-in-out;--transition-normal:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1)}.section-black{background-color:var(--color-industrial-black);color:var(--color-text-primary);--current-border:var(--color-border)}.section-white{background-color:var(--color-signal-white);color:#000;--current-border:var(--color-border-dark)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-bg-base);max-width:100vw;color:var(--color-text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.02em;font-weight:700;line-height:1.1}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}img,video{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-bg-base)}::-webkit-scrollbar-thumb{background:var(--color-borderHover);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}
