:root {
  --gold: #d2b465;
  --gold-light: #ead59b;
  --gold-dark: #77601f;
  --sage: #a0b57d;
  --sage-dark: #53633a;
  --cream: #f4f0e5;
  --paper: #fffdf7;
  --brown: #311f14;
  --black: #16190f;
  --dark: #303622;
  --charcoal: #332f34;
  --muted: #707665;
  --yellow: #f9d320;
  --red: #d64c50;
  --green: #00965b;
  --white: #fff;
  --header-height: 86px;
  --container: 1240px;
  --radius-sm: 12px;
  --radius-md: 26px;
  --radius-lg: 44px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .22);
  --transition: 260ms cubic-bezier(.2, .8, .2, 1);
  --display: "Arial Black", "Arial Narrow", Impact, sans-serif;
  --body: Inter, ui-sans-serif, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--cream); font-family: var(--body); line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
p, h1, h2, h3, ol { margin-top: 0; }
::selection { background: var(--gold); color: var(--brown); }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
[hidden] { display: none !important; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 5000; padding: 12px 18px; background: var(--cream); color: var(--black); font-weight: 800; transform: translateY(-160%); transition: transform var(--transition); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
section { position: relative; padding: clamp(88px, 10vw, 150px) 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 900; line-height: .9; letter-spacing: -.04em; text-transform: uppercase; }
h2 { font-size: clamp(3.5rem, 8vw, 7.6rem); }
h3 { font-size: clamp(1.8rem, 3vw, 3.2rem); }
p { color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.17rem); }
strong { color: inherit; }
.lead { color: inherit; font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 650; line-height: 1.45; }
.eyebrow, .release-type, .press-source { margin-bottom: 0; color: var(--gold-dark); font-size: .72rem; font-weight: 850; letter-spacing: .19em; line-height: 1.45; text-transform: uppercase; }
.section-heading { max-width: 880px; margin-bottom: clamp(48px, 7vw, 88px); }
.section-heading h2 { margin: 12px 0 22px; }
.section-heading > p:last-child { max-width: 690px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.section-heading--split > div h2 { margin-bottom: 0; }
.section-heading--split > p { margin-bottom: 5px; justify-self: end; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center > p:last-child { margin-inline: auto; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 26px; border: 1px solid transparent; border-radius: 999px; font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-align: center; text-transform: uppercase; transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition); }
.button:hover { transform: translateY(-3px); }
.button--primary { background: var(--gold); color: var(--brown); }
.button--primary:hover { background: var(--gold-light); }
.button--dark { background: var(--black); color: var(--cream); }
.button--dark:hover { background: var(--brown); }
.button--ghost { border-color: rgba(255, 255, 255, .58); color: var(--white); background: rgba(0,0,0,.12); backdrop-filter: blur(10px); }
.button--ghost:hover { background: var(--white); color: var(--black); }
.button--ghost-dark { border-color: rgba(49,31,20,.45); color: var(--brown); background: transparent; }
.button--ghost-dark:hover { background: var(--brown); color: var(--cream); }
.button--small { min-height: 44px; padding: 10px 18px; font-size: .68rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { transition: transform var(--transition); }
.text-link:hover span { transform: translate(4px, -2px); }
.text-link--dark { color: var(--brown); }
.inline-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-height); display: flex; align-items: center; gap: 36px; padding: 0 clamp(20px, 4vw, 62px); color: var(--white); transition: height var(--transition), background var(--transition), box-shadow var(--transition); }
.site-header.scrolled, body:not([data-page="home"]) .site-header { height: 72px; background: rgba(22,25,15,.93); box-shadow: 0 12px 38px rgba(0,0,0,.22); backdrop-filter: blur(18px); }
.brand, .footer-brand { font-family: var(--display); font-size: 1.35rem; font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.brand span, .footer-brand span { color: var(--gold); }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); margin-left: auto; }
.main-nav a { position: relative; padding: 10px 0; font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform var(--transition); }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.46); border-radius: 999px; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; transition: var(--transition); }
.header-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--brown); }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 6px auto; background: currentColor; transition: var(--transition); }
.menu-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 900; display: grid; place-items: center; padding: calc(var(--header-height) + 30px) 24px 40px; background: rgba(22,25,15,.985); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: var(--transition); }
.mobile-menu.active { opacity: 1; visibility: visible; transform: none; }
.mobile-menu nav { width: min(100%, 520px); display: flex; flex-direction: column; text-align: center; }
.mobile-menu a { padding: 7px; font-family: var(--display); font-size: clamp(2.5rem, 10vw, 4.2rem); font-weight: 900; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.mobile-menu__cta { margin-top: 25px; padding: 15px 22px !important; border: 1px solid var(--gold); border-radius: 999px; color: var(--gold); font-family: var(--body) !important; font-size: .72rem !important; letter-spacing: .1em !important; }

.hero { min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding: calc(var(--header-height) + 60px) 0 90px; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background-image: url("images/hero-background.jpg"); background-size: cover; background-position: center; transform: scale(1.015); animation: heroZoom 14s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(12,15,8,.86) 0%, rgba(12,15,8,.58) 44%, rgba(12,15,8,.18) 100%), linear-gradient(0deg, rgba(12,15,8,.72) 0%, transparent 45%); }
.hero-content { position: relative; z-index: 2; }
.hero-kicker { color: var(--gold-light); }
.hero h1 { margin: 16px 0 20px; color: var(--gold); font-size: clamp(5.5rem, 15vw, 13.2rem); line-height: .68; letter-spacing: -.075em; text-shadow: 0 18px 55px rgba(0,0,0,.28); }
.hero h1 span { color: var(--sage); }
.hero-subtitle { margin-bottom: 10px; color: var(--white); font-size: clamp(1.55rem, 3.2vw, 2.75rem); font-weight: 760; line-height: 1.15; }
.hero-copy { max-width: 620px; margin-bottom: 0; color: rgba(255,255,255,.75); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.scroll-cue { position: absolute; z-index: 3; right: clamp(22px, 5vw, 76px); bottom: 38px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.72); font-size: .62rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-cue i { width: 52px; height: 1px; background: currentColor; }
@keyframes heroZoom { from { transform: scale(1.075); } to { transform: scale(1.015); } }

.featured-section { background: var(--brown); }
.featured-layout { display: grid; grid-template-columns: minmax(300px, .8fr) 1.1fr; gap: clamp(50px, 9vw, 125px); align-items: center; }
.featured-layout > *, .ep-feature > *, .listen-layout > *, .about-layout > *, .remix-layout > *, .newsletter-layout > *, .content-grid > * { min-width: 0; }
.featured-art { position: relative; }
.featured-art .art-frame { position: absolute; inset: 28px -28px -28px 28px; border: 1px solid var(--gold); border-radius: var(--radius-md); }
.featured-art img { position: relative; width: 100%; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.featured-copy .eyebrow { color: var(--gold); }
.featured-copy h2 { margin: 14px 0 26px; color: var(--gold-light); }
.featured-copy p { color: #c4c4b6; }
.featured-copy .lead { color: var(--white); }

.music-section { background: var(--cream); color: var(--brown); }
.music-section p { color: #656a5c; }
.music-section .eyebrow, .music-section .release-type { color: var(--gold-dark); }
.ep-feature { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; margin-bottom: clamp(70px, 9vw, 120px); border-radius: var(--radius-lg); background: var(--gold); }
.ep-art img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }
.ep-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 82px); }
.ep-copy .eyebrow { color: var(--brown); }
.ep-copy h3 { margin: 14px 0 34px; color: var(--brown); font-size: clamp(2.8rem, 5.7vw, 5.8rem); }
.track-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(49,31,20,.22); }
.track-list li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 13px 0; border-bottom: 1px solid rgba(49,31,20,.22); font-weight: 750; }
.track-list span { color: rgba(49,31,20,.55); font-size: .75rem; letter-spacing: .12em; }
.release-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(22px, 3vw, 38px); }
.release-card { min-width: 0; }
.release-cover { position: relative; display: block; overflow: hidden; aspect-ratio: 1; border-radius: var(--radius-sm); background: #ddd; box-shadow: 0 15px 35px rgba(49,31,20,.14); }
.release-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.8,.2,1), filter var(--transition); }
.release-cover span { position: absolute; inset: auto 0 0; padding: 50px 17px 15px; color: var(--white); background: linear-gradient(transparent, rgba(0,0,0,.9)); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: var(--transition); }
.release-cover:hover img { transform: scale(1.035); filter: saturate(.85); }
.release-cover:hover span, .release-cover:focus-visible span { opacity: 1; transform: none; }
.release-meta { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding: 17px 2px 0; }
.release-meta h3 { margin: 3px 0 0; font-family: var(--body); font-size: 1.25rem; letter-spacing: -.025em; text-transform: none; }
.release-meta > a { flex: 0 0 auto; padding-bottom: 2px; border-bottom: 1px solid; font-size: .64rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }

