/* ════════════════════════════════════════════════════════════════════════
   lp.css — shared primitives for Synilogix landing pages (/industries, /locations,
   /services, /guides). Inherits site.css tokens + shell. These are LEAN building
   blocks only; each page adds its own signature CSS in a head <style>. Warm system,
   no mono, no slop. Everything prefixed .lp- to avoid collision with site.css globals.
   Bump ?v= when this changes.
═══════════════════════════════════════════════════════════════════════════ */

/* ---- breadcrumb hero (shared skeleton, page tunes the headline) ---- */
.lp-hero { padding-top: calc(var(--header-h) + clamp(48px, 11vh, 116px)); padding-bottom: clamp(40px, 7vh, 80px); }
.lp-crumb { display: flex; align-items: center; gap: 11px; margin-bottom: 26px; flex-wrap: wrap; }
.lp-crumb a { font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-faint); text-decoration: none; transition: color 0.15s; }
.lp-crumb a:hover { color: var(--accent); }
.lp-crumb span { font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.lp-crumb i { color: var(--rule); font-style: normal; }

.lp-h1 { font-family: var(--font-display); font-stretch: 118%; font-weight: 800; text-transform: uppercase; line-height: 0.92; letter-spacing: -0.015em; font-size: clamp(2.5rem, 7.4vw, 6.2rem); max-width: 18ch; }
.lp-h1 .serif { font-size: 1.03em; }

/* the answer-first lede — first thing a searcher reads */
.lp-lede { font-family: var(--font-body); font-size: clamp(1.12rem, 2vw, 1.5rem); line-height: 1.55; color: var(--fg); max-width: 40ch; }
.lp-lede strong { font-weight: 600; }
.lp-sub { font-size: 15px; line-height: 1.75; color: var(--fg-dim); max-width: 52ch; margin-top: 22px; }

/* fact strip (reused from .phero__facts vocabulary, standalone here) */
.lp-facts { display: flex; flex-wrap: wrap; gap: 14px 40px; margin-top: 34px; }
.lp-facts span { display: flex; flex-direction: column; gap: 5px; font-size: 14px; color: var(--fg); }
.lp-facts b { font-family: var(--font-body); font-weight: 500; font-size: 10.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--fg-faint); }

/* ---- section heading vocabulary (lighter than site .sec for guide/article density) ---- */
.lp-sec { padding-top: clamp(64px, 11vh, 140px); }
.lp-eyebrow { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.lp-h2 { font-family: var(--font-display); font-stretch: 116%; font-weight: 800; text-transform: uppercase; line-height: 0.94; letter-spacing: -0.015em; font-size: clamp(2rem, 4.8vw, 4rem); margin-top: 18px; }
.lp-h2 .serif { font-size: 1.05em; }
.lp-h3 { font-family: var(--font-display); font-stretch: 112%; font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1; }
.lp-measure { max-width: 64ch; }
.lp-measure p { font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.72; color: var(--fg); margin-top: 1.1em; }
.lp-measure p:first-child { margin-top: 0; }
.lp-measure a:not(.cta) { color: var(--accent); text-decoration: none; border-bottom: 1px solid rgba(180,64,10,0.35); transition: border-color 0.15s; }
.lp-measure a:not(.cta):hover { border-color: var(--accent); }
.lp-measure strong { font-weight: 600; }

/* ---- proof / case-study card (a real client, matched to the service) ---- */
.lp-proof { display: grid; gap: clamp(24px, 4vw, 56px); align-items: center; border-top: 1px solid var(--rule); padding-top: clamp(32px, 5vh, 56px); }
@media (min-width: 880px) { .lp-proof { grid-template-columns: 1.1fr 1fr; } .lp-proof--flip > :first-child { order: 2; } }
.lp-proof__shot { position: relative; overflow: hidden; background: var(--bg-2); border: 1px solid var(--rule-soft); }
.lp-proof__shot img, .lp-proof__shot video { display: block; width: 100%; height: 100%; object-fit: cover; }
.lp-proof__tag { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--accent); }
.lp-proof__name { font-family: var(--font-display); font-stretch: 116%; font-weight: 800; text-transform: uppercase; letter-spacing: -0.015em; font-size: clamp(1.6rem, 3.4vw, 2.6rem); line-height: 0.96; margin: 14px 0 16px; }
.lp-proof__body p { font-size: 15.5px; line-height: 1.72; color: var(--fg); max-width: 50ch; }
.lp-proof__body p + p { margin-top: 1em; }
.lp-proof__meta { font-family: var(--font-body); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-faint); margin-top: 18px; }
.lp-proof__link { display: inline-flex; gap: 9px; margin-top: 20px; font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 0.04em; color: var(--accent); text-decoration: none; }
.lp-proof__link:hover { gap: 14px; }

