/*
Theme Name: XFINITIVE Group
Theme URI: https://xfinitivegroup.com/
Author: Zeetech Group
Author URI: https://zeetechgroup.com/
Description: Bespoke one-page corporate theme for XFINITIVE Group — hero video, about, mission/vision/values flow, leadership, partner marquee, testimonial slider, companies and contact. Every section is editable from Appearance > Customize, and the repeating blocks (companies, leadership, testimonials, partners) are custom post types.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xfinitive
Tags: one-column, custom-logo, custom-menu, featured-images, translation-ready, full-width-template, blog
*/
/* ═══════════════════════════════════════════════════════════
   XFINITIVE GROUP — stylesheet
   Palette is derived from the logo: violet loop + lime loop.
   ═══════════════════════════════════════════════════════════ */

:root{
  /* light only — stops the browser rendering inputs, scrollbars and the
     canvas dark when the visitor's OS is in dark mode */
  color-scheme:light;

  /* brand — sampled from the real logo (assets/img/logo2.jpg): the loop's
     deep indigo-violet and its vivid lime green. Both are stronger than a
     generic purple/green, so the whole ramp is rebuilt around them. */
  --violet-900:#1C0537;
  --violet-800:#2A0850;
  --violet-700:#3A0B69;
  --violet-600:#4B0D82;
  --violet-500:#6318A8;
  --violet-300:#A96FE0;
  --violet-100:#EFE4FB;

  --lime-700:#4E8A0F;
  --lime-600:#63AD14;
  --lime-500:#7ED321;
  --lime-400:#95E043;
  --lime-100:#EFFBDE;

  /* neutrals */
  --ink:#160F22;
  --ink-2:#2C2440;
  --body:#5D5673;
  --muted:#8A83A0;
  --line:rgba(110,44,158,.12);
  --line-2:rgba(22,15,34,.08);

  /* surfaces — plain white throughout. section rhythm comes from whitespace,
     card shadows and hairline dividers, not from a background tint. */
  --bg:#FFFFFF;
  --bg-tint:#FFFFFF;
  --glass:rgba(255,255,255,.72);
  --glass-strong:rgba(255,255,255,.9);
  /* a white hairline is invisible on a white page — use a brand-tinted one */
  --glass-line:rgba(110,44,158,.11);

  /* effects */
  /* violet is held until well past halfway — a deep violet interpolates through
     a muddy olive on its way to lime, so the transition is kept short and late */
  --grad:linear-gradient(120deg,var(--violet-600) 0%,var(--violet-500) 55%,var(--lime-600) 100%);
  --grad-text:linear-gradient(100deg,var(--violet-600),var(--lime-600));
  /* headline gradient stays inside the violet family for the same reason */
  --grad-head:linear-gradient(112deg,var(--violet-700) 0%,var(--violet-500) 58%,#8B3FC4 100%);
  --shadow-sm:0 2px 10px rgba(42,15,69,.06);
  --shadow:0 18px 45px -22px rgba(42,15,69,.28);
  --shadow-lg:0 40px 90px -40px rgba(42,15,69,.42);
  --blur:blur(14px) saturate(160%);

  /* geometry */
  --r-sm:10px;
  --r:16px;
  --r-lg:24px;
  --r-xl:34px;
  --container:1200px;
  --pad:clamp(20px,5vw,48px);

  /* type */
  --f-display:"Sora",system-ui,sans-serif;
  --f-body:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;
  --ease:cubic-bezier(.22,1,.36,1);
}

/* ─────────────── reset ─────────────── */
*,*::before,*::after{box-sizing:border-box}
*{margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
html.lenis,html.lenis body{height:auto}
.lenis.lenis-smooth{scroll-behavior:auto!important}
.lenis.lenis-stopped{overflow:hidden}

body{
  font-family:var(--f-body);
  font-size:clamp(15px,.35vw + 14px,16.5px);
  line-height:1.72;
  color:var(--body);
  background:var(--bg);
  overflow-x:clip;
  -webkit-font-smoothing:antialiased;
}
img,svg,iframe{display:block;max-width:100%}
img{height:auto;object-fit:cover}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button,input,textarea{font:inherit;color:inherit}
button{background:none;border:0;cursor:pointer}
svg{stroke-linecap:round;stroke-linejoin:round}
::selection{background:var(--violet-500);color:#fff}

/* ─────────────── layout ─────────────── */
/* position:relative keeps content above the .section--tint gradient wash */
.container{position:relative;width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--pad)}
/* section rhythm — tightened: 132px top+bottom read as dead bands between
   sections, so the block padding is roughly 35% shorter at every width */
.section{position:relative;padding-block:clamp(48px,5.5vw,84px)}
.section--tint{background:var(--bg-tint)}
.section > *{position:relative}

/* ─────────────── type ─────────────── */
.display,.h2,.h3,h1,h2,h3,h4{font-family:var(--f-display);color:var(--ink);line-height:1.08;letter-spacing:-.025em;font-weight:700}
.h2{font-size:clamp(1.85rem,3.6vw,2.95rem)}
.h3{font-size:clamp(1.2rem,1.7vw,1.5rem);line-height:1.25}
h4{font-size:1rem;letter-spacing:-.01em}

.eyebrow{
  display:inline-flex;align-items:center;gap:.55em;
  font-family:var(--f-display);font-size:.72rem;font-weight:700;
  letter-spacing:.2em;text-transform:uppercase;
  background:var(--grad-text);-webkit-background-clip:text;background-clip:text;color:transparent;
  margin-bottom:.9rem;
}
.eyebrow::before{content:"";width:26px;height:2px;border-radius:2px;background:var(--grad)}

.sec-head{max-width:660px;margin:0 auto clamp(26px,3.2vw,42px);text-align:center}
.sec-head .eyebrow::before{display:none}
.sec-head__lead{margin-top:.9rem;color:var(--body)}

.pill{
  display:inline-flex;align-items:center;gap:.6em;
  padding:.45em 1em;border-radius:999px;
  font-size:.8rem;font-weight:600;color:var(--violet-700);
  background:rgba(255,255,255,.7);border:1px solid var(--line);
  backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur);
  box-shadow:var(--shadow-sm);
}
.pill__dot{width:7px;height:7px;border-radius:50%;background:var(--lime-500);box-shadow:0 0 0 4px rgba(140,198,63,.22);animation:pulse 2.4s var(--ease) infinite}
@keyframes pulse{50%{box-shadow:0 0 0 8px rgba(140,198,63,0)}}

/* ─────────────── glass ─────────────── */
.glass{
  position:relative;
  background:var(--glass);
  backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur);
  border:1px solid var(--glass-line);
  box-shadow:var(--shadow);
  border-radius:var(--r-lg);
}
.glass::after{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(160deg,rgba(255,255,255,.55),rgba(255,255,255,0) 42%);
  mix-blend-mode:overlay;
}

