/* site.css — Playback marketing/business surfaces. Light editorial ground,
   near-black ink, one red signature, cinematic dark hero. Shares the app's
   type (Bricolage Grotesque display + Manrope body) and brand red. */
:root {
  --paper: #ffffff; --paper-2: #f6f5f3; --paper-3: #efeeeb;
  --ink: #0f0f0f; --ink-2: #56544f; --ink-3: #8a877f;
  --line: #e6e4df; --line-2: #d6d3cc;
  --red: #ff0033; --red-2: #d4002a; --red-ink: #c8001f;
  --dark: #0f0f0f;
  --f-brand: "Bricolage Grotesque", "Manrope", sans-serif;
  --f-ui: "Manrope", system-ui, sans-serif;
  --maxw: 1160px;
  --r: 14px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--f-ui); background: var(--paper); color: var(--ink); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: none; background: none; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--red); color: #fff; }
h1, h2, h3, h4 { font-family: var(--f-brand); font-weight: 800; letter-spacing: -.025em; line-height: 1.05; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 760px; }
section { padding: 96px 0; }
.eyebrow { font-family: var(--f-ui); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--red-ink); }
.muted { color: var(--ink-2); }
.lead { font-size: 21px; line-height: 1.5; color: var(--ink-2); }

/* nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; gap: 28px; height: 66px; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.logo { display: flex; align-items: center; gap: 8px; font-family: var(--f-brand); font-weight: 800; font-size: 22px; letter-spacing: -.03em; }
.logo .mark { width: 34px; height: 24px; background: var(--red); border-radius: 7px; display: grid; place-items: center; box-shadow: 0 2px 8px rgba(255,0,51,.3); }
.logo .mark svg { width: 15px; color: #fff; }
.nav-links { display: flex; gap: 24px; margin-left: 12px; font-size: 15px; font-weight: 600; }
.nav-links a { color: var(--ink-2); transition: color .15s; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 44px; padding: 0 20px; border-radius: 40px; font-weight: 700; font-size: 15px; transition: transform .12s, background .15s, filter .15s, box-shadow .15s; white-space: nowrap; }
.btn:active { transform: scale(.97); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 4px 16px rgba(255,0,51,.25); }
.btn-red:hover { filter: brightness(1.08); box-shadow: 0 6px 22px rgba(255,0,51,.35); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #2a2a2a; }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line-2); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-lg { height: 52px; padding: 0 28px; font-size: 16px; }
.btn svg { width: 20px; }
.nav-toggle { display: none; }

/* hero (cinematic dark) */
.hero { background: #0b0b0b; color: #fff; padding: 120px 0 0; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(1200px 500px at 70% -10%, rgba(255,0,51,.22), transparent 60%); }
.hero .wrap { position: relative; }
.hero .eyebrow { color: #ff5573; }
.hero h1 { font-size: clamp(44px, 7vw, 88px); margin: 18px 0 22px; max-width: 15ch; }
.hero h1 .em { color: #ff2d55; }
.hero p { font-size: clamp(18px, 2.2vw, 23px); color: #cfcdc8; max-width: 52ch; }
.hero-cta { display: flex; gap: 14px; margin: 34px 0 20px; flex-wrap: wrap; }
.hero-note { font-size: 14px; color: #8a877f; }
.hero-collage { margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-bottom: 0; transform: translateY(1px); }
.hero-collage .tile { border-radius: 12px 12px 0 0; overflow: hidden; aspect-ratio: 16/10; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.hero-collage .tile:nth-child(even) { transform: translateY(-22px); border-radius: 12px; }
.hero-collage img { width: 100%; height: 100%; object-fit: cover; }
.hero-collage .tile .play-badge { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.1); }
.hero-collage .play-badge span { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,0,51,.92); display: grid; place-items: center; }
.hero-collage .play-badge svg { width: 20px; color: #fff; }

/* logos / stat strip */
.stat-strip { background: var(--ink); color: #fff; padding: 40px 0; }
.stat-strip .row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-strip .n { font-family: var(--f-brand); font-size: 40px; font-weight: 800; }
.stat-strip .l { font-size: 13px; color: #a8a5a0; text-transform: uppercase; letter-spacing: .08em; }

/* section head */
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(30px, 4.4vw, 50px); margin: 14px 0 16px; }

/* feature loop */
.loop-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.loop-step { padding: 28px 22px; border: 1px solid var(--line); border-radius: var(--r); background: var(--paper); transition: transform .2s, box-shadow .2s; }
.loop-step:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.06); }
.loop-step .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--paper-3); display: grid; place-items: center; margin-bottom: 18px; color: var(--red-ink); }
.loop-step .ic svg { width: 24px; }
.loop-step h3 { font-size: 20px; margin-bottom: 8px; }
.loop-step p { font-size: 15px; color: var(--ink-2); }

/* alternating feature rows */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.feature-row + .feature-row { margin-top: 100px; }
.feature-row.rev .feat-media { order: 2; }
.feature-row h3 { font-size: clamp(26px, 3.6vw, 38px); margin-bottom: 16px; }
.feature-row p { color: var(--ink-2); font-size: 17px; margin-bottom: 14px; }
.feature-list { list-style: none; display: grid; gap: 10px; margin-top: 20px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; }
.feature-list svg { width: 20px; color: var(--red-ink); flex: none; margin-top: 2px; }
.feat-media { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(0,0,0,.1); background: #0f0f0f; }
.feat-media img { width: 100%; }
.browser-frame { background: #0f0f0f; }
.browser-frame .bar { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #1a1a1a; }
.browser-frame .bar i { width: 11px; height: 11px; border-radius: 50%; background: #3a3a3a; }
.browser-frame .bar .url { margin-left: 12px; font-size: 12px; color: #888; font-family: var(--f-ui); }

/* bands */
.band-dark { background: var(--ink); color: #fff; }
.band-dark .muted { color: #a8a5a0; }
.band-paper { background: var(--paper-2); }

/* pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { border: 1px solid var(--line); border-radius: 18px; padding: 30px; background: var(--paper); display: flex; flex-direction: column; }
.price-card.feat { border: 2px solid var(--red); box-shadow: 0 20px 50px rgba(255,0,51,.12); position: relative; }
.price-card.feat .tag { position: absolute; top: -12px; left: 30px; background: var(--red); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.price-card h3 { font-size: 22px; margin-bottom: 6px; }
.price-card .price { font-family: var(--f-brand); font-size: 46px; font-weight: 800; margin: 10px 0 2px; }
.price-card .price span { font-size: 16px; color: var(--ink-2); font-family: var(--f-ui); font-weight: 500; }
.price-card .desc { color: var(--ink-2); font-size: 14px; min-height: 42px; }
.price-card ul { list-style: none; margin: 22px 0; display: grid; gap: 12px; flex: 1; }
.price-card li { display: flex; gap: 10px; font-size: 15px; }
.price-card li svg { width: 19px; color: var(--red-ink); flex: none; }
.split-note { font-size: 13px; color: var(--ink-3); margin-top: 10px; }
.toggle-cycle { display: inline-flex; background: var(--paper-3); border-radius: 40px; padding: 4px; margin: 0 auto 40px; }
.toggle-cycle button { padding: 8px 20px; border-radius: 40px; font-weight: 700; font-size: 14px; color: var(--ink-2); }
.toggle-cycle button.on { background: var(--paper); color: var(--ink); box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.save-badge { font-size: 12px; color: var(--red-ink); font-weight: 700; }

/* testimonials */
.quote-grid { columns: 3; column-gap: 22px; }
.quote { break-inside: avoid; border: 1px solid var(--line); border-radius: var(--r); padding: 24px; margin-bottom: 22px; background: var(--paper); }
.quote p { font-size: 16px; margin-bottom: 16px; }
.quote .who { display: flex; align-items: center; gap: 12px; }
.quote .av { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 14px; }
.quote .who b { font-size: 14px; } .quote .who span { font-size: 13px; color: var(--ink-2); display: block; }

/* FAQ */
.faq { max-width: 780px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq summary { font-family: var(--f-brand); font-size: 19px; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { font-size: 26px; color: var(--red-ink); transition: transform .2s; flex: none; }
.faq details[open] summary .pm { transform: rotate(45deg); }
.faq .ans { padding-top: 14px; color: var(--ink-2); }

/* CTA */
.cta-band { text-align: center; }
.cta-band h2 { font-size: clamp(32px, 5vw, 56px); margin-bottom: 18px; }
.cta-band .btn-row { display: flex; gap: 14px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }

/* newsletter */
.news-form { display: flex; gap: 10px; max-width: 480px; }
.news-form input { flex: 1; height: 52px; border-radius: 40px; border: 1.5px solid var(--line-2); padding: 0 20px; font: inherit; }
.news-form input:focus { outline: none; border-color: var(--red); }
.band-dark .news-form input { background: #1a1a1a; border-color: #333; color: #fff; }

/* footer */
.footer { background: var(--ink); color: #cfcdc8; padding: 72px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 40px; }
.footer h4 { font-family: var(--f-ui); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: #fff; margin-bottom: 16px; font-weight: 700; }
.footer a { display: block; color: #a8a5a0; font-size: 14px; padding: 5px 0; transition: color .15s; }
.footer a:hover { color: #fff; }
.footer .logo { color: #fff; margin-bottom: 14px; }
.footer-bottom { border-top: 1px solid #2a2a2a; margin-top: 48px; padding-top: 28px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; color: #8a877f; }

/* article / doc pages */
.doc-hero { padding: 64px 0 40px; border-bottom: 1px solid var(--line); }
.doc-hero .kicker { color: var(--red-ink); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; }
.doc-hero h1 { font-size: clamp(32px, 5vw, 54px); margin: 14px 0 18px; max-width: 20ch; }
.doc-hero .byline { color: var(--ink-2); font-size: 15px; }
.prose { max-width: 720px; margin: 0 auto; font-size: 18px; line-height: 1.75; }
.prose h2 { font-size: 28px; margin: 44px 0 16px; }
.prose h3 { font-size: 22px; margin: 32px 0 12px; }
.prose p { margin-bottom: 20px; color: #2a2825; }
.prose ul, .prose ol { margin: 0 0 20px 24px; color: #2a2825; }
.prose li { margin-bottom: 8px; }
.prose blockquote { border-left: 3px solid var(--red); padding-left: 20px; margin: 24px 0; font-style: italic; color: var(--ink-2); }
.prose code { background: var(--paper-3); padding: 2px 6px; border-radius: 5px; font-size: .9em; font-family: ui-monospace, monospace; }
.prose img { border-radius: var(--r); margin: 28px 0; border: 1px solid var(--line); }
.prose a { color: var(--red-ink); text-decoration: underline; text-underline-offset: 3px; }
.callout { background: var(--paper-2); border: 1px solid var(--line); border-left: 3px solid var(--red); border-radius: 10px; padding: 18px 22px; margin: 28px 0; font-size: 16px; }

/* blog list */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .2s, box-shadow .2s; background: var(--paper); }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(0,0,0,.08); }
.post-card .pc-img { aspect-ratio: 16/9; overflow: hidden; background: var(--paper-3); }
.post-card .pc-img img { width: 100%; height: 100%; object-fit: cover; }
.post-card .pc-body { padding: 22px; }
.post-card .cat { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--red-ink); }
.post-card h3 { font-size: 20px; margin: 8px 0; }
.post-card p { font-size: 14px; color: var(--ink-2); }
.post-card .pmeta { font-size: 13px; color: var(--ink-3); margin-top: 14px; }

/* help center */
.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.help-cat { border: 1px solid var(--line); border-radius: var(--r); padding: 26px; transition: border-color .2s, transform .2s; }
.help-cat:hover { border-color: var(--red); transform: translateY(-3px); }
.help-cat .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--paper-3); display: grid; place-items: center; color: var(--red-ink); margin-bottom: 16px; }
.help-cat h3 { font-size: 19px; margin-bottom: 8px; }
.help-cat p { font-size: 14px; color: var(--ink-2); }
.help-cat ul { list-style: none; margin-top: 14px; }
.help-cat li a { color: var(--ink-2); font-size: 14px; padding: 4px 0; display: block; }
.help-cat li a:hover { color: var(--red-ink); }

/* trends report accents */
.big-stat { font-family: var(--f-brand); font-size: clamp(56px, 10vw, 120px); font-weight: 800; line-height: .9; color: var(--red); letter-spacing: -.04em; }
.report-stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; text-align: center; margin: 40px 0; }

.demo-note { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; color: var(--ink-3); border: 1px solid var(--line-2); padding: 3px 10px; border-radius: 20px; }

/* responsive */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-toggle { display: grid; place-items: center; width: 42px; height: 42px; margin-left: auto; }
  .nav-cta .btn-ghost { display: none; }
  .hero-collage { grid-template-columns: repeat(2, 1fr); }
  .loop-steps { grid-template-columns: repeat(2, 1fr); }
  .feature-row, .feature-row.rev .feat-media { grid-template-columns: 1fr; order: 0; gap: 32px; }
  .price-grid { grid-template-columns: 1fr; }
  .quote-grid { columns: 1; }
  .stat-strip .row { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .post-grid, .help-grid { grid-template-columns: 1fr; }
  .report-stat-row { grid-template-columns: 1fr; }
  section { padding: 64px 0; }
}
@media (max-width: 500px){ .stat-strip .row { grid-template-columns: 1fr 1fr; } .hero h1 { font-size: 40px; } }
/* entrance — CSS-only so content degrades to fully visible without JS */
@media (prefers-reduced-motion: no-preference){
  [data-reveal]{ animation: revealUp .7s cubic-bezier(.2,.6,.2,1) both; }
}
@keyframes revealUp{ from{ opacity: 0; transform: translateY(22px); } to{ opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce){ html { scroll-behavior: auto; } *{ transition: none !important; animation: none !important; } [data-reveal]{ opacity: 1 !important; } }