/* ---- big single stat (e.g. 42 → 5,500+) ---- */
.lp-stat { display: flex; flex-direction: column; gap: 6px; }
.lp-stat b { font-family: var(--font-display); font-stretch: 120%; font-weight: 800; font-size: clamp(2.6rem, 6vw, 5rem); line-height: 0.9; letter-spacing: -0.02em; color: var(--fg); font-variant-numeric: tabular-nums; }
.lp-stat b .ac { color: var(--accent); }
.lp-stat small { font-size: 13px; color: var(--fg-dim); letter-spacing: 0.02em; max-width: 30ch; }

/* ---- numbered process / list (no emoji, no equal-card grid) ---- */
.lp-steps { display: grid; gap: 1px; background: var(--rule-soft); border: 1px solid var(--rule-soft); }
.lp-steps > div { background: var(--bg); padding: clamp(24px, 3vw, 36px); }
.lp-steps__no { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; color: var(--accent); }
.lp-steps h3 { margin: 14px 0 10px; font-family: var(--font-display); font-stretch: 112%; font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; font-size: 1.15rem; }
.lp-steps p { font-size: 14.5px; line-height: 1.65; color: var(--fg-dim); max-width: 42ch; }
@media (min-width: 760px) { .lp-steps--3 { grid-template-columns: repeat(3, 1fr); } .lp-steps--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .lp-steps--4 { grid-template-columns: repeat(4, 1fr); } }

/* ---- guide / cost table (honest, readable, tabular) ---- */
.lp-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.lp-table caption { text-align: left; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-faint); padding-bottom: 14px; }
.lp-table th, .lp-table td { text-align: left; padding: 16px 18px 16px 0; border-top: 1px solid var(--rule); vertical-align: top; }
.lp-table thead th { border-top: none; border-bottom: 2px solid var(--fg); font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg); padding-bottom: 12px; }
.lp-table td:last-child, .lp-table th:last-child { padding-right: 0; }
.lp-table .num { font-variant-numeric: tabular-nums; color: var(--accent); white-space: nowrap; font-weight: 500; }
.lp-table tbody tr:hover td { background: rgba(20,17,13,0.02); }
.lp-table small { display: block; color: var(--fg-dim); font-size: 13px; margin-top: 4px; line-height: 1.5; }

/* ---- pull / honest aside ---- */
.lp-aside { border-left: 3px solid var(--accent); padding: 6px 0 6px 24px; margin: 8px 0; }
.lp-aside p { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.25rem, 2.6vw, 1.85rem); line-height: 1.35; color: var(--fg); max-width: 28ch; }
.lp-aside cite { display: block; font-family: var(--font-body); font-style: normal; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-faint); margin-top: 14px; }

/* ---- internal-link / related block (anti-orphan, in-content) ---- */
.lp-related { border-top: 1px solid var(--rule); display: grid; gap: 1px; background: var(--rule-soft); margin-top: clamp(48px,7vh,96px); }
@media (min-width: 720px) { .lp-related { grid-template-columns: repeat(3, 1fr); } }
.lp-related a { background: var(--bg); padding: 30px clamp(20px,3vw,34px); text-decoration: none; display: flex; flex-direction: column; gap: 8px; transition: background 0.2s; }
.lp-related a:hover { background: var(--bg-2); }
.lp-related small { font-family: var(--font-body); font-size: 10.5px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--accent); }
.lp-related b { font-family: var(--font-display); font-stretch: 112%; font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; font-size: 1.05rem; color: var(--fg); }
.lp-related span { font-size: 13px; color: var(--fg-dim); line-height: 1.5; }

/* ---- video frame helper (reuses site .vframe behaviours via data-effect-*) ---- */
.lp-video { position: relative; overflow: hidden; background: #000; aspect-ratio: 9/16; }
.lp-video--wide { aspect-ratio: 16/9; }
.lp-video video { display: block; width: 100%; height: 100%; object-fit: cover; }
.lp-video__cap { display: block; font-family: var(--font-body); font-size: 11.5px; letter-spacing: 0.05em; color: var(--fg-faint); margin-top: 12px; text-transform: uppercase; }

/* ---- hub grid ---- */
.lp-hub { display: grid; gap: 1px; background: var(--rule-soft); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
@media (min-width: 680px) { .lp-hub { grid-template-columns: repeat(2, 1fr); } }
.lp-hub a { background: var(--bg); padding: clamp(28px,3.5vw,44px); text-decoration: none; display: flex; flex-direction: column; min-height: 200px; transition: background 0.2s; }
.lp-hub a:hover { background: var(--bg-2); }
.lp-hub__no { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; color: var(--accent); }
.lp-hub h3 { margin: auto 0 12px; font-family: var(--font-display); font-stretch: 116%; font-weight: 800; text-transform: uppercase; letter-spacing: -0.015em; font-size: clamp(1.4rem,2.6vw,2rem); line-height: 0.98; color: var(--fg); }
.lp-hub h3 .serif { font-size: 1.04em; }
.lp-hub p { font-size: 14px; line-height: 1.6; color: var(--fg-dim); max-width: 44ch; }
.lp-hub__go { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; color: var(--accent); margin-top: 16px; }

/* shared utility */
.lp-rule { border: none; border-top: 1px solid var(--rule); margin: 0; }
.lp-end { padding-bottom: clamp(64px, 10vh, 130px); }
