/* ==========================================================================
   Logistics — design system for the freight demo (Nordfracht Logistik).

   Bold, high-contrast, industrial: near-black canvas, safety-orange accent,
   heavy UPPERCASE condensed headings, sharp corners and a live "tracking"
   hero panel. Distinct from every other demo.
   ========================================================================== */

:root {
  --bg:        #0c0f14;
  --bg-2:      #12171f;
  --surface:   #161d27;
  --surface-2: #1c2531;
  --line:      #26303d;
  --line-soft: #1d2530;

  --ink:       #f3f6fa;
  --muted:     #9aabbd;
  --muted-2:   #6b7c8f;

  --accent:    #ff6a1a;   /* safety orange */
  --accent-2:  #ffb020;
  --accent-ink:#1a0d02;
  --accent-050:rgba(255,106,26,.12);

  --line-hi:   #ff6a1a;

  --radius:   8px;
  --radius-sm:6px;
  --wrap: 1180px;
  --pad: clamp(20px, 5vw, 40px);

  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --shadow:    0 24px 56px -28px rgba(0,0,0,.85);
  --shadow-sm: 0 12px 30px -18px rgba(0,0,0,.7);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body { margin: 0; font-family: var(--font); color: var(--muted); background: var(--bg); line-height: 1.62; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0 0 .5em; color: var(--ink); font-weight: 800; line-height: 1.02; text-transform: uppercase; letter-spacing: -.01em; }
h1 { font-size: clamp(2.4rem, 6.6vw, 4.6rem); }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.9rem); }
h3 { font-size: 1.12rem; letter-spacing: 0; }
h4 { margin: 0 0 .5em; }
p  { margin: 0 0 1rem; overflow-wrap: break-word; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.center { text-align: center; }
.accent { color: var(--accent); }

.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--accent); color: #fff; padding: 10px 16px; border-radius: 6px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 12px; }

