/* ===================== TOKENS ===================== */
:root {
  --black: #0a0a0b;
  --panel: #121214;
  --panel-2: #17171a;
  --white: #f5f5f2;
  --muted: #a1a1aa;
  --red: #e11d2a;
  --red-dark: #b3111d;
  --line: rgba(255,255,255,.10);
  --wrap: 1160px;
  --r: 14px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* ===================== TYPE ===================== */
.hero__title, .section__title, .brand__text {
  font-family: "Anton", "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: .96;
  text-transform: uppercase;
}
.hl { color: var(--red); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 18px;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 12px var(--red); }

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 15px; letter-spacing: .01em;
  padding: 13px 22px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .18s var(--ease), background .18s, border-color .18s, box-shadow .18s;
  white-space: nowrap;
}
.btn--lg { padding: 16px 30px; font-size: 16px; }
.btn--red { background: var(--red); color: #fff; box-shadow: 0 8px 30px -10px var(--red); }
.btn--red:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn--ghost { border-color: var(--line); color: var(--white); background: transparent; }
.btn--ghost:hover { border-color: var(--white); transform: translateY(-2px); }

/* ===================== NAV ===================== */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10,10,11,.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; gap: 24px; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__mark { flex: none; height: 40px; width: auto; object-fit: contain; }
.footer__inner .brand__mark { height: 34px; }
.brand__text { font-size: 19px; line-height: .9; display: flex; flex-direction: column; }
.brand__sub { font-size: 11px; letter-spacing: .34em; color: var(--red); }
.nav__links { display: flex; gap: 26px; margin-left: auto; }
.nav__links a { font-size: 14.5px; font-weight: 600; color: var(--muted); transition: color .15s; }
.nav__links a:hover { color: var(--white); }
.nav__cta { margin-left: 4px; }
.nav__toggle { display: none; }

/* ===================== HERO ===================== */
.hero { position: relative; overflow: hidden; padding: 96px 0 0; }
.hero__grid {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    radial-gradient(900px 500px at 78% -10%, rgba(225,29,42,.22), transparent 60%),
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: auto, 46px 46px, 46px 46px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
}
.hero__inner { position: relative; z-index: 1; padding-bottom: 74px; }
.hero__mark {
  position: absolute; top: 46%; right: -3%; transform: translateY(-50%);
  width: min(600px, 45vw); z-index: 0; pointer-events: none;
  filter: drop-shadow(0 24px 70px rgba(0,0,0,.65));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 34%);
}
.hero--sub { padding-bottom: 12px; }
.hero--sub .hero__inner { padding-bottom: 60px; }
.hero__title { font-size: clamp(42px, 8vw, 104px); margin: 0 0 24px; }
.hero__lede { max-width: 640px; font-size: clamp(17px, 2.1vw, 21px); color: #d4d4d8; margin: 0 0 34px; }
.hero__lede strong { color: var(--white); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__stats {
  list-style: none; display: flex; flex-wrap: wrap; gap: 40px;
  margin: 56px 0 0; padding: 30px 0 0; border-top: 1px solid var(--line);
}
.hero__stats strong {
  display: block; font-family: "Anton", sans-serif; font-weight: 400;
  font-size: 40px; line-height: 1; letter-spacing: .01em;
}
.hero__stats span { font-size: 13.5px; color: var(--muted); }

/* marquee */
.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--red); overflow: hidden; }
.marquee__track {
  display: inline-flex; align-items: center; gap: 34px; white-space: nowrap;
  padding: 12px 0; animation: scroll 26s linear infinite;
  font-family: "Anton", sans-serif; font-size: 20px; letter-spacing: .06em; color: #fff;
}
.marquee__track span:nth-child(even) { opacity: .55; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ===================== SECTIONS ===================== */
.section { padding: 96px 0; }
.section--dark { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section--cta { background: linear-gradient(180deg, var(--panel) 0%, var(--black) 100%); border-top: 1px solid var(--line); }
.section__head { margin: 0 0 48px; max-width: 760px; }
.section__head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; max-width: none; }
.section__title { font-size: clamp(32px, 5vw, 60px); margin: 0; }
.section__sub { color: var(--muted); font-size: 17px; margin: 14px 0 0; }
.section__sub a { color: var(--red); font-weight: 600; }

/* ===================== CARDS ===================== */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 26px 22px 28px; transition: transform .2s var(--ease), border-color .2s, background .2s;
}
.card:hover { transform: translateY(-4px); border-color: rgba(225,29,42,.5); background: var(--panel-2); }
.card__num { font-family: "Anton", sans-serif; font-size: 26px; color: var(--red); margin-bottom: 14px; }
.card h3 { font-size: 19px; margin: 0 0 10px; letter-spacing: .01em; }
.card p { color: var(--muted); font-size: 15px; margin: 0; line-height: 1.55; }

