html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:#000;
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  line-height:1.6;
}

.site-header{
  background:#000;
  padding:20px 10px;
}

.header-inner{
  max-width:1200px;
  margin:0 auto;
}

.site-title{
  margin:0;
  font-family:Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size:82px;
  font-weight:900;
  letter-spacing:6px;
  line-height:1;
  color:#fff;
  text-transform:uppercase;
  text-shadow:
    2px 2px 0 #000,
   -2px -2px 0 #000,
    2px -2px 0 #000,
   -2px 2px 0 #000,
    4px 4px 0 #fff,
   -4px -4px 0 #fff,
    4px -4px 0 #fff,
   -4px 4px 0 #fff;
}

.trademark{
  color:#c00000;
  font-size:26px;
  font-weight:700;
  margin-left:4px;
  position:relative;
  top:-11px;
  text-shadow:
    1px 1px 0 #000,
   -1px -1px 0 #000;
}

.site-subtitle{
  margin:18px 0 16px;
  color:#c00000;
  font-size:20px;
  letter-spacing:10px;
  font-weight:700;
  text-transform:uppercase;
  text-shadow:
    1px 1px 0 #000,
   -1px -1px 0 #000;
}

.site-nav ul{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  justify-content:center;
  gap:26px;
  flex-wrap:wrap;
}

.site-nav a{
  text-decoration:none;
  color:#fff;
  font-weight:700;
  font-size:16px;
  letter-spacing:1px;
  transition:.25s;
}

.site-nav a:hover{
  color:#c00000;
}

.social-icons{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:10px;
  margin-bottom:20px;
}

.social-icons a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.social-icons img{
  width:15px;
  height:15px;
  opacity:.7;
  transition:all .25s ease;
}

.social-icons img:hover{
  opacity:1;
  transform:scale(1.2);
}

.hero-section{
  background-image:
    linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.38)),
    url("nyc-skyline.png");
  background-position:center bottom;
  background-size:cover;
  background-repeat:no-repeat;
  padding:90px 20px;
}

.hero-inner{
  max-width:1200px;
  margin:0 auto;
}

.hero-patch{
  width:100%;
  max-width:320px;
  display:block;
  margin:0 auto;
  filter:drop-shadow(0 0 28px rgba(192,0,0,1));
}

.content-section{
  padding:70px 20px;
  display:flex;
  justify-content:center;
}

.section-inner{
  width:100%;
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.section-inner h2 {
  margin: 0 0 18px;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
}

/* ALL sections default = red */
.content-section h2 {
  color: #c00000;
}

/* ONLY members = white */
#members h2 {
  color: #ffffff;
}

.section-inner p{
  max-width:900px;
  margin:0 auto 20px;
  font-size:20px;
  color:#f2f2f2;
}

.alt-section{
  border-top:1px solid #111;
  border-bottom:1px solid #111;
}

/* EVENTS */

.event-list{
  max-width:800px;
  margin:30px auto 0;
  display:flex;
  flex-direction:column;
  gap:30px;
  position:relative;
}

.event-list:before{
  content:"";
  position:absolute;
  left:18px;
  top:0;
  bottom:0;
  width:3px;
  background:#c00000;
  opacity:.7;
}

.event-item{
  background:#0d0d0d;
  border:1px solid #1f1f1f;
  border-radius:14px;
  padding:24px 24px 24px 40px;
  text-align:left;
  box-shadow:0 0 18px rgba(255,255,255,0.04);
  position:relative;
}

.event-item:before{
  content:"";
  position:absolute;
  left:10px;
  top:14px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#c00000;
  box-shadow:0 0 10px rgba(192,0,0,.85);
}

.event-item h3{
  margin:0 0 8px;
  font-family:Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size:28px;
  font-weight:700;
  letter-spacing:1px;
  color:#ffd700;
  text-shadow:0 0 6px rgba(255,215,0,.45);
}

.event-item p{
  margin:5px 0;
  font-size:18px;
  line-height:1.6;
  color:#d9d9d9;
  max-width:none;
}

.featured-event{
  border:1px solid #c00000;
  box-shadow:0 0 22px rgba(192,0,0,.18);
}

.featured-event h3{
  color:#ffd700;
  text-shadow:0 0 6px rgba(255,215,0,.45);
}

.ride-map{
  margin-top:14px;
  border-radius:10px;
  overflow:hidden;
  border:1px solid #1f1f1f;
  max-width:640px;
  margin-left:auto;
  margin-right:auto;
}

/* GALLERY */

.gallery-intro{
  margin-bottom:30px !important;
}

.gallery-video-wrap{
  max-width:700px;
  margin:0 auto 30px;
  border-radius:14px;
  overflow:hidden;
  background:#000;
  box-shadow:0 0 16px rgba(255,255,255,0.04);
}

.gallery-video{
  width:100%;
  height:320px;
  object-fit:cover;
  display:block;
}

.carousel-wrap{
  max-width:700px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}

.carousel-window{
  overflow:hidden;
  width:100%;
  max-width:650px;
  margin:0 auto;
  border-radius:14px;
  border:1px solid #1f1f1f;
  box-shadow:0 0 16px rgba(255,255,255,0.04);
  background:#0d0d0d;
}

.carousel-track{
  display:flex;
  transition:transform .45s ease;
}

