:root {
  --background: oklch(0.04 0 0);
  --foreground: oklch(0.98 0 0);
  --deepblue: oklch(0.18 0.11 260);
  --deepblue-glow: oklch(0.3 0.16 262);
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-sans: Inter, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

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

img,
svg {
  display: block;
}

.font-display {
  font-family: var(--font-display);
  letter-spacing: 0.01em;
}

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

.chrome-text {
  background: linear-gradient(180deg, oklch(1 0 0) 0%, oklch(0.85 0 0) 35%, oklch(0.45 0 0) 55%, oklch(0.95 0 0) 80%, oklch(0.6 0 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 12px oklch(1 0 0 / 0.15));
}

.grain-bg {
  isolation: isolate;
  position: relative;
}

.grain-bg::before,
.style-tag::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.grid-bg {
  background-image:
    linear-gradient(to right, oklch(1 0 0 / 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, oklch(1 0 0 / 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}

.glow-blue {
  box-shadow:
    0 0 0 1px var(--deepblue-glow),
    0 10px 40px -8px oklch(0.45 0.22 262 / 0.55),
    inset 0 1px 0 oklch(1 0 0 / 0.08);
}

.cover,
.section-media,
.photo-section > picture,
.shade,
.radial,
.grid-bg,
.about-aura {
  position: absolute;
  inset: 0;
}

.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero,
.photo-section,
.footer {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: 100svh;
}

.hero-img {
  filter: grayscale(1) contrast(1.25) brightness(0.9);
}

.hero-shade {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0.4), rgb(0 0 0 / 0.6), #000);
}

.hero-radial {
  background: radial-gradient(60% 50% at 50% 100%, oklch(0.35 0.18 262 / 0.45), transparent 70%);
}

.grid-hero {
  opacity: 0.4;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 64rem);
  min-height: 100svh;
  margin: 0 auto;
  padding: 2rem 1.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.top-label,
.link-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgb(255 255 255 / 0.7);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3em;
}

.top-label span {
  width: 1.5rem;
  height: 1px;
  background: var(--deepblue-glow);
}

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.overline {
  margin-bottom: 0.75rem;
  color: rgb(255 255 255 / 0.6);
  font-size: 10px;
  letter-spacing: 0.4em;
}

h1 {
  margin: 0;
  font-size: 16vw;
  line-height: 0.85;
  font-weight: 400;
}

.tagline {
  margin: 0.5rem 0 0;
  color: white;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}

.hero-copy {
  max-width: 28rem;
  margin: 1.5rem 0 0;
  color: rgb(255 255 255 / 0.75);
  font-size: 0.875rem;
  line-height: 1.65;
  text-wrap: balance;
}

.hero-actions {
  width: 100%;
  max-width: 28rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 6px;
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-light {
  background: white;
  color: black;
}

.btn-light:hover {
  background: rgb(255 255 255 / 0.9);
}

.btn-blue {
  border: 1px solid var(--deepblue-glow);
  background: oklch(0.18 0.11 260 / 0.4);
  color: white;
  backdrop-filter: blur(4px);
}

.btn-blue:hover {
  background: oklch(0.18 0.11 260 / 0.6);
}

.icon,
.arrow-icon {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.icon.fill,
.fill {
  fill: currentColor;
  stroke: none;
}

.bottom-fade {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8rem;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, #000);
}

.photo-section {
  padding: 5rem 1.25rem;
}

.muted-photo {
  opacity: 0.15;
  filter: grayscale(1);
}

.links-shade {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0.55), rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.8));
}

.links-radial {
  inset: -10rem 0 0;
  background: radial-gradient(140% 70% at 50% 0%, oklch(0.35 0.18 262 / 0.55), oklch(0.22 0.13 262 / 0.25) 45%, transparent 80%);
}

.links-wrap {
  position: relative;
  z-index: 2;
  max-width: 36rem;
  margin: 0 auto;
}

.link-heading {
  margin-bottom: 2rem;
  color: white;
  justify-content: center;
}

.link-heading span {
  height: 1px;
  flex: 1;
  background: linear-gradient(to right, transparent, rgb(255 255 255 / 0.4), rgb(255 255 255 / 0.4));
}

.link-heading span:last-child {
  background: linear-gradient(to left, transparent, rgb(255 255 255 / 0.4), rgb(255 255 255 / 0.4));
}

.bio-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.bio-link {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgb(255 255 255 / 0.15);
  border-radius: 8px;
  background: rgb(255 255 255 / 0.02);
  padding: 1rem 1.25rem;
  color: white;
  transition: transform 180ms ease, background 220ms ease, border-color 220ms ease;
}

.bio-link::before,
.whatsapp span {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(to right, transparent, rgb(255 255 255 / 0.1), transparent);
  transition: transform 700ms ease;
}

.bio-link:hover::before,
.whatsapp:hover span {
  transform: translateX(100%);
}

.bio-link:hover {
  border-color: var(--deepblue-glow);
  background: oklch(0.18 0.11 260 / 0.2);
}

.bio-link:active {
  transform: scale(0.99);
}

.bio-link.primary {
  border-color: var(--deepblue-glow);
  background: var(--deepblue);
  box-shadow:
    0 0 0 1px var(--deepblue-glow),
    0 10px 40px -8px oklch(0.45 0.22 262 / 0.55),
    inset 0 1px 0 oklch(1 0 0 / 0.08);
}

.bio-link.primary:hover {
  background: var(--deepblue-glow);
}

.bio-link > span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bio-link .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.arrow-icon {
  position: relative;
  z-index: 1;
  color: rgb(255 255 255 / 0.6);
  transition: transform 220ms ease;
}

.bio-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

.about {
  background: #000;
}

.about-shade {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0.55), rgb(0 0 0 / 0.45), rgb(0 0 0 / 0.75));
}

