:root {
  --ink: #080a0d;
  --panel: #11151b;
  --panel-2: #171d24;
  --text: #f4efe6;
  --muted: #b8aea1;
  --line: rgba(244, 239, 230, 0.15);
  --copper: #d59654;
  --amber: #f4cc72;
  --teal: #5bc8bd;
  --rose: #bd6970;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  --radius: 8px;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 18% 16%, rgba(213, 150, 84, 0.19), transparent 34rem),
    radial-gradient(circle at 82% 12%, rgba(91, 200, 189, 0.13), transparent 30rem),
    linear-gradient(180deg, #07090c 0%, #0d1015 48%, #090b0e 100%);
  color: var(--text);
  animation: page-fade 520ms ease-out both;
}

a {
  color: inherit;
  text-decoration: none;
}

img, iframe {
  display: block;
  max-width: 100%;
}

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

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  cursor: pointer;
  place-items: center;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span + span {
  margin-top: 5px;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: rgba(244, 204, 114, 0.54);
  outline: none;
}

.nav-open .menu-toggle span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .menu-toggle span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(244, 204, 114, 0.44);
  object-fit: cover;
}

.brand strong {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-links a {
  position: relative;
  min-height: 38px;
  padding: 10px 12px;
  border-radius: var(--radius);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  outline: none;
  transform: translateY(-1px);
}

.nav-links a::after {
  content: "";
  position: absolute;
  inset: auto 12px 6px;
  height: 1px;
  background: var(--amber);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  opacity: 0.72;
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  border: 1px solid rgba(244, 204, 114, 0.42);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(213, 150, 84, 0.94), rgba(189, 105, 112, 0.84));
  color: #14100d;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(213, 150, 84, 0.16);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  border-color: var(--line);
  box-shadow: none;
}

.button:hover,
.button:focus-visible {
  border-color: rgba(244, 204, 114, 0.72);
  box-shadow: 0 18px 44px rgba(213, 150, 84, 0.22);
  outline: none;
  transform: translateY(-2px);
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  padding: 58px 0 34px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 10, 13, 0.9) 0%, rgba(8, 10, 13, 0.72) 44%, rgba(8, 10, 13, 0.2) 100%),
    url("https://yt3.googleusercontent.com/hQNGZSXb8jHqbknDmMMjZYm7Jsf7IcCQEXiv_ke6xZd8E7SWEzO1hHu74XqYYDsKFnxBHNZ4OQ=w2120-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj") center / cover;
  opacity: 0.72;
  animation: hero-breathe 16s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(0deg, #0d1015, transparent);
}

.hero-inner,
.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  align-items: center;
  gap: 34px;
}

.hero-grid > * {
  animation: rise-in 680ms ease-out both;
}

.hero-grid > *:nth-child(2) {
  animation-delay: 120ms;
}

.eyebrow {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  max-width: 820px;
  font-size: clamp(3.4rem, 8.5vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.lead {
  max-width: 680px;
  color: #e4d8c9;
  font-size: clamp(1.04rem, 1.9vw, 1.28rem);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 32px;
}

.stat {
  border-top: 1px solid rgba(244, 204, 114, 0.34);
  padding-top: 12px;
}

.stat strong {
  display: block;
  font-size: 1.65rem;
  color: var(--amber);
}

.stat span {
  color: var(--muted);
  font-size: 0.88rem;
}

.feature-player {
  border: 1px solid rgba(244, 239, 230, 0.17);
  border-radius: var(--radius);
  background: rgba(13, 16, 21, 0.74);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.feature-player:hover {
  border-color: rgba(244, 204, 114, 0.32);
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.42);
  transform: translateY(-3px);
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.lazy-player .thumb-button {
  height: 100%;
}

.feature-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-top: 1px solid var(--line);
}

.feature-caption strong {
  display: block;
  font-size: 1rem;
}

.feature-caption span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

section {
  padding: 76px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head h2 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-head p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.about-band {
  border-block: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(23, 29, 36, 0.86), rgba(16, 19, 24, 0.72));
}

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.about-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.about-card p {
  color: #dfd4c5;
  line-height: 1.75;
}

.about-card p:last-child {
  margin-bottom: 0;
}

.quote {
  padding-left: 22px;
  border-left: 3px solid var(--copper);
  color: var(--text);
  font-size: clamp(1.28rem, 2.5vw, 2rem);
  line-height: 1.34;
}

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

.start-section {
  padding-top: 68px;
}

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

.video-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 428px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: visible;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(244, 204, 114, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.video-card:hover,
.video-card:focus-within {
  z-index: 4;
  border-color: rgba(244, 204, 114, 0.36);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32);
  transform: translateY(-4px);
}

@supports selector(:has(*)) {
  .video-card:has(.video-details[open]) {
    z-index: 4;
    border-color: rgba(244, 204, 114, 0.36);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32);
    transform: translateY(-4px);
  }
}

.video-card:hover::after,
.video-card:focus-within::after {
  opacity: 1;
}

.thumb-button {
  appearance: none;
  border: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
  color: inherit;
  background: #000;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0;
}

.thumb-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease, opacity 180ms ease;
}