/* ─────────────── buttons ─────────────── */
.btn{
  --btn-bg:var(--grad);
  position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.6em;
  padding:.92em 1.7em;border-radius:999px;
  font-family:var(--f-display);font-size:.94rem;font-weight:700;letter-spacing:-.01em;
  color:#fff;isolation:isolate;overflow:hidden;
  transition:transform .45s var(--ease),box-shadow .45s var(--ease),color .35s var(--ease);
  will-change:transform;
}
.btn--sm{padding:.62em 1.2em;font-size:.85rem}
.btn--block{width:100%}
.btn__ico{width:1.05em;height:1.05em;flex:none;fill:none;stroke:currentColor;stroke-width:2.2;transition:transform .45s var(--ease)}
.btn:hover .btn__ico{transform:translateX(4px)}

.btn--grad{background:var(--btn-bg);box-shadow:0 14px 30px -14px rgba(110,44,158,.65)}
.btn--grad::before{
  content:"";position:absolute;inset:0;z-index:-1;opacity:0;
  background:linear-gradient(120deg,var(--lime-600),var(--violet-600));
  transition:opacity .45s var(--ease);
}
.btn--grad:hover{transform:translateY(-2px);box-shadow:0 22px 40px -16px rgba(110,44,158,.7)}
.btn--grad:hover::before{opacity:1}

.btn--ghost{
  color:var(--violet-700);
  background:rgba(255,255,255,.55);
  border:1px solid var(--line);
  backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur);
  box-shadow:var(--shadow-sm);
}
.btn--ghost:hover{transform:translateY(-2px);color:var(--violet-800);border-color:var(--violet-300);box-shadow:var(--shadow)}
.btn:focus-visible{outline:2px solid var(--violet-600);outline-offset:3px}

/* ═══════════════ preloader ═══════════════ */
.preloader{
  position:fixed;inset:0;z-index:9999;
  display:grid;place-items:center;
  background:#fff;
  transition:opacity .7s var(--ease),visibility .7s;
}
.preloader.is-done{opacity:0;visibility:hidden}
.preloader__inner{display:grid;justify-items:center;gap:18px}
.preloader__logo{
  width:min(260px,62vw);height:auto;
  animation:plBreathe 1.9s var(--ease) infinite alternate;
}
@keyframes plBreathe{to{transform:scale(1.06)}}
.preloader__bar{display:block;width:132px;height:3px;border-radius:3px;background:var(--violet-100);overflow:hidden}
.preloader__bar i{display:block;height:100%;width:0;border-radius:3px;background:var(--grad);animation:load 1.4s var(--ease) forwards}
@keyframes load{to{width:100%}}

/* ═══════════════ custom cursor ═══════════════ */
.cursor,.cursor-ring{
  position:fixed;top:0;left:0;z-index:9998;pointer-events:none;
  border-radius:50%;opacity:0;
  transform:translate3d(-100px,-100px,0);
}
.cursor{
  width:7px;height:7px;margin:-3.5px 0 0 -3.5px;
  background:var(--violet-600);
  transition:opacity .3s,width .3s var(--ease),height .3s var(--ease),margin .3s var(--ease);
}
.cursor-ring{
  width:34px;height:34px;margin:-17px 0 0 -17px;
  border:1.5px solid rgba(110,44,158,.45);
  transition:opacity .3s,width .45s var(--ease),height .45s var(--ease),margin .45s var(--ease),
             border-color .45s var(--ease),background-color .45s var(--ease),
             scale .3s var(--ease);
  display:grid;place-items:center;
}
.cursor-ring__label{
  font-family:var(--f-display);font-size:.58rem;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:var(--violet-700);opacity:0;transition:opacity .3s;
  white-space:nowrap;
}
body.cursor-ready .cursor,body.cursor-ready .cursor-ring{opacity:1}

/* magnetic hover state */
body.cursor-hot .cursor{width:0;height:0;margin:0}
/* no backdrop blur here — it smeared the text under the ring. The lens reads as a
   magnifier instead: a clean tinted circle, and the target itself scales up. */
body.cursor-hot .cursor-ring{
  width:64px;height:64px;margin:-32px 0 0 -32px;
  border-color:rgba(140,198,63,.85);
  background:rgba(140,198,63,.10);
}
body.cursor-hot .cursor-ring__label{opacity:1}

/* text/field state */
body.cursor-text .cursor-ring{width:2px;height:26px;margin:-13px 0 0 -1px;border-radius:2px;background:var(--violet-600);border-color:transparent}
body.cursor-text .cursor{width:0;height:0;margin:0}

@media (hover:none),(pointer:coarse){.cursor,.cursor-ring{display:none}}

/* ═══════════════ scroll progress ═══════════════ */
.scroll-progress{
  position:fixed;top:0;left:0;z-index:900;
  height:3px;width:100%;transform:scaleX(0);transform-origin:0 50%;
  background:var(--grad);
}

/* Ambient gradient blobs and the grain overlay were removed on request —
   the page background is plain white, colour lives on accents only. */

