/* ==========================================================================
   Sparrows product pages
   One editorial system, four product-specific visual stories.
   Loaded after styles.css on Dealy, Bestshot, Construction and Camp.
   ========================================================================== */

:root {
  --pp-serif: "Inter Tight", "Inter", Arial, Helvetica, sans-serif;
  --pp-sans: "Inter", Arial, Helvetica, sans-serif;
  --pp-grot: "Inter", Arial, Helvetica, sans-serif;
  --pp-mono: "IBM Plex Mono", monospace;
  --pp-ink: #0b0c12;
  --pp-copy: #555b69;
  --pp-muted: #8b91a0;
  --pp-line: #e7e9f1;
  --pp-line-strong: #d9ddea;
  --pp-white: #fff;
  --pp-soft: #f7f8fc;
  --pp-cobalt: #2337ec;
  --pp-cobalt-deep: #16269e;
  --pp-cobalt-pale: #eef0ff;
  --pp-navy: #08102a;
  --pp-radius: 28px;
  --pp-shadow: 0 28px 80px rgba(23, 32, 64, .10), 0 4px 18px rgba(23, 32, 64, .05);
  --pp-float: 0 18px 45px rgba(30, 42, 83, .12), 0 3px 12px rgba(30, 42, 83, .06);
  --pp-max: 1240px;
  --pp-pad: clamp(20px, 4vw, 48px);
  --product-accent: var(--pp-cobalt);
  --product-accent-rgb: 35, 55, 236;
}

body.product-page-v2 {
  margin: 0;
  overflow-x: clip;
  background: #fff;
  color: var(--pp-ink);
  font-family: var(--pp-sans);
}

body.product-page-v2[data-page="bestshot"] {
  --product-accent: #db6a17;
  --product-accent-rgb: 219, 106, 23;
}

body.product-page-v2 main { background: #fff; }
body.product-page-v2 .container { max-width: var(--pp-max); padding-inline: var(--pp-pad); }
body.product-page-v2 img,
body.product-page-v2 svg { max-width: 100%; }

/* Floating navigation mirrors the homepage without copying its hero treatment. */
body.product-page-v2 .site-nav {
  position: fixed;
  inset: 16px 0 auto;
  z-index: 80;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

body.product-page-v2 .site-nav.scrolled { border: 0; background: transparent; box-shadow: none; }

body.product-page-v2 .nav-inner {
  width: min(calc(100% - 32px), 1120px);
  max-width: none;
  min-height: 58px;
  margin-inline: auto;
  padding: 9px 11px 9px 22px;
  gap: 20px;
  border: 1px solid rgba(22, 31, 59, .09);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 52px rgba(20, 31, 61, .12);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  pointer-events: auto;
}

body.product-page-v2 .brand {
  font-family: var(--pp-sans);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.025em;
}

body.product-page-v2 .brand .mark { width: 20px; height: 20px; color: var(--product-accent); }
body.product-page-v2 .nav-menu { position: absolute; left: 50%; margin: 0; gap: 26px; transform: translateX(-50%); }
body.product-page-v2 .nav-menu a,
body.product-page-v2 .nav-drop > button { color: rgba(11, 12, 18, .57); font: 400 14px/1 var(--pp-sans); }
body.product-page-v2 .nav-drop > button.is-product-current { color: var(--pp-ink); }
body.product-page-v2 .nav-spacer { display: none; }
body.product-page-v2 .nav-cta { margin-left: auto; gap: 16px; }
body.product-page-v2 .nav-login { color: var(--pp-ink); font: 400 14px/1 var(--pp-sans); }
body.product-page-v2 .nav-cta .btn-dark { min-height: 42px; padding: 10px 20px; }

/* Core type and buttons. */
.pp-display { margin: 0; font-family: var(--pp-serif); font-weight: 500; letter-spacing: -.045em; }
.pp-kicker {
  margin: 0;
  color: var(--product-accent);
  font: 500 10px/1.2 var(--pp-mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pp-lead { margin: 0; color: var(--pp-copy); font-size: 17px; line-height: 1.58; letter-spacing: -.012em; }
.pp-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.pp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--pp-ink);
  border-radius: 999px;
  color: #fff;
  background: var(--pp-ink);
  font: 500 14px/1 var(--pp-sans);
  letter-spacing: -.01em;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .2s ease;
}

.pp-button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(11, 12, 18, .18); }
.pp-button--ghost { border-color: var(--pp-line-strong); color: var(--pp-ink); background: #fff; }
.pp-button--ghost:hover { box-shadow: 0 12px 28px rgba(28, 39, 79, .09); }

/* Hero: restrained copy, dominant product visualization. */
.pp-hero { padding: 126px 0 68px; background: #fff; }
.pp-hero-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(580px, 1.28fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.pp-hero-copy { padding-left: clamp(0px, 2vw, 26px); }
.pp-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; color: var(--pp-muted); font: 500 10px/1 var(--pp-mono); letter-spacing: .12em; text-transform: uppercase; }
.pp-breadcrumb a { color: var(--product-accent); }
.pp-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 7px 10px;
  border: 1px solid var(--pp-line);
  border-radius: 999px;
  color: var(--pp-copy);
  background: #fff;
  font: 500 10px/1 var(--pp-mono);
  letter-spacing: .04em;
}

.pp-status::before { width: 7px; height: 7px; border-radius: 50%; background: var(--product-accent); box-shadow: 0 0 0 4px rgba(var(--product-accent-rgb), .10); content: ""; }
.pp-hero h1 { max-width: 9.5ch; font-size: clamp(58px, 6vw, 84px); line-height: .91; }
.pp-hero .pp-lead { max-width: 43ch; margin-top: 24px; }

.product-visual {
  --spot-x: 68%;
  --spot-y: 24%;
  position: relative;
  margin: 0;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid var(--pp-line);
  border-radius: var(--pp-radius);
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(var(--product-accent-rgb), .13), transparent 28%),
    linear-gradient(rgba(66, 79, 128, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 79, 128, .035) 1px, transparent 1px),
    #fafbfe;
  background-size: auto, 32px 32px, 32px 32px, auto;
  box-shadow: var(--pp-shadow);
  transition: box-shadow .35s ease, transform .35s cubic-bezier(.2,.8,.2,1);
}

.product-visual:hover { transform: translateY(-3px); box-shadow: 0 38px 100px rgba(23, 32, 64, .13), 0 8px 22px rgba(23, 32, 64, .06); }
.product-visual--dark {
  border-color: rgba(112, 130, 220, .18);
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(73, 95, 255, .25), transparent 30%),
    linear-gradient(rgba(139, 155, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 155, 255, .055) 1px, transparent 1px),
    #070b16;
  background-size: auto, 32px 32px, 32px 32px, auto;
  box-shadow: 0 30px 90px rgba(8, 12, 32, .18), 0 0 72px rgba(64, 84, 224, .07);
}

