:root {
  --bg: #040406;
  --surface: #0a0a0e;
  --surface-soft: #111118;
  --text: #ececf3;
  --muted: #a3a6b4;
  --red: #ff0015;
  --red-soft: rgba(255, 0, 21, 0.2);
  --focus: #ffd24d;
  --line: rgba(255, 0, 21, 0.16);
  --container: min(1220px, 94vw);
  --radius: 18px;
  --shadow: 0 20px 38px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Barlow", sans-serif;
  background:
    radial-gradient(circle at 20% -10%, rgba(255, 0, 21, 0.18), transparent 50%),
    linear-gradient(180deg, #050508 0%, #030305 100%);
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: repeating-linear-gradient(
    180deg,
    transparent 0,
    transparent 47px,
    rgba(255, 0, 21, 0.06) 48px,
    transparent 49px,
    transparent 96px
  );
}

img {
  display: block;
  width: 100%;
}

button {
  cursor: pointer;
  font: inherit;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fff4cc;
  color: #1a1200;
  text-decoration: none;
  font-weight: 700;
  z-index: 100;
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
[tabindex="-1"]:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section-shell[id] {
  scroll-margin-top: 104px;
}

.section-shell {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  background: linear-gradient(155deg, #a2000d, var(--red));
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  line-height: 1;
  gap: 4px;
}

.brand-copy strong {
  font-size: 2.15rem;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand-copy small {
  color: var(--red);
  font-size: 0.95rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav > a {
  text-decoration: none;
  font-size: 1.95rem;
  font-family: "Teko", sans-serif;
  color: #d7d7df;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.site-nav > a:hover,
.site-nav > a:focus-visible,
.site-nav > a.is-active {
  color: var(--red);
}

.youtube-link {
  margin-left: 10px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  background: linear-gradient(145deg, #f10013, #dd0010);
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 24px rgba(255, 0, 21, 0.35);
}

.youtube-link svg,
.btn svg {
  width: 18px;
  height: 18px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 86vh;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1459749411175-04bf5292ceea?auto=format&fit=crop&w=1900&q=80");
  background-size: cover;
  background-position: center;
  filter: grayscale(0.15);
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 45% 18%, rgba(255, 255, 255, 0.14), transparent 52%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.85)),
    linear-gradient(110deg, rgba(120, 0, 9, 0.52), rgba(0, 0, 0, 0.45));
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 0;
  padding: 80px 0 56px;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.hero h1 {
  display: grid;
  line-height: 0.84;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-size: clamp(4rem, 14vw, 12rem);
  letter-spacing: 0.01em;
}

.hero h1 .accent {
  color: var(--red);
}

.hero-subtitle {
  margin-top: 26px;
  font-size: clamp(1.9rem, 3.8vw, 3.15rem);
  font-family: "Teko", sans-serif;
  color: #e9e9ef;
}

.hero-lead {
  margin-top: 8px;
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  color: #b5b8c8;
}

.ai-disclosure {
  margin-top: 14px;
  max-width: 56ch;
  font-size: clamp(0.95rem, 1.25vw, 1.2rem);
  color: #ffd7dc;
  border: 1px solid rgba(255, 0, 21, 0.45);
  background: rgba(18, 6, 8, 0.75);
  border-radius: 12px;
  padding: 10px 14px;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  min-height: 62px;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-family: "Teko", sans-serif;
  letter-spacing: 0.01em;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(145deg, #ff0015, #d90012);
  box-shadow: 0 16px 32px rgba(255, 0, 21, 0.3);
}

.btn-ghost {
  color: #f2f2f6;
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
}

.hero-metrics {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(860px, 92vw);
}

.hero-metrics article {
  background: linear-gradient(145deg, rgba(15, 5, 7, 0.94), rgba(8, 8, 10, 0.94));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}

.hero-metrics h3 {
  color: var(--red);
  font-family: "Teko", sans-serif;
  font-size: clamp(3rem, 5vw, 4.2rem);
  line-height: 0.92;
}

.hero-metrics p {
  margin-top: 8px;
  color: #c0c3d0;
  font-size: 1.6rem;
  font-family: "Teko", sans-serif;
}

.about,
.videos,
.gallery {
  padding: 56px 0 70px;
}

.about {
  background: linear-gradient(180deg, #050509 0%, #040408 100%);
}

.videos {
  background: linear-gradient(180deg, #040408 0%, #030306 100%);
}

.gallery {
  background: linear-gradient(180deg, #030306 0%, #020204 100%);
}

.section-title {
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-family: "Teko", sans-serif;
  color: #f4f4f9;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.1fr;
  gap: 30px;
  align-items: stretch;
}

.about-grid img {
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.about-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 14px 6px 6px;
}

.about-copy h3 {
  font-family: "Teko", sans-serif;
  font-size: clamp(2.8rem, 4.8vw, 4.3rem);
}

.about-copy p {
  color: var(--muted);
  font-size: clamp(1.2rem, 1.7vw, 1.95rem);
  line-height: 1.45;
  max-width: 45ch;
}

.about-disclosure {
  color: #ffd7dc !important;
  border-left: 3px solid var(--red);
  padding-left: 12px;
}

.topic-tags {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topic-tags span {
  border: 1px solid rgba(255, 0, 21, 0.48);
  color: var(--red);
  background: rgba(255, 0, 21, 0.08);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 600;
}

.pillars {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pillars article {
  background: linear-gradient(165deg, rgba(35, 4, 8, 0.85), rgba(9, 9, 13, 0.95));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 18px;
  min-height: 210px;
  text-align: center;
}

.icon-circle {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  background: rgba(255, 0, 21, 0.16);
  color: var(--red);
  font-size: 2rem;
}

.pillars h4 {
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-family: "Teko", sans-serif;
  margin-bottom: 8px;
}

.pillars p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.5;
}

.topic-panels-wrap {
  margin-top: 34px;
}

.topic-panels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.topic-panels article {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, rgba(10, 10, 14, 0.96), rgba(19, 8, 10, 0.94));
  padding: 20px 18px;
  min-height: 180px;
}

.topic-panels h4 {
  font-size: clamp(2rem, 2.8vw, 2.5rem);
  font-family: "Teko", sans-serif;
  margin-bottom: 8px;
}

.topic-panels p {
  color: #bcc0cf;
  font-size: 1rem;
  line-height: 1.55;
}

.section-headline {
  display: grid;
  gap: 8px;
  margin-bottom: 26px;
}

.section-headline-compact {
  margin-bottom: 18px;
}

.section-mini-title {
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-family: "Teko", sans-serif;
  color: #f4f4f9;
  letter-spacing: 0.02em;
}

.section-headline p {
  color: var(--muted);
  font-size: clamp(1.15rem, 1.8vw, 1.6rem);
  max-width: 60ch;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.video-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #07070a;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.thumb-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
}

.thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-badge {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff0018, #d80012);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.45);
}

.play-badge::before {
  content: "";
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translate(-42%, -50%);
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f5f5fb;
  padding: 3px 7px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.74);
}

.video-card h3 {
  font-size: clamp(1.8rem, 2.7vw, 2.5rem);
  font-family: "Teko", sans-serif;
  line-height: 1.02;
  padding: 14px 14px 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.video-card p {
  margin-top: auto;
  padding: 0 14px 14px;
  color: #b8bccb;
}

.wide-btn {
  margin: 28px auto 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 14px;
}

.gallery-card {
  margin: 0;
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(165deg, rgba(16, 16, 22, 0.96), rgba(8, 8, 11, 0.96));
  box-shadow: var(--shadow);
}

.gallery-card img {
  border-radius: 14px;
  object-fit: cover;
  height: 100%;
  min-height: 180px;
  background: #08080d;
}

.gallery-card figcaption {
  color: #d8dbe7;
  font-size: 1rem;
  line-height: 1.45;
}

.gallery-note {
  margin-top: 20px;
  max-width: 64ch;
  color: #c9ccd8;
  font-size: 1.05rem;
}

.socials {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.socials h3 {
  font-family: "Teko", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.socials div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.socials a {
  min-height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid var(--line);
  background: rgba(255, 0, 21, 0.08);
  padding: 0 16px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #030305;
  padding-top: 38px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 34px;
}

.footer-brand p {
  margin-top: 12px;
  max-width: 34ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.5;
}

.site-footer h4 {
  font-family: "Teko", sans-serif;
  font-size: 2.2rem;
  margin-bottom: 8px;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.site-footer li,
.site-footer a {
  color: var(--muted);
  text-decoration: none;
  font-size: 1.05rem;
}

.site-footer a:hover {
  color: var(--red);
}

.footer-bottom {
  margin-top: 28px;
  padding: 20px 0 30px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-bottom p {
  color: #8a8d9e;
}

.heart {
  color: var(--red);
}

@media (max-width: 1100px) {
  body.nav-open {
    overflow: hidden;
  }

  .site-nav {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    display: none;
    justify-items: center;
    gap: 14px;
    padding: 18px 20px 24px;
    border-bottom: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.94);
  }

  body.nav-open .site-nav {
    display: grid;
  }

  .menu-toggle {
    display: block;
  }

  .youtube-link {
    margin-left: 0;
  }

  .about-grid,
  .video-grid,
  .gallery-grid,
  .pillars,
  .topic-panels,
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid {
    grid-template-rows: none;
  }
}

@media (max-width: 720px) {
  .header-row {
    min-height: 74px;
  }

  .brand-copy strong {
    font-size: 1.8rem;
  }

  .brand-copy small {
    font-size: 0.84rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 64px 0 34px;
  }

  .hero-subtitle {
    margin-top: 14px;
  }

  .hero-actions {
    margin-top: 22px;
    width: min(420px, 100%);
    display: grid;
  }

  .btn {
    min-height: 56px;
    width: 100%;
  }

  .hero-metrics,
  .about-grid,
  .video-grid,
  .gallery-grid,
  .pillars,
  .topic-panels,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .socials {
    align-items: start;
    flex-direction: column;
  }

  .about,
  .videos,
  .gallery {
    padding: 42px 0 52px;
  }

  .footer-bottom {
    padding-bottom: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