/* ═══════════════ header ═══════════════ */
.header{
  position:fixed;top:0;left:0;right:0;z-index:800;
  padding-block:14px;
  transition:padding .5s var(--ease),background-color .5s var(--ease),box-shadow .5s var(--ease),border-color .5s var(--ease);
  border-bottom:1px solid transparent;
}
.header.is-stuck{
  padding-block:8px;
  background:rgba(255,255,255,.72);
  backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur);
  border-bottom-color:var(--line);
  box-shadow:0 10px 30px -20px rgba(42,15,69,.35);
}
.header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}

/* brand */
.brand{display:inline-flex;align-items:center;gap:10px}
/* logo-trim.png is logo2.jpg with its whitespace cropped off (488x185, ratio
   2.64), so it needs no CSS trickery — just a height and `contain`. */
.brand__logo{
  height:42px;width:auto;flex:none;
  object-fit:contain;
  transition:transform .6s var(--ease);
}
.brand:hover .brand__logo{transform:scale(1.04)}

/* SVG mark kept for the favicon/standalone lockup only — the header, footer and
   preloader all use the real logo image now. */
.lp--p{stroke:var(--violet-600)}
.lp--g{stroke:var(--lime-500)}
.lp--weave{stroke:var(--violet-600);fill:none}
.brand__text{display:grid;line-height:1}
.brand__name{font-family:var(--f-display);font-weight:800;font-size:1.08rem;letter-spacing:.02em;color:var(--ink)}
.brand__sub{font-size:.66rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--lime-700)}

/* nav */
.nav{display:flex;align-items:center;gap:clamp(14px,1.6vw,26px)}
.nav__link{
  position:relative;font-size:.9rem;font-weight:600;color:var(--ink-2);
  padding-block:6px;transition:color .35s var(--ease),transform .4s var(--ease);
}
.nav__link::after{
  content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;border-radius:2px;
  background:var(--grad);transform:scaleX(0);transform-origin:0 50%;
  transition:transform .45s var(--ease);
}
/* scales up under the cursor lens — the "magnified" read the blur was faking */
.nav__link:hover{color:var(--violet-700);transform:scale(1.14)}
.nav__link:hover::after,.nav__link.is-active::after{transform:scaleX(1)}
.nav__link.is-active{color:var(--violet-700)}

/* burger */
.burger{display:none;width:44px;height:44px;border-radius:12px;position:relative;border:1px solid var(--line);background:rgba(255,255,255,.6);backdrop-filter:var(--blur)}
.burger span{position:absolute;left:12px;width:20px;height:2px;border-radius:2px;background:var(--ink);transition:.4s var(--ease)}
.burger span:nth-child(1){top:15px}
.burger span:nth-child(2){top:21px}
.burger span:nth-child(3){top:27px}
.burger.is-open span:nth-child(1){top:21px;transform:rotate(45deg)}
.burger.is-open span:nth-child(2){opacity:0;transform:scaleX(.3)}
.burger.is-open span:nth-child(3){top:21px;transform:rotate(-45deg)}

/* ═══════════════ hero / banner ═══════════════ */
.hero{
  position:relative;overflow:hidden;
  display:grid;align-items:center;
  /* top padding only has to clear the fixed header (~70px), not 182px of it */
  min-height:clamp(480px,76vh,680px);
  padding-block:clamp(104px,12vh,140px) clamp(44px,5vw,72px);
}
/* the banner is oversized on purpose — the parallax needs slack to travel in.
   width:120% + object-position:0% anchors the footage to the LEFT, so the right
   ~12% is clipped by the section's overflow. banner.mp4 carries a generator
   watermark (a four-point star) at 90.8% x / 83.1% y, and that clip is what
   keeps it off screen. Anchoring left, not centre, is load-bearing here —
   re-centring it brings the star back. */
.hero__bg{position:absolute;inset:0;z-index:0;background:var(--violet-900)}
.hero__bg img,
.hero__bg video{position:absolute;left:0;top:-14%;width:120%;height:114%;object-fit:cover;object-position:0% 58%;will-change:transform}
/* Scrim: heavy enough on the left to hold dark text over the footage, then off
   fast so the video actually reads. The top wash only has to carry the nav. */
.hero__bg::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(96deg,rgba(255,255,255,.93) 0%,rgba(255,255,255,.87) 26%,rgba(255,255,255,.6) 44%,rgba(255,255,255,.2) 62%,rgba(255,255,255,0) 78%),
    linear-gradient(180deg,rgba(255,255,255,.24) 0%,transparent 17%);
}

.hero__grid{position:relative;z-index:2}
/* wide enough that "Everything Your Brand Needs," holds one line — nothing sits
   to the right of the copy, so the column can breathe */
.hero__copy{max-width:min(720px,58vw)}
.hero__title{
  font-size:clamp(1.95rem,3.4vw,2.6rem);
  font-weight:700;letter-spacing:-.032em;line-height:1.14;
  text-wrap:balance;
  margin-bottom:1.1rem;
}
.hero__title em{
  display:block;font-style:normal;
  /* deeper than --grad-head so the second line reads refined, not neon */
  background:linear-gradient(104deg,var(--violet-800) 0%,var(--violet-600) 72%,var(--violet-500) 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero__lead{max-width:48ch;font-size:1.03rem;line-height:1.72;color:var(--ink-2)}
.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:1.5rem}

.hero__stats{display:flex;flex-wrap:wrap;gap:clamp(20px,3vw,40px);margin-top:2.6rem;padding-top:1.8rem;border-top:1px solid var(--line)}
.hero__stats li{display:grid;gap:2px}
.hero__stats b{font-family:var(--f-display);font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:800;color:var(--ink);line-height:1}
.hero__stats span{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}

.scroll-cue{
  position:absolute;left:var(--pad);bottom:24px;z-index:2;
  display:inline-flex;align-items:center;gap:10px;
  font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);
}
.scroll-cue__line{display:block;width:46px;height:1px;background:var(--line);overflow:hidden}
.scroll-cue__line i{display:block;width:14px;height:1px;background:var(--violet-600);animation:cue 2.2s var(--ease) infinite}
@keyframes cue{0%{transform:translateX(-16px)}100%{transform:translateX(48px)}}

