/* ============================================================
   Maya Rivers — Influencer/Creator (bold, neon-gradient, single-page)
   AnubTech demo
============================================================ */

:root {
  --bg: #0c0a1e;
  --bg-2: #14102e;
  --panel: #1b1640;
  --text: #ecebff;
  --muted: #a49fd6;
  --pink: #ff4d8d;
  --purple: #9b5cff;
  --cyan: #35e0ff;
  --lime: #c6ff5e;
  --grad: linear-gradient(100deg, #ff4d8d 0%, #9b5cff 50%, #35e0ff 100%);
  --radius: 20px;
  --radius-lg: 32px;
  --maxw: 1160px;
  --font-display: "Sora", system-ui, sans-serif;
  --font-body: "Space Grotesk", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body); color: var(--text); background: var(--bg);
  line-height: 1.65; overflow-x: hidden; -webkit-font-smoothing: antialiased; position: relative;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.section { padding: clamp(64px, 9vw, 130px) 0; position: relative; z-index: 1; }

.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

.eyebrow { font-weight: 700; letter-spacing: .2em; text-transform: uppercase; font-size: .76rem; color: var(--cyan); margin-bottom: 16px; }
.section__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.05; letter-spacing: -.02em; }
.section__head { max-width: 640px; margin-bottom: 54px; }
.lead-p { color: var(--muted); font-size: 1.08rem; margin-top: 18px; }

/* Floating orbs */
.orb { position: fixed; border-radius: 50%; filter: blur(80px); opacity: .5; z-index: 0; pointer-events: none; }
.orb--1 { width: 460px; height: 460px; background: var(--pink); top: -140px; left: -120px; }
.orb--2 { width: 520px; height: 520px; background: var(--purple); top: 40%; right: -180px; }
.orb--3 { width: 400px; height: 400px; background: var(--cyan); bottom: -160px; left: 30%; opacity: .3; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-body); font-weight: 700; border: none; cursor: pointer;
  padding: 13px 26px; border-radius: 999px; transition: transform .18s, box-shadow .18s, opacity .18s; font-size: .98rem;
}
.btn--lg { padding: 16px 32px; font-size: 1.02rem; }
.btn--block { width: 100%; }
.btn--grad { background: var(--grad); color: #0c0a1e; box-shadow: 0 12px 34px -12px rgba(155,92,255,.8); }
.btn--grad:hover { transform: translateY(-2px); box-shadow: 0 18px 44px -12px rgba(255,77,141,.7); }
.btn--outline { background: rgba(255,255,255,.04); color: var(--text); border: 1.5px solid rgba(255,255,255,.22); }
.btn--outline:hover { border-color: var(--cyan); color: var(--cyan); }

/* Pill */
.pill { display: inline-block; padding: 8px 16px; border-radius: 999px; font-weight: 600; font-size: .84rem; background: rgba(53,224,255,.12); color: var(--cyan); border: 1px solid rgba(53,224,255,.3); margin-bottom: 22px; }

/* Nav */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; padding: 14px 0; transition: background .3s, backdrop-filter .3s, padding .3s; }
.nav.is-stuck { background: rgba(12,10,30,.8); backdrop-filter: blur(14px); padding: 8px 0; }
.nav__inner { display: flex; align-items: center; justify-content: space-between; }
.brand { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; letter-spacing: -.01em; }
.brand span { color: var(--cyan); }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { font-weight: 600; color: var(--muted); transition: color .2s; }
.nav__links a:hover { color: var(--text); }
.nav__links a.btn--grad { color: #0c0a1e; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 26px; height: 3px; background: var(--text); border-radius: 2px; transition: .3s; }

/* Hero */
.hero { min-height: 100vh; display: flex; align-items: center; padding-top: 110px; }
.hero__inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }
.hero__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 5.5vw, 4.2rem); line-height: 1.02; letter-spacing: -.03em; margin-bottom: 22px; }
.hero__lead { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--muted); max-width: 520px; margin-bottom: 32px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero__tags { display: flex; gap: 10px; flex-wrap: wrap; }
.hero__tags span { font-size: .82rem; font-weight: 600; padding: 7px 14px; border-radius: 999px; background: var(--panel); color: var(--muted); }

.hero__photo { position: relative; }
.hero__photo img { width: 100%; border-radius: var(--radius-lg); aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 30px 80px -30px rgba(255,77,141,.55); }
.hero__chip { position: absolute; background: rgba(27,22,64,.9); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.12); padding: 12px 18px; border-radius: 16px; font-weight: 700; font-size: .92rem; box-shadow: 0 12px 30px -12px rgba(0,0,0,.6); }
.hero__chip--top { top: 24px; left: -26px; }
.hero__chip--bot { bottom: 30px; right: -22px; }

