﻿:root {
  --ink: #0a0c0e;
  --paper: #f2f0e9;
  --amber: #f3a51f;
  --muted: #a6a39a;
  --line: rgba(10, 12, 14, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 130px; }
.music, .story, .story-submit { scroll-margin-top: 28px; }

.hero {
  min-height: 900px;
  height: 100svh;
  color: white;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #07090b;
}
.hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("/assets/hero-road.webp") center / cover no-repeat;
  transform: scale(1.015);
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4,6,8,.96) 0%, rgba(4,6,8,.75) 39%, rgba(4,6,8,.12) 75%),
    linear-gradient(0deg, rgba(4,6,8,.85) 0%, transparent 42%),
    linear-gradient(180deg, rgba(4,6,8,.55) 0%, transparent 24%);
}
.nav {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 17px/0.88 "Barlow Condensed"; letter-spacing: .08em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--amber);
  font: 400 24px/1 "Anton";
  letter-spacing: -.08em;
}
.nav nav { display: flex; gap: 38px; font: 600 14px/1 "Barlow Condensed"; text-transform: uppercase; letter-spacing: .13em; }
.nav nav a, .nav-cta { transition: color .2s ease; }
.nav nav a:hover, .nav-cta:hover { color: var(--amber); }
.nav-cta { font: 600 14px/1 "Barlow Condensed"; text-transform: uppercase; letter-spacing: .13em; display: flex; gap: 12px; }

