/* The Hybrid Theory EPK */

:root {
  --black: #050505;
  --black-2: #0b0b0e;
  --panel: #131317;
  --panel-2: #1b1b20;
  --white: #f5f5f3;
  --muted: #b9b9be;
  --dim: rgba(245, 245, 243, 0.58);
  --red: #e30613;
  --red-hot: #ff1829;
  --amber: #f0b44d;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 4%, rgba(227, 6, 19, 0.12), transparent 24rem),
    linear-gradient(90deg, rgba(227, 6, 19, 0.04), transparent 38%, rgba(240, 180, 77, 0.035)),
    var(--black);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 6px, rgba(255, 255, 255, 0.07) 7px),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(255, 255, 255, 0.04) 39px);
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: var(--black);
  background: var(--white);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0.7rem max(1rem, calc((100% - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 176px;
  max-height: 58px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.site-nav .nav-cta {
  padding: 0.65rem 0.9rem;
  color: var(--white);
  border: 1px solid var(--red);
  background: var(--red);
}

.menu-button {
  display: none;
  padding: 0.6rem 0.8rem;
  color: var(--white);
  border: 1px solid var(--line);
  background: transparent;
  font: inherit;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 6rem 1rem;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 18%, rgba(227, 6, 19, 0.2), transparent 23rem),
    #050505;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.98) 38%, rgba(0, 0, 0, 0.54) 58%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(0deg, var(--black) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0.9) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, var(--black));
}

.hero-image {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 38%;
  background-image: url("/assets/hero-crowd.png");
  background-size: cover;
  background-position: center right;
  filter: saturate(1.12) contrast(1.1) brightness(0.88);
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--black) 0%, rgba(0, 0, 0, 0.82) 18%, rgba(0, 0, 0, 0.16) 54%, rgba(0, 0, 0, 0.28) 100%),
    radial-gradient(circle at 54% 50%, transparent 0 28%, rgba(0, 0, 0, 0.55) 76%);
}

.hero-noise {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(120deg, transparent 0 6px, rgba(255,255,255,.02) 7px 8px);
  mix-blend-mode: screen;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.hero-logo {
  width: min(590px, 92vw);
  margin: 1rem 0 1.4rem;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.75));
}

.hero h1,
.section h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5.8vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero h1 {
  max-width: 820px;
}

.hero-copy {
  max-width: 720px;
  margin: 1.5rem 0 0;
  color: #dedee2;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 2rem 0 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.05rem;
  border: 1px solid transparent;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--red);
}

.button-primary:hover {
  background: var(--red-hot);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.055);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
}

.button-small {
  min-height: 42px;
  padding: 0.65rem 0.8rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-points li::before {
  content: "+";
  margin-right: 0.45rem;
  color: var(--red-hot);
}

.section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 6rem 0;
}

.dark-section {
  width: 100%;
  max-width: none;
  padding-right: max(1rem, calc((100% - var(--max)) / 2));
  padding-left: max(1rem, calc((100% - var(--max)) / 2));
  border-block: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(227, 6, 19, 0.075), transparent 36%),
    var(--black-2);
}

.section-heading {
  max-width: 840px;
  margin-bottom: 2.5rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 4.5vw, 4.25rem);
}

.section-heading-row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.text-link {
  flex: 0 0 auto;
  color: var(--white);
  font-weight: 900;
  text-decoration-color: var(--red);
  text-underline-offset: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 3rem;
  align-items: start;
}

.prose {
  color: var(--muted);
  font-size: 1.05rem;
}

.lead {
  margin-top: 0;
  color: var(--white);
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
  line-height: 1.45;
}

.quote-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 2rem;
  border: 1px solid rgba(227, 6, 19, 0.5);
  background:
    linear-gradient(145deg, rgba(227, 6, 19, 0.32), transparent 65%),
    var(--panel);
  box-shadow: var(--shadow);
}

.quote-card p {
  position: relative;
  margin: 2.8rem 0 0;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.quote-mark {
  position: absolute;
  top: -2.4rem;
  left: 1rem;
  color: var(--red);
  font: 10rem/1 Georgia, serif;
  opacity: 0.65;
}

.video-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #000;
  box-shadow: var(--shadow);
}

.video-shell iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  min-height: 315px;
  border: 0;
  background: #000;
}

.video-shell iframe + iframe {
  border-left: 1px solid var(--line);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 220px;
  gap: 0.85rem;
}