/* eyebrow: a bold tag with a leading bar */
.eyebrow { display: inline-flex; align-items: center; gap: .6em; margin: 0 0 1.1rem; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.eyebrow::before { content: ""; width: 22px; height: 3px; background: var(--accent); }
.eyebrow i { display: none; }
.lead { font-size: clamp(1.02rem, 1.6vw, 1.22rem); color: var(--muted); max-width: 62ch; }

/* buttons — sharp, chunky */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; font-weight: 700; font-size: .92rem; line-height: 1; padding: 15px 24px; border-radius: var(--radius-sm); border: 2px solid transparent; cursor: pointer; transition: transform .12s, background .2s, border-color .2s, color .2s; white-space: nowrap; text-transform: uppercase; letter-spacing: .04em; }
.btn i, .btn svg { width: 18px; height: 18px; }
.btn-lg { padding: 17px 30px; font-size: .98rem; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: #ff7d38; transform: translateY(-2px); }
.btn-on-dark { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-on-dark:hover { border-color: var(--accent); color: var(--accent); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

/* nav */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(12,15,20,.86); backdrop-filter: saturate(140%) blur(12px); border-bottom: 1px solid var(--line); }
.nav .wrap { display: flex; align-items: center; gap: 20px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark .mark-chev, .brand-mark .mark-chev2 { stroke: var(--accent); }
.brand-mark .mark-chev2 { stroke: var(--accent-2); }
.brand-mark .mark-base { stroke: var(--ink); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; min-width: 0; }
.brand-name { font-weight: 800; font-size: 1.1rem; text-transform: uppercase; letter-spacing: .01em; color: var(--ink); }
.brand-sub { font-size: .68rem; color: var(--muted-2); letter-spacing: .1em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 2px; margin: 0 0 0 auto; padding: 0; list-style: none; }
.nav-links > li { display: flex; }
.nav-links a { padding: 10px 14px; color: var(--muted); font-weight: 650; font-size: .84rem; text-transform: uppercase; letter-spacing: .04em; transition: color .15s; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); border-bottom-color: var(--accent); }
.nav-phone { display: inline-flex; align-items: center; gap: 7px; color: var(--ink) !important; font-weight: 700; }
.nav-phone i { width: 16px; height: 16px; color: var(--accent); }
.nav-cta { background: var(--accent); color: #fff !important; border-bottom: none !important; padding: 11px 18px !important; border-radius: 6px; }
.nav-cta:hover { background: #ff7d38 !important; }
.nav-burger { display: none; margin-left: auto; width: 44px; height: 44px; border-radius: 6px; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); background: var(--surface); }
.nav-burger span { width: 20px; height: 2px; background: var(--ink); }
@media (max-width: 900px) {
  .nav-burger { display: flex; }
  .nav-links { position: fixed; inset: 72px 0 auto 0; margin: 0; flex-direction: column; align-items: stretch; gap: 2px; padding: 12px var(--pad) 22px; background: var(--bg-2); border-bottom: 1px solid var(--line); transform: translateY(-120%); transition: transform .28s; box-shadow: var(--shadow); max-height: calc(100vh - 72px); overflow-y: auto; }
  .nav-toggle:checked ~ .nav-links { transform: translateY(0); }
  .nav-links a { padding: 14px; font-size: .95rem; border-bottom: 1px solid var(--line-soft); }
  .nav-cta, .nav-phone { justify-content: center; }
  .nav-cta-li { margin-top: 8px; }
}

/* sections */
.section { position: relative; padding: clamp(62px, 8.5vw, 116px) 0; }
.section-alt { background: var(--bg-2); }
.section-head { max-width: 62ch; margin-bottom: clamp(34px, 5vw, 54px); }
.section-head.head-center { margin-inline: auto; text-align: center; }
.section-head.head-center .eyebrow::before { display: none; }
.section-head .lead { margin-top: .5rem; }
.section-dark { position: relative; background: #080a0e; overflow: hidden; }
.section-dark::before { content: ""; position: absolute; inset: 0; opacity: .5; background: repeating-linear-gradient(-45deg, transparent, transparent 22px, rgba(255,106,26,.04) 22px, rgba(255,106,26,.04) 24px); }
.section-dark > .wrap { position: relative; z-index: 1; }

/* ---- hero (dark, tracking panel) --------------------------------------- */
.lo-hero { position: relative; overflow: hidden; padding: clamp(66px, 9vw, 128px) 0 clamp(56px, 8vw, 104px); background: radial-gradient(55% 60% at 78% 8%, rgba(255,106,26,.16), transparent 60%), var(--bg); }
.lo-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: repeating-linear-gradient(90deg, var(--accent) 0 40px, transparent 40px 68px); opacity: .6; }
.lo-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(30px, 5vw, 60px); align-items: center; }
@media (max-width: 920px) { .lo-hero-grid { grid-template-columns: 1fr; } }
.lo-hero-text h1 { margin-bottom: .3em; }
.hero-sub { font-size: clamp(1.04rem, 1.8vw, 1.28rem); color: var(--muted); max-width: 52ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 0; }
@media (max-width: 460px) { .hero-cta .btn { width: 100%; } }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 26px 0 0; padding: 0; list-style: none; }
.hero-badges li { display: inline-flex; align-items: center; gap: 8px; font-size: .86rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .03em; }
.hero-badges i { width: 16px; height: 16px; color: var(--accent); }

.lo-track { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: var(--radius); padding: 24px 26px; box-shadow: var(--shadow); }
.lo-track-head { display: flex; align-items: center; gap: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: .92rem; color: var(--ink); margin-bottom: 20px; }
.lo-pulse { width: 10px; height: 10px; border-radius: 50%; background: #37d67a; box-shadow: 0 0 0 0 rgba(55,214,122,.5); animation: lo-pulse 2s infinite; }
@keyframes lo-pulse { 0% { box-shadow: 0 0 0 0 rgba(55,214,122,.5); } 70% { box-shadow: 0 0 0 8px rgba(55,214,122,0); } 100% { box-shadow: 0 0 0 0 rgba(55,214,122,0); } }
.lo-track-rail { list-style: none; margin: 0; padding: 0 0 0 6px; }
.lo-track-rail li { position: relative; padding: 0 0 22px 24px; border-left: 2px solid var(--line); color: var(--ink); font-size: .95rem; }
.lo-track-rail li:last-child { border-left-color: transparent; padding-bottom: 0; }
.lo-node { position: absolute; left: -7px; top: 2px; width: 12px; height: 12px; border-radius: 50%; background: var(--bg); border: 3px solid var(--accent); }
.lo-track-note { display: flex; align-items: center; gap: 8px; margin: 4px 0 0; font-size: .84rem; color: var(--muted-2); }
.lo-track-note i { width: 15px; height: 15px; color: var(--accent); }
@media (prefers-reduced-motion: reduce) { .lo-pulse { animation: none; } }

/* trust strip */
.trust { background: var(--bg-2); border-block: 1px solid var(--line); padding: clamp(38px, 5vw, 56px) 0; }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 26px; }
.trust-item { padding-top: 14px; border-top: 3px solid var(--accent); }
.trust-item i { width: 24px; height: 24px; color: var(--accent); margin-bottom: 10px; }
.trust-item h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 4px; }
.trust-item p { font-size: .9rem; color: var(--muted); margin: 0; text-transform: none; }

