*,
*::before,
*::after { box-sizing: border-box; }

:root {
  --bg: #080608;
  --bg-soft: #10090d;
  --wine: #5b111b;
  --wine-deep: #2b0910;
  --text: #f1e8e9;
  --muted: #b7a8ab;
  --line: rgba(255,255,255,.11);
  --accent: #b64a55;
  --accent-soft: #d9a3a8;
  --max: 1180px;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 80% 10%, rgba(112, 15, 28, .12), transparent 30rem),
    linear-gradient(180deg, #080608 0%, #0d080b 45%, #080608 100%);
  color: var(--text);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  letter-spacing: .01em;
}

body::selection { background: #7e2530; color: white; }

a { color: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 64px);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}

.site-header.scrolled {
  background: rgba(7, 5, 7, .78);
  border-color: rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}

.mini-brand,
.footer-brand {
  text-decoration: none;
  letter-spacing: .28em;
  font-size: .82rem;
  font-weight: 300;
  white-space: nowrap;
}

.mini-brand span,
.footer-brand span { color: var(--accent-soft); }

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(17px, 2.1vw, 34px);
}

.main-nav a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .17em;
  color: #d8ced0;
  font-size: .68rem;
  transition: color .25s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: var(--accent-soft);
  transition: width .25s ease;
}

.main-nav a:hover { color: white; }
.main-nav a:hover::after { width: 100%; }

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 9px;
}

.menu-toggle span {
  display: block;
  height: 1px;
  background: #eee;
  margin: 6px 0;
}

.section {
  position: relative;
  min-height: 80vh;
  padding: 120px 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero {
  min-height: 100svh;
  justify-content: center;
  text-align: center;
  padding-top: 110px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.3), transparent 25%, transparent 70%, rgba(89,10,22,.18)),
    radial-gradient(circle at center, transparent 0%, rgba(0,0,0,.45) 75%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .24;
  pointer-events: none;
}

.hero-glow-a {
  width: 420px;
  height: 420px;
  right: -100px;
  top: 18%;
  background: #7b1424;
}

.hero-glow-b {
  width: 280px;
  height: 280px;
  left: 10%;
  bottom: 0;
  background: #390d14;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1500px, 96vw);
}

.hero-logo {
  display: block;
  width: min(1500px, 96vw);
  max-height: 68vh;
  object-fit: contain;
  margin: 0 auto 10px;
  filter: contrast(1.03) brightness(1.02);
}

.eyebrow,
.section-kicker {
  text-transform: uppercase;
  letter-spacing: .34em;
  font-size: .68rem;
  color: var(--accent-soft);
}