/* ═══════════════ about ═══════════════ */
/* start, not center — the image lines up with the heading beside it */
.about__grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(28px,3.6vw,56px);align-items:start}
.about__media{position:relative}
.frame{overflow:hidden;border-radius:var(--r-xl);padding:8px;background:var(--glass);border:1px solid var(--glass-line);box-shadow:var(--shadow-lg);backdrop-filter:var(--blur)}
.frame img{width:100%;height:100%;object-fit:cover;border-radius:calc(var(--r-xl) - 10px);transition:transform 1.1s var(--ease)}
.frame--lg{aspect-ratio:5/4.2}
.frame:hover img{transform:scale(1.05)}

/* About showreel. The frame is held at 11/8 so it fills the column beside the
   copy instead of sitting as a short letterbox; the footage is wider than that,
   so `cover` trims the side panels — the logo is centred, so nothing is lost.
   A fixed ratio (not height:100%) keeps the frame still when Read more expands. */
.about__video{
  /* nudge that lines the frame up with the heading beside it — zeroed once the
     grid stacks (≤900px), where it would just be dead space above the video */
  margin-top:32px;
  position:relative;overflow:hidden;line-height:0;
  aspect-ratio:11/8;
  border-radius:var(--r-xl);
  border:1px solid var(--glass-line);
  box-shadow:var(--shadow-lg);
}
.about__video video{
  display:block;width:100%;height:100%;max-width:100%;
  object-fit:cover;
  transition:transform 1.1s var(--ease);
}
.about__video:hover video{transform:scale(1.04)}

.frame__badge{
  position:absolute;right:-4%;bottom:8%;
  display:inline-flex;align-items:center;gap:8px;
  padding:11px 16px;border-radius:999px;
  font-family:var(--f-display);font-size:.82rem;font-weight:700;color:var(--ink);
  background:var(--glass-strong);
}
.frame__badge svg{width:18px;height:18px;fill:none;stroke:var(--violet-600);stroke-width:1.8}
/* justified, with hyphenation so the word spacing doesn't tear open */
.about__copy p{text-align:justify;hyphens:auto}
.about__copy p + p{margin-top:1rem}

/* ── read more / read less ── */
.more{margin-top:1rem}
.more > summary{
  display:inline-flex;align-items:center;gap:.5em;
  cursor:pointer;list-style:none;
  font-family:var(--f-display);font-size:.9rem;font-weight:700;
  color:var(--violet-700);transition:color .3s var(--ease);
}
.more > summary::-webkit-details-marker{display:none}
.more > summary::after{
  content:"";width:7px;height:7px;margin-top:-3px;
  border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  transform:rotate(45deg);transition:transform .35s var(--ease);
}
.more > summary:hover{color:var(--violet-800)}
.more > summary:focus-visible{outline:2px solid var(--violet-600);outline-offset:4px;border-radius:4px}
.more[open] > summary{margin-bottom:1rem}
.more[open] > summary::after{transform:rotate(-135deg);margin-top:3px}
/* one label swaps for the other on open */
.more__close{display:none}
.more[open] .more__open{display:none}
.more[open] .more__close{display:inline}

/* two per row — four company names read as a block, not a long list */
.ticks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem clamp(14px,2.4vw,30px);margin:1.2rem 0 1.5rem}
.ticks li{display:flex;align-items:flex-start;gap:.7em;font-weight:500;color:var(--ink-2)}
.ticks i{
  flex:none;width:20px;height:20px;margin-top:.2em;border-radius:50%;
  background:var(--grad);position:relative;
}
.ticks i::after{
  content:"";position:absolute;inset:0;margin:auto;width:8px;height:4px;
  border:2px solid #fff;border-top:0;border-right:0;transform:rotate(-45deg) translate(1px,-1px);
}

/* vision / mission */
.vm{margin-top:clamp(38px,4.5vw,64px)}
.vm__head{max-width:660px;margin:0 auto clamp(22px,2.8vw,36px);text-align:center}
.vm__head .eyebrow::before{display:none}

/* ── Mission / Vision / Values — numbered infographic flow ──────────────────
   Ported from test.html, recoloured to the brand ramp. Per step:
   · a concentric arc ring around the disc, drawn as one dashed circle
     (322 on / 194 off of a 515 circumference = 225°) rotated to start at 135°,
     with a terminator dot at the 3 o'clock end
   · the numbered disc centred in the same 165 box, overlapping the box's top edge
   · a line icon that sits on the box's left border and masks it, so the outline
     breaks where the icon is — that notch is the detail that sells the style   */
.flow{display:flex;justify-content:center;gap:22px}

.flow__step{
  --acc:#A96FE0;          /* disc gradient end + dot */
  --acc-lit:#DCC6F2;      /* disc gradient start */
  --title:#A97FD0;
  --arc:#E3D3F3;
  --ico:#BE93E4;
  --edge:rgba(139,63,196,.26);
  --shade:rgba(120,70,175,.3);
  position:relative;flex:1 1 0;padding-top:70px;display:flex;flex-direction:column;
}
.flow__step--mid{
  --acc:#4B0D82;--acc-lit:#8B3FC4;--title:#5A1596;
  --arc:#DCC9F0;--ico:#A96FE0;--edge:rgba(75,13,130,.28);--shade:rgba(60,15,110,.32);
}
.flow__step--last{
  --acc:#4E8A0F;--acc-lit:#95E043;--title:#4E8A0F;
  --arc:#DDEFC6;--ico:#8FD44A;--edge:rgba(99,173,20,.34);--shade:rgba(80,140,20,.3);
}

/* ── circle group: arc + disc, concentric on the 165 box ── */
.flow__cg{
  position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:165px;height:165px;z-index:3;
}
.flow__arc{position:absolute;inset:0;width:165px;height:165px}
.flow__arc-ring{fill:none;stroke:var(--arc);stroke-width:1.2;stroke-linecap:round}
.flow__arc-dot{fill:var(--acc);stroke:none}

