/* ============================================================
   innov8ting — considered refresh
   One accent (orange), cool neutrals, Archivo + Manrope.
   ============================================================ */

@font-face{
  font-family:'Archivo'; font-style:normal; font-weight:500 800; font-display:swap;
  src:url("../assets/fonts/archivo.woff2") format("woff2");
}
@font-face{
  font-family:'Manrope'; font-style:normal; font-weight:300 800; font-display:swap;
  src:url("../assets/fonts/manrope.woff2") format("woff2");
}

:root{
  --ink:#16181D;          /* near-black, faint cool bias */
  --ink-2:#1C1F27;        /* raised dark */
  --paper:#F5F6F7;        /* cool off-white ground */
  --paper-2:#ECEEF0;      /* panel */
  --paper-3:#E4E7EA;      /* deeper panel line-wash */
  --ink-soft:#565A63;     /* body on light */
  --ink-mute:#878C95;     /* captions */
  --paper-soft:rgba(255,255,255,.70); /* body on dark */
  --paper-mute:rgba(255,255,255,.52);
  --accent:#E5591A;       /* the single accent — confident, not neon */
  --accent-ink:#FF8140;   /* accent on dark grounds */
  --accent-wash:rgba(229,89,26,.10);
  --line:rgba(22,24,29,.12);
  --line-soft:rgba(22,24,29,.07);
  --line-dark:rgba(255,255,255,.14);
  --display:'Archivo', system-ui, -apple-system, sans-serif;
  --sans:'Manrope', system-ui, -apple-system, sans-serif;
  --maxw:1140px;
  color-scheme:light;
}

*,*::before,*::after{ box-sizing:border-box; }
*{ margin:0; padding:0; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  background:var(--paper); color:var(--ink);
  font-family:var(--sans); font-size:17px; line-height:1.65; font-weight:400;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.01ms !important; animation-iteration-count:1 !important;
     transition-duration:.01ms !important; scroll-behavior:auto !important; }
}
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
.wrap{ width:100%; max-width:var(--maxw); margin:0 auto; padding:0 clamp(22px,5vw,40px); }

/* ---------- type primitives ---------- */
h1,h2,h3,h4{ font-family:var(--display); font-weight:700; line-height:1.05;
  letter-spacing:-.02em; text-wrap:balance; }
.eyebrow{
  display:inline-flex; align-items:center; gap:11px;
  font-family:var(--sans); font-weight:700; font-size:.74rem;
  letter-spacing:.18em; text-transform:uppercase; color:var(--ink-soft);
}
.eyebrow.light{ color:var(--paper-mute); }
.accent{ color:var(--accent); }
.on-dark .accent{ color:var(--accent-ink); }

/* signature motif: three ascending bars = "more" (single accent, no glow) */
.bars{ display:inline-flex; align-items:flex-end; gap:2.5px; height:13px; }
.bars i{ display:block; width:3.5px; background:var(--accent); border-radius:1px; }
.bars i:nth-child(1){ height:5px; opacity:.45; }
.bars i:nth-child(2){ height:9px; opacity:.72; }
.bars i:nth-child(3){ height:13px; opacity:1; }
.on-dark .bars i{ background:var(--accent-ink); }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:.6em;
  font-family:var(--sans); font-weight:700; font-size:.92rem; letter-spacing:.005em;
  padding:.85em 1.5em; border-radius:3px; cursor:pointer; border:1px solid transparent;
  transition:transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn .arw{ transition:transform .25s ease; }
