/* ==========================================================================
   Pickscan · Marketing website
   --------------------------------------------------------------------------
   Built on the canonical Pickscan foundation (styles.css). Square corners,
   no shadows, 1px lines, three typefaces. Dual-accent rule observed:
   YELLOW only on dark/ink surfaces, RED only on light/paper surfaces.
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ps-paper); color: var(--ps-ink);
  font-family: var(--ps-font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.eyebrow { font-family: var(--ps-font-mono); font-size: 12px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ps-ink-3); margin: 0; }
.eyebrow--red { color: var(--ps-red); }
.eyebrow--dim { color: rgba(255,255,255,0.5); }

/* --- Site header (dark, flows into hero) -------------------------------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--ps-ink);
  border-bottom: 1px solid var(--ps-line-dark); }
.site-header__row { display: flex; align-items: center; gap: 28px; height: 70px; }
.site-header .ps-wordmark { font-size: 24px; }
.site-nav { display: flex; gap: 26px; margin-left: 8px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.7); }
.site-nav a:hover { color: #fff; }
.site-header__cta { margin-left: auto; display: flex; align-items: center; gap: 14px; }

/* --- Buttons ------------------------------------------------------------ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--ps-font-body); font-weight: 600; font-size: 15px; letter-spacing: 0.01em;
  padding: 13px 22px; border: 1px solid var(--ps-ink); border-radius: 0; cursor: pointer;
  text-decoration: none; transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease; }
.btn__arrow { font-size: 16px; line-height: 1; }
.btn--primary { background: var(--ps-ink); color: #fff; }
.btn--primary:hover { background: var(--ps-ink-2); border-color: var(--ps-ink-2); }
.btn--ghost { background: transparent; color: var(--ps-ink); border-color: var(--ps-line); }
.btn--ghost:hover { background: #fff; }
.btn--sm { padding: 9px 16px; font-size: 14px; }
.btn--lg { padding: 16px 28px; font-size: 16px; }
/* On dark surfaces */
.btn--invert { background: #fff; color: var(--ps-ink); border-color: #fff; }
.btn--invert:hover { background: var(--ps-yellow); border-color: var(--ps-yellow); }
.btn--yellow { background: var(--ps-yellow); color: var(--ps-ink); border-color: var(--ps-yellow); }
.btn--yellow:hover { background: #fff; border-color: #fff; }
.btn--outline-dark { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); }
.btn--outline-dark:hover { border-color: #fff; }

/* --- Section scaffold --------------------------------------------------- */
section { position: relative; }
.section-pad { padding: 96px 0; }
.section-head { max-width: 720px; margin-bottom: 52px; }
.section-head h2 { font-family: var(--ps-font-display); font-weight: 800; font-size: 44px;
  line-height: 1.05; letter-spacing: -0.025em; margin: 14px 0 0; }
.section-head p { font-size: 18px; line-height: 1.55; color: var(--ps-ink-2); margin: 14px 0 0; }

/* ==========================================================================
   HERO — three switchable directions via body[data-hero]
   ========================================================================== */
.hero { display: none; }
body[data-hero="a"] .hero--a,
body[data-hero="b"] .hero--b,
body[data-hero="c"] .hero--c { display: block; }

/* Hero A — confident & punchy (light, typographic) */
.hero--a { background: var(--ps-paper); border-bottom: 1px solid var(--ps-line); overflow: hidden; }
.hero--a .grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
  padding: 84px 0 88px; }
.hero--a h1 { font-family: var(--ps-font-display); font-weight: 800; font-size: 76px; line-height: 0.96;
  letter-spacing: -0.035em; margin: 18px 0 0; }
.hero--a h1 .accent { color: var(--ps-red); }
.hero--a .lead { font-size: 20px; line-height: 1.5; color: var(--ps-ink-2); margin: 22px 0 0; max-width: 480px; }
.hero--a .actions { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero--a .microtrust { display: flex; align-items: center; gap: 10px; margin-top: 22px;
  font-family: var(--ps-font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--ps-ink-3); }
.hero--a .art { display: flex; justify-content: center; }

/* Hero B — bold & graphic (dark ink, barcode motif, yellow) */
.hero--b { background: var(--ps-ink); color: #fff; overflow: hidden; }
.hero--b .bars { position: absolute; inset: 0; display: flex; gap: 6px; padding: 0 0 0 4px;
  opacity: 0.12; pointer-events: none; }
.hero--b .bars span { flex: 1; background: #fff; }
.hero--b .inner { position: relative; padding: 116px 0 120px; max-width: 940px; }
.hero--b .badge { display: inline-flex; align-items: center; gap: 9px; font-family: var(--ps-font-mono);
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ps-yellow);
  border: 1px solid rgba(255,230,0,0.4); padding: 7px 13px; white-space: nowrap; }
.hero--b .badge .dot { width: 7px; height: 7px; background: var(--ps-yellow); }
.hero--b h1 { font-family: var(--ps-font-display); font-weight: 800;
  font-size: clamp(56px, 8.4vw, 104px); line-height: 0.92;
  letter-spacing: -0.04em; margin: 28px 0 0; max-width: 15ch; }
.hero--b h1 .accent { color: var(--ps-yellow); }
.hero--b .lead { font-size: 21px; line-height: 1.5; color: rgba(255,255,255,0.72); margin: 26px 0 0; max-width: 540px; }
.hero--b .actions { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }

/* --- Hero background alternatives (tweakable) --------------------------- */
/* bars (default) shows .bars; other modes hide it */
.hero--b[data-herobg="solid"] .bars,
.hero--b[data-herobg="grid"] .bars,
.hero--b[data-herobg="stripe"] .bars,
.hero--b[data-herobg="yellow"] .bars { display: none; }
/* dot grid */
.hero--b[data-herobg="grid"] { background-color: var(--ps-ink);
  background-image: radial-gradient(rgba(255,255,255,0.10) 1.4px, transparent 1.4px);
  background-size: 26px 26px; }
/* diagonal yellow scan-stripe corner */
.hero--b[data-herobg="stripe"]::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(135deg, transparent 0 26px, rgba(255,230,0,0.05) 26px 52px); }
/* inverted: full scan-yellow brand layer (light surface → RED accent) */
.hero--b[data-herobg="yellow"] { background: var(--ps-yellow); color: var(--ps-ink); }
.hero--b[data-herobg="yellow"] .badge { color: var(--ps-ink); border-color: rgba(10,10,10,0.35); }
.hero--b[data-herobg="yellow"] .badge .dot { background: var(--ps-ink); }
.hero--b[data-herobg="yellow"] h1 { color: var(--ps-ink); }
.hero--b[data-herobg="yellow"] h1 .accent { color: var(--ps-red); }
.hero--b[data-herobg="yellow"] .lead { color: rgba(10,10,10,0.72); }
.hero--b[data-herobg="yellow"] .btn--yellow { background: var(--ps-ink); color: #fff; border-color: var(--ps-ink); }
.hero--b[data-herobg="yellow"] .btn--yellow:hover { background: var(--ps-ink-2); border-color: var(--ps-ink-2); }

/* --- Hero photo background + ink protection gradient -------------------- */
.hero--b .hero-photo { position: absolute; inset: 0; z-index: 0; display: none;
  background-size: cover; background-position: center; }
.hero--b[data-herobg="image"] .hero-photo { display: block; }
.hero--b[data-herobg="image"] .bars { display: none; }
.hero--b .hero-photo::after { content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.85) 30%, rgba(10,10,10,0.5) 64%, rgba(10,10,10,0.28) 100%),
    linear-gradient(0deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0) 46%); }
