a {
  color: inherit;
}

.nav-links a:focus-visible,
.cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

/* ================= HERO ================= */

.hero {
  padding: 7rem 1.5rem 3.5rem;
  text-align: center;
}

.hero-inner {
  max-width: 980px;
  margin: 0 auto;
}

.hero h1 {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.hero p {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.85;
}

.cult-strip {
  margin: 2.2rem auto 0;
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.7rem 1rem;
  font-size: 0.85rem;
  letter-spacing: 1px;
  opacity: 0.75;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #fff;
  opacity: 0.8;
}

/* ================= LAYOUT ================= */

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

/* ================= FEATURED ================= */

.featured {
  margin: 2.5rem auto 2rem;
}

.featured-card {
  cursor: pointer;
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.featured-link {
  position: absolute;
  inset: 0;
  z-index: 20;
  text-indent: -9999px;
}

.featured-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
}

.featured-card > *:not(.featured-link) {
  position: relative;
  z-index: 10;
}

.featured-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.05);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 1px;
  font-size: 0.75rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  opacity: 0.9;
  width: fit-content;
  margin-bottom: 0.9rem;
}

.featured-title {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.15;
  margin-bottom: 0.8rem;
}

.featured-desc {
  opacity: 0.78;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  opacity: 0.7;
  margin-bottom: 1.25rem;
}

.cta {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 0.65rem 1.35rem;
  font-size: 0.9rem;
  letter-spacing: 1px;
  transition: all 0.2s ease;
  position: relative;
  z-index: 30;
}

.cta:hover {
  background: #fff;
  color: #000;
}

.featured-media {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  position: relative;
  min-height: 230px;
}

.featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.1);
  opacity: 0.92;
  transform: scale(1.02);
}

.media-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.1),
    rgba(0, 0, 0, 0.65)
  );
  pointer-events: none;
}

/* ================= GRID ================= */

.section-title {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 1px;
  font-size: 1.1rem;
  margin: 2.5rem 0 1.2rem;
  opacity: 0.9;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 5rem;
}

.card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
  position: relative;
}

.card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.04);
}

.card:hover::after {
  opacity: 1;
}

.thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.1);
  opacity: 0.9;
  transform: scale(1.03);
}

.thumb .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.85)
  );
  pointer-events: none;
}

.card-body {
  padding: 1.2rem 1.2rem 1.35rem;
}

.kicker {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 1px;
  font-size: 0.72rem;
  opacity: 0.75;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.card-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1.15rem;
  line-height: 1.25;
  margin-bottom: 0.7rem;
}

.card-desc {
  opacity: 0.75;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.card-link {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 0.55rem 1.05rem;
  font-size: 0.85rem;
  letter-spacing: 1px;
  transition: all 0.2s ease;
}

.card-link:hover {
  background: #fff;
  color: #000;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 980px) {
  .featured-card {
    grid-template-columns: 1fr;
  }
  .featured-media {
    min-height: 220px;
  }
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  nav {
    padding: 1.25rem 1.25rem;
  }
  .nav-links {
    gap: 0.9rem;
  }
  .grid {
    grid-template-columns: 1fr;
  }
}

.optin {
  margin-top: 0rem;
  margin-bottom: 4rem;
  padding: 1.6rem 1.6rem 1.5rem;

  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);

  position: relative;
  overflow: hidden;
}

/* subtiele premium glow */
.optin::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(
    circle at 20% 20%,
    rgba(255, 79, 216, 0.15),
    transparent 60%
  );
  opacity: 0.6;
  pointer-events: none;
}

.optin h3 {
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-bottom: 0.6rem;
}

.optin > p {
  opacity: 0.78;
  line-height: 1.6;
  margin-bottom: 1.1rem;
}

/* form layout */

.optin form {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  flex-wrap: wrap;
}

/* email input */

.optin input[type="email"] {
  flex: 1 1 260px;

  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;

  padding: 0.85rem 1rem;
  font: inherit;

  transition:
    border 0.2s ease,
    box-shadow 0.2s ease;
}

.optin input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.optin input[type="email"]:focus {
  outline: none;
  border-color: rgba(255, 79, 216, 0.55);
  box-shadow: 0 0 0 3px rgba(255, 79, 216, 0.12);
}

/* button */

.optin button {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;

  padding: 0.85rem 1.2rem;

  font-size: 0.9rem;
  letter-spacing: 0.04em;
  cursor: pointer;

  transition: all 0.2s ease;
}

.optin button:hover {
  background: #fff;
  color: #000;
}

/* legal text */

.optin-legal {
  margin-top: 0.9rem;
  font-size: 0.86rem;
  opacity: 0.65;
}

.optin-legal a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* success message */

.notice {
  margin: 1rem 0 1.2rem;
  padding: 0.85rem 0.95rem;

  border-radius: 8px;

  background: rgba(255, 79, 216, 0.08);
  border: 1px solid rgba(255, 79, 216, 0.25);

  font-size: 0.94rem;
}

/* honeypot */

.hp {
  position: absolute !important;
  left: -9999px !important;
}

/* mobile */

@media (max-width: 640px) {
  .optin form {
    flex-direction: column;
    align-items: stretch;
  }

  .optin button {
    width: 100%;
  }
}

.cult-divider {
  height: 1px;
  margin: 3rem auto 2.2rem;

  max-width: 420px;

  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );

  opacity: 0.7;
}

.cult-divider::after {
  content: "✦";
  position: relative;
  top: -9px;
  display: block;
  text-align: center;
  font-size: 10px;
  opacity: 0.6;
}
