﻿*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;text-rendering:optimizeSpeed}img,picture,video,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{background:none;border:none;cursor:pointer}body{font-family:"Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:300;line-height:1.6;color:#fff;background-color:#0b0b0b}h1,h2,h3,h4,h5,h6{font-family:"Montserrat","Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;line-height:1.1;letter-spacing:-0.02em;text-shadow:1px 1px 2px #000}h1{font-size:clamp(4rem,7vw,6rem);font-weight:200}h2{font-size:clamp(2rem,4vw,2.5rem)}h3{font-size:1.5rem}p+p{margin-top:1rem}.section-title{margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}.section-title::after{content:"";display:block;width:3rem;height:2px;margin-top:.5rem;background:#c00}.header .social{display:flex;position:fixed;gap:20px;top:20px;right:20px;z-index:100}@media(max-width: 575px){.header .social{flex-direction:column;gap:.25em;justify-content:center;align-items:center}}.header .social i{color:red;font-size:1.2em;transition:all .6s cubic-bezier(0.16, 1, 0.3, 1)}.header .social i:hover{color:#fff;transform:scale(1.3);box-shadow:0 5px 5px rgba(0,0,0,.5)}.header.logo{display:block;position:fixed;top:2vh;left:calc(50vw - 62.5px);z-index:100;width:125px}.scroll-container{align-items:flex-start;height:fit-content}.container{margin:0 auto;padding:150px 5vw 25vh;max-width:1200px}@media(max-width: 768px){.container{padding-bottom:25vh}}.section{padding:6rem 0}@media(min-width: 768px){.section{padding:10rem 0}}.section.panel{padding:0}.section.panel>.container{position:relative;z-index:2}.btn{display:inline-block;transition:all .6s cubic-bezier(0.16, 1, 0.3, 1);cursor:pointer;border:1px solid rgba(0,0,0,0);padding:.25rem 2.5rem;font-weight:600;font-size:.875rem;font-family:"Montserrat","Lato",-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:.08em;text-transform:uppercase}.btn-primary{border:1px solid #c00;background:rgba(0,0,0,.5);color:red}.btn-primary:hover{transform:translateY(-1px);background:red;color:#fff}.scroll-container{display:flex;height:100vh;overflow-x:scroll;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none}.scroll-container::-webkit-scrollbar{display:none}.panel{position:relative;width:100vw;min-width:100vw;height:100vh;flex-shrink:0;scroll-snap-align:start;scroll-snap-stop:always;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;display:grid;grid-template-areas:"stack"}.panel>.panel-bg,.panel>.container,.panel>.hero-content{grid-area:stack}.panel::-webkit-scrollbar{display:none}.panel-bg{position:sticky;top:0;z-index:0;flex-shrink:0;width:100%;height:100vh;margin-bottom:-100vh}.panel-bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:0;transition:opacity 1.5s ease-in-out}.panel-bg img.active{opacity:1}.hero .panel-bg img{object-position:60% 0%}@media(min-width: 768px){.hero .panel-bg img{object-position:80% 0%}}.about .panel-bg img{object-position:50% center}.events .panel-bg img{object-position:50% center}.contact .panel-bg img{object-position:95% center}.panel-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.7) 100%),rgba(0,0,0,.3)}.panel>.container,.panel>.hero-content{position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;z-index:2}.hero-title{display:flex;flex-direction:column;margin-bottom:1rem;font-size:clamp(4rem,7vw,6rem)}.hero-title-line{display:block}.hero-subtitle{font-family:"Montserrat","Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:400;color:#bebebe;letter-spacing:.15em;text-transform:uppercase}.about-content{max-width:720px;font-size:1.25rem;color:#bebebe;line-height:1.3;font-weight:400}.about-content p{text-shadow:1px 1px 2px #000}.events{background:#141414}.events-text{max-width:600px;font-size:1.25rem;color:#fff;margin-bottom:2rem}.events-empty{max-width:560px;font-family:"Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-style:italic;color:#bebebe;margin:0 0 2rem}.events-empty[hidden]{display:none}.event-cards{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width: 768px){.event-cards{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.event-cards{grid-template-columns:repeat(3, 1fr)}}.event-card{position:relative;background:rgba(0,0,0,.7);display:flex;flex-direction:column;min-height:18rem;transition:border-color .6s cubic-bezier(0.16, 1, 0.3, 1);backdrop-filter:blur(15px);box-shadow:0 10px 50px rgba(0,0,0,.6);padding:1.5em}@media(max-width: 575px){.event-card{padding:.5em}}.event-card:hover{border-color:#c00}.event-card-img{width:100%;overflow:hidden}.event-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(0.16, 1, 0.3, 1)}.event-card:hover .event-card-img img{transform:scale(1.05)}.event-card-body{padding:1rem 1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.event-card-body>*{margin:0}.event-card-title{font-family:"Montserrat","Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-size:2rem;font-weight:300;color:#fff;line-height:1.1}.event-card-date{color:#bebebe;font-size:1rem;font-weight:800}.event-card-location-name{color:#fff;font-weight:600}.event-card-location-name>a{color:inherit;text-decoration:underline;text-decoration-color:rgba(190,190,190,.5);text-underline-offset:.2em;transition:color .6s cubic-bezier(0.16, 1, 0.3, 1),text-decoration-color .6s cubic-bezier(0.16, 1, 0.3, 1)}.event-card-location-name>a:hover{color:red;text-decoration-color:red}.event-card-ksu{color:#bebebe;font-size:.875rem;font-style:italic}.event-card-desc{font-size:1rem;color:#fff;line-height:1.3;margin-bottom:1em}.event-card-actions{display:flex;flex-wrap:nowrap;gap:.5rem;margin-top:auto;align-items:center}.event-card-actions .btn-primary{min-width:0;flex:1 1 auto;text-align:center}.event-card-actions .event-card-cal{flex:0 0 auto}.event-card-cal{position:relative;display:inline-block}.event-card-cal>summary{list-style:none;cursor:pointer;user-select:none;padding:0;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center}.event-card-cal>summary::-webkit-details-marker{display:none}.event-card-cal>summary>i{font-size:1rem;line-height:1}.event-card-cal-menu{position:fixed;z-index:9999;min-width:12rem;background:rgba(0,0,0,.95);border:1px solid rgba(190,190,190,.3);backdrop-filter:blur(10px);box-shadow:0 10px 30px rgba(0,0,0,.6);display:flex;flex-direction:column;padding:.25rem 0}.event-card-cal-menu>a{display:block;padding:.5rem 1rem;color:#fff;font-family:"Montserrat","Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;letter-spacing:.06em;text-decoration:none}.event-card-cal-menu>a:hover{background:rgba(204,0,0,.5);color:#fff}@media(max-width: 575px){.events>.container>.btn{display:block;width:100%;text-align:center}}.fan-hero{max-width:860px;margin:0 auto;text-align:center;position:relative;height:fit-content}.fan-quote{position:relative;margin:0}.fan-quote::before{content:"“";display:block;font-family:"Montserrat","Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(10rem,18vw,16rem);font-weight:900;line-height:.75;color:#c00;margin-bottom:.5rem;opacity:.9}.fan-quote p{font-family:"Montserrat","Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(2rem,3vw,2.5rem);font-weight:300;font-style:italic;line-height:1.3;color:#fff;margin:0}.fan-attribution{display:flex;flex-direction:column;gap:.5rem}.fan-name{padding-top:1em;font-family:"Montserrat","Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:red;text-shadow:1px 1px 2px #000}.fan-title{font-size:1rem;color:#bebebe;letter-spacing:.04em}.contact-text{max-width:600px;font-size:1.25rem;color:#fff;margin-bottom:2rem}.discord-card{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:640px;padding:2rem;background:rgba(0,0,0,.55);border:1px solid hsla(0,0%,100%,.08);border-radius:6px;backdrop-filter:blur(6px)}@media(min-width: 768px){.discord-card{flex-direction:row;align-items:stretch;gap:2rem;padding:2rem 2rem 2rem 2rem}}.discord-card__body{flex:1 1 auto;display:flex;flex-direction:column;gap:.5rem}.discord-card__status{display:inline-flex;align-items:center;gap:.5rem;font-family:"Montserrat","Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#bebebe}.discord-card__status-dot{display:inline-block;width:.625rem;height:.625rem;border-radius:50%;background:#3ba55c;box-shadow:0 0 0 0 rgba(59,165,92,.6);animation:discord-pulse 2s cubic-bezier(0.16, 1, 0.3, 1) infinite}@keyframes discord-pulse{0%{box-shadow:0 0 0 0 rgba(59,165,92,.55)}70%{box-shadow:0 0 0 10px rgba(59,165,92,0)}100%{box-shadow:0 0 0 0 rgba(59,165,92,0)}}.discord-card__count-wrap{font-family:"Montserrat","Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#bebebe}.discord-card__count-wrap[hidden]{display:none}.discord-card__count{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:0;margin-right:.3rem}.discord-card__title{font-family:"Montserrat","Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin:0;line-height:1.1}@media(min-width: 768px){.discord-card__title{font-size:2.5rem}}.discord-card__copy{font-family:"Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.6;color:#bebebe;margin:0;max-width:42ch}.discord-card__actions{margin-top:.5rem}.btn-discord{display:inline-flex;align-items:center;gap:.6rem;border:1px solid #c00;background:rgba(0,0,0,.5);color:red;padding:.75rem 2rem;text-decoration:none}.btn-discord .fa-discord{font-size:1.2em}.btn-discord:hover,.btn-discord:focus-visible{transform:translateY(-1px);background:red;color:#fff;outline:none}.discord-card__qr{display:none;flex:0 0 auto;align-self:center;padding:.75rem;background:#fff;border-radius:4px}@media(min-width: 768px){.discord-card__qr{display:flex;align-items:center;justify-content:center;width:140px;height:140px}}.discord-card__qr svg,.discord-card__qr img{display:block;width:100%;height:100%}.discord-card__qr-caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.bottom-nav{position:fixed;bottom:20px;left:0;width:100%;height:48px;z-index:200;pointer-events:none}.bottom-nav-fill{position:absolute;left:10%;top:calc(10px - 2.5px/2);height:2.5px;width:calc(var(--progress, 0)*80%);background:#c00;z-index:1;transition:width .6s cubic-bezier(0.16, 1, 0.3, 1)}.bottom-nav-fill::after{content:"";position:absolute;right:0;bottom:100%;transform:translateX(50%) rotate(var(--bike-rotation, 0deg));transform-origin:16% 76%;width:32px;height:32px;background-image:url("../../images/icons/icon-biker.svg");background-size:contain;background-repeat:no-repeat;background-position:center bottom;filter:invert(13%) sepia(96%) saturate(6270%) hue-rotate(0deg) brightness(88%) contrast(112%);transition:transform .6s cubic-bezier(0.16, 1, 0.3, 1)}.bottom-nav-dots{position:absolute;inset:0;display:flex;pointer-events:none}.bottom-nav-dots::before{content:"";position:absolute;left:10%;right:10%;top:calc(10px - 2px/2);height:2px;background:rgba(204,0,0,.35);pointer-events:none}.bottom-dot{flex:1;display:flex;flex-direction:column;align-items:center;padding:0;background:none;border:none;cursor:pointer;color:#c00;pointer-events:auto;transition:color .6s cubic-bezier(0.16, 1, 0.3, 1)}.bottom-dot:hover{color:red}.bottom-dot.active{color:red}.bottom-dot-pip{position:relative;z-index:1;flex-shrink:0;width:5px;height:5px;border-radius:50%;background:#c00;margin-top:calc(10px - 5px/2);transition:background .6s cubic-bezier(0.16, 1, 0.3, 1),width .6s cubic-bezier(0.16, 1, 0.3, 1),height .6s cubic-bezier(0.16, 1, 0.3, 1),margin-top .6s cubic-bezier(0.16, 1, 0.3, 1)}.bottom-dot.active .bottom-dot-pip{width:7px;height:7px;background:red;margin-top:calc(10px - 7px/2)}.bottom-dot-label{font-family:"Montserrat","Lato",-apple-system,BlinkMacSystemFont,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;line-height:1;margin-top:6px;transition:color .6s cubic-bezier(0.16, 1, 0.3, 1),font-size .6s cubic-bezier(0.16, 1, 0.3, 1),font-weight .6s cubic-bezier(0.16, 1, 0.3, 1)}.bottom-dot:hover .bottom-dot-label{color:#fff;font-weight:900;font-size:.875rem}.bottom-dot.active .bottom-dot-label{color:red;font-weight:900;font-size:.875rem}.site-copyright{position:fixed;bottom:6px;left:0;width:100%;text-align:center;font-size:.75rem;font-weight:400;color:#fff;letter-spacing:.04em;z-index:199;pointer-events:none}
