@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Syncopate:wght@400;700&display=swap");

:root {
  --bg: #0d0d0c;
  --bg-soft: #151513;
  --panel: #1d1c19;
  --text: #fff7ea;
  --muted: #c7bdae;
  --dim: #8f887c;
  --orange: #fda543;
  --wine: #a80548;
  --line: rgba(255, 247, 234, 0.16);
  --line-soft: rgba(255, 247, 234, 0.09);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --display: "Syncopate", "Manrope", Arial, sans-serif;
  --sans: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}

.skip {
  position: absolute;
  left: 20px;
  top: -100px;
  z-index: 20;
  background: var(--orange);
  color: #111;
  padding: 12px 16px;
}

.skip:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 18px max(5vw, 28px);
  border-bottom: 1px solid var(--line);
  background: rgba(13, 13, 12, 0.9);
  backdrop-filter: blur(18px);
}

.brand img {
  width: clamp(190px, 24vw, 360px);
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

nav a:hover,
.text-link:hover {
  color: var(--orange);
}

.nav-contact {
  background: var(--orange);
  color: #111;
  padding: 10px 18px;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: calc(100svh - 82px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-media {
  position: absolute;
  inset: 0;
  background: #070707;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 38%;
  opacity: 0.94;
}


.hero-media-live img {
  object-position: 62% 42%;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 13, 12, 0.96) 0%, rgba(13, 13, 12, 0.82) 35%, rgba(13, 13, 12, 0.2) 72%),
    linear-gradient(0deg, rgba(13, 13, 12, 0.9) 0%, rgba(13, 13, 12, 0.05) 58%);
}

.hero-copy {
  position: relative;
  width: min(700px, 88vw);
  padding: 72px max(5vw, 28px) 70px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 860px;
  font-family: var(--display);
  font-size: clamp(64px, 9vw, 132px);
  font-weight: 700;
  line-height: 1;
}

.hero-title-logo {
  width: min(540px, 88vw);
  height: auto;
}

h2 {
  font-family: var(--display);
  font-size: clamp(28px, 4.2vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

h3 {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
  text-transform: uppercase;
}

.intro {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--text);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 600;
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.primary {
  border-color: var(--orange);
  background: var(--orange);
  color: #111;
}

.primary:hover {
  background: #ffc06e;
}

.secondary {
  background: rgba(255, 247, 234, 0.08);
  color: var(--text);
}

.secondary:hover {
  border-color: var(--orange);
}

.hero-signature {
  max-width: 680px;
  margin: 32px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

.conversion-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  gap: 76px;
  padding: 105px max(5vw, 28px);
  background:
    radial-gradient(circle at 8% 20%, rgba(168, 5, 72, 0.36), transparent 30%),
    linear-gradient(135deg, rgba(253, 165, 67, 0.1), transparent 48%),
    var(--bg-soft);
  border-bottom: 1px solid var(--line);
}

.section-lead {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 19px;
  font-weight: 600;
}

.benefits {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.benefits li {
  position: relative;
  padding: 30px 0 30px 42px;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-size: 17px;
}

.benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(253, 165, 67, 0.12);
}

.benefits strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.22;
  text-transform: uppercase;
}

.benefits span {
  display: block;
  max-width: 780px;
}

.experience-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(360px, 1fr);
  gap: 80px;
  align-items: start;
  padding: 92px max(5vw, 28px);
  background: #0a0a09;
  border-bottom: 1px solid var(--line);
}

.experience-panel h2 {
  max-width: 720px;
}

.experience-copy {
  position: sticky;
  top: 130px;
}

.experience-text {
  display: grid;
  gap: 28px;
}

.experience-text p {
  margin: 0;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: clamp(21px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1.35;
}

.section {
  padding: 92px max(5vw, 28px);
}

.section-heading {
  max-width: 760px;
  margin: 0 0 42px;
}

.section-heading p:not(.eyebrow),
.section-lead,
.split p,
.contact p {
  color: var(--muted);
}

.compact {
  max-width: 620px;
}

.proof {
  background: var(--bg);
}

.videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.video {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: #030303;
  overflow: hidden;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-play {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: #030303;
  cursor: pointer;
}

.video-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.video-play:hover img {
  transform: scale(1.03);
  opacity: 1;
}

.play-symbol {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding-left: 3px;
  border-radius: 50%;
  background: var(--orange);
  color: #111;
  font-size: 18px;
  transform: translate(-50%, -50%);
}

.video h3,
.video p,
.video .text-link {
  margin-left: 20px;
  margin-right: 20px;
}

.video h3 {
  margin-top: 22px;
  font-size: 22px;
}

.video p {
  margin-bottom: 16px;
  font-size: 14px;
}

.text-link {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: 64px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(253, 165, 67, 0.11), transparent 45%),
    var(--bg-soft);
}

.portrait-card {
  margin: 0;
}

.portrait-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 52% 34%;
  box-shadow: var(--shadow);
}

.portrait-card figcaption {
  margin-top: 12px;
  color: var(--dim);
  font-size: 13px;
}

.split p {
  max-width: 720px;
  font-size: 17px;
}

.spotify-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: stretch;
}