.hero--b .inner { position: relative; z-index: 1; }

/* ==========================================================================
   Interface mock \u2014 built from the brand's operational patterns
   (status pills, status dots, bin-location chips, count badges, keycaps,
   live pill, category tags, avatars). Mirrors the real product UI.
   ========================================================================== */
.interface-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.mk-card { background: var(--ps-white); border: 1px solid var(--ps-line); }
.mk-card--dark { background: var(--ps-ink); border-color: var(--ps-line-dark); color: #fff; }

/* status pills (DONE / PART / HOLD) */
.mk-states { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.mk-pill { font-family: var(--ps-font-display); font-weight: 700; font-size: 11px; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 4px 11px; }
.mk-pill--done { background: var(--ps-status-done); color: #fff; }
.mk-pill--partial { background: var(--ps-status-partial); color: var(--ps-ink); }
.mk-pill--error { background: var(--ps-status-error); color: #fff; }

/* pack station card (dark) */
.mk-pack__head { display: flex; justify-content: space-between; align-items: flex-start; padding: 18px 20px;
  border-left: 4px solid var(--ps-yellow); border-bottom: 1px solid var(--ps-line-dark); }
.mk-pack__order { font-family: var(--ps-font-display); font-weight: 800; font-size: 26px; letter-spacing: -0.02em; }
.mk-pack__meta { font-family: var(--ps-font-mono); font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 6px; }
.mk-pack__count { text-align: right; }
.mk-pack__count-lbl { display: block; font-family: var(--ps-font-mono); font-size: 9px; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.45); }
.mk-pack__count-num { font-family: var(--ps-font-display); font-weight: 800; font-size: 22px; font-variant-numeric: tabular-nums; }

.mk-line { display: flex; align-items: center; gap: 14px; padding: 14px 20px;
  border-bottom: 1px solid var(--ps-line-dark); border-left: 3px solid transparent; }
.mk-line:last-child { border-bottom: 0; }
.mk-line--done { background: rgba(0,185,86,0.12); border-left-color: var(--ps-status-done); }
.mk-line--partial { background: rgba(255,184,0,0.10); border-left-color: var(--ps-status-partial); }
.mk-dot { width: 11px; height: 11px; flex-shrink: 0; background: rgba(255,255,255,0.18); }
.mk-dot--done { background: var(--ps-status-done); }
.mk-dot--partial { background: var(--ps-status-partial); }
.mk-line__main { flex: 1; min-width: 0; }
.mk-line__name { font-family: var(--ps-font-display); font-weight: 700; font-size: 16px; letter-spacing: -0.01em; }
.mk-line__sub { display: flex; gap: 10px; align-items: center; margin-top: 5px; flex-wrap: wrap; }
.mk-sku { font-family: var(--ps-font-mono); font-size: 12px; color: rgba(255,255,255,0.45); white-space: nowrap; }
.mk-bin { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,0.06); padding: 2px 8px;
  font-family: var(--ps-font-mono); font-size: 11px; color: #fff; white-space: nowrap; }
.mk-bin span { font-size: 8px; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); }
.mk-line__qty { font-family: var(--ps-font-display); font-weight: 800; font-size: 26px; font-variant-numeric: tabular-nums; }
.mk-line__qty span { color: rgba(255,255,255,0.3); font-weight: 400; }
.mk-keys { display: flex; gap: 18px; align-items: center; padding: 14px 20px; border-top: 1px solid var(--ps-line-dark);
  font-family: var(--ps-font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.45); }
.mk-key { display: inline-block; font-family: var(--ps-font-mono); font-size: 11px; padding: 2px 7px;
  border: 1px solid var(--ps-line-dark); margin-right: 7px; color: #fff; }
.mk-key--active { background: var(--ps-yellow); color: var(--ps-ink); border-color: var(--ps-yellow); }

/* admin live scanning feed (light) */
.mk-card__head { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px;
  border-bottom: 1px solid var(--ps-line); }
.mk-card__title { font-family: var(--ps-font-display); font-weight: 700; font-size: 15px; letter-spacing: -0.01em; }
.mk-live { display: inline-flex; align-items: center; gap: 5px; font-family: var(--ps-font-mono); font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 8px; background: var(--ps-done-bg); color: var(--ps-done-fg); }
.mk-live__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ps-status-done); }
.mk-feed__row { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: center; padding: 12px 18px;
  border-bottom: 1px solid var(--ps-line); }
.mk-feed__row:last-child { border-bottom: 0; }
.mk-time { font-family: var(--ps-font-mono); font-size: 11px; color: var(--ps-ink-3); white-space: nowrap; }
.mk-what { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--ps-ink-2); min-width: 0; }
.mk-what b { font-weight: 600; color: var(--ps-ink); }
.mk-sku--ink { color: var(--ps-ink); }
.mk-ava { width: 24px; height: 24px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--ps-font-display); font-weight: 700; font-size: 10px; }
.mk-ava--blue { background: var(--ps-ava-blue-bg); color: var(--ps-ava-blue-fg); }
.mk-ava--sand { background: var(--ps-ava-sand-bg); color: var(--ps-ava-sand-fg); }
.mk-ava--mint { background: var(--ps-ava-mint-bg); color: var(--ps-ava-mint-fg); }
.mk-tag { font-family: var(--ps-font-mono); font-size: 9px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 2px 7px; background: var(--ps-tag-slate-bg); color: var(--ps-tag-slate-fg); white-space: nowrap; }
.mk-tag--blue { background: var(--ps-tag-blue-bg); color: var(--ps-tag-blue-fg); }
.mk-cardcap { font-family: var(--ps-font-mono); font-size: 11px; letter-spacing: 0.06em; color: var(--ps-ink-3);
  padding: 12px 18px; border-top: 1px solid var(--ps-line); }
