:root {
  --bg: #111111;
  --bg-soft: #191716;
  --ink: #fffaf3;
  --muted: #c9c0b8;
  --line: rgba(255, 250, 243, 0.16);
  --accent: #e93f5f;
  --accent-2: #f2b66d;
  --panel: rgba(27, 25, 24, 0.88);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.gated {
  overflow: hidden;
}

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(17, 17, 17, 0.72);
  backdrop-filter: blur(18px);
}

.brand,
nav,
.hero-actions,
.age-actions,
.hero-stats {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

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

.brand-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

nav {
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 14px;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.language-switcher button {
  min-width: 34px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.language-switcher button.is-active {
  background: #fffaf3;
  color: #111111;
}

nav a,
.nav-cta,
.girl-card a {
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

nav a:hover,
.girl-card a:hover {
  color: var(--ink);
}

.nav-cta {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 700;
  font-size: 14px;
}

.nav-cta:hover {
  border-color: rgba(255, 255, 255, 0.42);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px clamp(18px, 5vw, 72px) 64px;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.98) 0%, rgba(17, 17, 17, 0.68) 45%, rgba(17, 17, 17, 0.2) 100%),
    radial-gradient(circle at 72% 48%, rgba(233, 63, 95, 0.22), transparent 34%),
    #111111;
}

.hero-media {
  position: absolute;
  inset: 82px 0 0 auto;
  z-index: -2;
  width: min(58vw, 880px);
  pointer-events: none;
}

.hero-img {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-img-main {
  right: clamp(12px, 4vw, 72px);
  bottom: 0;
  width: min(42vw, 540px);
  height: min(74vh, 760px);
  border-radius: 8px 8px 0 0;
}

.hero-img-side {
  width: min(21vw, 260px);
  height: min(38vh, 380px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.hero-img-one {
  right: min(38vw, 520px);
  bottom: 7vh;
}

.hero-img-two {
  right: min(5vw, 70px);
  top: 8vh;
}

.hero-content {
  max-width: 720px;
}

.hero-logo {
  width: min(520px, 84vw);
  margin-bottom: 24px;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.45));
}

.eyebrow,
.tag {
  margin: 0 0 14px;
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(64px, 12vw, 148px);
  line-height: 0.88;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 6vw, 74px);
  line-height: 0.98;
}

h3 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1;
}

.hero-copy,
.section-copy,
.preview-copy p,
.join-section p,
.girl-card p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 28px;
  font-size: clamp(18px, 2.1vw, 25px);
}

.hero-actions,
.age-actions {
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--accent);
  color: white;
}

.button-primary:hover {
  background: #ff4c70;
}

.button-secondary,
.button-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.button-large {
  min-width: min(100%, 260px);
}

.hero-stats {
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hero-stats > span {
  display: block;
  min-width: 124px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
}

.hero-stats strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
}

.ticker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: #fffaf3;
  color: #111111;
}

.ticker span {
  padding: 18px clamp(14px, 3vw, 34px);
  border-right: 1px solid rgba(17, 17, 17, 0.18);
  font-weight: 800;
  text-align: center;
}

.section {
  padding: 86px clamp(18px, 5vw, 72px) 28px;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 30px;
  align-items: end;
}

.girls-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(18px, 5vw, 72px) 92px;
}

.girl-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-soft);
}

.girl-card.featured {
  grid-column: span 2;
}

.girl-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.girl-card:hover img {
  transform: scale(1.035);
}

.girl-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 64%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0));
}

.girl-card-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 28px;
}

.girl-card p {
  margin-bottom: 18px;
}

.girl-card a {
  color: var(--accent-2);
  font-weight: 800;
}

.preview-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: 86px clamp(18px, 5vw, 72px);
  background: #fffaf3;
  color: #111111;
}

.preview-copy {
  max-width: 560px;
}

.preview-copy p {
  color: #5c514b;
}

.preview-copy .eyebrow {
  color: var(--accent);
}

.preview-mosaic {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.preview-mosaic img {
  width: 100%;
  aspect-ratio: 3 / 5;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.16);
}

.preview-mosaic img:nth-child(even) {
  transform: translateY(38px);
}

.join-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 86px clamp(18px, 5vw, 72px);
  background: var(--bg-soft);
}

.join-section div {
  max-width: 760px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 20px;
  background:
    linear-gradient(rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.92)),
    url("assets/girls/mia-01.png") center / cover;
}

body.gated .age-gate {
  display: grid;
}

.age-panel {
  width: 100%;
  max-width: 520px;
  padding: clamp(28px, 6vw, 52px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.9);
  box-shadow: var(--shadow);
}

.age-logo {
  width: min(330px, 76vw);
  margin-bottom: 18px;
  object-fit: contain;
}

.age-panel h1 {
  font-size: clamp(44px, 10vw, 86px);
}

.age-panel p {
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 980px) {
  .site-header {
    gap: 14px;
  }

  nav {
    display: none;
  }

  .language-switcher {
    margin-left: auto;
  }

  .hero {
    min-height: 840px;
    align-items: start;
  }

  .hero-media {
    inset: auto 0 0;
    width: 100%;
    height: 54%;
  }

  .hero-img-main {
    right: 5vw;
    width: min(58vw, 430px);
    height: 100%;
  }

  .hero-img-one {
    right: auto;
    left: 5vw;
    bottom: 8%;
    width: min(34vw, 220px);
    height: 58%;
  }

  .hero-img-two {
    display: none;
  }

  .ticker,
  .section-intro,
  .preview-section {
    grid-template-columns: 1fr;
  }

  .preview-mosaic {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (max-width: 680px) {
  .site-header {
    flex-wrap: wrap;
    padding: 14px 16px;
  }

  .brand-logo {
    width: 84px;
    height: 38px;
  }

  .nav-cta {
    padding: 9px 12px;
  }

  .language-switcher {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero {
    min-height: 760px;
    padding: 112px 16px 34px;
  }

  h1 {
    font-size: clamp(54px, 18vw, 84px);
  }

  .hero-logo {
    width: min(310px, 84vw);
    margin-bottom: 18px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    margin-top: 24px;
  }

  .hero-stats > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    padding: 11px 6px;
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .hero-stats > span > strong {
    display: inline;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
  }

  .hero-media {
    height: 48%;
  }

  .hero-img-main {
    width: 62vw;
  }

  .hero-img-one {
    width: 34vw;
  }

  .ticker {
    grid-template-columns: 1fr 1fr;
  }

  .girls-grid {
    grid-template-columns: 1fr;
    padding-bottom: 58px;
  }

  .girl-card,
  .girl-card img {
    min-height: 470px;
  }

  .girl-card.featured {
    grid-column: auto;
  }

  .preview-section,
  .join-section,
  .section {
    padding: 58px 16px;
  }

  .preview-mosaic {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .preview-mosaic img:nth-child(even) {
    transform: none;
  }

  .preview-mosaic img:nth-child(n + 4) {
    display: none;
  }

  .join-section,
  footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    width: 100%;
  }

  .age-gate {
    align-items: center;
    justify-items: start;
    overflow-y: auto;
  }

  .age-panel {
    max-width: 358px;
    padding: 28px;
  }

  .age-panel h1 {
    font-size: 44px;
    line-height: 0.98;
  }

  .age-logo {
    width: min(280px, 76vw);
    margin-bottom: 14px;
  }

  .age-actions {
    width: 100%;
  }
}
