/* ═══════════════════════════════════════════════
   Castquill — home.css
   Landing-page styles for the 2026 redesign. The homepage is styled as a
   standalone page (it does not load style.css): light Apple-ish palette,
   pinned hero storyboard, roster marquee. Every animation here is
   presentation only — js/home.js drives the movement and bails out under
   prefers-reduced-motion, where this file supplies the static layout.
   ═══════════════════════════════════════════════ */

:root {
  --ink: #1D1D1F;
  --mut: #6E6E73;
  --bg: #F5F5F7;
  --card: #FFFFFF;
  --line: #E8E8ED;
  --vio: #7C3AED;
  --pink: #EC4899;
  --rose: #F43F5E;
  --grad: linear-gradient(140deg, #7C3AED 0%, #EC4899 60%, #F43F5E 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: #A855F7 var(--bg); scrollbar-width: thin; }
html, body { margin: 0; padding: 0; background: var(--bg); overflow-x: clip; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', sans-serif; color: var(--ink); -webkit-font-smoothing: antialiased; }
a { color: var(--ink); text-decoration: none; }
::selection { background: var(--vio); color: #fff; }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #7C3AED 0%, #EC4899 60%, #F43F5E 100%); border-radius: 6px; border: 2.5px solid var(--bg); }

img, video { max-width: 100%; }
h1, h2, h3 { margin: 0; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 0 0 10px 0; z-index: 100; font-weight: 600; }
.skip-link:focus { left: 0; }

/* ── shared bits ── */
.cq-grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cq-vio { color: var(--vio); }
.cq-pink { color: var(--pink); }
.cq-dot-grad { display: inline-block; width: 10px; height: 10px; border-radius: 5px; background: var(--grad); }

.cq-btn-grad { display: inline-block; background: var(--grad); color: #fff; font-size: 16px; font-weight: 600; padding: 14px 27px; border-radius: 999px; transition: transform .2s ease, box-shadow .2s ease; }
.cq-btn-grad:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -12px rgba(124,58,237,.65); }
.cq-btn-outline { display: inline-block; background: #fff; border: 1.5px solid #D2D2D7; color: var(--ink); font-size: 16px; font-weight: 600; padding: 12.5px 27px; border-radius: 999px; transition: transform .2s ease, border-color .2s ease; }
.cq-btn-outline:hover { transform: translateY(-2px); border-color: var(--pink); }
.cq-btn-grad span, .cq-btn-outline span { margin-left: 6px; }

.cq-section { max-width: 1200px; margin: 0 auto; padding: 96px 32px 0; scroll-margin-top: 70px; }
.cq-section-lg { padding-top: 110px; }
.cq-eyebrow-row { display: flex; align-items: center; gap: 18px; }
.cq-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .15em; color: var(--mut); }
.cq-rule { flex: 1; height: 1px; background: var(--line); }
.cq-eyebrow-link { font-size: 14px; font-weight: 600; }
.cq-divider { height: 1px; background: var(--line); margin: 64px 0; scroll-margin-top: 70px; }
.cq-num { font-size: 13px; font-weight: 800; }
.cq-tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .1em; padding: 5px 10px; border-radius: 7px; }
.cq-tag-vio { background: rgba(124,58,237,.08); }
.cq-tag-pink { background: rgba(236,72,153,.08); }

/* ── NAV ── */
.cq-nav { position: sticky; top: 0; z-index: 60; background: rgba(245,245,247,.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.cq-nav-inner { max-width: 1200px; margin: 0 auto; padding: 14px 32px; display: flex; align-items: center; gap: 28px; }
.cq-nav-logo { display: flex; align-items: center; flex: none; }
.cq-nav-logo img { height: 32px; width: auto; display: block; }
.cq-nav-links { display: flex; gap: 24px; margin-left: 16px; font-size: 15px; font-weight: 500; }
.cq-nav-links a { color: var(--mut); }
.cq-nav-links a:hover { color: var(--ink); }
.cq-nav-actions { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.cq-nav-signin { font-size: 15px; font-weight: 500; color: var(--mut); }
.cq-nav-signin:hover { color: var(--ink); }
.cq-nav-pill { display: inline-block; font-size: 15px; font-weight: 600; padding: 10px 20px; border-radius: 999px; transition: transform .2s ease, box-shadow .2s ease; }
.cq-nav-pill-brand { color: #fff; background: var(--vio); box-shadow: 0 2px 10px rgba(124,58,237,.28); }
.cq-nav-pill-brand:hover { transform: translateY(-1px); box-shadow: 0 8px 20px -8px rgba(124,58,237,.6); }
.cq-nav-cta { font-size: 15px; padding: 10px 20px; }
.cq-nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 20px -8px rgba(124,58,237,.6); }
.cq-burger { display: none; background: none; border: none; color: var(--ink); width: 40px; height: 40px; padding: 8px; cursor: pointer; }
.cq-burger svg { width: 100%; height: 100%; }

/* ── MOBILE DRAWER ── */
.cq-drawer { position: fixed; inset: 0; z-index: 90; background: rgba(29,29,31,.4); backdrop-filter: blur(3px); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.cq-drawer.is-open { opacity: 1; pointer-events: auto; }
.cq-drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(320px, 86vw); background: var(--bg); padding: 18px 22px 28px; display: flex; flex-direction: column; gap: 4px; transform: translateX(100%); transition: transform .28s cubic-bezier(.22,.7,.25,1); overflow-y: auto; }
.cq-drawer.is-open .cq-drawer-panel { transform: translateX(0); }
.cq-drawer-head { display: flex; align-items: center; justify-content: space-between; font-weight: 800; letter-spacing: -.02em; margin-bottom: 10px; }
.cq-drawer-close { background: none; border: none; color: var(--ink); width: 38px; height: 38px; padding: 8px; cursor: pointer; }
.cq-drawer-close svg { width: 100%; height: 100%; }
.cq-drawer-link { padding: 12px 4px; font-size: 16px; font-weight: 600; border-bottom: 1px solid var(--line); }
.cq-drawer-divider { height: 12px; }
.cq-drawer-cta { text-align: center; margin-top: 10px; }

/* ── HERO: pinned storyboard ── */
.cq-pin { position: relative; height: 280vh; }
.cq-pin-sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; display: flex; align-items: safe center; }
.cq-hero-grid { max-width: 1200px; margin: 0 auto; padding: clamp(16px, 4vh, 64px) 32px 0; display: flex; align-items: center; gap: 56px; flex-wrap: wrap; width: 100%; }
.cq-hero-copy { flex: 1.15; min-width: min(380px, 100%); max-width: 620px; align-self: flex-start; margin-top: clamp(24px, 8vh, 96px); }
.cq-hero-copy h1 { margin: 0 0 clamp(12px, 2.2vh, 22px); font-size: clamp(36px, min(4.8vw, 8vh), 74px); line-height: 1.03; letter-spacing: -.034em; font-weight: 700; }
.cq-hero-copy h1 > span { display: block; }
.cq-hero-copy h1 em { font-style: italic; font-weight: 500; padding-right: .08em; margin-right: -.08em; }
.cq-underline-wrap { position: relative; display: inline-block; }
.cq-underline { position: absolute; left: 0; bottom: -4px; height: 9px; width: 0; border-radius: 5px; background: var(--grad); }
.cq-hero-sub { margin: 0; font-size: 19px; line-height: 1.55; color: var(--mut); max-width: 520px; text-wrap: pretty; }
.cq-hero-sub span { transition: opacity .45s ease; }
.cq-hero-ctas { display: flex; gap: 12px; margin-top: clamp(16px, 3vh, 30px); flex-wrap: wrap; }

.cq-steps { margin-top: clamp(20px, 4.5vh, 48px); max-width: 430px; }
.cq-steps-row { display: flex; gap: 28px; margin-bottom: 12px; }
.cq-step { display: flex; align-items: baseline; gap: 8px; cursor: pointer; background: none; border: none; padding: 0; font: inherit; }
.cq-step-n { font-size: 12px; font-weight: 800; transition: opacity .3s ease; }
.cq-step-l { font-size: 12px; font-weight: 600; letter-spacing: .1em; color: var(--mut); transition: color .3s ease; }
.cq-step-l.is-on { color: var(--ink); }
.cq-rail { height: 4px; border-radius: 2px; background: var(--line); overflow: hidden; }
.cq-rail-fill { height: 100%; width: 6%; border-radius: 2px; background: linear-gradient(90deg, #7C3AED 0%, #EC4899 60%, #F43F5E 100%); }
.cq-steps-hint { margin-top: 10px; font-size: 12.5px; color: var(--mut); }

.cq-stage { flex: .85; min-width: min(380px, 100%); max-width: 520px; height: min(620px, 82vh); position: relative; perspective: 1400px; }
.cq-tilt { position: absolute; inset: 0; transform-style: preserve-3d; }
.cq-showreel { position: absolute; inset: 0; will-change: transform; }
.cq-reel-chip { position: absolute; top: 24px; left: 50%; transform: translateX(-50%); font-size: 10px; font-weight: 800; letter-spacing: .14em; color: var(--mut); background: #fff; border: 1px solid var(--line); padding: 5px 12px; border-radius: 999px; white-space: nowrap; z-index: 3; }
.cq-phone { position: absolute; border-radius: 16px; background: var(--ink); border: 5px solid #fff; overflow: hidden; }
.cq-phone .cq-vid { width: 100%; height: 100%; object-fit: cover; display: block; }
.cq-phone-0 { left: 2px; top: 150px; width: 160px; height: 284px; box-shadow: 0 24px 55px -26px rgba(29,29,31,.2); transform: rotate(-8deg); }
.cq-phone-1 { left: 50%; top: 80px; width: 184px; height: 326px; margin-left: -92px; border-radius: 18px; box-shadow: 0 30px 70px -30px rgba(29,29,31,.26); z-index: 2; }
.cq-phone-2 { right: 2px; top: 170px; width: 160px; height: 284px; box-shadow: 0 24px 55px -26px rgba(29,29,31,.2); transform: rotate(8deg); }

.cq-clip-toggle { position: absolute; right: 0; top: -8px; z-index: 5; display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 13px; font: inherit; font-size: 12px; font-weight: 700; color: var(--mut); cursor: pointer; }
.cq-clip-toggle:hover { color: var(--ink); }
.cq-clip-icon { font-size: 9px; }

.cq-card-brief { position: absolute; left: 16px; top: 64px; width: 300px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 24px 60px -28px rgba(29,29,31,.14); will-change: transform; }
.cq-brief-head { display: flex; align-items: center; gap: 8px; }
.cq-brief-kicker { font-size: 11px; font-weight: 700; letter-spacing: .13em; color: var(--mut); }
.cq-brief-niche { margin-left: auto; font-size: 10px; font-weight: 700; letter-spacing: .08em; color: var(--vio); background: rgba(124,58,237,.09); padding: 3px 8px; border-radius: 6px; }
.cq-brief-title { font-size: 20px; font-weight: 700; margin: 14px 0 4px; letter-spacing: -.01em; }
.cq-brief-sub { font-size: 13px; color: var(--mut); }
.cq-brief-line { height: 1px; background: var(--line); margin: 16px 0; }
.cq-brief-rows { display: grid; gap: 9px; font-size: 13px; }
.cq-brief-rows > div { display: flex; justify-content: space-between; }
.cq-brief-rows span { color: var(--mut); }
.cq-brief-rows b { font-weight: 600; }

.cq-card-creator { position: absolute; right: 0; bottom: 120px; width: 258px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 20px 50px -24px rgba(29,29,31,.16); display: flex; align-items: center; gap: 12px; opacity: 0; transform: translate3d(150px,130px,0) rotate(9deg); will-change: transform; }
.cq-match-ava { width: 46px; height: 46px; flex: none; border-radius: 50%; object-fit: cover; }
.cq-match-id { min-width: 0; }
.cq-match-name { font-size: 14px; font-weight: 700; }
.cq-match-niche { font-size: 12px; color: var(--mut); }
.cq-match-side { margin-left: auto; flex: none; display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.cq-match-badge { font-size: 9.5px; font-weight: 800; letter-spacing: .08em; background: var(--ink); color: var(--bg); padding: 4px 8px; border-radius: 6px; }
.cq-match-stars { font-size: 11px; font-weight: 700; color: var(--mut); }

.cq-card-ad { position: absolute; left: 50%; top: 50%; width: 250px; height: 444px; margin-left: -131px; margin-top: -228px; border-radius: 20px; background: var(--ink); border: 6px solid #fff; box-shadow: 0 40px 90px -36px rgba(29,29,31,.26); opacity: 0; transform: translate3d(0,280px,0) scale(.9); will-change: transform; }
.cq-ad-screen { position: absolute; inset: 0; border-radius: 16px; overflow: hidden; }
.cq-ad-screen .cq-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cq-ad-top { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; align-items: center; opacity: 0; pointer-events: none; }
.cq-ad-top > span { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.94); border-radius: 999px; padding: 5px 10px; font-size: 11px; font-weight: 700; color: var(--ink); }
.cq-ad-top .cq-dot-grad { width: 8px; height: 8px; border-radius: 4px; }
.cq-ad-bottom { position: absolute; left: 0; right: 0; bottom: 0; padding: 36px 14px 14px; background: linear-gradient(rgba(29,29,31,0), rgba(29,29,31,.7)); opacity: 0; pointer-events: none; }
.cq-ad-bottom > div:first-child { color: #fff; font-size: 13px; line-height: 1.45; font-weight: 500; text-shadow: 0 1px 8px rgba(29,29,31,.26); }
.cq-ad-progress { margin-top: 10px; height: 3px; border-radius: 2px; background: rgba(255,255,255,.3); }
.cq-ad-progress > div { height: 100%; width: 38%; border-radius: 2px; background: #fff; }
.cq-stamp { position: absolute; top: -12px; right: -18px; background: var(--grad); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .1em; padding: 8px 14px; border-radius: 999px; box-shadow: 0 12px 28px -10px rgba(124,58,237,.55); opacity: 0; transform: rotate(-7deg) scale(.4); }

/* ── STAT STRIP ── */
.cq-statstrip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.cq-statstrip-inner { max-width: 1200px; margin: 0 auto; padding: 22px 32px; display: flex; gap: 16px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.cq-stat { display: flex; align-items: baseline; gap: 10px; }
.cq-stat-n { font-size: 26px; font-weight: 700; letter-spacing: -.028em; }
.cq-stat-l { font-size: 13.5px; color: var(--mut); font-weight: 500; }
.cq-stat-sep { width: 1px; height: 28px; background: var(--line); }

/* ── HOW IT WORKS ── */
.cq-how-grid { display: grid; grid-template-columns: minmax(240px, 300px) 1fr; gap: 48px; margin-top: 48px; align-items: start; }
.cq-how-grid h2 { margin: 16px 0 0; font-size: clamp(26px, 2.4vw, 34px); line-height: 1.15; letter-spacing: -.028em; font-weight: 700; }
.cq-how-grid-flip { grid-template-columns: 1fr minmax(240px, 300px); margin-top: 0; }
.cq-how-head-right { text-align: right; }
.cq-how-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; }
.cq-how-t { font-size: 17px; font-weight: 700; margin: 10px 0 6px; }
.cq-how-d { font-size: 14.5px; line-height: 1.55; color: var(--mut); text-wrap: pretty; }

/* ── WHO DOES WHAT ── */
.cq-parts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin-top: 40px; }
.cq-part-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 32px; }
.cq-part-kicker { font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.cq-part-card h3 { margin: 12px 0 24px; font-size: 24px; letter-spacing: -.028em; font-weight: 700; }
.cq-part-list { display: grid; gap: 18px; }
.cq-part-list > div { display: flex; gap: 14px; align-items: baseline; }
.cq-part-list .cq-num { flex: none; }
.cq-part-list b { font-size: 16px; font-weight: 700; }
.cq-part-list p { font-size: 14px; color: var(--mut); margin: 3px 0 0; }
.cq-part-card-dark { background: var(--ink); border: none; }
.cq-part-card-dark .cq-part-kicker { color: rgba(245,245,247,.55); }
.cq-part-card-dark h3 { color: var(--bg); }
.cq-part-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.cq-part-chips span { font-size: 13.5px; font-weight: 600; color: var(--bg); border: 1px solid rgba(245,245,247,.22); padding: 8px 14px; border-radius: 999px; }
.cq-part-note { margin-top: 24px; font-size: 14px; color: rgba(245,245,247,.65); line-height: 1.55; }

/* ── ROSTER ── */
.cq-roster-mask { overflow: hidden; margin-top: 40px; mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent); }
.cq-roster-track { display: flex; gap: 20px; width: max-content; will-change: transform; }
/* Poster cards, same construction as the Studio roster but dressed for the
   homepage: photo fills the card, a purple→orange tint (the logo gradient)
   sits over it, and a deep-purple scrim carries the text at the bottom. */
.cq-roster-card {
  position: relative; flex: none; width: 280px; aspect-ratio: 5/7;
  display: block; border-radius: 24px; overflow: hidden;
  box-shadow: 0 18px 44px rgba(40,24,90,.22);
  transition: transform .18s ease;
}
.cq-roster-card:hover { transform: translateY(-4px); }
.cq-roster-card:focus-visible { outline: 2px solid var(--vio); outline-offset: -2px; }
.cq-roster-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
/* Confined to the bottom text zone by the mask — the photo above stays clean,
   and the purple→orange only colours the scrim the info block sits on. */
.cq-roster-tint {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(124,58,237,.48) 0%, rgba(236,72,153,.24) 50%, rgba(249,115,22,.46) 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 40%, #000 76%);
  mask-image: linear-gradient(180deg, transparent 40%, #000 76%);
}
/* Text contrast lives here — keep the bottom stop at .90. */
.cq-roster-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(30,10,44,.28) 0%, rgba(30,10,44,0) 26%, rgba(30,10,44,0) 38%, rgba(30,10,44,.90) 84%);
}
.cq-roster-ring { position: absolute; inset: 0; border-radius: 24px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); pointer-events: none; }
.cq-roster-top { position: absolute; top: 14px; left: 14px; right: 14px; display: flex; justify-content: space-between; align-items: center; }
.cq-roster-id {
  background: rgba(255,255,255,.14); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.22); color: #fff;
  font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 600; letter-spacing: .08em;
  padding: 4px 9px; border-radius: 8px;
}
.cq-roster-new {
  background: rgba(255,255,255,.14); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.22); color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 8px;
}
.cq-roster-info { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px; }
.cq-roster-line { display: block; font-size: 10.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #FFC9A8; }
.cq-roster-name { display: block; font-size: 21px; font-weight: 800; color: #fff; letter-spacing: -.01em; margin-top: 4px; }
.cq-roster-tags { display: flex; gap: 7px; margin-top: 12px; flex-wrap: wrap; }
.cq-roster-tags span {
  background: rgba(255,255,255,.13); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.22); color: #fff;
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px;
}
.cq-roster-cta { aspect-ratio: auto; background: var(--ink); border: none; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 28px; }
.cq-roster-cta-t { font-size: 22px; font-weight: 700; letter-spacing: -.02em; color: var(--bg); line-height: 1.2; }
.cq-roster-cta-d { font-size: 13.5px; color: rgba(245,245,247,.6); line-height: 1.5; }
.cq-roster-cta > a { margin-top: 6px; font-size: 14px; font-weight: 600; color: var(--bg); border: 1.5px solid rgba(245,245,247,.3); padding: 9px 16px; border-radius: 999px; align-self: flex-start; transition: background .2s ease; }
.cq-roster-cta > a:hover { background: rgba(245,245,247,.1); }
.cq-niches { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.cq-niches-label { font-size: 12px; font-weight: 700; letter-spacing: .12em; color: var(--mut); margin-right: 8px; }
.cq-niche-pill { font-size: 12.5px; font-weight: 600; color: var(--ink); background: #fff; border: 1px solid var(--line); padding: 5px 12px; border-radius: 999px; }
.cq-niche-pill-muted { color: var(--mut); background: var(--bg); }
.cq-niches-note { font-size: 12.5px; color: var(--mut); margin-left: 4px; }

/* ── WHY CASTQUILL ── */
.cq-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 56px; margin-top: 48px; align-items: center; }
.cq-donut { position: relative; max-width: 420px; margin: 0 auto; width: 100%; }
.cq-donut svg { width: 100%; height: auto; display: block; }
.cq-donut-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; pointer-events: none; text-align: center; }
.cq-donut-center img { height: 32px; width: auto; display: block; }
.cq-donut-t { font-size: 15px; font-weight: 700; letter-spacing: -.01em; }
.cq-donut-d { font-size: 12px; color: var(--mut); }
.cq-why-list { display: grid; gap: 15px; align-content: center; }
.cq-why-list > div { display: flex; gap: 12px; align-items: baseline; font-size: 15px; }
.cq-why-list > div > span { width: 10px; height: 10px; border-radius: 3px; flex: none; transform: translateY(1px); }
.cq-why-list b { font-weight: 700; }
.cq-why-list i { font-style: normal; color: var(--mut); }

/* ── PACKAGES ── */
.cq-price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 40px; }
.cq-price-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px; }
.cq-price-card-hot { border: 2px solid var(--vio); position: relative; }
.cq-price-badge { position: absolute; top: -11px; left: 24px; background: var(--vio); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .1em; padding: 4px 10px; border-radius: 999px; }
.cq-price-plan { font-size: 12px; font-weight: 800; letter-spacing: .12em; color: var(--mut); }
.cq-price-plan.cq-vio { color: var(--vio); }
.cq-price-n { font-size: 38px; font-weight: 700; letter-spacing: -.028em; margin: 14px 0 0; }
.cq-price-per { font-size: 12.5px; color: var(--mut); margin: 2px 0 8px; }
.cq-price-d { font-size: 14px; color: var(--mut); }
.cq-price-note { margin-top: 20px; font-size: 14px; color: var(--mut); }

/* ── STUDIO CTA + FOOTER ── */
.cq-footer-block { margin-top: 120px; background: var(--ink); border-radius: 32px 32px 0 0; }
.cq-studio-cta { max-width: 1200px; margin: 0 auto; padding: 72px 32px 0; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.cq-studio-cta > div { flex: 1; min-width: 300px; }
.cq-footer-kicker { font-size: 12px; font-weight: 700; letter-spacing: .15em; color: rgba(245,245,247,.55); }
.cq-studio-cta h2 { margin: 14px 0 0; color: var(--bg); font-size: clamp(26px, 2.6vw, 36px); line-height: 1.15; letter-spacing: -.028em; font-weight: 700; max-width: 560px; text-wrap: pretty; }
.cq-btn-dark-outline { flex: none; color: var(--bg); border: 1.5px solid rgba(245,245,247,.3); padding: 14px 27px; border-radius: 999px; font-size: 16px; font-weight: 600; transition: background .2s ease, transform .2s ease; }
.cq-btn-dark-outline:hover { background: rgba(245,245,247,.08); transform: translateY(-2px); }
.cq-btn-dark-outline span { margin-left: 6px; }

.cq-footer { max-width: 1200px; margin: 0 auto; padding: 64px 32px 40px; }
.cq-footer-rule { height: 1px; background: rgba(245,245,247,.14); }
.cq-footer-grid { display: flex; gap: 32px; flex-wrap: wrap; align-items: flex-start; padding-top: 36px; }
.cq-footer-brand { flex: 1; min-width: 260px; }
.cq-footer-logo { display: flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 700; color: var(--bg); }
.cq-footer-logo img { height: 26px; width: auto; display: block; flex: none; }
.cq-footer-logo-quill { background: linear-gradient(120deg, #EC4899 0%, #F43F5E 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cq-footer-tag { margin-top: 12px; font-size: 14px; color: rgba(245,245,247,.6); }
.cq-footer-mail { margin-top: 6px; font-size: 14px; }
.cq-footer-mail a { color: rgba(245,245,247,.85); }
.cq-footer-mail a:hover { color: #fff; }
.cq-footer-mail span { color: rgba(245,245,247,.35); }
.cq-footer-cols { display: flex; gap: 48px; flex-wrap: wrap; }
.cq-footer-cols > div { display: grid; gap: 10px; font-size: 14px; align-content: start; }
.cq-footer-col-h { font-size: 11px; font-weight: 800; letter-spacing: .12em; color: rgba(245,245,247,.45); }
.cq-footer-cols a { color: rgba(245,245,247,.75); }
.cq-footer-cols a:hover { color: #fff; }
.cq-footer-bottom { margin-top: 36px; display: flex; gap: 16px; flex-wrap: wrap; align-items: center; justify-content: space-between; font-size: 12.5px; color: rgba(245,245,247,.4); }
.cq-footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.cq-footer-legal a { color: rgba(245,245,247,.55); }
.cq-footer-legal a:hover { color: #fff; }

/* ── static hero: phones only, no pinned storyboard ──
   Shared by small screens and reduced-motion — the scroll-driven sequence is
   a desktop flourish, not the content. */
@media (max-width: 860px), (prefers-reduced-motion: reduce) {
  .cq-pin { height: auto; }
  .cq-pin-sticky { position: static; height: auto; overflow: visible; display: block; }
  .cq-hero-grid { padding-top: 40px; }
  .cq-hero-copy { margin-top: 0; }
  .cq-card-brief, .cq-card-creator, .cq-card-ad { display: none; }
  .cq-steps { display: none; }
  .cq-showreel { opacity: 1 !important; transform: none !important; }
  .cq-underline { width: 100% !important; }
  .cq-stage { height: 520px; margin: 0 auto; }
  .cq-clip-toggle { top: auto; bottom: -6px; right: 50%; transform: translateX(50%); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cq-roster-mask { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
}

/* ── responsive ── */
@media (max-width: 860px) {
  .cq-nav-links { display: none; }
  .cq-nav-signin, .cq-nav-pill, .cq-nav-cta { display: none; }
  .cq-burger { display: block; }
  .cq-section { padding-left: 20px; padding-right: 20px; padding-top: 72px; }
  .cq-section-lg { padding-top: 84px; }
  .cq-nav-inner, .cq-statstrip-inner, .cq-hero-grid, .cq-studio-cta, .cq-footer { padding-left: 20px; padding-right: 20px; }
  .cq-how-grid, .cq-how-grid-flip { grid-template-columns: 1fr; gap: 28px; }
  .cq-how-head-right { text-align: left; order: -1; }
  .cq-divider { margin: 48px 0; }
  .cq-statstrip-inner { justify-content: flex-start; row-gap: 10px; }
  .cq-stat-sep { display: none; }
  .cq-footer-block { margin-top: 84px; }
}
@media (max-width: 440px) {
  .cq-stage { min-width: 0; width: 100%; height: 470px; }
  .cq-phone-0 { left: -8px; top: 130px; width: 138px; height: 245px; }
  .cq-phone-1 { width: 160px; height: 284px; margin-left: -80px; }
  .cq-phone-2 { right: -8px; top: 150px; width: 138px; height: 245px; }
}
