/* Atomsmasher — site styles (Stage direction) */
:root {
  --ink: #0e0d0c;
  --ink-2: #181614;
  --line: #2a2724;
  --line-2: #5a544c;
  --paper: #f4eee2;
  --text: #e3dccf;
  --muted: #a39c90;
  --red: #da3833;
  --red-soft: #ff8a80;
  --display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --sans: "IBM Plex Sans", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --gutter: clamp(20px, 4.5vw, 64px);
  --section: clamp(64px, 9vw, 110px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--red-soft); }
:focus-visible { outline: 2px solid var(--red-soft); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--paper); color: var(--ink); padding: 10px 16px; }
.skip:focus { top: 12px; }

.wrap { padding-inline: var(--gutter); max-width: 1440px; margin-inline: auto; }
.section { padding-block: var(--section); }
.section--alt { background: var(--ink-2); }
.eyebrow {
  font-family: var(--mono); font-size: 14px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--red-soft); margin: 0;
}
.label {
  font-family: var(--mono); font-size: 13px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted);
}
.h-display {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  line-height: .9; margin: 0; letter-spacing: .005em;
}
.h-section { font-size: clamp(56px, 8vw, 96px); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.link-arrow { font-weight: 600; font-size: 16px; color: var(--red-soft); }
.link-arrow:hover { color: var(--paper); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 22px; border-radius: 2px;
  font-weight: 600; font-size: 16px; line-height: 1.2; cursor: pointer;
  border: 1px solid transparent; font-family: inherit;
}
.btn--red { background: var(--red); color: #fff; }
.btn--red:hover { background: #c22f2a; color: #fff; }
.btn--light { background: var(--paper); color: var(--ink); }
.btn--light:hover { background: #fff; color: var(--ink); }
.btn--ghost { border-color: var(--line-2); color: var(--paper); }
.btn--ghost:hover { border-color: var(--paper); color: var(--paper); }
.btn--ghost-light { border-color: var(--paper); color: var(--paper); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(14, 13, 12, .92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { height: 72px; display: flex; align-items: center; gap: 32px; }
.nav__logo img { height: 24px; width: auto; }
.nav__links {
  flex: 1; display: flex; justify-content: center; gap: 30px;
  list-style: none; margin: 0; padding: 0;
  font-family: var(--mono); font-size: 14px; letter-spacing: .08em; text-transform: uppercase;
}
.nav__toggle { display: none; }
@media (max-width: 900px) {
  .nav__inner { justify-content: space-between; }
  .nav__links {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    flex-direction: column; gap: 0; background: var(--ink); border-bottom: 1px solid var(--line);
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { display: block; padding: 16px var(--gutter); border-top: 1px solid var(--line); }
  .nav__cta { display: none; }
  .nav__toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; background: none; border: 1px solid var(--line-2); color: var(--paper); cursor: pointer;
  }
}

/* Hero */
.hero { position: relative; min-height: min(88vh, 860px); display: flex; align-items: flex-end; overflow: hidden; }
.hero__img, .hero__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,13,12,0) 30%, rgba(14,13,12,.94) 88%);
}
.hero__content { position: relative; z-index: 1; width: 100%; padding-bottom: clamp(40px, 7vw, 80px); padding-top: 160px; display: grid; gap: 26px; }
.hero__logo { width: min(860px, 100%); }
.hero__row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero__tag { margin: 0; font-size: clamp(19px, 2vw, 22px); line-height: 1.4; max-width: 560px; }

/* Facts */
.facts { border-bottom: 1px solid var(--line); }
.facts__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; padding-block: 44px; margin: 0; }
.facts__grid div { display: grid; gap: 6px; }
.facts__grid dd { margin: 0; font-size: 20px; font-weight: 500; line-height: 1.35; }
@media (max-width: 900px) { .facts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Latest release */
.latest { display: grid; grid-template-columns: minmax(0, 520px) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.latest__title { font-size: clamp(72px, 11vw, 150px); overflow-wrap: anywhere; }
.latest__body { display: grid; gap: 22px; }
.latest p { margin: 0; max-width: 620px; color: #d8d1c4; font-size: 19px; }
.latest blockquote .label { display: block; margin-top: 8px; font-style: normal; }
.latest blockquote { margin: 0; font-style: italic; color: var(--paper); font-size: 19px; max-width: 620px; }
@media (max-width: 800px) { .latest { grid-template-columns: minmax(0, 1fr); } }

/* Bio */
.bio { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: clamp(40px, 7vw, 96px); }
.bio__side { display: grid; gap: 36px; align-content: start; }
.lineup { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.lineup li { font-size: 18px; line-height: 1.45; }
.lineup strong { display: block; font-weight: 600; }
.lineup span { color: var(--muted); }
.bio__text { max-width: 780px; display: grid; gap: 22px; color: var(--text); font-size: 19px; line-height: 1.7; }
.bio__text p { margin: 0; }
.bio__lead { font-size: clamp(22px, 2.4vw, 27px); line-height: 1.45; color: var(--paper); }
@media (max-width: 900px) { .bio { grid-template-columns: 1fr; } .lineup { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Music */
.releases { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; list-style: none; margin: 0; padding: 0; }
.release a { display: grid; gap: 12px; }
.release img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .25s ease; }
.release a:hover img { transform: translateY(-4px); }
.release__name { font-family: var(--display); font-weight: 800; font-size: 30px; text-transform: uppercase; line-height: 1; }
.release__meta { font-family: var(--mono); font-size: 14px; color: var(--muted); }
.catalog { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); }
.catalog ul { display: flex; flex-wrap: wrap; gap: 18px 28px; list-style: none; margin: 0; padding: 0; }
.catalog li { display: flex; align-items: center; gap: 14px; font-size: 16px; }
.catalog img { width: 60px; height: 60px; object-fit: cover; }
.platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
@media (max-width: 900px) { .releases { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Press */
.press { background: var(--red); color: #fff; }
.press .label, .press figcaption { color: rgba(255,255,255,.88); }
.press__lead blockquote {
  margin: 0; font-family: var(--display); font-weight: 700;
  font-size: clamp(34px, 4.6vw, 56px); line-height: 1.06; max-width: 1200px;
}
.press__lead figcaption { font-family: var(--mono); font-size: 15px; margin-top: 18px; letter-spacing: .04em; }
.press__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 52px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.4); }
.press__grid figure { margin: 0; display: grid; gap: 12px; align-content: start; }
.press__grid blockquote { margin: 0; font-size: 18px; line-height: 1.55; }
.press__grid figcaption { font-family: var(--mono); font-size: 14px; }
.press a { text-decoration: underline; text-underline-offset: 3px; }
.press a:hover { color: #fff; opacity: .8; }
@media (max-width: 900px) { .press__grid { grid-template-columns: 1fr; gap: 28px; } }

/* Photos */
.photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; list-style: none; margin: 0; padding: 0; }
.photos figure { margin: 0; position: relative; }
.photos img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.photos figcaption {
  display: flex; justify-content: space-between; gap: 12px; padding-top: 10px;
  font-family: var(--mono); font-size: 13px; color: var(--muted);
}
.photos figcaption a { color: var(--red-soft); }
@media (max-width: 900px) { .photos { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 540px) { .photos { grid-template-columns: 1fr; } }

/* Video */
.videos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.video { display: grid; gap: 14px; }
.video__frame { position: relative; aspect-ratio: 16 / 9; background: #000; overflow: hidden; }
.video__frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: opacity .2s; }
.video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video__play {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: none; cursor: pointer; padding: 0;
  display: flex; align-items: center; justify-content: center; color: #fff;
}
.video__play span {
  width: 88px; height: 88px; border-radius: 50%; background: var(--red);
  display: flex; align-items: center; justify-content: center; transition: transform .2s;
}
.video__play:hover span { transform: scale(1.06); }
.video__frame:hover img { opacity: .92; }
.video__meta { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.video__title { font-family: var(--display); font-weight: 800; font-size: 32px; text-transform: uppercase; line-height: 1; margin: 0; }
@media (max-width: 800px) { .videos { grid-template-columns: 1fr; } }

/* Contact */
.contact { display: grid; grid-template-columns: minmax(0, 480px) minmax(0, 1fr); gap: clamp(40px, 7vw, 96px); }
.contact__side { display: grid; gap: 28px; align-content: start; }
.contact__email { font-size: clamp(20px, 2.2vw, 26px); font-weight: 500; word-break: break-word; }
.socials { display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; margin: 0; padding: 0; font-weight: 500; font-size: 16px; }
.form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-content: start; }
.form label { display: grid; gap: 8px; font-size: 14px; color: #c9c2b5; }
.form .full { grid-column: 1 / -1; }
.form input, .form select, .form textarea {
  width: 100%; background: var(--ink-2); border: 1px solid #3a3632; color: var(--paper);
  font: inherit; font-size: 16px; padding: 14px 16px; border-radius: 2px;
}
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--red-soft); outline: none; }
.form textarea { min-height: 150px; resize: vertical; }
.form .hp { position: absolute; left: -9999px; }
.form__status { grid-column: 1 / -1; margin: 0; font-size: 16px; min-height: 1.6em; }
.form__status.is-ok { color: #9ee6a8; }
.form__status.is-err { color: var(--red-soft); }
@media (max-width: 900px) { .contact { grid-template-columns: 1fr; } }
@media (max-width: 540px) { .form { grid-template-columns: 1fr; } }

/* Footer */
.footer { border-top: 1px solid var(--line); padding-block: 36px; }
.footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 14px; color: var(--muted); }
.footer img { height: 18px; width: auto; }

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