:root {
  color-scheme: dark;
  --bg: #101718;
  --ink: #f2eee4;
  --muted: #b1b9b6;
  --line: rgba(242, 238, 228, .16);
  --accent: #db654c;
  --aqua: #95c3bf;
  --panel: #182123;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }
::selection { background: var(--accent); color: #fff; }
.shell { width: min(100% - 64px, 1280px); margin: 0 auto; }
.skip-link { position: absolute; left: 12px; top: -80px; z-index: 100; background: #fff; color: #111; padding: 12px 16px; }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: #101718; }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.wordmark img { display: block; width: 78px; height: 78px; object-fit: contain; }
.site-header nav { display: flex; gap: 36px; align-items: center; }
.site-header nav a { color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-header nav a:hover { color: var(--ink); }

.hero { overflow: hidden; position: relative; padding: 84px 0 0; background: radial-gradient(circle at 76% 20%, #2a4a50 0, #172a2e 28%, transparent 55%), var(--bg); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .12; background-image: repeating-linear-gradient(90deg, transparent 0, transparent 3px, #fff 4px); pointer-events: none; }
.hero-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: var(--accent); filter: blur(170px); opacity: .12; left: -270px; top: 20%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(44px, 7vw, 110px); align-items: center; padding-bottom: 104px; }
.hero-copy { padding: 36px 0 24px; }
.eyebrow, .overline { font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: var(--aqua); }
.eyebrow span { color: var(--accent); margin: 0 9px; }
.overline { color: var(--accent); margin: 72px 0 14px; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: Impact, 'Arial Narrow', sans-serif; font-weight: 900; letter-spacing: -.025em; line-height: .88; text-transform: uppercase; }
h1 { font-size: clamp(76px, 8vw, 132px); margin-bottom: 30px; }
h1 em, h2 em { color: var(--aqua); font-style: normal; }
.hero-lead { max-width: 530px; color: #d3d8d3; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-lead strong { color: #fff; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 21px; border: 1px solid var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--accent); border-color: var(--accent); color: #101718; }
.button-primary:hover { background: #ec8167; border-color: #ec8167; }
.button-outline:hover { border-color: var(--aqua); color: var(--aqua); }
.hero-art { margin: 0; position: relative; transform: rotate(2deg); }
.hero-art img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; box-shadow: 0 25px 60px rgba(0,0,0,.55); }
.hero-art figcaption { display: flex; justify-content: space-between; padding-top: 18px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .19em; }
.hero-rule { height: 5px; background: linear-gradient(90deg, var(--accent) 0 25%, var(--aqua) 25% 50%, #172e31 50%); }

.countdown-section { padding: 38px 0; background: #0c1213; }
.countdown-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.countdown-card { min-width: 0; padding: 24px 26px 20px; border: 1px solid var(--line); background: #142022; }
.countdown-card:nth-child(2) { background: #1e2324; }
.countdown-heading { display: flex; align-items: flex-start; gap: 14px; }
.countdown-marker { display: grid; place-items: center; flex: 0 0 30px; height: 30px; background: var(--accent); color: #101718; font-family: Impact, 'Arial Narrow', sans-serif; font-size: 17px; }
.countdown-card:nth-child(2) .countdown-marker { background: var(--aqua); }
.countdown-heading .eyebrow { margin: 1px 0 7px; font-size: 10px; }
.countdown-heading h2 { margin: 0; font-size: clamp(24px, 3vw, 36px); line-height: 1; }
.countdown-clock { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 23px; }
.countdown-clock div { padding: 12px 9px 10px; border: 1px solid var(--line); text-align: center; }
.countdown-clock strong { display: block; font-family: Impact, 'Arial Narrow', sans-serif; font-size: clamp(27px, 3vw, 39px); font-weight: 900; line-height: 1; font-variant-numeric: tabular-nums; }
.countdown-clock span { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.countdown-status { min-height: 12px; margin: 10px 0 0; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.countdown-card:nth-child(2) .countdown-status { color: var(--aqua); }
.countdown-card.is-finished .countdown-clock { display: none; }
.countdown-card.is-finished .countdown-status { margin: 22px 0 0; font-family: Impact, 'Arial Narrow', sans-serif; font-size: 40px; line-height: 1; }

.date-strip { background: var(--accent); color: #1b1716; }
.date-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.date-list div { display: flex; align-items: baseline; gap: 16px; padding: 23px 26px; border-right: 1px solid rgba(16,23,24,.24); }
.date-list div:first-child { padding-left: 0; }
.date-list div:last-child { border: 0; padding-right: 0; }
.date-list time { font-family: Impact, 'Arial Narrow', sans-serif; font-size: 30px; font-weight: 900; white-space: nowrap; }
.date-list span { font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.section { padding: 122px 0; }
.release-section { background: #e6e2d6; color: #162024; }
.release-grid, .show-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 130px); }
.release-art-wrap { position: relative; }
.release-art { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; box-shadow: 22px 22px 0 #bbc5bd; }
.art-stamp { position: absolute; right: -20px; bottom: -18px; width: 126px; height: 126px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #171513; font-family: Impact, 'Arial Narrow', sans-serif; font-size: 22px; font-weight: 900; line-height: .98; text-align: center; transform: rotate(-9deg); }
.release-section .eyebrow { color: #9d4c3a; }
.section h2 { font-size: clamp(72px, 7vw, 112px); margin: 22px 0 38px; }
.release-section h2 em { color: #9d4c3a; }
.section-copy p:not(.eyebrow) { max-width: 520px; color: #3a4848; font-size: 17px; line-height: 1.65; }
.section-copy .section-lead { font-size: 21px !important; font-weight: 700; line-height: 1.45 !important; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 22px; padding-bottom: 7px; border-bottom: 2px solid #9d4c3a; color: #172425; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: #9d4c3a; }

.show-section { background: #172225; }
.show-grid { grid-template-columns: .85fr 1.15fr; }
.show-copy h2 { margin-bottom: 30px; }
.show-copy h2 em { color: var(--accent); }
.show-date { font-family: Impact, 'Arial Narrow', sans-serif; font-size: clamp(34px, 4vw, 54px); font-weight: 900; line-height: 1; margin-bottom: 12px; }
.venue { color: var(--aqua); font-size: 20px; font-weight: 800; letter-spacing: .07em; margin-bottom: 8px; }
.show-copy p:not(.eyebrow, .show-date, .venue) { color: var(--muted); }
.support { display: grid; gap: 5px; margin: 42px 0; padding: 18px 0 18px 22px; border-left: 4px solid var(--accent); }
.support span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.support strong { font-family: Impact, 'Arial Narrow', sans-serif; font-size: 29px; line-height: 1.1; }
.show-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.show-secondary-link { color: var(--aqua); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-decoration-thickness: 1px; text-underline-offset: 4px; text-transform: uppercase; }
.show-secondary-link:hover { color: var(--ink); }
.show-poster { width: min(100%, 520px); height: auto; justify-self: end; box-shadow: 0 25px 70px rgba(0,0,0,.42); }

.follow-section { position: relative; overflow: hidden; padding: 110px 0 120px; background: #a9c7c0; color: #122022; text-align: center; }
.follow-section::before { content: 'RAW'; position: absolute; left: 50%; top: 12px; transform: translateX(-50%); color: rgba(16,23,24,.07); font-family: Impact, 'Arial Narrow', sans-serif; font-size: min(39vw, 500px); font-weight: 900; line-height: 1; pointer-events: none; }
.follow-inner { position: relative; }
.follow-section .eyebrow { color: #954936; }
.follow-section h2 { font-size: clamp(72px, 9vw, 142px); margin: 20px 0 20px; }
.follow-section p:not(.eyebrow) { font-size: 18px; }
.social-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.social-links a { min-width: 148px; display: inline-flex; justify-content: space-between; gap: 16px; padding: 14px 16px; border: 1px solid #26393b; font-size: 13px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.social-links a:hover { background: #162426; color: #fff; }
.site-footer { padding: 30px 0; background: #0d1213; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.site-footer .wordmark img { width: 94px; height: 94px; }
.footer-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; color: var(--muted); font-size: 12px; }
.footer-meta a { color: var(--ink); text-underline-offset: 4px; }
.footer-meta a:hover { color: var(--aqua); }

.legal-page { min-height: calc(100vh - 228px); padding: clamp(64px, 9vw, 120px) 0; }
.legal-content { max-width: 720px; }
.legal-content h1 { margin: 16px 0 44px; font-size: clamp(60px, 10vw, 112px); }
.legal-content h2 { margin: 0 0 16px; font-size: 28px; line-height: 1; }
.legal-content p { color: var(--muted); line-height: 1.65; }
.legal-content section + section { margin-top: 40px; }
.legal-content section h2 { margin-bottom: 16px; }
.legal-content section p { margin: 0 0 16px; }
.legal-content a:not(.back-link) { color: var(--aqua); text-underline-offset: 4px; }
.legal-updated { margin-top: 44px; font-size: 12px; }
.legal-address { padding: 28px; border: 1px solid var(--line); background: var(--panel); font-style: normal; line-height: 1.8; }
.legal-address p { margin-bottom: 16px; }
.legal-address p:last-child { margin-bottom: 0; }
.legal-address strong { color: var(--ink); }
.legal-content .back-link { display: inline-block; margin-top: 36px; color: var(--aqua); font-weight: 700; text-underline-offset: 4px; }
.contact-form { display: grid; gap: 12px; margin-top: 28px; }
.contact-form label { font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; background: var(--panel); color: var(--ink); font: inherit; }
.contact-form input:focus-visible, .contact-form textarea:focus-visible { outline: 2px solid var(--aqua); outline-offset: 2px; }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; border: 0; cursor: pointer; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-privacy { margin: 8px 0 10px; font-size: 13px; }
.form-notice { padding: 18px 20px; border-left: 4px solid var(--aqua); background: var(--panel); }
.form-error { border-left-color: var(--accent); }

@media (max-width: 900px) {
  .shell { width: min(100% - 40px, 700px); }
  .hero { padding-top: 24px; }
  .hero-grid, .release-grid, .show-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; padding-bottom: 80px; }
  .hero-copy { padding: 0; }
  .overline { margin-top: 54px; }
  h1 { font-size: clamp(64px, 12vw, 110px); }
  .hero-art { width: min(100% - 24px, 580px); margin: auto; }
  .date-list { grid-template-columns: 1fr; }
  .countdown-grid { grid-template-columns: 1fr; }
  .date-list div, .date-list div:first-child, .date-list div:last-child { padding: 14px 0; border: 0; border-bottom: 1px solid rgba(16,23,24,.2); }
  .date-list div:last-child { border: 0; }
  .section { padding: 90px 0; }
  .release-grid { gap: 80px; }
  .show-grid { gap: 55px; }
  .show-poster { justify-self: start; width: min(100%, 500px); }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 32px, 500px); }
  .header-inner { min-height: 72px; flex-wrap: wrap; padding: 15px 0; }
  .wordmark img { width: 70px; height: 70px; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 8px; }
  .site-header nav a { font-size: 11px; }
  .hero { padding-top: 16px; }
  .eyebrow { font-size: 10px; }
  .overline { margin-top: 45px; }
  h1 { font-size: clamp(53px, 13vw, 76px); }
  .hero-lead { font-size: 17px; }
  .actions { display: grid; }
  .button { width: 100%; }
  .hero-art { transform: rotate(1deg); }
  .date-list time { font-size: 25px; }
  .countdown-section { padding: 22px 0; }
  .countdown-card { padding: 20px 17px 16px; }
  .countdown-clock strong { font-size: 30px; }
  .section { padding: 75px 0; }
  .section h2 { font-size: clamp(62px, 15vw, 90px); }
  .release-art { box-shadow: 12px 12px 0 #bbc5bd; }
  .art-stamp { right: -9px; width: 100px; height: 100px; font-size: 18px; }
  .follow-section { padding: 85px 0; }
  .follow-section h2 { font-size: clamp(64px, 14vw, 90px); }
  .social-links { display: grid; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

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