@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:wght@500;600&display=swap');

:root{
  --black:#090909; --charcoal:#121111; --cream:#e9dcc8; --muted:#b9aa96;
  --purple:#741044; --purple-bright:#8f1554; --line:rgba(233,220,200,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--cream);font-family:"DM Sans",Arial,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
.site-header{height:84px;display:flex;align-items:center;gap:38px;padding:0 5vw;background:var(--black);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(233,220,200,.08)}
.logo{display:flex;flex-direction:column;line-height:.8;min-width:150px}
.logo span,.footer-logo span{font-size:11px;letter-spacing:6px}
.logo strong,.footer-logo strong{font-family:"Playfair Display",Georgia,serif;font-size:42px;font-weight:500;color:var(--purple-bright)}
.nav{display:flex;gap:32px;align-items:center;margin:auto}
.nav a,.socials a{font-size:12px;text-transform:uppercase;letter-spacing:2px;color:var(--cream);opacity:.9}
.nav a:hover,.socials a:hover,.text-link:hover{color:var(--purple-bright)}
.socials{display:flex;gap:16px}.socials a{font-size:10px}
.menu-toggle{display:none;background:none;border:0;color:var(--cream);letter-spacing:2px}
.hero{background:#050505;line-height:0}
.hero img{width:100%;height:auto;display:block}
.section-dark,.section-light,.section-purple{padding:110px 7vw}
.section-dark{background:var(--black)}.section-light{background:#e9dfcf;color:#171313}.section-purple{background:var(--purple);color:var(--cream)}
.release{display:grid;grid-template-columns:230px 1.5fr 1fr;gap:55px;align-items:center;border-top:1px solid var(--line)}
.release-art{aspect-ratio:1;background:#241624;display:grid;place-items:center}
.art-placeholder{width:100%;height:100%;display:grid;place-items:center;text-align:center;font-size:12px;letter-spacing:4px;color:#c9a8bb;background:linear-gradient(145deg,#241624,#100c11)}
.eyebrow{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--purple-bright);margin:0 0 18px;font-weight:600}
.section-light .eyebrow{color:#741044}
h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(42px,5vw,76px);font-weight:500;line-height:1.02;margin:0 0 25px;letter-spacing:-1.5px}
.release h2{font-family:"DM Sans",Arial,sans-serif;font-size:clamp(40px,5vw,68px);letter-spacing:5px}
.lead{max-width:570px;font-size:18px;color:var(--muted)}
.actions{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}
.button{display:inline-flex;padding:14px 23px;text-transform:uppercase;letter-spacing:2px;font-size:11px;border:1px solid var(--purple-bright)}
.button-primary{background:var(--purple-bright)}.button-ghost{border-color:var(--cream)}
.release-side{border-left:1px solid var(--line);padding-left:45px;color:var(--muted);font-size:16px}
.intro{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:end}
.large-copy{font-size:22px;line-height:1.7;max-width:650px}
.split{display:grid;grid-template-columns:1.05fr 1fr;gap:9vw;align-items:center}
.split-image{min-height:600px}.image-placeholder{background:linear-gradient(145deg,#25201d,#0d0c0c);display:grid;place-items:center;border:1px solid rgba(233,220,200,.1);color:#8d8174;letter-spacing:4px;font-size:11px;text-align:center}
.split-copy p:not(.eyebrow){max-width:570px;color:var(--muted);font-size:17px}
.text-link{display:inline-block;margin-top:18px;text-transform:uppercase;letter-spacing:2px;font-size:11px;border-bottom:1px solid currentColor;padding-bottom:5px}
.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:45px}
.media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.media-card{color:#171313}.media-placeholder{aspect-ratio:16/10;background:#cfc2b1;display:grid;place-items:center;letter-spacing:4px;font-size:11px;margin-bottom:14px}.media-card span{font-size:14px}
.stories{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}
.stories-copy p:not(.eyebrow){max-width:580px;color:var(--muted);font-size:18px}
.quote-card{min-height:330px;border:1px solid var(--line);display:grid;place-items:center;padding:50px;text-align:center}
.quote-card p{font-family:"Playfair Display",Georgia,serif;font-size:clamp(32px,4vw,55px);line-height:1.1}
.news-line{display:grid;grid-template-columns:60px 1fr auto;gap:30px;padding:28px 0;border-top:1px solid #bcae9d;align-items:center}
.news-line span{color:#741044}.news-line strong{font-size:21px}.news-line p{margin:4px 0 0;opacity:.7}
.follow{text-align:center}.follow h2{max-width:850px;margin:0 auto 50px}.follow-links{display:flex;justify-content:center;gap:35px;flex-wrap:wrap}.follow-links a{text-transform:uppercase;letter-spacing:2px;font-size:12px}
.footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;padding-top:70px;padding-bottom:70px}.footer-logo{display:flex;flex-direction:column;line-height:.8;margin-bottom:20px}.footer p{color:var(--muted);font-size:14px}.copyright{align-self:end;text-align:right;color:#756b61;font-size:12px}

@media(max-width:900px){
  .site-header{height:72px;padding:0 6vw}.nav{display:none;position:absolute;left:0;right:0;top:72px;background:var(--black);padding:25px 6vw;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.socials{display:none}
  .section-dark,.section-light,.section-purple{padding:75px 6vw}
  .release,.intro,.split,.stories{grid-template-columns:1fr;gap:45px}
  .release-side{border-left:0;border-top:1px solid var(--line);padding:30px 0 0}
  .media-grid{grid-template-columns:1fr}.split-image{min-height:430px}.large-copy{font-size:19px}
  .section-heading{align-items:flex-start;flex-direction:column}.news-line{grid-template-columns:35px 1fr}.news-line .text-link{grid-column:2}
  .footer{grid-template-columns:1fr}.copyright{text-align:left}
}
@media(max-width:600px){
  .hero img{min-height:560px;object-fit:cover;object-position:center top}
  h2{font-size:43px}.release h2{font-size:38px;letter-spacing:3px}.logo strong{font-size:34px}
}

/* Clickable areas over the buttons embedded in the hero artwork */
.hero { position: relative; }
.hero-link {
  position: absolute;
  display: block;
  z-index: 5;
}
.hero-listen {
  left: 7.75%;
  top: 73.6%;
  width: 19.2%;
  height: 7.1%;
}
.hero-explore {
  left: 7.75%;
  top: 83.8%;
  width: 14.5%;
  height: 4.2%;
}
.hero-link:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: 4px;
}

/* Latest release artwork */
.release-art {
  overflow: hidden;
}
.release-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.release-copy h2 {
  line-height: .98;
}

/* The Music — four sides of Project MW */
.music-world {
  padding-top: 115px;
  padding-bottom: 120px;
}
.music-world-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 65px;
}
.music-world-intro .large-copy {
  margin: 0;
}
.music-sides {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.music-side {
  min-height: 430px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: var(--cream);
  background: #1a1716;
  isolation: isolate;
}
.music-side::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  transition: transform .6s ease, filter .6s ease;
}
.music-side::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(5,5,5,.9), rgba(5,5,5,.08) 70%);
}
.music-side:hover::before {
  transform: scale(1.04);
  filter: brightness(1.08);
}
.music-side .side-overlay {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(233,220,200,.12);
  pointer-events: none;
}
.music-side .side-content {
  position: relative;
  z-index: 2;
  padding: 38px;
  width: 100%;
}
.music-side .eyebrow {
  color: #d8c4ab;
  margin-bottom: 13px;
}
.side-number {
  position: absolute;
  top: 28px;
  right: 30px;
  font-size: 11px;
  letter-spacing: 3px;
  opacity: .65;
}
.music-side h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: clamp(31px, 3vw, 47px);
  line-height: 1.03;
  margin: 0 0 25px;
  letter-spacing: -1px;
}
.side-link {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
}
.emotional::before {
  background:
    radial-gradient(circle at 70% 20%, rgba(126,30,72,.35), transparent 34%),
    linear-gradient(135deg, #30211f, #120f10);
}
.ironic::before {
  background:
    radial-gradient(circle at 25% 25%, rgba(146,96,49,.35), transparent 34%),
    linear-gradient(135deg, #3b3025, #151210);
}
.darker::before {
  background:
    radial-gradient(circle at 70% 20%, rgba(104,15,61,.38), transparent 30%),
    linear-gradient(135deg, #1d1720, #050506);
}
.curious::before {
  background:
    radial-gradient(circle at 50% 25%, rgba(139,104,43,.45), transparent 35%),
    linear-gradient(135deg, #30271d, #10100d);
}

@media(max-width:900px) {
  .music-world-intro {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .music-sides {
    grid-template-columns: 1fr;
  }
  .music-side {
    min-height: 390px;
  }
}

/* The Curious Side */
.curious-page {
  background: #090909;
}
.curious-hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #090909;
}
.curious-hero-image {
  min-height: 720px;
  overflow: hidden;
  position: relative;
}
.curious-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9,9,9,0) 55%, rgba(9,9,9,.7));
}
.curious-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.curious-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 8vw 90px 7vw;
}
.curious-hero-copy h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(45px, 5.5vw, 82px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -2px;
  margin: 0 0 35px;
}
.curious-intro {
  max-width: 570px;
  color: var(--muted);
  font-size: 18px;
  margin: 0 0 14px;
}
.curious-statement {
  text-align: center;
  padding-top: 135px;
  padding-bottom: 135px;
}
.curious-statement h2 {
  max-width: 900px;
  margin: 0 auto 35px;
}
.statement-copy {
  max-width: 700px;
  margin: 0 auto 10px;
  font-size: 18px;
  line-height: 1.7;
}
.session-feature {
  display: grid;
  grid-template-columns: minmax(280px, 520px) 1fr;
  gap: 9vw;
  align-items: center;
}
.session-art {
  aspect-ratio: 1;
  overflow: hidden;
}
.session-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.session-copy p:not(.eyebrow) {
  max-width: 600px;
  color: var(--muted);
  font-size: 18px;
}
.curious-process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: end;
}
.process-copy {
  max-width: 600px;
  font-size: 20px;
  line-height: 1.7;
}
.future-section {
  text-align: center;
}
.future-section h2 {
  max-width: 900px;
  margin: 0 auto 30px;
}
.future-section > p:last-child {
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
  opacity: .85;
}
@media(max-width:900px) {
  .curious-hero {
    grid-template-columns: 1fr;
  }
  .curious-hero-image {
    min-height: 520px;
    max-height: 70vh;
  }
  .curious-hero-image::after {
    background: linear-gradient(0deg, rgba(9,9,9,.8), transparent 55%);
  }
  .curious-hero-copy {
    padding: 75px 6vw 90px;
  }
  .session-feature,
  .curious-process {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

/* Curious Side hero artwork */
.curious-hero-image img {
  object-position: center center;
}
@media(max-width:900px) {
  .curious-hero-image img {
    object-position: center center;
  }
}


/* The Emotional Side */
.emotional-page {
  background: #0b0a0b;
}
.emotional-hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #0b0a0b;
}
.emotional-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 7vw;
  position: relative;
  z-index: 2;
}
.emotional-hero-copy h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 6vw, 88px);
  line-height: .96;
  font-weight: 500;
  letter-spacing: -2px;
  margin: 0 0 35px;
}
.emotional-intro {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 13px;
}
.emotional-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  background:
    radial-gradient(ellipse at 70% 38%, rgba(121,31,75,.33), transparent 34%),
    radial-gradient(ellipse at 30% 70%, rgba(175,130,82,.12), transparent 35%),
    linear-gradient(125deg, #171317 0%, #0b090b 55%, #1b1018 100%);
}
.emotional-hero-visual::before {
  content: "";
  position: absolute;
  width: 48%;
  height: 78%;
  right: 12%;
  top: 9%;
  border: 1px solid rgba(221,201,181,.12);
  background: linear-gradient(110deg, rgba(221,201,181,.04), rgba(105,26,68,.12));
  transform: skewY(-2deg);
}
.window-light {
  position: absolute;
  width: 38%;
  height: 65%;
  right: 16%;
  top: 16%;
  background: linear-gradient(135deg, rgba(225,198,164,.16), rgba(225,198,164,.01) 68%);
  filter: blur(1px);
}
.violin-shadow {
  position: absolute;
  left: 18%;
  bottom: 11%;
  width: 13%;
  height: 62%;
  border-left: 2px solid rgba(110,20,65,.65);
  border-radius: 50%;
  transform: rotate(-7deg);
  box-shadow: 18px 0 0 -17px rgba(110,20,65,.7);
}
.room-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18%;
  height: 1px;
  background: rgba(221,201,181,.1);
}
.emotional-statement {
  text-align: center;
  padding-top: 135px;
  padding-bottom: 135px;
}
.emotional-statement h2 {
  max-width: 900px;
  margin: 0 auto 35px;
}
.statement-copy {
  max-width: 700px;
  margin: 0 auto 10px;
  font-size: 18px;
  line-height: 1.7;
}
.emotional-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  align-items: center;
}
.feature-panel {
  min-height: 430px;
  margin: 60px 0 60px 7vw;
  padding: 55px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 70% 20%, rgba(111,27,69,.42), transparent 34%),
    linear-gradient(145deg, #201720, #0c0b0d);
  border: 1px solid rgba(233,220,200,.1);
}
.feature-label {
  font-size: 10px;
  letter-spacing: 3px;
  opacity: .65;
  margin-bottom: auto;
}
.feature-panel h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: clamp(45px, 5vw, 72px);
  line-height: .98;
  margin: 0;
}
.feature-copy {
  padding: 80px 9vw;
}
.feature-copy p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.emotional-process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: end;
}
.process-copy {
  max-width: 600px;
  font-size: 20px;
  line-height: 1.7;
}
.emotional-closing {
  text-align: center;
}
.emotional-closing h2 {
  max-width: 850px;
  margin: 0 auto 25px;
}
.emotional-closing p:last-child {
  font-size: 19px;
  opacity: .85;
}
@media(max-width:900px) {
  .emotional-hero {
    grid-template-columns: 1fr;
  }
  .emotional-hero-visual {
    min-height: 480px;
    max-height: 60vh;
  }
  .emotional-hero-copy {
    padding: 75px 6vw 70px;
  }
  .emotional-feature,
  .emotional-process {
    grid-template-columns: 1fr;
  }
  .feature-panel {
    margin: 0 6vw;
    min-height: 380px;
  }
  .feature-copy {
    padding: 70px 6vw 90px;
  }
}

