:root {
  --ink: #070707;
  --coal: #0d0d0d;
  --ivory: #e8e3d9;
  --muted: #8f8b84;
  --gold: #ae8550;
  --line: rgba(232, 227, 217, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.nav {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  height: 106px;
  padding: 0 clamp(24px, 4vw, 70px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(232, 227, 217, .18);
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.brand-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 18px rgba(174, 133, 80, .14));
}
.brand-logo-header { width: clamp(138px, 13vw, 198px); }
.nav nav { display: flex; gap: 46px; }
.nav nav a, .nav-cta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .24em;
}
.nav nav a { color: #c7c2b9; transition: color .25s; }
.nav nav a:hover { color: white; }
.nav-cta { justify-self: end; color: var(--gold); display: flex; gap: 10px; }

.hero {
  min-height: 900px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 120px clamp(24px, 7vw, 122px) 70px;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(4,4,4,.96) 0%, rgba(4,4,4,.72) 34%, rgba(4,4,4,.08) 70%), linear-gradient(0deg, #070707 0%, transparent 22%);
}
.hero-copy { position: relative; z-index: 2; max-width: 690px; padding-top: 54px; }
.eyebrow {
  display: flex; align-items: center; gap: 14px;
  margin: 0 0 26px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .38em;
  font-size: 11px;
  font-weight: 600;
}
.eyebrow span { width: 38px; height: 1px; background: var(--gold); }
.hero h1, .section h2, .artist-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(76px, 9.5vw, 152px); line-height: .77; margin: 0 0 32px; }
.artist-name { font-size: 14px; letter-spacing: .42em; text-transform: uppercase; margin: 0 0 22px; color: #d3cec4; }
.hero-description { color: #a8a39a; max-width: 500px; line-height: 1.8; font-size: 15px; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button {
  min-width: 204px; padding: 20px 24px;
  display: inline-flex; justify-content: center; gap: 24px;
  text-transform: uppercase; letter-spacing: .24em; font-size: 10px;
  transition: transform .25s, background .25s;
}
.button:hover { transform: translateY(-2px); }
.button.gold { background: var(--gold); color: #080706; }
.button.outline { border: 1px solid var(--gold); color: var(--gold); }
.text-link {
  display: inline-flex; align-items: center; gap: 20px;
  text-transform: uppercase; letter-spacing: .2em; font-size: 10px;
  border-bottom: 1px solid rgba(232,227,217,.32); padding: 9px 0;
}
.text-link span { color: var(--gold); font-size: 16px; }
.hero-index { position: absolute; z-index: 2; right: 5vw; bottom: 78px; display: flex; align-items: center; gap: 14px; font-size: 9px; letter-spacing: .2em; }
.hero-index i { width: 70px; height: 1px; background: linear-gradient(90deg, var(--gold) 25%, #444 25%); }
.scroll-cue { position: absolute; z-index: 2; left: 30px; bottom: 42px; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .32em; font-size: 8px; color: #777; }
.scroll-cue span { color: var(--gold); margin-top: 12px; }

.release-strip {
  min-height: 132px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 2fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0 clamp(24px, 6vw, 105px);
  background: #090909;
}
.release-strip > div { padding: 34px 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.release-strip > div:first-child { border-left: 1px solid var(--line); }
.release-strip small { text-transform: uppercase; color: #6e6a64; letter-spacing: .3em; font-size: 8px; margin-bottom: 13px; }
.release-strip strong { font-family: Georgia, serif; font-weight: 400; text-transform: uppercase; font-size: 13px; letter-spacing: .12em; }
.release-strip .platforms { flex-direction: row; align-items: center; gap: 27px; flex-wrap: wrap; }
.release-strip .platforms small { width: 100%; margin-bottom: 0; }
.platform-links { display:flex; align-items:center; gap:28px; flex-wrap:wrap; }
.platform-link { display:inline-flex; align-items:center; gap:9px; color:#bdb8af; transition:color .25s, transform .25s; }
.platform-link svg { width:18px; height:18px; fill:currentColor; flex:0 0 auto; }
.platform-link b { font-size:11px; font-weight:600; letter-spacing:.04em; }
.platform-link-active:hover { color:var(--gold); transform:translateY(-2px); }
.platform-link-active:focus-visible { color:var(--gold); outline:1px solid var(--gold); outline-offset:6px; }

.section { padding: 145px clamp(24px, 7vw, 122px); }
.section-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 75px; }
.section-head h2 { margin: 0; font-size: clamp(55px, 7vw, 108px); line-height: .92; }
.section-head > p { color: var(--muted); line-height: 1.9; max-width: 450px; font-size: 15px; }
.artists { background: #0a0a0a; }
.artist-card { display: grid; grid-template-columns: 1.45fr .8fr; min-height: 620px; border: 1px solid var(--line); }
.artist-visual { position: relative; min-height: 520px; overflow: hidden; }
.artist-visual:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, transparent 60%, #0d0d0d 100%); }
.artist-visual img { width: 100%; height: 100%; object-fit: cover; }
.card-number { position: absolute; z-index: 2; left: 28px; bottom: 24px; font-family: Georgia, serif; font-size: 48px; color: var(--gold); }
.artist-copy { padding: 80px 60px; display: flex; flex-direction: column; justify-content: center; background: var(--coal); }
.kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .26em; font-size: 9px; }
.artist-copy h3 { font-size: clamp(48px, 5vw, 80px); line-height: .9; margin: 25px 0 30px; }
.artist-copy > p:not(.kicker) { color: var(--muted); line-height: 1.9; font-size: 14px; margin-bottom: 30px; }
.artist-copy .text-link { align-self: flex-start; }
.artist-card + .artist-card { margin-top: 34px; }
.artist-card-reverse { grid-template-columns: .8fr 1.45fr; }
.artist-card-reverse .artist-visual { order: 2; }
.artist-card-reverse .artist-copy { order: 1; }
.bluemille-visual {
  isolation: isolate;
  background:
    radial-gradient(circle at 62% 43%, rgba(58, 137, 255, .24), transparent 3%),
    radial-gradient(circle at 62% 43%, rgba(26, 88, 178, .22), transparent 24%),
    linear-gradient(125deg, #02050a 5%, #07182c 52%, #020408 100%);
}
.bluemille-visual:before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.62;
  background:
    repeating-linear-gradient(90deg, transparent 0 8%, rgba(76,145,255,.08) 8.2%, transparent 8.5%),
    linear-gradient(180deg, transparent 55%, rgba(16,89,174,.2));
  mask-image:linear-gradient(to bottom, transparent, black 30%, black 76%, transparent);
}
.bluemille-visual:after {
  background:linear-gradient(270deg, transparent 58%, #0d0d0d 100%);
}
.blue-orbit {
  position:absolute;
  width:min(56vw, 570px);
  aspect-ratio:1;
  left:57%;
  top:48%;
  transform:translate(-50%,-50%);
}
.blue-orbit:before,
.blue-orbit:after,
.blue-orbit i {
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(73,149,255,.28);
  border-radius:50%;
  box-shadow:0 0 50px rgba(27,103,219,.08), inset 0 0 35px rgba(27,103,219,.05);
}
.blue-orbit:after { inset:16%; border-color:rgba(111,172,255,.4); }
.blue-orbit i:nth-child(1) { inset:31%; border-color:rgba(145,191,255,.5); }
.blue-orbit i:nth-child(2) { inset:47%; background:#7cb4ff; border:0; box-shadow:0 0 45px #287dde; }
.blue-orbit i:nth-child(3) {
  inset:-7% 44%;
  border:0;
  border-radius:0;
  background:linear-gradient(180deg,transparent,rgba(101,166,255,.38),transparent);
  filter:blur(1px);
}
.bluemille-monogram {
  position:absolute;
  z-index:1;
  left:57%;
  top:50%;
  transform:translate(-50%,-50%);
  margin:0;
  font-family:Georgia,serif;
  font-size:clamp(120px,18vw,280px);
  font-weight:400;
  line-height:1;
  color:rgba(222,235,255,.92);
  text-shadow:0 0 42px rgba(62,139,255,.42);
}

.releases { background: #0c0c0c; }
.section-head.compact { margin-bottom: 60px; }
.section-head.compact h2 { font-size: clamp(52px, 6vw, 88px); }
.release-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.release-card { transition: transform .35s; }
.release-card:hover { transform: translateY(-8px); }
.cover { aspect-ratio: 1; border: 1px solid var(--line); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; background: #101010; }
.cover:before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 50% 45%, rgba(174,133,80,.35), transparent 4%, transparent 21%, rgba(255,255,255,.04) 22%, transparent 23%), linear-gradient(145deg, #181818, #050505); }
.cover span { position: relative; z-index: 1; text-align:center; font-family:Georgia,serif; font-size:clamp(25px,3vw,48px); line-height:.92; letter-spacing:-.04em; }
.cover i { position:absolute; width:64%; aspect-ratio:1; border:1px solid rgba(174,133,80,.35); border-radius:50%; }
.cover-night:before { background: radial-gradient(circle at 50% 35%, #d8d2c7 0 1%, #4a4540 2%, transparent 4%, transparent 17%, rgba(174,133,80,.2) 18%, transparent 18.5%), linear-gradient(180deg,#171717,#030303); }
.cover-next { opacity: .6; }
.cover-blue:before {
  background:
    radial-gradient(circle at 50% 50%, #79b5ff 0 1.5%, rgba(38,121,232,.5) 2%, transparent 5%, transparent 22%, rgba(62,138,244,.32) 22.5%, transparent 23%),
    linear-gradient(145deg,#081a33,#010307);
}
.cover-blue { color:#dbeaff; }
.cover-blue i { border-color:rgba(91,158,255,.5); box-shadow:0 0 45px rgba(36,116,227,.16); }
.release-card p { text-transform:uppercase; letter-spacing:.25em; color:#777; font-size:8px; margin:18px 0 10px; }
.release-card h3 { font-family:Georgia,serif; text-transform:uppercase; font-weight:400; letter-spacing:.08em; font-size:18px; margin:0; }

.label { display:grid; grid-template-columns: .85fr 1.15fr; align-items:center; gap:90px; min-height:850px; overflow:hidden; }
.label h2 { font-size:clamp(52px,6vw,92px); line-height:.9; margin:0 0 34px; }
.label-copy > p:not(.eyebrow) { color:var(--muted); max-width:520px; line-height:1.9; margin-bottom:40px; }
.maltese-mark { position:relative; min-height:650px; }
.maltese-mark img { position:absolute; height:100%; width:100%; object-fit:contain; object-position:center; filter:saturate(.72) contrast(1.04); }
.maltese-mark:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,#070707 0%,transparent 24%),linear-gradient(0deg,#070707 0%,transparent 28%); }
.maltese-mark .star { position:absolute; z-index:2; right:0; top:5%; color:var(--gold); font-size:70px; }
.maltese-mark p { position:absolute; z-index:2; right:0; bottom:28px; text-align:right; text-transform:uppercase; letter-spacing:.28em; font-size:10px; line-height:1.8; }
.maltese-mark p span { color:var(--gold); font-size:8px; }

footer { min-height:220px; border-top:1px solid var(--line); padding:55px clamp(24px,6vw,105px); display:grid; grid-template-columns:1fr 1fr 1fr; align-items:start; gap:35px; color:#777; }
.brand-logo-footer { width: clamp(155px, 15vw, 220px); margin-top:-20px; }
footer p { text-align:center; text-transform:uppercase; letter-spacing:.22em; font-size:9px; }
footer > div { display:flex; justify-content:flex-end; gap:25px; text-transform:uppercase; letter-spacing:.18em; font-size:9px; }
footer small { grid-column:1 / -1; padding-top:34px; border-top:1px solid var(--line); text-align:center; font-size:8px; letter-spacing:.2em; }

@media (max-width: 900px) {
  .nav { grid-template-columns:1fr auto; height:82px; }
  .nav nav { display:none; }
  .nav-cta { font-size:9px; }
  .hero { min-height:760px; padding-top:110px; align-items:flex-end; padding-bottom:100px; }
  .hero-image { object-position:62% center; }
  .hero-shade { background:linear-gradient(90deg,rgba(4,4,4,.93),rgba(4,4,4,.2)),linear-gradient(0deg,#070707 0%,transparent 42%); }
  .hero h1 { font-size:clamp(64px,17vw,110px); }
  .scroll-cue { display:none; }
  .release-strip { grid-template-columns:1fr 1fr; padding:0; }
  .release-strip .platforms { grid-column:1/-1; }
  .section { padding:95px 24px; }
  .section-head { grid-template-columns:1fr; gap:20px; margin-bottom:45px; }
  .artist-card { grid-template-columns:1fr; }
  .artist-card-reverse { grid-template-columns:1fr; }
  .artist-card-reverse .artist-visual { order:1; }
  .artist-card-reverse .artist-copy { order:2; }
  .artist-copy { padding:50px 32px; }
  .release-grid { grid-template-columns:1fr 1fr; }
  .release-card.coming { display:none; }
  .label { grid-template-columns:1fr; gap:30px; }
  .maltese-mark { min-height:580px; }
}

@media (max-width: 560px) {
  .brand-logo-header { width:142px; }
  .nav-cta { display:none; }
  .nav { grid-template-columns:1fr; }
  .hero { min-height:740px; }
  .hero-copy { padding-top:80px; }
  .hero h1 { font-size:64px; line-height:.84; }
  .hero-description { font-size:13px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:16px; }
  .button { min-width:190px; }
  .hero-index { right:20px; bottom:28px; }
  .release-strip > div { padding:26px 20px; }
  .release-strip .platforms { gap:15px; }
  .platform-links { gap:18px; }
  .platform-link b { font-size:10px; }
  .section-head h2 { font-size:50px; }
  .artist-visual { min-height:380px; }
  .artist-copy h3 { font-size:52px; }
  .release-grid { grid-template-columns:1fr; }
  .release-card:nth-child(2) { display:none; }
  .label h2 { font-size:50px; }
  .maltese-mark { min-height:450px; }
  footer { grid-template-columns:1fr; text-align:center; }
  footer p { text-align:center; }
  footer > div { justify-content:center; }
}

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