/* services */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 20px; }
.service-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; transition: transform .18s, border-color .2s; min-width: 0; }
.service-card:hover { transform: translateY(-3px); border-color: var(--accent); }
.service-icon { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: var(--radius-sm); background: var(--accent-050); color: var(--accent); margin-bottom: 18px; }
.service-icon i { width: 24px; height: 24px; }
.service-media { border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 18px; aspect-ratio: 16/10; }
.service-media img { width: 100%; height: 100%; object-fit: cover; }
.service-card h3 { font-size: 1.12rem; }
.service-card p { color: var(--muted); font-size: .94rem; }
.service-bullets { list-style: none; margin: 16px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line-soft); display: grid; gap: 9px; }
.service-bullets li { position: relative; padding-left: 22px; font-size: .88rem; color: var(--muted); }
.service-bullets li::before { content: ""; position: absolute; left: 2px; top: .5em; width: 9px; height: 3px; background: var(--accent); }

/* story */
.story-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(30px, 5vw, 60px); align-items: center; }
.story-body { min-width: 0; }
.story-text { color: var(--muted); font-size: 1.02rem; }
.story-text strong { color: var(--ink); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 130px), 1fr)); gap: 22px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.stat-value { font-size: clamp(2rem, 3.2vw, 2.8rem); font-weight: 800; color: var(--accent); letter-spacing: -.02em; }
.stat-label { font-size: .8rem; color: var(--muted-2); margin-top: 2px; text-transform: uppercase; letter-spacing: .05em; }
.story-figure { border-radius: var(--radius); overflow: hidden; min-height: 280px; box-shadow: var(--shadow); }
.story-figure img { width: 100%; height: 100%; object-fit: cover; }
.story-figure.is-empty { border: 1px solid var(--line); background: repeating-linear-gradient(-45deg, #12171f, #12171f 30px, #161d27 30px, #161d27 60px); position: relative; }
.story-figure.is-empty::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(255,106,26,.2), transparent 55%); }

/* steps — dark band, big orange numbers */
.steps-grid { list-style: none; counter-reset: step; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 4px; }
.step { counter-increment: step; position: relative; padding: 26px 24px; background: var(--surface); border-right: 1px solid var(--line); min-width: 0; }
.step:last-child { border-right: 0; }
.step::before { content: counter(step, decimal-leading-zero); display: block; font-size: 2.2rem; font-weight: 800; color: var(--accent); margin-bottom: 12px; font-variant-numeric: tabular-nums; }
.step h3 { font-size: 1.08rem; color: #fff; }
.step p { color: var(--muted); font-size: .92rem; margin: 0; text-transform: none; }
@media (max-width: 620px) { .step { border-right: 0; border-bottom: 1px solid var(--line); } }

/* testimonials */
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 20px; }
.quote-card { background: var(--surface); border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; min-width: 0; }
.quote-stars { display: flex; gap: 3px; margin-bottom: 14px; color: var(--accent-2); }
.quote-stars i { width: 17px; height: 17px; fill: currentColor; }
.quote-card blockquote { margin: 0 0 18px; font-size: 1.04rem; color: var(--ink); line-height: 1.5; }
.quote-meta { margin-top: auto; }
.quote-author { font-weight: 750; color: var(--ink); text-transform: uppercase; letter-spacing: .02em; font-size: .95rem; }
.quote-place { font-size: .84rem; color: var(--muted-2); }

/* faq */
.faq-list { max-width: 840px; margin-inline: auto; display: grid; gap: 8px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-item[open] { border-color: var(--accent); }
.faq-item summary { cursor: pointer; list-style: none; padding: 20px 22px; font-weight: 700; font-size: 1rem; color: var(--ink); display: flex; justify-content: space-between; gap: 16px; align-items: center; text-transform: uppercase; letter-spacing: .01em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--accent); font-weight: 400; font-size: 1.5rem; line-height: 1; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 22px 22px; color: var(--muted); }
.faq-answer p { margin: 0 0 .7em; }
.faq-answer strong { color: var(--ink); }