/* ===================== REELS (Instagram embeds) ===================== */
.reels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.reel-embed {
  margin: 0; background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; transition: transform .2s var(--ease), border-color .2s;
}
.reel-embed:hover { transform: translateY(-4px); border-color: rgba(225,29,42,.5); }
.reel-embed__label {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px; border-bottom: 1px solid var(--line);
}
.reel-embed__rank { font-family: "Anton", sans-serif; font-size: 18px; color: var(--muted); letter-spacing: .04em; }
.reel-embed__views { font-weight: 800; font-size: 13px; letter-spacing: .04em; color: var(--red); }
/* Instagram's embed.js injects an iframe; keep it filling the card */
.reel-embed .instagram-media {
  margin: 0 !important; min-width: 0 !important; width: 100% !important;
  border: 0 !important; border-radius: 0 !important; box-shadow: none !important;
}

/* ===================== TRUSTED BY ===================== */
.section--trusted { background: var(--black); text-align: center; padding: 80px 0; }
.eyebrow--center { justify-content: center; }
.trusted__title {
  font-family: "Anton", sans-serif; font-weight: 400; text-transform: uppercase;
  font-size: clamp(28px, 4.4vw, 50px); line-height: .98; margin: 0 0 44px;
}
.clients {
  list-style: none; margin: 0 auto; padding: 0; max-width: 820px;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 18px;
}
.client {
  flex: 1 1 300px; max-width: 380px;
  border: 1px solid var(--line); border-radius: var(--r); background: var(--panel);
  padding: 30px 26px; transition: transform .2s var(--ease), border-color .2s;
}
.client:hover { transform: translateY(-4px); border-color: rgba(225,29,42,.5); }
.client__name {
  display: block; font-family: "Anton", sans-serif; font-weight: 400;
  font-size: 30px; letter-spacing: .01em; text-transform: uppercase;
}
.client__role { display: block; margin-top: 8px; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--red); }
.trusted__note { color: var(--muted); font-size: 15px; margin: 34px 0 0; }

/* ===================== PLATFORMS ===================== */
.platforms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.platform {
  display: flex; align-items: center; gap: 14px;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 18px 20px; transition: transform .2s var(--ease), border-color .2s, background .2s;
}
.platform:hover { transform: translateY(-3px); border-color: rgba(225,29,42,.5); background: var(--panel-2); }
.platform__icon { width: 30px; height: 30px; flex: none; color: var(--white); }
.platform:hover .platform__icon { color: var(--red); }
.platform__body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.platform__name { font-weight: 800; font-size: 15px; letter-spacing: .01em; }
.platform__stat { font-size: 13px; color: var(--muted); }
.platform__stat strong { color: var(--red); font-weight: 800; }

/* ===================== WHY ===================== */
.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why__stat { border-left: 3px solid var(--red); padding: 4px 0 4px 22px; }
.why__stat strong { display: block; font-family: "Anton", sans-serif; font-weight: 400; font-size: 52px; line-height: 1; margin-bottom: 12px; }
.why__stat p { color: var(--muted); font-size: 15.5px; margin: 0; }
.pull {
  margin: 64px 0 0; padding: 0; max-width: 900px;
  font-family: "Anton", sans-serif; font-weight: 400; text-transform: uppercase;
  font-size: clamp(24px, 3.4vw, 40px); line-height: 1.12; letter-spacing: .01em;
}
.pull::before { content: ""; display: block; width: 60px; height: 4px; background: var(--red); margin-bottom: 24px; }

