:root {
  --bg: #0b0909;
  --panel: #151111;
  --panel-2: #201717;
  --text: #f7f1e8;
  --muted: #c2b6ab;
  --gold: #c8a96b;
  --wine: #5c1f2b;
  --line: rgba(255,255,255,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 5vw;
  background: linear-gradient(to bottom, rgba(7,6,6,.88), rgba(7,6,6,.28), transparent);
  backdrop-filter: blur(5px);
}
.logo, .footer-logo {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: .18em;
}
.logo { font-size: 1.6rem; }
.nav { display: flex; gap: 28px; font-size: .86rem; }
.nav a { color: #e8ddd3; }
.nav a:hover { color: var(--gold); }
.menu-toggle { display: none; background: none; border: 0; color: white; font-size: 1.5rem; }


.hero::after {
  content: "CERT";
  position: absolute;
  right: -1vw;
  bottom: -12vh;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(13rem, 32vw, 34rem);
  font-weight: 700;
  color: rgba(255,255,255,.025);
  line-height: 1;
}

.eyebrow { letter-spacing: .22em; font-size: .75rem; color: var(--gold); font-weight: 600; }
h1, h2, h3, h4 { font-family: "Cormorant Garamond", serif; margin-top: 0; }
h1 { font-size: clamp(5rem, 14vw, 11rem); line-height: .78; margin-bottom: 30px; letter-spacing: .04em; }
h2 { font-size: clamp(3rem, 7vw, 5.8rem); line-height: .95; margin-bottom: 24px; }
h3 { font-size: 2rem; margin-bottom: 10px; }
h4 { font-size: 1.35rem; margin: 0; }
.hero-copy { max-width: 650px; font-size: clamp(1.15rem, 2vw, 1.5rem); color: #d8cdc4; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  cursor: pointer;
  transition: .25s ease;
}
.btn-primary { background: var(--gold); color: #15100a; font-weight: 700; }
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn-ghost:hover { background: rgba(200,169,107,.1); }
.scroll-cue { position: absolute; bottom: 24px; left: 8vw; color: #988c83; font-size: .76rem; }

.section { padding: 110px 8vw; }
.section-heading { max-width: 900px; margin-bottom: 58px; }

.story-grid, .booking-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(35px, 7vw, 100px);
  align-items: center;
}
.portrait-card {
  border: 1px solid var(--line);
  padding: 14px;
  background: #100d0d;
}
.portrait-placeholder {
  min-height: 580px;
  display: grid;
  place-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 60% 30%, rgba(200,169,107,.2), transparent 25%),
    linear-gradient(145deg, #2a1a1f, #0d0a0b 70%);
  letter-spacing: .15em;
}
.portrait-placeholder small { display: block; color: #9c9188; letter-spacing: normal; margin-top: 10px; }
.story-copy .lead { font-family: "Cormorant Garamond", serif; font-size: 2rem; line-height: 1.25; }
.story-copy p:not(.lead) { color: var(--muted); }
.quote { border-left: 2px solid var(--gold); padding-left: 20px; margin-top: 30px; font-family: "Cormorant Garamond", serif; font-size: 1.5rem; color: #e8dcc9; }

.music { background: #0f0c0c; }
.featured-release {
  display: grid;
  grid-template-columns: minmax(240px, 420px) 1fr;
  gap: 50px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--panel);
}
.cover-placeholder {
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  letter-spacing: .1em;
  background:
    linear-gradient(135deg, rgba(94,28,43,.9), rgba(13,11,11,.9)),
    #31121a;
}
.stream-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.stream-links a {
  padding: 9px 14px;
  border: 1px solid var(--line);
  color: #d7c9bd;
}
.stream-links a:hover { border-color: var(--gold); color: var(--gold); }
.tracks { margin-top: 28px; }
.track-card {
  display: grid;
  grid-template-columns: 48px 1fr 46px;
  align-items: center;
  gap: 14px;
  padding: 22px 6px;
  border-bottom: 1px solid var(--line);
}
.track-card > span { color: var(--gold); font-size: .8rem; }
.track-card p { margin: 0; color: #8f837b; font-size: .84rem; }
.play-demo {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
  cursor: pointer;
}

.visual-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-auto-rows: 280px;
  gap: 16px;
}
.visual-card {
  display: flex;
  align-items: flex-end;
  padding: 22px;
  min-height: 260px;
  border: 1px solid var(--line);
  background:
    linear-gradient(to top, rgba(0,0,0,.8), transparent),
    linear-gradient(145deg, #2d161d, #0c090a);
  letter-spacing: .12em;
  font-size: .78rem;
}
.visual-card.large { grid-row: span 2; }
.visual-card:nth-child(2) { background: linear-gradient(to top, rgba(0,0,0,.8), transparent), linear-gradient(145deg, #30261d, #0b0908); }
.visual-card:nth-child(3) { background: linear-gradient(to top, rgba(0,0,0,.8), transparent), linear-gradient(145deg, #1d1a2e, #08080b); }
.visual-card:nth-child(4) { background: linear-gradient(to top, rgba(0,0,0,.8), transparent), linear-gradient(145deg, #1b2926, #080a09); }

.timeline-section { background: #0d0a0a; }
.timeline { border-top: 1px solid var(--line); }
.timeline-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.timeline-item > span { color: var(--gold); }
.timeline-item p { color: var(--muted); max-width: 700px; }

.community { padding-top: 70px; padding-bottom: 70px; }
.community-card {
  text-align: center;
  max-width: 1050px;
  margin: auto;
  padding: 80px max(25px, 7vw);
  border: 1px solid rgba(200,169,107,.35);
  background:
    radial-gradient(circle at center, rgba(92,31,43,.4), transparent 45%),
    #120e0f;
}
.community-card > p { max-width: 720px; margin-left: auto; margin-right: auto; color: #cbbfb6; }
.fan-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  margin-top: 34px;
}
.fan-form input {
  min-height: 50px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  color: white;
  padding: 0 16px;
  outline: none;
}
.fan-form input:focus { border-color: var(--gold); }
.form-note { min-height: 24px; color: var(--gold) !important; }

.booking { background: #f0e7db; color: #1c1511; }
.booking .eyebrow { color: #6c332d; }
.booking p { color: #584d45; }
.contact-card {
  background: #fffaf3;
  padding: 36px;
  box-shadow: 0 18px 60px rgba(30,20,15,.12);
}
.contact-card a { border-bottom: 1px solid rgba(0,0,0,.2); }
.contact-card .btn { border-bottom: 0; }
.full { width: 100%; margin-top: 15px; }

footer {
  text-align: center;
  padding: 55px 20px;
  border-top: 1px solid var(--line);
  color: #8e837b;
}
.footer-logo { color: white; font-size: 2.5rem; margin-bottom: 10px; }

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

@media (max-width: 900px) {
  .nav {
    display: none;
    position: absolute;
    top: 65px;
    right: 5vw;
    flex-direction: column;
    padding: 24px;
    background: #120f0f;
    border: 1px solid var(--line);
  }
  .nav.open { display: flex; }
  .menu-toggle { display: block; }
  .story-grid, .booking-grid, .featured-release { grid-template-columns: 1fr; }
  .portrait-placeholder { min-height: 440px; }
  .visual-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
  .visual-card.large { grid-column: span 2; grid-row: span 1; }
  .fan-form { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .section { padding: 85px 6vw; }
  
  .hero-actions { flex-direction: column; align-items: stretch; }
  .visual-grid { grid-template-columns: 1fr; }
  .visual-card.large { grid-column: span 1; }
  .timeline-item { grid-template-columns: 45px 1fr; }
}

/* Cert photography + Spotify update */
.hero-media {
  position: absolute;
  inset: 0;
  background-image: url('visual-3.jpg');
  background-size: cover;
  background-position: 50% 50%;
  filter: saturate(.92) contrast(1.04);
  transform: scale(1.015);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4,3,3,.80) 0%, rgba(4,3,3,.52) 34%, rgba(4,3,3,.18) 66%, rgba(4,3,3,.12) 100%),
    linear-gradient(0deg, rgba(4,3,3,.54) 0%, transparent 42%);
}
.story-photo {
  display: block;
  width: 100%;
  min-height: 580px;
  max-height: 720px;
  object-fit: cover;
  object-position: center 25%;
}
.album-feature {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) 1.28fr;
  gap: 48px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(92,31,43,.22), rgba(21,17,17,.95));
}
.album-copy p:not(.eyebrow) { color: var(--muted); max-width: 520px; }
.spotify-shell {
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 20px 55px rgba(0,0,0,.24);
}
.spotify-shell iframe { display: block; }
.singles-heading { margin: 64px 0 22px; }
.singles-heading h3 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.singles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.photo-gallery .visual-card {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #111;
}
.photo-gallery .visual-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.72), transparent 45%);
  pointer-events: none;
}
.photo-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s ease, filter .55s ease;
}
.photo-gallery figure:hover img { transform: scale(1.035); filter: brightness(1.06); }
.photo-gallery figcaption {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 18px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .72rem;
  color: #f3e8db;
}
.photo-gallery .photo-1 img { object-position: 50% 30%; }
.photo-gallery .photo-2 img { object-position: 50% 35%; }
.photo-gallery .photo-3 img { object-position: 55% 50%; }
.photo-gallery .photo-4 img { object-position: 50% 22%; }
.photo-gallery .photo-5 img { object-position: 50% 25%; }

@media (max-width: 900px) {
  .hero-media { background-position: 58% 25%; }
  .album-feature { grid-template-columns: 1fr; }
  .singles-grid { grid-template-columns: 1fr; }
  .story-photo { min-height: 440px; }
}
@media (max-width: 580px) {
  
  .hero-media { background-position: 58% center; }
  .album-feature { padding: 18px; }
}


.timbaland-feature {
  background:
    radial-gradient(circle at 15% 15%, rgba(200,169,107,.12), transparent 28%),
    linear-gradient(180deg, #0b0909, #120d0e);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.feature-intro { max-width: 760px; color: var(--muted); font-size: 1.05rem; }
.collab-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(200,169,107,.35);
  background: #050505;
  box-shadow: 0 28px 80px rgba(0,0,0,.38);
}
.video-frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.collab-copy p:not(.eyebrow) { color: var(--muted); }
.collab-copy .btn { margin-top: 18px; }
@media (max-width: 900px) {
  .collab-grid { grid-template-columns: 1fr; }
}


.live-performance-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, .7fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 42px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
}
.live-performance-copy p:not(.eyebrow) { color: var(--muted); }
.live-performance-copy .btn { margin-top: 12px; }
@media (max-width: 900px) {
  .live-performance-feature { grid-template-columns: 1fr; }
}


/* Updated main hero background */









@media (max-width: 700px) {
  
  
}

/* Main title/landing background */
.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: center;
  padding: 130px 8vw 80px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4,3,3,.70) 0%, rgba(4,3,3,.42) 42%, rgba(4,3,3,.12) 72%, rgba(4,3,3,.20) 100%),
    url("hero-main.jpg") center center / cover no-repeat !important;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0;
  border: 0;
  background: transparent;
}
@media (max-width: 700px) {
  .hero {
    background-position: 58% center !important;
  }
}

/* Final hero presentation — red photo + title treatment */
.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: center;
  padding: 130px 7vw 80px;
  overflow: hidden;
  background: #080606 !important;
}
.hero-media {
  background-image: url("visual-3.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  filter: saturate(1.08) contrast(1.08) brightness(.92);
  transform: scale(1.01);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 0;
  border: 0;
  background: transparent;
}
.hero h1 {
  margin: 8px 0 20px;
  font-size: clamp(6.5rem, 16vw, 12rem);
  line-height: .78;
  letter-spacing: .015em;
  color: #fff;
  text-shadow: 0 6px 30px rgba(0,0,0,.38);
}
.hero .eyebrow {
  color: #fff;
  letter-spacing: .32em;
  font-size: clamp(.76rem, 1.1vw, 1rem);
}
.hero-copy {
  max-width: 560px;
  color: rgba(255,255,255,.88);
}
.hero .btn-primary {
  background: #b80e0e;
  border-color: #d41b1b;
  color: #fff;
}
.hero .btn-ghost {
  border-color: rgba(255,255,255,.72);
  color: #fff;
}
@media (max-width: 700px) {
  .hero {
    padding: 115px 6vw 65px;
  }
  .hero-media {
    background-position: 62% center !important;
  }
  .hero h1 {
    font-size: clamp(5rem, 28vw, 8rem);
  }
}


/* Listen Now button matched to the warm copper/amber tones in the hero image */
.hero .btn-primary {
  background: #9E5A16 !important;
  border-color: #C47A24 !important;
  color: #FFF7ED !important;
}
.hero .btn-primary:hover {
  background: #B86B1E !important;
  border-color: #D58A31 !important;
}

/* Lighter warm amber version of the Listen Now button */
.hero .btn-primary {
  background: #D79A4A !important;
  border-color: #E8B86C !important;
  color: #1A0E05 !important;
}
.hero .btn-primary:hover {
  background: #E4AE62 !important;
  border-color: #F0C982 !important;
}