.hero-content { padding-top: clamp(90px, 13vh, 155px); }
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.72); font: 600 13px/1 "Barlow Condensed"; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--amber); }
.eyebrow.dark { color: #66645e; }
.hero h1, h2 {
  margin: 25px 0 0;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -.025em;
}
.hero h1 { font-size: clamp(68px, 9.5vw, 138px); line-height: .82; max-width: 880px; }
h1 em, h2 em { color: var(--amber); font-style: normal; }
.hero-content > p { width: min(540px, 90%); color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.72; margin: 34px 0 0; }
.hero-actions { display: flex; gap: 13px; margin-top: 40px; flex-wrap: wrap; }
.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 25px;
  font: 700 14px/1 "Barlow Condensed";
  text-transform: uppercase;
  letter-spacing: .12em;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: #111; }
.button-primary:hover { background: #ffb535; }
.button-ghost { border: 1px solid rgba(255,255,255,.38); color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.play { font-size: 11px; }
.hero-footer {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.46);
  font: 600 11px/1 "Barlow Condensed";
  letter-spacing: .18em;
}
.hero-footer b { color: var(--amber); margin-left: 8px; font-size: 16px; }

.ticker { background: var(--amber); color: var(--ink); overflow: hidden; transform: rotate(-1deg) scale(1.02); position: relative; z-index: 2; }
.ticker > div { height: 67px; display: flex; align-items: center; justify-content: space-around; gap: 32px; white-space: nowrap; font: 400 23px/1 "Anton"; letter-spacing: .02em; }
.ticker i { font-size: 8px; font-style: normal; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
h2 { font-size: clamp(56px, 7.2vw, 102px); line-height: .9; }
.text-link { padding-bottom: 10px; border-bottom: 1px solid var(--ink); font: 700 14px/1 "Barlow Condensed"; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { margin-left: 18px; }
.track-list { margin-top: 68px; border-top: 1px solid var(--ink); }
.track {
  display: grid;
  grid-template-columns: 55px 55px 1fr 130px 30px;
  align-items: center;
  min-height: 110px;
  border-bottom: 1px solid var(--line);
  transition: background .2s ease, padding .2s ease;
}
.track:hover { background: #e8e4da; padding-inline: 16px; }
.track-number { color: #7f7d76; font: 600 13px/1 "Barlow Condensed"; }
.track-play { width: 37px; height: 37px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-size: 10px; padding-left: 2px; }
.track-title { font: 400 31px/1 "Anton"; text-transform: uppercase; }
.track small { display: block; font: 500 11px/1.2 "Barlow Condensed"; letter-spacing: .12em; text-transform: uppercase; color: #79766f; margin-top: 7px; }
.track-plays { font: 600 17px/1 "Barlow Condensed"; }
.track-arrow { font-size: 20px; }

.story { background: #0b0d0f; color: white; padding-block: 130px; }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 9vw; }
.story-visual { min-height: 640px; position: relative; background: linear-gradient(145deg, #111b22, #090a0b 58%); overflow: hidden; }
.story-visual::before {
  content: "";
  position: absolute;
  width: 170%;
  height: 2px;
  background: var(--amber);
  box-shadow: 0 0 22px rgba(243,165,31,.8);
  transform: rotate(-32deg);
  bottom: 36%;
  left: -52%;
}
.story-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  background: repeating-linear-gradient(120deg, transparent 0 70px, rgba(255,255,255,.035) 72px);
}
.road-card { position: absolute; inset: auto 40px 42px; z-index: 1; border-left: 3px solid var(--amber); padding-left: 24px; }
.road-card span { font: 600 12px/1 "Barlow Condensed"; color: #8f9395; letter-spacing: .18em; }
.road-card strong { display: block; font: 400 clamp(88px, 11vw, 155px)/.85 "Anton"; color: white; }
.road-card p { font: 500 21px/1.3 "Barlow Condensed"; color: #b1b3b4; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 0; }
.story-copy h2 { margin-bottom: 42px; }
.story-copy { padding-block: 20px; }
.story-copy p { color: #92979a; line-height: 1.75; max-width: 540px; }
.story-copy .lead { color: white; font-size: 22px; line-height: 1.55; }
.story-copy .ai-note { margin-top: 26px; padding-left: 18px; border-left: 2px solid var(--amber); color: #b5b8ba; font-size: 13px; }
.signature { margin-top: 46px; font: 400 24px/1 "Anton"; letter-spacing: .08em; }
.signature span { color: var(--amber); margin-inline: 8px; }

.numbers { padding-bottom: 115px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.stat { padding: 45px 24px 42px 0; border-right: 1px solid var(--line); }
.stat:not(:first-child) { padding-left: 28px; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font: 400 clamp(45px, 5vw, 71px)/1 "Anton"; text-transform: uppercase; }
.stat span { display: block; margin-top: 15px; color: #6f6c65; font: 600 12px/1.2 "Barlow Condensed"; letter-spacing: .12em; text-transform: uppercase; }
.data-note { color: #8a877f; font-size: 11px; margin-top: 14px; }

.help { background: var(--amber); padding-block: 120px; }
.help-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: start; }
.help .eyebrow { color: rgba(10,12,14,.65); }
.help .eyebrow span { background: var(--ink); }
.help h2 em { color: white; text-shadow: 2px 2px 0 var(--ink); }
.help-copy p { font-size: 18px; line-height: 1.75; margin: 0 0 35px; }
.story-intro { max-width: 560px; margin: 34px 0 0; font-size: 18px; line-height: 1.75; }
.story-details { width: 100%; }
.story-details summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 25px; background: var(--ink); color: white; cursor: pointer; list-style: none; font: 700 15px/1 "Barlow Condensed"; letter-spacing: .12em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.story-details summary::-webkit-details-marker { display: none; }
.story-details summary:hover, .story-details summary:focus-visible { background: white; color: var(--ink); }
.story-details summary:focus-visible { outline: 3px solid rgba(10,12,14,.25); outline-offset: 3px; }
.story-details summary b { color: var(--amber); font: 400 31px/1 Inter, sans-serif; transition: transform .2s ease; }
.story-details[open] summary b { transform: rotate(45deg); }
.story-form { display: grid; gap: 22px; padding: 34px; background: rgba(255,255,255,.28); border: 1px solid rgba(10,12,14,.28); }
.story-form label { display: grid; gap: 9px; font: 700 13px/1 "Barlow Condensed"; letter-spacing: .1em; text-transform: uppercase; }
.story-form label small { color: rgba(10,12,14,.55); font-size: 10px; }
.story-form input, .story-form textarea { width: 100%; border: 1px solid rgba(10,12,14,.35); border-radius: 0; background: rgba(255,255,255,.68); color: var(--ink); padding: 15px 16px; font: 400 15px/1.45 Inter, sans-serif; text-transform: none; letter-spacing: normal; }
.story-form textarea { resize: vertical; min-height: 180px; }
.story-form input:focus, .story-form textarea:focus { outline: 3px solid rgba(10,12,14,.18); border-color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.story-form .consent { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 12px; font: 500 12px/1.55 Inter, sans-serif; letter-spacing: 0; text-transform: none; }
.story-form .consent input { width: 18px; height: 18px; margin: 1px 0 0; padding: 0; accent-color: var(--ink); }
.story-form .form-trap { display: none !important; }
.story-form .button { width: max-content; border: 0; cursor: pointer; }
.form-note { margin: -5px 0 0; color: rgba(10,12,14,.64); font-size: 11px; line-height: 1.55; }
.button-light { background: var(--ink); color: white; }
.button-light:hover { background: white; color: var(--ink); }

.listen { background: var(--paper); }
.listen-card { background: #111416; color: white; min-height: 480px; padding: 65px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 65px; align-items: center; position: relative; overflow: hidden; }
.listen-card::before { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(243,165,31,.22); border-radius: 50%; left: 36%; top: -45%; box-shadow: 0 0 0 80px rgba(243,165,31,.025), 0 0 0 160px rgba(243,165,31,.018); }
.tiny { color: #85898b; font: 600 11px/1 "Barlow Condensed"; letter-spacing: .18em; }
.listen h2 { font-size: clamp(52px, 6vw, 86px); position: relative; }
.platforms { position: relative; border-top: 1px solid rgba(255,255,255,.35); }
.platforms a { min-height: 78px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.2); font: 400 30px/1 "Anton"; text-transform: uppercase; transition: color .2s ease, padding .2s ease; }
.platforms a:hover { color: var(--amber); padding-inline: 10px; }
.platforms b { font: 400 20px/1 "Inter"; }

.footer { background: #080a0c; color: white; padding-top: 120px; }
.footer-top { display: flex; align-items: end; justify-content: space-between; padding-bottom: 110px; }
.footer .mail { color: var(--amber); font: 400 clamp(22px, 3vw, 38px)/1 "Barlow Condensed"; border-bottom: 1px solid rgba(243,165,31,.5); padding-bottom: 12px; }
.footer .mail span { margin-left: 20px; }
.footer-bottom { height: 115px; border-top: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: space-between; color: #6f7477; font: 600 11px/1 "Barlow Condensed"; letter-spacing: .15em; }
.footer-bottom .brand { color: white; }

@media (max-width: 900px) {
  .section { padding-block: 90px; }
  .nav nav { display: none; }
  .story-grid, .help-inner, .listen-card { grid-template-columns: 1fr; }
  .story-grid { gap: 70px; }
  .story-visual { min-height: 480px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .listen-card { padding: 48px; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 55px; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 30px, 1180px); }
  .hero { min-height: 760px; }
  .hero-image { background-position: 64% center; opacity: .75; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,6,8,.96), rgba(4,6,8,.4)), linear-gradient(0deg, rgba(4,6,8,.9), transparent 55%); }
  .nav { height: 84px; }
  .nav-cta { font-size: 12px; }
  .brand-mark { width: 40px; height: 40px; }
  .hero-content { padding-top: 75px; }
  .hero h1 { font-size: clamp(57px, 19vw, 84px); }
  .hero-content > p { font-size: 15px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .ticker > div { height: 58px; font-size: 19px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .track { grid-template-columns: 38px 45px 1fr 22px; min-height: 94px; }
  .track-title { font-size: 23px; }
  .track-plays { display: none; }
  .track-play { width: 33px; height: 33px; }
  .story { padding-block: 90px; }
  .story-visual { min-height: 420px; }
  .road-card { inset: auto 25px 30px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat, .stat:not(:first-child) { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .help { padding-block: 85px; }
  .story-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .story-form .button { width: 100%; }
  .listen-card { padding: 35px 25px; gap: 45px; }
  .footer { padding-top: 85px; }
  .footer-bottom { height: auto; padding-block: 35px; flex-wrap: wrap; gap: 25px; }
  .footer-bottom > span:last-child { display: none; }
}

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