/* contact / CTA */
.cta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(28px, 4vw, 52px); align-items: center; }
.cta-body { min-width: 0; }
.contact-panel { background: var(--surface); border: 1px solid var(--line); border-top: 4px solid var(--accent); border-radius: var(--radius); padding: 32px; min-width: 0; }
.contact-panel h3 { color: #fff; font-size: 1.2rem; }
.panel-lead { color: var(--muted); }
.contact-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.ci { flex: none; width: 42px; height: 42px; border-radius: var(--radius-sm); background: var(--accent-050); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; }
.ci i { width: 20px; height: 20px; }
.contact-label { font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-2); }
.contact-value { font-weight: 700; color: #fff; }
.contact-value a { color: #fff; }
.contact-value .small { display: block; font-weight: 400; font-size: .88rem; color: var(--muted); white-space: pre-line; }

/* footer */
.footer { background: #080a0e; color: var(--muted); padding: clamp(48px, 6vw, 74px) 0 30px; border-top: 3px solid var(--accent); }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
@media (max-width: 820px) { .footer-top { grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr)); } }
.footer .brand { margin-bottom: 14px; }
.footer .brand-name { color: #fff; }
.footer-about { color: var(--muted-2); font-size: .9rem; max-width: 42ch; }
.footer h4 { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink); margin-bottom: 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer a { color: var(--muted); font-size: .92rem; }
.footer a:hover { color: var(--accent); }
.contact-line { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .92rem; }
.contact-line a { color: var(--muted); }
.contact-line a:hover { color: var(--accent); }
.contact-line i { width: 16px; height: 16px; color: var(--accent); flex: none; margin-top: 3px; }
.footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line-soft); display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; color: var(--muted-2); font-size: .84rem; }
.footer-bottom nav { display: flex; gap: 18px; }

/* call bar */
.call-bar { display: none; }
@media (max-width: 640px) {
  .call-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; gap: 1px; background: var(--line); border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom); }
  .call-bar a { flex: 1 1 0; min-width: 0; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 8px; font-weight: 750; font-size: .92rem; text-transform: uppercase; }
  .call-bar i { width: 18px; height: 18px; }
  .cb-call { background: var(--surface); color: var(--ink); }
  .cb-quote { background: var(--accent); color: #fff; }
  body { padding-bottom: 60px; }
}

/* full-bleed background media */
.has-bg-media, .hero-has-media { position: relative; }
.has-bg-media > .wrap, .hero-has-media > .wrap { position: relative; z-index: 2; }
.dd-bg-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.dd-bg-el { width: 100%; height: 100%; object-fit: cover; }
.dd-bg-video-poster { position: absolute; inset: 0; display: none; }
.dd-bg-overlay { position: absolute; inset: 0; z-index: 1; }
.dd-bg-overlay.ov-light  { background: linear-gradient(180deg, rgba(8,10,14,.55), rgba(8,10,14,.72)); }
.dd-bg-overlay.ov-medium { background: linear-gradient(180deg, rgba(8,10,14,.74), rgba(8,10,14,.86)); }
.dd-bg-overlay.ov-strong { background: linear-gradient(180deg, rgba(8,10,14,.88), rgba(8,10,14,.95)); }
@media (prefers-reduced-motion: reduce) { .dd-bg-video { display: none; } .dd-bg-video-poster { display: block; } }

/* ==========================================================================
   BESPOKE OPERATIONAL STRUCTURES (Logistics only)
   Distinct DOM: a tabular service matrix, a horizontal ops tracker, a spec-tile
   strip, a horizontal quote scroller and a full-width dispatch panel.
   ========================================================================== */

.lo-tag { display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--accent-2); background: rgba(255,176,32,.1); border: 1px solid rgba(255,176,32,.25); border-radius: 4px; padding: 3px 9px; margin: 0 6px 6px 0; }