.carousel-slide{
  min-width:100%;
}

.carousel-image{
  width:100%;
  max-width:650px;
  height:360px;
  object-fit:cover;
  display:block;
  margin:0 auto;
  border-radius:6px;
}

.carousel-btn{
  background:rgba(0,0,0,.6);
  color:#fff;
  border:1px solid #333;
  width:42px;
  height:42px;
  border-radius:50%;
  font-size:24px;
  cursor:pointer;
  flex-shrink:0;
}

.carousel-btn:hover{
  background:#c00000;
  border-color:#c00000;
}

.carousel-dots{
  text-align:center;
  margin-top:12px;
}

.dot{
  height:10px;
  width:10px;
  margin:0 4px;
  background:#555;
  border:none;
  border-radius:50%;
  display:inline-block;
  cursor:pointer;
}

.dot.active{
  background:#c00000;
  box-shadow:0 0 8px rgba(192,0,0,.8);
}

/* MERCH + MEMBERS */

.product-card{
  text-align:center;
  background:#0d0d0d;
  border:1px solid #1f1f1f;
  padding:24px;
  border-radius:12px;
  box-shadow:0 0 18px rgba(255,255,255,0.04);
  max-width:900px;
  margin:36px auto 0;
}

.product-card h3{
  margin:0 0 20px;
  font-family:Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size:30px;
  color:#c00000;
}

.shirt-images{
  display:flex;
  gap:20px;
  justify-content:center;
  flex-wrap:wrap;
  margin:20px 0;
}

.product-image{
  max-width:240px;
  width:100%;
  border-radius:8px;
}

.product-copy{
  font-size:18px !important;
  line-height:1.7 !important;
  margin-bottom:12px !important;
}

.price-line{
  font-size:22px;
  color:#c00000;
  margin-top:6px;
  font-weight:bold;
}

.size-line{
  margin-bottom:12px;
  color:#fff;
}

.buy-button{
  display:inline-block;
  background:#c00000;
  color:#fff;
  padding:12px 26px;
  text-decoration:none;
  font-weight:bold;
  border-radius:4px;
  transition:.25s;
}

.buy-button:hover{
  background:#cc0000;
}
.dues-image {
  max-width: 220px;
  display: block;
  margin: 20px auto 15px;
  border-radius: 6px;
  filter: drop-shadow(0 0 14px rgba(192, 0, 0, 0.55));
}
.dues-button {
  display: inline-block;
  padding: 8px 18px;
  background-color: white;
  color: black;
  border: 1px solid #777;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  font-size: 13px;
  transition: all 0.2s ease;
}

.dues-button:hover {
  background-color: #f2f2f2;
  border-color: #aaa;
}
/* JOIN */

.join-form{
  display:flex;
  flex-direction:column;
  gap:10px;
  max-width:420px;
  margin:0 auto;
}

.join-form input,
.join-form textarea{
  padding:10px;
  border:none;
  border-radius:3px;
  box-sizing:border-box;
}

.join-form button{
  background:#c00000;
  color:#fff;
  border:none;
  padding:12px;
  cursor:pointer;
  font-weight:bold;
}

.join-form button:hover{
  background:#cc0000;
}

/* CONTACT */

.contact-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(260px, 1fr));
  gap:24px;
  margin-top:20px;
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}

.contact-card{
  background:#0b0b0b;
  padding:22px;
  border:1px solid #222;
  border-radius:6px;
  max-width:280px;
  margin:auto;
}

.contact-card h3{
  color:#c00000;
}

.contact-card a{
  color:#4ea3ff;
  text-decoration:none;
  font-size:15px;
  white-space:nowrap;
}

.contact-card a:hover{
  text-decoration:underline;
  color:#fff;
}

/* FOOTER */

.site-footer{
  text-align:center;
  padding:30px 10px;
  background:#000;
  font-size:13px;
  color:#777;
}

/* MOBILE */

@media (max-width:768px){
  .site-title{
    font-size:38px;
    letter-spacing:2px;
  }

  .trademark{
    font-size:13px;
    top:-5px;
    margin-left:3px;
  }

  .site-subtitle{
    font-size:12px;
    letter-spacing:4px;
    margin:12px 0 18px;
  }

  .site-nav ul{
    gap:16px;
  }

  .site-nav a{
    font-size:15px;
  }

  .social-icons img{
    width:14px;
    height:14px;
  }

  .hero-section{
    padding:60px 20px;
  }

  .hero-patch{
    max-width:260px;
  }

  .section-inner h2{
    font-size:28px;
  }

  .section-inner p{
    font-size:17px;
  }

  .gallery-video{
    height:240px;
  }

  .carousel-wrap{
    gap:8px;
  }

  .carousel-window{
    max-width:100%;
  }

  .carousel-image{
    max-width:100%;
    height:240px;
  }

  .event-list:before{
    left:14px;
  }

  .event-item{
    padding:22px 18px 22px 34px;
  }

  .event-item:before{
    left:6px;
  }

  .event-item h3{
    font-size:24px;
  }

  .contact-grid{
    grid-template-columns:1fr;
    max-width:340px;
    margin-left:auto;
    margin-right:auto;
  }

  .contact-card{
    width:100%;
    max-width:340px;
    margin-left:auto;
    margin-right:auto;
  }
}