.flow__circle{
  position:absolute;left:50%;top:82.5px;transform:translate(-50%,-50%);
  width:105px;height:105px;border-radius:50%;
  display:grid;place-items:center;
  font-family:var(--f-display);font-size:2.1rem;font-weight:700;color:#fff;
  letter-spacing:-.02em;
  background:linear-gradient(150deg,var(--acc-lit) 0%,var(--acc) 100%);
  box-shadow:7px 11px 20px var(--shade);
  transition:transform .35s var(--ease);
}
.flow__step:hover .flow__circle{transform:translate(-50%,-50%) scale(1.05)}

/* ── box: the disc overlaps its top edge; extra left padding clears the icon ── */
.flow__box{
  position:relative;flex:1;
  min-height:178px;padding:78px 22px 26px 42px;
  border:1px solid var(--edge);border-radius:10px;
  text-align:center;
  transition:box-shadow .45s var(--ease)}
.flow__step:hover .flow__box{box-shadow:var(--shadow)}

.flow__title{
  font-family:var(--f-display);font-size:1rem;font-weight:600;
  letter-spacing:.16em;text-transform:uppercase;color:var(--title);
  margin-bottom:.7rem;
}
.flow__box p{font-size:.86rem;line-height:1.8}

/* accent dot on the box's bottom-right corner */
.flow__corner{position:absolute;right:-3px;bottom:-3px;width:6px;height:6px;border-radius:50%;background:var(--acc)}

/* the icon's background is the page background, so it cuts the border behind it */
.flow__icon{
  position:absolute;left:-19px;top:100px;z-index:4;
  width:38px;height:38px;display:grid;place-items:center;
  background:var(--bg);
}
.flow__icon svg{width:26px;height:26px;fill:none;stroke:var(--ico);stroke-width:1.2}

/* ═══════════════ leadership ═══════════════ */
/* One row per person, sides alternating: photo left / message right, then mirrored.
   Plain square frame, no card chrome — the message is the content here. */
.leaders{display:grid;gap:clamp(34px,4.2vw,58px);max-width:1080px;margin-inline:auto}
.lead{
  display:grid;grid-template-columns:minmax(0,.38fr) minmax(0,.62fr);
  gap:clamp(28px,4.5vw,62px);align-items:start;
}
/* mirrored row: the column widths swap too, or the message inherits the narrow
   photo column and sets to a third of the width the first row gets */
.lead--flip{grid-template-columns:minmax(0,.62fr) minmax(0,.38fr)}
.lead--flip .lead__photo{order:2;justify-self:end}

.lead__photo{
  width:min(360px,100%);aspect-ratio:1/1;overflow:hidden;
  border-radius:var(--r-sm);box-shadow:var(--shadow);
  background:var(--violet-100);
}
.lead__photo img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}
.lead:hover .lead__photo img{transform:scale(1.04)}

.lead__copy{padding-top:.2rem}
.lead__name{
  font-family:var(--f-display);font-size:clamp(1.32rem,2.1vw,1.75rem);font-weight:700;
  background:var(--grad-text);-webkit-background-clip:text;background-clip:text;color:transparent;
}
.lead__role{font-family:var(--f-display);font-size:1.02rem;font-weight:700;color:var(--ink);margin-top:.35rem}
.lead__msg{margin-top:1rem;color:var(--body);font-size:.97rem;text-align:justify;hyphens:auto}

/* ═══════════════ marquee ═══════════════ */
.marquee{overflow:hidden;padding-block:10px;mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent)}
/* wider tiles mean a longer strip — 34s read as a rush, so the loop was slowed */
/* duration is a variable so the Customizer can retime the strip */
.marquee__track{display:flex;width:max-content;animation:scroll var(--marquee-dur,42s) linear infinite}
.marquee:hover .marquee__track{animation-play-state:paused}
.marquee__set{display:flex;gap:clamp(14px,1.6vw,20px);padding-right:clamp(14px,1.6vw,20px)}
@keyframes scroll{to{transform:translateX(-50%)}}

/* The logos are a mismatched set — square badges with baked-in backgrounds
   (Dollar East blue, Dura yellow), transparent wordmarks, one wide oval. What
   makes them read as one strip is an identical tile around each: same box, same
   padding, logo `contain`-ed inside it. No brand name — the artwork is the point,
   and the label only crowded it. The name still lives in each `alt`. */
.logo-chip{
  display:flex;align-items:center;justify-content:center;flex:none;
  width:clamp(150px,15vw,180px);height:clamp(100px,10vw,124px);
  padding:clamp(14px,1.6vw,20px);
  border-radius:var(--r);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  overflow:hidden;
  transition:transform .45s var(--ease),border-color .35s,box-shadow .45s var(--ease);
}
.logo-chip:hover{transform:translateY(-4px);border-color:var(--violet-300);box-shadow:var(--shadow)}
/* the pair of max-* caps is what fits the logo — `height:100%` cannot work here,
   because the percentage would resolve against a track the image itself sizes,
   so every square logo grew the box and then spilled out of the fixed tile. */
.logo-chip img{
  width:auto;height:auto;
  max-width:100%;max-height:100%;
  object-fit:contain;
  transition:transform .45s var(--ease);
}
.logo-chip:hover img{transform:scale(1.05)}

/* ═══════════════ testimonials slider ═══════════════ */
/* one review per view on the plain white page. the only chrome is the
   speech-bubble outline — no card, no avatar, no star row. all the colour
   lives in the frame, the quote glyphs and the type. */
.tpanel{position:relative;padding-block:clamp(0px,.8vw,8px)}
.slider{position:relative;padding-inline:clamp(0px,3vw,52px)}
.slider__viewport{overflow:hidden;padding:6px}
.slider__track{display:flex;gap:22px;transition:transform .8s var(--ease);will-change:transform}
/* slides stretch to the tallest bubble, so the panel never jumps height —
   each bubble keeps its own height and rides the middle of that space */
.tslide{flex:0 0 100%;display:grid;justify-items:center;align-content:center}

/* the frame is a gradient: violet at the top-left, lime by the bottom-right.
   two backgrounds — white on the padding box, the ramp on the border box —
   paint a gradient border that a plain `border-color` cannot. */
