/* Scream Social rebrand — marketing presentation only.
   Booking behaviour, Stripe Embedded Checkout and pricing remain in the original application. */

:root {
  --ink: #090909;
  --ink2: #202020;
  --muted: #5d5960;
  --faint: #8d8890;
  --line: #171717;
  --soft: #fff4f8;
  --white: #fff;
  --blue: #ff006f;
  --blue2: #d90061;
  --blueSoft: #ffe3ef;
  --warm: #fff2a8;
  --scream-pink: #f60078;
  --scream-red: #ff1749;
  --scream-blue: #087cff;
  --scream-yellow: #ffe500;
  --shadow: 12px 12px 0 #090909;
  --shadow2: 6px 6px 0 #090909;
  --r: 28px;
  --max: 1320px;
  --ease: cubic-bezier(.2, .75, .2, 1);
}

html { background: #090909; }
body {
  background: #fff;
  color: var(--ink);
  overflow-x: clip;
}

h1, h2, h3, h4,
.price, .big-stat, .metric strong {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 800;
}

.container { width: min(var(--max), calc(100% - 64px)); }
.section { padding: clamp(88px, 9vw, 142px) 0; }

/* Buttons */
.btn {
  height: 56px;
  border: 2px solid #090909;
  border-radius: 12px;
  padding: 0 26px;
  text-transform: uppercase;
  letter-spacing: .025em;
  font-size: 13px;
  box-shadow: 5px 5px 0 #090909;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s ease !important;
}
.btn:hover { transform: translate(-2px, -2px) !important; box-shadow: 8px 8px 0 #090909; }
.btn:active { transform: translate(3px, 3px) !important; box-shadow: 2px 2px 0 #090909; }
.btn-primary { background: var(--scream-pink); color: #fff; }
.btn-primary:hover { background: #ff1987; }
.btn-secondary { background: var(--scream-yellow); color: #090909; }
:focus-visible { outline: 4px solid var(--scream-blue); outline-offset: 4px; }

/* Navigation */
.nav { padding: 10px 0; }
.nav.scrolled {
  background: rgba(255, 255, 255, .94);
  border-bottom: 2px solid #090909;
  backdrop-filter: blur(18px);
}
.nav-inner, .nav.scrolled .nav-inner { height: 74px; }
.final-header-brand {
  width: auto !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  gap: 12px;
}
.final-header-brand::after {
  content: "SCREAM SOCIAL";
  font: 900 21px/1 "Manrope", sans-serif;
  letter-spacing: -.06em;
  color: #090909;
  max-width: 82px;
}
.final-header-logo {
  width: 66px !important;
  height: 66px !important;
  max-height: none !important;
  border: 2px solid #090909;
  border-radius: 12px;
  object-fit: cover !important;
  box-shadow: 4px 4px 0 #090909;
}
.nav-links { gap: 28px; color: #090909; }
.nav:not(.scrolled) .nav-links,
.nav:not(.scrolled) .final-header-brand::after { color: #fff !important; }
.nav-links a { position: relative; font-size: 13px; text-transform: uppercase; letter-spacing: .03em; }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -7px;
  height: 4px;
  background: var(--scream-pink);
  transition: right .2s ease;
}
.nav-links a:hover::after { right: 0; }
.menu, .drawer-close { border: 2px solid #090909; box-shadow: 3px 3px 0 #090909; color: #090909; }
.drawer { background: var(--scream-pink); color: #fff; }
.drawer a { border-color: rgba(0, 0, 0, .28); font-size: 30px; text-transform: uppercase; }

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  min-height: min(900px, 100svh);
  display: flex;
  align-items: center;
  padding: 144px 0 84px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 22%, rgba(246, 0, 120, .72) 0, rgba(246, 0, 120, 0) 29%),
    radial-gradient(circle at 88% 78%, rgba(8, 124, 255, .45) 0, rgba(8, 124, 255, 0) 27%),
    #090909;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .16;
  background-image: radial-gradient(#fff 1.2px, transparent 1.2px);
  background-size: 22px 22px;
  mask-image: linear-gradient(120deg, #000, transparent 66%);
}
.hero::after {
  content: "MAKE SOME NOISE • MAKE SOME NOISE • MAKE SOME NOISE •";
  position: absolute;
  left: -4vw;
  bottom: 23px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.25);
  font: 900 clamp(45px, 7vw, 110px)/.8 "Manrope", sans-serif;
  white-space: nowrap;
  letter-spacing: -.06em;
  transform: rotate(-3deg);
  z-index: -1;
}
.hero-grid { grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 92px); }
.hero-copy { position: relative; z-index: 3; }
.eyebrow {
  color: var(--scream-pink);
  font-size: 12px;
  letter-spacing: .13em;
}
.hero .eyebrow {
  color: #090909;
  background: var(--scream-yellow);
  border: 2px solid #090909;
  padding: 9px 13px;
  transform: rotate(-2deg);
  box-shadow: 4px 4px 0 var(--scream-blue);
}
.hero .eyebrow::before { display: none; }
.hero h1 {
  max-width: 8.2ch;
  margin-top: 25px;
  font-size: clamp(62px, 7.4vw, 112px);
  line-height: .86;
  letter-spacing: -.075em;
  text-transform: uppercase;
  text-wrap: balance;
}
.hero h1 span { color: var(--scream-pink); text-shadow: 4px 4px 0 var(--scream-blue); }
.hero h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  max-width: 100%;
  line-height: .78;
  overflow: visible;
}
.hero h1 .hero-lead {
  margin-bottom: .12em;
  color: #fff;
  font-size: clamp(44px, 4.3vw, 64px);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.07em;
  text-shadow: none;
}
.hero h1 .hero-pair {
  display: flex;
  align-items: baseline;
  gap: .2em;
  white-space: nowrap;
}
.hero h1 .hero-word {
  display: block;
  font-weight: 800;
  line-height: .8;
  letter-spacing: -.075em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero h1 .hero-stop {
  color: #f6f000;
  font-size: clamp(68px, 5vw, 78px);
  text-shadow: 3px 4px 0 rgba(255,15,123,.42);
}
.hero h1 .hero-stare {
  color: #2d6bff;
  font-size: clamp(68px, 5vw, 78px);
  text-shadow: 3px 4px 0 rgba(255,255,255,.14);
}
.hero h1 .hero-book {
  margin-top: .09em;
  color: #ff0f7b;
  font-size: clamp(126px, 10.6vw, 158px);
  line-height: .72;
  text-shadow: 6px 6px 0 rgba(45,107,255,.8);
}
.hero-copy > p { color: #d9d9df; max-width: 510px; font-size: 18px; }
.hero-actions { margin-top: 34px; }
.hero-proof { color: #fff; font-size: 13px; }
.hero-proof .check { background: var(--scream-yellow); color: #090909; border: 1px solid #090909; }
.hero-media {
  position: relative;
  height: min(630px, 61vw);
  perspective: 1000px;
}
.hero-media::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 132px;
  aspect-ratio: 1;
  left: 47%;
  top: 45%;
  transform: translate(-50%, -50%) rotate(-8deg);
  background: url("images/scream-social-logo.png") center/cover;
  border: 4px solid #090909;
  border-radius: 24px;
  box-shadow: 9px 9px 0 var(--scream-yellow);
  pointer-events: none;
}
.media-card {
  border: 3px solid #090909;
  border-radius: 24px;
  box-shadow: 9px 9px 0 var(--scream-pink);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.media-card.main { transform: rotate(-2.5deg); }
.media-card:not(.main):first-of-type { transform: rotate(2deg); }
.media-card:last-child { transform: rotate(3deg); box-shadow: 9px 9px 0 var(--scream-blue); }
.media-card:hover { transform: rotate(0) translateY(-8px); box-shadow: 14px 14px 0 var(--scream-yellow); }
.media-caption { border: 2px solid #090909; border-radius: 10px; color: #5c5c64; }

/* Moving social strip */
.trust {
  background: var(--scream-pink);
  border: 0;
  border-top: 3px solid #090909;
  border-bottom: 3px solid #090909;
  padding: 20px 0;
  overflow: hidden;
}
.trust-row { flex-wrap: nowrap; width: max-content; animation: screamTicker 22s linear infinite; }
.trust-label { color: #fff; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.trust-names { color: #090909; font-size: 15px; white-space: nowrap; }
.trust-names span::after { content: " ✦"; color: var(--scream-yellow); }
@keyframes screamTicker { to { transform: translateX(-18%); } }

/* Shared section type */
.section-head h2 {
  max-width: 15ch;
  font-size: clamp(46px, 5.8vw, 82px);
  line-height: .94;
  text-transform: uppercase;
  letter-spacing: -.052em;
  word-spacing: .055em;
}
.section-head p { font-size: 17px; }

/* Insights */
.insight-section {
  position: relative;
  background: var(--scream-yellow);
  border-bottom: 3px solid #090909;
}
.insight-section::after {
  content: "REAL PEOPLE. REAL INSIGHT.";
  position: absolute;
  right: -40px;
  top: 90px;
  writing-mode: vertical-rl;
  color: rgba(0,0,0,.1);
  font: 900 62px/1 "Manrope", sans-serif;
  letter-spacing: -.06em;
}
.insight-section .eyebrow { color: #090909; }
.insight-grid { gap: 55px; }
.insight-note { background: #fff; border: 2px solid #090909; box-shadow: 6px 6px 0 #090909; }
.reel-card {
  border: 3px solid #090909;
  border-radius: 18px;
  box-shadow: 7px 7px 0 #090909;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.reel-card:nth-child(2) { transform: translateY(26px); }
.reel-card:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: 12px 12px 0 var(--scream-pink); }
.reel-card:nth-child(2):hover { transform: translateY(16px) rotate(1deg); }
.reel-copy { background: #fff; }
.social-follow { background: var(--scream-pink); border: 2px solid #090909; box-shadow: 6px 6px 0 #090909; color: #fff; }
.social-follow p { color: #fff; }
.social-follow .btn { background: #fff; color: #090909; }

/* Process */
#how { background: #fff; }
.process { gap: 18px; }
.process-card {
  min-height: 270px;
  padding: 25px;
  border: 2px solid #090909;
  border-radius: 18px;
  background: #fff;
  box-shadow: 5px 5px 0 #090909;
  transition: transform .22s var(--ease), background .22s ease;
}
.process-card:nth-child(even) { transform: translateY(24px); }
.process-card:hover { background: var(--scream-pink); transform: translateY(-7px) rotate(-1deg); color: #fff; }
.process-card:nth-child(even):hover { transform: translateY(17px) rotate(1deg); }
.process-card:hover p { color: #fff; }
.num { width: 48px; height: 48px; border: 2px solid #090909; background: var(--scream-yellow); color: #090909; }

/* Work */
.work-section { background: #090909; color: #fff; border-block: 3px solid #090909; }
.work-section .section-head p { color: #babac2; }
.work-section .eyebrow { color: var(--scream-yellow); }
.featured-reel {
  border: 3px solid #fff;
  border-radius: 20px;
  box-shadow: 8px 8px 0 var(--scream-pink);
  transition: transform .24s var(--ease);
}
.featured-reel:hover { transform: translateY(-7px); }
.featured-reel-label { background: rgba(9,9,9,.88); color: #fff; }
.featured-reel-label span { color: #ddd; }
.results-wrap { border: 3px solid #090909; box-shadow: 12px 12px 0 var(--scream-blue); color: #090909; }
.result-media { border: 3px solid #090909; border-radius: 20px; box-shadow: 8px 8px 0 var(--scream-pink); }
.big-stat { color: var(--scream-pink); text-shadow: 4px 4px 0 var(--scream-yellow); }
.stat { border: 2px solid #090909; border-radius: 12px; }
.quote { border-left: 6px solid var(--scream-pink); }
.created-by img { width: 38px !important; height: 38px !important; border: 2px solid #090909; border-radius: 8px; }

/* Packages */
#packages { background: #fff4f8; }
.pricing { gap: 22px; }
.price-card {
  border: 3px solid #090909;
  border-radius: 20px;
  box-shadow: 8px 8px 0 #090909;
  overflow: visible;
}
.price-card:hover { transform: translate(-3px, -7px) rotate(-.5deg) !important; box-shadow: 13px 15px 0 #090909 !important; }
.price-card.featured { background: var(--scream-pink); color: #fff; border: 3px solid #090909; box-shadow: 9px 9px 0 var(--scream-blue); }
.price-card.featured p, .price-card.featured li, .price-card.featured .price small { color: #fff; }
.price-card.featured .features { border-color: rgba(255,255,255,.45); }
.price-card.featured .features li::before { color: var(--scream-yellow); }
.popular { top: -18px; background: var(--scream-yellow); color: #090909; border: 2px solid #090909; box-shadow: 3px 3px 0 #090909; }
.price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 10px; letter-spacing: -.055em; }
.price small { display: inline-block; white-space: nowrap; letter-spacing: 0; }

/* Outcome */
.outcome {
  position: relative;
  background: var(--scream-blue);
  border-block: 3px solid #090909;
  overflow: hidden;
}
.outcome::before {
  content: "LOUDER";
  position: absolute;
  right: -30px;
  bottom: -34px;
  color: rgba(255,255,255,.12);
  font: 900 clamp(100px, 20vw, 310px)/.8 "Manrope", sans-serif;
  letter-spacing: -.09em;
}
.outcome .eyebrow { color: var(--scream-yellow); }
.metrics { border: 3px solid #090909; background: #090909; box-shadow: 10px 10px 0 var(--scream-yellow); }
.metric { background: #fff; color: #090909; }
.metric span { color: #595961; }

/* FAQ / CTA / footer */
#faq { background: #fff; }
.faq-q { border-bottom: 2px solid #090909; font-size: 20px; }
.plus { width: 34px; height: 34px; display: grid; place-items: center; background: var(--scream-yellow); border: 2px solid #090909; border-radius: 50%; }
.cta-box {
  background: var(--scream-pink);
  border: 3px solid #090909;
  border-radius: 24px;
  box-shadow: 12px 12px 0 #090909;
}
.cta-box::before {
  content: "✦";
  position: absolute;
  left: 5%; top: 8%;
  color: var(--scream-yellow);
  font-size: 80px;
  animation: screamSpin 8s linear infinite;
}
@keyframes screamSpin { to { transform: rotate(360deg); } }
.cta-box h2 { text-transform: uppercase; letter-spacing: -.065em; }
.cta-box p { color: #fff; }
.cta-box .btn { background: var(--scream-yellow); color: #090909; }
.logo-watermark { display: none !important; }
.footer { background: #090909; color: #fff; border: 0; }
.footer p, .footer-links, .footer-bottom { color: #b9b9c0; }
.footer-links a:hover { color: var(--scream-pink); }
.footer-bottom { border-color: #333; }
.scream-footer-brand img { width: 150px; height: 150px; object-fit: cover; border: 3px solid #fff; border-radius: 18px; }

/* Booking brand polish — layout and flow unchanged */
.modal { border: 3px solid #090909; border-radius: 22px; box-shadow: 14px 14px 0 rgba(246,0,120,.65) !important; }
.modal-head { border-bottom: 2px solid #090909; }
.modal-brand .mg-wordmark-text { display: none; }
.modal-brand .mg-wordmark img, .mg-logo.modal-logo {
  width: 42px !important;
  height: 42px !important;
  border: 2px solid #090909;
  border-radius: 9px;
  object-fit: cover !important;
}
.modal-brand > span:last-child { font-weight: 900; text-transform: uppercase; }
.progress div { background: var(--scream-pink); }
.stp.active .b, .day.sel { background: var(--scream-pink); }
.stp.done .b { color: var(--scream-pink); background: var(--blueSoft); }
.option.sel, .extra.sel, .slot.sel { border-color: var(--scream-pink); box-shadow: 0 0 0 3px var(--blueSoft); }
.toggle.on { background: var(--scream-pink); }
.sum-total { background: #090909; }
.summary { background: #fff4f8 !important; }
.success-logo { border-radius: 16px; border: 2px solid #090909; }

/* Scroll reveal enhanced by scream-social.js */
.scream-ready [data-scream-reveal] {
  opacity: 0;
  transform: translateY(34px) rotate(.4deg);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.scream-ready [data-scream-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .final-header-brand::after { display: none; }
  .nav-links { gap: 18px; }
  .hero h1 { font-size: clamp(60px, 8vw, 88px); }
}

@media (max-width: 980px) {
  .container { width: min(var(--max), calc(100% - 38px)); }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 9ch; }
  .hero-media { height: 650px; max-width: 700px; width: 100%; margin: 18px auto 0; }
  .process-card:nth-child(even) { transform: none; }
  .reel-card:nth-child(2) { transform: none; }
  .outcome-grid { gap: 48px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 76px 0; }
  .nav { padding: 5px 0; }
  .nav-inner, .nav.scrolled .nav-inner { height: 68px; }
  .final-header-logo { width: 56px !important; height: 56px !important; border-radius: 10px; }
  .menu { width: 46px; height: 46px; }
  .hero { padding: 108px 0 68px; min-height: min(920px, 100svh); align-items: flex-start; }
  .hero h1 { width: 100%; max-width: 100%; line-height: .78; }
  .hero h1 .hero-lead { font-size: clamp(39px, 10.8vw, 48px); }
  .hero h1 .hero-pair { flex-direction: column; align-items: flex-start; gap: 0; }
  .hero h1 .hero-stop,
  .hero h1 .hero-stare { font-size: clamp(58px, 16.5vw, 68px); }
  .hero h1 .hero-book { margin-top: .08em; font-size: clamp(84px, 24vw, 98px); text-shadow: 4px 4px 0 rgba(45,107,255,.8); }
  .hero-copy > p { font-size: 16px; margin-top: 20px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; gap: 10px; }
  .hero-media { height: 420px; grid-template-columns: 1.15fr .85fr; gap: 8px; margin-top: 6px; }
  .hero-media::after { width: 88px; left: 52%; box-shadow: 6px 6px 0 var(--scream-yellow); }
  .media-card { border-width: 2px; border-radius: 16px; box-shadow: 5px 5px 0 var(--scream-pink); }
  .section-head h2 { font-size: clamp(40px, 12.4vw, 60px); letter-spacing: -.042em; word-spacing: .08em; }
  .insight-section::after { display: none; }
  .reel-card { grid-template-columns: 112px 1fr; box-shadow: 5px 5px 0 #090909; }
  .process { gap: 13px; }
  .process-card { min-height: auto; padding: 21px; }
  .featured-reel { box-shadow: 5px 5px 0 var(--scream-pink); }
  .results-wrap { box-shadow: 7px 7px 0 var(--scream-blue); }
  .price-card, .price-card.featured { box-shadow: 6px 6px 0 #090909; }
  .metrics { box-shadow: 6px 6px 0 var(--scream-yellow); }
  .cta-box { box-shadow: 7px 7px 0 #090909; padding-inline: 22px; }
  .cta-box::before { font-size: 44px; opacity: .5; }
  .scream-footer-brand img { width: 116px; height: 116px; }
  .modal { border: 0; border-radius: 0; box-shadow: none !important; }

  /* Match desktop package typography: accents belong to selection chrome, not copy. */
  .option,
  .option h4,
  .option .od,
  .option .op,
  .option .op small,
  .option.sel,
  .option.sel h4,
  .option.sel .od,
  .option.sel .op,
  .option.sel .op small {
    color: var(--ink) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-row, .cta-box::before { animation: none; }
  .scream-ready [data-scream-reveal] { opacity: 1; transform: none; transition: none; }
}
