:root {
  --ink: #f2f0e9;
  --muted: #9ca09e;
  --line: rgba(242, 240, 233, .15);
  --deep: #0b0e14;
  --panel: #121721;
  --acid: #d9f36b;
  --blue: #9bbcff;
  --amber: #ffca76;
  --serif: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--deep);
  color: var(--ink);
  font-family: 'Manrope', system-ui, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}
.wordmark, .top-nav, .hero-actions, .music-actions, .card-meta, .card-footer, .note-line, .site-footer { display: flex; align-items: center; }
.wordmark { gap: 10px; font-size: 12px; letter-spacing: .16em; font-weight: 800; }
.wordmark-mark { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--acid); color: var(--acid); border-radius: 50%; font-size: 12px; }
.top-nav { gap: 28px; color: var(--muted); font-size: 12px; font-weight: 700; }
.top-nav a:hover, .text-link:hover { color: var(--acid); }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 10%; align-items: center; }
.eyebrow { margin: 0 0 20px; color: var(--acid); font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .12em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.045em; }
h1 { max-width: 800px; margin-bottom: 28px; font-size: clamp(58px, 9vw, 120px); font-weight: 700; }
h2 { margin-bottom: 30px; font-size: clamp(42px, 6vw, 78px); font-weight: 700; }
h3 { margin: 25px 0 14px; font-size: 30px; }
em { color: var(--acid); font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; }
.hero-lede { max-width: 560px; color: #c2c5c1; font-size: 20px; line-height: 1.5; }
.hero-actions { gap: 20px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid var(--line); font-size: 12px; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--acid); background: var(--acid); color: #11170d; }
.button-primary:hover { background: #e8ff8f; }
.button-quiet:hover { border-color: var(--acid); color: var(--acid); }
.hero-note { border-top: 1px solid var(--acid); padding-top: 22px; align-self: end; margin-bottom: 80px; }
.note-line { gap: 9px; color: var(--acid); font: 11px 'DM Mono', monospace; letter-spacing: .08em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(217, 243, 107, .12); }
.hero-note p { margin: 22px 0 32px; color: var(--muted); font-size: 14px; }
dl { margin: 0; }
dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 12px; }
dt { color: var(--muted); } dd { margin: 0; color: var(--ink); text-align: right; }
.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font: 11px 'DM Mono', monospace; letter-spacing: .12em; white-space: nowrap; }
.ticker-track { display: flex; align-items: center; justify-content: space-around; gap: 32px; min-width: max-content; padding: 17px 0; animation: drift 35s linear infinite; }
.ticker b { color: var(--acid); font-size: 15px; font-weight: 400; }
@keyframes drift { from { transform: translateX(0); } to { transform: translateX(-25%); } }
.section { padding: 150px 0; }
.story-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }
.story-copy { max-width: 630px; color: #c2c5c1; font-size: 16px; }
.story-copy .lead { color: var(--ink); font-size: 24px; line-height: 1.4; }
blockquote { margin: 45px 0 0; padding-left: 24px; border-left: 2px solid var(--acid); color: var(--ink); font-family: var(--serif); font-size: 30px; line-height: 1.2; }
.projects-section { background: #10151e; }
.section-heading-wide { max-width: 700px; margin-bottom: 60px; }
.project-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.project-card { min-height: 360px; display: flex; flex-direction: column; padding: 28px; background: var(--panel); }
.project-card-main { background: linear-gradient(135deg, #1b2430, #121721); }
.card-meta, .card-footer { justify-content: space-between; color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .08em; }
.card-meta span:first-child { color: var(--acid); }
.project-card p { max-width: 380px; color: #b8bcb9; font-size: 14px; }
.card-footer { margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); letter-spacing: 0; }
.muted { color: var(--muted); }
.music-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; align-items: center; }
.music-art { position: relative; display: grid; place-items: center; aspect-ratio: 1; max-width: 390px; border-radius: 50%; background: radial-gradient(circle at 50% 45%, #384c5c 0, #1a2632 24%, #0c1118 60%); box-shadow: 0 0 100px rgba(155, 188, 255, .13); overflow: hidden; }
.music-art::before, .music-art::after { content: ''; position: absolute; inset: 13%; border: 1px solid rgba(217, 243, 107, .4); border-radius: 50%; transform: rotate(25deg) scaleX(.75); }
.music-art::after { inset: 27%; border-color: rgba(155, 188, 255, .35); transform: rotate(-25deg) scaleX(.75); }
.music-art span { position: relative; z-index: 1; color: var(--acid); font-size: 58px; font-weight: 800; letter-spacing: -.12em; }
.orbit { position: absolute; width: 122%; height: 32%; border: 1px solid rgba(242, 240, 233, .18); border-radius: 50%; transform: rotate(-32deg); }
.orbit-two { width: 76%; transform: rotate(52deg); }
.music-copy { max-width: 600px; }
.music-copy p { color: #c2c5c1; font-size: 17px; }
.small-note { color: var(--muted) !important; font: 12px 'DM Mono', monospace; }
.music-actions { margin-top: 32px; }
.press-section { background: var(--acid); color: #11170d; }
.press-section .eyebrow { color: #405119; }
.press-section h2 em { color: #11170d; }
.press-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }
.press-copy { max-width: 600px; font-size: 16px; }
.fact-list { margin: 34px 0; border-top: 1px solid rgba(17, 23, 13, .25); }
.fact-list div { display: grid; grid-template-columns: 12px 150px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid rgba(17, 23, 13, .25); font-size: 12px; }
.fact-list strong { font-weight: 800; }
.fact-marker { width: 8px; height: 8px; margin-top: 6px; border-radius: 50%; }
.fact-green { background: #182c16; } .fact-amber { background: #a16e18; } .fact-blue { background: #315d9c; }
.text-link { display: inline-block; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }
.site-footer { justify-content: space-between; min-height: 100px; color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .03em; }
@media (max-width: 800px) {
  .shell, .site-header { width: min(100% - 32px, 600px); }
  .site-header { height: 70px; }
  .top-nav { gap: 12px; font-size: 10px; }
  .hero, .story-section, .music-section, .press-layout { grid-template-columns: 1fr; gap: 50px; }
  .hero { min-height: auto; padding: 110px 0 100px; }
  .hero-note { margin: 0; }
  .section { padding: 95px 0; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 300px; }
  .music-art { max-width: 270px; margin: 0 auto; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
  .fact-list div { grid-template-columns: 12px 1fr; }
  .fact-list div span:last-child { grid-column: 2; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .button { transition: none; }
}