/* --- services → service matrix table ------------------------------------ */
.lo-matrix { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.lo-matrix-head, .lo-matrix-row { display: grid; grid-template-columns: minmax(160px, 1fr) minmax(0, 1.8fr) minmax(180px, 1.2fr); }
.lo-matrix-head { background: #0a0d12; border-bottom: 2px solid var(--accent); }
.lo-matrix-head span { padding: 13px 20px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.lo-matrix-row { border-top: 1px solid var(--line); transition: background .15s; }
.lo-matrix-row:nth-child(odd) { background: rgba(255,255,255,.014); }
.lo-matrix-row:hover { background: var(--accent-050); }
.lo-matrix-row > div { padding: 20px; min-width: 0; }
.lo-matrix-service { display: flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 700; text-transform: uppercase; letter-spacing: .02em; font-size: .96rem; }
.lo-matrix-icon { flex: none; width: 38px; height: 38px; border-radius: 6px; background: var(--accent-050); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; }
.lo-matrix-icon i { width: 20px; height: 20px; }
.lo-matrix-desc { color: var(--muted); font-size: .95rem; }
.lo-matrix-scope { align-content: flex-start; }
@media (max-width: 820px) {
  .lo-matrix-head { display: none; }
  .lo-matrix-row { grid-template-columns: 1fr; gap: 4px; padding: 6px 0 14px; }
  .lo-matrix-row > div { padding: 6px 18px; }
  .lo-matrix-service { padding-top: 16px; }
}

/* --- process → horizontal ops tracker ----------------------------------- */
.lo-tracker { list-style: none; margin: 0; padding: 0; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 0; }
.lo-track-step { position: relative; padding: 0 22px 0 0; }
.lo-track-node { position: relative; width: 54px; height: 54px; border-radius: 50%; background: var(--bg); border: 2px solid var(--accent); color: var(--accent); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.05rem; z-index: 1; }
.lo-track-step::before { content: ""; position: absolute; top: 26px; left: 54px; right: 0; height: 2px; background: repeating-linear-gradient(90deg, var(--accent) 0 8px, transparent 8px 16px); opacity: .5; }
.lo-track-step:last-child::before { display: none; }
.lo-track-info { padding: 20px 0 0; }
.lo-track-info h3 { color: var(--ink); text-transform: uppercase; font-size: 1.02rem; }
.lo-track-info p { color: var(--muted); font-size: .92rem; margin: 0; }
@media (max-width: 780px) {
  .lo-tracker { grid-auto-flow: row; grid-auto-columns: auto; gap: 0; }
  .lo-track-step { display: grid; grid-template-columns: 54px 1fr; gap: 0 18px; padding: 0 0 26px; }
  .lo-track-step::before { top: 54px; left: 26px; right: auto; bottom: 0; width: 2px; height: auto; background: repeating-linear-gradient(180deg, var(--accent) 0 8px, transparent 8px 16px); }
  .lo-track-info { padding: 4px 0 0; }
}

/* --- trust → spec-tile strip -------------------------------------------- */
.lo-specs-band { background: var(--bg-2); border-block: 1px solid var(--line); padding: clamp(30px, 4vw, 48px) 0; }
.lo-specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.lo-spec { background: var(--bg); padding: 24px; border-top: 3px solid var(--accent); }
.lo-spec > i { width: 24px; height: 24px; color: var(--accent); margin-bottom: 12px; }
.lo-spec h3 { color: var(--ink); text-transform: uppercase; font-size: 1rem; letter-spacing: .02em; margin-bottom: 4px; }
.lo-spec p { color: var(--muted); font-size: .88rem; margin: 0; }

/* --- testimonials → horizontal scroll track ----------------------------- */
.lo-qtrack { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 380px); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; margin: 0 calc(var(--pad) * -1); padding-inline: var(--pad); }
.lo-qcard { scroll-snap-align: start; position: relative; background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: var(--radius); padding: 30px 28px; margin: 0; display: flex; flex-direction: column; }
.lo-qmark { width: 28px; height: 28px; color: var(--accent); opacity: .55; margin-bottom: 12px; }
.lo-qcard blockquote { margin: 0 0 20px; color: var(--ink); font-size: 1.08rem; line-height: 1.5; }
.lo-qcard figcaption { margin-top: auto; display: flex; flex-direction: column; }
.lo-qauthor { color: var(--ink); font-weight: 700; text-transform: uppercase; font-size: .92rem; letter-spacing: .03em; }
.lo-qmeta { color: var(--muted-2); font-size: .84rem; }

/* --- contact → dispatch panel ------------------------------------------- */
.lo-dispatch { background: #080a0e; border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
@media (max-width: 900px) { .lo-dispatch { grid-template-columns: 1fr; } }
.lo-dispatch-lead { padding: clamp(30px, 4vw, 52px); }
.lo-dispatch-lead h2 { color: var(--ink); }
.lo-dispatch-lead .lead { color: var(--muted); margin-bottom: 26px; }
.lo-dispatch-cells { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--line); }
@media (max-width: 480px) { .lo-dispatch-cells { grid-template-columns: 1fr; } }
.lo-cell { padding: 26px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-width: 0; }
.lo-cell-ic { display: inline-flex; width: 36px; height: 36px; border-radius: 6px; background: var(--accent-050); color: var(--accent); align-items: center; justify-content: center; margin-bottom: 12px; }
.lo-cell-ic i { width: 18px; height: 18px; }
.lo-cell-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted-2); margin-bottom: 4px; }
.lo-cell-value { color: var(--ink); font-weight: 600; overflow-wrap: break-word; }
.lo-cell-value a { color: var(--ink); }
.lo-cell-value a:hover { color: var(--accent); }

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }
