:root {
  --bg: #0b0b0f;
  --bg-2: #141218;
  --fg: #F6F1EA;
  --muted: #B8B0A4;
  --pink: #C9A36A;
  --coral: #E8B86D;
  --mint: #D4B07A;
  --gold: #E8B86D;
  --gold-2: #C4924A;
  --line: rgba(232,184,109,0.14);
  --card: #FFFFFF;
  --ink: #1C1520;
  --ink-soft: #5C5566;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  overflow-x: hidden;
}

h1, h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
}

.brand {
  position: sticky;
  top: 0;
  z-index: 0;
  height: auto;
  background: #0b0b0f;
  line-height: 0;
}

.banner {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

main {
  position: relative;
  z-index: 1;
  background:
    linear-gradient(#0b0b0f 0 72px, transparent 220px),
    radial-gradient(1100px 640px at 50% 38%, rgba(232,184,109,0.28), transparent 68%),
    radial-gradient(700px 420px at 12% 70%, rgba(196,146,74,0.14), transparent 58%),
    radial-gradient(640px 380px at 90% 82%, rgba(232,184,109,0.12), transparent 55%),
    #100e0c;
}

.hero {
  max-width: none;
  margin: 0 auto;
  padding: 0.7rem 6vw 2.2rem;
  text-align: center;
}

.hero-line { white-space: nowrap; }

@media (min-width: 720px) {
  .hero { padding: 1.1rem 8vw 3.2rem; }
}

h1 {
  font-size: clamp(2.4rem, 7vw, 4.1rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.lede {
  margin: 1.4rem auto 2rem;
  color: var(--muted);
  max-width: 30rem;
}

.btn, button {
  display: inline-block;
  background: linear-gradient(120deg, var(--gold), var(--gold-2));
  color: #1a140c;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.45rem;
  font: 600 0.92rem Manrope, system-ui, sans-serif;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(232,184,109,0.22);
}

.btn:hover, button:hover { filter: brightness(1.08); }

.line {
  border-top: 1px solid var(--line);
  padding: 1.5rem 8vw;
  color: var(--muted);
  text-align: center;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 2rem 8vw 1rem;
}

@media (min-width: 900px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
}

.gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: var(--bg-2);
  aspect-ratio: 3 / 4;
}

.gallery figure.tall { grid-row: span 1; }

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
}

.fly {
  opacity: 0;
  filter: saturate(1.05);
}

.fly.left { transform: translateX(-72px); }
.fly.right { transform: translateX(72px); }

.fly.in {
  opacity: 1;
  transform: none;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s ease;
}

.three {
  display: grid;
  gap: 1.2rem;
  padding: 3rem 8vw;
}

@media (min-width: 720px) {
  .three { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1100px) {
  .three { grid-template-columns: 1fr 1fr 1fr 1fr; }
}

.three > div {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.5rem 1.35rem 1.6rem;
}

.three h2 {
  font-size: 1.6rem;
  background: linear-gradient(120deg, var(--gold), var(--gold-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.4rem;
}

.three p { color: var(--muted); font-size: 0.98rem; line-height: 1.6; }

.offer {
  max-width: 44rem;
  padding: 2rem 8vw 3rem;
}

.offer h2 { font-size: 2.2rem; margin-bottom: 0.8rem; }

.offer > p { color: var(--muted); margin-bottom: 1rem; }

.ages { font-size: 0.88rem; }

footer {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 2rem 8vw 3rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.apply-page {
  background:
    linear-gradient(#0b0b0f 0 64px, transparent 200px),
    radial-gradient(900px 520px at 50% 40%, rgba(232,184,109,0.22), transparent 65%),
    #100e0c;
  min-height: 100vh;
}

.back {
  display: block;
  width: min(56rem, 94vw);
  margin: 0 auto;
  padding: 1.4rem 0 0;
  color: var(--gold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.82rem;
}

.apply {
  max-width: 56rem;
  width: min(56rem, 94vw);
  margin: 0 auto;
  padding: 2.5rem 0 5rem;
  text-align: left;
}

.apply-page .back {
  display: block;
  width: min(56rem, 94vw);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.form-card {
  width: 100%;
}

.eyebrow {
  color: var(--gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0.8rem;
}

.apply h2 {
  font-size: 1.7rem;
  margin: 2.2rem 0 0.8rem;
}

.apply ul {
  padding-left: 1.1rem;
  color: var(--muted);
}

.apply li { margin: 0.45rem 0; }

.fine, .hint {
  margin-top: 0.8rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.form-card {
  margin-top: 2.4rem;
  background: var(--card);
  color: var(--ink);
  border-radius: 24px;
  padding: 1.6rem 1.4rem 1.8rem;
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
}

.form-card form {
  display: grid;
  gap: 1.05rem;
}

.form-card label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.form-card input,
.form-card select,
.form-card textarea {
  background: #F6F3F8;
  border: 1px solid #E6E0EA;
  border-radius: 12px;
  color: var(--ink);
  padding: 0.75rem 0.85rem;
  font: 1rem Manrope, system-ui, sans-serif;
  outline: none;
  width: 100%;
}

.form-card textarea { resize: vertical; }

.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(232,184,109,0.22);
}

.form-card .fine,
.form-card .hint { color: var(--ink-soft); }

.form-card .check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: var(--ink);
  font-size: 0.92rem;
}

.form-card .check input { width: auto; margin-top: 0.25rem; }

.form-card button { justify-self: start; margin-top: 0.3rem; }

.buzz {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.15rem 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.buzz-track {
  display: flex;
  gap: 2.8rem;
  width: max-content;
  animation: buzz 28s linear infinite;
}

.buzz-track p {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
  white-space: nowrap;
  color: var(--fg);
}

.buzz-track p:nth-child(even) { color: var(--gold); }

@keyframes buzz {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.no-pay {
  margin-top: 0.7rem;
  font-size: 0.8rem;
  color: var(--muted);
}

.add-social {
  justify-self: start;
  background: transparent;
  color: var(--ink);
  border: 1px solid #D9D2DE;
  box-shadow: none;
  font-weight: 500;
}

.add-social:hover { filter: none; background: #F6F3F8; }

.platform-list { margin-top: 0.2rem; }

.platform-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.platform-picks button {
  background: #F6F3F8;
  color: var(--ink);
  box-shadow: none;
  border: 1px solid #E6E0EA;
  padding: 0.45rem 0.8rem;
  font-weight: 500;
}

.platform-picks button:hover { filter: none; background: #EFEAF3; }

.added-account { margin-top: 0.2rem; }

.looks {
  padding: 0 0 1rem;
}

.spread {
  height: auto;
  padding: 1.4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spread {
  --fan: 1.08;
}

.spread-stage {
  position: relative;
  width: min(150px, 32vw);
  aspect-ratio: 3 / 4;
}

@media (min-width: 720px) {
  .spread { --fan: 1.2; }
  .spread-stage { width: min(210px, 26vw); }
}

.card {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--bg-2);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

.card img,
.card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.card video { background: #000; }

.card.real {
  z-index: 1;
  transform: translateX(calc(var(--spread, 0) * var(--fan, 1.2) * -100%));
}

.card.ai { z-index: 2; }

.card.vid {
  z-index: 3;
  transform: translateX(calc(var(--spread, 0) * var(--fan, 1.2) * 100%));
}

.card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.65rem;
  text-align: center;
  color: #fff;
  font-size: clamp(0.52rem, 2.4vw, 0.7rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-text-stroke: 0.7px #000;
  paint-order: stroke fill;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000,
     0 2px 6px rgba(0,0,0,0.55);
  opacity: var(--spread, 0);
}

.contact-pick {
  display: flex;
  gap: 1.2rem;
  margin-top: 0.35rem;
}

.contact-pick label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--ink);
  font-size: 0.95rem;
}

.contact-pick input { width: auto; }

.ig-note {
  color: #c0152c;
  font-size: 0.82rem;
  margin-top: 0.35rem;
}

.other-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.6rem;
}

.other-name span {
  font-size: 0.82rem;
  color: var(--ink-soft);
  white-space: nowrap;
}

.other-name input { flex: 1; }

.other-name button {
  background: #1C1520;
  color: #fff;
  box-shadow: none;
  padding: 0.55rem 0.9rem;
}

.contact-field {
  border: 0;
  padding: 0;
}

.contact-field legend {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-bottom: 0.2rem;
}

.photo-box {
  background: #F3EBDD;
  border: 1px solid #E4D4B8;
  border-radius: 16px;
  padding: 1.15rem 1.1rem 1.25rem;
  display: grid;
  gap: 0.7rem;
}

.photo-box-title {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
}

.photo-box .fine { margin-top: 0; }

.photo-box input {
  background: #FFFCF6;
  border-color: #E4D4B8;
}

.or-split {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.15rem 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.or-split::before,
.or-split::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #E4D4B8;
}

.wt-btn {
  justify-self: start;
  text-align: center;
}

.wt-guide {
  display: grid;
  gap: 0.9rem;
  align-items: start;
}

@media (min-width: 720px) {
  .wt-guide {
    grid-template-columns: minmax(160px, 220px) 1fr;
    gap: 1rem;
  }
}

.wt-guide img {
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 12px;
  border: 1px solid #E4D4B8;
  background: #FFFCF6;
}

.wt-steps {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.45;
}

.wt-steps li { margin: 0.4rem 0; }


.seo {
  max-width: 42rem;
  margin: 0 auto;
  padding: 2.4rem 6vw 3.2rem;
  border-top: 1px solid var(--line);
  text-align: left;
}

.seo h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin-bottom: 1rem;
  text-align: center;
}

.seo > p {
  color: var(--muted);
  margin-bottom: 0.9rem;
}

.seo .faq {
  margin-top: 1.6rem;
}

.seo .faq h3 {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
}

.seo details {
  border-top: 1px solid var(--line);
  padding: 0.85rem 0;
}

.seo details:last-of-type {
  border-bottom: 1px solid var(--line);
}

.seo summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
}

.seo summary::-webkit-details-marker { display: none; }

.seo details p {
  color: var(--muted);
  margin-top: 0.55rem;
  font-size: 0.95rem;
}

.seo-cta {
  text-align: center;
  margin-top: 1.8rem;
}


.blog-article h2 {
  font-size: clamp(1.55rem, 3.2vw, 2rem);
  margin: 2.2rem 0 0.85rem;
}

.blog-article h3 {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 650;
  margin: 1.4rem 0 0.55rem;
  color: var(--fg);
}

.blog-article p {
  color: var(--muted);
  margin-bottom: 0.95rem;
}

.blog-article .lede {
  color: var(--fg);
  font-size: 1.12rem;
}

.blog-article ul,
.blog-article ol {
  color: var(--muted);
  padding-left: 1.2rem;
  margin: 0.4rem 0 1.1rem;
}

.blog-article li { margin: 0.4rem 0; }

.blog-article a {
  color: var(--gold);
}


.footer-links {
  margin-left: auto;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.78rem;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold);
}