.thumb-button:hover img,
.thumb-button:focus-visible img {
  transform: scale(1.035);
  opacity: 0.82;
}

.play-mark {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 58px;
  height: 58px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(8, 10, 13, 0.78);
  border: 1px solid rgba(244, 204, 114, 0.54);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.35);
  transition: background 180ms ease, transform 180ms ease;
}

.thumb-button:hover .play-mark,
.thumb-button:focus-visible .play-mark {
  background: rgba(8, 10, 13, 0.9);
  transform: translate(-50%, -50%) scale(1.06);
}

.play-mark::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-block: 11px solid transparent;
  border-left: 17px solid var(--amber);
}

.video-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px;
}

.video-body h3 {
  display: -webkit-box;
  margin-bottom: 10px;
  min-height: 2.85em;
  overflow: hidden;
  font-size: 1.03rem;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.video-summary {
  display: -webkit-box;
  min-height: 5.96em;
  overflow: hidden;
  color: #d8ccbd;
  font-size: 0.92rem;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.meta {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.86rem;
}

.video-meta-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.video-meta-row .meta {
  margin: 0;
}

.video-details {
  position: relative;
  margin-top: 14px;
  border-top: 1px solid var(--line);
  color: #dfd4c5;
  font-size: 0.92rem;
  line-height: 1.62;
}

.video-details summary {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--amber);
  cursor: pointer;
  font-weight: 800;
}

.video-details summary:focus-visible {
  outline: 2px solid rgba(244, 204, 114, 0.72);
  outline-offset: 3px;
}

.video-details p {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  left: 0;
  z-index: 6;
  display: none;
  max-height: 260px;
  overflow: auto;
  margin: 4px 0 0;
  padding: 14px;
  border: 1px solid rgba(244, 204, 114, 0.28);
  border-radius: var(--radius);
  background: rgba(13, 16, 21, 0.98);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
  white-space: pre-wrap;
}

.video-details[open] p {
  display: block;
}

.info-button {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--amber);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.info-button:hover,
.info-button:focus-visible {
  border-color: rgba(244, 204, 114, 0.58);
  background: rgba(244, 204, 114, 0.12);
  outline: none;
  transform: translateY(-1px);
}

.season-feature {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 24px;
  margin-bottom: 20px;
  align-items: stretch;
}

.series-note {
  border: 1px solid rgba(91, 200, 189, 0.28);
  border-radius: var(--radius);
  padding: 24px;
  background: linear-gradient(160deg, rgba(91, 200, 189, 0.11), rgba(213, 150, 84, 0.08));
}

.series-note h3 {
  color: var(--amber);
  font-size: 1.5rem;
  line-height: 1.16;
}

.series-note p {
  color: #ded2c5;
  line-height: 1.7;
}

.section-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  border: 1px solid rgba(91, 200, 189, 0.22);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(91, 200, 189, 0.07);
}

.section-cta p {
  margin: 0;
  color: #ded2c5;
  line-height: 1.55;
}

.contact {
  padding-bottom: 96px;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(244, 204, 114, 0.26);
  border-radius: var(--radius);
  padding: clamp(22px, 5vw, 42px);
  background:
    linear-gradient(135deg, rgba(213, 150, 84, 0.16), rgba(91, 200, 189, 0.08)),
    rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.contact-panel:hover {
  border-color: rgba(244, 204, 114, 0.42);
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.42);
  transform: translateY(-2px);
}

.contact-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.contact-panel p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.inline-link {
  color: var(--amber);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.inline-link:hover,
.inline-link:focus-visible {
  color: var(--text);
  outline: none;
}

.email-button {
  gap: 10px;
  white-space: nowrap;
}

.email-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
}

.email-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

footer {
  border-top: 1px solid var(--line);
  padding: 26px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.78);
  animation: modal-fade 180ms ease-out both;
}

.modal.is-open {
  display: flex;
}

.modal-panel {
  width: min(1040px, 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
  animation: modal-rise 220ms ease-out both;
}

.modal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.modal-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.icon-button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.icon-button:hover,
.icon-button:focus-visible {
  border-color: rgba(244, 204, 114, 0.54);
  outline: none;
}

.description-frame {
  max-height: min(68vh, 720px);
  overflow: auto;
  padding: clamp(18px, 4vw, 30px);
  background: rgba(8, 10, 13, 0.42);
  color: #e4d8c9;
  font-size: 1rem;
  line-height: 1.7;
  white-space: pre-wrap;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 560ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes page-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-breathe {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.035);
  }
}

@keyframes modal-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-rise {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .season-feature {
    grid-template-columns: 1fr;
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .start-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .menu-toggle {
    display: grid;
  }

  .nav-links {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 8px 0 4px;
  }

  .nav-open .nav-links {
    display: flex;
  }

  .nav-links a {
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }
}

@media (max-width: 680px) {
  .brand span {
    display: none;
  }

  .nav-links a {
    white-space: nowrap;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .hero-stats,
  .video-grid,
  .start-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .section-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .section-cta .button {
    width: 100%;
  }

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

  .email-button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  section {
    padding: 56px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