.tquote{
  position:relative;
  width:min(100%,620px);
  margin-bottom:26px;                     /* clearance for the tail */
  /* top padding still has to clear the oversized opening quote glyph */
  padding:clamp(38px,3.9vw,50px) clamp(26px,3.4vw,46px) clamp(32px,3.4vw,42px);
  border:2px solid transparent;
  border-radius:26px;
  background:linear-gradient(#fff,#fff) padding-box,var(--grad) border-box;
  text-align:center;
}
/* tail — a square wearing two borders, spun 45° and hung off the bottom edge.
   its white fill knocks a gap in the bottom border, so the outline reads as one
   continuous path into the point instead of a triangle stuck on the box. */
.tquote::after{
  content:"";position:absolute;left:46px;bottom:-14px;
  width:28px;height:28px;
  background:#fff;                        /* clear of the 26px corner curve */
  border-left:2px solid var(--violet-600);
  border-bottom:2px solid var(--violet-600);
  border-bottom-left-radius:6px;
  transform:rotate(-45deg);
}
/* both lines shrink-wrap (justify-items) so a clipped gradient runs across the
   words themselves, not across the full bubble with the type on a flat slice */
.tquote__by{display:grid;justify-items:center;gap:3px;margin-bottom:14px}
.tquote__by b{
  font-family:var(--f-display);font-weight:700;
  font-size:clamp(1.15rem,1.9vw,1.5rem);line-height:1.2;
  background:var(--grad-head);-webkit-background-clip:text;background-clip:text;color:transparent;
}
.tquote__by i{
  font-style:normal;font-size:.74rem;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;color:var(--lime-700);
}
.tquote__text p{
  max-width:44ch;margin-inline:auto;
  color:var(--ink-2);
  font-size:clamp(.94rem,1.1vw,1.02rem);line-height:1.85;
}
/* the two oversized quote glyphs — pinned to the bubble, not to the copy.
   each takes the solid colour the frame's ramp is carrying behind it: violet
   at the opening corner, lime at the closing one. A gradient this small only
   muddies, since violet reaches lime through olive. */
.tquote__text::before,.tquote__text::after{
  position:absolute;
  font-family:var(--f-display);font-weight:800;line-height:1;
  font-size:clamp(52px,6vw,76px);
}
.tquote__text::before{content:"\201C";left:clamp(18px,2.4vw,28px);top:clamp(16px,2vw,24px);color:var(--violet-500)}
.tquote__text::after{content:"\201D";right:clamp(18px,2.4vw,28px);bottom:clamp(0px,1vw,8px);color:var(--lime-600)}

.slider__nav{
  position:absolute;top:50%;translate:0 -50%;z-index:4;
  width:46px;height:46px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--glass-strong);border:1px solid var(--glass-line);
  backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur);
  box-shadow:var(--shadow);
  transition:transform .45s var(--ease),background-color .35s,opacity .35s;
}
.slider__nav svg{width:20px;height:20px;fill:none;stroke:var(--violet-700);stroke-width:2.2}
.slider__nav:hover{transform:translateY(0) scale(1.1)}
.slider__nav--prev{left:0}
.slider__nav--next{right:0}
.slider__nav[disabled]{opacity:.35;cursor:default}

.slider__dots{display:flex;justify-content:center;gap:8px;margin-top:18px}
.slider__dots button{width:8px;height:8px;border-radius:999px;background:var(--violet-300);transition:.4s var(--ease)}
.slider__dots button.is-active{width:26px;background:var(--grad)}

/* ═══════════════ companies ═══════════════ */
/* Alternating rows, same mechanics as the Leadership section: logo one side, copy the
   other, and the flipped row swaps the column widths too — not just the order, or the
   copy inherits the narrow logo column. */
.companies{display:grid;gap:clamp(30px,3.8vw,52px);max-width:1080px;margin-inline:auto}
.ccard{
  display:grid;grid-template-columns:minmax(0,.44fr) minmax(0,.56fr);
  gap:clamp(26px,4vw,54px);align-items:center;
}
.ccard--flip{grid-template-columns:minmax(0,.56fr) minmax(0,.44fr)}
.ccard--flip .ccard__logo{order:2;justify-self:end}

/* the tile itself is the link to the company site — display:block so the anchor
   still takes the width/aspect-ratio below */
.ccard__logo{
  display:block;
  width:min(430px,100%);aspect-ratio:4/3;
  border-radius:var(--r);background:#fff;
  border:1px solid var(--line);box-shadow:var(--shadow-sm);
  overflow:hidden;
  transition:border-color .4s,box-shadow .4s;
}
.ccard__logo:hover{border-color:var(--violet-300);box-shadow:var(--shadow)}
.ccard__logo:focus-visible{outline:2px solid var(--violet-600);outline-offset:3px}
/* All four logo files are 848×653 screenshots: a ~22px purple frame, a hairline box
   inset inside it, then the artwork centred in a lot of white space. `cover` fills the
   tile with that white plate and the scale pushes the frame and the hairline past the
   tile edge, where overflow:hidden trims them. 1.32 keeps going and eats most of the
   dead white margin too, so the logo itself reads large: it crops ~110px per side and
   ~90px top/bottom, and the tightest artwork in the set still starts at 190px in. */
.ccard__logo img{
  width:100%;height:100%;
  object-fit:cover;
  transform:scale(1.32);
  transition:transform .6s var(--ease);
}
.ccard:hover .ccard__logo img{transform:scale(1.38)}