.about-aura {
  bottom: 25%;
  top: -12rem;
  background: radial-gradient(140% 75% at 50% 0%, oklch(0.35 0.18 262 / 0.6), oklch(0.22 0.13 262 / 0.28) 45%, transparent 82%);
}

.about-wrap {
  position: relative;
  z-index: 2;
  max-width: 48rem;
  margin: 0 auto;
}

.section-kicker {
  margin-bottom: 1rem;
  color: white;
  font-size: 10px;
  letter-spacing: 0.3em;
}

.section-title {
  margin: 0;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
}

.about-copy {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  color: rgb(255 255 255 / 0.75);
  font-size: 1rem;
  line-height: 1.75;
}

.about-copy p {
  margin: 0;
}

.about-copy strong,
.about-copy em,
.booking-wrap strong {
  color: white;
}

.stats {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid oklch(0.3 0.16 262 / 0.4);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.stats div {
  text-align: center;
}

.stats strong {
  display: block;
  font-size: 1.875rem;
  font-weight: 400;
}

.stats span {
  display: block;
  margin-top: 0.25rem;
  color: rgb(255 255 255 / 0.5);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.styles-shade {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0.6), rgb(0 0 0 / 0.55), rgb(0 0 0 / 0.8));
}

.styles-radial {
  background: radial-gradient(50% 50% at 100% 0%, oklch(0.22 0.13 262 / 0.3), transparent 70%);
}

.styles-wrap,
.listen-wrap,
.social-wrap {
  position: relative;
  z-index: 2;
  max-width: 64rem;
  margin: 0 auto;
}