.hero-copy {
  max-width: 650px;
  margin: 22px auto 34px;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .68rem;
  border-radius: 999px;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.button:hover { transform: translateY(-2px); }

.button-primary {
  background: linear-gradient(120deg, #7c2632, #a84350);
  box-shadow: 0 12px 45px rgba(142, 43, 56, .2);
}

.button-ghost {
  border: 1px solid rgba(230,176,183,.45);
  color: #f0dfe1;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: .58rem;
  color: #9f9395;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.scroll-cue .arrow { font-size: 1rem; }

.content-section,
.about-section,
.contact-section {
  border-top: 1px solid var(--line);
}

.section-inner {
  position: relative;
  z-index: 3;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.section-inner.narrow { width: min(820px, 100%); }

h1, h2 {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  letter-spacing: -.03em;
}

h2 { font-size: clamp(1.7rem, 3vw, 2.8rem); }

.lead {
  max-width: 850px;
  font-size: clamp(1.1rem, 2.1vw, 1.45rem);
  color: #d6cacc;
}

.section-inner p:not(.section-kicker):not(.lead) { color: var(--muted); }

.music-grid,
.video-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.card,
.video-placeholder {
  position: relative;
  min-height: 280px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),
    rgba(20, 10, 14, .45);
  padding: clamp(28px, 4vw, 46px);
  backdrop-filter: blur(10px);
}

.featured-card {
  background:
    radial-gradient(circle at 80% 20%, rgba(147, 34, 49, .16), transparent 45%),
    linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
}

.card-label {
  color: var(--accent-soft);
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: .62rem;
  margin-bottom: 70px;
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: #ead6d9;
  text-decoration: none;
  border-bottom: 1px solid rgba(234,214,217,.25);
}

.coming-soon {
  display: inline-block;
  margin-top: 18px;
  font-size: .8rem;
  color: #9f8e91;
}

.journey-section {
  min-height: 100vh;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(83, 11, 23, .22), transparent 30rem),
    linear-gradient(180deg, #090608 0%, #14080c 50%, #080608 100%);
}

.journey-backdrop {
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.5) 0 1px, transparent 1.5px),
    radial-gradient(circle at 65% 18%, rgba(255,255,255,.35) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 65%, rgba(255,255,255,.3) 0 1px, transparent 1.5px),
    radial-gradient(circle at 36% 73%, rgba(255,255,255,.25) 0 1px, transparent 1.5px);
  background-size: 190px 190px, 260px 260px, 230px 230px, 300px 300px;
}

.video-placeholder {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.play-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding-left: 4px;
  color: #d7b8bd;
}

.video-placeholder strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.video-placeholder small { color: var(--muted); margin-top: 4px; }

.about-section {
  min-height: 95vh;
  background: radial-gradient(circle at 100% 70%, rgba(109, 18, 31, .14), transparent 35rem);
}

.birth {
  color: #dfc8cb !important;
  letter-spacing: .06em;
}

.quote-lines {
  margin: 45px 0;
  padding-left: 26px;
  border-left: 1px solid rgba(211, 141, 151, .45);
  display: flex;
  flex-direction: column;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1.5;
}

.contact-section {
  min-height: 80vh;
  text-align: center;
}

.contact-actions { margin: 35px 0 55px; }

.brayk-connection {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  color: #a99b9d;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.brayk-connection a {
  color: #e7d3d6;
  text-decoration: none;
}

.site-footer {
  min-height: 150px;
  padding: 36px clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-top: 1px solid var(--line);
  color: #918589;
  font-size: .72rem;
}

.site-footer p { text-align: center; }

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.footer-links a {
  text-decoration: none;
  color: #a99da0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.legal-page {
  min-height: 100vh;
  padding: 130px 24px 80px;
}

.legal-page .section-inner { max-width: 800px; }
.legal-page h1 { font-size: clamp(2.5rem, 7vw, 4.5rem); }
.legal-note {
  padding: 18px 20px;
  border: 1px solid rgba(255,203,210,.2);
  background: rgba(93, 19, 30, .12);
  color: #d9c8ca;
}

@media (max-width: 820px) {
  .site-header { height: 66px; }

  .menu-toggle {
    display: block;
    cursor: pointer;
  }

  .main-nav {
    position: fixed;
    inset: 66px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    background: rgba(8, 5, 7, .97);
    border-bottom: 1px solid var(--line);
  }

  .main-nav.open { display: flex; }
  .main-nav a { font-size: .75rem; padding: 7px 0; }

  .section { padding: 95px 20px; }
  .hero { padding-top: 95px; }
  .hero-logo {
    width: 100vw;
    max-width: none;
    max-height: 52vh;
    margin-left: calc(50% - 50vw);
    object-fit: contain;
  }

  .music-grid,
  .video-grid { grid-template-columns: 1fr; }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer p { margin: 0; }
  .footer-links { justify-content: center; }
}

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


/* Naomi Red full-screen cinematic hero */
.hero.section {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0 !important;
  margin: 0;
  display: block;
  overflow: hidden;
  background: #050305;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, transparent 20%, transparent 80%, rgba(0,0,0,.25) 100%);
}

.hero-glow { display: none !important; }

.hero .hero-content {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100vw !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none;
}

.hero .hero-logo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  mix-blend-mode: normal !important;
  filter: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.hero .scroll-cue { display: none !important; }

@media (max-width: 820px) {
  .hero.section { padding: 0 !important; }
  .hero .hero-logo {
    width: 100vw !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

/* NAOMI RED — TRUE FULLSCREEN HERO */
#home.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  padding: 0 !important;
  margin: 0;
  display: block;
  overflow: hidden;
  background: #050305;
}

#home .hero-glow,
#home.hero::after {
  display: none !important;
}

#home .hero-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

#home .hero-logo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center;
  filter: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

/* navigation floats above the hero image */
.site-header { z-index: 50; }

@media (max-width: 820px) {
  #home.hero { height: 100svh; min-height: 100svh; padding: 0 !important; }
  #home .hero-logo {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 42% center;
  }
}


/* FINAL: Naomi image is the full-screen HOME background, not an <img> */
#home.hero.section {
  position: relative !important;
  width: 100% !important;
  height: 100vh !important;
  height: 100svh !important;
  min-height: 100vh !important;
  min-height: 100svh !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  background: #050305 url("assets/naomi-red-hero.jpg") center center / cover no-repeat !important;
}
#home.hero::after,
#home .hero-glow,
#home .hero-content,
#home .hero-logo {
  display: none !important;
}
@media (max-width: 820px) {
  #home.hero.section {
    background-position: 42% center !important;
  }
}