.ccard__copy{display:grid;justify-items:start;gap:.8rem}
.ccard h3{font-family:var(--f-display);font-size:clamp(1.2rem,1.8vw,1.5rem);color:var(--ink)}
.ccard p{font-size:.97rem;max-width:52ch}
.ccard__tags{display:flex;flex-wrap:wrap;gap:6px}
.ccard__tags li{
  font-size:.71rem;font-weight:700;letter-spacing:.04em;
  padding:.3em .7em;border-radius:999px;
  color:var(--violet-700);background:var(--violet-100);
}
/* filled brand pill so the card's one real CTA reads as a button, not body text */
.ccard__link{
  display:inline-flex;align-items:center;gap:.45em;margin-top:.4rem;
  padding:.62em 1.25em;border-radius:999px;
  font-family:var(--f-display);font-size:.86rem;font-weight:700;
  color:#fff;background:var(--grad);
  box-shadow:0 12px 26px -14px rgba(110,44,158,.65);
  transition:transform .45s var(--ease),box-shadow .45s var(--ease);
}
.ccard__link:hover{transform:translateY(-2px);box-shadow:0 20px 36px -16px rgba(110,44,158,.72)}
.ccard__link:focus-visible{outline:2px solid var(--violet-600);outline-offset:3px}
.ccard__link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.2;transition:transform .4s var(--ease)}
/* diagonal nudge, not sideways — the glyph is an external-link arrow now */
.ccard__link:hover svg{transform:translate(3px,-3px)}

/* ═══════════════ contact ═══════════════ */
/* Heading is centred (.sec-head), then a row of three detail cards, then the
   form/map pair — form left, map right, equal height. */