@media (max-width: 980px) { .interface-grid { grid-template-columns: 1fr; } }

/* --- Status meaning swatches (interface section header) ----------------- */
.mk-states { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 22px; }
.mk-state { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; color: var(--ps-ink-2); }
.mk-sw { width: 13px; height: 13px; flex-shrink: 0; }
.mk-sw--done { background: var(--ps-status-done); }
.mk-sw--partial { background: var(--ps-status-partial); }
.mk-sw--error { background: var(--ps-status-error); }

/* --- How it works · bold dark treatment with scan-yellow numbers -------- */
#how { background: var(--ps-ink); position: relative; overflow: hidden; }
#how::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 3px, transparent 3px 12px); }
#how .wrap { position: relative; z-index: 1; }
#how .how-dot { color: var(--ps-yellow); }
#how .eyebrow { color: var(--ps-yellow); }
#how .section-head h2 { color: #fff; }
#how .steps { background: transparent; border-color: var(--ps-line-dark); border-top: 3px solid var(--ps-yellow); }
#how .step { border-right-color: var(--ps-line-dark); }
#how .step:hover { background: rgba(255,255,255,0.04); }
#how .step__n { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  background: var(--ps-yellow); color: var(--ps-ink); font-family: var(--ps-font-mono); font-weight: 700;
  font-size: 15px; letter-spacing: 0; }