.store-section { background: var(--gold); color: var(--brown); }
.store-section .eyebrow { color: var(--brown); }
.store-section p { color: rgba(49,31,20,.72); }
.store-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 22px; }
.store-card { position: relative; min-height: 500px; display: flex; align-items: flex-end; overflow: hidden; border-radius: var(--radius-md); color: var(--white); box-shadow: 0 18px 45px rgba(49,31,20,.17); }
.store-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1); }
.store-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.86), transparent 62%); }
.store-card > div { position: relative; z-index: 2; width: 100%; padding: clamp(25px, 3vw, 40px); }
.store-card .eyebrow { color: var(--gold-light); }
.store-card h3 { margin: 9px 0 18px; font-size: clamp(2.2rem, 4vw, 4rem); }
.store-card div > span { font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.store-card:hover img { transform: scale(1.045); }

.listen-section { background: var(--dark); }
.listen-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 125px); align-items: start; }
.listen-section .section-heading { margin: 0; }
.listen-section .eyebrow { color: var(--gold); }
.listen-section h2 { margin-bottom: 24px; color: var(--cream); }
.listen-section p { color: #b8beaa; }
.platform-list { border-top: 1px solid rgba(255,255,255,.22); }
.platform-list a { display: grid; grid-template-columns: 42px 1fr auto; gap: 20px; align-items: center; min-height: 84px; padding: 15px 8px; border-bottom: 1px solid rgba(255,255,255,.22); transition: padding var(--transition), color var(--transition); }
.platform-list a:hover { padding-left: 18px; color: var(--gold); }
.platform-list img { width: 30px; max-height: 30px; filter: brightness(0) invert(1); }
.platform-list strong { font-family: var(--display); font-size: 1.65rem; font-weight: 900; letter-spacing: -.035em; text-transform: uppercase; }
.platform-list b { font-size: 1.2rem; font-weight: 400; }
.platform-symbol { display: grid; place-items: center; width: 32px; height: 32px; border: 2px solid currentColor; border-radius: 50%; font-family: var(--display); font-size: 1rem; }

.worlds-section { background: var(--paper); color: var(--brown); }
.worlds-section p { color: #666b5d; }
.worlds-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.world-card { display: block; overflow: hidden; border: 1px solid rgba(49,31,20,.13); border-radius: var(--radius-md); background: var(--cream); transition: transform var(--transition), box-shadow var(--transition); }
.world-card:hover { transform: translateY(-8px); box-shadow: 0 22px 50px rgba(49,31,20,.13); }
.world-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.world-card div { padding: 25px 28px 30px; }
.world-card div p { margin-bottom: 8px; color: var(--sage-dark); font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.world-card h3 { margin-bottom: 20px; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.world-card span { color: var(--brown); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.about-section { background: var(--brown); }
.about-layout { display: grid; grid-template-columns: 1.12fr .8fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.about-copy .eyebrow { color: var(--gold); }
.about-copy h2 { margin: 14px 0 28px; color: var(--gold-light); font-size: clamp(3.2rem, 6.5vw, 6.5rem); }
.about-copy p { color: #bebeb1; }
.about-copy .lead { color: var(--white); }
.about-art { position: relative; }
.about-art::before { content: ""; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--gold); border-radius: var(--radius-md); }
.about-art img { position: relative; width: 100%; min-height: 560px; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.about-art span { position: absolute; z-index: 2; left: -30px; bottom: 38px; color: var(--sage); font-family: var(--display); font-size: clamp(3.2rem, 7vw, 6.8rem); font-weight: 900; line-height: .68; letter-spacing: -.07em; text-shadow: 5px 5px 0 var(--brown); }

.remix-section { overflow: hidden; background: var(--charcoal); }
.remix-section::before { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -180px; border-radius: 50%; background: conic-gradient(var(--yellow), var(--red), var(--green), var(--sage), var(--yellow)); filter: blur(16px); opacity: .28; }
.remix-layout { display: grid; grid-template-columns: .8fr 1.1fr; gap: clamp(55px, 9vw, 125px); align-items: center; }
.remix-art img { width: 100%; border-radius: var(--radius-lg); box-shadow: 12px 12px 0 var(--yellow); }
.remix-copy { position: relative; }
.remix-copy .eyebrow { color: var(--yellow); }
.remix-copy h2 { margin: 16px 0 28px; color: var(--yellow); font-size: clamp(4.8rem, 11vw, 10.5rem); line-height: .72; text-shadow: 7px 7px 0 var(--red), 14px 14px 0 var(--green); }
.remix-copy p { max-width: 620px; color: #d7d5d7; }
.remix-status { display: flex; align-items: center; gap: 11px; margin-top: 28px; font-size: .72rem !important; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.remix-status span { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(249,211,32,.13); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(249,211,32,0); } }

.video-section { background: var(--black); }
.video-section .eyebrow { color: var(--gold); }
.video-section p { color: #aaa99e; }
.video-consent { position: relative; overflow: hidden; aspect-ratio: 16/9; border-radius: var(--radius-md); background: #090a07; box-shadow: var(--shadow); }
.video-consent > img { width: 100%; height: 100%; object-fit: cover; }
.video-shade { position: absolute; inset: 0; background: rgba(0,0,0,.44); }
.video-load { position: absolute; inset: 50% auto auto 50%; display: inline-flex; align-items: center; gap: 12px; padding: 16px 23px; border: 0; border-radius: 999px; background: var(--gold); color: var(--brown); font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; transform: translate(-50%, -50%); transition: transform var(--transition), background var(--transition); }
.video-load:hover { background: var(--gold-light); transform: translate(-50%, calc(-50% - 3px)); }
.video-load span { font-size: 1rem; }
.video-consent > p { position: absolute; left: 20px; right: 20px; bottom: 12px; margin: 0; color: rgba(255,255,255,.7); font-size: .68rem; text-align: center; }
.video-consent iframe { width: 100%; height: 100%; border: 0; }

.press-section { background: var(--cream); color: var(--brown); }
.press-section p { color: #656a5c; }
.press-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(49,31,20,.2); border-left: 1px solid rgba(49,31,20,.2); }
.press-card { min-height: 330px; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 48px); border-right: 1px solid rgba(49,31,20,.2); border-bottom: 1px solid rgba(49,31,20,.2); transition: background var(--transition), color var(--transition); }
.press-card:hover { background: var(--brown); color: var(--cream); }
.press-card:hover p { color: #c6c5ba; }
.press-card:hover .press-source, .press-card:hover span { color: var(--gold-light); }
.press-source { color: var(--gold-dark) !important; }
.press-card h3 { margin: auto 0 18px; font-family: var(--display); font-size: clamp(2rem, 3.5vw, 3.6rem); }
.press-card > p:not(.press-source) { margin-bottom: 25px; }
.press-card span { margin-top: auto; color: var(--brown); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.press-more { margin-top: 35px; text-align: center; }

.newsletter { background: var(--sage); color: var(--brown); }
.newsletter-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.newsletter .eyebrow { color: var(--brown); }
.newsletter h2 { margin: 12px 0 22px; }
.newsletter-copy > p { color: rgba(49,31,20,.73); }
.newsletter-gift { padding-left: 19px; border-left: 3px solid var(--brown); font-size: .85rem !important; font-weight: 700; }
.newsletter-form { padding: clamp(26px, 4vw, 48px); border-radius: var(--radius-md); background: var(--cream); box-shadow: 0 18px 45px rgba(49,31,20,.12); }
.newsletter-form form > label:first-child { display: block; margin-bottom: 10px; color: var(--brown); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.newsletter-field { display: grid; grid-template-columns: 1fr auto; overflow: hidden; border: 1px solid rgba(49,31,20,.25); border-radius: 999px; background: var(--white); }
.newsletter-field input { min-width: 0; padding: 17px 22px; border: 0; outline: 0; background: transparent; color: var(--black); }
.newsletter-field input:focus { box-shadow: inset 0 0 0 2px var(--gold-dark); }
.newsletter-field button { min-width: 145px; margin: 5px; padding: 12px 20px; border: 0; border-radius: 999px; background: var(--brown); color: var(--white); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.newsletter-consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin-top: 16px; color: #5e6255; font-size: .75rem; line-height: 1.5; }
.newsletter-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--brown); }
.entry__specification { margin: 14px 0 0; color: rgba(49,31,20,.68) !important; font-size: .72rem; line-height: 1.5; }
.entry__specification a { text-decoration: underline; }
.entry__error { display: block; color: #922f2f; font-size: .78rem; }
.input--hidden { position: absolute !important; left: -9999px !important; }
.sib-form-message-panel { display: none; margin-bottom: 16px; padding: 13px 15px; border-radius: 10px; font-size: .84rem; }
.sib-form-message-panel--active, .sib-form-message-panel[style*="block"] { display: block; }
.message--error { background: #f5d5d5; color: #7b2424; }
.message--success { background: #dce9cc; color: #33451e; }

.site-footer { padding: 75px 0 24px; background: var(--black); }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1fr; gap: 45px; padding-bottom: 58px; }
.footer-brand { display: inline-block; margin-bottom: 22px; color: var(--white); font-size: 2rem; }
.footer-main > div:first-child p { color: #969b89; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-column h2 { margin-bottom: 15px; color: var(--gold); font-family: var(--body); font-size: .68rem; letter-spacing: .14em; }
.footer-column a, .footer-socials a { color: #c6c8bb; font-size: .78rem; font-weight: 700; }
.footer-column a:hover, .footer-socials a:hover { color: var(--gold); }
.footer-socials { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: start; }
.footer-socials a { display: flex; align-items: center; gap: 9px; }
.footer-socials img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; color: #858a7b; font-size: .7rem; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-bottom a, .footer-bottom button { padding: 0; border: 0; background: transparent; color: #b7baac; font-size: .7rem; font-weight: 700; }
.footer-bottom a:hover, .footer-bottom button:hover { color: var(--gold); }

.cookie-banner { position: fixed; z-index: 3000; left: 20px; right: 20px; bottom: 20px; width: min(calc(100% - 40px), 1100px); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; margin-inline: auto; padding: 22px 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(244,240,229,.98); color: var(--brown); box-shadow: 0 20px 70px rgba(0,0,0,.32); }
.cookie-banner h2 { margin-bottom: 4px; font-family: var(--body); font-size: 1rem; letter-spacing: 0; text-transform: none; }
.cookie-banner p { margin: 0; color: #5e6255; font-size: .78rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.cookie-dialog { width: min(calc(100% - 32px), 690px); max-height: 90vh; padding: 0; overflow: auto; border: 0; border-radius: 24px; background: var(--cream); color: var(--brown); box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.cookie-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }
.cookie-dialog form { padding: clamp(24px, 4vw, 42px); }
.dialog-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.dialog-heading h2 { margin: 8px 0 24px; font-size: clamp(2.5rem, 6vw, 4.2rem); }
.dialog-close { width: 42px; height: 42px; border: 1px solid rgba(49,31,20,.25); border-radius: 50%; background: transparent; font-size: 1.5rem; line-height: 1; }
.preference-row { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; padding: 19px 0; border-top: 1px solid rgba(49,31,20,.16); }
.preference-row h3 { margin: 0 0 3px; font-family: var(--body); font-size: 1rem; letter-spacing: 0; text-transform: none; }
.preference-row p { margin: 0; color: #676b5e; font-size: .8rem; }
.preference-row > span { color: var(--sage-dark); font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.preference-row input { width: 24px; height: 24px; accent-color: var(--brown); }
.dialog-actions { padding-top: 24px; text-align: right; }
.store-exit-dialog { width: min(calc(100% - 32px), 570px); padding: 0; overflow: hidden; border: 1px solid rgba(210,180,101,.28); border-radius: 24px; background: var(--cream); color: var(--brown); box-shadow: 0 30px 100px rgba(0,0,0,.52); }
.store-exit-dialog::backdrop { background: rgba(11,13,8,.76); backdrop-filter: blur(7px); }
.store-exit-inner { padding: clamp(25px, 5vw, 44px); }
.store-exit-dialog .dialog-heading h2 { margin: 8px 0 22px; font-size: clamp(2.7rem, 7vw, 4.7rem); }
.store-exit-dialog [data-store-exit-copy] { color: #5e6255; }
.store-exit-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 30px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Shared supporting pages */
.subpage-body { background: var(--cream); color: var(--brown); }
.subpage-body .site-header { color: var(--white); }
.subpage-hero { min-height: 72vh; display: flex; align-items: flex-end; padding: calc(var(--header-height) + 90px) 0 80px; overflow: hidden; background: var(--black); color: var(--cream); }
.subpage-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,15,8,.92), rgba(12,15,8,.35)), var(--subpage-image, url("images/hero-background.jpg")) center/cover no-repeat; }
.subpage-hero .container { position: relative; z-index: 1; }
.subpage-hero .eyebrow { color: var(--gold); }
.subpage-hero h1 { max-width: 1000px; margin: 15px 0 24px; color: var(--gold-light); font-size: clamp(4.4rem, 12vw, 10rem); }
.subpage-hero p:last-child { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.78); font-size: clamp(1.1rem, 2vw, 1.5rem); }
.content-section { background: var(--cream); }
.content-section--dark { background: var(--brown); color: var(--cream); }
.content-section--dark p { color: #c0c0b4; }
.content-section--sage { background: var(--sage); }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.content-copy h2 { margin: 12px 0 28px; font-size: clamp(3rem, 6vw, 6rem); }
.content-copy p + p { margin-top: 18px; }
.content-section--dark .content-copy h2 { color: var(--gold-light); }
.content-section--dark .eyebrow { color: var(--gold); }
.content-card { padding: clamp(28px, 4vw, 46px); border: 1px solid rgba(49,31,20,.16); border-radius: var(--radius-md); background: var(--paper); }
.content-card h2, .content-card h3 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.5rem); }
.content-card p:last-child { margin-bottom: 0; }
.content-card--dark { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.05); }
.fact-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(49,31,20,.18); }
.fact-list li { display: grid; grid-template-columns: minmax(110px,.35fr) 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(49,31,20,.18); }
.fact-list strong { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.content-section--dark .fact-list { border-color: rgba(255,255,255,.17); }
.content-section--dark .fact-list li { border-color: rgba(255,255,255,.17); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.legal-content { max-width: 860px; }
.legal-content h2 { margin: 50px 0 15px; font-family: var(--body); font-size: 1.45rem; letter-spacing: -.02em; text-transform: none; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 27px 0 10px; font-family: var(--body); font-size: 1.05rem; letter-spacing: 0; text-transform: none; }
.legal-content p, .legal-content li { color: #5f6456; font-size: 1rem; }
.legal-content a { text-decoration: underline; }
.legal-content button[data-cookie-settings] { padding: 0; border: 0; background: transparent; color: var(--brown); font-weight: 700; text-decoration: underline; }
.legal-note { padding: 18px 20px; border-left: 4px solid var(--gold-dark); background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card { min-height: 260px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(49,31,20,.16); border-radius: var(--radius-md); background: var(--paper); }
.contact-card h2 { margin: auto 0 15px; font-size: clamp(2rem, 4vw, 3.3rem); }
.contact-card a { color: var(--gold-dark); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.recognition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.recognition-card { padding: 30px; border-radius: var(--radius-md); background: var(--gold); color: var(--brown); }
.recognition-card p { color: rgba(49,31,20,.72); }
.recognition-card h3 { margin: 12px 0 18px; }
.artwork-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.artwork-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius-sm); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .main-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .release-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-grid { grid-template-columns: 1fr 1fr; }
  .store-card--digital { grid-column: span 2; }
  .footer-main { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-socials { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --header-height: 76px; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .hero { align-items: flex-end; padding-bottom: 82px; }
  .hero-media { background-image: url("images/hero-background-mobile.jpg"); background-position: center; }
  .hero-shade { background: linear-gradient(0deg, rgba(12,15,8,.94) 0%, rgba(12,15,8,.54) 62%, rgba(12,15,8,.22) 100%); }
  .hero h1 { font-size: clamp(5rem, 21vw, 8.2rem); }
  .scroll-cue { display: none; }
  .featured-layout, .ep-feature, .listen-layout, .about-layout, .remix-layout, .newsletter-layout, .content-grid { grid-template-columns: 1fr; }
  .featured-art, .about-art { max-width: 630px; }
  .ep-art img { min-height: 0; aspect-ratio: 1; }
  .section-heading--split { grid-template-columns: 1fr; gap: 22px; }
  .section-heading--split > p { justify-self: start; }
  .worlds-grid { grid-template-columns: 1fr; }
  .world-card { display: grid; grid-template-columns: .8fr 1fr; }
  .press-grid { grid-template-columns: 1fr; }
  .remix-art { max-width: 620px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child, .footer-socials { grid-column: 1 / -1; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: flex-start; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  section { padding: 80px 0; }
  .site-header { padding-inline: 16px; }
  .hero { min-height: 100svh; padding-top: 115px; }
  .hero h1 { font-size: clamp(4.6rem, 22vw, 6.5rem); }
  .hero-subtitle { font-size: 1.35rem; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 340px; }
  .hero-actions .button { width: 100%; }
  .featured-art .art-frame { inset: 14px 0 -14px 8px; }
  .featured-copy h2 { font-size: clamp(3.15rem, 16.5vw, 5.2rem); letter-spacing: -.065em; }
  #music-title { font-size: clamp(2.8rem, 12.8vw, 3.5rem); }
  .release-grid { gap: 34px 16px; }
  .release-meta { align-items: start; flex-direction: column; gap: 8px; }
  .release-cover span { display: none; }
  .store-grid { grid-template-columns: 1fr; }
  .store-card--digital { grid-column: auto; }
  .store-card { min-height: 420px; }
  .world-card { grid-template-columns: 1fr; }
  .about-art img { min-height: 360px; }
  .about-art::before { inset: 13px 0 -13px 8px; }
  .about-art span { left: 12px; bottom: 20px; }
  .remix-copy h2 { font-size: clamp(3.65rem, 15.5vw, 5.2rem); }
  .press-card { min-height: 300px; }
  .newsletter-field { grid-template-columns: 1fr; border-radius: 18px; }
  .newsletter-field button { min-height: 50px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > div:first-child, .footer-socials { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; width: calc(100% - 20px); padding: 19px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .button:last-child { grid-column: span 2; }
  .store-exit-actions { display: grid; grid-template-columns: 1fr; }
  .store-exit-actions .button { width: 100%; }
  .subpage-hero { min-height: 64vh; }
  .subpage-hero h1 { font-size: clamp(3.5rem, 16.5vw, 6rem); }
  .content-section .section-heading h2 { font-size: clamp(2.25rem, 10vw, 3rem); overflow-wrap: anywhere; }
  .content-copy h2 { font-size: clamp(2.4rem, 11vw, 3.25rem); overflow-wrap: anywhere; }
  .fact-list li { grid-template-columns: 1fr; gap: 4px; }
  .recognition-grid, .artwork-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .brand { font-size: 1.12rem; }
  .release-grid { grid-template-columns: 1fr; }
  .release-card { width: min(100%, 280px); }
  .release-card:nth-child(even) { justify-self: end; }
  .mobile-menu a { font-size: 2.6rem; }
}
