:root {
  --bg: #111016;
  --ink: #f6f2ea;
  --muted: #c5b9aa;
  --paper: #efe2cc;
  --paper-dark: #dfcfb4;
  --red: #d73a2f;
  --orange: #ea8a2f;
  --teal: #2f8a88;
  --stroke: #2e2a34;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
  background-attachment: fixed;
  background:
    radial-gradient(circle at 12% 12%, rgba(215, 58, 47, 0.25), transparent 26%),
    radial-gradient(circle at 88% 16%, rgba(47, 138, 136, 0.2), transparent 30%),
    linear-gradient(180deg, #18151f, #0f0e14 48%, #111016);
}

.hero {
  position: relative;
  min-height: 88vh;
  padding: 1.2rem 1.2rem 3rem;
  overflow: visible;
  border-bottom: 2px dashed rgba(239, 226, 204, 0.35);
  background: url("images/hero.jpg") center/cover no-repeat;
  background-attachment: fixed;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 3px 3px;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(17, 16, 22, 0.46), rgba(17, 16, 22, 0.9)),
    radial-gradient(circle at 74% 72%, rgba(234, 138, 47, 0.2), transparent 30%);
}

.nav,
.hero-content {
  position: relative;
  z-index: 2;
}

.nav,
main,
.hero-content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding: 0.55rem 1.2rem;
  background: rgba(17, 16, 22, 0.8);
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
}

.nav-links {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.nav-links a {
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
  color: #fff6ea;
  background: rgba(17, 16, 22, 0.55);
  border: 1px solid rgba(255, 246, 234, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
}

.brand,
h1,
h2,
.stat-number {
  font-family: "Bebas Neue", sans-serif;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink);
  text-decoration: none;
  font-size: 2rem;
  letter-spacing: 0.08em;
}

.brand-logo {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  outline: 2px solid rgba(255, 235, 206, 0.4);
}

.hero-content {
  margin-top: 11vh;
  animation: rise-in 0.75s ease;
}

.kicker {
  margin: 0;
  color: #ffd6a5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  margin: 0.2rem 0 0;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.94;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.45);
}

.tagline {
  margin: 0.85rem 0 0;
  font-family: "Permanent Marker", cursive;
  color: #ffd6b2;
  font-size: 1.18rem;
}

.description {
  max-width: 58ch;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.button {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
  padding: 0.7rem 1.05rem;
  border-radius: 999px;
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.18);
  background: linear-gradient(135deg, var(--red), #b72c23);
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-outline {
  background: linear-gradient(135deg, var(--teal), #236c6a);
}

.button-small {
  padding: 0.5rem 0.9rem;
  font-size: 0.92rem;
}

main {
  padding: 1.6rem 1.2rem 3rem;
  display: grid;
  gap: 1rem;
}

.panel {
  position: relative;
  color: #241f1a;
  background:
    linear-gradient(178deg, rgba(239, 226, 204, 0.98), rgba(223, 207, 180, 0.98));
  border: 2px solid #b89f7e;
  border-radius: 4px;
  padding: 1.2rem;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
}

.panel:nth-of-type(odd) {
  transform: rotate(-0.35deg);
}

.panel:nth-of-type(even) {
  transform: rotate(0.28deg);
}

.panel::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 1rem;
  width: 108px;
  height: 24px;
  background: rgba(255, 249, 233, 0.55);
  border: 1px solid rgba(150, 132, 102, 0.45);
  transform: rotate(-4deg);
}

h2 {
  margin: 0 0 0.7rem;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #191612;
}

.feature-image {
  width: 100%;
  border: 2px solid #7b664b;
  border-radius: 3px;
  margin-bottom: 0.8rem;
  filter: contrast(1.04) saturate(0.92);
}

.link-grid {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.link-grid a {
  text-decoration: none;
  text-align: center;
  border-radius: 999px;
  padding: 0.62rem;
  font-weight: 800;
  border: 2px solid rgba(0, 0, 0, 0.12);
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ca6f18);
}

.link-grid a:nth-child(2n) {
  background: linear-gradient(135deg, var(--teal), #236c6a);
}

.video-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.video-grid iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 2px;
  border: 3px solid #2d2a27;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.24);
  background: #0f0f12;
}

.video-hero {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1.4fr 1fr;
  margin-bottom: 1rem;
}

.video-hero-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 3px solid #2d2a27;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.24);
  background: #0f0f12;
}

.video-hero-copy {
  background: #f3e6d2;
  border: 2px dashed #8d775f;
  border-radius: 4px;
  padding: 0.8rem;
}

.video-chip {
  display: inline-block;
  margin: 0;
  font-weight: 800;
  font-size: 0.84rem;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--red), #b72c23);
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
}

.videos h3 {
  margin: 0.45rem 0 0.2rem;
  font-size: 1.1rem;
  color: #1d1914;
}

.video-meta,
.video-note {
  margin: 0.2rem 0 0;
  color: #5c4d3d;
  font-size: 0.95rem;
}

.video-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.filter-pill {
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  background: #e8d7bc;
  color: #3d3023;
  font-weight: 800;
  cursor: pointer;
}

.filter-pill.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), #236c6a);
}

.video-card {
  background: #f1e5d0;
  border: 2px dashed #8d775f;
  border-radius: 4px;
  padding: 0.6rem;
}

.video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.55rem;
}

.video-actions a {
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ca6f18);
  border-radius: 999px;
  padding: 0.35rem 0.58rem;
}

.video-actions a:nth-child(2n) {
  background: linear-gradient(135deg, var(--teal), #236c6a);
}

.spotify-intro {
  margin: 0 0 0.7rem;
  color: #5c4d3d;
}

.spotify-grid {
  display: grid;
  gap: 0.72rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.spotify-card {
  background: #f1e5d0;
  border: 2px dashed #8d775f;
  border-radius: 4px;
  padding: 0.8rem;
}

.spotify-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  color: #1d1914;
}

.spotify-card a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #1db954, #13853d);
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  display: inline-block;
}

.stats-grid {
  display: grid;
  gap: 0.72rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.stat-card {
  background: #f1e5d0;
  border: 2px dashed #8d775f;
  border-radius: 4px;
  padding: 0.85rem;
}

.member-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 3px;
  border: 2px solid #7d6750;
  margin-bottom: 0.5rem;
  filter: contrast(1.05) saturate(0.85);
}

.stat-number {
  margin: 0;
  color: #33281f;
  font-size: 2rem;
}

.stat-label {
  margin: 0.18rem 0 0;
  color: #6f5f4b;
  font-weight: 700;
}

.contact a,
.source-note a {
  color: #934415;
  font-weight: 700;
}

footer {
  text-align: center;
  padding: 1rem;
  border-top: 2px dashed rgba(239, 226, 204, 0.34);
  color: var(--muted);
}

.source-note {
  font-size: 0.9rem;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px) {
  body,
  .hero {
    background-attachment: scroll;
  }

  .hero {
    min-height: 76vh;
  }

  .brand {
    font-size: 1.62rem;
  }

  .brand-logo {
    width: 1.8rem;
    height: 1.8rem;
  }

  .panel::before {
    width: 86px;
  }

  .video-hero {
    grid-template-columns: 1fr;
  }
}