/* Emotional Side — final hero artwork */
.emotional-hero-visual {
  background: #0b0a0b url("assets/emotional-hero.png") center center / cover no-repeat;
}
.emotional-hero-visual::before,
.emotional-hero-visual .window-light,
.emotional-hero-visual .violin-shadow,
.emotional-hero-visual .room-line {
  display: none;
}
.emotional-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,10,11,.05), rgba(11,10,11,0) 55%, rgba(11,10,11,.18));
  pointer-events: none;
}

/* Emotional Side — 01 / The Story image */
.feature-panel {
  position: relative;
  overflow: hidden;
  background: #0c0b0d url("assets/emotional-story.png") center center / cover no-repeat;
}
.feature-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,7,8,.10), rgba(8,7,8,.72));
  pointer-events: none;
}
.feature-panel > * {
  position: relative;
  z-index: 1;
}

/* The Darker Side */
.darker-page {
  background: #070608;
}
.darker-hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: #070608;
}
.darker-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 7vw;
  position: relative;
  z-index: 2;
}
.darker-hero-copy h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(54px, 7vw, 104px);
  line-height: .88;
  font-weight: 500;
  letter-spacing: -3px;
  margin: 0 0 38px;
}
.darker-intro {
  max-width: 530px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 30px;
}
.text-link {
  color: #e7d8c7;
  text-decoration: none;
  letter-spacing: .5px;
  font-size: 13px;
  text-transform: uppercase;
}
.darker-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  background:
    radial-gradient(circle at 62% 43%, rgba(112,18,70,.38), transparent 20%),
    radial-gradient(circle at 42% 70%, rgba(205,167,119,.08), transparent 28%),
    linear-gradient(135deg, #160e16, #050405 70%);
}
.light-slice {
  position: absolute;
  width: 130%;
  height: 18%;
  left: -25%;
  top: 37%;
  transform: rotate(-13deg);
  background: linear-gradient(90deg, transparent, rgba(196,157,116,.16), rgba(120,23,73,.28), transparent);
  filter: blur(12px);
}
.shadow-form {
  position: absolute;
  width: 33%;
  height: 67%;
  left: 35%;
  top: 18%;
  border-radius: 50% 46% 30% 34%;
  background: linear-gradient(135deg, rgba(0,0,0,.75), rgba(45,13,35,.32));
  filter: blur(2px);
  transform: rotate(7deg);
}
.noise-line {
  position: absolute;
  width: 45%;
  height: 1px;
  right: 8%;
  background: rgba(213,188,161,.13);
}
.line-one { top: 23%; transform: rotate(-8deg); }
.line-two { top: 75%; transform: rotate(4deg); opacity: .6; }