body[data-page="bestshot"] .product-visual {
  border-color: #f0dfd2;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(219, 106, 23, .15), transparent 30%),
    linear-gradient(rgba(153, 100, 65, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(153, 100, 65, .035) 1px, transparent 1px),
    #fffaf7;
  background-size: auto, 32px 32px, 32px 32px, auto;
}

body[data-page="camp"] .pp-hero h1 { max-width: 11ch; font-size: clamp(54px, 5.25vw, 72px); }

.visual-bar { position: absolute; z-index: 4; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 22px; border-bottom: 1px solid var(--pp-line); color: var(--pp-muted); font: 500 10px/1 var(--pp-mono); letter-spacing: .08em; text-transform: uppercase; }
.product-visual--dark .visual-bar { border-color: rgba(139, 155, 255, .14); color: rgba(220, 226, 255, .55); }
.visual-live { display: inline-flex; align-items: center; gap: 7px; }
.visual-live::before { width: 6px; height: 6px; border-radius: 50%; background: var(--product-accent); box-shadow: 0 0 0 4px rgba(var(--product-accent-rgb), .10); content: ""; animation: ppBlink 2.2s ease-in-out infinite; }
.product-viz-host { position: absolute; inset: 54px 0 0; }
.product-viz-host svg { width: 100%; height: 100%; overflow: visible; }
.product-viz-host text { font-family: var(--pp-sans); }
.product-viz-host .mono { font-family: var(--pp-mono); }
.product-viz-host .serif { font-family: var(--pp-serif); }

.visual-note {
  position: absolute;
  z-index: 5;
  right: 20px;
  bottom: 20px;
  max-width: 250px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  color: rgba(240, 243, 255, .68);
  background: rgba(9, 14, 34, .68);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .17);
  backdrop-filter: blur(12px);
  font-size: 12px;
  line-height: 1.45;
}

.visual-note b { display: block; margin-bottom: 4px; color: #fff; font-size: 14px; }

/* Compact proof line links the hero to the narrative. */
.pp-proof { border-block: 1px solid var(--pp-line); background: #fff; }
.pp-proof-grid { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); }
.pp-proof-intro,
.pp-proof-item { min-height: 116px; padding: 24px 28px; }
.pp-proof-item { border-left: 1px solid var(--pp-line); }
.pp-proof-intro { display: flex; align-items: center; color: var(--pp-copy); font-size: 14px; line-height: 1.45; }
.pp-proof-item span { display: block; color: var(--pp-muted); font: 500 9px/1 var(--pp-mono); letter-spacing: .12em; text-transform: uppercase; }
.pp-proof-item b { display: block; margin-top: 13px; color: var(--pp-ink); font: 500 20px/1.12 var(--pp-sans); letter-spacing: -.025em; }

/* Story composition. */
.pp-section { padding: clamp(76px, 8vw, 116px) 0; background: #fff; }
.pp-section--tight { padding-top: 20px; }
.pp-heading { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .55fr); gap: 80px; align-items: end; margin-bottom: 48px; }
.pp-heading h2 { max-width: 13ch; margin-top: 16px; font-size: clamp(46px, 5vw, 68px); line-height: .96; }
.pp-heading .pp-lead { max-width: 44ch; padding-bottom: 5px; }

.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(230px, auto); gap: 18px; }
.feature-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--pp-line);
  border-radius: 24px;
  background:
    linear-gradient(rgba(66, 79, 128, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 79, 128, .025) 1px, transparent 1px),
    #fbfcff;
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 14px 44px rgba(27, 38, 76, .055);
  transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease;
}