/* Stats */
.stats { position: relative; z-index: 1; padding: 30px 0; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; background: var(--panel); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg); padding: 40px; }
.stat { text-align: center; }
.stat__num, .stat__suffix { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.8rem); background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat__label { display: block; color: var(--muted); font-size: .9rem; margin-top: 6px; }

/* About */
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 6vw, 70px); align-items: center; }
.about__media img { border-radius: var(--radius-lg); aspect-ratio: 4/5; object-fit: cover; width: 100%; box-shadow: 0 30px 70px -30px rgba(53,224,255,.4); }
.about__skills { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.about__skills li { padding: 9px 16px; border-radius: 999px; background: var(--panel); border: 1px solid rgba(255,255,255,.08); font-weight: 600; font-size: .9rem; }

/* Content cards */
.content__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--panel); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -24px rgba(155,92,255,.6); }
.card__thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.card:hover .card__thumb img { transform: scale(1.06); }
.card__play { position: absolute; inset: 0; margin: auto; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--grad); color: #0c0a1e; font-size: 1.1rem; box-shadow: 0 8px 24px -8px rgba(0,0,0,.6); }
.card__body { padding: 20px 22px 24px; }
.card__cat { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--cyan); }
.card__body h3 { font-family: var(--font-display); font-size: 1.15rem; margin: 8px 0 12px; line-height: 1.25; }
.card__views { color: var(--muted); font-size: .88rem; font-weight: 600; }

/* Brands */
.brands { text-align: center; padding: 60px 0; }
.brands__label { color: var(--muted); font-weight: 600; letter-spacing: .05em; margin-bottom: 26px; }
.brands__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; }
.brands__row span { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; color: var(--text); opacity: .5; transition: opacity .2s; letter-spacing: .02em; }
.brands__row span:hover { opacity: 1; }

/* Quote */
.quote__inner { max-width: 820px; margin-inline: auto; text-align: center; position: relative; }
.quote__mark { font-family: var(--font-display); font-size: 6rem; line-height: .5; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.quote blockquote { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1.3; margin: 20px 0 34px; }
.quote__by { display: inline-flex; align-items: center; gap: 14px; }
.quote__by img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.quote__by div { text-align: left; }
.quote__by span { display: block; color: var(--muted); font-size: .88rem; }

/* Collab */
.collab__card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 60px); background: linear-gradient(160deg, var(--bg-2), var(--panel)); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 60px); align-items: center; }
.collab__text p { color: var(--muted); margin-top: 16px; font-size: 1.05rem; }
.collab__actions { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; align-items: flex-start; }
.collab__form { display: grid; gap: 12px; }
.collab__form input, .collab__form textarea {
  width: 100%; padding: 14px 16px; border-radius: 14px; background: rgba(12,10,30,.6);
  border: 1.5px solid rgba(255,255,255,.12); color: var(--text); font: inherit; resize: none;
}
.collab__form input::placeholder, .collab__form textarea::placeholder { color: #756fae; }
.collab__form input:focus, .collab__form textarea:focus { outline: none; border-color: var(--cyan); }
.collab__note { text-align: center; font-weight: 700; color: var(--lime); }

/* Footer */
.footer { padding: 46px 0; border-top: 1px solid rgba(255,255,255,.08); position: relative; z-index: 1; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; }
.footer__social { display: flex; gap: 22px; }
.footer__social a { color: var(--muted); font-weight: 600; }
.footer__social a:hover { color: var(--cyan); }
.footer__copy { color: var(--muted); font-size: .88rem; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: .7s; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 900px) {
  .nav__links { position: fixed; inset: 0 0 0 auto; width: min(78vw, 320px); flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; background: var(--bg-2); padding: 40px; transform: translateX(100%); transition: transform .35s; }
  .nav__links.is-open { transform: none; }
  .nav__links a { font-size: 1.2rem; }
  .nav__toggle { display: flex; }
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__actions, .hero__tags { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .hero__photo { max-width: 380px; margin: 0 auto; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .about__grid { grid-template-columns: 1fr; }
  .content__grid { grid-template-columns: 1fr; }
  .collab__card { grid-template-columns: 1fr; }
  .collab__actions { align-items: stretch; }
}
@media (max-width: 460px) {
  .stats__grid { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; text-align: center; }
}
