:root {
  --ink: #0a0908;
  --paper: #eee8dd;
  --red: #b73225;
  --orange: #ef6c2f;
  --acid: #d6d255;
  --line: rgba(238, 232, 221, 0.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid var(--acid); outline-offset: 5px; }

.site-header { height: 82px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: absolute; z-index: 10; width: 100%; }
.wordmark { font: 900 1.15rem/1 Arial Black, sans-serif; letter-spacing: -.08em; }
.wordmark span { color: var(--orange); margin-left: .2rem; }
nav { display: flex; gap: clamp(1.2rem, 4vw, 4rem); }
nav a, .watch-link { font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
nav a { opacity: .75; transition: opacity .2s; }
nav a:hover { opacity: 1; }
.watch-link { justify-self: end; border-bottom: 1px solid currentColor; padding-bottom: .4rem; }

.hero { min-height: 100svh; display: grid; grid-template-columns: 52% 48%; overflow: hidden; }
.hero-copy { padding: 19vh 2vw 5vw 6vw; display: flex; flex-direction: column; position: relative; z-index: 2; }
.eyebrow { margin: 0; font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; display: flex; align-items: center; gap: .7rem; }
.eyebrow span { display: inline-block; width: 22px; height: 2px; background: var(--orange); }
h1, h2 { margin: 0; text-transform: uppercase; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; line-height: .78; letter-spacing: -.055em; }
h1 { font-size: clamp(6rem, 14vw, 14rem); margin-top: 10vh; transform: rotate(-2deg); }
h1 { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-weight: 300; letter-spacing: -.075em; }
h1 > span { font-stretch: condensed; }
h1 span, h1 em { display: block; }
h1 em, h2 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; letter-spacing: -.08em; }
h1 em { margin-left: 14%; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; margin-top: auto; padding-top: 3rem; }
.hero-bottom p { margin: 0; font: italic 1rem/1.5 Georgia, serif; color: #c8c0b4; }
.circle-play { width: 84px; aspect-ratio: 1; border-radius: 50%; background: var(--acid); color: var(--ink); display: grid; place-items: center; font-size: 1.2rem; transition: transform .25s, background .25s; }
.circle-play:hover { transform: rotate(8deg) scale(1.06); background: var(--orange); }
.hero-image-wrap { position: relative; min-height: 100svh; overflow: hidden; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0, transparent 24%), linear-gradient(0deg, rgba(10,9,8,.45), transparent 45%); }
.hero-image-wrap > img { height: 100%; object-fit: cover; object-position: 46% center; filter: saturate(.92) contrast(1.08); }
.image-note { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; margin: 0; writing-mode: vertical-rl; font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; opacity: .65; }
.stamp { position: absolute; z-index: 3; left: 2rem; top: 18%; width: 106px; aspect-ratio: 1; border: 1px solid var(--paper); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; transform: rotate(8deg); background: rgba(10,9,8,.2); backdrop-filter: blur(4px); }
.stamp span { font-size: .55rem; text-transform: uppercase; letter-spacing: .16em; }
.stamp b { font: 900 1.7rem Arial Black, sans-serif; color: var(--acid); letter-spacing: -.1em; margin: .2rem 0; }

.ticker { overflow: hidden; background: var(--orange); color: var(--ink); border-block: 1px solid var(--ink); }
.ticker div { width: max-content; padding: .75rem 0; font: 900 .8rem/1 Arial Black, sans-serif; letter-spacing: .14em; text-transform: uppercase; animation: ticker 24s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.release-artwork { padding: 8rem 5vw; display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.6fr); gap: 4vw; background: var(--acid); color: var(--ink); align-items: center; }
.release-intro h2 { margin: 3rem 0 2rem; font-size: clamp(4.5rem, 8vw, 9rem); }
.release-intro h2 span { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-weight: 300; letter-spacing: -.075em; }
.release-intro h2 em { color: var(--red); }
.release-intro > p:not(.section-number) { max-width: 30rem; font: 1.05rem/1.7 Georgia, serif; }
.release-square { width: min(72%, 380px); aspect-ratio: 1; object-fit: cover; margin: 3rem 0 0 auto; box-shadow: -16px 16px 0 var(--red); transform: rotate(-2deg); }
.release-banner { margin: 0; position: relative; transform: rotate(1.2deg); box-shadow: 22px 22px 0 var(--ink); }
.release-banner img { aspect-ratio: 16/9; object-fit: cover; }
.release-banner figcaption { position: absolute; right: 1rem; bottom: 1rem; padding: .45rem .65rem; background: var(--ink); color: var(--paper); font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; }

.video-section { background: var(--paper); color: var(--ink); padding: 9rem 6vw; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr auto; gap: 2rem; align-items: start; margin-bottom: 4rem; }
.section-heading .eyebrow span { background: var(--red); }
h2 { font-size: clamp(4.5rem, 9vw, 10rem); }
h2 em { color: var(--red); }
.section-number { margin: 0; font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.video-frame { position: relative; aspect-ratio: 16/9; background: #000; border: 12px solid var(--ink); box-shadow: 20px 20px 0 var(--red); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.about { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.about-image { min-height: 760px; position: relative; overflow: hidden; }
.about-image img { height: 100%; object-fit: cover; object-position: center; }
.about-image img { object-position: 63% center; }
.about-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,9,8,.72), transparent 45%); }
.about-image > span { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; color: var(--acid); font: italic clamp(2.5rem, 5vw, 5rem)/1 Georgia, serif; transform: rotate(-4deg); }
.about-copy { padding: 8vw; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); background: radial-gradient(circle at 90% 10%, rgba(183,50,37,.25), transparent 36%); }
.pull-quote { font: clamp(2.2rem, 4vw, 4.8rem)/1.08 Georgia, serif; letter-spacing: -.045em; margin: 6rem 0 3rem; }
.body-copy { color: #bdb5aa; max-width: 34rem; font-size: 1rem; line-height: 1.8; }
.text-link { margin-top: 3rem; width: fit-content; color: var(--acid); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; border-bottom: 1px solid var(--acid); padding-bottom: .5rem; }

.gallery { background: var(--red); color: var(--paper); padding: 9rem 4vw; }
.gallery-title { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 5rem; }
.gallery-title h2 { text-align: right; }
.gallery-title h2 em { color: var(--acid); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.2vw; align-items: start; }
.gallery-item { margin: 0; position: relative; overflow: hidden; background: var(--ink); }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .6s; }
.gallery-item:hover img { transform: scale(1.035); filter: saturate(1.2); }
.gallery-item figcaption { position: absolute; right: .8rem; bottom: .8rem; padding: .35rem .5rem; background: var(--ink); font-size: .55rem; letter-spacing: .12em; }
.item-1 { grid-column: 1 / 7; aspect-ratio: 16/9; }
.item-2 { grid-column: 8 / 13; aspect-ratio: 16/10; margin-top: 7rem; }
.item-3 { grid-column: 2 / 6; aspect-ratio: 4/3; margin-top: 1rem; }
.item-4 { grid-column: 6 / 13; aspect-ratio: 16/9; margin-top: -1rem; }
.item-5 { grid-column: 1 / 8; aspect-ratio: 16/9; }
.item-6 { grid-column: 9 / 13; aspect-ratio: 4/3; margin-top: 5rem; }