.darker-statement {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 7vw;
  padding-top: 135px;
  padding-bottom: 135px;
  background: #0b090c;
}
.darker-statement h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 6vw, 84px);
  line-height: .94;
  font-weight: 500;
  margin: 0 0 40px;
}
.darker-statement .statement-copy {
  max-width: 690px;
  margin: 0 0 13px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.darker-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
  align-items: stretch;
  background: #050405;
}
.darker-feature-art {
  margin: 70px 0 70px 7vw;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 55% 50%, rgba(119,20,72,.55), transparent 24%),
    linear-gradient(135deg, #1d101c, #080708 75%);
  border: 1px solid rgba(225,207,186,.08);
}
.darker-feature-art::before {
  content: "";
  position: absolute;
  inset: 10% 16%;
  border: 1px solid rgba(225,207,186,.1);
  transform: skewX(-8deg);
}
.darker-feature-art::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 1px;
  top: 48%;
  left: 22%;
  background: rgba(222,190,151,.2);
  transform: rotate(-18deg);
}
.darker-feature-art .feature-label {
  position: absolute;
  top: 30px;
  left: 32px;
  z-index: 2;
}
.darker-feature-copy {
  padding: 100px 9vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.darker-feature-copy h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .98;
  font-weight: 500;
  margin: 0 0 32px;
}
.darker-feature-copy p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.darker-sound {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: end;
  background: #100c10;
}
.darker-sound h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(50px, 6vw, 84px);
  line-height: .9;
  font-weight: 500;
  margin: 0;
}
.darker-sound-copy {
  max-width: 610px;
  font-size: 19px;
  line-height: 1.7;
  color: var(--muted);
}
.darker-closing {
  text-align: center;
  background: #4c173c;
}
.darker-closing h2 {
  max-width: 900px;
  margin: 0 auto 25px;
}
.darker-closing p:last-child {
  font-size: 19px;
  opacity: .88;
}