.btn:hover .arw{ transform:translateX(4px); }
.btn-primary{ background:var(--accent); color:#fff; }
.btn-primary:hover{ transform:translateY(-2px); background:#d24e12; }
.btn-ghost{ border-color:var(--line); color:var(--ink); }
.btn-ghost:hover{ border-color:var(--ink); transform:translateY(-2px); }
.on-dark .btn-ghost{ border-color:var(--line-dark); color:#fff; }
.on-dark .btn-ghost:hover{ border-color:#fff; }

:focus-visible{ outline:2px solid var(--accent); outline-offset:3px; border-radius:2px; }

/* ---------- nav ---------- */
header{
  position:sticky; top:0; z-index:60;
  background:rgba(245,246,247,.80); backdrop-filter:blur(12px) saturate(1.3);
  border-bottom:1px solid var(--line-soft);
}
.nav{ display:flex; align-items:center; justify-content:space-between;
  padding:16px 0; }
.nav .wrap-row{ width:100%; max-width:var(--maxw); margin:0 auto;
  padding:0 clamp(22px,5vw,40px); display:flex; align-items:center; justify-content:space-between; }
.wordmark{
  font-family:var(--display); font-weight:700; font-size:1.32rem; letter-spacing:-.02em;
  color:var(--ink); line-height:1;
}
.wordmark .eight{ color:var(--accent); }
.on-dark .wordmark{ color:#fff; }
.nav-links{ display:flex; align-items:center; gap:30px; }
.nav-links a{ font-size:.92rem; font-weight:600; color:var(--ink-soft); transition:color .2s ease; }
.nav-links a:hover{ color:var(--ink); }
.nav-links .btn{ padding:.6em 1.15em; font-size:.85rem; }
.nav-links a.btn-primary{ color:#fff; }
.nav-links a.btn-primary:hover{ color:#fff; }

/* ---------- hero ---------- */
.hero{ padding:clamp(72px,12vh,132px) 0 clamp(56px,9vh,96px); position:relative; }
.hero .eyebrow{ margin-bottom:26px; }
.hero h1{
  font-size:clamp(2.9rem,7vw,5.4rem); font-weight:800; letter-spacing:-.035em;
  line-height:.98; max-width:15ch;
}
.hero h1 .line3{ color:var(--ink); }
.hero h1 em{ font-style:normal; color:var(--accent); }
.hero-lead{
  margin-top:30px; font-size:clamp(1.08rem,1.5vw,1.24rem); line-height:1.6;
  color:var(--ink-soft); max-width:56ch; font-weight:400;
}
.hero-lead b{ color:var(--ink); font-weight:700; }
.hero-cta{ margin-top:38px; display:flex; gap:14px; flex-wrap:wrap; align-items:center; }

/* hero ascending graphic — the "more" crescendo, monochrome + precise */
.crescendo{
  margin-top:clamp(48px,7vh,76px);
  display:flex; align-items:flex-end; gap:clamp(8px,1.4vw,16px);
  height:clamp(78px,13vw,150px);
  border-bottom:1px solid var(--line);
  padding-bottom:0;
}
.crescendo .bar{
  flex:1; background:var(--accent-wash); border-radius:4px 4px 0 0; position:relative;
  transform-origin:bottom; transform:scaleY(0);
  animation:grow .7s cubic-bezier(.2,.8,.3,1) forwards;
}
.crescendo .bar::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:100%;
  background:linear-gradient(180deg, transparent 0%, var(--accent-wash) 100%);
}
.crescendo .bar .cap{ position:absolute; left:0; right:0; top:0; height:4px; background:var(--accent); border-radius:2px; opacity:.9; }
.crescendo .bar:nth-child(1){ height:24%; animation-delay:.05s; }
.crescendo .bar:nth-child(2){ height:38%; animation-delay:.14s; }
.crescendo .bar:nth-child(3){ height:50%; animation-delay:.23s; }
.crescendo .bar:nth-child(4){ height:66%; animation-delay:.32s; }
.crescendo .bar:nth-child(5){ height:82%; animation-delay:.41s; }
.crescendo .bar:nth-child(6){ height:100%; background:var(--accent); animation-delay:.50s; }
.crescendo .bar:nth-child(6)::after{ display:none; }
.crescendo .bar:nth-child(6) .cap{ background:#fff; opacity:.35; }
@keyframes grow{ to{ transform:scaleY(1); } }

/* ---------- section scaffolding ---------- */
section{ position:relative; }
.band{ padding:clamp(66px,10vh,108px) 0; }
.band.tint{ background:var(--paper-2); }
.band.dark{ background:var(--ink); color:#fff; }
.sec-head{ max-width:60ch; margin-bottom:clamp(38px,6vh,60px); }
.sec-head .eyebrow{ margin-bottom:18px; }
.sec-head h2{ font-size:clamp(1.9rem,3.6vw,2.8rem); font-weight:700; max-width:20ch; }
.sec-head.on-dark h2{ color:#fff; }

/* ---------- payoff (no borders) ---------- */
.payoff-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(24px,3vw,44px);
}
.payoff-item .tick{
  display:inline-flex; align-items:flex-end; gap:3px; height:22px; margin-bottom:16px;
}
.payoff-item .tick i{ width:5px; background:var(--accent); border-radius:1.5px; }
.payoff-item .tick i:nth-child(1){ height:9px; opacity:.4; }
.payoff-item .tick i:nth-child(2){ height:15px; opacity:.7; }
.payoff-item .tick i:nth-child(3){ height:22px; opacity:1; }
.payoff-item .k{ font-family:var(--display); font-size:1.32rem; font-weight:700; margin-bottom:9px; }
.payoff-item .k em{ font-style:normal; color:var(--accent); }
.payoff-item p{ font-size:.95rem; line-height:1.6; color:var(--ink-soft); max-width:28ch; }

/* ---------- who we help (intro) ---------- */
.intro-inner{ display:grid; grid-template-columns:.7fr 1.8fr; gap:clamp(28px,5vw,72px); align-items:start; }
.intro-lead{ font-family:var(--display); font-weight:600; font-size:clamp(1.4rem,2.5vw,2rem);
  line-height:1.32; letter-spacing:-.015em; color:var(--ink); }
.intro-lead .accent{ color:var(--accent); }
.intro-body{ margin-top:22px; font-size:1.05rem; line-height:1.75; color:var(--ink-soft); max-width:60ch; }

/* ---------- pillars ---------- */
.pillars-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(28px,3.5vw,48px); }
.pillar .ic{ color:var(--accent); margin-bottom:20px; }
.pillar .ic svg{ width:30px; height:30px; stroke:currentColor; fill:none;
  stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.pillar h3{ font-size:1.24rem; font-weight:700; margin-bottom:11px; }
.pillar p{ font-size:.97rem; line-height:1.66; color:var(--ink-soft); }

/* ---------- services ---------- */
.services-list{ border-top:1px solid var(--line); }
.service{
  display:grid; grid-template-columns:64px 1fr; gap:clamp(20px,4vw,56px);
  padding:clamp(30px,4.5vh,44px) 0; border-bottom:1px solid var(--line);
  position:relative; transition:background .25s ease;
}
.service::before{
  content:""; position:absolute; left:calc(-1 * clamp(22px,5vw,40px)); top:-1px; bottom:-1px; width:3px;
  background:var(--accent); transform:scaleY(0); transform-origin:top; transition:transform .35s ease;
}
.service:hover::before{ transform:scaleY(1); }
.service-idx{ font-family:var(--display); font-weight:700; font-size:1.05rem; color:var(--accent);
  padding-top:.35em; font-variant-numeric:tabular-nums; }
.service-body h3{ font-size:clamp(1.3rem,2.2vw,1.65rem); font-weight:700; margin-bottom:12px; }
.service-body p{ font-size:1.02rem; line-height:1.72; color:var(--ink-soft); max-width:66ch; }
.service-link{
  display:inline-flex; align-items:center; gap:7px; margin-top:16px;
  font-size:.92rem; font-weight:700; color:var(--accent);
  border-bottom:1px solid transparent; padding-bottom:1px; transition:border-color .2s ease;
}
.service-link:hover{ border-color:var(--accent); }
.service-link .arw{ transition:transform .2s ease; }
.service-link:hover .arw{ transform:translate(2px,-2px); }

/* ---------- why now (stack) ---------- */
.stack-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(18px,2vw,24px); margin-top:clamp(34px,5vh,52px); }
.stack-card{
  background:var(--paper); border-radius:6px; padding:30px 26px;
  border-top:2px solid var(--accent); box-shadow:0 1px 0 var(--line-soft);
  transition:transform .25s ease, box-shadow .25s ease;
}
.band.tint .stack-card{ background:#fff; }
.stack-card:hover{ transform:translateY(-4px); box-shadow:0 18px 34px -22px rgba(22,24,29,.35); }
.stack-card .ic{ color:var(--accent); margin-bottom:16px; }
.stack-card .ic svg{ width:26px; height:26px; stroke:currentColor; fill:none;
  stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.stack-card h4{ font-size:1.08rem; font-weight:700; margin-bottom:8px; }
.stack-card p{ font-size:.92rem; line-height:1.62; color:var(--ink-soft); }

/* ---------- closing + contact ---------- */
.closing{ background:var(--ink); color:#fff; padding:clamp(72px,11vh,120px) 0; }
.closing-inner{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(40px,6vw,84px); align-items:start; }
.closing h2{ font-size:clamp(2.1rem,4vw,3.1rem); font-weight:800; letter-spacing:-.03em; line-height:1.06; color:#fff; }
.closing h2 em{ font-style:italic; color:var(--accent-ink); font-weight:800; }
.closing .lead{ margin-top:22px; font-size:1.08rem; line-height:1.7; color:var(--paper-soft); max-width:44ch; }
.closing .reassure{ margin-top:28px; display:flex; flex-direction:column; gap:12px; }
.closing .reassure div{ display:flex; align-items:center; gap:12px; font-size:.98rem; color:var(--paper-soft); }
.closing .reassure svg{ width:20px; height:20px; stroke:var(--accent-ink); fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; flex:none; }

/* form */
.contact{ display:flex; flex-direction:column; gap:16px; }
.hp{ position:absolute; left:-9999px; width:1px; height:1px; opacity:0; }
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field{ display:flex; flex-direction:column; gap:7px; }
.field label{ font-size:.72rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--paper-mute); }
.field label .opt{ text-transform:none; letter-spacing:.02em; font-weight:500; opacity:.8; }
.contact input, .contact textarea{
  width:100%; font-family:var(--sans); font-size:1rem; color:#fff;
  background:rgba(255,255,255,.04); border:1px solid var(--line-dark); border-radius:4px;
  padding:.8em .9em; transition:border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.contact input::placeholder, .contact textarea::placeholder{ color:rgba(255,255,255,.36); }
.contact textarea{ resize:vertical; min-height:104px; line-height:1.55; }
.contact input:focus, .contact textarea:focus{
  outline:none; border-color:var(--accent-ink); background:rgba(255,255,255,.07);
  box-shadow:0 0 0 3px rgba(255,129,64,.16);
}
.contact input:user-invalid, .contact textarea:user-invalid{ border-color:#E0654A; }
.form-foot{ display:flex; align-items:center; gap:18px; flex-wrap:wrap; margin-top:4px; }
.contact button{ border:0; cursor:pointer; }
.contact button[disabled]{ opacity:.65; cursor:progress; transform:none !important; }
.form-status{ font-size:.9rem; line-height:1.5; color:var(--paper-mute); margin:0;
  opacity:0; transform:translateY(4px); transition:opacity .3s ease, transform .3s ease; }
.contact[data-state] .form-status{ opacity:1; transform:none; }
.contact[data-state="sent"] .form-status{ color:var(--accent-ink); }
.contact[data-state="error"] .form-status{ color:#F0937A; }

/* ---------- footer ---------- */
footer{ background:var(--paper); padding:40px 0; border-top:1px solid var(--line); }
.foot-row{ display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.foot-row .tag{ font-size:.82rem; color:var(--ink-mute); letter-spacing:.02em; }
.foot-row .tag b{ color:var(--ink-soft); font-weight:700; }

/* ---------- reveal ---------- */
.js .reveal{ opacity:0; transform:translateY(20px); transition:opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.js .reveal.in{ opacity:1; transform:none; }
.js .reveal.d1{ transition-delay:.07s; } .js .reveal.d2{ transition-delay:.14s; } .js .reveal.d3{ transition-delay:.21s; }
@media (prefers-reduced-motion: reduce){ .js .reveal{ opacity:1; transform:none; } }

/* ---------- responsive ---------- */
@media (max-width:920px){
  .payoff-grid{ grid-template-columns:1fr 1fr; gap:36px 32px; }
  .pillars-grid{ grid-template-columns:1fr 1fr; gap:38px 32px; }
  .stack-grid{ grid-template-columns:1fr 1fr; }
  .intro-inner{ grid-template-columns:1fr; gap:20px; }
  .closing-inner{ grid-template-columns:1fr; gap:40px; }
}
@media (max-width:600px){
  body{ font-size:16px; }
  .nav-links a:not(.btn){ display:none; }
  .payoff-grid{ grid-template-columns:1fr; gap:30px; }
  .pillars-grid{ grid-template-columns:1fr; gap:32px; }
  .stack-grid{ grid-template-columns:1fr; }
  .service{ grid-template-columns:1fr; gap:10px; }
  .field-row{ grid-template-columns:1fr; }
  .crescendo{ height:96px; }
}