.contact__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(24px,3.2vw,44px);align-items:stretch}
.form{padding:clamp(22px,2.6vw,32px);display:grid;gap:16px;align-content:start}
.form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:grid;gap:6px}
.field__label{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
.field input,.field textarea{
  width:100%;padding:.85em 1em;border-radius:var(--r-sm);
  background:rgba(255,255,255,.8);border:1px solid var(--line);
  transition:border-color .35s,box-shadow .35s,background-color .35s;
  resize:vertical;
}
.field input::placeholder,.field textarea::placeholder{color:#B4AEC4}
.field input:focus,.field textarea:focus{
  outline:0;background:#fff;border-color:var(--violet-500);
  box-shadow:0 0 0 4px rgba(139,63,196,.14);
}
.field__err{font-size:.76rem;color:#D6336C;min-height:0;opacity:0;transition:.3s}
.field.has-err input,.field.has-err textarea{border-color:#D6336C;box-shadow:0 0 0 4px rgba(214,51,108,.1)}
.field.has-err .field__err{opacity:1;min-height:1.1em}
.form__note{font-size:.85rem;font-weight:600;text-align:center;min-height:1.2em}
.form__note.is-ok{color:var(--lime-700)}
.form__note.is-bad{color:#D6336C}

/* three detail cards — email / phone / address, one fact each */
.cinfo{
  display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,1.8vw,22px);
  margin-bottom:clamp(20px,2.6vw,34px);
}
.cinfo__card{
  display:grid;justify-items:center;gap:.35rem;text-align:center;
  padding:clamp(20px,2.4vw,28px) clamp(14px,2vw,22px);
  border-radius:var(--r-lg);background:#fff;
  border:1px solid var(--line);box-shadow:var(--shadow-sm);
  transition:transform .45s var(--ease),border-color .4s,box-shadow .4s;
}
.cinfo__card:hover{transform:translateY(-4px);border-color:var(--violet-300);box-shadow:var(--shadow)}
.cinfo__ico{
  width:46px;height:46px;margin-bottom:.35rem;
  border-radius:50%;display:grid;place-items:center;
  background:var(--violet-100);
  transition:background .4s;
}
.cinfo__ico svg{width:21px;height:21px;fill:none;stroke:var(--violet-600);stroke-width:1.7;transition:stroke .4s}
.cinfo__card:hover .cinfo__ico{background:var(--grad)}
.cinfo__card:hover .cinfo__ico svg{stroke:#fff}
.cinfo__label{font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}
.cinfo__value{font-family:var(--f-display);font-weight:700;font-size:1.02rem;color:var(--ink);word-break:break-word}
.cinfo__card:hover .cinfo__value{color:var(--violet-700)}

.map{position:relative;overflow:hidden;padding:8px;height:100%;min-height:clamp(340px,44vw,520px)}
.map iframe{position:relative;z-index:2;width:100%;height:100%;min-height:clamp(324px,42vw,504px);border:0;border-radius:calc(var(--r-lg) - 10px);filter:saturate(1.05)}
.map__fallback{
  position:absolute;inset:8px;z-index:1;border-radius:calc(var(--r-lg) - 10px);
  display:grid;place-content:center;justify-items:center;gap:4px;text-align:center;
  background:#F4F5F7;
}
.map__fallback b{font-family:var(--f-display);color:var(--ink)}
.map__fallback span{font-size:.82rem;color:var(--muted)}

/* ═══════════════ footer ═══════════════ */
.footer{position:relative;padding-top:clamp(40px,4.6vw,60px);background:var(--bg-tint);border-top:1px solid var(--line)}
/* three columns, mirroring the reference: brand blurb — contact list — the four
   company marks in a 2×2 card grid */
.footer__grid{display:grid;grid-template-columns:1.3fr 1.1fr minmax(260px,.9fr);gap:clamp(28px,4vw,56px);align-items:start}
.footer__brand p{margin-top:1rem;max-width:44ch;font-size:.92rem}
.brand--footer{margin-bottom:.2rem}

.footer__contact h4{margin-bottom:1rem;color:var(--ink);font-size:1.12rem}
.footer__contact ul{display:grid;gap:.7rem}
/* icon column stays a fixed width so the wrapped address lines up under itself */
.footer__contact a{
  display:grid;grid-template-columns:20px 1fr;gap:.8rem;align-items:start;
  font-size:.92rem;font-weight:500;transition:color .3s;
}
.footer__contact a:hover{color:var(--violet-700)}
.footer__contact svg{
  width:19px;height:19px;margin-top:.22rem;
  fill:none;stroke:var(--violet-600);stroke-width:1.7;transition:stroke .3s;
}
.footer__contact a:hover svg{stroke:var(--lime-600)}

/* one violet frame around the whole 2×2 block — the violet showing through the
   padding and the gaps IS the grid rule, so the four white tiles read as one unit */
.footer__companies{
  display:grid;grid-template-columns:1fr 1fr;;
}
.footer__logo{
  display:grid;place-items:center;
  background:#fff;transition:background .4s;
}
.footer__logo img{width:100%;height:100%;object-fit:contain;transition:transform .45s var(--ease)}
.footer__logo:hover{background:#FCFAFF}
.footer__logo:hover img{transform:scale(1.06)}

.footer__bar{
  display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;
  margin-top:clamp(26px,3vw,40px);padding-block:16px;
  border-top:1px solid var(--line);
  font-size:.84rem;color:var(--muted);
}
.footer__made{background:var(--grad-text);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}

/* ═══════════════ back to top ═══════════════ */
.to-top{
  position:fixed;right:clamp(16px,2.4vw,30px);bottom:clamp(16px,2.4vw,30px);z-index:700;
  width:46px;height:46px;border-radius:50%;display:grid;place-items:center;
  background:var(--grad);box-shadow:0 14px 30px -12px rgba(110,44,158,.6);
  opacity:0;visibility:hidden;translate:0 14px;
  transition:opacity .45s var(--ease),visibility .45s,translate .45s var(--ease),transform .45s var(--ease);
}
.to-top.is-on{opacity:1;visibility:visible;translate:0 0}
.to-top:hover{transform:translateY(-3px)}
.to-top svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2.2}

/* ═══════════════ split text + reveal (only when GSAP is live) ═══════════════ */
.w-mask{display:inline-block;overflow:hidden;vertical-align:bottom;padding-bottom:.12em;margin-bottom:-.12em}
.word{display:inline-block;will-change:transform,opacity}

html.has-anim [data-reveal],
html.has-anim [data-reveal-group] > *,
html.has-anim [data-split] .word{opacity:0}

/* broken / offline images: the gradient frame stands in, no torn-icon */
.img-missing{background:#F4F5F7}

/* ═══════════════ responsive ═══════════════ */
@media (max-width:1080px){
  .footer__grid{grid-template-columns:1fr 1fr;row-gap:26px}
  .footer__brand{grid-column:1/-1}
}

@media (max-width:900px){
  .nav{
    position:fixed;inset:0 0 0 auto;width:min(84vw,340px);
    flex-direction:column;align-items:flex-start;justify-content:center;
    gap:6px;padding:80px 32px;
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(22px) saturate(180%);-webkit-backdrop-filter:blur(22px) saturate(180%);
    border-left:1px solid var(--line);
    box-shadow:-30px 0 70px -40px rgba(42,15,69,.5);
    translate:100% 0;visibility:hidden;
    transition:translate .55s var(--ease),visibility .55s;
  }
  .nav.is-open{translate:0 0;visibility:visible}
  .nav__link{font-family:var(--f-display);font-size:1.28rem;font-weight:700;padding-block:10px}
  .nav__cta{margin-top:14px}
  .burger{display:block;z-index:2}

  .about__grid,.contact__grid{grid-template-columns:1fr}
  /* copy sits over the photo full-width, so the scrim flips to top-to-bottom */
  .hero{min-height:0;padding-top:clamp(92px,11vh,118px)}
  .hero__copy{max-width:none}
  /* stacked, so the desktop alignment nudge is pure dead space here */
  .about__video{margin-top:0}
  /* copy sits over the full width here, so the scrim can't drop as far as it
     does on desktop — but .94 flat erased the footage, so it eases off downward */
  .hero__bg::after{background:linear-gradient(180deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.82) 55%,rgba(255,255,255,.72) 100%)}
  .vm{grid-template-columns:1fr}
  /* stacked: photo/logo always above the copy, on both rows */
  .lead,.lead--flip,
  .ccard,.ccard--flip{grid-template-columns:1fr;gap:clamp(22px,4vw,32px)}
  .ccard--flip .ccard__logo{order:0;justify-self:start}
  .ccard__logo{width:100%;aspect-ratio:16/9}
  .lead--flip .lead__photo{order:0;justify-self:start}
  .lead__photo{width:100%;aspect-ratio:4/3}
  .scroll-cue{display:none}
  .frame__badge{right:4%}
}

@media (max-width:600px){
  .companies{grid-template-columns:1fr}
  /* the bubble loses its side padding first, so the copy keeps its width */
  .tquote{padding-inline:22px}
  /* arrows come out of overlay position and sit either side of the dots */
  .slider{
    padding-inline:0;
    display:grid;grid-template-columns:auto 1fr auto;
    grid-template-areas:"vp vp vp" "prev dots next";
    row-gap:20px;align-items:center;
  }
  .slider__viewport{grid-area:vp}
  .slider__nav{position:static;translate:0 0;grid-area:prev;justify-self:start}
  .slider__nav--next{grid-area:next;justify-self:end}
  .slider__dots{grid-area:dots;margin-top:0}
  .form__row{grid-template-columns:1fr}
  /* the three detail cards stack, and go icon-left so each stays one short row */
  .cinfo{grid-template-columns:1fr;gap:12px}
  .cinfo__card{
    grid-template-columns:auto 1fr;justify-items:start;text-align:left;
    align-items:center;column-gap:14px;row-gap:0;padding:16px 20px;
  }
  .cinfo__ico{grid-row:1/3;margin-bottom:0}
  .footer__grid{grid-template-columns:1fr}
  /* stacked, centred, and the icon notch comes in off the left edge */
  .flow{flex-direction:column;align-items:center;gap:26px}
  .flow__step{width:100%;max-width:360px}
  .flow__icon{left:-14px}
  .ticks{grid-template-columns:1fr}
  .hero__stats{gap:18px}
  .hero__stats li{flex:1 1 40%}
}

/* ═══════════════ reduced motion ═══════════════ */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .marquee__track{animation:none}
  html.has-anim [data-reveal],
  html.has-anim [data-reveal-group] > *,
  html.has-anim [data-split] .word{opacity:1!important}
}

/* No dark theme. The site is white regardless of the visitor's OS setting —
   `color-scheme: light` at the top of this file keeps the browser from darkening
   form fields and scrollbars when the OS is in dark mode. */