.feature-card:hover { transform: translateY(-3px); box-shadow: 0 24px 65px rgba(27, 38, 76, .09); }
.feature-card--large { grid-column: span 7; grid-row: span 2; min-height: 560px; }
.feature-card--side { grid-column: span 5; min-height: 271px; }
.feature-card--wide { grid-column: 1 / -1; min-height: 470px; }
.feature-card--dark { border-color: rgba(112, 130, 220, .16); color: #fff; background: #080d1d; box-shadow: 0 22px 68px rgba(8, 13, 29, .17); }
body[data-page="bestshot"] .feature-card--large { border-color: #f1e0d4; background-color: #fffaf7; }

.feature-copy { position: relative; z-index: 3; max-width: 430px; }
.feature-copy h3 { margin: 0; color: inherit; font: 600 clamp(22px, 2.3vw, 31px)/1.05 var(--pp-sans); letter-spacing: -.035em; }
.feature-copy p { max-width: 43ch; margin: 12px 0 0; color: var(--pp-copy); font-size: 14px; line-height: 1.52; }
.feature-card--dark .feature-copy p { color: rgba(229, 234, 255, .6); }
.feature-visual { position: absolute; inset: 120px 18px 18px; }
.feature-card--side .feature-visual { inset: 108px 20px 20px; }
.feature-card--wide .feature-visual { inset: 92px 22px 20px; }
.feature-visual svg { width: 100%; height: 100%; }

/* Reusable product UI objects inside the feature cards. */
.ui-stack { display: grid; gap: 9px; align-content: end; height: 100%; }
.ui-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 50px; padding: 11px 13px; border: 1px solid var(--pp-line); border-radius: 14px; background: rgba(255, 255, 255, .93); box-shadow: 0 8px 24px rgba(35, 47, 88, .05); }
.ui-row > span { color: var(--pp-copy); font-size: 12px; }
.ui-row > b { color: var(--pp-ink); font-size: 12px; font-weight: 600; }
.ui-pill { display: inline-flex; align-items: center; padding: 6px 9px; border: 1px solid rgba(var(--product-accent-rgb), .18); border-radius: 999px; color: var(--product-accent); background: rgba(var(--product-accent-rgb), .06); font: 500 9px/1 var(--pp-mono); }
.mini-bars { display: flex; align-items: end; gap: 6px; height: 100%; padding: 28px 10px 6px; }
.mini-bars i { flex: 1; max-width: 24px; min-height: 8px; border-radius: 999px 999px 4px 4px; background: rgba(var(--product-accent-rgb), .13); transform-origin: bottom; animation: ppGrow 1s cubic-bezier(.2,.8,.2,1) both; }
.mini-bars i.hot { background: var(--product-accent); box-shadow: 0 8px 22px rgba(var(--product-accent-rgb), .2); }

.product-object { position: absolute; right: 20px; bottom: 8px; width: 190px; opacity: .82; filter: drop-shadow(0 18px 28px rgba(27, 39, 77, .10)); }
.ger-object { position: absolute; right: 8px; bottom: -2px; width: min(38%, 250px); opacity: .34; mix-blend-mode: multiply; }

/* Outcome section and closing plate. */
.pp-outcome { padding: 20px 0 clamp(82px, 9vw, 128px); background: #fff; }
.outcome-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(440px, 1.15fr);
  gap: 56px;
  align-items: center;
  min-height: 420px;
  overflow: hidden;
  padding: clamp(36px, 5vw, 68px);
  border-radius: 30px;
  color: #fff;
  background: var(--pp-navy);
  box-shadow: 0 30px 90px rgba(7, 14, 39, .18);
}

.outcome-card::before { position: absolute; inset: 0; background: radial-gradient(circle at 82% 35%, rgba(var(--product-accent-rgb), .30), transparent 32%); content: ""; }
.outcome-copy,
.outcome-visual { position: relative; z-index: 1; }
.outcome-copy h2 { max-width: 10ch; margin-top: 16px; color: #fff; font-size: clamp(44px, 4.5vw, 64px); line-height: .95; }
.outcome-copy p { max-width: 42ch; margin-top: 20px; color: rgba(230, 235, 255, .65); font-size: 15px; line-height: 1.55; }
.outcome-card .pp-kicker { color: #a9b5ff; }
body[data-page="bestshot"] .outcome-card .pp-kicker { color: #ffc59c; }
.outcome-card .pp-actions { margin-top: 28px; }
.outcome-card .pp-button { border-color: #fff; color: var(--pp-ink); background: #fff; }
.outcome-card .pp-button--ghost { border-color: rgba(255, 255, 255, .25); color: #fff; background: transparent; }
.outcome-visual { min-height: 270px; }
.outcome-visual svg { width: 100%; height: 100%; }

.backtest-results { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; }
.backtest-result { padding: 26px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; background: rgba(255, 255, 255, .055); backdrop-filter: blur(10px); }
.backtest-result span { color: rgba(255, 255, 255, .55); font: 500 9px/1 var(--pp-mono); letter-spacing: .1em; text-transform: uppercase; }
.backtest-result b { display: block; margin-top: 13px; font: 500 54px/.9 var(--pp-serif); }
.backtest-result small { display: block; margin-top: 9px; color: rgba(255, 255, 255, .55); font-size: 11px; }
.backtest-arrow { color: rgba(255, 255, 255, .45); font-size: 24px; }
.backtest-result.is-best { border-color: rgba(var(--product-accent-rgb), .65); box-shadow: 0 0 42px rgba(var(--product-accent-rgb), .20); }
.backtest-result.is-best b { color: #ffae74; }

/* Dealy: one connected commerce flow, expressed inside the Sparrows system. */
body[data-page="dealy"] {
  --dealy-navy: #06111f;
  --dealy-panel: #0d1d2e;
  --dealy-teal: #20b8a6;
  --dealy-periwinkle: #7d89ff;
  --dealy-green: #2cab73;
  --product-accent: #5265ef;
  --product-accent-rgb: 82, 101, 239;
}

body[data-page="dealy"] .pp-hero-grid { grid-template-columns: minmax(340px, .82fr) minmax(580px, 1.18fr); }
body[data-page="dealy"] .pp-hero h1 { max-width: 11.5ch; font-size: clamp(50px, 4.9vw, 70px); line-height: .94; }
body[data-page="dealy"] .pp-hero .pp-lead { max-width: 48ch; }

body[data-page="dealy"] .dealy-flow-figure {
  border-color: #152e43;
  background:
    linear-gradient(rgba(70, 196, 181, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 196, 181, .045) 1px, transparent 1px),
    var(--dealy-navy);
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 30px 90px rgba(6, 17, 31, .22), 0 0 0 1px rgba(32, 184, 166, .025) inset;
}

body[data-page="dealy"] .dealy-flow-figure:hover {
  box-shadow: 0 38px 100px rgba(6, 17, 31, .26), 0 0 0 1px rgba(32, 184, 166, .06) inset;
}

body[data-page="dealy"] .dealy-flow-figure .visual-bar {
  border-color: rgba(101, 213, 199, .12);
  color: rgba(213, 235, 239, .54);
}

body[data-page="dealy"] .dealy-flow-figure .visual-live::before {
  background: var(--dealy-green);
  box-shadow: 0 0 0 4px rgba(44, 171, 115, .12);
}

.dealy-flowline { filter: drop-shadow(0 0 5px rgba(32, 184, 166, .22)); }
.dealy-signal { filter: none; }

.dealy-loop-card {
  min-height: 540px;
  border-color: #142b40;
  background:
    linear-gradient(rgba(70, 196, 181, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 196, 181, .04) 1px, transparent 1px),
    var(--dealy-navy);
  background-size: 32px 32px, 32px 32px, auto;
}

.dealy-loop-card .feature-visual { inset: 116px 18px 14px; }

.dealy-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dealy-capability {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 520px;
  padding: 30px;
  border: 1px solid var(--pp-line);
  border-radius: 24px;
  background:
    linear-gradient(rgba(32, 184, 166, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 184, 166, .025) 1px, transparent 1px),
    #fff;
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 14px 44px rgba(27, 38, 76, .055);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease;
}

.dealy-capability.is-in { opacity: 1; transform: none; }
.dealy-capability:hover { transform: translateY(-3px); box-shadow: 0 24px 65px rgba(27, 38, 76, .085); }
.dealy-capability-index { color: #b3b8c6; font: 500 10px/1 var(--pp-mono); letter-spacing: .12em; }
.dealy-capability .pp-kicker { margin-top: 48px; color: var(--dealy-teal); }
.dealy-capability h3 { margin: 13px 0 0; color: var(--pp-ink); font: 600 28px/1.04 var(--pp-sans); letter-spacing: -.04em; }
.dealy-capability > div:nth-child(2) > p:not(.pp-kicker) { margin: 17px 0 0; color: var(--pp-copy); font-size: 14px; line-height: 1.55; }
.dealy-capability ul { align-self: end; margin: 34px 0 0; padding: 0; border-top: 1px solid var(--pp-line); list-style: none; }
.dealy-capability li { position: relative; padding: 12px 0 12px 18px; border-bottom: 1px solid var(--pp-line); color: #505765; font-size: 12px; line-height: 1.35; }
.dealy-capability li::before { position: absolute; top: 17px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--dealy-teal); content: ""; }
.dealy-capability:nth-child(2) .pp-kicker,
.dealy-capability:nth-child(2) li::before { color: var(--dealy-periwinkle); background: var(--dealy-periwinkle); }
.dealy-capability:nth-child(3) .pp-kicker,
.dealy-capability:nth-child(3) li::before { color: var(--dealy-green); background: var(--dealy-green); }

.dealy-trust-panel {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(480px, 1.22fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
  padding: clamp(44px, 6vw, 76px);
  border: 1px solid #142b40;
  border-radius: 30px;
  color: #fff;
  background:
    linear-gradient(rgba(70, 196, 181, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 196, 181, .035) 1px, transparent 1px),
    var(--dealy-navy);
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 28px 80px rgba(6, 17, 31, .18);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}

.dealy-trust-panel.is-in { opacity: 1; transform: none; }
.dealy-trust-copy .pp-kicker { color: #65d5c7; }
.dealy-trust-copy h2 { max-width: 10ch; margin-top: 16px; color: #fff; font-size: clamp(44px, 4.5vw, 62px); line-height: .95; }
.dealy-trust-copy > p:last-child { max-width: 40ch; margin: 22px 0 0; color: rgba(220, 232, 242, .64); font-size: 14px; line-height: 1.58; }
.dealy-trust-list { display: grid; gap: 1px; overflow: hidden; border: 1px solid rgba(101, 213, 199, .12); border-radius: 20px; background: rgba(101, 213, 199, .12); }
.dealy-trust-list > div { display: grid; grid-template-columns: 15px 1fr; gap: 14px; align-items: start; padding: 18px 20px; background: rgba(10, 28, 43, .96); }
.dealy-trust-list i { width: 7px; height: 7px; margin-top: 5px; border: 2px solid #8ce4b3; border-radius: 50%; box-shadow: 0 0 0 4px rgba(44, 171, 115, .08); }
.dealy-trust-list span { color: rgba(220, 232, 242, .66); font-size: 12px; line-height: 1.5; }
.dealy-trust-list b { color: #fff; font-weight: 600; }

body[data-page="dealy"] .dealy-outcome .outcome-card {
  background:
    radial-gradient(circle at 84% 30%, rgba(32, 184, 166, .16), transparent 30%),
    radial-gradient(circle at 70% 72%, rgba(125, 137, 255, .12), transparent 28%),
    var(--dealy-navy);
}

body[data-page="dealy"] .dealy-outcome .outcome-card::before { display: none; }
body[data-page="dealy"] .dealy-outcome .outcome-copy h2 { max-width: 16ch; font-size: clamp(42px, 4vw, 58px); }
body[data-page="dealy"] .dealy-outcome .outcome-card .pp-kicker { color: #65d5c7; }

.dealy-result-chain {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  min-height: 0;
}

.dealy-result-chain > div { min-width: 0; padding: 22px 18px; border: 1px solid rgba(134, 154, 183, .16); border-radius: 18px; background: rgba(255, 255, 255, .055); backdrop-filter: blur(10px); }
.dealy-result-chain span { display: block; color: rgba(220, 232, 242, .48); font: 500 8px/1.25 var(--pp-mono); letter-spacing: .08em; text-transform: uppercase; }
.dealy-result-chain b { display: block; margin-top: 12px; color: #fff; font-size: 14px; font-weight: 600; line-height: 1.2; }
.dealy-result-chain > i { width: 28px; height: 1px; background: linear-gradient(90deg, var(--dealy-teal), var(--dealy-periwinkle)); }
.dealy-result-chain > div:nth-of-type(2) { border-color: rgba(44, 171, 115, .35); }
.dealy-result-chain > div:nth-of-type(2) b { color: #a7e7c2; }

/* Bestshot: warm only where the restaurant engine is being measured. */
body[data-page="bestshot"] {
  --bestshot-orange: #db6a17;
  --bestshot-orange-deep: #9d3f0c;
  --bestshot-pale: #fff7f0;
  --bestshot-line: #ecd8c9;
}

body[data-page="bestshot"] .pp-hero-grid {
  grid-template-columns: minmax(350px, .86fr) minmax(590px, 1.14fr);
  gap: clamp(36px, 4.5vw, 68px);
}

body[data-page="bestshot"] .pp-hero h1 {
  max-width: 11.5ch;
  font-size: clamp(48px, 4.7vw, 68px);
  line-height: .94;
}

body[data-page="bestshot"] .pp-hero .pp-lead { max-width: 48ch; }

.bestshot-live-figure {
  border-color: var(--bestshot-line);
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(219, 106, 23, .16), transparent 27%),
    linear-gradient(rgba(153, 100, 65, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(153, 100, 65, .035) 1px, transparent 1px),
    #fffaf7;
  background-size: auto, 32px 32px, 32px 32px, auto;
  box-shadow: 0 30px 90px rgba(115, 66, 30, .11), 0 4px 18px rgba(115, 66, 30, .05);
}

.bestshot-live-figure:hover { box-shadow: 0 40px 105px rgba(115, 66, 30, .14), 0 8px 22px rgba(115, 66, 30, .06); }
.bestshot-live-figure .visual-bar { border-color: rgba(157, 63, 12, .11); color: #987a66; }
.bestshot-live-figure .visual-live::before { background: var(--bestshot-orange); box-shadow: 0 0 0 4px rgba(219, 106, 23, .11); }

.bestshot-dual-card {
  min-height: 540px;
  margin-bottom: 18px;
  border-color: var(--bestshot-line);
  background:
    linear-gradient(rgba(153, 100, 65, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(153, 100, 65, .03) 1px, transparent 1px),
    #fffaf7;
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 20px 62px rgba(115, 66, 30, .075);
}

.bestshot-dual-card .feature-visual { inset: 116px 18px 14px; }

.bestshot-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bestshot-principle {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  min-height: 380px;
  padding: 28px;
  border: 1px solid var(--pp-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(27, 38, 76, .05);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1), border-color .25s ease, box-shadow .25s ease;
}

.bestshot-principle.is-in { opacity: 1; transform: none; }
.bestshot-principle:hover { border-color: rgba(219, 106, 23, .22); box-shadow: 0 24px 65px rgba(115, 66, 30, .085); transform: translateY(-3px); }
.bestshot-principle > span { color: #afb3bd; font: 500 10px/1 var(--pp-mono); letter-spacing: .12em; }
.bestshot-principle .pp-kicker { margin-top: 44px; color: var(--bestshot-orange); }
.bestshot-principle h3 { margin: 13px 0 0; color: var(--pp-ink); font: 600 25px/1.04 var(--pp-sans); letter-spacing: -.04em; }
.bestshot-principle > p:last-child { align-self: end; margin: 30px 0 0; padding-top: 18px; border-top: 1px solid var(--pp-line); color: var(--pp-copy); font-size: 13px; line-height: 1.55; }

.bestshot-benefits-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.bestshot-benefit {
  position: relative;
  grid-column: span 4;
  min-height: 260px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--pp-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(27, 38, 76, .045);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1), border-color .25s ease, box-shadow .25s ease;
}

.bestshot-benefit::before { position: absolute; top: 0; right: 28px; left: 28px; height: 2px; background: linear-gradient(90deg, transparent, rgba(219, 106, 23, .45), transparent); content: ""; opacity: .45; }
.bestshot-benefit.is-in { opacity: 1; transform: none; }
.bestshot-benefit:hover { border-color: rgba(219, 106, 23, .22); box-shadow: 0 22px 58px rgba(115, 66, 30, .075); transform: translateY(-3px); }
.bestshot-benefit.is-featured { grid-column: span 6; min-height: 290px; background: linear-gradient(145deg, #fff 0%, #fff8f2 100%); }
.bestshot-benefit.is-wide { grid-column: span 6; }
.bestshot-benefit > span { color: var(--bestshot-orange); font: 500 9px/1 var(--pp-mono); letter-spacing: .12em; text-transform: uppercase; }
.bestshot-benefit h3 { max-width: 17ch; margin: 62px 0 0; color: var(--pp-ink); font: 600 25px/1.05 var(--pp-sans); letter-spacing: -.04em; }
.bestshot-benefit p { max-width: 45ch; margin: 16px 0 0; color: var(--pp-copy); font-size: 13px; line-height: 1.55; }
.bestshot-benefit.is-featured h3 { margin-top: 76px; font-size: 29px; }

.bestshot-evidence-panel {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(530px, 1.28fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
  min-height: 520px;
  padding: clamp(36px, 5vw, 64px);
  border: 1px solid var(--bestshot-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 25%, rgba(219, 106, 23, .10), transparent 30%),
    linear-gradient(rgba(153, 100, 65, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(153, 100, 65, .03) 1px, transparent 1px),
    #fffaf7;
  background-size: auto, 32px 32px, 32px 32px, auto;
  box-shadow: 0 26px 76px rgba(115, 66, 30, .09);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}

.bestshot-evidence-panel.is-in { opacity: 1; transform: none; }
.bestshot-evidence-copy h2 { max-width: 10ch; margin-top: 16px; font-size: clamp(44px, 4.3vw, 62px); line-height: .95; }
.bestshot-evidence-copy > p:not(.pp-kicker) { max-width: 42ch; margin: 22px 0 0; color: var(--pp-copy); font-size: 14px; line-height: 1.58; }
.bestshot-evidence-copy small { display: block; max-width: 46ch; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(157, 63, 12, .12); color: #8d7667; font-size: 11px; line-height: 1.48; }
.bestshot-evidence-visual { min-height: 410px; }
.bestshot-evidence-visual svg { width: 100%; height: 100%; }

body[data-page="bestshot"] .bestshot-outcome .outcome-card {
  background:
    radial-gradient(circle at 83% 28%, rgba(219, 106, 23, .20), transparent 30%),
    radial-gradient(circle at 64% 78%, rgba(255, 174, 116, .07), transparent 28%),
    #17120f;
}

body[data-page="bestshot"] .bestshot-outcome .outcome-card::before { display: none; }
body[data-page="bestshot"] .bestshot-outcome .outcome-copy h2 { max-width: 14ch; font-size: clamp(42px, 4vw, 58px); }
.bestshot-network-visual { min-height: 330px; }

/* Barilga and GerOS: one platform language, two industry-specific operating shapes. */
body.erp-page {
  --erp-blue: #2337ec;
  --erp-blue-soft: #eef0ff;
  --erp-line: #dce2ef;
  --erp-navy: #08102a;
}

body.erp-page .pp-hero-grid { grid-template-columns: minmax(350px, .84fr) minmax(590px, 1.16fr); gap: clamp(38px, 4.7vw, 72px); }
body.erp-page .pp-hero h1 { max-width: 11.5ch; font-size: clamp(48px, 4.8vw, 69px); line-height: .94; }
body.erp-page .pp-hero .pp-lead { max-width: 48ch; }
.erp-live-figure { border-color: var(--erp-line); box-shadow: 0 30px 90px rgba(23, 38, 91, .11), 0 4px 18px rgba(23, 38, 91, .05); }
.erp-live-figure:hover { box-shadow: 0 40px 105px rgba(23, 38, 91, .14), 0 8px 22px rgba(23, 38, 91, .06); }
.geros-live-figure .ger-object { right: 4%; bottom: 6%; width: min(24%, 170px); opacity: .16; }

.erp-model-card {
  min-height: 540px;
  margin-bottom: 18px;
  border-color: var(--erp-line);
  background:
    linear-gradient(rgba(57, 76, 150, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 76, 150, .028) 1px, transparent 1px),
    #fbfcff;
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 20px 62px rgba(23, 38, 91, .07);
}

.erp-model-card .feature-visual { inset: 116px 18px 14px; }
.geros-model-card .ger-object { right: 2%; bottom: 2%; width: min(20%, 150px); opacity: .12; }

.erp-capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.erp-capability {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 500px;
  padding: 29px;
  border: 1px solid var(--pp-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(27, 38, 76, .05);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1), border-color .25s ease, box-shadow .25s ease;
}

.erp-capability.is-in { opacity: 1; transform: none; }
.erp-capability:hover { border-color: rgba(35, 55, 236, .22); box-shadow: 0 24px 65px rgba(27, 38, 76, .085); transform: translateY(-3px); }
.erp-capability-index { color: #b0b5c2; font: 500 10px/1 var(--pp-mono); letter-spacing: .12em; }
.erp-capability .pp-kicker { margin-top: 46px; }
.erp-capability h3 { margin: 13px 0 0; color: var(--pp-ink); font: 600 26px/1.04 var(--pp-sans); letter-spacing: -.04em; }
.erp-capability > div > p:not(.pp-kicker) { margin: 17px 0 0; color: var(--pp-copy); font-size: 13px; line-height: 1.55; }
.erp-capability ul { align-self: end; margin: 34px 0 0; padding: 0; border-top: 1px solid var(--pp-line); list-style: none; }
.erp-capability li { position: relative; padding: 12px 0 12px 18px; border-bottom: 1px solid var(--pp-line); color: #505765; font-size: 12px; line-height: 1.35; }
.erp-capability li::before { position: absolute; top: 17px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--erp-blue); content: ""; }

.erp-integrity-panel {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(530px, 1.3fr);
  gap: clamp(40px, 5vw, 76px);
  align-items: center;
  min-height: 520px;
  padding: clamp(38px, 5vw, 66px);
  border: 1px solid var(--erp-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 28%, rgba(35, 55, 236, .09), transparent 30%),
    linear-gradient(rgba(57, 76, 150, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 76, 150, .028) 1px, transparent 1px),
    #fbfcff;
  background-size: auto, 32px 32px, 32px 32px, auto;
  box-shadow: 0 25px 75px rgba(23, 38, 91, .085);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}

.erp-integrity-panel.is-in { opacity: 1; transform: none; }
.erp-integrity-copy h2 { max-width: 10ch; margin-top: 16px; font-size: clamp(44px, 4.3vw, 62px); line-height: .95; }
.erp-integrity-copy > p:not(.pp-kicker) { max-width: 42ch; margin: 22px 0 0; color: var(--pp-copy); font-size: 14px; line-height: 1.58; }
.erp-integrity-visual { min-height: 400px; }
.erp-integrity-visual svg { width: 100%; height: 100%; }

.erp-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--pp-line); border-radius: 26px; background: var(--pp-line); box-shadow: 0 18px 55px rgba(27, 38, 76, .055); gap: 1px; }
.erp-benefit-grid article { min-height: 245px; padding: 27px; background: #fff; opacity: 0; transform: translateY(12px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1), background .25s ease; }
.erp-benefit-grid article.is-in { opacity: 1; transform: none; }
.erp-benefit-grid article:hover { background: #f9faff; }
.erp-benefit-grid span { color: var(--erp-blue); font: 500 9px/1 var(--pp-mono); letter-spacing: .12em; }
.erp-benefit-grid h3 { max-width: 16ch; margin: 72px 0 0; color: var(--pp-ink); font: 600 23px/1.05 var(--pp-sans); letter-spacing: -.035em; }
.erp-benefit-grid p { max-width: 34ch; margin: 15px 0 0; color: var(--pp-copy); font-size: 12px; line-height: 1.52; }

.erp-foundation-panel {
  display: grid;
  grid-template-columns: minmax(310px, .78fr) minmax(520px, 1.22fr);
  gap: clamp(44px, 6vw, 90px);
  align-items: center;
  padding: clamp(42px, 6vw, 72px);
  border: 1px solid #172345;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 32%, rgba(76, 99, 245, .18), transparent 31%),
    linear-gradient(rgba(130, 147, 235, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 147, 235, .04) 1px, transparent 1px),
    var(--erp-navy);
  background-size: auto, 32px 32px, 32px 32px, auto;
  box-shadow: 0 28px 80px rgba(7, 15, 40, .17);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1);
}

.erp-foundation-panel.is-in { opacity: 1; transform: none; }
.erp-foundation-copy h2 { max-width: 12ch; margin-top: 16px; color: #fff; font-size: clamp(42px, 4vw, 58px); line-height: .96; }
.erp-foundation-copy > p:last-child { max-width: 43ch; margin: 22px 0 0; color: rgba(226, 232, 255, .64); font-size: 14px; line-height: 1.58; }
.erp-foundation-copy > p:not(.pp-kicker) { max-width: 43ch; margin: 22px 0 0; color: rgba(226, 232, 255, .64); font-size: 14px; line-height: 1.58; }
.erp-foundation-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.erp-foundation-points span { padding: 8px 10px; border: 1px solid rgba(151, 167, 244, .17); border-radius: 999px; color: rgba(232, 237, 255, .68); background: rgba(255, 255, 255, .045); font: 500 8px/1 var(--pp-mono); letter-spacing: .025em; }
.erp-identity-map { display: grid; justify-items: center; }
.identity-root { position: relative; z-index: 2; width: min(100%, 280px); padding: 20px; border: 1px solid rgba(144, 160, 244, .25); border-radius: 18px; background: rgba(255, 255, 255, .065); text-align: center; }
.identity-root::after { position: absolute; top: 100%; left: 50%; width: 1px; height: 48px; background: linear-gradient(#6577e8, rgba(101, 119, 232, .2)); content: ""; }
.identity-root span,
.identity-branches span { display: block; color: rgba(220, 228, 255, .48); font: 500 8px/1.2 var(--pp-mono); letter-spacing: .08em; text-transform: uppercase; }
.identity-root b { display: block; margin-top: 10px; color: #fff; font-size: 17px; }
.identity-branches { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; width: 100%; margin-top: 48px; }
.identity-branches::before { position: absolute; top: -1px; right: 25%; left: 25%; height: 1px; background: rgba(101, 119, 232, .55); content: ""; }
.identity-branches > div { position: relative; min-height: 132px; padding: 21px; border: 1px solid rgba(144, 160, 244, .18); border-radius: 18px; background: rgba(255, 255, 255, .05); }
.identity-branches > div::before { position: absolute; bottom: 100%; left: 50%; width: 1px; height: 17px; background: rgba(101, 119, 232, .55); content: ""; }
.identity-branches b { display: block; margin-top: 17px; color: #fff; font-size: 14px; }
.identity-branches small { display: block; margin-top: 9px; color: rgba(220, 228, 255, .5); font-size: 10px; }

body.erp-page .erp-outcome .outcome-card { background: radial-gradient(circle at 82% 32%, rgba(55, 78, 232, .23), transparent 31%), var(--erp-navy); }
body.erp-page .erp-outcome .outcome-card::before { display: none; }
body.erp-page .erp-outcome .outcome-copy h2 { max-width: 15ch; font-size: clamp(41px, 3.9vw, 57px); }
.erp-outcome-chain { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; min-height: 0; }
.erp-outcome-chain > div { min-width: 0; padding: 22px 18px; border: 1px solid rgba(150, 166, 245, .17); border-radius: 18px; background: rgba(255, 255, 255, .055); }
.erp-outcome-chain span { display: block; color: rgba(222, 229, 255, .48); font: 500 8px/1.2 var(--pp-mono); letter-spacing: .08em; text-transform: uppercase; }
.erp-outcome-chain b { display: block; margin-top: 12px; color: #fff; font-size: 14px; font-weight: 600; }
.erp-outcome-chain > i { width: 28px; height: 1px; background: linear-gradient(90deg, #6577e8, #a7b4ff); }

/* Footer returns to white and never collides with the closing card. */
body.product-page-v2 .site-footer { border-top: 1px solid var(--pp-line); background: #fff; color: var(--pp-ink); }
body.product-page-v2 .foot-grid { padding-top: 66px; }
body.product-page-v2 .foot-brand p,
body.product-page-v2 .foot-col a,
body.product-page-v2 .foot-bottom { color: var(--pp-copy); }
body.product-page-v2 .foot-col h5 { color: var(--pp-ink); }
body.product-page-v2 .foot-bottom { border-top-color: var(--pp-line); }

/* Figure animation language. */
.draw-path { stroke-dasharray: var(--path-length, 900); stroke-dashoffset: var(--path-length, 900); }
.is-in .draw-path { animation: ppDraw 1.45s cubic-bezier(.2,.75,.2,1) forwards; animation-delay: var(--delay, 0s); }
.fade-node { opacity: 0; transform: translateY(8px); transform-box: fill-box; transform-origin: center; }
.is-in .fade-node { animation: ppNode .55s cubic-bezier(.2,.8,.2,1) forwards; animation-delay: var(--delay, .2s); }
.pulse-ring { transform-box: fill-box; transform-origin: center; animation: ppPulse 2.4s ease-out infinite; }
.float-card { animation: ppFloat 5s ease-in-out infinite; }
.motion-orb { filter: drop-shadow(0 0 9px rgba(var(--product-accent-rgb), .8)); }
.chart-line { stroke-dasharray: 900; stroke-dashoffset: 900; }
.is-in .chart-line { animation: ppDraw 1.6s cubic-bezier(.2,.75,.2,1) .2s forwards; }
.forecast-path { opacity: 0; }
.is-in .forecast-path { animation: ppFade .7s ease .75s forwards; }

.pp-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.pp-reveal.is-in { opacity: 1; transform: none; }

@keyframes ppDraw { to { stroke-dashoffset: 0; } }
@keyframes ppNode { to { opacity: 1; transform: none; } }
@keyframes ppFade { to { opacity: 1; } }
@keyframes ppPulse { 0% { opacity: .7; transform: scale(.72); } 72%,100% { opacity: 0; transform: scale(1.9); } }
@keyframes ppBlink { 0%,100% { opacity: .45; } 50% { opacity: 1; } }
@keyframes ppFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes ppGrow { from { transform: scaleY(.12); opacity: .25; } to { transform: scaleY(1); opacity: 1; } }

@media (max-width: 1040px) {
  .pp-hero-grid { grid-template-columns: 1fr; }
  body[data-page="dealy"] .pp-hero-grid { grid-template-columns: 1fr; }
  body[data-page="bestshot"] .pp-hero-grid { grid-template-columns: 1fr; }
  .pp-hero-copy { max-width: 720px; padding-left: 0; }
  .pp-hero h1 { max-width: 10ch; }
  .product-visual { min-height: 620px; }
  .pp-heading { grid-template-columns: 1fr; gap: 22px; }
  .pp-heading .pp-lead { padding: 0; }
  .outcome-card { grid-template-columns: 1fr; }
  .dealy-capability-grid { grid-template-columns: 1fr; }
  .dealy-capability { min-height: 0; }
  .dealy-trust-panel { grid-template-columns: 1fr; }
  .bestshot-principles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bestshot-benefit,
  .bestshot-benefit.is-featured,
  .bestshot-benefit.is-wide { grid-column: span 6; }
  .bestshot-evidence-panel { grid-template-columns: 1fr; }
  body.erp-page .pp-hero-grid { grid-template-columns: 1fr; }
  .erp-capability-grid { grid-template-columns: 1fr; }
  .erp-capability { min-height: 0; }
  .erp-integrity-panel,
  .erp-foundation-panel { grid-template-columns: 1fr; }
  .erp-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body.product-page-v2 .site-nav { top: 10px; }
  body.product-page-v2 .nav-inner { width: calc(100% - 24px); min-height: 52px; padding: 7px 8px 7px 17px; }
  body.product-page-v2 .nav-menu,
  body.product-page-v2 .nav-cta { display: none; }
  body.product-page-v2 .nav-toggle { display: grid; place-items: center; margin-left: auto; }
  .pp-hero { padding: 104px 0 50px; }
  .pp-hero-grid { gap: 38px; }
  .pp-breadcrumb { margin-bottom: 18px; }
  .pp-hero h1 { max-width: 9ch; font-size: clamp(50px, 14vw, 66px); }
  body[data-page="dealy"] .pp-hero h1 { max-width: 10.5ch; font-size: clamp(44px, 12.5vw, 58px); line-height: .95; }
  body[data-page="bestshot"] .pp-hero h1 { max-width: 11ch; font-size: clamp(43px, 12vw, 56px); line-height: .95; }
  body[data-page="camp"] .pp-hero h1 { max-width: 9.5ch; font-size: clamp(48px, 13vw, 58px); }
  body.erp-page .pp-hero h1 { max-width: 10.5ch; font-size: clamp(43px, 12vw, 56px); line-height: .95; }
  .pp-hero .pp-lead { margin-top: 20px; font-size: 15px; }
  .pp-actions { margin-top: 24px; }
  .pp-button { flex: 1 1 auto; min-height: 46px; padding-inline: 17px; }
  .product-visual { min-height: 500px; border-radius: 22px; }
  .visual-bar { min-height: 48px; padding-inline: 16px; font-size: 8.5px; }
  .product-viz-host { inset: 48px 0 0; }
  .visual-note { right: 12px; bottom: 12px; left: 12px; max-width: none; }
  .pp-proof-grid { grid-template-columns: 1fr 1fr; }
  .pp-proof-intro { grid-column: 1 / -1; min-height: 88px; padding: 20px; border-bottom: 1px solid var(--pp-line); }
  .pp-proof-item { min-height: 92px; padding: 18px 20px; }
  .pp-proof-item:nth-child(2) { border-left: 0; }
  .pp-proof-item:last-child { grid-column: 1 / -1; border-top: 1px solid var(--pp-line); border-left: 0; }
  .pp-proof-item b { font-size: 17px; }
  .pp-section { padding-block: 72px; }
  .pp-heading { margin-bottom: 32px; }
  .pp-heading h2 { font-size: clamp(42px, 12vw, 54px); }
  .feature-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .feature-card--large,
  .feature-card--side,
  .feature-card--wide { grid-column: auto; grid-row: auto; min-height: 440px; padding: 23px; }
  .feature-card--side { min-height: 310px; }
  .feature-visual { inset: 115px 12px 12px; }
  .feature-card--side .feature-visual { inset: 112px 16px 16px; }
  .feature-card--wide .feature-visual { inset: 118px 12px 12px; }
  .dealy-loop-card { min-height: 520px; }
  .dealy-loop-card .feature-visual { inset: 138px 10px 10px; }
  .dealy-capability { padding: 24px; }
  .dealy-capability .pp-kicker { margin-top: 34px; }
  .dealy-capability h3 { font-size: 24px; }
  .dealy-trust-panel { gap: 34px; padding: 32px 23px; border-radius: 24px; }
  .dealy-trust-copy h2 { font-size: 44px; }
  .dealy-result-chain { grid-template-columns: 1fr; gap: 0; }
  .dealy-result-chain > i { width: 1px; height: 20px; margin-left: 28px; background: linear-gradient(var(--dealy-teal), var(--dealy-periwinkle)); }
  .bestshot-dual-card { min-height: 510px; }
  .bestshot-dual-card .feature-visual { inset: 138px 10px 10px; }
  .bestshot-principles-grid { grid-template-columns: 1fr; }
  .bestshot-principle { min-height: 0; padding: 24px; }
  .bestshot-principle .pp-kicker { margin-top: 34px; }
  .bestshot-principle h3 { font-size: 23px; }
  .bestshot-benefits-grid { grid-template-columns: 1fr; }
  .bestshot-benefit,
  .bestshot-benefit.is-featured,
  .bestshot-benefit.is-wide { grid-column: auto; min-height: 0; padding: 24px; }
  .bestshot-benefit h3,
  .bestshot-benefit.is-featured h3 { margin-top: 46px; font-size: 24px; }
  .bestshot-evidence-panel { gap: 34px; padding: 32px 23px; border-radius: 24px; }
  .bestshot-evidence-copy h2 { font-size: 44px; }
  .bestshot-evidence-visual { min-height: 390px; }
  .bestshot-network-visual { min-height: 330px; }
  .erp-model-card { min-height: 510px; }
  .erp-model-card .feature-visual { inset: 138px 10px 10px; }
  .erp-capability { padding: 24px; }
  .erp-capability .pp-kicker { margin-top: 34px; }
  .erp-capability h3 { font-size: 24px; }
  .erp-integrity-panel,
  .erp-foundation-panel { gap: 34px; padding: 32px 23px; border-radius: 24px; }
  .erp-integrity-copy h2,
  .erp-foundation-copy h2 { font-size: 43px; }
  .erp-integrity-visual { min-height: 410px; }
  .erp-benefit-grid { grid-template-columns: 1fr; }
  .erp-benefit-grid article { min-height: 0; padding: 24px; }
  .erp-benefit-grid h3 { margin-top: 46px; }
  .identity-branches { grid-template-columns: 1fr; }
  .identity-branches::before { right: 50%; left: auto; height: 100%; width: 1px; }
  .identity-branches > div::before { display: none; }
  .erp-outcome-chain { grid-template-columns: 1fr; gap: 0; }
  .erp-outcome-chain > i { width: 1px; height: 20px; margin-left: 28px; background: linear-gradient(#6577e8, #a7b4ff); }
  .ger-object { width: 50%; }
  .product-object { width: 150px; opacity: .7; }
  .pp-outcome { padding-top: 0; }
  .outcome-card { gap: 34px; min-height: 0; padding: 34px 24px; border-radius: 24px; }
  .outcome-copy h2 { font-size: 46px; }
  .outcome-visual { min-height: 230px; }
  .backtest-results { grid-template-columns: 1fr 1fr; }
  .backtest-arrow { display: none; }
  .backtest-result { padding: 20px 16px; }
  .backtest-result b { font-size: 44px; }
  body.product-page-v2 .foot-grid { padding-top: 54px; }
}

@media (max-width: 440px) {
  .pp-proof-grid { grid-template-columns: 1fr; }
  .pp-proof-item,
  .pp-proof-item:nth-child(2),
  .pp-proof-item:last-child { grid-column: auto; border-top: 1px solid var(--pp-line); border-left: 0; }
  .pp-proof-intro { min-height: 76px; }
  .product-visual { min-height: 460px; }
  .pp-actions .pp-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pp-reveal,
  .bestshot-principle,
  .bestshot-benefit,
  .bestshot-evidence-panel,
  .erp-capability,
  .erp-benefit-grid article,
  .erp-integrity-panel,
  .erp-foundation-panel,
  .draw-path,
  .fade-node,
  .chart-line { opacity: 1; transform: none; stroke-dashoffset: 0; transition: none; animation: none; }
  .forecast-path { opacity: 1; animation: none; }
  .motion-orb,
  .pulse-ring,
  .dealy-signal,
  .bestshot-signal { display: none; }
  .float-card,
  .mini-bars i,
  .visual-live::before { animation: none; }
  .product-visual,
  .feature-card,
  .pp-button { transition: none; }
}