footer { min-height: 65vh; padding: 8vw 6vw 3rem; display: flex; justify-content: space-between; align-items: flex-end; background: var(--acid); color: var(--ink); }
.footer-kicker { margin: 0 0 2rem; text-transform: uppercase; letter-spacing: .2em; font-size: .65rem; font-weight: 700; }
.footer-title { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(5rem, 12vw, 13rem); font-weight: 300; font-stretch: condensed; line-height: .72; text-transform: uppercase; letter-spacing: -.075em; }
.footer-title em { font-family: Georgia, serif; font-weight: 400; text-transform: none; color: var(--red); }
.footer-side { min-width: 180px; }
.footer-side > p:first-child { font: italic 1.4rem Georgia, serif; }
.footer-side > a { display: inline-block; margin-top: 2rem; border-bottom: 1px solid; padding-bottom: .4rem; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.copyright { margin-top: 6rem; font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 850px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 68svh; padding: 9rem 6vw 3rem; }
  h1 { font-size: clamp(5.4rem, 26vw, 10rem); margin-top: 10vh; }
  .hero-image-wrap { min-height: 62svh; }
  .hero-image-wrap::after { background: linear-gradient(180deg, var(--ink), transparent 30%), linear-gradient(0deg, rgba(10,9,8,.35), transparent); }
  .stamp { top: 2rem; left: 1.5rem; }
  .section-heading { grid-template-columns: 1fr auto; }
  .section-heading h2 { grid-column: 1 / -1; grid-row: 2; }
  .video-section { padding: 6rem 5vw; }
  .release-artwork { padding: 6rem 6vw; grid-template-columns: 1fr; }
  .release-square { width: min(58%, 320px); margin-right: 5%; }
  .release-banner { margin-top: 2rem; box-shadow: 12px 12px 0 var(--ink); }
  .video-frame { border-width: 6px; box-shadow: 10px 10px 0 var(--red); }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 68svh; }
  .about-copy { padding: 6rem 7vw; border-left: 0; }
  .pull-quote { margin-top: 4rem; }
  .gallery { padding: 6rem 4vw; }
  .gallery-title { display: block; }
  .gallery-title h2 { text-align: left; margin-top: 3rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .gallery-item { grid-column: auto; margin-top: 0; aspect-ratio: 4/3; }
  .item-1, .item-4, .item-5 { grid-column: 1 / -1; aspect-ratio: 16/9; }
  footer { min-height: 70svh; display: block; padding-top: 7rem; }
  .footer-title { font-size: clamp(5rem, 25vw, 10rem); }
  .footer-side { margin-top: 5rem; }
}

@media (max-width: 520px) {
  .circle-play { width: 68px; }
  .release-artwork { padding-inline: 5vw; }
  .release-intro h2 { font-size: clamp(4rem, 21vw, 6rem); }
  .release-square { width: 76%; }
  .gallery-grid { display: block; }
  .gallery-item { margin-bottom: 1rem; aspect-ratio: 16/10; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  .gallery-item img { transition: none; }
}