.styles-heading {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.style-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.style-tag {
  position: relative;
  cursor: default;
  overflow: hidden;
  border: 1px solid oklch(0.3 0.16 262 / 0.4);
  border-radius: 6px;
  background: oklch(0.18 0.11 260 / 0.1);
  padding: 1rem 1.25rem;
  backdrop-filter: blur(4px);
  box-shadow:
    0 0 0 1px var(--deepblue-glow),
    0 10px 40px -8px oklch(0.45 0.22 262 / 0.55),
    inset 0 1px 0 oklch(1 0 0 / 0.08);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.style-tag::before {
  opacity: 0.6;
}

.style-tag:hover {
  transform: translateY(-3px);
  border-color: var(--deepblue-glow);
  background: oklch(0.18 0.11 260 / 0.3);
}

.style-tag span {
  position: relative;
  z-index: 2;
  color: white;
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.style-tag:hover span {
  background: linear-gradient(180deg, oklch(1 0 0), oklch(0.45 0 0) 55%, oklch(0.95 0 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.listen-photo {
  opacity: 0.15;
  filter: grayscale(1);
}

.listen-shade {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0.55), rgb(0 0 0 / 0.45), rgb(0 0 0 / 0.75));
}

.listen-radial {
  background: radial-gradient(60% 50% at 50% 0%, oklch(0.25 0.14 262 / 0.4), transparent 70%);
}

.listen-grid {
  opacity: 0.3;
}

.center-heading {
  margin-bottom: 2.5rem;
  text-align: center;
}

.center-heading p {
  max-width: 28rem;
  margin: 1.25rem auto 0;
  color: rgb(255 255 255 / 0.7);
  font-size: 0.875rem;
  line-height: 1.6;
}

.platforms {
  display: grid;
  gap: 1rem;
}

.platform-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 15rem;
  gap: 1.5rem;
  overflow: hidden;
  border: 1px solid oklch(0.3 0.16 262 / 0.5);
  border-radius: 12px;
  background: oklch(0.18 0.11 260 / 0.15);
  padding: 1.5rem;
  backdrop-filter: blur(4px);
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.platform-card:hover {
  border-color: var(--deepblue-glow);
  background: oklch(0.18 0.11 260 / 0.3);
}

.platform-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.round-icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.05);
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.platform-card:hover .round-icon {
  border-color: white;
  background: white;
  color: black;
}

.platform-top small {
  color: rgb(255 255 255 / 0.4);
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.platform-card strong {
  display: block;
  font-size: 1.875rem;
  font-weight: 400;
}

.platform-card div > span {
  display: block;
  margin-top: 0.25rem;
  color: rgb(255 255 255 / 0.5);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.platform-card p {
  margin: auto 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgb(255 255 255 / 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(255 255 255 / 0.8);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.platform-card b,
.social-row b {
  transition: transform 220ms ease;
}

.platform-card:hover b,
.social-row:hover b {
  transform: translateX(0.25rem);
}

.social-shade {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0.6), rgb(0 0 0 / 0.55), rgb(0 0 0 / 0.8));
}

.social-radial {
  background: radial-gradient(45% 55% at 50% 100%, oklch(0.22 0.13 262 / 0.3), transparent 70%);
}

.social-title {
  margin: 0;
  font-size: 3.75rem;
  line-height: 0.85;
  font-weight: 400;
}

.social-list {
  margin-top: 3rem;
  border-top: 1px solid oklch(0.3 0.16 262 / 0.3);
  border-bottom: 1px solid oklch(0.3 0.16 262 / 0.3);
}

.social-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  border-top: 1px solid oklch(0.3 0.16 262 / 0.3);
  transition: background 220ms ease;
}

.social-row:first-child {
  border-top: 0;
}

.social-row:hover {
  background: rgb(255 255 255 / 0.03);
}

.social-row > span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 1.25rem;
}

.social-icon {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms ease;
}

.social-row:hover .social-icon {
  transform: scale(1.1);
}

.social-row strong {
  display: block;
  color: white;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.social-row:hover strong {
  background: linear-gradient(180deg, oklch(1 0 0), oklch(0.45 0 0) 55%, oklch(0.95 0 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.social-row small {
  display: block;
  max-width: 60vw;
  overflow: hidden;
  color: rgb(255 255 255 / 0.5);
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-row b {
  color: rgb(255 255 255 / 0.3);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
}

.booking-photo {
  opacity: 0.2;
}

.booking-shade {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.45), rgb(0 0 0 / 0.8));
}

.booking-radial {
  background: radial-gradient(50% 50% at 50% 50%, oklch(0.3 0.16 262 / 0.35), transparent 70%);
}

.booking-wrap {
  position: relative;
  z-index: 2;
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.booking-title {
  margin: 0;
  font-size: 4.5rem;
  line-height: 0.85;
  font-weight: 400;
}

.booking-wrap p {
  max-width: 28rem;
  margin: 2rem auto 0;
  color: rgb(255 255 255 / 0.75);
  font-size: 1rem;
  line-height: 1.7;
}

.whatsapp {
  margin-top: 2.5rem;
  overflow: hidden;
  padding: 1.25rem 2.5rem;
}

.whatsapp span {
  background: linear-gradient(to right, transparent, rgb(0 0 0 / 0.1), transparent);
}

.whatsapp .icon {
  position: relative;
  z-index: 1;
}

.booking-wrap small {
  display: block;
  margin-top: 1.25rem;
  color: rgb(255 255 255 / 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer {
  padding: 2.5rem 1.25rem;
  border-top: 1px solid oklch(0.3 0.16 262 / 0.4);
}

.footer-photo {
  opacity: 0.15;
  filter: grayscale(1);
}

.footer-shade {
  background: linear-gradient(to bottom, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.6), rgb(0 0 0 / 0.85));
}

.footer-radial {
  background: radial-gradient(60% 60% at 50% 0%, oklch(0.3 0.16 262 / 0.35), transparent 70%);
}

.footer-line {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--deepblue-glow), transparent);
}

.footer-wrap {
  position: relative;
  z-index: 2;
  max-width: 64rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.footer-wrap > div {
  text-align: center;
}

.footer-wrap strong {
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.footer-wrap p {
  margin: 0;
  color: white;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.footer nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer nav a {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid oklch(0.3 0.16 262 / 0.5);
  border-radius: 999px;
  color: rgb(255 255 255 / 0.8);
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.footer nav a:hover {
  border-color: var(--deepblue-glow);
  background: var(--deepblue);
  color: white;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

@media (min-width: 640px) {
  .hero-content {
    padding: 2rem 2rem 2.5rem;
  }

  .top-label {
    font-size: 0.75rem;
  }

  h1 {
    font-size: 180px;
  }

  .tagline {
    font-size: 1.875rem;
  }

  .hero-copy,
  .center-heading p {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: row;
  }

  .hero-actions .btn {
    flex: 1;
  }

  .photo-section {
    padding: 7rem 2rem;
  }

  .muted-photo,
  .listen-photo {
    opacity: 0.25;
  }

  .section-title {
    font-size: 4.5rem;
  }

  .about-copy {
    font-size: 1.125rem;
  }

  .stats strong {
    font-size: 3rem;
  }

  .stats span {
    font-size: 0.75rem;
  }

  .styles-heading {
    align-items: flex-end;
    text-align: right;
  }

  .style-tags {
    gap: 1rem;
  }

  .style-tag span {
    font-size: 1.875rem;
  }

  .platforms {
    grid-template-columns: repeat(3, 1fr);
  }

  .social-title {
    font-size: 6rem;
  }

  .social-row {
    padding: 1.75rem 0;
  }

  .social-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .social-row strong {
    font-size: 3rem;
  }

  .social-row b {
    font-size: 2.25rem;
  }

  .booking {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .booking-photo {
    opacity: 0.35;
  }

  .booking-title {
    font-size: 8rem;
  }

  .booking-wrap p {
    font-size: 1.125rem;
  }

  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-wrap {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-wrap > div {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 220px;
  }

  .about-wrap {
    margin-left: auto;
    margin-right: 0;
    padding-left: 3rem;
  }

  .social-title {
    font-size: 8rem;
  }

  .booking-title {
    font-size: 11rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