/* ===================== PROCESS ===================== */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: s; }
.step { background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--r); padding: 30px 26px; }
.step__num {
  display: grid; place-items: center; width: 52px; height: 52px; border-radius: 12px;
  background: var(--red); color: #fff; font-family: "Anton", sans-serif; font-size: 26px; margin-bottom: 20px;
}
.step h3 { font-size: 22px; margin: 0 0 8px; letter-spacing: .01em; text-transform: uppercase; font-family: "Anton", sans-serif; font-weight: 400; }
.step p { color: var(--muted); font-size: 15.5px; margin: 0; }

/* ===================== CONTACT ===================== */
.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.contact__direct { color: var(--muted); margin-top: 28px; }
.contact__direct a { color: var(--red); font-weight: 600; }
.form { display: grid; gap: 16px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form label { display: grid; gap: 7px; font-size: 13.5px; font-weight: 600; color: var(--muted); }
.form input, .form textarea {
  font: inherit; font-size: 15px; color: var(--white); background: var(--panel-2);
  border: 1px solid var(--line); border-radius: 10px; padding: 13px 14px; width: 100%; resize: vertical;
  transition: border-color .15s, box-shadow .15s;
}
.form input::placeholder, .form textarea::placeholder { color: #6b6b73; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(225,29,42,.18); }
.form__submit { margin-top: 6px; justify-self: start; }
.form__status { font-size: 14px; margin: 4px 0 0; min-height: 20px; }
.form__status.ok { color: #4ade80; }
.form__status.err { color: var(--red); }

/* ===================== FOOTER ===================== */
.footer { border-top: 1px solid var(--line); padding: 40px 0; background: var(--black); }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer__links { display: flex; gap: 22px; }
.footer__links a { font-size: 14px; color: var(--muted); transition: color .15s; }
.footer__links a:hover { color: var(--white); }
.footer__legal { font-size: 13px; color: #6b6b73; margin: 0; width: 100%; }

/* ===================== TEAM PAGE ===================== */
.team { display: grid; gap: 28px; }
.member {
  display: grid; grid-template-columns: 320px 1fr; gap: 40px; align-items: center;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 30px; transition: border-color .2s;
}
.member:hover { border-color: rgba(225,29,42,.35); }
.member--reverse { grid-template-columns: 1fr 320px; }
.member--reverse .member__body { order: -1; }
.member__photo {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 12px;
  border: 1px solid var(--line);
}
/* Monogram avatar (used until a real photo is dropped in) */
.member__mono {
  position: relative; width: 100%; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden;
  display: grid; place-items: center; border: 1px solid var(--line);
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(225,29,42,.30), transparent 60%),
    linear-gradient(160deg, #1a1a1f 0%, #0e0e11 100%);
}
.member__mono-mark { position: absolute; inset: 0; margin: auto; width: 88%; opacity: .16; filter: grayscale(.2); }
.member__initials {
  position: relative; font-family: "Anton", sans-serif; font-size: 84px; color: var(--white);
  letter-spacing: .04em; text-shadow: 0 8px 30px rgba(0,0,0,.5);
}
.member__role {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--red); margin-bottom: 12px;
}
.member__name {
  font-family: "Anton", sans-serif; font-weight: 400; text-transform: uppercase;
  font-size: clamp(30px, 4.5vw, 46px); line-height: 1; margin: 0 0 18px; letter-spacing: .01em;
}
.member__body p { color: #d0d0d5; font-size: 16px; margin: 0 0 14px; }
.member__body p strong { color: var(--white); }
.member__body a { color: var(--red); font-weight: 600; }
.member__links { display: flex; gap: 18px; margin-top: 20px; }
.member__links a { font-size: 14px; font-weight: 700; letter-spacing: .04em; }

/* ===================== PRICING PAGE ===================== */
.wrap--narrow { max-width: 820px; }
.steps--4 { grid-template-columns: repeat(4, 1fr); }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan {
  position: relative; display: flex; flex-direction: column;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 30px 26px; transition: transform .2s var(--ease), border-color .2s;
}
.plan:hover { transform: translateY(-4px); border-color: rgba(225,29,42,.45); }
.plan--featured { border-color: var(--red); background: var(--panel-2); box-shadow: 0 20px 60px -30px var(--red); }
.plan__badge {
  position: absolute; top: -12px; left: 26px;
  background: var(--red); color: #fff; font-size: 11px; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px;
}
.plan__head h3 { font-family: "Anton", sans-serif; font-weight: 400; text-transform: uppercase; font-size: 26px; margin: 0; letter-spacing: .01em; }
.plan__for { color: var(--muted); font-size: 13.5px; margin: 6px 0 0; }
.plan__price {
  font-size: 22px; font-weight: 800; margin: 20px 0 20px; padding-bottom: 20px;
  border-bottom: 1px solid var(--line); line-height: 1.2;
}
.plan__price span { display: block; font-size: 13px; font-weight: 600; color: var(--muted); letter-spacing: .02em; margin-top: 4px; }
.plan__price.price--num { font-family: "Anton", sans-serif; font-weight: 400; font-size: 42px; color: var(--white); }
.plan__list { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 11px; }
.plan__list li { position: relative; padding-left: 26px; font-size: 14.5px; color: #d4d4d8; }
.plan__list li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 800;
}
.plan__list em { color: var(--white); font-style: normal; font-weight: 700; }
.plan__cta { margin-top: auto; width: 100%; }
.plans__note { text-align: center; color: var(--muted); font-size: 15px; margin: 34px 0 0; }

.faq { display: grid; gap: 12px; }
.faq__item {
  border: 1px solid var(--line); border-radius: 12px; background: var(--panel);
  padding: 4px 20px; transition: border-color .2s;
}
.faq__item[open] { border-color: rgba(225,29,42,.4); }
.faq__item summary {
  cursor: pointer; list-style: none; padding: 16px 0; font-weight: 700; font-size: 16.5px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--red); font-size: 24px; font-weight: 700; line-height: 1; transition: transform .2s; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { margin: 0 0 18px; color: var(--muted); font-size: 15.5px; line-height: 1.6; }

.cta-band { text-align: center; max-width: 720px; margin: 0 auto; }
.cta-band .section__title { margin: 0 0 14px; }
.cta-band .section__sub { margin: 0 auto 30px; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 900px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .reels { grid-template-columns: repeat(2, 1fr); }
  .why, .steps { grid-template-columns: 1fr; }
  .steps--4 { grid-template-columns: repeat(2, 1fr); }
  .plans { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .plan--featured { order: -1; }
  .member, .member--reverse { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .member--reverse .member__body { order: 0; }
  .member__photo, .member__mono { max-width: 300px; margin: 0 auto; }
  .member__links { justify-content: center; }
  .platforms { grid-template-columns: 1fr; }
  .hero__mark { display: none; }
  .contact { grid-template-columns: 1fr; gap: 32px; }
  .section__head--split { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 760px) {
  .nav__links, .nav__cta { display: none; }
  .nav__links.open {
    display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0;
    background: var(--panel); border-bottom: 1px solid var(--line); padding: 18px 24px; gap: 16px;
  }
  .nav__toggle {
    display: flex; flex-direction: column; gap: 5px; margin-left: auto;
    background: none; border: 0; cursor: pointer; padding: 8px;
  }
  .nav__toggle span { width: 24px; height: 2px; background: var(--white); transition: transform .2s, opacity .2s; }
  .nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .form__row { grid-template-columns: 1fr; }
  .steps--4 { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .hero { padding-top: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; }
}
