/* ============================================================================
   Tribble — Respond PDP components
   ----------------------------------------------------------------------------
   Page-specific components for /respond/: the document-type tab strip, the
   product carousel, integrations grid, format chips, G2 rail and metrics.

   Loaded after brand.css and scoped to the `brand.page` layer, which sits
   above brand.components and below brand.overrides. That matters: this page
   redefines .card, .close, .dek and .faq to mean different things, and the
   layer order makes those wins explicit rather than a specificity accident.

   Tokens, base, nav, and the shared print / reduced-motion rules all come
   from brand.css. Do not redeclare them here.
   ========================================================================= */

@layer brand.page {



* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { transition: background-color .45s var(--ease), color .45s var(--ease); }
html, body { margin: 0; background: var(--paper); color: var(--ink);
  font-family: Geist, ui-sans-serif, system-ui, sans-serif; }
button, a { transition: background .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease), transform .28s var(--ease), box-shadow .28s var(--ease); }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }
.stage { max-width: 1280px; margin: 0 auto; background: var(--field); min-height: 100vh; }
section[id] { scroll-margin-top: 88px; }
.sheet, .site-top, .dock { transition: background-color .45s var(--ease), border-color .45s var(--ease), color .45s var(--ease); }
.rise { opacity: 0; transform: translate3d(0, 18px, 0); }
.rise.in { opacity: 1; transform: none; transition: opacity var(--rise), transform var(--rise); }
.splash.rise { transform: none; }
.splash .motif { animation: drift 18s var(--ease) infinite alternate; }
.acts a:hover, .close a:hover, .brain a.cta:hover { transform: translateY(-1px); }
.site-top {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; gap: 36px;
  padding: 22px var(--pad) 18px;
  background: #F4F6FA;
  border-bottom: 1px solid rgba(0,9,26,.08);
}
.site-top .lockup { width: 148px; height: auto; display: block; flex: none; }
.site-top nav {
  display: flex; align-items: center; gap: 26px;
  margin-left: auto; font-size: 16px; font-weight: 500;
}
.site-top nav span, .site-top nav a, .site-top nav button {
  color: #00091A; text-decoration: none;
}
.site-top .nav-item { position: relative; }
.site-top .nav-item > button {
  appearance: none; background: none; border: 0; padding: 0;
  font: inherit; color: inherit; cursor: pointer;
}
.site-top .nav-item.is-open > button { color: #3263E9; }
.site-top .nav-item { padding-bottom: 0; }
.site-top .mega {
  display: none; position: absolute; top: 100%; left: 0;
  width: 320px; padding: 18px 18px 10px; background: #fff;
  border: 2px solid #00091A; z-index: 8;
}
.site-top .mega::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: 100%;
  height: 18px;
}
.site-top .nav-item.is-open .mega { display: block; }
.site-top .mega p {
  margin: 0 0 12px; font-size: 12px; line-height: 1.4;
  letter-spacing: .04em; text-transform: uppercase; color: #1E293B;
}
.site-top .mega a {
  display: block; padding: 10px 0; border-top: 1px solid rgba(0,9,26,.08);
  color: #00091A; font-size: 15px; font-weight: 520; text-decoration: none;
}
.site-top .mega a small {
  display: block; margin-top: 3px; font-size: 12px; font-weight: 450;
  color: #1E293B; text-transform: none; letter-spacing: 0;
}
.site-top .cta {
  display: inline-flex; align-items: center; height: var(--ctl-h); padding: 0 var(--ctl-pad-x);
  background: #00091A; color: #fff; font-size: 15px; font-weight: 560;
  text-decoration: none; border-radius: 2px;
}
body[data-theme="dark"] { --ink: #f1f5f9; --ink2: #cbd5e1; --paper: #152238; --field: #0d1728; --line: rgba(255,255,255,.12); background: #070d16; }
body[data-theme="dark"] .stage { background: var(--field); }
body[data-theme="dark"] .g2-badge { background: #fff; }
body[data-theme="dark"] .site-top { background: #00091A; }
body[data-theme="dark"] .site-top nav span,
body[data-theme="dark"] .site-top nav a,
body[data-theme="dark"] .site-top nav button { color: #fff; }
body[data-theme="dark"] .site-top .nav-item.is-open > button { color: #D7DEEE; }
body[data-theme="dark"] .site-top .lockup path[fill="#00091A"] { fill: #ffffff; }
body[data-theme="dark"] .site-top .mega { background: #00091A; border-color: rgba(215,222,238,.16); }
body[data-theme="dark"] .site-top .mega p,
body[data-theme="dark"] .site-top .mega a small { color: #D7DEEE; }
body[data-theme="dark"] .site-top .mega a { color: #fff; border-top-color: rgba(215,222,238,.12); }
body[data-theme="dark"] .site-top .cta { background: #fff; color: #00091A; }
.car-nav, .rail-nav {
  display: flex; gap: 12px; margin: 0 0 28px;
}
.car-nav button, .rail-nav button {
  appearance: none; font: inherit; cursor: pointer;
  min-height: var(--ctl-h); padding: 0 var(--ctl-pad-x);
  border-radius: 2px; border: 1px solid var(--ink);
  background: var(--field); color: var(--ink);
  font-size: var(--ctl-fs); font-weight: 560; letter-spacing: -.01em;
}
.car-nav button:hover, .rail-nav button:hover {
  background: var(--paper);
}
.car-nav #nextShot, .rail-nav #blogNext {
  background: #00091A; color: #fff; border-color: #00091A;
}
.car-nav #nextShot:hover, .rail-nav #blogNext:hover {
  filter: brightness(1.08);
}
body[data-theme="dark"] .car-nav #nextShot,
body[data-theme="dark"] .rail-nav #blogNext {
  background: #fff; color: #00091A; border-color: #fff;
}
.modal { display: grid; position: fixed; inset: 0; place-items: center; padding: 28px; background: rgba(10,22,40,0); z-index: 50; visibility: hidden; pointer-events: none; opacity: 0; transition: opacity .22s var(--ease), visibility .22s var(--ease), background-color .22s var(--ease); }
.modal.on { visibility: visible; pointer-events: auto; opacity: 1; background: rgba(10,22,40,.55); }
.sheet { background: var(--field); color: var(--ink); max-width: 560px; width: 100%; border-radius: 2px; padding: 40px; border: 1px solid var(--line); transform: translate3d(0, 10px, 0); opacity: 0; transition: transform .24s var(--ease), opacity .24s var(--ease); }
.modal.on .sheet { transform: none; opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .modal, .modal .sheet { transition: none; }
}
.sheet h3 { margin: 0 0 10px; font-size: 28px; line-height: 1.15; text-wrap: balance; }
.sheet p { margin: 0 0 18px; font-weight: 500; text-wrap: pretty; }
.sheet form { display: grid; gap: 12px; }
.sheet label { display: grid; gap: 6px; font-size: 13px; font-weight: 650; }
.sheet input { appearance: none; width: 100%; border: 1px solid var(--line); border-radius: 2px; padding: 14px 16px; font: inherit; font-size: 16px; color: var(--ink); background: var(--paper); }
.sheet input:focus { outline: 2px solid var(--signal); outline-offset: 1px; }
.sheet .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sheet .actions { display: flex; gap: 10px; margin-top: 6px; }
.sheet button { appearance: none; border: 0; background: #00091A; color: #fff; border-radius: 2px; min-height: var(--ctl-h); padding: 0 var(--ctl-pad-x); font: inherit; font-size: var(--ctl-fs); font-weight: 560; cursor: pointer; }
.sheet .ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.sheet .note { margin: 10px 0 0; font-size: 13px; font-weight: 500; color: var(--ink2); }
.sheet .kicker { margin: 0 0 8px; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; color: var(--signal); }


.site-top a.ghost { border: 1px solid var(--ink); color: var(--ink); background: transparent; }
.site-top a.ghost:hover { background: var(--paper); }

.dock { position: fixed; right: 20px; bottom: 20px; z-index: 35; display: none; }
.dock.on { display: block; }
.dock a { display: inline-flex; align-items: center; background: #00091A; color: #fff; text-decoration: none; font-weight: 560; font-size: var(--ctl-fs); min-height: var(--ctl-h); padding: 0 var(--ctl-pad-x); border-radius: 2px; }
@media (max-width: 800px) {
  .site-top nav { display: none; }
}

.splash { position: relative; overflow: hidden; padding: 112px var(--pad) 96px; background: var(--field); }
.splash .motif { position: absolute; right: -48px; top: -36px; width: 420px; height: 420px; opacity: .07; pointer-events: none; }
.splash .motif svg { width: 100%; height: 100%; }
.kicker { font-size: 12px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--signal); margin: 0 0 18px; }
h1 { font-size: clamp(44px, 7vw, 84px); line-height: .94; letter-spacing: -.03em;
  font-weight: 700; margin: 0 0 22px; max-width: 14ch; text-wrap: balance; }
.dek { font-size: 22px; line-height: 1.45; font-weight: 500; max-width: 36ch; margin: 0 0 14px; text-wrap: pretty; color: var(--ink); }
.dek em { font-style: normal; color: var(--ink2); }
.fast { margin: 0 0 36px; font-size: 15px; font-weight: 650; }
.acts { display: flex; flex-wrap: wrap; gap: 14px; }
.acts b, .acts i { font-style: normal; font-weight: 560; font-size: var(--ctl-fs);
  min-height: var(--ctl-h); padding: 0 var(--ctl-pad-x); border-radius: 2px;
  display: inline-flex; align-items: center; }
.acts b { background: #00091A; color: #fff; }
.acts i { border: 1px solid var(--ink); }
.acts a:hover b { filter: brightness(1.06); }
.acts a:hover i { background: var(--paper); }

.tabs { padding: 56px var(--pad) 48px; border-top: 1px solid var(--line); }
/* Customer proof — the logos ARE the tabs. Two rows (logos above, buttons
   below) was the clutter; one row of selectable logos says the same thing. */
.custs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 8px;
  border-bottom: 1px solid var(--line);
}
.cust-tab {
  appearance: none; background: transparent; border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  padding: 14px 8px 16px;
  cursor: pointer; min-width: 0;
  transition: border-color var(--dur) var(--ease), opacity var(--dur) var(--ease);
  opacity: .5;
}
.cust-tab:hover { opacity: .85; }
.cust-tab[aria-selected="true"] { opacity: 1; border-bottom-color: var(--ink); }
.cust-tab .logo-slot {
  height: 34px; width: 100%;
  display: flex; align-items: center; justify-content: center;
}
.cust-tab img {
  display: block; width: auto; max-width: 100%;
  max-height: 24px; object-fit: contain;
  filter: grayscale(1);
  transition: filter var(--dur) var(--ease);
}
.cust-tab[aria-selected="true"] img { filter: none; }

/* Logos are drawn at wildly different weights, so they are trimmed to look
   like one row rather than six unrelated files. */
.lg-uipath        { max-height: 21px; }
.lg-clari         { max-height: 23px; }
.lg-taskus        { max-height: 19px; }
.lg-sprout-social { max-height: 21px; }
.lg-rightway      { max-height: 22px; }
.lg-brightsign    { max-height: 20px; }

.custs-all { margin: 4px 0 0; font-size: 14px; font-weight: 650; }
.custs-all a { color: var(--signal); text-decoration: none; }
.custs-all a:hover { text-decoration: underline; }

@media (max-width: 860px) {
  .custs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; }
  .stats-row { grid-template-columns: 1fr; gap: 14px; }
}

.stage-stat { min-height: 0; padding: 36px 0 32px; display: none; }
.stage-stat.on { display: block; animation: fade .55s var(--ease); }
.stats-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px 28px; margin: 0 0 36px; }
.stat { border-top: 2px solid var(--ink); padding: 14px 0 0; background: transparent; }
.stat strong { display: block; font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -.03em; line-height: .95; font-weight: 700; }
.stat span { display: block; margin-top: 10px; font-size: 13px; font-weight: 500; line-height: 1.4; color: var(--ink2); max-width: 28ch; }
.stat.ph { border-top-style: dashed; }
.stat.ph strong, .stat.ph span { color: var(--ink); }
.stage-stat .story { width: 100%; max-width: none; padding-top: 8px; }
.stage-stat h3 { margin: 0 0 10px; font-size: clamp(20px, 2.2vw, 26px); letter-spacing: -.025em; line-height: 1.2; font-weight: 650; text-wrap: balance; }
.stage-stat p { margin: 0 0 8px; font-size: 15px; line-height: 1.45; max-width: none; width: 100%; font-weight: 450; text-wrap: pretty; color: var(--ink); }
.stage-stat a { display: inline-block; margin-top: 10px; color: var(--signal); font-size: 14px; font-weight: 650; text-decoration: none; }
.stage-stat a:hover { text-decoration: underline; }
.bar { height: 2px; background: var(--line); border-radius: 99px; overflow: hidden; }
.bar i { display: block; height: 100%; width: 0; background: var(--signal); transition: width .2s linear; }

.g2 { margin: 0; padding: var(--section-y) var(--pad); border-top: 1px solid var(--line); border-bottom: 0;
  border-radius: 0; display: grid; grid-template-columns: minmax(180px, 240px) 1fr;
  gap: 28px 40px; align-items: center; background: transparent; }
.g2-brand { display: flex; align-items: center; gap: 10px; margin: 0 0 10px; }
.g2-brand svg { display: block; width: 36px; height: 36px; }
.g2-brand span { font-size: 13px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.g2 .score { font-size: 40px; font-weight: 700; letter-spacing: -.03em; line-height: 1; margin: 0; }
.g2 .meta { margin: 8px 0 16px; font-weight: 550; color: var(--ink2); }
.g2-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.g2-actions a { display: inline-flex; align-items: center; min-height: var(--ctl-h); padding: 0 var(--ctl-pad-x); border: 1px solid var(--ink); border-radius: 2px; background: var(--ink); color: #fff; font: inherit; font-weight: 560; font-size: var(--ctl-fs); text-decoration: none; }
.g2-actions a.ghost { background: transparent; color: var(--ink); }
.g2-actions a:hover { filter: brightness(1.06); }
.g2-badges { display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: center; justify-content: flex-end; }
.g2-badge { display: block; height: 88px; width: auto; }
.g2-badge img { display: block; height: 88px; width: auto; }

.formats { padding: var(--section-y) var(--pad); border-top: 1px solid var(--line); }
.mark-h { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; }
.mark-h svg { width: 16px; height: 16px; }
.formats h2, .pillars h2, .carousel h2, .blogs h2, .tabs h2 { font-size: 13px; font-weight: 700; margin: 0; color: var(--ink); letter-spacing: .08em; text-transform: uppercase; }
.tabs .mark-h, .ints .mark-h { margin: 0 0 22px; }
.formats .lead { margin: 0 0 22px; font-size: clamp(26px, 3vw, 36px); font-weight: 650; max-width: 18ch; letter-spacing: -.03em; text-wrap: balance; }
.kinds { display: flex; flex-wrap: wrap; gap: 8px; }
.kinds button { appearance: none; background: transparent; color: var(--ink); border: 1px solid var(--line); border-radius: 2px; min-height: var(--ctl-h); padding: 0 var(--ctl-pad-x); font: inherit; font-weight: 560; font-size: var(--ctl-fs); cursor: pointer; }
.kinds button:hover { border-color: var(--ink); }
.kinds button.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.kind-panel { margin-top: 0; display: grid; grid-template-columns: minmax(240px, .85fr) 1.25fr; gap: 32px; align-items: start; }
.kind-copy p { margin: 18px 0 0; font-size: 17px; line-height: 1.55; font-weight: 500; max-width: 36ch; text-wrap: pretty; }
.kind-right { display: grid; gap: 0; }
.kind-window { display: grid; }
.still { margin: 0; border: 2px solid #00091A; border-radius: 2px; overflow: hidden; background: var(--paper); position: relative; aspect-ratio: 16 / 9; }
.still img, .frame img, .step-shot img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; background: var(--paper); }
.still iframe { display: none; position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: transparent; }
.still.is-video { background: #000; }
.still.is-video img { display: none; }
.still.is-video iframe { display: block; width: 100%; height: 100%; transform: none; }
.still img, .still iframe, .outbox { transition: opacity .18s ease; }
.still.is-swap img, .still.is-swap iframe, .outbox.is-swap { opacity: 0; }
.story-bar { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 12px 0 0; }
.story-bar img { display: block; height: 28px; width: auto; max-width: 140px; object-fit: contain; }
.story-bar a { margin-top: 0; }
.demo { padding-top: 28px; }
.still { border-bottom: 0; border-radius: 2px 2px 0 0; }
.outbox { background: #00091A; border: 2px solid #00091A; border-top: 0; border-radius: 0 0 2px 2px; padding: 11px 16px 13px; }
.outbox strong { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #9DB4FF; font-weight: 700; }
.outbox span { display: block; margin-top: 4px; font-size: 14px; line-height: 1.4; font-weight: 500; color: #F4F6FA; }
.frame { border: 2px solid #00091A; border-radius: 2px; overflow: hidden; background: var(--paper); aspect-ratio: 16 / 9; }
@media (max-width: 860px) {
  .kind-panel, .stats-row, .g2, .row, .custs { grid-template-columns: 1fr 1fr; }
  .g2 { grid-template-columns: 1fr; }
  .g2-badges { justify-content: flex-start; }
  .sheet .row2 { grid-template-columns: 1fr; }
}

.pillars { padding: var(--section-y) var(--pad); border-top: 1px solid var(--line); }
.pillars .mark-h { margin: 0 0 22px; }
.row { display: grid; grid-template-columns: 240px 1fr; gap: 36px; padding: 28px 0 0; }
.row + .row { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.row h3 { margin: 0; font-size: 30px; letter-spacing: -.03em; text-wrap: balance; }
.row p { margin: 0; font-size: 18px; line-height: 1.55; max-width: 62ch; font-weight: 500; text-wrap: pretty; }

.carousel { padding: var(--section-y) var(--pad); border-top: 1px solid var(--line); }
.carousel .head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 0 28px; }
.carousel .head .mark-h { margin: 0; }
.carousel .head .car-nav { margin: 0; }
.carousel h2 { font-size: 13px; font-weight: 700; margin: 0; letter-spacing: .08em; text-transform: uppercase; }
.stage-show { position: relative; background: transparent; color: var(--ink); }
.shot { display: none; }
.shot.on { display: block; animation: fade .6s var(--ease); }
.shot-note { margin: 0 0 16px; max-width: 54ch; font-size: 16px; line-height: 1.5; font-weight: 500; color: var(--ink); }
.frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.dot { transition: background .35s var(--ease), width .35s var(--ease); }
.tab { transition: background .28s var(--ease), border-color .28s var(--ease), color .28s var(--ease); }
.shot .label { font-size: 12px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--signal); margin: 0 0 8px; }
.shot h3 { margin: 0 0 22px; font-size: clamp(22px, 3vw, 32px); letter-spacing: -.03em; text-wrap: balance; }
.frame { border-radius: 2px; overflow: hidden; background: #00091A;
  border: 2px solid #00091A; line-height: 0; aspect-ratio: 16 / 9; }
.frame iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; min-height: 0; border: 0; display: block; background: transparent; }
.logos { display: flex; flex-wrap: wrap; align-items: center; gap: 28px 36px;
  padding: 28px 0 8px; }
.logos img { height: 28px; width: auto; max-width: 140px; object-fit: contain; filter: none; }
body[data-theme="dark"] .logos img { filter: brightness(0) invert(1); opacity: .92; }
.dots { display: flex; gap: 8px; padding: 16px 0 0; }
.dot { width: 36px; height: 3px; border: 0; border-radius: 0; background: rgba(0,9,26,.18);
  cursor: pointer; padding: 0; }
.dot.on { background: #00091A; }

.brain { position: relative; overflow: hidden; margin: 8px var(--pad) 64px; padding: 36px 40px; background: #00091A; color: #fff; border-radius: 2px; }
.brain .motif { position: absolute; right: -28px; bottom: -60px; width: 180px; height: 180px; opacity: .12; pointer-events: none; }
.brain .motif svg { width: 100%; height: 100%; }
.critter { position: absolute; right: 22px; top: 18px; width: 44px; height: 44px; }
.critter img { width: 100%; height: 100%; display: block; }
.brain h2 { margin: 0 0 8px; font-size: clamp(24px, 3.4vw, 34px); letter-spacing: -.03em; text-wrap: balance; }
.brain p { margin: 0 0 16px; font-size: 16px; line-height: 1.5; max-width: 58ch; font-weight: 500; color: #fff; text-wrap: pretty; }
.brain b { display: inline-block; background: #fff; color: #00091A; padding: 10px 12px;
  border-radius: 2px; font-weight: 560; font-size: 13px; }
.brain a.cta:hover b { filter: brightness(1.06); }
.ints { margin: 0; padding: var(--section-y) var(--pad); border-top: 1px solid var(--line); }
.ints h2 { font-size: 13px; font-weight: 700; margin: 0; letter-spacing: .08em; text-transform: uppercase; }
.ints .lead { margin: 0 0 14px; font-size: clamp(26px, 3vw, 36px); font-weight: 650; max-width: 20ch; letter-spacing: -.03em; line-height: 1.15; text-wrap: balance; color: var(--ink); }
.ints p { margin: 0 0 28px; font-size: 18px; line-height: 1.6; max-width: 68ch; font-weight: 500; color: var(--ink); }
.int-row { display: flex; flex-wrap: wrap; align-items: center; gap: 28px 36px; }
.int-row img { display: block; height: 28px; width: auto; max-width: 118px; object-fit: contain; }
.demo { margin: 0; padding: var(--section-y) var(--pad); border-top: 1px solid var(--line); }
.demo h2 { margin: 0 0 14px; font-size: clamp(28px, 4vw, 40px); letter-spacing: -.03em; max-width: 20ch; }
.demo .lead { margin: 0 0 20px; font-size: 18px; line-height: 1.6; max-width: 62ch; font-weight: 500; }
.demo ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 36px; counter-reset: step; }
.demo li { padding: 0; position: relative; display: grid; gap: 10px; }
.demo li::before { counter-increment: step; content: counter(step); display: block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--signal); margin: 0; order: 2; }
.demo li strong { display: block; font-size: 18px; letter-spacing: -.02em; margin: 0; order: 3; }
.demo li span { display: block; font-size: 16px; line-height: 1.5; color: var(--ink); font-weight: 500; order: 4; }
.step-shot { margin: 0; border: 2px solid #00091A; border-radius: 2px; overflow: hidden; background: var(--paper); order: 1; aspect-ratio: 16 / 9; }
@media (max-width: 800px) { .demo ol { grid-template-columns: 1fr; } }
.faq { margin: 0; padding: var(--section-y) var(--pad); border-top: 1px solid var(--line); }
.faq h2 { margin: 0 0 8px; font-size: clamp(28px, 4vw, 40px); letter-spacing: -.03em; }
.faq .lead { margin: 0 0 28px; font-size: 16px; font-weight: 550; color: var(--ink2); }
.faq details { border-top: 1px solid var(--line); padding: 18px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-size: 18px; font-weight: 650; line-height: 1.35; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq .faq-a { margin: 12px 0 0; font-size: 16px; line-height: 1.55; font-weight: 500; max-width: 72ch; color: var(--ink); }
.close { margin: 8px var(--pad) 80px; padding: 72px 56px; background: #00091A; color: #fff; border-radius: 2px; }
.close h2 { margin: 0 0 14px; font-size: clamp(28px, 4vw, 44px); letter-spacing: -.03em; max-width: 16ch; }
.close p { margin: 0 0 28px; font-size: 18px; line-height: 1.5; max-width: 48ch; font-weight: 500; color: #fff; }
.close a { display: inline-flex; align-items: center; min-height: var(--ctl-h); padding: 0 var(--ctl-pad-x); background: #fff; color: #00091A; font-weight: 560; text-decoration: none; border-radius: 2px; }
.blogs { padding: var(--section-y) var(--pad) 120px; border-top: 1px solid var(--line); }
.blogs .head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 0 28px; }
.blogs .head .mark-h, .blogs .head .rail-nav { margin: 0; }
.blogs .mark-h { margin: 0 0 18px; }
.rail { display: flex; gap: 14px; overflow: hidden; }
.card { min-width: 260px; flex: 1; border: 1px solid var(--line); border-radius: 2px; padding: 22px 20px 24px; color: inherit; text-decoration: none; background: var(--field); }
.card:hover { border-color: var(--ink); }
.card small { display: block; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 11px; color: var(--signal); margin-bottom: 12px; }
.card strong { display: block; font-size: 18px; letter-spacing: -.02em; line-height: 1.3; text-wrap: balance; }
@keyframes fade { from { opacity: 0; transform: translate3d(0, 8px, 0); } to { opacity: 1; transform: none; } }
@keyframes drift { from { transform: translate3d(0,0,0) rotate(0deg); } to { transform: translate3d(-18px, 14px, 0) rotate(-6deg); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rise, .rise.in { opacity: 1; transform: none; transition: none; }
  .splash .motif { animation: none; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
}