.spotify-card {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 28px;
  box-shadow: var(--shadow);
}

.spotify-card-main {
  background:
    linear-gradient(135deg, rgba(253, 165, 67, 0.12), transparent 42%),
    var(--panel);
}

.spotify-card p:not(.eyebrow) {
  color: var(--muted);
}

.spotify-embed-shell {
  min-height: 172px;
  margin-top: 24px;
  padding: 28px;
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  background:
    radial-gradient(circle at 22% 10%, rgba(253, 165, 67, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(168, 5, 72, 0.22), rgba(8, 8, 8, 0.88)),
    #080808;
  display: grid;
  align-content: center;
  gap: 10px;
}

.spotify-embed-shell span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.spotify-embed-shell strong {
  max-width: 360px;
  color: var(--text);
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.16;
  text-transform: uppercase;
}

.spotify-embed-shell p {
  max-width: 420px;
  color: var(--muted);
}

.spotify-player-toggle {
  margin-top: 14px;
  border-top: 1px solid var(--line-soft);
  padding-top: 14px;
}

.spotify-player-toggle summary {
  width: fit-content;
  cursor: pointer;
  color: var(--orange);
  font-weight: 800;
  letter-spacing: 0.04em;
  list-style: none;
}

.spotify-player-toggle summary::-webkit-details-marker {
  display: none;
}

.spotify-player-toggle summary::after {
  content: " +";
}

.spotify-player-toggle[open] summary::after {
  content: " –";
}

.spotify-player {
  width: 100%;
  height: 188px;
  margin-top: 14px;
  border: 0;
  display: block;
  border-radius: 12px;
  background: #080808;
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.photo-strip img {
  width: 100%;
  height: min(520px, 42vw);
  object-fit: cover;
  object-position: 50% 28%;
}

.contact {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding: 86px max(5vw, 28px);
  background: var(--orange);
  color: #111;
}

.contact .eyebrow,
.contact p {
  color: #38220b;
}

.contact h2 {
  max-width: 800px;
}

.contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  overflow-wrap: anywhere;
  font-weight: 800;
}

.contact-links .primary {
  background: #111;
  color: var(--text);
  border-color: #111;
}

.contact-links a:not(.button):hover {
  text-decoration: underline;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px max(5vw, 28px);
  color: var(--muted);
  font-size: 13px;
  border-top: 1px solid var(--line);
}

footer img {
  width: min(260px, 55vw);
}

@media (max-width: 1060px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    flex-wrap: wrap;
    gap: 16px 22px;
  }

  .conversion-band,
  .experience-panel,
  .split,
  .contact {
    grid-template-columns: 1fr;
  }

  .experience-copy {
    position: static;
  }

  .videos,
  .spotify-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 150px;
  }

  .site-header {
    padding: 16px 20px;
  }

  .brand img {
    width: min(300px, 82vw);
  }

  nav {
    font-size: 13px;
  }

  .nav-contact {
    padding: 0;
    background: transparent;
    color: var(--orange);
  }

  .hero {
    min-height: 760px;
    align-items: end;
  }

  .hero-media img {
    object-position: 62% 25%;
  }

  .hero-media::after {
    background:
      linear-gradient(0deg, rgba(13, 13, 12, 0.98) 0%, rgba(13, 13, 12, 0.78) 50%, rgba(13, 13, 12, 0.1) 100%),
      linear-gradient(90deg, rgba(13, 13, 12, 0.38), transparent 70%);
  }

  .hero-copy {
    padding: 42px 20px 34px;
  }

  h1 {
    font-size: clamp(56px, 17vw, 86px);
  }

  h2 {
    font-size: clamp(26px, 8vw, 40px);
  }

  .intro {
    font-size: 17px;
  }

  .videos,
  .spotify-layout,
  .photo-strip {
    grid-template-columns: 1fr;
  }

  .conversion-band,
  .experience-panel,
  .section,
  .contact {
    padding: 58px 20px;
  }

  .benefits li {
    padding: 24px 0 24px 34px;
  }

  .benefits li::before {
    top: 33px;
  }

  .split {
    gap: 36px;
  }

  .photo-strip img {
    height: 440px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}
