:root {
  --orange: #ff6a00;
  --black: #000;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.74);
  --line: rgba(255, 255, 255, 0.18);
  color: var(--white);
  background: #000;
  font-family: Inter, Manrope, Satoshi, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

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

.icon-sprite,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-frame {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 520px;
  overflow: hidden;
  border-radius: 0;
  background: #000;
  box-shadow: 0 46px 130px rgba(0, 0, 0, 0.76);
}

main,
.hero {
  height: 100%;
}

.hero {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  isolation: isolate;
}

.hero-portrait {
  position: absolute;
  z-index: 0;
  top: 35%;
  left: 25%;
  width: min(48vw, 650px);
  height: min(76svh, 680px);
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 1;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse at 46% 50%, #000 0 60%, rgba(0, 0, 0, 0.88) 70%, transparent 88%);
  mask-image: radial-gradient(ellipse at 46% 50%, #000 0 60%, rgba(0, 0, 0, 0.88) 70%, transparent 88%);
}

.hero-portrait::before,
.hero-portrait::after {
  display: none;
}
.hero-portrait img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.56;
  mix-blend-mode: screen;
  filter: contrast(1.16) saturate(1.12) brightness(0.92);
  -webkit-mask-image: linear-gradient(180deg, #000 0 34%, rgba(0, 0, 0, 0.72) 46%, rgba(0, 0, 0, 0.34) 58%, rgba(0, 0, 0, 0.12) 70%, rgba(0, 0, 0, 0.03) 82%, transparent 92%);
  mask-image: linear-gradient(180deg, #000 0 34%, rgba(0, 0, 0, 0.72) 46%, rgba(0, 0, 0, 0.34) 58%, rgba(0, 0, 0, 0.12) 70%, rgba(0, 0, 0, 0.03) 82%, transparent 92%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

.hero-layout::before {
  position: absolute;
  top: clamp(28px, 5svh, 58px);
  bottom: clamp(28px, 5svh, 58px);
  left: 50%;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--line), transparent);
}

.hero-content,
.hero-spotify {
  min-width: 0;
  padding: clamp(28px, 5vw, 72px);
}

.hero-content {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: clamp(12px, 2.2svh, 20px);
  text-align: center;
  padding-bottom: clamp(28px, 5vw, 72px);
}

.hero-spotify {
  display: grid;
  place-content: center;
  padding-inline: clamp(24px, 3.2vw, 56px);
}

.hero h1 {
  width: min(100%, 620px);
  margin: 0;
}

.wordmark-wide {
  width: min(100%, 620px);
  filter:
    drop-shadow(0 8px 0 rgba(255, 255, 255, 0.055))
    drop-shadow(0 20px 36px rgba(0, 0, 0, 0.9));
}

.wordmark-stacked {
  display: none;
}

.hero-subtitle {
  width: min(100%, 620px);
  margin: 0;
  color: var(--white);
  font-size: clamp(16px, 1.9vw, 23px);
  line-height: 1.22;
  text-align: center;
}

.signal-mark {
  display: flex;
  width: 48px;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: var(--orange);
}

.signal-mark::before,
.signal-mark::after {
  width: 8px;
  height: 1px;
  content: "";
  background: currentColor;
}

.signal-mark span {
  display: block;
  width: 2px;
  border-radius: 999px;
  background: currentColor;
}

.signal-mark span:nth-child(1),
.signal-mark span:nth-child(5) {
  height: 6px;
}

.signal-mark span:nth-child(2),
.signal-mark span:nth-child(4) {
  height: 12px;
}

.signal-mark span:nth-child(3) {
  height: 18px;
}

.service-strip {
  display: flex;
  max-width: 640px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.service-item {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

.service-item svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--orange);
}

.service-item span {
  font-size: clamp(10px, 0.9vw, 12px);
  line-height: 1;
  text-transform: uppercase;
}

.spotify-embed {
  display: block;
  width: 580px;
  max-width: 100%;
  height: min(500px, 66svh);
  min-height: 420px;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #111;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.56);
}

.hero-bottom {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: clamp(10px, 1.8svh, 16px);
  padding: 0 clamp(18px, 4vw, 42px) clamp(28px, 4.8svh, 46px);
  text-align: center;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.social-links a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  color: var(--white);
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease;
}

.social-links a:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-2px);
}

.social-links svg {
  width: 19px;
  height: 19px;
}
svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (max-width: 760px) {
  body {
    padding: 0;
  }

  .site-frame {
    height: 100svh;
    min-height: 0;
    border-radius: 0;
  }

  .hero-portrait {
    top: 25%;
    left: 50%;
    width: min(92vw, 460px);
    height: min(44svh, 360px);
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  .hero-portrait img {
    opacity: 0.36;
  }

  .hero-layout {
    grid-template-rows: minmax(0, 0.82fr) minmax(230px, 1fr);
    grid-template-columns: 1fr;
  }

  .hero-layout::before {
    top: 50%;
    right: 18px;
    bottom: auto;
    left: 18px;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--line), transparent);
  }

  .hero-content,
  .hero-spotify {
    padding: clamp(18px, 5vw, 26px);
  }

  .hero-spotify {
    padding-bottom: clamp(18px, 5vw, 26px);
  }

  .hero-content {
    justify-items: center;
    text-align: center;
  }

  .wordmark-wide {
    display: none;
  }

  .wordmark-stacked {
    display: block;
    width: min(78vw, 330px);

  }

  .hero-subtitle {
    width: min(78vw, 330px);
    font-size: 14px;
  }

  .service-strip {
    justify-content: center;
    gap: 6px;
  }

  .service-item {
    min-height: 26px;
    gap: 6px;
    padding: 6px 8px;
  }

  .service-item svg {
    width: 15px;
    height: 15px;
  }

  .service-item span {
    font-size: 9px;
  }
  .hero-bottom {
    gap: 8px;
    padding: 0 12px 20px;
  }

  .social-links {
    gap: 9px;
  }

  .social-links a {
    width: 34px;
    height: 34px;
  }

  .spotify-embed {
    height: min(460px, 52svh);
    min-height: 350px;
  }
}

@media (max-width: 390px) {
  .service-item span {
    font-size: 8px;
  }

  .service-item {
    padding: 5px 7px;
  }

  .spotify-embed {
    min-height: 320px;
  }
}