@media(max-width:900px) {
  .darker-hero {
    grid-template-columns: 1fr;
  }
  .darker-hero-copy {
    padding: 75px 6vw 70px;
  }
  .darker-hero-visual {
    min-height: 480px;
    max-height: 60vh;
  }
  .darker-statement,
  .darker-feature,
  .darker-sound {
    grid-template-columns: 1fr;
  }
  .darker-feature-art {
    margin: 0 6vw;
    min-height: 390px;
  }
  .darker-feature-copy {
    padding: 70px 6vw 90px;
  }
}

/* The Darker Side — final hero artwork */
.darker-hero-visual {
  background: #070608 url("assets/darker-hero.png") center center / cover no-repeat;
}
.darker-hero-visual .light-slice,
.darker-hero-visual .shadow-form,
.darker-hero-visual .noise-line {
  display: none;
}
.darker-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,6,8,.04), rgba(7,6,8,0) 55%, rgba(7,6,8,.15));
  pointer-events: none;
}

/* The Darker Side — 01 / The Release artwork */
.darker-feature-art {
  background: #050405 url("assets/darker-release.png") center center / cover no-repeat;
}
.darker-feature-art::before,
.darker-feature-art::after {
  display: none;
}

/* The Ironic Side */
.ironic-page{background:#0b0a09}.ironic-hero{min-height:calc(100vh - 84px);display:grid;grid-template-columns:1.05fr .95fr;background:#0b0a09}.ironic-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:90px 7vw;position:relative;z-index:2}.ironic-hero-copy h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(54px,7vw,104px);line-height:.88;font-weight:500;letter-spacing:-3px;margin:0 0 38px}.ironic-intro{max-width:560px;color:var(--muted);font-size:18px;line-height:1.65;margin:0 0 30px}.ironic-hero-visual{position:relative;overflow:hidden;min-height:700px;background:radial-gradient(circle at 52% 45%,rgba(122,35,87,.16),transparent 24%),linear-gradient(145deg,#201c18,#0a0908 72%);border-left:1px solid rgba(222,190,151,.08)}.ironic-shadow{position:absolute;width:46%;height:72%;left:30%;top:15%;border-radius:48% 48% 15% 15%;background:rgba(0,0,0,.27);filter:blur(14px);transform:rotate(4deg)}.receipt{position:absolute;z-index:2;width:210px;padding:28px 22px;background:#d7c9ae;color:#27231f;font-family:"Courier New",monospace;font-size:11px;line-height:1.7;box-shadow:0 18px 45px rgba(0,0,0,.38)}.receipt span{font-size:8px;letter-spacing:1px}.receipt b{display:block;margin-top:14px;font-size:22px}.receipt-a{top:20%;left:17%;transform:rotate(-9deg)}.receipt-b{right:13%;bottom:19%;transform:rotate(7deg)}.coin{position:absolute;border-radius:50%;border:1px solid rgba(224,196,150,.34);background:radial-gradient(circle at 35% 30%,rgba(225,196,151,.22),rgba(80,52,39,.16) 55%,rgba(0,0,0,.22));box-shadow:inset 0 0 0 7px rgba(224,196,150,.06)}.coin-a{width:86px;height:86px;right:28%;top:31%}.coin-b{width:54px;height:54px;left:24%;bottom:28%}
.ironic-statement{display:grid;grid-template-columns:.65fr 1.35fr;gap:7vw;padding-top:135px;padding-bottom:135px;background:#12100e}.ironic-statement h2,.ironic-feature-copy h2,.ironic-sound h2{font-family:"Playfair Display",Georgia,serif;font-weight:500}.ironic-statement h2{font-size:clamp(48px,6vw,84px);line-height:.94;margin:0 0 40px}.ironic-statement .statement-copy{max-width:700px;margin:0 0 13px;color:var(--muted);font-size:18px;line-height:1.7}
.ironic-feature{display:grid;grid-template-columns:1fr 1fr;min-height:650px;align-items:stretch;background:#070706}.ironic-feature-art{margin:70px 0 70px 7vw;position:relative;overflow:hidden;background:linear-gradient(135deg,#29231d,#0c0b09 72%);border:1px solid rgba(225,207,186,.08)}.ironic-feature-art:before{content:"COULD BE WORSE";position:absolute;left:10%;top:24%;font-family:"Playfair Display",Georgia,serif;font-size:clamp(34px,5vw,70px);line-height:.9;color:rgba(215,198,170,.15);transform:rotate(-8deg)}.ironic-feature-art:after{content:"¯\\_(ツ)_/¯";position:absolute;right:11%;bottom:20%;font-size:28px;color:rgba(215,198,170,.28);transform:rotate(7deg)}.ironic-feature-art .feature-label{position:absolute;top:30px;left:32px;z-index:2}.ironic-feature-copy{padding:100px 9vw;display:flex;flex-direction:column;justify-content:center}.ironic-feature-copy h2{font-size:clamp(42px,5vw,70px);line-height:.98;margin:0 0 32px}.ironic-feature-copy p:not(.eyebrow){max-width:540px;color:var(--muted);font-size:18px;line-height:1.7}
.ironic-sound{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:end;background:#17130f}.ironic-sound h2{font-size:clamp(50px,6vw,84px);line-height:.9;margin:0}.ironic-sound-copy{max-width:610px;font-size:19px;line-height:1.7;color:var(--muted)}.ironic-closing{text-align:center;background:#d3c2a5;color:#211b17}.ironic-closing .eyebrow{color:#5e4e41}.ironic-closing h2{max-width:900px;margin:0 auto 25px}.ironic-closing p:last-child{font-size:19px;opacity:.88}
@media(max-width:900px){.ironic-hero{grid-template-columns:1fr}.ironic-hero-copy{padding:75px 6vw 70px}.ironic-hero-visual{min-height:480px;max-height:60vh}.ironic-statement,.ironic-feature,.ironic-sound{grid-template-columns:1fr}.ironic-feature-art{margin:0 6vw;min-height:390px}.ironic-feature-copy{padding:70px 6vw 90px}}

/* Selected artwork — The Ironic Side v2 */
.ironic-hero-visual{min-height:700px;background:#0b0a09;border-left:1px solid rgba(222,190,151,.08)}
.ironic-hero-visual img{width:100%;height:100%;min-height:700px;display:block;object-fit:cover;object-position:center}
.ironic-feature-art{background:#0b0a09}
.ironic-feature-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.ironic-feature-art:before,.ironic-feature-art:after{display:none}
.ironic-feature-art .feature-label{background:rgba(8,7,6,.48);padding:7px 10px;backdrop-filter:blur(3px)}
@media(max-width:900px){
  .ironic-hero-visual,.ironic-hero-visual img{min-height:480px}
  .ironic-feature-art{min-height:390px}
}

/* ABOUT PROJECT MW */
.about-hero{display:grid;grid-template-columns:38% 62%;min-height:72vh;background:#0a0909;color:#f0e6d8;overflow:hidden}
.about-hero-copy{padding:clamp(110px,13vw,190px) clamp(28px,6vw,90px) 70px;display:flex;flex-direction:column;justify-content:center}
.about-hero-copy h1{font-size:clamp(48px,6.5vw,100px);line-height:.92;letter-spacing:-.045em;margin:14px 0 26px}
.about-hero-copy>p:last-child{font-size:clamp(18px,2vw,26px);line-height:1.35;color:#b9a89b;max-width:420px}
.about-transition{min-height:72vh;position:relative;background:#111}
.about-transition img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.about-person{display:grid;grid-template-columns:44% 56%;gap:0}
.about-person-image{min-height:760px;overflow:hidden;background:#111}
.about-person-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.about-person-copy{padding:clamp(70px,8vw,130px) clamp(30px,7vw,110px);max-width:850px}
.about-person-copy h2,.about-section-heading h2,.about-sound h2{font-size:clamp(40px,4.5vw,72px);line-height:.98;letter-spacing:-.035em;margin:12px 0 36px}
.about-person-copy p,.about-creation-copy p,.about-sound-copy p{font-size:18px;line-height:1.7;color:#c9bdb2;max-width:700px}
.about-person-copy p{margin:0 0 24px}
.about-emphasis{color:#a66bc5!important;font-size:22px!important;line-height:1.35!important;text-transform:uppercase;letter-spacing:.03em}
.about-creation{display:grid;grid-template-columns:43% 57%;padding:clamp(75px,9vw,140px) clamp(30px,7vw,110px);gap:7vw}
.about-section-heading h2{max-width:620px}
.about-creation-copy{max-width:760px}
.about-creation-copy p{margin:0 0 28px}
.creation-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:45px 0;color:#a66bc5;font-size:12px;letter-spacing:.18em}
.creation-line i{font-style:normal;color:#7c687d;font-size:18px}
.about-sound{display:grid;grid-template-columns:43% 57%;padding:clamp(75px,9vw,140px) clamp(30px,7vw,110px);gap:7vw}
.about-sound-copy{max-width:760px}
.about-sound-copy p{margin:0 0 28px}
.about-closing{padding:clamp(90px,12vw,170px) clamp(30px,7vw,110px)}
.about-closing h2{font-size:clamp(48px,6vw,92px);line-height:.95;letter-spacing:-.04em;margin:15px 0 40px;max-width:1000px}
@media(max-width:900px){
.about-hero,.about-person,.about-creation,.about-sound{grid-template-columns:1fr}
.about-hero-copy{min-height:50vh}
.about-transition{min-height:52vw;max-height:520px}
.about-person-image{min-height:520px;max-height:700px}
.about-creation,.about-sound{gap:35px}
}
@media(max-width:600px){
.about-transition{min-height:65vw}
.about-person-image{min-height:430px}
.creation-line{gap:8px}
}

/* ABOUT V2 — separate character/person imagery, integrated with the existing site */
.about-hero{display:block;min-height:72vh;background:#0a0909;color:#f0e6d8;overflow:hidden}
.about-identity{display:grid;grid-template-columns:1fr 34% 1fr;min-height:72vh}
.identity-image{position:relative;min-height:72vh;overflow:hidden;background:#111}
.identity-image img{width:100%;height:100%;display:block;object-fit:cover}
.identity-ape img{object-position:center 25%}
.identity-mw img{object-position:center 30%}
.identity-center{z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:60px 32px;background:radial-gradient(circle at center,rgba(40,20,47,.9),rgba(10,9,9,.97) 72%)}
.identity-center h1{font-size:clamp(42px,4.7vw,76px);line-height:.92;letter-spacing:-.045em;margin:14px 0 28px}
.identity-center>p:last-child{font-size:clamp(16px,1.6vw,22px);line-height:1.35;color:#b9a89b;max-width:330px}
.identity-line{display:flex;align-items:center;gap:12px;color:#a66bc5;font-size:10px;letter-spacing:.16em;margin:0 0 28px;white-space:nowrap}
.identity-line i{font-style:normal;color:#746276;font-size:18px}
.about-teaser-image{display:grid!important;grid-template-columns:1fr 1fr;overflow:hidden}
.about-teaser-image img{width:100%;height:100%;object-fit:cover;min-width:0}
.about-teaser-image img:first-child{object-position:center 25%}
.about-teaser-image img:last-child{object-position:center 30%}
@media(max-width:900px){
.about-identity{grid-template-columns:1fr 1fr;min-height:auto}
.identity-center{grid-column:1 / -1;grid-row:1;padding:90px 25px;background:linear-gradient(to bottom,rgba(10,9,9,.18),rgba(10,9,9,.88))}
.identity-image{min-height:62vh}
.identity-ape{grid-column:1;grid-row:1}
.identity-mw{grid-column:2;grid-row:1}
.identity-center h1{margin-top:8px}
.identity-center .identity-line{margin-bottom:0}
.identity-center>p:last-child{display:none}
}
@media(max-width:600px){
.identity-image{min-height:55vh}
.identity-center h1{font-size:42px}
.identity-line{font-size:8px}
}

/* Keep the closing About statement together on desktop */
.about-closing h2{white-space:nowrap}
@media(max-width:900px){
.about-closing h2{white-space:normal}
}

/* About footer — match the horizontal spacing used elsewhere */
.about-page .footer{
  padding-left:clamp(30px,7vw,110px);
  padding-right:clamp(30px,7vw,110px);
}

/* Match footer side spacing across About, Darker and Ironic */
.darker-page .footer,
.ironic-page .footer{
  padding-left:clamp(30px,7vw,110px);
  padding-right:clamp(30px,7vw,110px);
}

.footer-contact{display:flex;flex-direction:column;gap:7px}
.footer-contact .eyebrow{margin-bottom:5px}
.footer-contact a{display:block}

/* Floating home control for inner pages */
.floating-home{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1000;
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(16,16,16,.72);
  color:inherit;
  text-decoration:none;
  overflow:hidden;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  transition:width .25s ease, background .25s ease, border-color .25s ease;
}
.floating-home-arrow{font-size:18px;line-height:1;flex:0 0 auto}
.floating-home-label{
  max-width:0;
  opacity:0;
  white-space:nowrap;
  overflow:hidden;
  font-size:10px;
  letter-spacing:.16em;
  transition:max-width .25s ease,opacity .2s ease;
}
.floating-home:hover,
.floating-home:focus-visible{
  width:92px;
  background:rgba(16,16,16,.9);
  border-color:rgba(255,255,255,.42);
}
.floating-home:hover .floating-home-label,
.floating-home:focus-visible .floating-home-label{
  max-width:45px;
  opacity:1;
}
@media (max-width:700px){
  .floating-home{right:16px;bottom:16px;width:44px;height:44px}
}

/* Final footer layout */
.site-footer .footer-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  align-items:center;
  gap:40px;
}
.site-footer .footer-brand-slot{
  justify-self:start;
}
.site-footer .footer-copyright{
  justify-self:center;
  text-align:center;
  white-space:nowrap;
}
.site-footer .footer-contact{
  justify-self:end;
  text-align:right;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:7px;
}
.site-footer .footer-contact .eyebrow{
  margin-bottom:5px;
}
@media (max-width:700px){
  .site-footer .footer-grid{
    grid-template-columns:1fr;
    gap:28px;
    text-align:center;
  }
  .site-footer .footer-brand-slot,
  .site-footer .footer-copyright,
  .site-footer .footer-contact{
    justify-self:center;
    align-items:center;
    text-align:center;
  }
}

/* Footer-only horizontal inset */
.site-footer {
  padding-left: clamp(24px, 5vw, 72px);
  padding-right: clamp(24px, 5vw, 72px);
  box-sizing: border-box;
}
.site-footer .footer-grid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width:700px) {
  .site-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Minimal monochrome social icons */
.site-header .social-links{
  display:flex;
  align-items:center;
  gap:14px;
}
.site-header .social-links a{
  display:inline-flex;
  width:18px;
  height:18px;
  align-items:center;
  justify-content:center;
  opacity:.72;
  transition:opacity .2s ease, transform .2s ease;
}
.site-header .social-links a:hover,
.site-header .social-links a:focus-visible{
  opacity:1;
  transform:translateY(-1px);
}
.site-header .social-links svg{
  width:17px;
  height:17px;
  display:block;
  fill:currentColor;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.site-header .social-links svg rect,
.site-header .social-links svg circle{
  fill:none;
}
.site-header .social-links svg .social-fill{
  fill:currentColor;
  stroke:none;
}
@media (max-width:700px){
  .site-header .social-links{gap:11px}
  .site-header .social-links a{width:17px;height:17px}
  .site-header .social-links svg{width:16px;height:16px}
}

/* Ensure social icons remain visible in the header */
.site-header .social-links a,
.site-header .social-links svg{
  color: var(--text, #f2eee7);
}
.site-header .social-links svg{
  fill: currentColor;
  stroke: currentColor;
}

/* Header social icons — final visible styling */
.site-header .socials{
  display:flex;
  align-items:center;
  gap:16px;
}
.site-header .socials a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  padding:0;
  color:var(--cream);
  opacity:.9;
  font-size:0;
  line-height:0;
  text-transform:none;
  letter-spacing:0;
  transition:color .2s ease, opacity .2s ease, transform .2s ease;
}
.site-header .socials a:hover,
.site-header .socials a:focus-visible{
  color:var(--purple-bright);
  opacity:1;
  transform:translateY(-1px);
}
.site-header .socials svg{
  display:block;
  width:18px;
  height:18px;
  fill:currentColor;
  stroke:currentColor;
  color:currentColor;
}
.site-header .socials svg rect,
.site-header .socials svg circle{
  fill:none;
}
.site-header .socials svg .social-fill{
  fill:currentColor;
  stroke:none;
}
@media (max-width:700px){
  .site-header .socials{gap:11px}
  .site-header .socials a{width:17px;height:17px}
  .site-header .socials svg{width:17px;height:17px}
}


/* =========================================================
   Project MW — v19 mobile correction
   Desktop styles above remain unchanged.
   ========================================================= */

@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .site-header > * {
    max-width: 100%;
  }

  .hero,
  .hero * {
    box-sizing: border-box;
  }
}

@media (max-width: 600px) {
  /* Cancel the desktop hero's fixed/minimum height on narrow screens. */
  .hero {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }

  .hero img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  /* Clickable artwork regions use the same 3:2 coordinate system. */
  .hero-link {
    position: absolute;
    z-index: 10;
    transform: none !important;
  }
}


/* =========================================================
   Project MW — v20 mobile header
   Keep only the two most important social shortcuts visible
   in the compact header; the rest remain available elsewhere.
   ========================================================= */

@media (max-width: 700px) {
  .site-header {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: visible;
  }

  .site-header .logo {
    flex: 0 0 auto;
    min-width: 0;
  }

  .site-header .menu-toggle {
    display: block;
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: 18px;
    white-space: nowrap;
  }

  .site-header .socials {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
    width: auto;
    max-width: none;
    overflow: visible;
  }

  .site-header .socials a {
    flex: 0 0 17px;
  }

  /* A narrow header cannot fit five icons beside the logo/menu.
     Keep Spotify + Instagram visible; all five remain available
     through the site's other social links/footer. */
  .site-header .socials a:nth-child(n+3) {
    display: none;
  }

  /* Menu opens as a full-width panel below the header. */
  .site-header .nav {
    box-sizing: border-box;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 380px) {
  .site-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-header .menu-toggle {
    margin-right: 14px;
  }

  .site-header .socials {
    gap: 9px;
  }
}