#how .step__icon { color: #fff; margin-top: 24px; }
#how .step h3 { color: #fff; }
#how .step p { color: rgba(255,255,255,0.7); }
/* final step · solid scan-yellow payoff panel */
#how .step--accent { background: var(--ps-yellow); }
#how .step--accent:hover { background: var(--ps-yellow); }
#how .step--accent .step__n { background: var(--ps-ink); color: var(--ps-yellow); }
#how .step--accent .step__icon { color: var(--ps-ink); }
#how .step--accent h3 { color: var(--ps-ink); }
#how .step--accent p { color: rgba(10,10,10,0.74); }
@media (max-width: 620px) { #how .step { border-bottom: 1px solid var(--ps-line-dark); } }

/* ==========================================================================
   Get Pickscan modal \u2014 platform chooser
   ========================================================================== */
.modal-scrim { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center;
  padding: 24px; background: rgba(10,10,10,0.85); backdrop-filter: blur(3px); }
.modal-scrim.is-open { display: flex; }
.modal { background: var(--ps-white); border: 1px solid var(--ps-line); box-shadow: var(--ps-shadow-pop);
  width: 100%; max-width: 460px; max-height: 90vh; overflow: auto; }
.modal__head { position: relative; padding: 26px 26px 20px; border-bottom: 1px solid var(--ps-line); }
.modal__eyebrow { font-family: var(--ps-font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ps-ink-3); margin: 0 0 10px; }
.modal__title { font-family: var(--ps-font-display); font-weight: 800; font-size: 24px; letter-spacing: -0.02em; margin: 0; }
.modal__sub { font-size: 14px; line-height: 1.5; color: var(--ps-ink-3); margin: 8px 0 0; max-width: 36ch; }
.modal__close { position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; display: flex;
  align-items: center; justify-content: center; background: var(--ps-white); border: 1px solid var(--ps-line);
  cursor: pointer; color: var(--ps-ink-2); font-size: 18px; line-height: 1; transition: background 0.12s ease; }
.modal__close:hover { background: var(--ps-paper-2); }
.get-primary { display: flex; align-items: center; gap: 14px; padding: 18px 26px; background: var(--ps-ink);
  color: #fff; text-decoration: none; transition: background 0.12s ease; }
.get-primary:hover { background: var(--ps-ink-2); }
.get-primary img { width: 26px; height: 26px; flex-shrink: 0; }
.get-primary .lbl b { display: block; font-family: var(--ps-font-display); font-weight: 700; font-size: 16px; letter-spacing: -0.01em; }
.get-primary .lbl span { font-family: var(--ps-font-mono); font-size: 11px; letter-spacing: 0.06em; color: rgba(255,255,255,0.6); }
.get-primary .arr { margin-left: auto; color: var(--ps-yellow); font-size: 17px; }
.get-sectionlbl { font-family: var(--ps-font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ps-ink-3); padding: 16px 26px 8px; }
.get-row { display: flex; align-items: center; gap: 14px; padding: 14px 26px; border-top: 1px solid var(--ps-line);
  text-decoration: none; color: var(--ps-ink); transition: background 0.12s ease; }
.get-row:hover { background: var(--ps-paper-2); }
.get-row img { width: 22px; height: 22px; flex-shrink: 0; }
.get-row .nm { flex: 1; min-width: 0; }
.get-row .nm b { display: block; font-family: var(--ps-font-display); font-weight: 700; font-size: 15px; letter-spacing: -0.01em; }
.get-row .nm span { font-family: var(--ps-font-mono); font-size: 11px; letter-spacing: 0.04em; color: var(--ps-ink-3); }
.get-row .arr { color: var(--ps-ink-3); font-size: 16px; }
.get-row:hover .arr { color: var(--ps-ink); }
/* a square ink monogram fallback when a platform glyph isn't available */
.get-mono { width: 22px; height: 22px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  background: var(--ps-paper-2); font-family: var(--ps-font-display); font-weight: 700; font-size: 12px; color: var(--ps-ink); }
.get-primary .get-mono { background: rgba(255,255,255,0.14); color: #fff; width: 26px; height: 26px; font-size: 13px; }

/* Hero C — calm & practical (light, product-forward) */
.hero--c { background: var(--ps-paper); border-bottom: 1px solid var(--ps-line); }
.hero--c .inner { text-align: center; padding: 80px 0 0; }
.hero--c h1 { font-family: var(--ps-font-display); font-weight: 800; font-size: 60px; line-height: 1.0;
  letter-spacing: -0.03em; margin: 16px auto 0; max-width: 16ch; }
.hero--c h1 .accent { color: var(--ps-red); }
.hero--c .lead { font-size: 19px; line-height: 1.55; color: var(--ps-ink-2); margin: 20px auto 0; max-width: 560px; }
.hero--c .actions { display: flex; gap: 14px; margin-top: 30px; justify-content: center; flex-wrap: wrap; }
.hero--c .showcase { margin-top: 56px; background: var(--ps-ink); padding: 48px 48px 0;
  border-top: 3px solid var(--ps-yellow); }
.hero--c .showcase img { width: 100%; max-width: 1080px; margin: 0 auto; }
.hero--c .showcase-phones { display: flex; gap: 26px; align-items: flex-end; justify-content: center; }
.hero--c .showcase-phones .phone { transform: translateY(34px); }
.hero--c .showcase-phones .phone--lg { transform: translateY(0); }

/* --- Phone frame (CSS bezel for real screenshots) ----------------------- */
.phone { width: 300px; border: 10px solid var(--ps-ink); border-radius: 38px; background: var(--ps-ink);
  overflow: hidden; position: relative; }
.phone::before { content: ""; position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 116px; height: 26px; background: var(--ps-ink); border-radius: 0 0 14px 14px; z-index: 2; }
.phone img { width: 100%; border-radius: 28px; }
.phone--lg { width: 330px; }

/* --- Integrations strip ------------------------------------------------- */
.logos { border-bottom: 1px solid var(--ps-line); background: #fff; }
.logos__inner { padding: 40px 0; }
.logos__label { font-family: var(--ps-font-mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ps-ink-3); text-align: center; margin: 0 0 26px; }
.logos__row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border: 1px solid var(--ps-line); }
.logos__row .plat { display: flex; align-items: center; justify-content: center; gap: 11px; padding: 24px 10px;
  font-family: var(--ps-font-display); font-weight: 700; font-size: 17px; letter-spacing: -0.01em;
  color: var(--ps-ink-2); border-right: 1px solid var(--ps-line); }
.logos__row .plat img { width: 24px; height: 24px; flex-shrink: 0; }
.logos__row .plat:last-child { border-right: 0; }

/* --- How it works ------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--ps-line);
  background: #fff; }
.step { padding: 40px 34px; border-right: 1px solid var(--ps-line); }
.step:last-child { border-right: 0; }
.step__n { font-family: var(--ps-font-mono); font-size: 13px; letter-spacing: 0.1em; color: var(--ps-ink-3); }
.step__icon { margin: 22px 0 18px; color: var(--ps-ink); }
.step h3 { font-family: var(--ps-font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.01em; margin: 0; }
.step p { font-size: 15px; line-height: 1.55; color: var(--ps-ink-2); margin: 10px 0 0; }

/* --- Feature grid ------------------------------------------------------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border: 1px solid var(--ps-line); border-bottom: 0; background: #fff; }
.feature { padding: 34px 30px; border-right: 1px solid var(--ps-line); border-bottom: 1px solid var(--ps-line); }
.feature:nth-child(3n) { border-right: 0; }
.feature__icon { color: var(--ps-ink); margin-bottom: 18px; }
.feature h3 { font-family: var(--ps-font-display); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; margin: 0; }
.feature p { font-size: 14.5px; line-height: 1.55; color: var(--ps-ink-2); margin: 9px 0 0; }

/* --- Product showcase --------------------------------------------------- */
.showcase-sec { background: var(--ps-ink); color: #fff; }
.showcase-sec .section-head h2 { color: #fff; }
.showcase-sec .section-head p { color: rgba(255,255,255,0.7); }
.showcase-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: start; }
.showcase-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); padding: 22px 18px; }
.showcase-card img { border-radius: 4px; }
.showcase-card .cap { font-family: var(--ps-font-mono); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.55); margin: 16px 0 0; }
.showcase-card .cap b { display: block; font-family: var(--ps-font-display); font-weight: 700; font-size: 15px;
  letter-spacing: -0.01em; color: #fff; text-transform: none; margin-bottom: 3px; }

/* --- Outcomes / facts band ---------------------------------------------- */
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--ps-line); background: #fff; }
.fact { padding: 40px 34px; border-right: 1px solid var(--ps-line); }
.fact:last-child { border-right: 0; }
.fact__big { font-family: var(--ps-font-display); font-weight: 800; font-size: 52px; line-height: 1;
  letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.fact__lbl { font-size: 15px; color: var(--ps-ink-2); margin-top: 12px; line-height: 1.45; }

/* --- Bespoke / contact -------------------------------------------------- */
.bespoke { border: 1px solid var(--ps-ink); background: var(--ps-ink); color: #fff;
  display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; padding: 40px 44px;
  border-top: 3px solid var(--ps-yellow); }
.bespoke h3 { font-family: var(--ps-font-display); font-weight: 800; font-size: 28px; letter-spacing: -0.02em; margin: 0; }
.bespoke p { font-size: 16px; color: rgba(255,255,255,0.72); margin: 10px 0 0; max-width: 560px; line-height: 1.5; }

/* --- Final CTA ---------------------------------------------------------- */
.cta-final { text-align: center; }
.cta-final h2 { font-family: var(--ps-font-display); font-weight: 800; font-size: 60px; line-height: 1.0;
  letter-spacing: -0.03em; margin: 0 auto; max-width: 16ch; }
.cta-final h2 .accent { color: var(--ps-red); }
.cta-final .actions { display: flex; gap: 14px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.cta-final .micro { font-family: var(--ps-font-mono); font-size: 12px; letter-spacing: 0.04em;
  color: var(--ps-ink-3); margin-top: 20px; }

/* --- Footer ------------------------------------------------------------- */
.site-footer { background: var(--ps-ink); color: #fff; padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.14); }
.site-footer .ps-wordmark { font-size: 26px; }
.footer-col h4 { font-family: var(--ps-font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin: 0 0 16px; }
.footer-col a { display: block; text-decoration: none; color: rgba(255,255,255,0.78); font-size: 14px;
  margin-bottom: 11px; }
.footer-col a:hover { color: #fff; }
.footer-blurb { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.55; margin: 16px 0 0; max-width: 280px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px;
  font-family: var(--ps-font-mono); font-size: 12px; letter-spacing: 0.04em; color: rgba(255,255,255,0.5); }

/* --- Bold yellow tagline band (static brand layer) --------------------- */
.tagband { background: var(--ps-yellow); color: var(--ps-ink);
  border-top: 1px solid var(--ps-ink); border-bottom: 1px solid var(--ps-ink); padding: 30px 0; }
.tagband__inner { display: flex; align-items: center; justify-content: center; gap: 26px; flex-wrap: wrap;
  font-family: var(--ps-font-display); font-weight: 800; font-size: 34px; letter-spacing: -0.02em; }
.tagband__star { color: var(--ps-red); font-size: 20px; }

/* --- Feature card: invert on hover (bold, shadowless) ------------------- */
.feature { transition: background 0.15s ease, color 0.15s ease; }
.feature:hover { background: var(--ps-ink); color: #fff; }
.feature:hover .feature__icon, .feature:hover h3 { color: #fff; }
.feature:hover p { color: rgba(255,255,255,0.72); }
.plat { transition: background 0.15s ease, color 0.15s ease; }
.plat:hover { background: var(--ps-ink); color: #fff; }

/* --- Responsive --------------------------------------------------------- */
@media (max-width: 980px) {
  .hero--a .grid { grid-template-columns: 1fr; gap: 36px; }
  .hero--a h1 { font-size: 58px; } .hero--b h1 { font-size: 60px; } .hero--c h1 { font-size: 44px; }
  .cta-final h2 { font-size: 44px; }
  .logos__row { grid-template-columns: repeat(3, 1fr); }
  .logos__row .plat:nth-child(3) { border-right: 0; }
  .steps, .facts { grid-template-columns: 1fr; }
  .features, .showcase-grid { grid-template-columns: 1fr 1fr; }
  .feature:nth-child(3n) { border-right: 1px solid var(--ps-line); }
  .feature:nth-child(2n) { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .bespoke { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .wrap { padding: 0 20px; }
  .site-nav { display: none; }
  .steps, .features, .facts, .showcase-grid, .logos__row { grid-template-columns: 1fr; }
  .feature, .step, .fact, .plat { border-right: 0 !important; }
}
