/* ============================================================
   EVVO Smart — evvosmart.com
   Light, photo-led corporate theme with scroll-linked motion.
   Tokens first, then base, then components in page order, then
   the motion layer. Motion is gated on html.is-motion (set by
   site.js unless prefers-reduced-motion or ?static=1).
   ============================================================ */

:root {
  --bg: #ffffff;
  --bg-2: #f4f7fb;
  --bg-3: #e9eff7;
  --navy: #0b1a33;
  --ink: #16233a;
  --text-2: #3c4a63;
  --muted: #566579;
  --faint: #74839b;
  --line: #e1e7f0;
  --line-2: #cdd7e5;
  --blue: #0b6fb8;
  --blue-2: #1aa3dc;
  --blue-soft: #e6f3fb;
  --orange: #f7941d;
  --orange-2: #ffb454;
  --orange-soft: #fff2e3;
  --orange-ink: #b8620a;
  --green: #1eb305;
  --green-soft: #e4f9dc;
  --red: #e02d30;
  --red-soft: #fde7e7;
  --on-dark: #ffffff;
  --on-dark-2: #d6e3f3;
  --on-dark-3: #b9cbe3;
  --display: "Plus Jakarta Sans", "Manrope", system-ui, sans-serif;
  --body: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "Cascadia Mono", Consolas, monospace;
  --r-s: 8px;
  --r-m: 16px;
  --r-l: 24px;
  --shadow-s: 0 1px 2px rgba(11, 26, 51, .06), 0 4px 14px -6px rgba(11, 26, 51, .10);
  --shadow-m: 0 20px 50px -24px rgba(11, 26, 51, .35);
  --shadow-l: 0 40px 90px -30px rgba(3, 12, 32, .55);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --wrap: 1180px;
  --gutter: clamp(20px, 4vw, 48px);
  --nav-h: 76px;
  color-scheme: light;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
  font-family: var(--display);
  margin: 0;
  text-wrap: balance;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.08;
  color: var(--navy);
}
h1 { font-size: clamp(2.5rem, 5vw, 4.1rem); font-weight: 800; letter-spacing: -.032em; line-height: 1.02; }
h2 { font-size: clamp(2rem, 3.6vw, 2.9rem); letter-spacing: -.026em; line-height: 1.06; }
h3 { font-size: 1.45rem; letter-spacing: -.015em; }
h4 { font-size: 1.05rem; }
p { margin: 0; text-wrap: pretty; }
.accent { color: var(--blue); }
.hl {
  background: linear-gradient(90deg, #ffd08a 0%, #ffb454 45%, #f7941d 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}
.is-motion .hl { animation: shimmer 7s ease-in-out infinite alternate; }
@keyframes shimmer { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }
.pfx { color: var(--blue); }
::selection { background: rgba(247, 148, 29, .32); color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dl, dd, dt { margin: 0; }
figure { margin: 0; }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.ic { width: 18px; height: 18px; flex: none; display: inline-block; vertical-align: middle; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--orange); color: #1a0f02; padding: .6rem 1rem; border-radius: 6px; z-index: 100; font-weight: 600; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.section { padding: clamp(64px, 8vw, 112px) 0; }
.band { background: var(--bg-2); }
.eyebrow {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: .65rem;
}
.eyebrow::before { content: ""; width: 20px; height: 2px; border-radius: 2px; background: currentColor; opacity: .75; }
.eyebrow:has(.eyebrow-dot)::before { display: none; }
.eyebrow-light { color: var(--orange-2); }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(247, 148, 29, .25); }
.is-motion .eyebrow-dot { animation: beacon 2.4s ease-in-out infinite; }
@keyframes beacon { 0%, 100% { box-shadow: 0 0 0 4px rgba(247, 148, 29, .25); } 50% { box-shadow: 0 0 0 8px rgba(247, 148, 29, .08); } }
.sec-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 60px); }
.sec-head h2 { margin-bottom: 1.1rem; }
.sec-head-center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head-center .eyebrow { justify-content: center; }
.sec-head-center .lead { margin-left: auto; margin-right: auto; }
.lead { color: var(--text-2); font-size: 1.2rem; line-height: 1.65; max-width: 60ch; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--faint); vertical-align: middle; }
.dot-ok { background: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.dot-bad { background: var(--red); box-shadow: 0 0 0 3px var(--red-soft); }
.tag { font-size: .6rem; text-transform: uppercase; letter-spacing: .12em; padding: .2rem .45rem; border: 1px solid #f5cf9a; border-radius: 4px; color: var(--orange-ink); background: var(--orange-soft); }
.sw { display: inline-block; width: 10px; height: 3px; border-radius: 2px; vertical-align: middle; margin-right: .35rem; }
.sw-sun { background: var(--orange); }
.sw-sky { background: var(--blue); }
.sw-bad { background: var(--red); }
.sw-leaf { background: var(--green); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .85rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
  line-height: 1;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: var(--body);
  white-space: nowrap;
  flex-shrink: 0;
  transition: transform .2s var(--ease), box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.btn .ic { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.btn:hover .ic { transform: translateX(3px); }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-sun { position: relative; overflow: hidden; background: linear-gradient(135deg, #ffb454, #f7941d 60%, #ef7d0c); color: #1a0f02; box-shadow: 0 10px 26px -10px rgba(247, 148, 29, .8); }
.btn-sun::after { content: ""; position: absolute; top: -40%; bottom: -40%; left: -70%; width: 45%; background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .55), transparent); transform: skewX(-20deg); transition: left .7s var(--ease); pointer-events: none; }
.btn-sun:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -10px rgba(247, 148, 29, .9); }
.btn-sun:hover::after { left: 130%; }
.btn-sun > * { position: relative; }
.btn-outline { border-color: var(--line-2); color: var(--navy); background: #fff; }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); box-shadow: var(--shadow-s); }
.btn-light { border-color: rgba(255, 255, 255, .45); color: #fff; background: rgba(255, 255, 255, .08); backdrop-filter: blur(6px); }
.btn-light:hover { background: rgba(255, 255, 255, .18); border-color: rgba(255, 255, 255, .75); transform: translateY(-2px); }
.btn-light:hover .ic { transform: translateY(3px); }
.btn-sm { padding: .65rem 1.05rem; font-size: .88rem; }

/* ---------- nav: transparent over the hero, solid white once scrolled ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  --nav-fg: #fff;
  --nav-fg-2: rgba(255, 255, 255, .84);
  --nav-line: rgba(255, 255, 255, .38);
  background: linear-gradient(180deg, rgba(7, 19, 42, .66), rgba(7, 19, 42, .22) 70%, rgba(7, 19, 42, 0));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.nav.is-scrolled {
  --nav-fg: var(--navy);
  --nav-fg-2: var(--text-2);
  --nav-line: var(--line-2);
  background: rgba(255, 255, 255, .92);
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px -18px rgba(11, 26, 51, .35);
}
.scroll-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: linear-gradient(90deg, var(--blue-2), var(--orange)); transform-origin: 0 50%; transform: scaleX(0); pointer-events: none; }
.nav-inner { display: flex; align-items: center; gap: 2rem; min-height: var(--nav-h); position: relative; transition: min-height .3s var(--ease); }
.nav.is-compact .nav-inner { min-height: 64px; }
.brand { display: flex; align-items: center; gap: .9rem; }
.brand img { height: 32px; width: auto; transition: height .3s var(--ease); }
.nav.is-compact .brand img { height: 27px; }
.logo-dark { display: none; }
.nav.is-scrolled .logo-dark { display: block; }
.nav.is-scrolled .logo-light { display: none; }
.brand-sep { width: 1px; height: 26px; background: var(--nav-line); transition: background .3s; }
.brand-word { font-family: var(--display); font-weight: 800; letter-spacing: -.01em; font-size: 1.05rem; white-space: nowrap; color: var(--nav-fg); transition: color .3s; }
.brand-word em { font-style: normal; color: var(--orange-2); font-weight: 700; transition: color .3s; }
.nav.is-scrolled .brand-word em { color: var(--orange); }
.nav-menu { margin-left: auto; display: flex; align-items: center; gap: 1.6rem; font-weight: 600; font-size: .94rem; }
.nav-menu > a:not(.btn) { color: var(--nav-fg-2); white-space: nowrap; position: relative; padding: .2rem 0; transition: color .2s; }
.nav-menu > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 2px; border-radius: 2px; background: var(--orange); transition: right .25s var(--ease); }
.nav-menu > a:not(.btn):hover { color: var(--nav-fg); }
.nav-menu > a:not(.btn):hover::after { right: 0; }
.nav-signin { position: relative; }
.signin-btn { display: inline-flex; align-items: center; gap: .4rem; padding: .58rem 1rem; border-radius: 999px; border: 1px solid var(--nav-line); background: transparent; color: var(--nav-fg); font: inherit; font-weight: 600; font-size: .9rem; line-height: 1; cursor: pointer; white-space: nowrap; transition: border-color .2s, background .2s, color .3s; }
.signin-btn .ic { width: 14px; height: 14px; transition: transform .25s var(--ease); }
.nav-signin:hover .signin-btn, .nav-signin.is-open .signin-btn, .nav-signin:focus-within .signin-btn { border-color: var(--orange); }
.nav-signin:hover .signin-btn .ic, .nav-signin.is-open .signin-btn .ic { transform: rotate(180deg); }
.signin-menu { position: absolute; top: calc(100% + 10px); right: 0; min-width: 252px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-m); padding: 6px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s ease, transform .25s var(--ease), visibility 0s linear .25s; }
.signin-menu::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav-signin:hover .signin-menu, .nav-signin.is-open .signin-menu, .nav-signin:focus-within .signin-menu { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.signin-menu a { display: flex; flex-direction: column; gap: 2px; padding: .6rem .8rem; border-radius: 10px; color: var(--navy); transition: background .15s; }
.signin-menu a:hover { background: var(--bg-2); }
.signin-menu b { font-weight: 700; font-size: .9rem; }
.signin-menu span { font-size: .68rem; color: var(--muted); }
.nav-toggle { display: none; margin-left: auto; background: transparent; border: 1px solid var(--nav-line); color: var(--nav-fg); border-radius: 10px; width: 42px; height: 42px; align-items: center; justify-content: center; cursor: pointer; transition: color .3s, border-color .3s; }
.nav-toggle .ic { width: 22px; height: 22px; }
.ic-close { display: none; }
@media (max-width: 1080px) {
  .nav-toggle { display: inline-flex; }
  .nav-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 30px 50px -30px rgba(11, 26, 51, .4);
    padding: .4rem var(--gutter) 1.25rem;
  }
  .nav.is-open { --nav-fg: var(--navy); --nav-fg-2: var(--text-2); --nav-line: var(--line-2); background: #fff; }
  .nav.is-open .logo-dark { display: block; }
  .nav.is-open .logo-light { display: none; }
  .nav.is-open .brand-word em { color: var(--orange); }
  .nav.is-open .nav-menu { display: flex; animation: menuIn .28s var(--ease) both; }
  @keyframes menuIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
  .nav-menu > a:not(.btn) { padding: .85rem 0; border-bottom: 1px solid var(--line); color: var(--text-2); }
  .nav-menu > a:not(.btn)::after { display: none; }
  .nav-signin { padding: .7rem 0 .4rem; border-bottom: 1px solid var(--line); }
  .nav-signin::before { content: "Sign in"; display: block; font-family: var(--mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; color: var(--faint); margin-bottom: .2rem; }
  .signin-btn { display: none; }
  .signin-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0; min-width: 0; transition: none; }
  .signin-menu::before { display: none; }
  .signin-menu a { padding: .5rem 0; flex-direction: row; align-items: baseline; gap: .6rem; }
  .nav-menu .btn { margin-top: 1rem; justify-content: center; }
  .nav.is-open .ic-open { display: none; }
  .nav.is-open .ic-close { display: block; }
}

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--navy); color: var(--on-dark); isolation: isolate; }
.hero-bg { position: absolute; left: 0; right: 0; top: -8%; bottom: -8%; z-index: 0; transform: translate3d(0, var(--hero-y, 0px), 0); will-change: transform; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; opacity: 0; transition: opacity 1.6s ease; }
.hero-slide.was-active { opacity: 1; z-index: 1; }
.hero-slide.is-active { opacity: 1; z-index: 2; }
.is-motion .hero-slide.is-active { animation: kenburns 18s ease-in-out both; }
@keyframes kenburns { from { transform: scale(1.02) translate3d(0, 0, 0); } to { transform: scale(1.13) translate3d(-1.6%, -1.2%, 0); } }
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 19, 42, .94) 0%, rgba(7, 19, 42, .82) 34%, rgba(7, 19, 42, .42) 62%, rgba(7, 19, 42, .24) 100%),
    linear-gradient(180deg, rgba(7, 19, 42, .32) 0%, rgba(7, 19, 42, 0) 36%, rgba(7, 19, 42, .62) 100%);
}
.hero-orbs { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.hero-orbs i { position: absolute; border-radius: 50%; width: 560px; height: 560px; background: radial-gradient(circle, rgba(255, 180, 84, .34), rgba(255, 180, 84, 0) 62%); mix-blend-mode: screen; }
.hero-orbs i:nth-child(1) { right: -160px; top: -200px; }
.hero-orbs i:nth-child(2) { left: 28%; bottom: -340px; width: 680px; height: 680px; background: radial-gradient(circle, rgba(26, 163, 220, .32), rgba(26, 163, 220, 0) 62%); }
.hero-orbs i:nth-child(3) { right: 20%; bottom: -260px; width: 440px; height: 440px; }
.is-motion .hero-orbs i { animation: drift 16s ease-in-out infinite alternate; }
.is-motion .hero-orbs i:nth-child(2) { animation-duration: 22s; animation-delay: -6s; }
.is-motion .hero-orbs i:nth-child(3) { animation-duration: 19s; animation-delay: -11s; }
@keyframes drift { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(70px, -50px, 0) scale(1.18); } }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: clamp(32px, 5vw, 72px); align-items: center; padding-top: calc(var(--nav-h) + clamp(40px, 6vw, 84px)); padding-bottom: clamp(64px, 7vw, 104px); }
.hero-copy, .wall-wrap, .wall { min-width: 0; }
.hero-copy h1 { margin: .6rem 0 1.4rem; color: #fff; text-shadow: 0 2px 24px rgba(7, 19, 42, .35); }
.hero-lead { font-size: 1.18rem; line-height: 1.62; color: var(--on-dark-2); max-width: 54ch; margin-bottom: 1.9rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 2rem; }
.hero-proof { display: flex; flex-direction: column; gap: .6rem; color: var(--on-dark-3); font-size: .95rem; font-weight: 500; }
.hero-proof li { display: flex; align-items: center; gap: .6rem; }
.hero-proof .ic { color: var(--orange-2); }
.hero-dots { position: absolute; z-index: 3; left: var(--gutter); bottom: 22px; display: flex; gap: 8px; }
.hero-dots button { width: 26px; height: 4px; border-radius: 2px; border: 0; padding: 0; background: rgba(255, 255, 255, .35); cursor: pointer; transition: background .3s, width .3s var(--ease); }
.hero-dots button:hover { background: rgba(255, 255, 255, .7); }
.hero-dots button.is-on { background: var(--orange-2); width: 44px; }
.hero-copy > :nth-child(1) { --i: 0; }
.hero-copy > :nth-child(2) { --i: 1; }
.hero-copy > :nth-child(3) { --i: 2; }
.hero-copy > :nth-child(4) { --i: 3; }
.hero-copy > :nth-child(5) { --i: 4; }
.is-motion.is-ready .hero-copy > * { animation: rise .9s var(--ease) both; animation-delay: calc(.15s + var(--i, 0) * .12s); }
.is-motion.is-ready .wall-wrap { animation: wallIn 1.1s var(--ease) .45s both; }
@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes wallIn { from { opacity: 0; transform: translateX(48px) scale(.96); } to { opacity: 1; transform: none; } }
@media (max-width: 980px) { .hero-grid { grid-template-columns: minmax(0, 1fr); } }

/* the plant wall: frosted glass over the photo */
.wall {
  position: relative;
  background: linear-gradient(160deg, rgba(14, 30, 60, .58), rgba(8, 20, 44, .42));
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--r-l);
  padding: 18px 18px 14px;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .7), inset 0 1px 0 rgba(255, 255, 255, .14);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transform: perspective(1400px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform .35s ease-out;
}
.wall-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: .9rem; flex-wrap: wrap; }
.wall-title { display: flex; align-items: center; gap: .55rem; font-weight: 700; color: #fff; }
.wall-cap { color: rgba(255, 255, 255, .62); font-weight: 500; }
.wall-clock { color: rgba(255, 255, 255, .85); font-size: .85rem; display: flex; align-items: center; gap: .5rem; }
.wall .tag { border-color: rgba(255, 180, 84, .5); color: var(--orange-2); background: rgba(247, 148, 29, .16); }
.wall-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.kpi { background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .13); border-radius: 12px; padding: 10px 12px; display: flex; flex-direction: column; justify-content: flex-end; gap: 2px; min-width: 0; }
.kpi-l { font-size: .62rem; color: rgba(255, 255, 255, .62); text-transform: uppercase; letter-spacing: .06em; line-height: 1.25; }
.kpi-v { font-size: .78rem; color: rgba(255, 255, 255, .62); white-space: nowrap; }
.kpi-v b { font-size: 1.25rem; color: #fff; font-weight: 500; }
@media (max-width: 520px) { .wall-kpis { grid-template-columns: 1fr 1fr; } }
.sld { width: 100%; max-width: 100%; height: auto; display: block; }
.sld .edge { stroke: rgba(255, 255, 255, .22); stroke-width: 2; fill: none; }
.sld .flow { fill: none; stroke-width: 2.2; stroke-dasharray: 5 9; stroke-linecap: round; animation: dash var(--flow-dur, 1.2s) linear infinite; }
.sld .flow-sun { stroke: url(#gSun); }
.sld .flow-sky { stroke: url(#gSky); }
.sld .flow.rev { animation-direction: reverse; }
.sld.is-night .flow { animation-play-state: paused; opacity: .3; }
@keyframes dash { to { stroke-dashoffset: -28; } }
.sld .node rect { fill: rgba(255, 255, 255, .08); stroke: rgba(255, 255, 255, .2); }
.sld .node text { fill: #fff; font-family: var(--body); font-size: 12px; font-weight: 700; text-anchor: middle; }
.sld .node .sub { fill: rgba(255, 255, 255, .62); font-family: var(--mono); font-size: 9.5px; font-weight: 400; }
.sld .val { fill: var(--orange-2); font-family: var(--mono); font-size: 10px; text-anchor: middle; }
.sld .val-left { text-anchor: start; fill: #7fd4f7; }
.profile { position: relative; }
.profile svg { width: 100%; height: auto; display: block; }
.profile-legend { position: absolute; top: 2px; right: 8px; display: flex; gap: .9rem; font-size: .64rem; color: rgba(255, 255, 255, .7); }
.wall .sw-sun { background: var(--orange-2); }
.wall .sw-sky { background: #7fd4f7; }
.wall .c-grid { stroke: rgba(255, 255, 255, .12); }
.wall .c-fc { stroke: #7fd4f7; opacity: .9; }
.wall .c-line { stroke: var(--orange-2); }
.wall .c-dot { fill: var(--orange-2); filter: drop-shadow(0 0 6px rgba(255, 180, 84, .9)); }
.wall .c-ring { stroke: var(--orange-2); }
.wall .c-axis { fill: rgba(255, 255, 255, .55); }
.wall-foot { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .68rem; color: rgba(255, 255, 255, .66); border-top: 1px solid rgba(255, 255, 255, .14); padding-top: 10px; }
.wall-devs .dot { margin: 0 .3rem 0 .15rem; }
.wall .dot-ok { box-shadow: 0 0 0 3px rgba(47, 198, 106, .22); }

/* charts drawn by site.js */
.c-grid { stroke: var(--line); stroke-width: 1; }
.c-fc { stroke: var(--blue); stroke-width: 1.5; stroke-dasharray: 4 5; fill: none; opacity: .8; }
.c-line { stroke: var(--orange); stroke-width: 2; fill: none; stroke-linejoin: round; }
.c-irr { stroke: rgba(22, 35, 58, .45); stroke-width: 1.2; fill: none; }
.c-dot { fill: var(--orange); filter: drop-shadow(0 0 4px rgba(247, 148, 29, .7)); }
.c-ring { fill: none; stroke: var(--orange); stroke-width: 1.5; opacity: .7; }
.is-motion .c-ring { animation: ring 1.8s ease-out infinite; }
@keyframes ring { from { r: 4px; opacity: .75; } to { r: 16px; opacity: 0; } }
.c-axis { fill: var(--faint); font-family: var(--mono); font-size: 9px; text-anchor: middle; }
.c-lab { fill: var(--faint); font-family: var(--mono); font-size: 9px; }
.c-lab-r { text-anchor: end; }

/* ---------- capability strip ---------- */
.strip { border-bottom: 1px solid var(--line); background: #fff; }
.strip-inner { display: flex; align-items: center; gap: 1.5rem; padding-top: 18px; padding-bottom: 18px; flex-wrap: wrap; }
.strip-l { font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; color: var(--faint); white-space: nowrap; }
.chips-wrap { flex: 1 1 320px; min-width: 0; overflow: hidden; }
.chips-wrap:has(.is-marquee) { -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chips.is-marquee { flex-wrap: nowrap; gap: 0; width: max-content; animation: marquee 80s linear infinite; }
.chips.is-marquee li { margin-right: .5rem; }
.chips-wrap:hover .chips.is-marquee { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.chips li { font-family: var(--mono); font-size: .7rem; letter-spacing: .04em; color: var(--text-2); background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; padding: .32rem .7rem; white-space: nowrap; transition: border-color .2s, color .2s, transform .2s var(--ease), background .2s; }
.chips li:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-soft); transform: translateY(-1px); }

/* ---------- why (full-bleed photo behind a light gradient) ---------- */
.why, .caps { position: relative; overflow: hidden; }
.caps::before { content: ""; position: absolute; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(247, 148, 29, .12), transparent 62%); left: -260px; bottom: -320px; pointer-events: none; }
.is-motion .caps::before { animation: drift 24s ease-in-out infinite alternate; }
.why > .wrap, .caps > .wrap { position: relative; }
.why { isolation: isolate; }
.why-photo { position: absolute; left: 0; right: 0; top: -12%; width: 100%; height: 124%; object-fit: cover; object-position: 72% 55%; transform: translate3d(0, var(--py, 0px), 0); will-change: transform; z-index: 0; }
.why-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, var(--bg-2) 0%, var(--bg-2) 40%, rgba(244, 247, 251, .9) 50%, rgba(244, 247, 251, .45) 66%, rgba(244, 247, 251, .12) 100%),
    linear-gradient(180deg, rgba(244, 247, 251, .55) 0%, rgba(244, 247, 251, 0) 28%, rgba(244, 247, 251, 0) 72%, rgba(244, 247, 251, .7) 100%);
}
.why > .wrap { z-index: 2; }
.why-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.why-copy { min-width: 0; }
.why-copy h2 { margin-bottom: 1rem; }
.why .why-chip { position: absolute; z-index: 2; right: var(--gutter); bottom: 28px; left: auto; margin: 0; }
@media (max-width: 900px) {
  .why-shade { background: linear-gradient(180deg, rgba(244, 247, 251, .94), rgba(244, 247, 251, .9)); }
  .why .why-chip { position: relative; right: auto; bottom: auto; display: inline-flex; margin: 1.5rem var(--gutter) 0; }
}
.props { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.4rem; }
.props li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; align-items: start; }
.prop-ic { width: 48px; height: 48px; border-radius: 14px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; color: var(--blue); box-shadow: var(--shadow-s); transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s; }
.props li:hover .prop-ic { transform: translateY(-3px) rotate(-4deg); background: var(--blue); color: #fff; border-color: var(--blue); }
.prop-ic .ic { width: 22px; height: 22px; }
.props h3 { font-size: 1.12rem; margin-bottom: .35rem; }
.props p { color: var(--muted); font-size: .96rem; line-height: 1.58; }
.photo-card { position: relative; border-radius: var(--r-l); overflow: hidden; aspect-ratio: 16 / 10; background: var(--bg-3); box-shadow: var(--shadow-m); transform: translateZ(0); }
.photo-card .ph { position: absolute; inset: 0; transform: translate3d(0, var(--py, 0px), 0) scale(1.16); will-change: transform; }
.photo-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), opacity .9s ease; }
.photo-card:hover .ph img { transform: scale(1.05); }
.photo-tall { aspect-ratio: 4 / 3.4; }
.photo-chip { position: absolute; left: 16px; bottom: 16px; z-index: 1; display: inline-flex; align-items: center; gap: .55rem; background: rgba(255, 255, 255, .92); backdrop-filter: blur(8px); color: var(--navy); font-weight: 600; font-size: .8rem; padding: .5rem .8rem; border-radius: 999px; box-shadow: var(--shadow-s); }
.pos-right { object-position: 15% 50%; }
@media (max-width: 900px) { .why-grid { grid-template-columns: minmax(0, 1fr); } }

/* ---------- the stack ---------- */
.stack-rows { position: relative; }
.stack-rows::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: repeating-linear-gradient(180deg, var(--line-2) 0 6px, transparent 6px 14px);
}
.stack-rows::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 0;
  width: 2px;
  height: calc(var(--rail, 0) * 100%);
  background: linear-gradient(180deg, var(--blue-2), var(--orange));
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(247, 148, 29, .45);
  transition: height .2s linear;
}
.stage {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) minmax(0, 1.1fr);
  column-gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(40px, 5vw, 72px) 0;
  position: relative;
}
.stack-rows::before, .stack-rows::after { z-index: 0; }
.stage-rail { align-self: start; position: sticky; top: calc(var(--nav-h) + 24px); z-index: 2; }
.stage-n {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line-2);
  color: var(--blue);
  font-size: .9rem;
  font-weight: 500;
  box-shadow: 0 0 0 6px #fff, var(--shadow-s);
  transition: transform .4s var(--ease), background .4s, color .4s, border-color .4s, box-shadow .4s;
}
.stage.is-active .stage-n { background: var(--orange); border-color: var(--orange); color: #fff; transform: scale(1.1); box-shadow: 0 0 0 6px #fff, 0 0 0 10px rgba(247, 148, 29, .22), 0 12px 28px -10px rgba(247, 148, 29, .8); }
.stage-copy, .stage-visual { min-width: 0; }
.stage:nth-child(even) .stage-copy { grid-column: 3; }
.stage:nth-child(even) .stage-visual { grid-column: 2; grid-row: 1; }
.stage-copy > :nth-child(1) { --i: 0; }
.stage-copy > :nth-child(2) { --i: 1; }
.stage-copy > :nth-child(3) { --i: 2; }
.stage-copy > :nth-child(4) { --i: 3; }
.stage-copy > :nth-child(5) { --i: 4; }
.stage-eyebrow { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; margin-bottom: 1rem; font-size: .76rem; color: var(--muted); }
.stage-where { font-family: var(--mono); letter-spacing: .04em; }
.stage-eyebrow a { color: var(--blue); }
.stage-eyebrow a:hover { text-decoration: underline; }
.stage h3 { font-size: clamp(1.7rem, 2.5vw, 2.25rem); margin-bottom: .75rem; }
.stage-lead { color: var(--text-2); font-size: 1.14rem; line-height: 1.6; margin-bottom: 1.5rem; max-width: 50ch; }
.feat { display: flex; flex-direction: column; gap: .8rem; margin-bottom: 1.7rem; }
.feat li { display: grid; grid-template-columns: 20px 1fr; gap: .75rem; align-items: start; color: var(--text-2); font-size: .97rem; line-height: 1.55; }
.feat li b { color: var(--navy); font-weight: 700; }
.feat .ic { width: 20px; height: 20px; color: var(--blue); margin-top: .15rem; transition: transform .3s var(--ease), color .3s; }
.feat li:hover .ic { transform: scale(1.15); color: var(--orange); }
.feat li:hover b { color: var(--blue); transition: color .2s; }
.feat-tight { gap: .6rem; margin-bottom: 0; }
.feat-tight li { font-size: .93rem; }
.stage-actions { display: flex; align-items: center; gap: 1rem 1.4rem; flex-wrap: wrap; }
.stage-meta { font-size: .7rem; color: var(--faint); letter-spacing: .04em; }
.chip { font-family: var(--mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; padding: .3rem .55rem; border-radius: 6px; border: 1px solid; }
.chip-hw { color: var(--orange-ink); border-color: #f5cf9a; background: var(--orange-soft); }
.chip-web { color: var(--blue); border-color: #b9dcf0; background: var(--blue-soft); }
.chip-app { color: #178f02; border-color: #9ade87; background: var(--green-soft); }

/* photo + overlapping mock composition */
.stage-visual .photo-card { width: 92%; margin-left: auto; }
.stage-visual .mock { position: relative; z-index: 1; width: 88%; margin: -22% 0 0 0; }
.stage-visual .mock-device { width: 86%; }
.stage-visual .mock-crm { width: 82%; margin-top: -26%; }
.stage-visual-phone { display: grid; }
.stage-visual-phone > * { grid-area: 1 / 1; }
.stage-visual-phone .photo-card { width: 100%; margin: 0; align-self: start; aspect-ratio: 4 / 3; }
.stage-visual-phone .mock-phone { width: auto; margin: 16% 0 0 4%; justify-self: start; align-self: end; }
.stage-visual-phone .phone { width: min(100%, 264px); }
.visual-bg { background: linear-gradient(135deg, #e6f3fb, #f4f7fb 60%, #fff2e3); border-radius: 28px; padding: clamp(14px, 2.4vw, 26px); container-type: inline-size; }
@container (max-width: 560px) { .app-tabs span:nth-child(n+4) { display: none; } }
@media (max-width: 900px) {
  .stage { grid-template-columns: 40px minmax(0, 1fr); row-gap: 28px; }
  .stage-n { width: 40px; height: 40px; font-size: .78rem; }
  .stack-rows::before, .stack-rows::after { left: 19px; }
  .stage-rail { position: relative; top: auto; z-index: 2; grid-column: 1; grid-row: 1; }
  .stack-rows .stage:nth-child(n) .stage-copy { grid-column: 2; grid-row: 1; }
  .stack-rows .stage:nth-child(n) .stage-visual { grid-column: 2; grid-row: 2; }
  .stage-visual .photo-card { width: 100%; }
  .stage-visual .mock, .stage-visual .mock-device, .stage-visual .mock-crm { width: 94%; margin: -16% 0 0 3%; }
  .stage-visual-phone .mock-phone { margin: 18% 0 0 0; justify-self: center; }
}

/* ---------- mocks ---------- */
.mock { position: relative; }
.screen { background: #fff; border: 1px solid var(--line); border-radius: var(--r-m); box-shadow: var(--shadow-m); overflow: hidden; transition: transform .5s var(--ease), box-shadow .5s ease; }
.mock:hover .screen, .mock.screen:hover { transform: translateY(-4px); box-shadow: var(--shadow-l); }

/* device */
.mock-device { display: flex; flex-direction: column; gap: 12px; }
.device { width: 100%; height: auto; filter: drop-shadow(0 18px 30px rgba(11, 26, 51, .28)); transition: transform .5s var(--ease); }
.mock-device:hover .device { transform: translateY(-4px); }
.device .dv-brand { fill: #fff; font-family: var(--display); font-weight: 800; font-size: 14px; letter-spacing: .04em; }
.device .dv-name { fill: #8fa0ba; font-family: var(--mono); font-size: 9px; letter-spacing: .18em; }
.device .dv-leds text { fill: #8fa0ba; font-family: var(--mono); font-size: 8px; }
.device .led { fill: #2a3650; }
.device .led-on { fill: #2fc66a; filter: drop-shadow(0 0 4px rgba(47, 198, 106, .9)); }
.device .led-sun { fill: var(--orange); filter: drop-shadow(0 0 4px rgba(247, 148, 29, .9)); animation: blink 1.4s steps(2) infinite; }
@keyframes blink { 50% { opacity: .35; } }
.device .dv-ports rect { fill: #0d1424; stroke: #2a3650; }
.device .dv-ports text { fill: #b9c5da; font-family: var(--mono); font-size: 9.5px; text-anchor: middle; font-weight: 500; }
.device .dv-ports .dv-sub { fill: #5f6f8c; font-size: 8px; }
.device .dv-foot { fill: #5f6f8c; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.console { background: #0f1a2e; color: #e8eef8; border: 1px solid #22304a; border-radius: var(--r-m); box-shadow: var(--shadow-m); overflow: hidden; }
.console-bar { display: flex; align-items: center; gap: .7rem; padding: .55rem .8rem; border-bottom: 1px solid #22304a; font-size: .66rem; color: #8fa0ba; background: rgba(255, 255, 255, .03); }
.dots { display: inline-flex; gap: 5px; }
.dots i { width: 8px; height: 8px; border-radius: 50%; background: #2a3650; }
.console-table { width: 100%; border-collapse: collapse; font-size: .72rem; }
.console-table th { text-align: left; font-weight: 400; color: #8fa0ba; padding: .42rem .8rem; width: 38%; border-bottom: 1px solid #1c2740; }
.console-table td { padding: .42rem .8rem; border-bottom: 1px solid #1c2740; color: #e8eef8; }
.console-devs { display: flex; flex-wrap: wrap; gap: .5rem 1rem; padding: .6rem .8rem; font-size: .68rem; color: #b9c5da; border-bottom: 1px solid #1c2740; }
.console-devs .dot { margin-right: .35rem; }
.console-devs .dot-ok { box-shadow: 0 0 0 3px rgba(47, 198, 106, .18); background: #2fc66a; }
.console-pc { padding: .65rem .8rem; font-size: .66rem; color: var(--orange-2); line-height: 1.5; overflow-wrap: anywhere; }
.console-pc::after { content: "\258D"; margin-left: 2px; color: var(--orange-2); animation: blink 1s steps(2) infinite; }
.console-pc .k { display: block; color: #5f6f8c; text-transform: uppercase; letter-spacing: .12em; font-size: .58rem; margin-bottom: .15rem; }

/* scada (light, as the product is) */
.mock-scada { font-size: .8rem; background: #f6f9fd; }
.app-bar { display: flex; align-items: center; justify-content: space-between; gap: .6rem; padding: .7rem .9rem; border-bottom: 1px solid var(--line); background: #fff; overflow: hidden; }
.app-logo { font-family: var(--display); font-weight: 700; letter-spacing: .02em; font-size: .85rem; color: var(--navy); }
.app-logo b { color: #005fd1; font-weight: 800; }
.app-tabs { display: flex; gap: .85rem; font-size: .66rem; color: var(--muted); white-space: nowrap; }
.app-tabs b { color: var(--navy); font-weight: 500; position: relative; }
.app-tabs b::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.8rem; height: 2px; background: #005fd1; }
.app-alert { display: flex; align-items: center; gap: .6rem; padding: .5rem .9rem; background: var(--red-soft); border-bottom: 1px solid #f5c2c3; font-size: .72rem; flex-wrap: wrap; color: #8c1d20; }
.sev { font-family: var(--mono); font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; background: var(--red); color: #fff; padding: .15rem .4rem; border-radius: 4px; }
.is-motion .app-alert .sev { animation: sevpulse 2s ease-in-out infinite; }
@keyframes sevpulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(224, 45, 48, .45); } 50% { box-shadow: 0 0 0 5px rgba(224, 45, 48, 0); } }
.app-alert-link { margin-left: auto; color: #178f02; font-size: .64rem; }
.app-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.app-kpis > div { background: #fff; padding: .7rem .8rem; display: flex; flex-direction: column; justify-content: flex-end; gap: .15rem; min-width: 0; }
.app-kpis .l { font-size: .58rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; line-height: 1.25; }
.app-kpis b { font-weight: 500; font-size: .98rem; white-space: nowrap; color: var(--navy); }
.app-kpis small { font-size: .6rem; color: var(--muted); font-weight: 400; }
.app-chart { padding: .6rem .6rem 0; background: #fff; }
.app-chart svg { width: 100%; height: auto; display: block; }
.app-list { padding: .3rem .9rem .7rem; font-size: .7rem; background: #fff; }
.app-list li { display: grid; grid-template-columns: 1fr auto auto; gap: 1rem; align-items: center; padding: .4rem 0; border-top: 1px solid var(--line); color: var(--text-2); }
.st { font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; padding: .12rem .45rem; border-radius: 999px; }
.st-ok { color: #178f02; background: var(--green-soft); }
.st-bad { color: var(--red); background: var(--red-soft); }
@media (max-width: 520px) {
  .app-kpis { grid-template-columns: 1fr 1fr; }
  .app-tabs span:nth-child(n+4) { display: none; }
}

/* phones (EvvoCare is a light UI with a green rule under the bar, as the product is) */
.mock-phone { display: flex; justify-content: center; }
.phone {
  width: min(100%, 300px);
  background: #f7f9fc;
  color: #0f1420;
  border-radius: 34px;
  border: 7px solid #1c2538;
  box-shadow: var(--shadow-l), 0 0 0 1px #2a3650;
  overflow: hidden;
  font-size: .78rem;
  display: flex;
  flex-direction: column;
  transition: transform .5s var(--ease);
}
.phone:hover { transform: translateY(-6px); }
.phone-top { display: flex; justify-content: space-between; align-items: center; padding: .75rem 1rem .6rem; font-weight: 700; border-bottom: 3px solid var(--green); background: #fff; }
.phone-top.dark { background: #0f1a2e; color: #fff; border-bottom-color: var(--blue-2); }
.phone-app { font-family: var(--display); font-weight: 700; font-size: .95rem; }
.phone-title { font-family: var(--display); font-weight: 700; font-size: 1.3rem; padding: .9rem 1rem .5rem; display: flex; justify-content: space-between; align-items: baseline; letter-spacing: -.01em; color: #0f1420; }
.phone-title .mono { font-size: .68rem; color: #5b6a84; }
.tk { display: flex; flex-direction: column; gap: .2rem; padding: .7rem 1rem; border-top: 1px solid #e3e8f0; background: #fff; }
.tk b { font-weight: 600; font-size: .8rem; line-height: 1.3; }
.tk-meta { font-size: .66rem; color: #5b6a84; }
.tk-cat { align-self: flex-start; font-family: var(--mono); font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; padding: .15rem .4rem; border-radius: 4px; }
.cat-inv { background: #fde7e7; color: #c0272d; }
.cat-clean { background: #e4f9dc; color: #178f02; }
.cat-check { background: #eaeafb; color: #4b49c9; }
.eva { margin: .7rem 1rem .9rem; padding: .7rem .8rem; background: #e9f7e4; border: 1px solid #bfe7b0; border-radius: 12px 12px 12px 4px; font-size: .72rem; line-height: 1.45; color: #1c2a1a; }
.eva-l { display: block; font-family: var(--mono); font-size: .58rem; text-transform: uppercase; letter-spacing: .12em; color: #178f02; margin-bottom: .2rem; }
.phone-nav { margin-top: auto; display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; padding: .5rem .6rem .7rem; border-top: 1px solid #e3e8f0; font-size: .6rem; text-align: center; color: #5b6a84; background: #fff; }
.phone-nav .on { color: #178f02; font-weight: 700; }
.phone-nav .scan { width: 44px; height: 44px; margin: -22px auto 0; border-radius: 50%; background: linear-gradient(135deg, #35cd12, #128a02); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 20px -6px rgba(30, 179, 5, .6); }

/* crm */
.mock-crm { padding: 1rem 1.1rem 1.1rem; font-size: .82rem; }
.case-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: .7rem; color: var(--muted); margin-bottom: .5rem; }
.pill { font-family: var(--mono); font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; padding: .2rem .55rem; border-radius: 999px; }
.pill-open { color: var(--orange-ink); background: var(--orange-soft); border: 1px solid #f5cf9a; }
.case-title { font-size: 1.15rem; margin-bottom: .9rem; }
.case-grid { display: grid; grid-template-columns: auto 1fr; gap: .4rem 1rem; font-size: .76rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line); }
.case-grid dt { color: var(--muted); }
.case-grid dd { color: var(--text-2); }
.ok-text { color: #178f02; }
.timeline { margin-top: .9rem; display: flex; flex-direction: column; gap: .55rem; font-size: .74rem; color: var(--text-2); }
.timeline li { display: grid; grid-template-columns: 44px 1fr; gap: .6rem; position: relative; padding-left: 1.1rem; }
.timeline li::before { content: ""; position: absolute; left: 0; top: .45em; width: 8px; height: 8px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--bg-2); }
.timeline li.done::before { background: var(--green); border-color: var(--green); }
.timeline .mono { color: var(--muted); font-size: .66rem; }

/* ---------- pipeline ---------- */
.pipe { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; gap: 10px; margin-bottom: clamp(40px, 5vw, 64px); }
.pnode { background: #fff; border: 1px solid var(--line); border-radius: var(--r-m); padding: 18px 16px; display: flex; flex-direction: column; gap: .3rem; min-width: 0; box-shadow: var(--shadow-s); }
.pnode .ic { width: 22px; height: 22px; color: var(--orange); margin-bottom: .35rem; transition: transform .3s var(--ease); }
.pnode:hover .ic { transform: translateY(-3px) scale(1.1); }
.pnode b { font-family: var(--display); font-weight: 700; font-size: .92rem; letter-spacing: -.01em; color: var(--navy); }
.pnode span { font-size: .76rem; color: var(--muted); line-height: 1.4; }
.plink { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .4rem; width: clamp(64px, 8vw, 120px); }
.plink::before { content: ""; display: block; width: 100%; height: 2px; background: repeating-linear-gradient(90deg, var(--blue) 0 7px, transparent 7px 14px); animation: linkflow 1s linear infinite; }
.plink span { font-size: .6rem; color: var(--muted); text-align: center; line-height: 1.3; letter-spacing: .02em; }
@keyframes linkflow { to { background-position: 14px 0; } }
@media (max-width: 900px) {
  .pipe { grid-template-columns: minmax(0, 1fr); }
  .plink { width: auto; flex-direction: row; justify-content: flex-start; gap: .8rem; padding-left: 16px; }
  .plink::before { width: 2px; height: 36px; background: repeating-linear-gradient(180deg, var(--blue) 0 7px, transparent 7px 14px); animation: linkflowv 1s linear infinite; }
  @keyframes linkflowv { to { background-position: 0 14px; } }
}
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 48px); }
.principles > div { border-top: 2px solid var(--line-2); padding-top: 1.1rem; position: relative; }
.principles > div::before { content: ""; position: absolute; left: 0; top: -2px; height: 2px; width: 0; background: var(--orange); transition: width .6s var(--ease); }
.principles > div:hover::before { width: 100%; }
.principles h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.principles p { color: var(--muted); font-size: .96rem; line-height: 1.62; }
@media (max-width: 800px) { .principles { grid-template-columns: minmax(0, 1fr); } }

/* ---------- photo bands ---------- */
.figures-band, .cta-band { position: relative; overflow: hidden; background: var(--navy); color: var(--on-dark); isolation: isolate; }
.band-photo { position: absolute; left: 0; right: 0; top: -16%; width: 100%; height: 132%; object-fit: cover; transform: translate3d(0, var(--py, 0px), 0); will-change: transform; z-index: 0; }
.band-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(7, 19, 42, .72), rgba(7, 19, 42, .84)); }
.band-shade-cta { background: linear-gradient(90deg, rgba(7, 19, 42, .93) 0%, rgba(7, 19, 42, .8) 50%, rgba(7, 19, 42, .62) 100%); }
.figures-band .wrap, .cta-band .wrap { position: relative; z-index: 2; }
.figures { display: grid; grid-template-columns: repeat(4, 1fr); padding: clamp(40px, 6vw, 72px) 0; }
.figures > div { padding: 8px clamp(16px, 2vw, 32px); display: flex; flex-direction: column; gap: .3rem; border-left: 1px solid rgba(255, 255, 255, .18); }
.figures > div::before { content: ""; width: 28px; height: 3px; border-radius: 2px; background: var(--orange); margin-bottom: .55rem; }
.figures > div:first-child { border-left: 0; padding-left: 0; }
.figures dt { font-family: var(--mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; color: var(--on-dark-3); }
.figures dd b { font-family: var(--display); font-weight: 800; font-size: clamp(2.4rem, 4vw, 3.4rem); letter-spacing: -.03em; color: var(--orange-2); line-height: 1; font-variant-numeric: tabular-nums; }
.figures dd small { font-family: var(--mono); font-size: .8rem; color: var(--on-dark-2); margin-left: .4rem; }
.figures span { font-size: .8rem; color: var(--on-dark-3); }
@media (max-width: 760px) {
  .figures { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .figures > div:nth-child(3) { border-left: 0; padding-left: 0; }
}

/* ---------- bento ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.cell { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-l); padding: clamp(18px, 2.4vw, 28px); display: flex; flex-direction: column; gap: .8rem; min-width: 0; position: relative; overflow: hidden; isolation: isolate; transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease; }
.cell::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(26, 163, 220, .16), transparent 62%); opacity: 0; transition: opacity .35s ease; pointer-events: none; }
.cell:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); border-color: #bcd5ea; }
.cell:hover::before { opacity: 1; }
.pnode { position: relative; overflow: hidden; isolation: isolate; transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease; }
.pnode::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(247, 148, 29, .14), transparent 62%); opacity: 0; transition: opacity .35s ease; pointer-events: none; }
.pnode:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); border-color: #f2cf9d; }
.pnode:hover::before { opacity: 1; }
.cell h3 { font-size: 1.2rem; }
.cell p { color: var(--muted); font-size: .94rem; line-height: 1.58; }
.s2 { grid-column: span 2; }
.s3 { grid-column: span 3; }
.s4 { grid-column: span 4; }
.s6 { grid-column: span 6; }
.feat-cols { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 2.2rem; }
@media (max-width: 640px) { .feat-cols { grid-template-columns: 1fr; } }
.limit { margin-top: auto; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 14px 12px; }
.limit-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; font-size: .8rem; color: var(--text-2); }
.limit-row b { color: var(--navy); font-weight: 500; font-size: .95rem; }
.limit-bar { position: relative; height: 10px; border-radius: 5px; background: var(--bg-3); margin: .65rem 0 1.35rem; }
.limit-bar i { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 5px; background: linear-gradient(90deg, var(--blue-2), var(--blue)); transform-origin: 0 50%; }
.limit-bar em { position: absolute; top: 15px; transform: translateX(-50%); font-style: normal; font-size: .62rem; color: var(--blue); white-space: nowrap; }
.limit-foot { font-size: .66rem; color: var(--muted); }
.cell.in .limit-bar i, .is-static .limit-bar i { animation: grow 1s var(--ease) both; }
.fig-multi { font-size: clamp(1.9rem, 3vw, 2.6rem) !important; letter-spacing: -.02em !important; white-space: nowrap; }
.cell-chart { margin-top: auto; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 10px 8px 4px; }
.cell-chart svg { width: 100%; height: auto; display: block; }
.code { margin: 0; background: var(--navy); border-radius: 12px; padding: .9rem 1rem; font-size: .72rem; line-height: 1.55; color: #9fd3f5; overflow-x: auto; white-space: pre; }
.deemed { margin-top: auto; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px; }
.deemed-bar { display: flex; height: 12px; border-radius: 6px; overflow: hidden; gap: 2px; margin-bottom: .7rem; }
.deemed-bar i { display: block; height: 100%; transform-origin: 0 50%; }
.cell.in .deemed-bar i, .is-static .deemed-bar i { animation: grow .9s var(--ease) both; }
.cell.in .deemed-bar i:nth-child(2) { animation-delay: .12s; }
.cell.in .deemed-bar i:nth-child(3) { animation-delay: .24s; }
.cell.in .deemed-bar i:nth-child(4) { animation-delay: .36s; }
@keyframes grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.deemed-legend { display: flex; flex-direction: column; gap: .35rem; font-size: .68rem; color: var(--text-2); }
.deemed-legend li { display: flex; align-items: center; gap: .4rem; white-space: nowrap; }
.deemed-legend b { margin-left: auto; font-weight: 500; color: var(--navy); }
.toast { display: flex; gap: .7rem; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: .75rem .85rem; font-size: .78rem; box-shadow: var(--shadow-m); color: var(--ink); }
.cell.in .toast { animation: toastIn .7s var(--ease) .3s both; }
@keyframes toastIn { from { opacity: 0; transform: translateY(-14px) scale(.97); } to { opacity: 1; transform: none; } }
.toast-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; flex: none; }
.is-motion .toast-icon .ic { animation: bell 3s ease-in-out infinite; transform-origin: 50% 10%; }
@keyframes bell { 0%, 60%, 100% { transform: rotate(0); } 65% { transform: rotate(14deg); } 72% { transform: rotate(-12deg); } 80% { transform: rotate(8deg); } 88% { transform: rotate(-4deg); } }
.toast-body b { display: block; font-size: .64rem; color: var(--muted); font-weight: 500; margin-bottom: .15rem; font-family: var(--mono); }
@media (max-width: 1000px) {
  .s4, .s3 { grid-column: span 6; }
  .s2 { grid-column: span 3; }
}
@media (max-width: 640px) { .s2 { grid-column: span 6; } }

/* ---------- equipment ---------- */
.gear { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.gear-tile { background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: var(--r-m); padding: 14px 14px 16px; display: flex; flex-direction: column; gap: .3rem; position: relative; min-width: 0; box-shadow: var(--shadow-s); transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s; }
.gear-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); border-color: #bcd5ea; }
.gear-tile img { width: 100%; aspect-ratio: 1; object-fit: contain; margin-bottom: .4rem; mix-blend-mode: multiply; transition: transform .5s var(--ease); }
.gear-tile:hover img { transform: translateY(-4px) scale(1.05); }
.gear-tile b { font-size: .92rem; font-weight: 700; color: var(--navy); }
.gear-tile span { font-size: .72rem; color: var(--muted); line-height: 1.4; }
.src { position: absolute; top: 10px; right: 10px; font-style: normal; font-family: var(--mono); font-size: .56rem; text-transform: uppercase; letter-spacing: .1em; padding: .18rem .4rem; border-radius: 4px; }
.src-scada { background: var(--blue-soft); color: var(--blue); }
.src-derived { background: var(--orange-soft); color: var(--orange-ink); }
.src-insp { background: var(--green-soft); color: #178f02; }
@media (max-width: 1000px) { .gear { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .gear { grid-template-columns: repeat(2, 1fr); } }

/* ---------- android ---------- */
.mobile-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.mobile-copy, .mobile-visual, .mobile-cols > div { min-width: 0; }
.mobile-copy h2 { margin-bottom: 1rem; }
.mobile-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 1.8rem 0; }
.mobile-cols h3 { font-size: 1.05rem; margin-bottom: .7rem; }
.mobile-visual { display: grid; }
.mobile-visual > * { grid-area: 1 / 1; }
.field-photo { width: 100%; aspect-ratio: 4 / 3; align-self: start; }
.phones { position: relative; z-index: 1; display: flex; gap: 16px; align-items: flex-start; width: 92%; justify-self: center; align-self: end; margin-top: 38%; }
.phones .phone { width: calc(50% - 8px); }
.phones .phone-care { margin-top: 36px; }
.is-motion .phones .phone-scada { animation: hover1 7s ease-in-out infinite; }
.is-motion .phones .phone-care { animation: hover2 8s ease-in-out infinite; }
@keyframes hover1 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes hover2 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.ph-hero { margin: .8rem .8rem 0; padding: .9rem; border-radius: 16px; background: linear-gradient(135deg, #005fd1, #1aa3dc); color: #fff; display: flex; flex-direction: column; gap: .2rem; }
.ph-hero .l { font-size: .62rem; opacity: .85; text-transform: uppercase; letter-spacing: .08em; }
.ph-hero b { font-size: 1.6rem; font-weight: 500; }
.ph-hero small { font-size: .75rem; }
.ph-hero-row { display: flex; justify-content: space-between; font-size: .64rem; opacity: .9; }
.ph-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: .8rem; }
.ph-kpis > div { background: #fff; border: 1px solid #e3e8f0; border-radius: 10px; padding: .5rem .6rem; display: flex; flex-direction: column; }
.ph-kpis span { font-size: .58rem; color: #5b6a84; text-transform: uppercase; letter-spacing: .06em; }
.ph-kpis b { font-weight: 600; font-size: .9rem; }
.ph-chart { padding: 0 .8rem; }
.ph-chart svg { width: 100%; height: auto; display: block; background: #fff; border: 1px solid #e3e8f0; border-radius: 10px; }
.ph-chart .c-fc { stroke: #005fd1; }
.ph-alert { margin: .7rem .8rem .9rem; padding: .5rem .6rem; border-radius: 10px; background: #fde7e7; color: #8c1d20; font-size: .68rem; display: flex; align-items: center; gap: .5rem; }
.check { padding: .2rem 1rem .6rem; display: flex; flex-direction: column; }
.check li { padding: .5rem 0 .5rem 1.5rem; border-top: 1px solid #e3e8f0; font-size: .74rem; position: relative; display: flex; justify-content: space-between; gap: .5rem; }
.check li::before { content: ""; position: absolute; left: 0; top: .62rem; width: 12px; height: 12px; border-radius: 50%; border: 1.5px solid #c6ccd6; }
.check li.ok::before { background: #1eb305; border-color: #1eb305; }
.check li.bad::before { background: #e02d30; border-color: #e02d30; }
.check li.bad span { color: #e02d30; font-weight: 700; font-size: .64rem; }
.sign { margin: .2rem 1rem 1rem; border: 1px dashed #c6ccd6; border-radius: 10px; padding: .4rem .6rem; display: flex; align-items: center; gap: .6rem; }
.sign .mono { font-size: .56rem; text-transform: uppercase; letter-spacing: .1em; color: #5b6a84; }
.sign svg { width: 120px; height: 30px; }
.sign svg path { stroke-dasharray: 260; stroke-dashoffset: 0; }
.is-motion .sign svg path { animation: sign 4s ease-in-out infinite; }
@keyframes sign { 0% { stroke-dashoffset: 260; } 45%, 85% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 0; } }
@media (max-width: 960px) {
  .mobile-grid { grid-template-columns: minmax(0, 1fr); }
  .mobile-visual { order: 1; }
}
@media (max-width: 560px) {
  .mobile-cols { grid-template-columns: 1fr; }
  .mobile-visual { display: flex; flex-direction: column; gap: 20px; }
  .field-photo { width: 100%; aspect-ratio: 16 / 10; }
  .phones { width: 100%; margin: 0; flex-direction: column; align-items: center; }
  .phones .phone { width: min(100%, 300px); }
  .phones .phone-care { margin-top: 0; }
}

/* ---------- contact (photo band) ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 72px); align-items: start; padding-top: clamp(64px, 8vw, 112px); padding-bottom: clamp(64px, 8vw, 112px); }
.contact-copy, .form { min-width: 0; }
.contact-copy h2 { margin-bottom: 1rem; color: #fff; }
.contact-copy .lead { color: var(--on-dark-2); }
.contact-details { margin-top: 2rem; display: grid; grid-template-columns: auto 1fr; gap: .7rem 1.4rem; font-size: .95rem; }
.contact-details dt { color: var(--on-dark-3); }
.contact-details dd { color: #fff; }
.contact-details a { color: var(--orange-2); }
.contact-details a:hover { text-decoration: underline; }
.contact-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.form { background: #fff; color: var(--ink); border-radius: var(--r-l); box-shadow: var(--shadow-l); padding: clamp(20px, 2.8vw, 32px); display: flex; flex-direction: column; gap: 1rem; }
.form label { display: flex; flex-direction: column; gap: .4rem; font-size: .85rem; color: var(--text-2); }
.form label > span { font-family: var(--mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.form input, .form select, .form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: var(--r-s);
  padding: .7rem .85rem;
  color: var(--ink);
  font: inherit;
  font-size: .95rem;
  transition: border-color .2s, box-shadow .2s;
}
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-soft); }
.form textarea { resize: vertical; min-height: 96px; }
.form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 18px) 55%, calc(100% - 13px) 55%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.form-checks { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .6rem; }
.form-checks legend { font-family: var(--mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: .5rem; padding: 0; }
.form-checks label { flex-direction: row; align-items: center; gap: .45rem; border: 1px solid var(--line-2); border-radius: 999px; padding: .45rem .8rem; cursor: pointer; font-size: .85rem; transition: border-color .2s, background .2s, transform .2s var(--ease); }
.form-checks label:hover { border-color: var(--orange); transform: translateY(-1px); }
.form-checks label:has(input:checked) { border-color: var(--orange); background: var(--orange-soft); color: var(--navy); }
.form-checks input { width: auto; margin: 0; accent-color: var(--orange); }
.form-foot { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: .4rem; }
.form-status { font-size: .72rem; color: var(--muted); }
.form-status.ok { color: #178f02; }
.form-status.err { color: var(--red); }
@media (max-width: 900px) { .contact-grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 520px) { .form-row { grid-template-columns: minmax(0, 1fr); } }

/* ---------- footer ---------- */
.footer { background: var(--navy); color: var(--on-dark-3); padding: clamp(40px, 5vw, 64px) 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2.5rem; }
.footer-brand img { height: 34px; width: auto; margin-bottom: 1rem; }
.footer-brand p { color: var(--on-dark-3); font-size: .93rem; max-width: 40ch; line-height: 1.6; }
.footer h4 { font-family: var(--mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; color: #7f93b3; margin-bottom: .9rem; font-weight: 500; }
.footer-grid a { display: block; color: var(--on-dark-2); font-size: .92rem; padding: .28rem 0; transition: color .2s, transform .2s var(--ease); }
.footer-grid a:hover { color: var(--orange-2); transform: translateX(3px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .68rem; color: #7f93b3; border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 1.2rem; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: minmax(0, 1fr); } }

/* ---------- back to top ---------- */
.to-top { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 1px solid var(--line-2); box-shadow: var(--shadow-m); display: grid; place-items: center; color: var(--navy); opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .3s, transform .3s var(--ease), color .2s, border-color .2s; }
.to-top .ic { width: 20px; height: 20px; transform: rotate(180deg); }
.to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { color: var(--orange-ink); border-color: var(--orange); transform: translateY(-3px); }

/* ---------- image fade-in (class added by site.js) ---------- */
.js-fade { opacity: 0; transition: opacity .9s ease; }
.js-fade.is-loaded { opacity: 1; }

/* ---------- reveal on scroll (applied by site.js to elements below the fold) ---------- */
.will-reveal { opacity: 0; transform: translateY(22px); }
.will-reveal.in { opacity: 1; transform: none; transition: opacity .8s ease, transform .8s var(--ease); }
[data-stagger].will-reveal { opacity: 1; transform: none; }
[data-stagger].will-reveal > * { opacity: 0; transform: translateY(20px); }
[data-stagger].will-reveal.in > * { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s var(--ease); transition-delay: calc(var(--i, 0) * 80ms); }
.stage.will-reveal { opacity: 1; transform: none; }
.stage.will-reveal .photo-card { clip-path: inset(0 100% 0 0 round var(--r-l)); }
.stage.will-reveal .photo-card .ph img { transform: scale(1.14); }
.stage.will-reveal.in .photo-card { clip-path: inset(0 0 0 0 round var(--r-l)); transition: clip-path 1s var(--ease); }
.stage.will-reveal.in .photo-card .ph img { transform: none; transition: transform 1.5s var(--ease), opacity .9s ease; }
.stage.will-reveal.in .photo-card:hover .ph img { transform: scale(1.05); }
.stage.will-reveal .mock, .stage.will-reveal .visual-bg { opacity: 0; transform: translateY(34px); }
.stage.will-reveal.in .mock, .stage.will-reveal.in .visual-bg { opacity: 1; transform: none; transition: opacity .8s ease .25s, transform .9s var(--ease) .25s; }
.stage.will-reveal .stage-copy > * { opacity: 0; transform: translateY(16px); }
.stage.will-reveal.in .stage-copy > * { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
.will-reveal .feat li { opacity: 0; transform: translateX(-10px); }
.will-reveal.in .feat li { opacity: 1; transform: none; transition: opacity .5s ease, transform .5s var(--ease); transition-delay: calc(.25s + var(--i, 0) * 60ms); }
.stage.will-reveal.in .stage-copy .feat { transition-delay: 0s; }

/* ---------- motion preferences ---------- */
.is-static *, .is-static *::before, .is-static *::after { animation: none !important; transition: none !important; }
.is-static .stack-rows::after { height: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .stack-rows::after { height: 100%; }
  .will-reveal, .will-reveal > *, .will-reveal .feat li { opacity: 1; transform: none; }
}
