:root {
  --black: #050505;
  --charcoal: #101010;
  --ink: #18110f;
  --white: #fff8f9;
  --muted: #d8c9c0;
  --pink: #ff4ca3;
  --soft-pink: #ffb3d8;
  --leather: #a66a37;
  --brass: #d6a84f;
  --line: rgba(255, 248, 249, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 76, 163, 0.08), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(214, 168, 79, 0.16), transparent 22rem),
    var(--black);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  min-height: auto;
  padding: 20px;
}

.nav {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(1120px, calc(100% - 32px));
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.72);
  padding: 0 18px 0 22px;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--soft-pink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 8px;
}

.nav-links a {
  border-radius: 999px;
  color: rgba(255, 248, 249, 0.84);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links a:hover {
  background: rgba(255, 76, 163, 0.16);
  color: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 40px);
  align-items: end;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #080808;
}

.hero::after {
  content: none;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero.image-only {
  min-height: auto;
  aspect-ratio: 2903 / 1632;
  margin-top: 78px;
}

.hero.image-only .hero-image {
  position: static;
  height: auto;
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--soft-pink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 28px;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(3.3rem, 9vw, 8.6rem);
  font-weight: 400;
  line-height: 0.92;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 22px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-weight: 600;
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1.08rem;
  line-height: 1.2;
}

.nav-links {
  align-items: center;
}

.split-section,
.music-section,
.contact-section,
.footer {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding: clamp(30px, 5vw, 64px) 0 clamp(72px, 10vw, 132px);
}

.portrait-single img,
.contact-section img {
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.portrait-single img {
  aspect-ratio: 4 / 5;
  width: 100%;
  height: 100%;
}

.section-copy p,
.music-copy p,
.contact-card p {
  max-width: 64ch;
  color: var(--muted);
  font-size: 1.04rem;
}

.music-section {
  padding: 76px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.music-copy {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 36px;
}

.music-copy h2 {
  max-width: 900px;
}

.video-card {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 179, 216, 0.34);
  border-radius: 8px;
  background: #000;
  box-shadow: 0 24px 70px rgba(255, 76, 163, 0.14);
  text-decoration: none;
}

.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  transition: transform 240ms ease, opacity 240ms ease;
}

.video-card:hover img {
  opacity: 0.9;
  transform: scale(1.02);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(72px, 10vw, 112px);
  height: clamp(72px, 10vw, 112px);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--pink);
  box-shadow: 0 0 44px rgba(255, 76, 163, 0.52);
}

.play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #12050b;
}

.video-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 248, 249, 0.24);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.72);
  color: var(--white);
  font-weight: 900;
  padding: 10px 16px;
  backdrop-filter: blur(14px);
}

.contact-section {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: stretch;
  padding-bottom: 34px;
}

.contact-section img {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(255, 76, 163, 0.16), transparent 42%),
    rgba(255, 248, 249, 0.07);
  padding: clamp(28px, 6vw, 68px);
}

.email-link {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  overflow-wrap: anywhere;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: clamp(0.78rem, 2.8vw, 0.98rem);
  font-weight: 900;
  line-height: 1.15;
  padding: 0 18px;
  text-decoration: none;
}

.footer {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--soft-pink);
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-weight: 600;
}

.footer img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

@media (max-width: 860px) {
  .site-header {
    min-height: auto;
    padding: 12px;
  }

  .nav {
    position: absolute;
    top: 12px;
    flex-direction: row;
    align-items: center;
    width: calc(100% - 24px);
    border-radius: 8px;
    padding: 8px 10px;
  }

  .nav-links {
    gap: 0;
  }

  .nav-links a {
    font-size: 0.68rem;
    padding: 8px 7px;
  }

  .brand span {
    display: none;
  }

  .hero {
    min-height: auto;
    border-radius: 14px;
  }

  .hero::after {
    content: none;
  }

  .hero.image-only {
    margin-top: 86px;
  }

  .split-section,
  .music-copy,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .split-section {
    padding: 32px 0 72px;
  }

  .music-section {
    padding: 62px 0;
  }
}

@media (max-width: 560px) {
  .nav {
    gap: 6px;
  }

  .nav-links {
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
  }

  .nav-links a {
    font-size: 0.62rem;
    padding: 7px 5px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .email-link {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    font-size: 0.72rem;
    padding: 0 10px;
  }

  .footer {
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

}