.photo {
  grid-column: span 4;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.photo-wide {
  grid-column: 1 / span 8;
  grid-row: 1 / span 2;
}

.photo-tall {
  grid-column: 9 / span 4;
  grid-row: 1 / span 2;
}

.photo-grid .photo:nth-child(3) {
  grid-column: 1 / span 4;
  grid-row: 3;
}

.photo-grid .photo:nth-child(4) {
  grid-column: 5 / span 4;
  grid-row: 3;
}

.photo-grid .photo:nth-child(5) {
  grid-column: 9 / span 4;
  grid-row: 3;
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease, filter 300ms ease;
}

.photo:hover img {
  transform: scale(1.025);
  filter: contrast(1.08);
}

.capability-section {
  padding-top: 3.5rem;
}

.capability-heading {
  max-width: 920px;
  margin-bottom: 1.5rem;
}

.capability-heading h2 {
  margin: 0;
  max-width: 840px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.capability-heading p:last-child {
  max-width: 760px;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.55;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--red);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-inline: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(120deg, rgba(227, 6, 19, 0.18), rgba(255, 255, 255, 0.025) 34%, rgba(0, 0, 0, 0.28)),
    #09090c;
  box-shadow: var(--shadow);
}

.capability-grid article {
  position: relative;
  min-height: 185px;
  padding: 1.8rem 1.25rem 1.5rem;
  border-right: 1px solid var(--line);
}

.capability-grid article:last-child {
  border-right: 0;
}

.capability-grid article::before {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 1rem;
  background: var(--red);
}

.capability-grid strong {
  display: block;
  font-size: clamp(1.15rem, 1.75vw, 1.7rem);
  line-height: 1;
  text-transform: uppercase;
}

.capability-grid span {
  display: block;
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.production-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.info-card {
  padding: 1.6rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent),
    var(--panel);
}

.info-card h3 {
  margin: 0 0 0.75rem;
  color: var(--white);
  font-size: 1.35rem;
  text-transform: uppercase;
}

.info-card p {
  margin: 0.5rem 0;
  color: var(--muted);
}

.info-card a {
  color: var(--white);
  font-weight: 900;
}

.downloads {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.download-card {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 178px;
  padding: 1.35rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.download-featured {
  border-color: rgba(227, 6, 19, 0.72);
  background:
    linear-gradient(145deg, rgba(227, 6, 19, 0.2), rgba(255, 255, 255, 0.045)),
    #101014;
}

.download-card small,
.contact-panel span {
  display: block;
  color: var(--dim);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.download-card strong {
  display: block;
  margin-top: 0.25rem;
  font-size: clamp(1.08rem, 1.6vw, 1.45rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.download-card em {
  display: block;
  margin-top: 0.55rem;
  color: var(--muted);
  font-style: normal;
  line-height: 1.45;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.download-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--line);
  color: var(--white);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.download-actions a:hover {
  border-color: var(--red);
  background: rgba(227, 6, 19, 0.14);
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-panel {
  border-top: 3px solid var(--red);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.contact-panel > div {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--line);
}

.contact-panel a {
  display: inline-block;
  margin-top: 0.25rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.social-row {
  display: flex;
  gap: 1.5rem;
}

.final-cta {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto 6rem;
  padding: clamp(2rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid rgba(227, 6, 19, 0.65);
  background:
    linear-gradient(115deg, rgba(227, 6, 19, 0.34), rgba(0, 0, 0, 0.68) 52%),
    url("/assets/rockFestCrowd.png") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.final-cta h2 {
  font-size: clamp(2.4rem, 6vw, 5.8rem);
}

.final-cta .button {
  flex: 0 0 auto;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem max(1rem, calc((100% - var(--max)) / 2));
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #020202;
}

.site-footer img {
  width: 120px;
}

.site-footer p {
  margin: 0;
}

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

@media (max-width: 980px) {
  .downloads {
    grid-template-columns: 1fr;
  }

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

  .capability-grid article:nth-child(2) {
    border-right: 0;
  }

  .capability-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 900px) {
  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem;
    border: 1px solid var(--line);
    background: rgba(5, 5, 5, 0.98);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.9rem;
  }

  .intro-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .photo {
    grid-column: span 6;
  }

  .photo-wide,
  .photo-tall {
    grid-column: span 12;
  }

  .final-cta {
    display: grid;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 70px;
  }

  .brand img {
    width: 144px;
  }

  .hero {
    min-height: 710px;
    padding-top: 4rem;
    background: #000;
  }

  .hero::before {
    background:
      linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.96)),
      linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.4));
  }

  .hero-image {
    inset: 0;
    background-position: 58% center;
    opacity: 0.58;
  }

  .hero-image::before {
    background:
      linear-gradient(rgba(0,0,0,.36), rgba(0,0,0,.94)),
      linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.2));
  }

  .section {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .section-heading-row {
    display: block;
  }

  .section-heading-row > a {
    margin-top: 1rem;
  }

  .hero-actions .button {
    width: 100%;
  }

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

  .photo-grid {
    display: block;
  }

  .photo {
    height: 280px;
    margin-bottom: 0.75rem;
  }

  .capability-grid,
  .production-grid {
    grid-template-columns: 1fr;
  }

  .capability-grid article,
  .capability-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .capability-grid article:last-child {
    border-bottom: 0;
  }

  .download-actions {
    display: grid;
  }

  .final-cta {
    margin-bottom: 4rem;
    background:
      linear-gradient(rgba(0,0,0,.52), rgba(0,0,0,.86)),
      url("/assets/rockFestCrowd.png") center / cover no-repeat;
  }

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

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer img {
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .video-shell {
    grid-template-columns: 1fr;
  }

  .video-shell iframe {
    min-height: 240px;
  }

  .video-shell iframe + iframe {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
