/*
 * PRIMAL GROUP SERVICES LTD — Shared Stylesheet
 * Design: Miuz Consultancy · April 2026
 * ─────────────────────────────────────────────
 */

/* ─── TOKENS ─────────────────────────────────────── */
:root{
  --bg:#07131c;
  --bg-deep:#03080d;
  --surface:rgba(10,24,35,0.82);
  --surface-2:rgba(255,255,255,0.045);
  --surface-3:rgba(255,255,255,0.025);
  --border:rgba(152,208,232,0.16);
  --border-glow:rgba(110,215,255,0.28);
  --text:#f1f7fb;
  --muted:#98abbb;
  --accent:#8ce5ff;
  --accent-2:#2db0e4;
  --accent-warm:#d4c3a0;
  --max:1220px;
  --font-display:'Barlow Condensed','Arial Narrow',Arial,sans-serif;
  --font-body:'Inter','Helvetica Neue',Arial,sans-serif;
  --blue-accent:var(--accent);
  --blue-accent-rgb:140,229,255;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:var(--font-body);
  background:
    radial-gradient(circle at top left, rgba(45,176,228,0.12), transparent 32%),
    radial-gradient(circle at 85% 18%, rgba(212,195,160,0.08), transparent 24%),
    linear-gradient(180deg, #0b1721 0%, var(--bg) 38%, var(--bg-deep) 100%);
  color:var(--text);
  line-height:1.62;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
h1,h2,.brand-name,.step-num,.card-types{
  font-family:var(--font-display);
}
h3,h4,.nav-cta,.section-label,.footer-col-head{
  font-family:var(--font-body);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
picture{display:block}
button,
input,
select,
textarea{
  font:inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:2px solid rgba(140,229,255,0.78);
  outline-offset:3px;
}
.wrap{width:min(var(--max),calc(100% - 44px));margin:0 auto}
.icy{color:var(--accent)}

/* ─── TOPBAR / NAV ───────────────────────────────── */
.topbar{
  position:sticky;top:0;z-index:200;
  background:rgba(4,10,15,0.74);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border);
  transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.topbar.scrolled{
  background:rgba(4,10,15,0.93);
  border-bottom-color:rgba(140,229,255,0.12);
  box-shadow:0 16px 44px rgba(0,0,0,0.38);
}
.nav{
  display:flex;justify-content:space-between;align-items:center;
  height:84px;gap:20px;
}
.brand{display:flex;align-items:center;gap:14px;flex-shrink:0}
.brand-logo{
  width:78px;height:78px;border-radius:18px;
  object-fit:contain;flex-shrink:0;
  animation:logoPulse 5s ease-in-out infinite;
  transition:filter .3s ease,transform .3s ease;
}
.brand-logo:hover{
  filter:drop-shadow(0 0 14px rgba(121,216,255,0.3));
  transform:scale(1.06);
}
.brand-name{
  font-size:.98rem;font-weight:700;
  letter-spacing:.14em;text-transform:uppercase;
  line-height:1;white-space:nowrap;
}
.brand-tag{font-size:.76rem;color:#bac8d2;margin-top:4px;letter-spacing:.1em}
.nav-links{display:flex;gap:26px;font-size:.86rem;color:var(--muted)}
.nav-links a{transition:color .18s ease;letter-spacing:.04em}
.nav-links a:hover,.nav-links a.active{color:var(--text)}
.nav-right{display:flex;align-items:center;gap:12px;flex-shrink:0}
.nav-cta{
  display:inline-flex;align-items:center;
  padding:9px 18px;border-radius:10px;
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  color:#021119;font-size:.8rem;font-weight:700;
  letter-spacing:.09em;text-transform:uppercase;
  white-space:nowrap;
  box-shadow:0 16px 32px rgba(32,127,167,0.25);
  transition:opacity .18s ease,transform .18s ease,box-shadow .18s ease;
}
.nav-cta:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 20px 40px rgba(32,127,167,0.34)}
/* Hamburger */
.burger{
  display:none;flex-direction:column;justify-content:center;gap:5px;
  background:none;border:none;cursor:pointer;padding:6px;
}
.burger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:.2s ease}
.burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.burger-lines{
  position:relative;
  width:18px;
  height:12px;
}
.burger-lines::before,
.burger-lines::after,
.burger-lines span{
  content:"";
  position:absolute;
  left:0;
  width:18px;
  height:2px;
  border-radius:999px;
  background:currentColor;
  transition:transform .2s ease,opacity .2s ease,top .2s ease;
}
.burger-lines::before{top:0}
.burger-lines span{top:5px}
.burger-lines::after{top:10px}
.burger[aria-expanded="true"] .burger-lines::before{top:5px;transform:rotate(45deg)}
.burger[aria-expanded="true"] .burger-lines span{opacity:0}
.burger[aria-expanded="true"] .burger-lines::after{top:5px;transform:rotate(-45deg)}

/* ─── HERO ────────────────────────────────────────── */
.hero{
  position:relative;min-height:88vh;
  display:flex;align-items:center;
  overflow:hidden;border-bottom:1px solid var(--border);
}
.hero.hero-short{min-height:50vh}
/* .hero-bg — centralised site-wide. Modifiers (.hero-bg--top) adjust anchor. */
.hero-bg{
  position:absolute;inset:0;z-index:0;
  background-color:#05070a;
  background-image:
    linear-gradient(105deg,rgba(4,6,9,0.96) 0%,rgba(4,6,9,0.82) 32%,rgba(4,6,9,0.50) 58%,rgba(4,6,9,0.92) 100%),
    url('../assets/hero-bg.webp'),
    url('../assets/hero-bg.png');
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.hero-bg--top{background-position:center top}
.hero-bg::after{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(ellipse 60% 40% at 70% 15%,rgba(121,216,255,0.14),transparent),
    linear-gradient(180deg, transparent 0%, rgba(3,8,13,0.28) 100%);
  pointer-events:none;
}
.hero-inner{position:relative;z-index:1;width:100%}
.hero-grid{
  display:grid;grid-template-columns:1.1fr 0.9fr;
  gap:44px;align-items:center;
  padding:100px 0 80px;
}
.hero-single{grid-template-columns:1fr;max-width:800px}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  color:var(--accent);text-transform:uppercase;
  letter-spacing:.24em;font-size:.72rem;font-weight:700;
  margin-bottom:20px;
}
.eyebrow::before{content:"";width:36px;height:1px;background:rgba(121,216,255,0.5)}
h1{
  font-size:clamp(2.8rem,5.5vw,5.6rem);
  line-height:.9;letter-spacing:0;
  text-transform:uppercase;font-weight:700;margin-bottom:22px;
  text-wrap:balance;
}
.hero-lead{
  font-size:1.04rem;color:#cfdae2;
  max-width:660px;margin-bottom:28px;line-height:1.7;
}
.pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px}
.pill{
  padding:7px 14px;border-radius:999px;
  background:rgba(7,24,35,0.7);border:1px solid var(--border);
  font-size:.8rem;color:#dce6ec;
  transition:border-color .2s ease,transform .2s ease;
}
.pill:hover{border-color:var(--border-glow);transform:translateY(-1px)}
/* Hero right-column card */
.hero-card{
  background:
    linear-gradient(180deg,rgba(255,255,255,0.08),rgba(255,255,255,0.02)),
    linear-gradient(135deg,rgba(140,229,255,0.05),rgba(3,8,13,0));
  border:1px solid var(--border);border-radius:28px;
  padding:32px 28px;
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  box-shadow:0 30px 72px rgba(0,0,0,0.42);
}
.hero-card-logo{
  width:100%;max-width:430px;margin:0 auto 30px;
  filter:drop-shadow(0 16px 32px rgba(0,0,0,0.4));
}
.hero-card-home{
  position:relative;
  justify-self:end;
  width:min(100%,540px);
  padding:38px 30px 32px;
  overflow:hidden;
  box-shadow:0 34px 82px rgba(0,0,0,0.5);
}
.hero-card-home::before{
  content:"";
  position:absolute;
  inset:-18% -12% 48%;
  background:
    radial-gradient(circle at center,rgba(121,216,255,0.26) 0%,rgba(121,216,255,0.12) 34%,rgba(121,216,255,0) 72%);
  opacity:.9;
  pointer-events:none;
}
.hero-card-home::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0) 36%);
  pointer-events:none;
}
.hero-card-home .card-label,
.hero-card-home .item-grid,
.hero-card-home .divider,
.hero-card-home p{
  position:relative;
  z-index:1;
}
.card-label{
  font-size:.7rem;text-transform:uppercase;
  letter-spacing:.16em;color:var(--muted);margin-bottom:12px;font-weight:600;
}
.item-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.item{
  padding:11px 14px;border-radius:12px;
  background:rgba(255,255,255,0.035);border:1px solid var(--border);
  font-size:.84rem;font-weight:600;
  transition:border-color .18s ease,transform .18s ease;
}
.item:hover{border-color:var(--border-glow);transform:translateY(-1px)}
.divider{
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(121,216,255,0.6),transparent);
  margin:20px 0;
}

/* ─── BUTTONS ─────────────────────────────────────── */
.actions{display:flex;gap:10px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;
  padding:13px 22px;border-radius:12px;
  font-size:.88rem;font-weight:600;border:1px solid var(--border);
  transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;
  letter-spacing:.03em;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  color:#020d14;border-color:transparent;
  box-shadow:0 16px 32px rgba(34,168,234,0.24);
}
.btn-primary:hover{box-shadow:0 16px 38px rgba(34,168,234,0.32)}
.btn-secondary{background:rgba(8,22,32,0.82)}
.btn-secondary:hover{border-color:var(--border-glow)}

/* ─── SECTIONS ────────────────────────────────────── */
section{padding:88px 0;position:relative;z-index:1}
section+section{border-top:1px solid var(--border)}
h2{
  font-size:clamp(1.8rem,3.5vw,2.7rem);
  letter-spacing:0;text-transform:uppercase;
  font-weight:700;line-height:1;margin-bottom:10px;
  text-wrap:balance;
}
h3{font-size:1rem;font-weight:700}
.section-label{
  font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;
  color:var(--accent);font-weight:600;
  display:flex;align-items:center;gap:10px;margin-bottom:14px;
}
.section-label::before{content:"";width:32px;height:1px;background:rgba(121,216,255,0.45)}
.section-sub{
  color:var(--muted);font-size:.96rem;
  max-width:620px;margin-bottom:40px;line-height:1.65;
}

/* ─── TRUST BAR ───────────────────────────────────── */
.trust-bar{
  border-top:1px solid var(--border);border-bottom:1px solid var(--border);
  padding:34px 0;background:linear-gradient(180deg,rgba(255,255,255,0.04),rgba(255,255,255,0.015));
}
.trust-bar .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.trust-num{font-size:clamp(1rem,2vw,1.2rem);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text)}
.trust-label{font-size:.8rem;color:var(--muted);letter-spacing:.03em;margin-top:8px;text-transform:none;line-height:1.5}

/* ─── CARDS ───────────────────────────────────────── */
.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.card-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.card{
  background:
    linear-gradient(180deg,rgba(255,255,255,0.055),rgba(255,255,255,0.02)),
    linear-gradient(145deg,rgba(140,229,255,0.03),rgba(0,0,0,0));
  border:1px solid var(--border);border-radius:20px;padding:26px 22px;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.card:hover{
  transform:translateY(-3px);border-color:var(--border-glow);
  box-shadow:0 24px 56px rgba(0,0,0,0.4);
}
.card .card-icon{
  width:42px;height:42px;border-radius:12px;
  display:inline-flex;align-items:center;justify-content:center;
  margin-bottom:14px;
  background:rgba(140,229,255,0.08);
  border:1px solid rgba(140,229,255,0.16);
  color:var(--accent);font-size:.86rem;font-weight:800;letter-spacing:.12em;
}
.card .card-icon img{
  width:26px;height:26px;object-fit:contain;
  filter:drop-shadow(0 0 8px rgba(140,229,255,0.18));
}
.card h3{font-size:.96rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.card .card-types{font-size:.76rem;color:var(--accent);letter-spacing:.04em;margin-bottom:10px;font-weight:500}
.card p{font-size:.88rem;color:var(--muted);line-height:1.6}
.card-link{
  display:inline-flex;align-items:center;gap:6px;
  font-size:.8rem;color:var(--accent);margin-top:14px;
  font-weight:600;letter-spacing:.04em;
  transition:gap .18s ease;
}
.card-link:hover{gap:10px}

.services-art{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  min-height:620px;
}
.services-art::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(3,8,13,0.94) 0%, rgba(3,8,13,0.76) 34%, rgba(3,8,13,0.46) 58%, rgba(3,8,13,0.82) 100%),
    radial-gradient(circle at 17% 32%, rgba(140,229,255,0.12), transparent 20%),
    radial-gradient(circle at 84% 16%, rgba(140,229,255,0.11), transparent 20%);
  z-index:0;
}
.services-art::after{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(180deg, rgba(4,10,15,0.12) 0%, rgba(4,10,15,0.44) 100%),
    radial-gradient(circle at 17% 30%, rgba(140,229,255,0.08), transparent 13%),
    radial-gradient(circle at 82% 15%, rgba(140,229,255,0.07), transparent 16%);
  pointer-events:none;
  z-index:3;
}
.services-art-scene{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}
.services-art-gorilla,
.services-art-hand-base,
.services-art-palm,
.services-art-finger{
  position:absolute;
  inset:0;
  background-image:image-set(
    url('../assets/services-gorilla-hand-v3.webp') type('image/webp'),
    url('../assets/services-gorilla-hand-v3.png') type('image/png')
  );
  background-image:-webkit-image-set(
    url('../assets/services-gorilla-hand-v3.webp') type('image/webp'),
    url('../assets/services-gorilla-hand-v3.png') type('image/png')
  );
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
@supports not (background-image: image-set(url('../assets/services-gorilla-hand-v3.webp') type('image/webp'))){
  .services-art-gorilla,
  .services-art-hand-base,
  .services-art-palm,
  .services-art-finger{
    background-image:url('../assets/services-gorilla-hand-v3.png');
  }
}
.services-art-gorilla{
  background-position:center;
  filter:saturate(.95) contrast(1.02);
}
.services-art-hand{
  position:absolute;
  inset:0;
  transform:none;
}
.services-art-hand-base{
  clip-path:polygon(53% 22%,60% 8%,73% 3%,86% 7%,97% 17%,100% 100%,43% 100%,42% 62%,47% 41%);
}
.services-art-palm,
.services-art-finger{
  transform-origin:var(--tip-x,50%) var(--tip-y,50%);
  transition:transform .28s cubic-bezier(.34,1.08,.64,1), filter .24s ease;
  will-change:transform, filter;
}
.services-art-palm{
  clip-path:polygon(56% 41%,66% 37%,80% 42%,89% 55%,90% 73%,84% 88%,67% 89%,56% 78%,53% 58%);
}
/* NOTE: Per-finger clip-path values are defined in the correction block further
   below (search "fingertip correction block"). Do not add values here. */
.services-tip-overlay{
  position:absolute;
  inset:0;
  background-image:url('../assets/services-gorilla-hand-v3.png');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  opacity:0;
  filter:brightness(1.5) saturate(1.18) drop-shadow(0 0 18px rgba(140,229,255,0.55));
  clip-path:ellipse(var(--tip-rx,5%) var(--tip-ry,7%) at var(--tip-x,50%) var(--tip-y,50%));
  transform-origin:var(--tip-x,50%) var(--tip-y,50%);
  transition:opacity .26s ease, transform .28s cubic-bezier(.34,1.08,.64,1), filter .26s ease;
  pointer-events:none;
  will-change:transform, opacity, filter;
}
.services-art .wrap{
  position:relative;
  min-height:620px;
  display:grid;
  align-items:end;
  grid-template-columns:minmax(0,1fr) minmax(280px,380px);
  gap:28px;
  padding-top:165px;
  z-index:2;
}
.services-art-copy{
  max-width:560px;
  padding:0 0 18px;
  align-self:end;
  position:relative;
  z-index:4;
}
.services-art-copy h2{
  margin-bottom:14px;
}
.services-art-copy p{
  color:#d4dee6;
  max-width:520px;
  font-size:1rem;
}
.services-art-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.services-art-tags span{
  padding:8px 14px;
  border-radius:999px;
  background:rgba(7,24,35,0.62);
  border:1px solid rgba(140,229,255,0.16);
  color:#dce6ec;
  font-size:.78rem;
  letter-spacing:.06em;
  backdrop-filter:blur(8px);
}
.services-hotspots{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:5;
}
.service-hotspot{
  position:absolute;
  left:var(--hotspot-x);
  top:var(--hotspot-y);
  width:34px;
  height:34px;
  transform:translate(-50%,-50%);
  border-radius:999px;
  border:1px solid rgba(140,229,255,0.22);
  background:radial-gradient(circle at 50% 50%, rgba(124,215,255,0.16), rgba(8,22,32,0.18) 62%, rgba(8,22,32,0.08) 100%);
  box-shadow:0 0 0 1px rgba(140,229,255,0.1) inset, 0 10px 24px rgba(0,0,0,0.2);
  backdrop-filter:blur(8px);
  pointer-events:auto;
  cursor:pointer;
  transition:transform .16s cubic-bezier(.2,.9,.2,1),border-color .16s ease,background .18s ease,box-shadow .18s ease,opacity .18s ease;
}
.service-hotspot::before,
.service-hotspot::after{
  content:"";
  position:absolute;
  inset:50% auto auto 50%;
  transform:translate(-50%,-50%);
  border-radius:999px;
}
.service-hotspot::before{
  width:8px;
  height:8px;
  background:rgba(140,229,255,0.95);
  box-shadow:0 0 14px rgba(140,229,255,0.56);
}
.service-hotspot::after{
  width:100%;
  height:100%;
  border:1px solid rgba(140,229,255,0.28);
  opacity:.72;
}
.service-hotspot:hover,
.service-hotspot:focus-visible,
.service-hotspot.active{
  transform:translate(-50%,-50%) scale(1.03);
  border-color:rgba(160,236,255,0.62);
  background:radial-gradient(circle at 50% 50%, rgba(154,231,255,0.26), rgba(8,22,32,0.28) 68%, rgba(8,22,32,0.1) 100%);
  box-shadow:0 0 28px rgba(140,229,255,0.18), 0 12px 28px rgba(0,0,0,0.22);
  outline:none;
}
.service-hotspot:hover::after,
.service-hotspot:focus-visible::after,
.service-hotspot.active::after{
  animation:hotspotPulse 1.45s ease-out infinite;
}

.service-reveal{
  position:relative;
  right:auto;
  bottom:auto;
  width:100%;
  max-width:380px;
  justify-self:end;
  align-self:end;
  margin-bottom:18px;
  padding:24px 22px 20px;
  z-index:4;
  border-radius:24px;
  background:
    linear-gradient(180deg,rgba(10,24,35,0.92),rgba(10,24,35,0.78)),
    linear-gradient(145deg,rgba(140,229,255,0.05),rgba(0,0,0,0));
  border:1px solid rgba(140,229,255,0.18);
  box-shadow:0 28px 60px rgba(0,0,0,0.34);
  backdrop-filter:blur(10px);
}
.service-reveal h3{
  margin-bottom:10px;
  font-size:1.24rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.service-reveal p{
  color:#cfdae2;
  font-size:.92rem;
  line-height:1.7;
}
.service-reveal-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:14px;
  color:var(--accent);
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.05em;
}
.service-reveal-link:hover{gap:12px}

.services-art[data-active-zone="thumb"] .finger-thumb{
  transform:translate3d(var(--press-x,0),var(--press-y,0),0) scale(var(--press-scale,1));
  filter:brightness(1.18) saturate(1.06);
}
.services-art[data-active-zone="index"] .finger-index{
  transform:translate3d(var(--press-x,0),var(--press-y,0),0) scale(var(--press-scale,1));
  filter:brightness(1.18) saturate(1.06);
}
.services-art[data-active-zone="middle"] .finger-middle{
  transform:translate3d(var(--press-x,0),var(--press-y,0),0) scale(var(--press-scale,1));
  filter:brightness(1.18) saturate(1.06);
}
.services-art[data-active-zone="ring"] .finger-ring{
  transform:translate3d(var(--press-x,0),var(--press-y,0),0) scale(var(--press-scale,1));
  filter:brightness(1.18) saturate(1.06);
}
.services-art[data-active-zone="little"] .finger-little{
  transform:translate3d(var(--press-x,0),var(--press-y,0),0) scale(var(--press-scale,1));
  filter:brightness(1.18) saturate(1.06);
}
.services-art[data-active-zone="palm"] .services-art-palm{
  transform:translate3d(var(--press-x,0),var(--press-y,0),0) scale(var(--press-scale,1));
  filter:brightness(1.14) saturate(1.06);
}
.services-art[data-active-zone="palm"] .tip-palm,
.services-art[data-active-zone="thumb"] .tip-thumb,
.services-art[data-active-zone="index"] .tip-index,
.services-art[data-active-zone="middle"] .tip-middle,
.services-art[data-active-zone="ring"] .tip-ring,
.services-art[data-active-zone="little"] .tip-little{
  opacity:.58;
  animation:tipGlow 1.8s ease-in-out infinite;
}
.services-art[data-active-zone="palm"] .tip-palm,
.services-art[data-active-zone="thumb"] .tip-thumb,
.services-art[data-active-zone="index"] .tip-index,
.services-art[data-active-zone="middle"] .tip-middle,
.services-art[data-active-zone="ring"] .tip-ring,
.services-art[data-active-zone="little"] .tip-little{
  transform:translate3d(var(--press-x,0),var(--press-y,0),0) scale(var(--press-scale,1));
}

/* ─── PANEL (flat card variant) ────────────────────── */
.panel{
  background:
    linear-gradient(180deg,rgba(255,255,255,0.055),rgba(255,255,255,0.02)),
    linear-gradient(145deg,rgba(140,229,255,0.035),rgba(0,0,0,0));
  border:1px solid var(--border);border-radius:22px;padding:30px 26px;
  transition:border-color .2s ease;
}
.panel:hover{border-color:rgba(255,255,255,0.12)}
.panel h3{text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}
.panel-sub{color:var(--muted);font-size:.88rem;margin-bottom:22px;line-height:1.6}

/* ─── META LIST ───────────────────────────────────── */
.meta-list{display:grid;gap:10px}
.meta-row{font-size:.88rem;color:var(--muted)}
.meta-row strong{color:var(--text);font-weight:600;display:inline-block;min-width:76px}
.meta-row a{color:var(--accent);transition:opacity .15s}
.meta-row a:hover{opacity:.75}

/* ─── PROCESS STEPS ───────────────────────────────── */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.step{
  background:rgba(255,255,255,0.03);border:1px solid var(--border);
  border-radius:18px;padding:24px 20px;
}
.step-num{
  font-size:.66rem;font-weight:700;letter-spacing:.18em;
  text-transform:uppercase;color:var(--accent);margin-bottom:10px;
}
.step h4{font-size:.94rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.step p{font-size:.86rem;color:var(--muted);line-height:1.6}

/* ─── DISCIPLINE ACCORDION ─────────────────────────── */
.accordion{display:grid;gap:8px}
.acc-item{
  background:var(--surface-2);border:1px solid var(--border);
  border-radius:16px;overflow:hidden;
  transition:border-color .2s ease;
}
.acc-item:hover{border-color:var(--border-glow)}
.acc-head{
  width:100%;background:none;border:none;
  padding:18px 20px;
  display:flex;justify-content:space-between;align-items:center;
  cursor:pointer;color:var(--text);font-family:inherit;
  font-size:.94rem;font-weight:700;text-transform:uppercase;
  letter-spacing:.08em;text-align:left;
}
.acc-head .acc-icon{
  width:20px;height:20px;color:var(--accent);
  font-size:1.1rem;flex-shrink:0;
  transition:transform .2s ease;
}
.acc-item.open .acc-icon{transform:rotate(45deg)}
.acc-body{
  display:none;padding:0 20px 20px;
  font-size:.88rem;color:var(--muted);line-height:1.65;
}
.acc-item.open .acc-body{display:block}

/* ─── VALUES ──────────────────────────────────────── */
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.value-block{
  background:rgba(255,255,255,0.03);border:1px solid var(--border);
  border-radius:20px;padding:28px 22px;text-align:center;
}
.value-icon{
  width:46px;height:46px;border-radius:14px;
  margin:0 auto 14px;
  display:grid;place-items:center;
  background:rgba(140,229,255,0.08);
  border:1px solid rgba(140,229,255,0.16);
  color:var(--accent);
  font-size:.88rem;font-weight:800;letter-spacing:.1em;
}
.value-block h3{text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;margin-bottom:8px}
.value-block p{color:var(--muted);font-size:.86rem;line-height:1.6}

/* ─── APPAREL ─────────────────────────────────────── */
.apparel-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.apparel-card{
  background:linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.02));
  border:1px solid var(--border);border-radius:24px;
  padding:36px 28px;text-align:center;
  display:flex;flex-direction:column;align-items:center;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.apparel-card:hover{
  transform:translateY(-3px);border-color:var(--border-glow);
  box-shadow:0 24px 56px rgba(0,0,0,0.4);
}
.apparel-card p{color:var(--muted);font-size:.9rem;line-height:1.65;max-width:340px}
.apparel-tag{display:inline-block;margin-top:14px;padding:6px 14px;border-radius:999px;border:1px solid var(--border);font-size:.74rem;color:var(--muted);letter-spacing:.08em}

/* ─── CTA STRIP ───────────────────────────────────── */
.cta-strip{
  background:linear-gradient(135deg,rgba(121,216,255,0.07),rgba(34,168,234,0.04));
  border:1px solid rgba(121,216,255,0.12);border-radius:24px;
  padding:40px 36px;
  display:flex;align-items:center;justify-content:space-between;
  gap:28px;flex-wrap:wrap;
}
.cta-strip h3{font-size:clamp(1.1rem,2vw,1.5rem);text-transform:uppercase;letter-spacing:0;margin-bottom:6px}
.cta-strip p{color:var(--muted);font-size:.9rem;max-width:520px}
.cta-strip .actions{flex-shrink:0}

/* ─── FORM ────────────────────────────────────────── */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-full{grid-column:1/-1}
label{display:block;font-size:.74rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:7px}
input,select,textarea{
  width:100%;background:var(--surface);border:1px solid var(--border);
  border-radius:10px;padding:12px 14px;color:var(--text);
  font-family:inherit;font-size:1rem;
  transition:border-color .18s ease,box-shadow .18s ease;
  -webkit-appearance:none;
}
input:focus,select:focus,textarea:focus{
  outline:none;border-color:var(--border-glow);
  box-shadow:0 0 0 3px rgba(121,216,255,0.06);
}
textarea{resize:vertical;min-height:120px}
select option{background:#0d0f12}

/* Director photo panel */
.photo-slot{
  background:
    linear-gradient(180deg,rgba(255,255,255,0.04),rgba(255,255,255,0.02)),
    radial-gradient(circle at top right, rgba(140,229,255,0.08), transparent 40%);
  border:1px dashed rgba(121,216,255,0.22);
  border-radius:16px;padding:48px 20px;
  text-align:center;
  color:rgba(206,232,244,0.7);
  font-size:.8rem;letter-spacing:.08em;text-transform:none;
  line-height:1.6;
}

/* ─── TESTIMONIALS ────────────────────────────────── */
.quotes-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
blockquote{
  background:
    linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.02)),
    linear-gradient(145deg,rgba(212,195,160,0.05),rgba(0,0,0,0));
  border:1px solid var(--border);
  border-radius:20px;padding:26px 22px;
}
blockquote p{font-size:.94rem;color:#d0dae3;line-height:1.7;margin-bottom:16px;font-style:italic}
blockquote cite{font-size:.78rem;color:var(--muted);font-style:normal;font-weight:600;letter-spacing:.06em}

/* ─── FOOTER ──────────────────────────────────────── */
footer{
  border-top:1px solid var(--border);
  padding:36px 0 48px;
  color:var(--muted);font-size:.84rem;
  position:relative;z-index:1;
  background:linear-gradient(180deg,rgba(255,255,255,0.015),rgba(255,255,255,0));
}
.footer-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:36px;margin-bottom:28px}
.f-logo{
  width:88px;height:88px;border-radius:18px;object-fit:contain;margin-bottom:18px;
  filter:drop-shadow(0 0 12px rgba(121,216,255,0.18));
}
.f-name{font-size:1rem;font-weight:700;color:var(--text);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px}
.f-tag{font-size:.78rem;margin-bottom:14px}
.f-director{font-size:.8rem;line-height:1.75}
.f-director strong{color:var(--text);font-weight:600}
.f-director a{color:var(--accent);transition:opacity .15s}
.f-director a:hover{opacity:.75}
.footer-col-head{font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;color:var(--text);font-weight:700;margin-bottom:14px}
.footer-links{display:grid;gap:8px}
.footer-links a{color:var(--muted);font-size:.84rem;transition:color .15s}
.footer-links a:hover{color:var(--text)}
.footer-contact-list{display:grid;gap:8px;font-size:.82rem}
.footer-contact-list a{color:var(--muted);transition:color .15s}
.footer-contact-list a:hover{color:var(--accent)}
.footer-base{
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:10px;
  padding-top:22px;border-top:1px solid var(--border);
  font-size:.78rem;
}

/* ─── ANIMATIONS ──────────────────────────────────── */
@keyframes fadeUp{
  from{opacity:0;transform:translateY(16px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes logoPulse{
  0%,100%{filter:drop-shadow(0 0 0 rgba(121,216,255,0))}
  50%{filter:drop-shadow(0 0 12px rgba(121,216,255,0.18))}
}
@keyframes hotspotPulse{
  0%{transform:translate(-50%,-50%) scale(.68);opacity:.85}
  65%{transform:translate(-50%,-50%) scale(1.52);opacity:0}
  100%{transform:translate(-50%,-50%) scale(1.62);opacity:0}
}
@keyframes tipGlow{
  0%,100%{opacity:.58;filter:brightness(1.5) saturate(1.18) drop-shadow(0 0 18px rgba(140,229,255,0.55))}
  50%{opacity:.72;filter:brightness(1.72) saturate(1.28) drop-shadow(0 0 26px rgba(160,238,255,0.72))}
}
.fade-up{animation:fadeUp .9s ease both}
.fade-up-2{animation:fadeUp .9s ease .1s both}
.fade-up-3{animation:fadeUp .9s ease .2s both}

/* ─── RESPONSIVE ──────────────────────────────────── */
@media(max-width:1000px){
  .hero-grid{grid-template-columns:1fr}
  .hero-card{display:none}
  .hero-card-home{
    display:block;
    justify-self:start;
    width:min(100%,620px);
    margin-top:14px;
  }
  .card-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:1fr 1fr}
  .trust-bar .wrap{grid-template-columns:repeat(2,1fr)}
  .quotes-grid{grid-template-columns:1fr}
  .services-art{min-height:540px}
  .services-art .wrap{min-height:540px;padding-top:132px;grid-template-columns:1fr 320px}
}
@media(max-width:760px){
  .burger{display:flex}
  .nav-links{
    display:none;
    position:absolute;top:100%;left:0;right:0;
    background:rgba(5,7,10,0.98);backdrop-filter:blur(12px);
    border-bottom:1px solid var(--border);
    flex-direction:column;padding:16px 22px;gap:14px;
  }
  .nav-links.open{display:flex}
  .card-grid,.card-grid-2,.apparel-grid,.values-grid{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr}
  .cta-strip{flex-direction:column}
  .steps{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .form-full{grid-column:auto}
  h1{font-size:clamp(2.4rem,10vw,4rem)}
  .hero-grid{padding:88px 0 64px}
  .hero-card-home{
    padding:28px 20px 24px;
    border-radius:24px;
  }
  .hero-card-home .item-grid{gap:7px}
  .hero-card-home .item{
    padding:10px 12px;
    font-size:.8rem;
  }
  section{padding:60px 0}
  .nav{height:78px}
  .brand-logo{width:62px;height:62px}
  .services-art{min-height:440px}
  .services-art .wrap{min-height:440px;padding-top:92px;grid-template-columns:1fr}
  .services-hotspots{display:none}
  .service-reveal{
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    max-width:none;
    justify-self:stretch;
    margin-top:18px;
    margin-bottom:0;
  }
}
@media(max-width:480px){
  .trust-bar .wrap{grid-template-columns:1fr 1fr;gap:14px}
  .nav-cta{padding:8px 14px;font-size:.76rem}
  .brand-logo{width:56px;height:56px}
  .f-logo{width:70px;height:70px}
  .hero-card-home{
    padding:24px 16px 20px;
    margin-top:10px;
  }
  .hero-card-home .item-grid{grid-template-columns:1fr}
}

/* Premium refinement layer */
:root{
  --shadow-soft:0 18px 48px rgba(0,0,0,0.28);
  --shadow-strong:0 34px 96px rgba(0,0,0,0.48);
  --radius-xl:32px;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at 15% 18%, rgba(120,218,255,0.09), transparent 24%),
    radial-gradient(circle at 82% 10%, rgba(120,218,255,0.08), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(120,218,255,0.04), transparent 28%);
  pointer-events:none;
  z-index:0;
}
.topbar{
  background:rgba(5,10,16,0.76);
  border-bottom-color:rgba(140,229,255,0.12);
}
.topbar.scrolled{
  background:rgba(4,9,14,0.92);
  box-shadow:0 20px 60px rgba(0,0,0,0.38);
}
.nav{
  height:92px;
  gap:28px;
}
.brand{
  gap:12px;
}
.brand-mark{
  margin:-12px 0 -10px -8px;
}
.brand-mark{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.brand-mark::before{
  content:"";
  position:absolute;
  inset:6px;
  border-radius:20px;
  background:radial-gradient(circle, rgba(140,229,255,0.18), rgba(140,229,255,0));
  filter:blur(10px);
  opacity:.8;
}
.brand-logo{
  position:relative;
  width:74px;
  height:74px;
  border-radius:20px;
  animation:logoPulse 6s ease-in-out infinite;
}
.brand-lockup{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.brand-subline{
  font-size:.58rem;
  letter-spacing:.42em;
  text-transform:uppercase;
  color:#a9b8c4;
  margin-left:.22em;
}
.brand-name{
  font-size:1.62rem;
  line-height:.88;
  letter-spacing:.28em;
}
.brand-tag{
  font-size:.68rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#bfd0db;
}
.nav-links{
  gap:30px;
  font-size:.84rem;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.nav-links a{
  position:relative;
  padding:8px 0;
}
.nav-links a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(140,229,255,0.95), transparent);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .28s ease;
}
.nav-links a:hover::after,
.nav-links a.active::after{
  transform:scaleX(1);
}
.nav-cta{
  padding:11px 18px;
  border-radius:999px;
  letter-spacing:.16em;
}
.hero{
  min-height:100vh;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(4,10,15,0.08) 0%, rgba(4,10,15,0.22) 100%),
    radial-gradient(circle at 76% 28%, rgba(140,229,255,0.1), transparent 16%);
  z-index:0;
}
.hero-grid{
  gap:56px;
  padding:132px 0 96px;
}
.hero-copy{
  position:relative;
  z-index:1;
}
.hero-brand-lockup{
  margin:0 0 22px;
}
.hero-brand-subline{
  font-family:var(--font-body);
  font-size:.78rem;
  letter-spacing:.52em;
  text-transform:uppercase;
  color:#afbec9;
  margin:0 0 10px .42em;
}
.hero-brand-wordmark{
  font-family:var(--font-body);
  font-size:clamp(3.4rem,8vw,7rem);
  font-weight:700;
  letter-spacing:.32em;
  line-height:.82;
  text-transform:uppercase;
  color:#f7fbfe;
  text-shadow:0 0 24px rgba(140,229,255,0.06);
}
h1{
  margin-bottom:26px;
}
.hero-lead{
  max-width:680px;
  color:#d6e1e8;
}
.pill-row{
  gap:10px;
  margin-bottom:34px;
}
.pill{
  background:rgba(7,20,30,0.82);
  backdrop-filter:blur(10px);
}
.hero-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:34px;
}
.hero-proof-item{
  display:grid;
  gap:6px;
  padding:18px 16px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border:1px solid rgba(140,229,255,0.12);
  box-shadow:var(--shadow-soft);
}
.hero-proof-value{
  font-family:var(--font-body);
  font-size:.9rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#f4fbff;
}
.hero-proof-label{
  font-size:.82rem;
  line-height:1.55;
  color:var(--muted);
}
.hero-card{
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow-strong);
}
.hero-card-home{
  width:min(100%,560px);
  padding:34px 32px 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025)),
    radial-gradient(circle at top, rgba(140,229,255,0.12), rgba(140,229,255,0) 48%),
    linear-gradient(160deg, rgba(10,24,35,0.92), rgba(5,11,16,0.92));
  overflow:hidden;
}
.hero-card-orbit{
  position:absolute;
  inset:auto auto -88px -86px;
  width:220px;
  height:220px;
  border-radius:50%;
  border:1px solid rgba(140,229,255,0.12);
  box-shadow:0 0 0 24px rgba(140,229,255,0.03), 0 0 0 54px rgba(140,229,255,0.02);
  opacity:.6;
}
.hero-brand-panel{
  position:relative;
  z-index:1;
  display:grid;
  gap:8px;
}
.hero-card-logo-home{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  margin:0 auto;
  max-height:none;
}
.hero-brand-panel-copy{
  display:grid;
  gap:6px;
}
.hero-brand-panel-subline{
  font-family:var(--font-body);
  font-size:.72rem;
  letter-spacing:.48em;
  text-transform:uppercase;
  color:#afbec9;
  margin-left:.5em;
}
.hero-brand-panel-wordmark{
  font-family:var(--font-body);
  font-size:3rem;
  line-height:.86;
  letter-spacing:.28em;
}
.hero-brand-panel-copy p{
  max-width:360px;
  color:#c5d5de;
  font-size:.9rem;
}
.hero-matrix{
  display:grid;
  gap:20px;
}
.hero-matrix-block .item{
  background:rgba(255,255,255,0.04);
}
.trust-bar{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015)),
    radial-gradient(circle at top center, rgba(140,229,255,0.08), transparent 34%);
}
.trust-bar .wrap{
  gap:22px;
}
.trust-stat{
  padding:0 10px;
}
.trust-num{
  font-size:clamp(1rem,1.8vw,1.22rem);
}
.card,
.value-block,
blockquote,
.apparel-card,
.cta-strip,
.panel,
.step{
  backdrop-filter:blur(14px);
}
.card{
  border-radius:24px;
  padding:28px 24px;
}
.card h3{
  font-size:1rem;
}
.services-art{
  min-height:700px;
}
.services-art::before{
  background:
    linear-gradient(90deg, rgba(3,8,13,0.88) 0%, rgba(3,8,13,0.66) 28%, rgba(3,8,13,0.45) 58%, rgba(3,8,13,0.72) 100%),
    radial-gradient(circle at 16% 34%, rgba(140,229,255,0.12), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(140,229,255,0.14), transparent 22%);
}
.services-art-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(140,229,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140,229,255,0.04) 1px, transparent 1px);
  background-size:94px 94px;
  mask-image:linear-gradient(180deg, transparent, rgba(0,0,0,0.26) 18%, rgba(0,0,0,0.52) 42%, transparent 100%);
  opacity:.38;
}
.services-art-gorilla{
  background-position:50% center;
  filter:saturate(.98) contrast(1.03) brightness(.96);
}
.services-art .wrap{
  min-height:700px;
  grid-template-columns:minmax(0,1fr) minmax(340px,430px);
  gap:36px;
  padding-top:182px;
}
.services-art-copy{
  max-width:620px;
}
.services-art-copy p{
  max-width:560px;
}
.service-selector{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.service-selector-btn{
  appearance:none;
  border:1px solid rgba(140,229,255,0.14);
  background:rgba(7,20,30,0.68);
  color:#d8e5ec;
  padding:10px 14px;
  border-radius:999px;
  font:600 .79rem/1 var(--font-body);
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .24s cubic-bezier(.16,1,.3,1), border-color .24s ease, box-shadow .24s ease, background .24s ease;
}
.service-selector-btn:hover,
.service-selector-btn:focus-visible,
.service-selector-btn.active{
  outline:none;
  transform:translateY(-2px);
  border-color:rgba(160,236,255,0.44);
  background:rgba(11,28,40,0.92);
  box-shadow:0 14px 30px rgba(0,0,0,0.22), 0 0 18px rgba(140,229,255,0.08);
}
.service-hotspot{
  width:42px;
  height:42px;
  border-color:rgba(140,229,255,0.24);
  background:radial-gradient(circle at 50% 50%, rgba(124,215,255,0.2), rgba(8,22,32,0.22) 60%, rgba(8,22,32,0.08) 100%);
}
.service-hotspot::before{
  width:9px;
  height:9px;
}
.service-hotspot::after{
  width:100%;
  height:100%;
}
.service-reveal{
  max-width:430px;
  margin-bottom:6px;
  padding:0;
  overflow:hidden;
  border-radius:30px;
  background:
    linear-gradient(180deg, rgba(10,24,35,0.94), rgba(7,16,24,0.92)),
    radial-gradient(circle at top right, rgba(140,229,255,0.12), rgba(140,229,255,0) 38%);
}
.service-reveal::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg, rgba(140,229,255,0.12), rgba(140,229,255,0.78), rgba(140,229,255,0.18));
}
.service-reveal[data-state="active"]::before{
  background:linear-gradient(180deg, rgba(140,229,255,0.28), rgba(140,229,255,1), rgba(140,229,255,0.34));
  box-shadow:0 0 16px rgba(140,229,255,0.28);
  transition:background .3s ease, box-shadow .3s ease;
}
.service-reveal-frame{
  display:grid;
  gap:18px;
  padding:28px 26px 24px 30px;
}
.service-reveal-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.service-reveal-kicker,
.service-reveal-index{
  font-family:var(--font-body);
  font-size:.72rem;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.service-reveal-kicker{
  color:var(--accent);
}
.service-reveal-index{
  color:#8ea5b6;
}
.service-reveal-body{
  display:grid;
  gap:12px;
  transition:transform .34s cubic-bezier(.16,1,.3,1), opacity .34s ease, filter .34s ease;
}
.service-reveal.is-swapping .service-reveal-body{
  opacity:0;
  transform:translateY(12px);
  filter:blur(6px);
}
.service-reveal.is-visible .service-reveal-body{
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
}
.service-reveal h3{
  font-size:1.58rem;
  line-height:.96;
  letter-spacing:.08em;
}
.service-reveal p{
  font-size:.94rem;
  color:#d2dfe6;
}
.service-reveal-points{
  display:grid;
  gap:8px;
}
.service-reveal-points span{
  display:flex;
  align-items:center;
  gap:10px;
  color:#d6e3ea;
  font-size:.82rem;
  letter-spacing:.03em;
}
.service-reveal-points span::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(140,229,255,0.96) 0%, rgba(140,229,255,0.36) 46%, rgba(140,229,255,0) 72%);
  box-shadow:0 0 10px rgba(140,229,255,0.24);
  flex-shrink:0;
}
.service-reveal-link{
  width:fit-content;
  padding:12px 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(140,229,255,0.12);
}
.service-reveal-link:hover{
  border-color:rgba(160,236,255,0.34);
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:16px;
}
.footer-lockup{
  display:grid;
  gap:2px;
}
.f-subline{
  font-family:var(--font-body);
  font-size:.58rem;
  letter-spacing:.42em;
  text-transform:uppercase;
  color:#aab9c4;
  margin-left:.28em;
}
.f-name{
  font-size:1.54rem;
  letter-spacing:.28em;
  line-height:.9;
}
.f-tag{
  text-transform:uppercase;
  letter-spacing:.16em;
}
@media(max-width:1000px){
  .nav{
    height:88px;
  }
  .hero{
    min-height:auto;
  }
  .hero-grid{
    gap:34px;
    padding:118px 0 80px;
  }
  .hero-card-home{
    display:block;
  }
  .hero-proof{
    grid-template-columns:1fr;
  }
  .services-art{
    min-height:620px;
  }
  .services-art .wrap{
    min-height:620px;
    grid-template-columns:1fr;
    padding-top:150px;
  }
  .service-reveal{
    justify-self:start;
    max-width:580px;
  }
}
@media(max-width:760px){
  .nav{
    height:82px;
  }
  .brand{
    gap:12px;
  }
  .brand-logo{
    width:60px;
    height:60px;
  }
  .brand-subline{
    font-size:.52rem;
    letter-spacing:.34em;
  }
  .brand-name{
    font-size:1.2rem;
    letter-spacing:.2em;
  }
  .brand-tag{
    font-size:.56rem;
    letter-spacing:.12em;
  }
  .hero-grid{
    padding:106px 0 68px;
  }
  .hero-brand-subline{
    font-size:.68rem;
    letter-spacing:.4em;
  }
  .hero-brand-wordmark{
    letter-spacing:.22em;
  }
  .hero-card-home{
    display:block;
    width:100%;
  }
  .hero-brand-panel-wordmark{
    font-size:2.35rem;
  }
  .services-art{
    min-height:auto;
  }
  .services-art .wrap{
    min-height:auto;
    padding-top:96px;
  }
  .service-selector{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .service-selector-btn{
    justify-content:center;
    text-align:center;
  }
  .service-reveal{
    max-width:none;
    margin-top:22px;
  }
  .service-reveal-frame{
    padding:24px 20px 20px 24px;
  }
  .footer-brand{
    align-items:flex-start;
  }
}
@media(max-width:480px){
  .wrap{
    width:min(var(--max),calc(100% - 32px));
  }
  .brand-logo{
    width:52px;
    height:52px;
  }
  .brand-tag{
    display:none;
  }
  .hero-brand-subline{
    margin-left:.2em;
  }
  .hero-proof-item{
    padding:16px 14px;
  }
  .service-selector{
    grid-template-columns:1fr;
  }
  .f-logo{
    width:64px;
    height:64px;
  }
  .f-name{
    font-size:1.28rem;
    letter-spacing:.2em;
  }
}

/* Precision refinement pass */
.hero-grid > *,
.story-grid > *,
.contact-layout > *,
.footer-inner > *,
.trust-bar .wrap > *{
  min-width:0;
}
.card-grid,
.card-grid-2,
.values-grid,
.quotes-grid,
.steps,
.apparel-grid{
  align-items:stretch;
}
.card,
.panel,
.step,
.value-block,
.apparel-card,
blockquote,
.director-card{
  height:100%;
}
.card{
  display:grid;
  grid-template-rows:auto auto auto 1fr auto;
}
.card-link{
  margin-top:auto;
  padding-top:16px;
}
.hero-card{
  display:grid;
  align-content:start;
}
.hero-brand-panel-copy{
  max-width:380px;
}
.photo-slot{
  display:grid;
  place-items:center;
  min-height:220px;
  padding:34px 24px;
}
.director-card .photo-slot{
  min-height:240px;
}
.apparel-card{
  display:grid;
  grid-template-rows:auto 1fr auto;
  gap:16px;
  align-items:center;
}
.apparel-logo-core{
  max-height:92px;
  margin-bottom:10px;
  object-fit:contain;
}
.apparel-logo-pink{
  max-height:104px;
  margin-bottom:10px;
  object-fit:contain;
}
.brand,
.footer-brand{
  min-width:0;
}
.brand-lockup,
.footer-lockup{
  display:grid;
  grid-template-columns:max-content;
  justify-items:center;
  align-items:start;
  gap:3px;
}
.brand-name,
.f-name{
  padding-left:.24em;
}
.brand-subline,
.brand-tag,
.f-subline,
.f-tag{
  width:100%;
  margin-left:0;
  text-align:center;
}
.hero-brand-lockup{
  display:grid;
  justify-items:start;
}
.hero-brand-subline,
.hero-brand-panel-subline{
  margin-left:0;
  width:100%;
  text-align:left;
}
.hero-brand-panel{
  gap:12px;
}
.hero-matrix{
  gap:18px;
}
.hero-matrix-block{
  display:grid;
  gap:10px;
}
.services-art{
  min-height:740px;
}
.services-art .wrap{
  min-height:740px;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,410px);
  gap:42px;
  padding-top:176px;
}
.services-art-copy{
  padding-bottom:10px;
}
.services-art-tags{
  margin-top:22px;
  max-width:560px;
}
.services-hotspots{
  z-index:7;
}
.service-hotspot{
  width:44px;
  height:44px;
  border-color:rgba(140,229,255,0.22);
  background:radial-gradient(circle at 50% 50%, rgba(124,215,255,0.18), rgba(8,22,32,0.24) 58%, rgba(8,22,32,0.08) 100%);
  box-shadow:0 0 0 1px rgba(140,229,255,0.1) inset, 0 14px 30px rgba(0,0,0,0.24);
  transition:transform .26s cubic-bezier(.16,1,.3,1), border-color .26s ease, background .26s ease, box-shadow .26s ease;
}
.service-hotspot::before{
  width:10px;
  height:10px;
  box-shadow:0 0 16px rgba(140,229,255,0.62);
}
.service-hotspot::after{
  opacity:.62;
}
.service-hotspot:hover,
.service-hotspot:focus-visible{
  transform:translate(-50%,-50%) scale(1.08);
  border-color:rgba(160,236,255,0.44);
  box-shadow:0 0 26px rgba(140,229,255,0.14), 0 18px 38px rgba(0,0,0,0.24);
}
.service-hotspot.active{
  transform:translate(-50%,-50%) scale(1.14);
  border-color:rgba(170,240,255,0.78);
  background:radial-gradient(circle at 50% 50%, rgba(172,238,255,0.38), rgba(8,22,32,0.34) 64%, rgba(8,22,32,0.08) 100%);
  box-shadow:0 0 36px rgba(140,229,255,0.24), 0 20px 42px rgba(0,0,0,0.3);
}
.service-hotspot.active::after{
  animation:hotspotPulse 1.6s ease-out infinite;
}
.service-selector{
  margin-top:26px;
}
.service-selector-btn{
  min-height:46px;
}
.service-selector-btn span{
  display:block;
}
.service-selector-btn.active{
  transform:translateY(-2px) scale(1.01);
}
.service-reveal{
  align-self:center;
  margin-bottom:0;
}
.service-reveal-frame{
  min-height:338px;
  gap:16px;
}
.service-reveal-intro{
  display:grid;
  align-content:center;
  min-height:170px;
  padding:2px 0 8px;
}
.service-reveal-intro p{
  color:#cfdae2;
  font-size:.95rem;
  line-height:1.75;
  max-width:30ch;
}
.service-reveal-body[hidden],
.service-reveal-link[hidden]{
  display:none;
}
.service-reveal.is-idle .service-reveal-frame{
  justify-content:center;
}
.service-reveal.is-idle .service-reveal-kicker{
  color:#d8e8f1;
}
.service-reveal.is-idle .service-reveal-index{
  color:#8fb7ca;
}
.service-reveal.is-idle::before{
  background:linear-gradient(180deg, rgba(140,229,255,0.08), rgba(140,229,255,0.32), rgba(140,229,255,0.12));
}
.service-reveal-link{
  margin-top:auto;
}
.services-art[data-active-zone="thumb"] .finger-thumb,
.services-art[data-active-zone="thumb"] .tip-thumb{
  transform:translate3d(1.5px,1px,0) scale(.992);
}
.services-art[data-active-zone="index"] .finger-index,
.services-art[data-active-zone="index"] .tip-index{
  transform:translate3d(.4px,1.8px,0) scale(.992);
}
.services-art[data-active-zone="middle"] .finger-middle,
.services-art[data-active-zone="middle"] .tip-middle{
  transform:translate3d(.1px,2.1px,0) scale(.991);
}
.services-art[data-active-zone="ring"] .finger-ring,
.services-art[data-active-zone="ring"] .tip-ring{
  transform:translate3d(-.5px,1.8px,0) scale(.992);
}
.services-art[data-active-zone="little"] .finger-little,
.services-art[data-active-zone="little"] .tip-little{
  transform:translate3d(-1px,1.2px,0) scale(.993);
}
.services-art[data-active-zone="palm"] .services-art-palm,
.services-art[data-active-zone="palm"] .tip-palm{
  transform:translate3d(-.2px,.5px,0) scale(.998);
}
.services-art[data-active-zone="thumb"] .tip-thumb,
.services-art[data-active-zone="index"] .tip-index,
.services-art[data-active-zone="middle"] .tip-middle,
.services-art[data-active-zone="ring"] .tip-ring,
.services-art[data-active-zone="little"] .tip-little,
.services-art[data-active-zone="palm"] .tip-palm{
  opacity:.46;
  filter:brightness(1.26) saturate(1.06) drop-shadow(0 0 16px rgba(140,229,255,0.18));
}
@media(max-width:1000px){
  .hero-card{
    width:100%;
  }
  .services-art{
    min-height:660px;
  }
  .services-art .wrap{
    min-height:660px;
    grid-template-columns:1fr;
    padding-top:148px;
    gap:24px;
  }
  .service-reveal{
    max-width:100%;
    width:min(100%,620px);
  }
  .service-reveal-frame{
    min-height:0;
  }
}
@media(max-width:760px){
  .brand-lockup,
  .footer-lockup{
    justify-items:start;
  }
  .brand-subline,
  .brand-tag,
  .f-subline,
  .f-tag{
    text-align:left;
  }
  .brand-name,
  .f-name{
    padding-left:0;
  }
  .services-art .wrap{
    padding-top:102px;
  }
  .service-reveal-intro{
    min-height:132px;
  }
}
/* Final typography and interaction tuning */
.brand-lockup,
.footer-lockup{
  gap:2px;
}
.brand-name,
.f-name{
  padding-left:0;
  letter-spacing:.1em;
}
.brand-subline,
.f-subline{
  font-size:.58rem;
  letter-spacing:.24em;
}
.brand-tag,
.f-tag{
  letter-spacing:.12em;
}
.topbar .brand-tag{
  display:none;
}
.hero-brand-subline,
.hero-brand-panel-subline{
  letter-spacing:.24em;
}
.hero-brand-wordmark{
  letter-spacing:.1em;
  line-height:.86;
}
.hero-brand-panel-wordmark{
  letter-spacing:.1em;
}
.service-hotspot{
  width:42px;
  height:42px;
  transition:transform .22s cubic-bezier(.16,1,.3,1), border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.service-hotspot:hover,
.service-hotspot:focus-visible{
  transform:translate(-50%,-50%) scale(1.04);
}
.service-hotspot:hover::after,
.service-hotspot:focus-visible::after{
  animation:none;
}
.service-hotspot.active{
  transform:translate(-50%,-50%) scale(1.06);
  box-shadow:0 0 28px rgba(140,229,255,0.18), 0 18px 36px rgba(0,0,0,0.28);
}
.service-hotspot.active::after{
  animation:hotspotPulse 1.9s ease-out infinite;
}
.services-art-hand{
  transition:transform .46s cubic-bezier(.16,1,.3,1);
}
.services-art-palm,
.services-art-finger,
.services-tip-overlay{
  transition:transform .28s cubic-bezier(.16,1,.3,1), opacity .24s ease, filter .24s ease;
}
.service-reveal-frame{
  min-height:324px;
}
.service-reveal.is-swapping .service-reveal-body{
  transform:translateY(6px);
  filter:blur(2.5px);
}
/* Final service layout and asset refinement pass */
.brand-logo,
.f-logo{
  object-fit:cover;
  object-position:center 16%;
  background:transparent;
  image-rendering:-webkit-optimize-contrast;
  filter:
    drop-shadow(0 8px 18px rgba(0,0,0,0.34))
    drop-shadow(0 0 12px rgba(140,229,255,0.08));
}
.hero-card-logo-home,
.apparel-logo-core,
.apparel-logo-pink{
  image-rendering:-webkit-optimize-contrast;
}
.services-art .wrap{
  position:relative;
  display:block;
  min-height:clamp(700px,54vw,840px);
  padding-top:112px;
  padding-bottom:92px;
}
.gorilla-ui-band{
  position:absolute;
  z-index:9;
  /* All positional values are set in the final services refinement block below. */
}
.service-selector-note{
  display:inline-flex;
  width:fit-content;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(140,229,255,0.12);
  background:rgba(7,20,30,0.54);
  color:#b6c7d1;
  font:600 .68rem/1 var(--font-body);
  letter-spacing:.18em;
  text-transform:uppercase;
}
.services-hotspots{
  z-index:8;
}
.service-hotspot{
  width:50px;
  height:50px;
  border-color:rgba(175,241,255,0.4);
  background:
    radial-gradient(circle at 50% 50%, rgba(183,241,255,0.36), rgba(10,25,36,0.44) 56%, rgba(8,22,32,0.14) 100%);
  box-shadow:
    0 0 0 1px rgba(165,239,255,0.18) inset,
    0 22px 40px rgba(0,0,0,0.3),
    0 0 24px rgba(140,229,255,0.1);
  animation:none;
}
.service-hotspot::before{
  width:13px;
  height:13px;
  box-shadow:0 0 24px rgba(140,229,255,0.84);
}
.service-hotspot::after{
  opacity:.92;
  border-color:rgba(185,244,255,0.44);
}
.service-hotspot:hover,
.service-hotspot:focus-visible{
  transform:translate(-50%,-50%) scale(1.03);
  box-shadow:
    0 0 26px rgba(140,229,255,0.15),
    0 20px 38px rgba(0,0,0,0.28);
}
.service-hotspot.active{
  transform:translate(-50%,-50%) scale(1.05);
  border-color:rgba(185,244,255,0.9);
  box-shadow:
    0 0 52px rgba(140,229,255,0.3),
    0 24px 48px rgba(0,0,0,0.36);
  animation:none;
}
.service-hotspot.active::after{
  animation:hotspotPulse 1.7s ease-out infinite;
}
.service-hotspot[data-zone="palm"]{
  width:56px;
  height:56px;
  animation:none;
}
.service-hotspot[data-zone="palm"]::after,
.service-hotspot[data-zone="palm"].active::after{
  animation:none;
  opacity:1;
}
.service-reveal{
  position:relative;
  width:100%;
  min-height:232px;
  padding:22px 24px 20px;
  z-index:1;
  border-radius:20px;
  border:1px solid rgba(140,229,255,0.16);
  background:rgba(7,18,28,0.82);
  box-shadow:0 24px 56px rgba(0,0,0,0.34);
  backdrop-filter:blur(10px);
}
.service-reveal::after{
  display:none;
}
.service-reveal-frame{
  min-height:188px;
  padding:0;
}
.service-reveal-intro{
  display:grid;
  align-content:start;
  min-height:0;
}
.service-reveal-intro p{
  max-width:26ch;
  color:#e1ebf1;
  font-size:.94rem;
  line-height:1.64;
}
.service-reveal-intro[hidden]{
  display:none;
}
.service-reveal-topline{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:10px;
}
.service-reveal-body{
  min-height:132px;
}
.service-reveal.is-idle .service-reveal-topline{
  margin-bottom:0;
}
.service-reveal.is-idle .service-reveal-frame{
  gap:0;
  min-height:188px;
}
.service-reveal h3{
  font-size:1.44rem;
  line-height:.98;
  letter-spacing:.06em;
}
.service-reveal p{
  font-size:.92rem;
  line-height:1.62;
  color:#d7e4eb;
}
.service-reveal-points{
  gap:8px;
}
.service-reveal-points span{
  font-size:.8rem;
  line-height:1.36;
}
.service-touch-rail{
  display:none;
  position:absolute;
  left:clamp(28px,14vw,180px);
  bottom:16px;
  width:min(420px,32vw);
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  z-index:9;
}
.service-selector-btn{
  display:grid;
  justify-items:start;
  gap:5px;
  min-height:48px;
  padding:10px 12px;
  border-radius:16px;
  background:
    linear-gradient(180deg,rgba(10,24,35,0.84),rgba(7,16,24,0.82)),
    radial-gradient(circle at top right,rgba(140,229,255,0.09),rgba(140,229,255,0) 42%);
  box-shadow:0 10px 24px rgba(0,0,0,0.18);
}
.service-selector-order{
  color:#8fb7ca;
  font:600 .64rem/1 var(--font-body);
  letter-spacing:.2em;
  text-transform:uppercase;
}
.service-selector-title{
  color:#e5eef3;
  font:700 .74rem/1.1 var(--font-body);
  letter-spacing:.05em;
  text-transform:uppercase;
}
.service-selector-btn.active{
  transform:translateY(-2px);
  border-color:rgba(165,239,255,0.46);
  background:
    linear-gradient(180deg,rgba(13,32,44,0.94),rgba(9,20,30,0.94)),
    radial-gradient(circle at top right,rgba(140,229,255,0.18),rgba(140,229,255,0) 44%);
}
.apparel-card{
  padding:46px 36px 34px;
  gap:18px;
  text-align:center;
}
.apparel-logo-core{
  display:block;
  width:min(100%,720px);
  max-height:190px;
  margin:0 auto 6px;
  object-fit:contain;
  filter:brightness(1.82) contrast(1.12) drop-shadow(0 0 20px rgba(255,255,255,0.06));
}
.apparel-logo-pink{
  display:block;
  width:min(100%,760px);
  max-height:214px;
  margin:0 auto 4px;
  object-fit:contain;
  filter:brightness(1.22) saturate(1.04) contrast(1.04) drop-shadow(0 0 12px rgba(255,100,150,0.08));
}
.apparel-card p{
  max-width:32ch;
  margin:0 auto;
  text-align:center;
}
@keyframes hotspotIdle{
  0%,100%{
    transform:translate(-50%,-50%) scale(1);
    box-shadow:
      0 0 0 1px rgba(165,239,255,0.14) inset,
      0 18px 34px rgba(0,0,0,0.28),
      0 0 20px rgba(140,229,255,0.08);
  }
  50%{
    transform:translate(-50%,-50%) scale(1.06);
    box-shadow:
      0 0 0 1px rgba(165,239,255,0.16) inset,
      0 20px 38px rgba(0,0,0,0.3),
      0 0 30px rgba(140,229,255,0.18);
  }
}
@media(max-width:760px){
  .brand-subline,
  .f-subline{
    font-size:.52rem;
    letter-spacing:.2em;
  }
  .brand-name,
  .f-name{
    letter-spacing:.08em;
  }
  .hero-brand-wordmark,
  .hero-brand-panel-wordmark{
    letter-spacing:.08em;
  }
}
@media(max-width:1000px){
  .services-art .wrap{
    min-height:760px;
    padding-top:120px;
    padding-bottom:220px;
  }
  .service-touch-rail{
    left:28px;
    width:min(420px,44vw);
  }
}
@media(max-width:760px){
  .brand-logo,
  .f-logo{
    object-position:center 18%;
  }
  .service-selector-btn{
    min-height:68px;
    padding:14px;
  }
  .service-hotspot{
    width:46px;
    height:46px;
  }
  .service-hotspot[data-zone="palm"]{
    width:50px;
    height:50px;
  }
  .services-art .wrap{
    min-height:auto;
    padding-top:92px;
    padding-bottom:36px;
  }
  .service-reveal{
    min-height:0;
  }
  .service-touch-rail{
    display:grid;
    position:relative;
    left:auto;
    bottom:auto;
    width:100%;
    margin-top:14px;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .apparel-card{
    padding:36px 24px 28px;
  }
  .apparel-logo-core{
    max-height:108px;
  }
  .apparel-logo-pink{
    max-height:130px;
  }
}
@media(max-width:480px){
  .service-touch-rail{grid-template-columns:repeat(2,minmax(0,1fr))}
}
/* Landing page refinement pass */
.brand{
  gap:16px;
}
.brand-lockup,
.footer-lockup{
  display:flex;
  flex-direction:column;
}
.brand-name,
.f-name{
  order:1;
}
.brand-subline,
.f-subline{
  order:2;
}
.icy{
  color:var(--accent) !important;
}
.brand-logo,
.f-logo,
.hero-card-logo-home{
  background:transparent;
}
.brand-logo,
.f-logo{
  width:142px;
  height:154px;
  border-radius:0;
  object-fit:contain;
  object-position:center center;
  animation:none;
  filter:
    drop-shadow(0 14px 30px rgba(0,0,0,0.34))
    drop-shadow(0 0 14px rgba(140,229,255,0.08));
  transition:transform .26s cubic-bezier(.16,1,.3,1), filter .26s ease;
}
.brand:hover .brand-logo,
.footer-brand:hover .f-logo{
  transform:translateY(-1px) scale(1.035);
  filter:
    drop-shadow(0 18px 36px rgba(0,0,0,0.38))
    drop-shadow(0 0 24px rgba(140,229,255,0.16));
}
.brand-lockup,
.footer-lockup{
  justify-content:center;
  gap:4px;
}
.footer-brand{
  align-items:flex-start;
  gap:20px;
}
.footer-lockup{
  align-items:flex-start;
  justify-content:flex-start;
  gap:8px;
}
.f-line{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:12px;
}
.brand-name,
.f-name{
  font-size:1.54rem;
  line-height:.92;
  letter-spacing:.07em;
}
.brand-subline,
.f-subline{
  font-size:.6rem;
  letter-spacing:.24em;
  margin:0;
}
.f-subline{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
}
.f-tag{
  margin-top:10px;
  letter-spacing:.14em;
}
.hero:not(.hero-short) .hero-copy h1{
  max-width:10ch;
  margin-top:0;
}
.hero:not(.hero-short) .hero-copy .hero-lead{
  max-width:620px;
  margin-bottom:24px;
  font-size:1rem;
}
.hero-service-rail{
  position:relative;
  overflow:hidden;
  width:min(100%,640px);
  margin:0 0 28px;
  padding:14px 0;
  border-top:1px solid rgba(140,229,255,0.16);
  border-bottom:1px solid rgba(140,229,255,0.12);
}
.hero-service-rail::before,
.hero-service-rail::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:48px;
  z-index:1;
  pointer-events:none;
}
.hero-service-rail::before{
  left:0;
  background:linear-gradient(90deg, rgba(7,19,28,0.94), rgba(7,19,28,0));
}
.hero-service-rail::after{
  right:0;
  background:linear-gradient(270deg, rgba(7,19,28,0.94), rgba(7,19,28,0));
}
.hero-service-track{
  display:flex;
  width:max-content;
  gap:16px;
  animation:heroServiceTrack 20s linear infinite;
}
.hero-service-track span{
  display:inline-flex;
  align-items:center;
  gap:16px;
  color:#deebf2;
  font:700 .78rem/1 var(--font-body);
  letter-spacing:.18em;
  text-transform:uppercase;
  white-space:nowrap;
}
.hero-service-track span::after{
  content:"";
  width:30px;
  height:1px;
  background:linear-gradient(90deg, rgba(140,229,255,0.72), rgba(140,229,255,0.14));
}
.hero-service-track span:last-child::after{
  display:none;
}
.hero-card-home{
  width:min(100%,560px);
  padding:32px 28px 24px;
}
.hero-brand-panel{
  width:100%;
}
.hero-rotator-shell{
  position:relative;
  min-height:430px;
  display:grid;
  align-content:space-between;
  gap:18px;
}
.hero-rotator-stage{
  position:relative;
  min-height:clamp(320px,38vw,460px);
  border-radius:22px;
  border:1px solid rgba(140,229,255,0.12);
  background:linear-gradient(180deg,rgba(255,255,255,0.035),rgba(255,255,255,0.012));
  overflow:hidden;
}
.hero-rotator-stage::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:38%;
  background:linear-gradient(180deg, rgba(3,8,13,0), rgba(3,8,13,0.48));
  pointer-events:none;
}
.hero-logo-slide{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  padding:clamp(20px,3%,36px);
  opacity:0;
  transform:scale(.94) translateY(10px);
  transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1);
}
.hero-logo-slide.active{
  opacity:1;
  transform:scale(1) translateY(0);
}
.hero-logo-slide img{
  max-width:78%;
  max-height:78%;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 18px 36px rgba(0,0,0,0.42));
}
.hero-logo-slide.core img{
  max-width:72%;
}
.hero-logo-slide.pink img{
  max-width:74%;
}
.hero-rotator-meta{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
}
.hero-rotator-copy{
  color:#cfd9e1;
  font-size:.9rem;
  line-height:1.6;
}
.hero-rotator-kicker{
  color:var(--accent);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
  margin-bottom:6px;
}
.hero-rotator-index{
  color:#a9bbc7;
  font-family:var(--font-body);
  font-size:.76rem;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.hero-rotator-desc{
  padding:14px 16px;
  border-radius:16px;
  background:rgba(7,24,35,0.62);
  border:1px solid rgba(140,229,255,0.14);
  color:#d6e3ea;
  font-size:.86rem;
  line-height:1.65;
}
.hero-panel-band{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid rgba(140,229,255,0.14);
}
.hero-panel-band span{
  display:inline-flex;
  align-items:center;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(140,229,255,0.12);
  background:rgba(255,255,255,0.03);
  color:#dce8ef;
  font:700 .68rem/1 var(--font-body);
  letter-spacing:.16em;
  text-transform:uppercase;
}
.trust-bar{
  padding:28px 0;
}
.trust-bar .wrap{
  gap:16px;
}
.trust-stat{
  padding:0 6px;
}
.trust-label{
  max-width:28ch;
  margin:8px auto 0;
}
.apparel-grid{
  gap:24px;
}
.apparel-card{
  padding:54px 36px 36px;
  overflow:hidden;
  isolation:isolate;
}
.apparel-logo-core{
  width:min(100%,640px);
  max-height:154px;
  margin:0 auto 8px;
  filter:brightness(1.8) contrast(1.12) drop-shadow(0 0 20px rgba(255,255,255,0.06));
}
.apparel-logo-pink{
  width:min(100%,660px);
  max-height:180px;
  margin:0 auto 4px;
  opacity:.97;
  filter:brightness(1.28) saturate(1.06) contrast(1.06) drop-shadow(0 0 16px rgba(255,100,150,0.1));
}
.apparel-card p{
  max-width:34ch;
}
@keyframes heroServiceTrack{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(calc(-50% - 8px));
  }
}
@media(max-width:1180px){
  .brand-logo,
  .f-logo{
    width:122px;
    height:132px;
  }
  .hero-card-home{
    width:min(100%,480px);
  }
}
@media(max-width:1000px){
  .hero-grid{
    gap:36px;
  }
  .services-art .wrap{
    min-height:0;
    padding-top:188px;
    padding-bottom:40px;
  }
  .services-art-copy{
    max-width:620px;
  }
  .service-selector-shell{
    max-width:620px;
  }
  .hero-service-rail{
    width:min(100%,720px);
  }
}
@media(max-width:760px){
  .brand{
    gap:12px;
  }
  .brand-logo,
  .f-logo{
    width:108px;
    height:116px;
  }
  .brand-name,
  .f-name{
    font-size:1.18rem;
    letter-spacing:.07em;
  }
  .brand-subline,
  .f-subline{
    font-size:.54rem;
    letter-spacing:.2em;
  }
  .hero-brand-wordmark{
    font-size:clamp(3rem,12vw,4.8rem);
  }
  .hero:not(.hero-short) .hero-copy h1{
    max-width:none;
  }
  .hero-service-rail{
    margin-bottom:24px;
    padding:12px 0;
  }
  .hero-service-track{
    animation-duration:18s;
  }
  .hero-service-track span{
    font-size:.72rem;
    letter-spacing:.14em;
  }
  .hero-card-home{
    padding:34px 22px 22px;
  }
  .hero-panel-band{
    justify-content:flex-start;
  }
  .trust-stat{
    padding:0;
  }
  .apparel-card{
    padding:40px 22px 28px;
  }
  .apparel-logo-core{
    max-height:138px;
  }
  .apparel-logo-pink{
    max-height:154px;
  }
  .f-line{
    gap:8px;
  }
}
@media(max-width:480px){
  .brand-logo,
  .f-logo{
    width:96px;
    height:104px;
  }
  .hero-service-track span{
    gap:12px;
  }
  .hero-service-track span::after{
    width:22px;
  }
  .hero-panel-band span{
    font-size:.64rem;
    letter-spacing:.12em;
  }
  .service-selector-shell{
    padding:18px;
  }
  .service-selector{
    grid-template-columns:1fr;
  }
  .service-reveal-frame{
    min-height:0;
    padding:0;
  }
}
@media (prefers-reduced-motion: reduce){
  html{
    scroll-behavior:auto;
  }
  *,
  *::before,
  *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
}

/* Production quality pass */
.nav-links a{
  position:relative;
}
.nav-links a.active,
.nav-links a[aria-current="page"]{
  color:var(--text);
}
.nav-links a.active::after,
.nav-links a[aria-current="page"]::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-10px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(140,229,255,0.72),transparent);
}
.hero-lead,
.section-sub,
.panel-sub,
.card p,
.value-block p,
.step p,
.service-reveal p,
.f-director,
.meta-list{
  text-wrap:pretty;
}
.card,
.panel,
.value-block,
.step,
.apparel-card,
.hero-card,
.service-reveal,
.cta-strip{
  transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}
.card:hover,
.panel:hover,
.value-block:hover,
.step:hover,
.apparel-card:hover{
  border-color:rgba(140,229,255,0.24);
  box-shadow:0 20px 44px rgba(0,0,0,0.22);
  transform:translateY(-2px);
}
.footer-brand{
  align-items:flex-start;
  gap:18px;
}
.footer-lockup{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:8px;
}
.f-line{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:10px;
}
.f-name{
  font-size:1.42rem;
  line-height:.94;
  letter-spacing:.08em;
}
.f-subline{
  display:inline-flex;
  align-items:center;
  font-size:.58rem;
  letter-spacing:.24em;
  text-transform:uppercase;
  white-space:nowrap;
}
.f-tag{
  margin-top:2px;
  font-size:.78rem;
  letter-spacing:.14em;
}
.footer-base{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.card-icon img{
  width:100%;
  height:auto;
}
@media(max-width:760px){
  .nav-links a.active::after,
  .nav-links a[aria-current="page"]::after{
    bottom:-6px;
  }
  .footer-brand{
    gap:14px;
  }
  .footer-lockup{
    gap:6px;
  }
  .f-line{
    gap:8px;
  }
  .f-tag{
    font-size:.74rem;
  }
}

/* Final cohesive refinement pass */
/* Motif system rule: use this once per page at the highest-value non-hero section.
   It is a signature anchor, not a background texture to repeat everywhere. */
.services-art::before{
  background:
    linear-gradient(90deg, rgba(3,8,13,0.82) 0%, rgba(3,8,13,0.68) 32%, rgba(3,8,13,0.42) 58%, rgba(3,8,13,0.76) 100%),
    radial-gradient(circle at 17% 32%, rgba(140,229,255,0.12), transparent 20%),
    radial-gradient(circle at 84% 16%, rgba(140,229,255,0.11), transparent 20%);
}
/* Canonical hotspot clip-paths live in the final services correction block below. */
.motif-orbit{position:relative;min-height:380px;margin-top:26px}
.motif-orbit::before,.motif-orbit::after{content:"";position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);border-radius:999px;pointer-events:none}
.motif-orbit::before{width:280px;height:280px;border:1px solid rgba(140,229,255,0.12);box-shadow:0 0 0 1px rgba(140,229,255,0.04) inset}
.motif-orbit::after{width:420px;height:420px;border:1px dashed rgba(140,229,255,0.08)}
.motif-core{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:184px;height:184px;padding:18px;border-radius:999px;display:grid;place-items:center;text-align:center;background:radial-gradient(circle at 50% 35%, rgba(140,229,255,0.14), rgba(7,18,28,0.92) 58%, rgba(7,18,28,0.98) 100%);border:1px solid rgba(140,229,255,0.16);box-shadow:0 24px 64px rgba(0,0,0,0.36)}
.motif-core img{width:88px;height:96px;object-fit:contain;margin:0 auto 10px}
.motif-core strong{display:block;font-family:var(--font-body);font-size:1rem;letter-spacing:.08em;text-transform:uppercase}
.motif-core span{display:block;margin-top:4px;color:#9eb5c3;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase}
.motif-node{position:absolute;width:min(250px,27vw);padding:22px 20px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,0.055),rgba(255,255,255,0.018)),linear-gradient(145deg,rgba(140,229,255,0.03),rgba(0,0,0,0));border:1px solid rgba(140,229,255,0.14);box-shadow:0 20px 42px rgba(0,0,0,0.22)}
.motif-node small{display:block;margin-bottom:8px;color:var(--accent);font:700 .68rem/1 var(--font-body);letter-spacing:.2em;text-transform:uppercase}
.motif-node h3{margin-bottom:8px;font-size:.98rem;letter-spacing:.08em}
.motif-node p{color:var(--muted);font-size:.86rem;line-height:1.62}
.motif-node.node-a{top:2px;left:50%;transform:translateX(-50%)}
.motif-node.node-b{left:0;bottom:34px}
.motif-node.node-c{right:0;bottom:34px}
.motif-orbit.is-compact{min-height:340px}
.motif-orbit.is-compact::before{width:240px;height:240px}
.motif-orbit.is-compact::after{width:360px;height:360px}
.motif-orbit.is-compact .motif-core{width:164px;height:164px}
.motif-orbit.is-compact .motif-node{width:min(220px,24vw);padding:18px 16px}
.structure-squares{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:24px 0 20px}
.structure-squares span{aspect-ratio:1;border-radius:16px;border:1px solid rgba(140,229,255,0.14);background:linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.014)),radial-gradient(circle at 25% 22%,rgba(140,229,255,0.12),rgba(140,229,255,0) 58%);box-shadow:0 10px 24px rgba(0,0,0,0.16)}
.structure-squares span:nth-child(2),.structure-squares span:nth-child(5){transform:translateY(14px)}
.structure-squares span:nth-child(3),.structure-squares span:nth-child(6){transform:translateY(28px)}
.hero-sidecard{position:relative;padding:30px 26px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.018)),radial-gradient(circle at top right,rgba(140,229,255,0.16),rgba(140,229,255,0) 42%);border:1px solid rgba(140,229,255,0.14);box-shadow:0 30px 70px rgba(0,0,0,0.36);overflow:hidden}
.hero-sidecard::after{content:"";position:absolute;inset:auto -12% -18% 42%;height:180px;background:radial-gradient(circle at center,rgba(140,229,255,0.12),rgba(140,229,255,0) 68%);pointer-events:none}
.hero-sidecard-logo{width:min(100%,220px);margin:0 auto 18px}
.hero-sidecard-grid{display:grid;gap:12px}
.hero-sidecard-item{padding:14px 16px;border-radius:16px;background:rgba(8,20,30,0.58);border:1px solid rgba(140,229,255,0.12)}
.hero-sidecard-item strong{display:block;margin-bottom:6px;font:700 .72rem/1 var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}
.hero-sidecard-item span{color:#d5e1e8;font-size:.84rem;line-height:1.58}
.services-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.service-hex-shell{position:relative;min-height:420px}
.service-hex-core,.service-hex{position:absolute;clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0 50%);border:1px solid rgba(140,229,255,0.15);background:linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.015)),radial-gradient(circle at top,rgba(140,229,255,0.12),rgba(140,229,255,0) 56%);box-shadow:0 20px 48px rgba(0,0,0,0.24)}
.service-hex-core{inset:50% auto auto 50%;width:176px;height:184px;transform:translate(-50%,-50%);display:grid;place-items:center;text-align:center;z-index:2}
.service-hex-core strong{display:block;font-family:var(--font-body);font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase}
.service-hex-core span{display:block;margin-top:6px;color:#9db1bf;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase}
.service-hex{width:140px;height:146px;padding:18px 16px;display:grid;align-content:center;gap:6px}
.service-hex strong{font:700 .74rem/1.2 var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:#edf5fa}
.service-hex span{color:#91a9b8;font-size:.72rem;line-height:1.35}
.service-hex-1{top:0;left:50%;transform:translateX(-50%)}
.service-hex-2{top:64px;right:10px}
.service-hex-3{bottom:62px;right:16px}
.service-hex-4{bottom:0;left:50%;transform:translateX(-50%)}
.service-hex-5{bottom:62px;left:16px}
.service-hex-6{top:64px;left:10px}
.apparel-showcase{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center}
.apparel-showcase-logos{display:grid;gap:18px;justify-items:center;padding:26px;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,0.045),rgba(255,255,255,0.015)),radial-gradient(circle at top right,rgba(140,229,255,0.1),rgba(140,229,255,0) 44%);border:1px solid rgba(140,229,255,0.14)}
.apparel-showcase-logos img{width:min(100%,280px);object-fit:contain}
.apparel-showcase-logos img:last-child{width:min(100%,320px)}
.meta-row{display:grid;grid-template-columns:124px 1fr;gap:12px;align-items:start}
.meta-row strong{min-width:0}
.contact-delivery-note{margin-top:12px;padding:12px 14px;border-radius:16px;background:rgba(8,20,30,0.54);border:1px solid rgba(140,229,255,0.14);color:#cbd7df;font-size:.78rem;line-height:1.55}
.contact-delivery-note strong{color:#edf5fa}
.geo-clarity-line{
  margin-top:12px;
  color:#aabcc8;
  font-size:.8rem;
  line-height:1.6;
}
.service-status{
  display:grid;
  gap:4px;
  margin:10px 0 0;
}
.service-status strong{
  color:var(--accent);
  font:700 .72rem/1 var(--font-body);
  letter-spacing:.18em;
  text-transform:uppercase;
}
.service-status span{
  color:#c8d5de;
  font-size:.82rem;
  line-height:1.45;
}
@media(max-width:1000px){
  .motif-node{width:min(220px,29vw)}
  .services-hero-grid{grid-template-columns:1fr}
  .hero-sidecard{margin-top:16px}
}
@media(max-width:760px){
  .motif-orbit,.motif-orbit.is-compact{min-height:0;display:grid;gap:16px}
  .motif-orbit::before,.motif-orbit::after{display:none}
  .motif-core,.motif-orbit.is-compact .motif-core,.motif-node,.motif-orbit.is-compact .motif-node{position:relative;inset:auto;transform:none;width:100%}
  .motif-core{height:auto;border-radius:28px;padding:22px}
  .structure-squares{grid-template-columns:repeat(3,minmax(0,1fr))}
  .structure-squares span,.structure-squares span:nth-child(2),.structure-squares span:nth-child(3),.structure-squares span:nth-child(5),.structure-squares span:nth-child(6){transform:none}
  .apparel-showcase{grid-template-columns:1fr}
  .meta-row{grid-template-columns:1fr;gap:4px}
}

/* Master logo rule: the approved full lockup is the primary site mark.
   Use the two sub-brand transparents for Primal Core and Pink Primal,
   and do not reintroduce the older shield-only mark in live UI. */
.brand{
  gap:0;
}
.brand-mark{
  display:flex;
  align-items:center;
}
.brand-logo,
.f-logo{
  width:min(100%,220px);
  height:auto;
  max-height:none;
  aspect-ratio:auto;
}
.footer-brand{
  gap:14px;
}
.footer-lockup{
  gap:0;
}
.hero-sidecard-logo{
  width:min(100%,280px);
  margin:0 auto 20px;
}
@media(max-width:1180px){
  .brand-logo,
  .f-logo{
    width:188px;
    height:auto;
  }
}
@media(max-width:760px){
  .brand-logo,
  .f-logo{
    width:152px;
    height:auto;
  }
  .hero-sidecard-logo{
    width:min(100%,240px);
  }
}
@media(max-width:480px){
  .brand-logo,
  .f-logo{
    width:132px;
    height:auto;
  }
}

/* Urgent live correction pass: restore header stability, refine homepage sections,
   and correct the latest visual regressions without changing the wider site system. */
.topbar{
  overflow:visible;
}
.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  height:84px;
}
.brand{
  display:flex;
  align-items:center;
  flex-shrink:0;
  gap:14px;
}
.brand-mark{
  margin:0;
}
.brand-logo{
  width:78px;
  height:78px;
  min-width:0;
  border-radius:18px;
  object-fit:cover;
  object-position:center 22%;
  filter:
    drop-shadow(0 12px 26px rgba(0,0,0,0.34))
    drop-shadow(0 0 12px rgba(140,229,255,0.12));
}
.brand-lockup{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.brand-name{
  font-size:1rem;
  line-height:1;
  letter-spacing:.14em;
  white-space:nowrap;
}
.brand-subline{
  color:#b9c8d1;
  font-size:.72rem;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:26px;
}
.nav-right{
  margin-left:0;
  flex-shrink:0;
}
.hero-card-logo-home{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  margin:0 auto;
  max-height:none;
}
/* Main-logo fringe cleanup: the primary Primal mark source still carries a light
   edge in some environments, so give the main logo placements a subtle dark
   radial plate behind the transparent artwork. This is intentionally scoped to
   the main mark only, not the Core/Pink sub-brand transparents. */
.brand-logo,
.f-logo,
.hero-sidecard-logo,
.principles-centre picture img,
.hero-logo-slide.group .hero-card-logo-home{
  background:
    radial-gradient(circle at 50% 38%, rgba(140,229,255,0.12) 0%, rgba(140,229,255,0.04) 28%, rgba(8,18,28,0.96) 60%, rgba(8,18,28,0) 78%),
    radial-gradient(circle at 50% 62%, rgba(6,14,22,0.94) 0%, rgba(6,14,22,0.82) 44%, rgba(6,14,22,0) 76%);
  background-repeat:no-repeat;
  background-position:center;
  background-size:88% 88%, 100% 100%;
}
.services-art::before{
  background:
    linear-gradient(90deg, rgba(3,8,13,0.78) 0%, rgba(3,8,13,0.62) 32%, rgba(3,8,13,0.40) 58%, rgba(3,8,13,0.76) 100%),
    radial-gradient(circle at 17% 32%, rgba(140,229,255,0.12), transparent 20%),
    radial-gradient(circle at 84% 16%, rgba(140,229,255,0.11), transparent 20%);
}
/* Gorilla reveal anchor - source of truth for .gorilla-ui-band positioning.
   Keeps the card under the gorilla's face rather than the viewport edge.
   If you need to tune, change the values here only. */
.gorilla-ui-band{
  left:clamp(7%,7vw,12%);
  bottom:clamp(44px,8%,98px);
  width:min(460px,34vw);
  transition:bottom .3s cubic-bezier(.16,1,.3,1);
}
@media(max-width:1000px){
  .gorilla-ui-band{
    left:clamp(4%,6vw,9%);
    bottom:clamp(32px,7%,68px);
    width:min(430px,40vw);
  }
}
@media(max-width:760px){
  .gorilla-ui-band{
    position:static;
    left:auto;
    right:auto;
    bottom:auto;
    width:auto;
    margin:20px 18px 0;
    transition:none;
  }
}

/* Tether beam: vertical light-line from the active hotspot toward the card
   top edge. Position is driven by CSS custom properties that the reveal JS
   publishes on each press. The mid-stop dips in opacity where the beam
   crosses the gorilla's upper body so it doesn't read as a slice through
   the chest. */
@property --active-hotspot-x {
  syntax:'<percentage>';
  inherits:true;
  initial-value:50%;
}
@property --active-hotspot-y {
  syntax:'<percentage>';
  inherits:true;
  initial-value:30%;
}
.services-art{
  --active-hotspot-x:50%;
  --active-hotspot-y:30%;
  transition:--active-hotspot-x .42s cubic-bezier(.16,1,.3,1),
             --active-hotspot-y .42s cubic-bezier(.16,1,.3,1);
}
.services-art.is-revealing::after{
  content:"";
  position:absolute;
  top:var(--active-hotspot-y);
  left:var(--active-hotspot-x);
  width:2px;
  height:calc(86% - var(--active-hotspot-y));
  background:linear-gradient(180deg,
    rgba(140,229,255,1.0) 0%,
    rgba(140,229,255,0.72) 18%,
    rgba(140,229,255,0.22) 46%,
    rgba(140,229,255,0.14) 64%,
    rgba(140,229,255,0.72) 88%,
    rgba(140,229,255,0) 100%);
  box-shadow:0 0 8px 2px rgba(140,229,255,0.42), 0 0 18px rgba(140,229,255,0.22);
  transform:translateX(-50%);
  pointer-events:none;
  z-index:7;
  opacity:0;
  transition:opacity 200ms ease;
}
.services-art.is-revealing.has-tether::after{
  opacity:1;
}
@media(prefers-reduced-motion: reduce){
  .services-art{
    transition:none;
  }
  .services-art.is-revealing::after{
    transition:none;
  }
}
@media(max-width:760px){
  .services-art.is-revealing::after{
    display:none;
  }
}
/* ─── FINGERTIP CORRECTION BLOCK — source of truth ────────────────────────────
   Centres calibrated from live-render screenshot 2026-04-25.
   Middle finger is the tallest (lowest Y%). Ring and little step down
   progressively. Do not re-introduce conflicting values in earlier blocks.
   JS services[] hotspotY values must stay in sync with these Y percentages.  */
.finger-thumb  {clip-path:ellipse(var(--tip-rx,3.7%) var(--tip-ry,7.0%) at var(--tip-x,56.2%) var(--tip-y,50.8%))}
.finger-index  {clip-path:ellipse(var(--tip-rx,2.7%) var(--tip-ry,6.5%) at var(--tip-x,75.8%) var(--tip-y,28.5%))}
.finger-middle {clip-path:ellipse(var(--tip-rx,2.8%) var(--tip-ry,6.4%) at var(--tip-x,82.3%) var(--tip-y,33.2%))}
.finger-ring   {clip-path:ellipse(var(--tip-rx,3.0%) var(--tip-ry,6.2%) at var(--tip-x,88.3%) var(--tip-y,46.5%))}
.finger-little {clip-path:ellipse(var(--tip-rx,3.1%) var(--tip-ry,5.9%) at var(--tip-x,92.7%) var(--tip-y,59.8%))}
.services-art-palm{clip-path:var(--palm-clip, polygon(57.8% 38%,67% 36%,79% 39.8%,87% 52%,87.4% 68.6%,80.2% 77.8%,70.4% 80.8%,61% 74.5%,57.9% 60.4%))}

/* Mobile-first discipline placement and interaction polish */
@media (max-width:760px){
  .services-hotspots{
    display:block;
    z-index:8;
  }
  .service-hotspot{
    width:42px;
    height:42px;
    pointer-events:auto;
  }
  .service-hotspot:hover,
  .service-hotspot:focus-visible,
  .service-hotspot.active{
    transform:translate(-50%,-50%) scale(1.05);
    border-color:rgba(183,241,255,0.62);
    box-shadow:0 0 0 1px rgba(140,229,255,0.16) inset, 0 12px 26px rgba(0,0,0,0.24);
  }
  .services-art{
    min-height:460px;
  }
  .services-art .wrap{
    min-height:auto;
    padding-top:100px;
    grid-template-columns:1fr;
    gap:clamp(14px,3.8vw,30px);
  }
  .gorilla-ui-band{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin:clamp(180px,28vh,280px) 0 0 14px;
    width:min(100%, 420px);
    transform:none;
    justify-self:start;
    z-index:9;
  }
  .service-reveal{
    margin:0;
    width:100%;
    max-width:none;
  }
  .service-reveal-frame{
    padding:22px 20px 20px;
  }
}

.principles-track{
  margin-top:32px;
  display:grid;
  gap:28px;
}
.principles-intro{
  max-width:560px;
}
.principles-intro strong{
  display:block;
  font-family:var(--font-body);
  font-size:.78rem;
  letter-spacing:.32em;
  text-transform:uppercase;
  color:#8ce5ff;
  margin-bottom:10px;
}
.principles-intro p{
  color:#b4c5d0;
  font-size:1.02rem;
  line-height:1.55;
  margin:0;
}
.principles-row{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  background:rgba(140,229,255,0.10);
  border:1px solid rgba(140,229,255,0.10);
  border-radius:26px;
  overflow:hidden;
}
.principle-stage{
  position:relative;
  padding:38px 32px 42px;
  background:linear-gradient(180deg,rgba(11,16,24,0.98),rgba(7,12,20,0.96));
  transition:background .45s ease,transform .45s cubic-bezier(.22,1,.36,1);
  min-height:260px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.principle-stage:hover{
  background:linear-gradient(180deg,rgba(15,22,32,0.98),rgba(9,14,22,0.96));
  transform:translateY(-2px);
}
.principle-stage-number{
  font-family:var(--font-body);
  font-size:2.2rem;
  font-weight:500;
  letter-spacing:.04em;
  color:rgba(140,229,255,0.36);
  line-height:1;
}
.principle-stage h3{
  font-size:1.28rem;
  margin:0;
  letter-spacing:.01em;
}
.principle-stage p{
  color:#a9bac6;
  font-size:.96rem;
  line-height:1.58;
  margin:0;
}
.principle-stage::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:2px;
  background:linear-gradient(90deg,rgba(140,229,255,0),rgba(140,229,255,0.32),rgba(140,229,255,0));
  opacity:0;
  transition:opacity .45s ease;
}
.principle-stage:hover::after{
  opacity:1;
}

.experience-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin-top:28px;
}
.experience-panel{
  position:relative;
  padding:36px 32px;
  background:linear-gradient(180deg,rgba(10,16,24,0.96),rgba(6,10,18,0.94));
  border:1px solid rgba(140,229,255,0.10);
  border-radius:22px;
  transition:border-color .4s ease,transform .4s ease;
  overflow:hidden;
}
.experience-panel::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg,rgba(140,229,255,0),rgba(140,229,255,0.42),rgba(140,229,255,0));
  opacity:0;
  transition:opacity .4s ease;
}
.experience-panel:hover{
  border-color:rgba(140,229,255,0.22);
  transform:translateY(-2px);
}
.experience-panel:hover::before{
  opacity:1;
}
.experience-panel h3{
  font-size:1.24rem;
  margin:0 0 10px;
  letter-spacing:.01em;
}
.experience-panel .panel-sub{
  color:#a9bac6;
  font-size:.98rem;
  line-height:1.58;
}

.media-frame{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(140,229,255,0.14);
  background:#05070a;
  box-shadow:0 26px 60px rgba(0,0,0,0.34);
}
.media-frame::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(255,255,255,0.04),rgba(255,255,255,0) 26%),
    linear-gradient(180deg,rgba(3,8,13,0) 52%,rgba(3,8,13,0.16) 100%);
  pointer-events:none;
}
.media-frame picture{
  display:block;
  height:100%;
}
.media-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.media-frame--wide{aspect-ratio:3 / 2}
.media-frame--portrait{aspect-ratio:4 / 5}

.leadership-section{
  padding-top:76px;
}
.leadership-shell{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(0,0.96fr);
  gap:30px;
  align-items:start;
}
.leadership-media{
  position:relative;
  margin:0;
}
.leadership-caption{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  display:grid;
  gap:6px;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid rgba(140,229,255,0.16);
  background:linear-gradient(180deg,rgba(5,11,16,0.26),rgba(5,11,16,0.84));
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.leadership-kicker{
  font-family:var(--font-body);
  font-size:.72rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--accent);
}
.leadership-caption strong{
  font-family:var(--font-body);
  font-size:1.08rem;
  line-height:1.25;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#edf7fc;
}
.leadership-caption span:last-child{
  color:#c8d6de;
  font-size:.9rem;
  line-height:1.55;
}
.leadership-copy{
  min-width:0;
}
.leadership-sub{
  max-width:none;
  margin-bottom:24px;
}
.leadership-metrics{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 24px;
}
.leadership-metrics span{
  display:inline-flex;
  align-items:center;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(140,229,255,0.12);
  background:rgba(255,255,255,0.035);
  color:#d9e7ef;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.leadership-panel-stack{
  display:grid;
  gap:18px;
}

.apparel-card{
  border-color:rgba(140,229,255,0.14);
}
.apparel-card-core{
  background:
    linear-gradient(180deg,rgba(12,14,18,0.98),rgba(8,12,18,0.96)),
    radial-gradient(circle at top right,rgba(140,229,255,0.10),rgba(140,229,255,0) 44%);
}
.apparel-card-pink{
  background:
    linear-gradient(180deg,rgba(14,14,18,0.98),rgba(10,12,16,0.96)),
    radial-gradient(circle at top right,rgba(242,133,177,0.12),rgba(242,133,177,0) 42%);
}
.apparel-card-core p{
  color:#e4eef5;
  font-weight:500;
  letter-spacing:.01em;
  font-family:var(--font-body);
}
.apparel-card-pink p{
  color:#f4c9d8;
  font-weight:500;
  letter-spacing:.01em;
  font-style:italic;
}
.apparel-card-core .apparel-tag{
  color:#bfe8ff;
  border-color:rgba(140,229,255,0.18);
}
.apparel-card-pink .apparel-tag{
  color:#f3b4c9;
  border-color:rgba(242,133,177,0.2);
}

footer{
  padding:56px 0 48px;
  border-top:1px solid rgba(140,229,255,0.08);
  margin-top:40px;
}
.footer-centrepiece{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
  padding:20px 0 40px;
  text-align:center;
}
.footer-centrepiece .f-logo{
  width:clamp(120px,14vw,180px);
  height:auto;
  display:block;
}
.footer-centrepiece .f-tagline{
  font-family:var(--font-body);
  font-size:clamp(1.4rem,2.4vw,2.1rem);
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#e4eef5;
}
.footer-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);
  gap:48px;
  padding-top:28px;
  border-top:1px solid rgba(140,229,255,0.08);
  align-items:start;
}
.footer-contact .f-director{
  color:#a9bac6;
  font-size:.92rem;
  line-height:1.7;
  margin-top:10px;
}
.footer-contact .f-director strong{
  color:#e4eef5;
}
.footer-contact .f-director a{
  color:#8ce5ff;
}
.footer-nav-block{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
}
.footer-col-head{
  font-family:var(--font-body);
  font-size:.76rem;
  letter-spacing:.32em;
  text-transform:uppercase;
  color:#8ce5ff;
  margin-bottom:14px;
}
.footer-links{
  display:grid;
  gap:8px;
}
.footer-links a{
  color:#b4c5d0;
  font-size:.94rem;
  transition:color .2s ease;
}
.footer-links a:hover{
  color:#e4eef5;
}
.footer-base{
  margin-top:32px;
  padding-top:18px;
  border-top:1px solid rgba(140,229,255,0.06);
  color:#7a8894;
  font-size:.82rem;
  text-align:center;
}

@media(max-width:1000px){
  .nav{
    gap:18px;
  }
  .brand-logo{
    width:74px;
    height:74px;
  }
}
@media(max-width:760px){
  .nav{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    height:auto;
    position:relative;
    row-gap:10px;
    padding:12px 0 10px;
  }
  .brand{
    flex:0 0 auto;
    gap:10px;
  }
  .burger{
    display:none;
  }
  .brand-logo{
    width:56px;
    height:56px;
  }
  .brand-lockup{
    gap:3px;
  }
  .brand-name{
    font-size:.78rem;
    letter-spacing:.1em;
  }
  .brand-subline{
    display:none;
  }
  .nav-right{
    position:static;
    margin-left:auto;
    gap:0;
  }
  .nav-cta{
    display:none;
  }
  .nav-links{
    display:flex;
    order:3;
    width:100%;
    position:static;
    z-index:auto;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    gap:16px;
    padding:0 0 2px;
    background:none;
    backdrop-filter:none;
    border-bottom:0;
    overflow-x:auto;
    white-space:nowrap;
    scrollbar-width:none;
  }
  .nav-links::-webkit-scrollbar{display:none}
  .nav-links.open{
    display:flex;
  }
  .footer-inner{
    grid-template-columns:1fr;
  }
  .footer-nav-block{
    grid-template-columns:1fr 1fr;
    gap:20px;
  }
}
@media(max-width:480px){
  .nav{
    gap:10px;
  }
  .brand{
    gap:10px;
  }
  .brand-logo{
    width:56px;
    height:56px;
  }
  .brand-name{
    font-size:.78rem;
    letter-spacing:.1em;
  }
  .brand-subline{
    display:none;
  }
  .nav-right{
    gap:8px;
  }
  .nav-cta{
    padding:8px 10px;
    font-size:.64rem;
    letter-spacing:.08em;
  }
  .nav-cta{
    display:none;
  }
  .f-logo{
    width:132px;
  }
}
@media(max-width:880px){
  .principles-row{
    grid-template-columns:1fr;
  }
  .experience-grid{
    grid-template-columns:1fr;
  }
  .leadership-shell{
    grid-template-columns:1fr;
  }
  .footer-inner{
    grid-template-columns:1fr;
    gap:32px;
  }
  .footer-nav-block{
    grid-template-columns:1fr 1fr;
    gap:20px;
  }
}

/* Accessibility primitives, interactions and polish */

/* Skip-to-content */
@media(max-width:760px){
  .leadership-caption{
    left:14px;
    right:14px;
    bottom:14px;
    padding:14px 16px;
  }
  .leadership-caption strong{
    font-size:.96rem;
  }
  .leadership-metrics span{
    width:100%;
    justify-content:center;
  }
}

/* Skip-to-content */
.skip-link{
  position:absolute;top:0;left:0;z-index:1000;
  padding:10px 16px;border-radius:0 0 8px 0;
  background:var(--accent);color:#020d14;
  font:700 .82rem/1 var(--font-body);
  letter-spacing:.09em;text-transform:uppercase;
  transform:translateY(-120%);
  transition:transform .18s ease;
}
.skip-link:focus,
.skip-link:focus-visible{transform:translateY(0);outline:2px solid var(--text);outline-offset:2px}

/* Global :focus-visible — premium icy ring, consistent everywhere */
:where(a,button,input,select,textarea,[tabindex]):focus{outline:none}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{
  outline:2px solid var(--accent);
  outline-offset:3px;
  border-radius:4px;
}
.btn:focus-visible,
.nav-cta:focus-visible{outline-offset:4px}
.card-link:focus-visible,
.nav-links a:focus-visible,
.footer-links a:focus-visible{outline-offset:4px;border-radius:2px}
.acc-head:focus-visible{outline-offset:2px}

/* Scroll margin so sticky topbar doesn't obscure jumps */
main,section[id],[id^="main"],:target{scroll-margin-top:96px}

/* Service-reveal desktop hover parity with .card:hover */
.service-reveal{transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
@media(hover:hover){
  .service-reveal:hover{
    border-color:rgba(140,229,255,0.24);
    box-shadow:0 26px 60px rgba(0,0,0,0.5);
  }
}

/* Hero rotator — prev/next controls + paused state */
.hero-rotator-shell{position:relative}
.hero-rotator-controls{
  position:absolute;top:14px;right:14px;
  display:inline-flex;gap:6px;z-index:3;
}
.hero-rotator-btn{
  width:32px;height:32px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(10,24,35,0.72);
  border:1px solid rgba(140,229,255,0.22);
  color:var(--text);cursor:pointer;
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}
.hero-rotator-btn:hover{border-color:rgba(165,239,255,0.5);background:rgba(11,28,40,0.92);transform:translateY(-1px)}
.hero-rotator-btn svg{width:12px;height:12px;fill:currentColor}
.hero-rotator-stage[data-paused="true"]::after{
  content:"";position:absolute;inset:auto 14px 14px auto;
  width:6px;height:6px;border-radius:999px;
  background:rgba(140,229,255,0.72);
  box-shadow:0 0 10px rgba(140,229,255,0.6);
}

/* In-Development hero ribbon — for medical/cleaning/apparel */
.hero-dev-ribbon{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 14px;margin-bottom:16px;
  border-radius:999px;
  background:rgba(8,22,32,0.82);
  border:1px solid rgba(212,195,160,0.36);
  color:var(--accent-warm);
  font:700 .7rem/1 var(--font-body);
  letter-spacing:.18em;text-transform:uppercase;
}
.hero-dev-ribbon::before{
  content:"";width:6px;height:6px;border-radius:999px;
  background:var(--accent-warm);
  box-shadow:0 0 10px rgba(212,195,160,0.6);
  animation:devPulse 2.4s ease-in-out infinite;
}
@keyframes devPulse{0%,100%{opacity:.55}50%{opacity:1}}

/* Form — validation UX */
.field{display:flex;flex-direction:column;gap:6px}
.field-required{color:var(--accent-warm);margin-left:4px}
.field input,.field select,.field textarea{
  padding:12px 14px;border-radius:10px;
  background:rgba(7,20,30,0.68);
  border:1px solid var(--border);
  color:var(--text);font-family:inherit;font-size:1rem;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible{
  outline:none;
  border-color:var(--border-glow);
  box-shadow:0 0 0 3px rgba(110,215,255,0.18);
}
.field[data-invalid="true"] input,
.field[data-invalid="true"] select,
.field[data-invalid="true"] textarea,
input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"]{
  border-color:rgba(255,138,138,0.7);
  box-shadow:0 0 0 3px rgba(255,138,138,0.15);
}
.field-error{
  display:none;
  font:600 .78rem/1.4 'Manrope',Arial,sans-serif;
  color:#ff9e9e;
  margin-top:2px;
}
.field[data-invalid="true"] .field-error{display:block}
.form-fieldset{
  border:1px solid var(--border);
  border-radius:12px;
  padding:14px 16px;
  background:rgba(7,20,30,0.38);
}
.form-fieldset legend{
  padding:0 8px;
  font:600 .78rem/1 var(--font-body);
  letter-spacing:.14em;text-transform:uppercase;
  color:var(--muted);
}
.form-radio-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:10px}
.form-radio-row label{display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:var(--text)}
.btn[aria-busy="true"]{opacity:.7;cursor:progress;pointer-events:none}
.btn[aria-busy="true"]::after{
  content:"";width:14px;height:14px;margin-left:10px;
  border:2px solid rgba(2,13,20,0.3);
  border-top-color:#020d14;
  border-radius:50%;
  animation:btnSpin .7s linear infinite;
}
@keyframes btnSpin{to{transform:rotate(360deg)}}
.form-status{
  display:none;padding:12px 14px;border-radius:10px;
  font-size:.92rem;margin-top:14px;
}
.form-status[data-state="error"]{
  display:block;
  background:rgba(255,80,80,0.08);
  border:1px solid rgba(255,138,138,0.4);
  color:#ffc1c1;
}
.form-status[data-state="success"]{
  display:block;
  background:rgba(120,210,160,0.08);
  border:1px solid rgba(150,220,180,0.4);
  color:#c6ecd4;
}
.contact-stack{
  display:grid;
  gap:16px;
}
.contact-form-anchor{
  scroll-margin-top:144px;
}
.contact-prefill{
  display:grid;
  gap:10px;
  padding:18px 18px 16px;
  margin-bottom:16px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.02));
  border:1px solid rgba(140,229,255,0.16);
  box-shadow:0 16px 34px rgba(0,0,0,0.18);
}
.contact-prefill strong{
  color:#eef7fc;
  font:700 .8rem/1 var(--font-body);
  letter-spacing:.16em;
  text-transform:uppercase;
}
.contact-prefill p{
  color:#ccdae3;
  font-size:.9rem;
  line-height:1.62;
}
.contact-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.contact-chip{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(140,229,255,0.14);
  background:rgba(255,255,255,0.03);
  color:#dce8ef;
  font:700 .7rem/1 var(--font-body);
  letter-spacing:.12em;
  text-transform:uppercase;
}
.quote-help-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-bottom:16px;
}
.quote-help-card{
  padding:18px 18px 16px;
  border-radius:18px;
  background:rgba(7,20,30,0.54);
  border:1px solid rgba(140,229,255,0.12);
}
.quote-help-card strong{
  display:block;
  margin-bottom:8px;
  color:#eef6fb;
  font:700 .76rem/1.2 var(--font-body);
  letter-spacing:.14em;
  text-transform:uppercase;
}
.quote-help-card p{
  color:#c8d6df;
  font-size:.86rem;
  line-height:1.6;
}
.quote-flow{
  display:grid;
  gap:12px;
}
.quote-flow-step{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  align-items:start;
  padding:14px 0;
  border-top:1px solid rgba(140,229,255,0.1);
}
.quote-flow-step:first-child{
  padding-top:0;
  border-top:0;
}
.quote-flow-step-num{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:999px;
  background:rgba(140,229,255,0.1);
  border:1px solid rgba(140,229,255,0.16);
  color:var(--accent);
  font:700 .72rem/1 var(--font-body);
  letter-spacing:.14em;
  text-transform:uppercase;
}
.quote-flow-step strong{
  display:block;
  margin-bottom:6px;
  color:#edf6fb;
  font:700 .8rem/1.25 var(--font-body);
  letter-spacing:.12em;
  text-transform:uppercase;
}
.quote-flow-step p{
  color:#c8d6df;
  font-size:.86rem;
  line-height:1.6;
}
.contact-intro-note{
  margin-top:14px;
  color:#a5bac8;
  font-size:.84rem;
  line-height:1.62;
}
@media(max-width:760px){
  .quote-help-grid{
    grid-template-columns:1fr;
  }
}

/* Service hub hub CTAs — consistent action pattern */
.card-link{gap:8px}
.card-link::after{
  content:"→";display:inline-block;
  transition:transform .2s ease;
}
.card-link:hover::after{transform:translateX(3px)}

/* Service hotspot — keep focus visible on coarse pointers (touch keyboards) */
@media(pointer:coarse){
  .service-hotspot:focus-visible{
    box-shadow:0 0 0 3px rgba(140,229,255,0.5),0 18px 34px rgba(0,0,0,0.3);
  }
}

/* Reduced-motion: kill all non-essential motion */
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.001ms !important;
    scroll-behavior:auto !important;
  }
  .hero-service-track,
  .brand-logo{animation:none !important}
}

/* Go-live readiness */
.footer-assurance{
  margin-top:28px;
  padding-top:28px;
  border-top:1px solid rgba(140,229,255,0.08);
}
.footer-assurance-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.footer-assurance-item{
  padding:16px 18px;
  border-radius:18px;
  background:rgba(8,22,32,0.6);
  border:1px solid rgba(140,229,255,0.12);
  min-width:0;
}
.footer-assurance-item strong{
  display:block;
  margin-bottom:8px;
  color:#eaf3f9;
  font-family:var(--font-body);
  font-size:.82rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.footer-assurance-item span{
  display:block;
  color:#aec0cb;
  font-size:.84rem;
  line-height:1.6;
}
.footer-legal{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid rgba(140,229,255,0.06);
}
.footer-legal a{
  color:#b8cad4;
  font-size:.84rem;
  transition:color .2s ease,opacity .2s ease;
}
.footer-legal a:hover{color:#e4eef5}
.cookie-banner{
  position:fixed;
  left:0;
  right:0;
  bottom:20px;
  z-index:260;
  pointer-events:none;
}
.cookie-banner .wrap{
  display:flex;
  justify-content:center;
}
.cookie-banner-inner{
  width:min(960px,100%);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 20px;
  border-radius:22px;
  background:rgba(4,10,15,0.94);
  border:1px solid rgba(140,229,255,0.16);
  box-shadow:0 26px 70px rgba(0,0,0,0.42);
  transform:translateY(18px);
  opacity:0;
  transition:transform .22s ease,opacity .22s ease;
  pointer-events:auto;
}
.cookie-banner.is-visible .cookie-banner-inner{
  transform:translateY(0);
  opacity:1;
}
.cookie-banner-copy{max-width:640px}
.cookie-banner-copy strong{
  display:block;
  margin-bottom:6px;
  color:#eef6fb;
  font-family:var(--font-body);
  font-size:.82rem;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.cookie-banner-copy p{
  color:#bfd0da;
  font-size:.88rem;
  line-height:1.6;
}
.cookie-banner-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
  flex-shrink:0;
}
.cookie-banner-actions .btn{padding:11px 16px}
.legal-shell{
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(280px,0.8fr);
  gap:24px;
  align-items:start;
}
.legal-prose{
  padding:30px;
  border-radius:26px;
  background:
    linear-gradient(180deg,rgba(255,255,255,0.055),rgba(255,255,255,0.02)),
    linear-gradient(145deg,rgba(140,229,255,0.03),rgba(0,0,0,0));
  border:1px solid rgba(140,229,255,0.12);
  box-shadow:0 24px 64px rgba(0,0,0,0.28);
}
.legal-prose h2,
.legal-prose h3{
  margin-top:28px;
  margin-bottom:12px;
  text-transform:none;
  letter-spacing:0;
}
.legal-prose h2:first-child,
.legal-prose h3:first-child{margin-top:0}
.legal-prose p,
.legal-prose li{
  color:#c9d8e1;
  font-size:.95rem;
  line-height:1.78;
}
.legal-prose p + p{margin-top:14px}
.legal-prose ul,
.legal-prose ol{
  display:grid;
  gap:10px;
  margin:14px 0 0 20px;
}
.legal-prose a{color:var(--accent)}
.legal-prose .legal-note{
  margin-top:20px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(8,22,32,0.66);
  border:1px solid rgba(140,229,255,0.14);
}
.legal-prose .legal-note p{margin:0}
.legal-sidebar{
  display:grid;
  gap:14px;
}
.legal-card{
  padding:22px 20px;
  border-radius:22px;
  background:rgba(7,20,30,0.72);
  border:1px solid rgba(140,229,255,0.12);
}
.legal-card h2,
.legal-card h3{
  font-size:1.04rem;
  margin-bottom:10px;
  text-transform:none;
}
.legal-card p,
.legal-card li{
  color:#c5d5de;
  font-size:.88rem;
  line-height:1.72;
}
.legal-card ul{
  display:grid;
  gap:8px;
  margin:10px 0 0 18px;
}
.legal-links{
  display:grid;
  gap:10px;
}
.legal-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(140,229,255,0.1);
  color:#d6e3ea;
  transition:border-color .2s ease,transform .2s ease;
}
.legal-links a::after{
  content:"\2192";
  color:var(--accent);
}
.legal-links a:hover{
  border-color:rgba(140,229,255,0.24);
  transform:translateY(-1px);
}
.policy-table{
  width:100%;
  border-collapse:collapse;
  margin-top:16px;
}
.policy-table th,
.policy-table td{
  padding:12px 14px;
  text-align:left;
  border-bottom:1px solid rgba(140,229,255,0.08);
  vertical-align:top;
}
.policy-table th{
  width:32%;
  color:#eef6fb;
  font-size:.82rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-family:var(--font-body);
}
.policy-table td{
  color:#c7d6df;
  font-size:.92rem;
  line-height:1.68;
}
.status-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.status-card{
  padding:18px 18px 16px;
  border-radius:18px;
  background:rgba(8,22,32,0.62);
  border:1px solid rgba(140,229,255,0.12);
}
.status-card strong{
  display:block;
  margin-bottom:8px;
  color:#edf5fa;
  font-family:var(--font-body);
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.82rem;
}
.status-card p{
  color:#c6d4de;
  font-size:.88rem;
  line-height:1.68;
}
.error-shell{
  display:grid;
  gap:24px;
  max-width:760px;
}
.error-code{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(8,22,32,0.82);
  border:1px solid rgba(140,229,255,0.16);
  color:var(--accent);
  font:700 .78rem/1 var(--font-body);
  letter-spacing:.18em;
  text-transform:uppercase;
}
.error-code::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--accent);
  box-shadow:0 0 10px rgba(140,229,255,0.55);
}
.error-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.audience-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.signal-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:24px;
}
.signal-card,
.roadmap-card,
.faq-item{
  padding:22px 20px;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.02));
  border:1px solid rgba(140,229,255,0.12);
  box-shadow:0 16px 34px rgba(0,0,0,0.18);
}
.signal-card strong,
.roadmap-card strong,
.faq-item strong{
  display:block;
  margin-bottom:8px;
  color:#edf5fa;
  font:700 .78rem/1.2 var(--font-body);
  letter-spacing:.14em;
  text-transform:uppercase;
}
.signal-card span,
.roadmap-card span,
.faq-item p{
  display:block;
  color:#c7d6df;
  font-size:.88rem;
  line-height:1.68;
}
.detail-list{
  list-style:none;
  display:grid;
  gap:10px;
  margin:18px 0 0;
  padding:0;
}
.detail-list li{
  position:relative;
  padding-left:18px;
  color:#c7d6df;
  font-size:.88rem;
  line-height:1.66;
}
.detail-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--accent);
  box-shadow:0 0 12px rgba(140,229,255,0.45);
}
.detail-list strong{
  color:#edf5fa;
  font-weight:700;
}
.depth-note{
  display:block;
  margin-top:14px;
  color:#9fb4c2;
  font-size:.82rem;
  line-height:1.6;
}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.faq-item p{margin:0}
.roadmap-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
@media(max-width:1000px){
  .signal-grid,
  .roadmap-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .footer-assurance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .legal-shell{grid-template-columns:1fr}
}
@media(max-width:760px){
  .cookie-banner{bottom:14px}
  .cookie-banner-inner{
    flex-direction:column;
    align-items:flex-start;
    padding:16px;
    border-radius:20px;
  }
  .cookie-banner-actions{
    width:100%;
    justify-content:flex-start;
  }
  .audience-grid,
  .signal-grid,
  .faq-grid,
  .roadmap-grid{
    grid-template-columns:1fr;
  }
  .legal-prose,
  .legal-card{padding:22px 18px}
  .status-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .footer-assurance-grid{grid-template-columns:1fr}
  .footer-legal{gap:8px 14px}
  .policy-table,
  .policy-table tbody,
  .policy-table tr,
  .policy-table th,
  .policy-table td{
    display:block;
    width:100%;
  }
  .policy-table th{
    padding-bottom:4px;
    border-bottom:0;
  }
  .policy-table td{padding-top:0}
}

/* Website pass: logo staging + mobile header repair */
.brand-mark{
  position:relative;
  isolation:isolate;
  padding:3px;
  border-radius:24px;
}
.brand-mark::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:24px;
  border:1px solid rgba(140,229,255,0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.015)),
    radial-gradient(circle at 50% 34%, rgba(140,229,255,0.18), rgba(140,229,255,0.03) 44%, rgba(7,18,28,0.94) 74%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 14px 28px rgba(0,0,0,0.28),
    0 0 18px rgba(140,229,255,0.08);
  z-index:0;
}
.brand-mark picture,
.footer-centrepiece picture{
  position:relative;
  z-index:1;
  display:block;
}
.brand-logo,
.f-logo{
  object-fit:contain;
  object-position:center center;
  filter:
    drop-shadow(0 16px 30px rgba(0,0,0,0.36))
    drop-shadow(0 0 18px rgba(140,229,255,0.1));
}
.footer-centrepiece{
  position:relative;
  isolation:isolate;
  padding:28px 0 44px;
}
.footer-centrepiece::before{
  content:"";
  position:absolute;
  top:10px;
  left:50%;
  width:min(220px, 48vw);
  aspect-ratio:1;
  transform:translateX(-50%);
  border-radius:34px;
  border:1px solid rgba(140,229,255,0.15);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.015)),
    radial-gradient(circle at 50% 36%, rgba(140,229,255,0.18), rgba(140,229,255,0.04) 42%, rgba(7,18,28,0.96) 70%, rgba(7,18,28,0) 84%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 24px 52px rgba(0,0,0,0.34),
    0 0 28px rgba(140,229,255,0.08);
  z-index:0;
}
.footer-centrepiece .f-logo,
.footer-centrepiece .f-tagline{
  position:relative;
  z-index:1;
}
.footer-centrepiece .f-logo{
  width:clamp(100px, 11vw, 126px);
}
.footer-centrepiece .f-tagline{
  max-width:18ch;
}
@media(max-width:760px){
  .nav{
    align-items:center;
    row-gap:0;
    padding:10px 0;
  }
  .burger{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:14px;
    color:var(--text);
    background:rgba(8,18,28,0.78);
    border:1px solid rgba(140,229,255,0.18);
    box-shadow:0 12px 24px rgba(0,0,0,0.24);
  }
  .nav-right{
    position:static;
    margin-left:auto;
    gap:0;
  }
  .nav-cta{
    display:none;
  }
  .nav-links{
    display:none;
    order:initial;
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:0;
    width:auto;
    z-index:260;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:0;
    padding:10px 0;
    overflow:visible;
    white-space:normal;
    background:rgba(4,10,15,0.97);
    border:1px solid rgba(140,229,255,0.16);
    border-radius:20px;
    box-shadow:0 22px 48px rgba(0,0,0,0.34);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }
  .nav-links a{
    padding:14px 18px;
    font-size:.78rem;
    letter-spacing:.16em;
  }
  .nav-links a + a{
    border-top:1px solid rgba(140,229,255,0.1);
  }
  .nav-links a::after,
  .nav-links a.active::after,
  .nav-links a[aria-current="page"]::after{
    left:18px;
    right:18px;
    bottom:10px;
  }
  .nav-links.open{
    display:flex;
  }
  .brand-subline{
    display:none;
  }
  .footer-centrepiece{
    padding-top:24px;
    padding-bottom:38px;
  }
  .footer-centrepiece::before{
    top:8px;
    width:min(180px, 56vw);
    border-radius:28px;
  }
}
@media(max-width:480px){
  .brand-name{
    font-size:.76rem;
  }
  .brand-mark{
    padding:2px;
  }
  .footer-centrepiece .f-logo{
    width:92px;
  }
}

/* Premium pass refinement: launch framing, brand presentation, and lighter cookie tray */
.brand-mark{
  position:relative;
  isolation:isolate;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.015)),
    linear-gradient(160deg, rgba(7,18,28,0.96), rgba(4,10,15,0.98));
  border:1px solid rgba(140,229,255,0.16);
  box-shadow:
    0 18px 38px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.05);
}
.brand-logo{
  filter:
    drop-shadow(0 10px 26px rgba(0,0,0,0.32))
    drop-shadow(0 0 22px rgba(140,229,255,0.09));
}
.hero-command-pill{
  display:grid;
  gap:8px;
  max-width:680px;
  margin:0 0 18px;
  padding:14px 18px;
  border-radius:22px;
  border:1px solid rgba(140,229,255,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.02)),
    linear-gradient(145deg, rgba(140,229,255,0.09), rgba(5,11,16,0.72));
  box-shadow:0 24px 56px rgba(0,0,0,0.22);
}
.hero-command-pill-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  color:#f0f8fc;
  font:700 .68rem/1 var(--font-body);
  letter-spacing:.18em;
  text-transform:uppercase;
}
.hero-command-pill-label::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--accent);
  box-shadow:0 0 14px rgba(140,229,255,0.5);
}
.hero-command-pill-copy{
  color:#d5e1e9;
  font-size:.88rem;
  font-weight:600;
  line-height:1.65;
}
.hero-brand-panel{
  display:grid;
  gap:16px;
}
.hero-brand-stage-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(140,229,255,0.16);
  background:rgba(255,255,255,0.04);
  color:#dbe8f0;
  font:700 .66rem/1 var(--font-body);
  letter-spacing:.18em;
  text-transform:uppercase;
}
.hero-card-home{
  width:min(100%,580px);
  padding:38px 32px 30px;
}
.hero-rotator-shell{
  gap:20px;
}
.hero-rotator-stage{
  min-height:clamp(340px,40vw,500px);
  border-color:rgba(140,229,255,0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015)),
    radial-gradient(circle at 50% 18%, rgba(140,229,255,0.14), rgba(140,229,255,0) 48%),
    linear-gradient(180deg, rgba(4,10,15,0.96), rgba(3,8,13,0.98));
}
.hero-rotator-stage::before{
  content:"";
  position:absolute;
  inset:16px;
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 14%, rgba(140,229,255,0.16), rgba(140,229,255,0) 54%),
    linear-gradient(180deg, rgba(9,22,32,0.92), rgba(4,10,15,0.98));
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
  z-index:0;
}
.hero-rotator-stage::after{
  z-index:2;
}
.hero-logo-slide{
  z-index:1;
}
.hero-logo-slide img{
  max-width:82%;
  max-height:82%;
}
.hero-logo-slide.group img{
  max-width:76%;
}
.hero-rotator-desc{
  background:rgba(7,24,35,0.72);
}
.hero-panel-band span{
  background:linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02));
  border-color:rgba(140,229,255,0.16);
}
.trust-label{
  max-width:30ch;
}
.cookie-banner{
  left:14px;
  right:14px;
  bottom:14px;
}
.cookie-banner .wrap{
  width:100%;
}
.cookie-banner-inner{
  width:min(760px,100%);
  padding:14px 18px;
  gap:14px;
  border-radius:20px;
  background:
    linear-gradient(180deg, rgba(7,16,24,0.96), rgba(4,10,15,0.98)),
    linear-gradient(145deg, rgba(140,229,255,0.06), rgba(0,0,0,0));
  box-shadow:0 22px 56px rgba(0,0,0,0.36);
}
.cookie-banner-copy{
  max-width:560px;
}
.cookie-banner-copy strong{
  margin-bottom:4px;
  font-size:.74rem;
}
.cookie-banner-copy p{
  font-size:.8rem;
  line-height:1.5;
}
.cookie-banner-actions{
  gap:8px;
}
.cookie-banner-actions .btn{
  padding:10px 14px;
  font-size:.78rem;
}
@media(max-width:1000px){
  .hero-command-pill{
    padding:13px 16px;
  }
  .hero-card-home{
    width:min(100%,520px);
    padding:32px 24px 24px;
  }
}
@media(max-width:760px){
  .hero-command-pill{
    margin-bottom:16px;
    padding:12px 14px;
    border-radius:18px;
  }
  .hero-command-pill-copy{
    font-size:.8rem;
    line-height:1.55;
  }
  .hero-brand-stage-label{
    font-size:.62rem;
    letter-spacing:.16em;
  }
  .hero-card-home{
    width:100%;
    margin-top:18px;
    padding:26px 18px 20px;
  }
  .hero-rotator-stage{
    min-height:320px;
  }
  .hero-panel-band{
    justify-content:flex-start;
    gap:8px;
  }
  .cookie-banner{
    left:12px;
    right:12px;
    bottom:12px;
  }
  .cookie-banner-inner{
    align-items:stretch;
    padding:14px;
    border-radius:18px;
  }
  .cookie-banner-actions{
    width:100%;
    justify-content:stretch;
  }
  .cookie-banner-actions .btn{
    flex:1 1 0;
    justify-content:center;
    min-width:0;
  }
}
@media(max-width:480px){
  .hero-command-pill{
    padding:11px 12px;
  }
  .hero-command-pill-label{
    font-size:.62rem;
  }
  .hero-panel-band span{
    padding:8px 12px;
    font-size:.61rem;
  }
  .cookie-banner-copy p{
    font-size:.77rem;
  }
}

@media(max-width:767px){
  .services-hotspots{
    display:block !important;
    z-index:12 !important;
  }
  .service-hotspot{
    pointer-events:auto;
    width:42px;
    height:42px;
  }
  .service-hotspot[data-zone="palm"]{
    width:46px;
    height:46px;
  }
  .services-art .wrap{
    padding-top:96px;
  }
  .service-reveal-frame{
    min-height:0;
    gap:12px;
  }
  .gorilla-ui-band{
    margin-left:14px;
    margin-right:14px;
    margin-top:clamp(154px,24vh,250px);
  }
}

/* Premium homepage motion and signature gorilla interaction refinement */
.topbar.scrolled{
  background:rgba(2,10,16,0.96);
  border-bottom-color:rgba(140,229,255,0.2);
  box-shadow:0 20px 50px rgba(0,0,0,0.55);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.hero{
  position:relative;
}
.hero-card-home{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  transition:transform .22s cubic-bezier(.16,1,.3,1), box-shadow .22s ease, border-color .22s ease;
}
.hero-card-home::after{
  content:"";
  position:absolute;
  inset:-20% 12%;
  background:linear-gradient(100deg,transparent 34%,rgba(140,229,255,0.24) 47%,transparent 60%);
  transform:translateX(-120%);
  opacity:0;
  pointer-events:none;
  animation:heroShimmer 16s linear infinite;
}
@keyframes heroShimmer{
  0%{transform:translateX(-120%);opacity:0}
  20%{opacity:.18}
  55%{opacity:.14}
  100%{transform:translateX(140%);opacity:0}
}
.hero-card-home:hover{
  transform:translateY(-2px);
  border-color:rgba(140,229,255,0.18);
  box-shadow:0 20px 44px rgba(0,0,0,0.22);
}
.hero-card-logo-home{
  filter:drop-shadow(0 14px 30px rgba(0,0,0,0.36));
  transition:transform .2s ease;
}

.services-art{
  --active-hotspot-x:55%;
  --active-hotspot-y:58%;
  min-height:760px;
  --gorilla-frame-height:clamp(420px, 42vw, 620px);
  --gorilla-frame-width:min(1180px, 100%);
}
.services-art .wrap{
  position:relative !important;
  display:grid !important;
  grid-template-columns:minmax(340px,420px) minmax(0,1fr) !important;
  align-items:end !important;
  gap:clamp(24px,4vw,42px) !important;
  padding-top:clamp(168px,20vh,214px) !important;
  padding-bottom:clamp(56px,6vh,96px) !important;
}
.gorilla-ui-band{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  margin:0 !important;
  padding:0 !important;
  width:min(420px,40vw) !important;
  justify-self:start;
  align-self:end;
  margin-top:clamp(8px, 2vh, 24px) !important;
  margin-left:clamp(8px, 1.4vw, 22px) !important;
  z-index:8;
}
.service-touch-rail{
  margin-top:6px;
}
.service-selector-btn.active{
  border-color:rgba(160,236,255,0.42) !important;
  background:linear-gradient(180deg,rgba(12,30,42,0.94),rgba(9,18,27,0.9)) !important;
  box-shadow:0 16px 34px rgba(0,0,0,0.22),0 0 16px rgba(140,229,255,0.12);
}

.services-hotspots{
  z-index:9;
}
.services-hotspots{
  width:var(--gorilla-frame-width);
  height:var(--gorilla-frame-height);
  left:50%;
  transform:translateX(-50%);
  margin:0 auto;
}
.services-art-scene{
  position:relative !important;
  width:100%;
  height:var(--gorilla-frame-height) !important;
  max-width:var(--gorilla-frame-width, 1180px);
  margin:0 auto;
  z-index:1;
}
.services-art-gorilla,
.services-art-hand-base,
.services-art-palm,
.services-art-finger,
.services-tip-overlay{
  height:100%;
}
.service-hotspot{
  width:44px;
  height:44px;
  transform:translate(-50%, -50%);
  transition:transform .18s cubic-bezier(.16,1,.3,1), border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.service-hotspot::before{
  width:9px;
  height:9px;
}
.service-hotspot:hover{
  transform:translate(-50%,-50%) scale(1.03);
}
.service-hotspot.active{
  transform:translate(-50%,-50%) scale(1.05);
  border-color:rgba(183,241,255,0.9);
  box-shadow:0 0 32px rgba(140,229,255,0.34), 0 20px 44px rgba(0,0,0,0.32);
}
.service-hotspot.active::after{
  animation:hotspotPulse 1.8s ease-out infinite;
}
@keyframes hotspotPulse{
  0%,100%{box-shadow:0 0 0 0 rgba(140,229,255,0.16)}
  70%{box-shadow:0 0 0 10px rgba(140,229,255,0)}
}
.service-hotspot[data-zone="palm"]{
  width:54px;
  height:54px;
}

.service-reveal{
  min-height:236px;
  max-width:min(420px, 100%);
  transition:transform .22s cubic-bezier(.16,1,.3,1), opacity .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.service-reveal-body{
  transition:transform .21s cubic-bezier(.16,1,.3,1), opacity .21s ease, filter .21s ease !important;
}
.service-reveal.is-swapping .service-reveal-body{
  transform:translateY(10px);
}

.services-art.is-revealing::after{
  pointer-events:none;
  left:var(--active-hotspot-x);
  top:clamp(42%,var(--active-hotspot-y),72%);
  width:2px;
  height:calc(96% - clamp(42%,var(--active-hotspot-y),72%));
  background:linear-gradient(180deg,rgba(140,229,255,0.42) 0,rgba(140,229,255,0.16) 34%,rgba(140,229,255,0.72) 100%);
  opacity:.3;
  transition:opacity .2s ease, top .2s ease, left .2s ease;
}

.services-art-palm,
.services-art-finger,
.services-tip-overlay{
  transition:transform .2s cubic-bezier(.16,1,.3,1), opacity .2s ease, filter .2s ease;
}

.finger-thumb  {clip-path:ellipse(var(--tip-rx,3.7%) var(--tip-ry,7.0%) at var(--tip-x,56.2%) var(--tip-y,50.8%))}
.finger-index  {clip-path:ellipse(var(--tip-rx,2.7%) var(--tip-ry,6.5%) at var(--tip-x,75.8%) var(--tip-y,28.5%))}
.finger-middle {clip-path:ellipse(var(--tip-rx,2.8%) var(--tip-ry,6.4%) at var(--tip-x,82.3%) var(--tip-y,33.2%))}
.finger-ring   {clip-path:ellipse(var(--tip-rx,3.0%) var(--tip-ry,6.2%) at var(--tip-x,88.3%) var(--tip-y,46.5%))}
.finger-little {clip-path:ellipse(var(--tip-rx,3.1%) var(--tip-ry,5.9%) at var(--tip-x,92.7%) var(--tip-y,59.8%))}
.services-art-palm{clip-path:var(--palm-clip, polygon(57.8% 38%,67% 36%,79% 39.8%,87% 52%,87.4% 68.6%,80.2% 77.8%,70.4% 80.8%,61% 74.5%,57.9% 60.4%))}

.card,
.apparel-card,
.service-reveal,
.hero-card{
  overflow:hidden;
  transition:transform .2s cubic-bezier(.16,1,.3,1), border-color .2s ease, box-shadow .2s ease;
}
.card:hover,
.apparel-card:hover,
.service-reveal:hover{
  transform:translateY(-4px);
  border-color:rgba(140,229,255,0.26);
  box-shadow:0 20px 46px rgba(0,0,0,0.3), 0 0 20px rgba(140,229,255,0.14);
}
.card:hover .card-icon img,
.apparel-card:hover img,
.hero-card-home:hover .hero-card-logo-home{
  transform:scale(1.03);
}

.btn{
  position:relative;
  overflow:hidden;
}
.btn::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,0.16),transparent);
  transform:translateX(-120%);
  opacity:0;
  transition:transform .35s ease, opacity .35s ease;
}
.btn:hover::after,
.btn:focus-visible::after{
  transform:translateX(120%);
  opacity:.22;
}

.scroll-reveal{
  opacity:0;
  transform:translateY(10px);
  transition:opacity .36s cubic-bezier(.16,1,.3,1), transform .36s cubic-bezier(.16,1,.3,1);
}
.scroll-reveal.is-revealed{
  opacity:1;
  transform:translateY(0);
}

.f-logo{
  animation:footerPulse 4.6s ease-in-out infinite;
}
@keyframes footerPulse{
  0%,100%{filter:drop-shadow(0 0 8px rgba(140,229,255,0.08))}
  50%{filter:drop-shadow(0 0 16px rgba(140,229,255,0.16))}
}

@media (max-width:1023px){
  .services-art .wrap{
    grid-template-columns:1fr !important;
    align-items:start !important;
    padding-top:112px !important;
    padding-bottom:40px !important;
    gap:14px !important;
    max-width:900px !important;
  }
  .gorilla-ui-band{
    width:min(100%, 440px) !important;
    justify-self:start !important;
    margin-top:0 !important;
  }
  .services-art{
    --gorilla-frame-height:clamp(360px, 58vw, 500px);
  }
  .services-hotspots{
    height:var(--gorilla-frame-height);
    width:100%;
  }
  .services-art-scene{
    height:var(--gorilla-frame-height) !important;
    max-width:100%;
  }
}
@media (max-width:767px){
  .services-art{
    min-height:auto;
    --gorilla-frame-height:clamp(286px, 58vw, 420px);
  }
  .gorilla-ui-band{
    width:100% !important;
    margin-top:clamp(184px,30vh,238px) !important;
  }
  .service-reveal{
    margin-top:10px;
    width:100% !important;
  }
  .service-hotspot{
    width:46px;
    height:46px;
  }
  .service-hotspot[data-zone="palm"]{
    width:50px;
    height:50px;
  }

}

@media (prefers-reduced-motion: reduce){
  *{
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .services-hotspots .service-hotspot,
  .service-hotspot::before,
  .service-hotspot::after,
  .service-reveal,
  .service-reveal-body,
  .card,
  .apparel-card,
  .btn,
  .btn::after{
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width:767px){
  .services-art-scene,
  .services-hotspots{
    height:var(--gorilla-frame-height, 300px) !important;
  }
  .services-hotspots{
    left:0 !important;
    width:100% !important;
    transform:none !important;
    margin-top:0 !important;
  }
  .services-art .wrap{
    align-items:start !important;
    padding-top:clamp(80px, 20vw, 124px) !important;
    gap:clamp(14px, 3.4vw, 24px) !important;
  }
  .gorilla-ui-band{
    margin-top:calc(var(--gorilla-frame-height, 320px) + clamp(10px, 2.8vh, 24px)) !important;
    justify-self:stretch !important;
    align-self:start !important;
    width:100% !important;
  }
  .service-reveal{
    margin-top:0 !important;
  }
}

/* Homepage gorilla interaction overrides - keep this block last so late
   refinements cannot detach the reveal card. */
.services-art{
  --active-hotspot-x:50%;
  --active-hotspot-y:30%;
  min-height:clamp(700px,54vw,840px) !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.services-art-scene{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  margin:0 !important;
}
.services-hotspots{
  inset:0 !important;
  left:0 !important;
  width:100% !important;
  height:100% !important;
  transform:none !important;
  margin:0 !important;
}
.services-art .wrap{
  position:relative !important;
  display:block !important;
  min-height:clamp(700px,54vw,840px) !important;
  padding-top:112px !important;
  padding-bottom:92px !important;
}
.gorilla-ui-band{
  position:absolute !important;
  z-index:9 !important;
  left:clamp(6%,7vw,11%) !important;
  right:auto !important;
  bottom:clamp(28px,7%,72px) !important;
  width:min(460px,34vw) !important;
  margin:0 !important;
  padding:0 !important;
  justify-self:auto !important;
  align-self:auto !important;
  transition:bottom .3s cubic-bezier(.16,1,.3,1) !important;
}
.services-art.is-revealing::after{
  content:"";
  position:absolute;
  top:var(--active-hotspot-y) !important;
  left:var(--active-hotspot-x) !important;
  width:1px !important;
  height:calc(86% - var(--active-hotspot-y)) !important;
  background:linear-gradient(180deg,
    rgba(140,229,255,0.85) 0%,
    rgba(140,229,255,0.18) 38%,
    rgba(140,229,255,0.10) 62%,
    rgba(140,229,255,0.62) 92%,
    rgba(140,229,255,0) 100%) !important;
  box-shadow:0 0 10px rgba(140,229,255,0.34) !important;
  transform:translateX(-50%);
  pointer-events:none;
  z-index:7;
  opacity:0;
  transition:opacity 220ms ease;
}
.services-art.is-revealing.has-tether::after{
  opacity:1;
}
.service-hotspot.active{
  border-color:rgba(170,240,255,0.9);
  box-shadow:0 0 38px rgba(140,229,255,0.34), 0 20px 44px rgba(0,0,0,0.32);
}
.credibility-strip{
  position:relative;
  z-index:4;
  padding:clamp(18px,3vw,28px) 0;
  background:linear-gradient(180deg,rgba(4,12,18,0.96),rgba(7,19,28,0.98));
  border-top:1px solid rgba(140,229,255,0.14);
  border-bottom:1px solid rgba(140,229,255,0.13);
}
.credibility-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.credibility-item{
  min-height:116px;
  padding:18px 20px;
  border:1px solid rgba(140,229,255,0.14);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,0.055),rgba(255,255,255,0.025));
  box-shadow:0 20px 46px rgba(0,0,0,0.18);
}
.credibility-item strong{
  display:block;
  margin-bottom:8px;
  color:#f4fbff;
  font-family:var(--font-body);
  font-size:.82rem;
  letter-spacing:.13em;
  line-height:1.3;
  text-transform:uppercase;
}
.credibility-item span{
  display:block;
  color:#b7c7d2;
  font-size:.9rem;
  line-height:1.6;
}
@media(max-width:1000px){
  .gorilla-ui-band{
    left:clamp(4%,5vw,8%) !important;
    bottom:clamp(24px,6%,56px) !important;
    width:min(420px,38vw) !important;
  }
}
@media(max-width:760px){
  .credibility-grid{
    grid-template-columns:1fr;
  }
  .credibility-item{
    min-height:0;
    padding:16px 18px;
  }
  .services-art{
    min-height:auto !important;
    padding-top:0 !important;
    padding-bottom:40px !important;
    --gorilla-frame-height:clamp(286px, 58vw, 420px);
  }
  .services-art-scene{
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    height:var(--gorilla-frame-height) !important;
    max-width:100% !important;
    margin:0 auto !important;
  }
  .services-art .wrap{
    display:block !important;
    min-height:0 !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
    gap:0 !important;
  }
  .services-hotspots{
    display:none !important;
  }
  .services-art.is-revealing::after{
    display:none !important;
  }
  .gorilla-ui-band{
    position:static !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    width:auto !important;
    margin:20px 18px 0 !important;
    transition:none !important;
  }
}

/* Live-readiness pass: staff portal, footer service line, and stable hand map. */
.nav-links{
  gap:clamp(14px,1.7vw,24px);
}
.f-service-line{
  margin-top:8px;
  color:#c3d4df;
  font:700 .68rem/1.45 var(--font-body);
  letter-spacing:.14em;
  text-transform:uppercase;
}
.contact-email-cta{
  display:grid;
  gap:8px;
  margin-top:18px;
}
.contact-email-cta .btn{
  justify-content:center;
  width:100%;
}
.contact-email-cta span{
  color:#c7d7e1;
  font-size:.86rem;
  text-align:center;
  overflow-wrap:anywhere;
}
.staff-portal-hero{
  min-height:auto;
}
.staff-portal-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(300px,.62fr);
  align-items:center;
  gap:clamp(26px,4vw,54px);
  padding:clamp(72px,9vw,118px) 0 clamp(54px,7vw,86px);
}
.staff-portal-copy h1{
  font-size:clamp(2.6rem,5.2vw,5rem);
}
.staff-portal-support{
  max-width:680px;
  margin:-12px 0 26px;
  color:#aebfcb;
  font-size:.96rem;
  line-height:1.7;
}
.staff-portal-card{
  display:grid;
  gap:20px;
  align-content:start;
  padding:28px;
  border:1px solid rgba(140,229,255,0.18);
  border-radius:22px;
  background:
    linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.02)),
    radial-gradient(circle at top right,rgba(140,229,255,0.12),rgba(140,229,255,0) 44%),
    rgba(5,15,23,0.82);
  box-shadow:0 26px 62px rgba(0,0,0,0.34);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.staff-portal-card img{
  width:86px;
  height:86px;
  object-fit:contain;
  filter:drop-shadow(0 0 22px rgba(140,229,255,0.14));
}
.staff-portal-card-kicker{
  display:block;
  margin-bottom:8px;
  color:var(--accent);
  font:700 .7rem/1 var(--font-body);
  letter-spacing:.18em;
  text-transform:uppercase;
}
.staff-portal-card p,
.staff-guidance-card p,
.staff-access-panel p{
  color:#c9d7e0;
  font-size:.92rem;
  line-height:1.68;
}
.staff-portal-section{
  padding:clamp(58px,7vw,86px) 0;
}
.staff-portal-layout{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);
  gap:clamp(24px,4vw,44px);
  align-items:start;
}
.staff-guidance-grid,
.staff-access-panels{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.staff-access-panels{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.staff-guidance-card,
.staff-access-panel{
  min-height:100%;
}
.staff-install-panel{
  border-color:rgba(140,229,255,0.18);
  background:
    linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.018)),
    radial-gradient(circle at top right,rgba(140,229,255,0.1),rgba(140,229,255,0) 46%),
    rgba(5,15,23,0.78);
}
.staff-security-section{
  border-top:1px solid rgba(140,229,255,0.1);
  border-bottom:1px solid rgba(140,229,255,0.1);
  background:
    radial-gradient(circle at 78% 10%,rgba(140,229,255,0.08),transparent 28rem),
    linear-gradient(180deg,rgba(4,12,18,0.35),rgba(7,19,28,0.48));
}
.staff-guidance-card h3,
.staff-access-panel h3{
  margin-bottom:10px;
  font-size:.86rem;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.services-art{
  --hand-map-width:min(100vw,1536px);
  --hand-map-height:calc(var(--hand-map-width) * 0.5625);
  --active-hotspot-x:50%;
  --active-hotspot-y:30%;
  min-height:calc(var(--hand-map-height) + clamp(320px,28vw,420px)) !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.services-art-scene,
.services-hotspots{
  position:absolute !important;
  top:0 !important;
  right:auto !important;
  bottom:auto !important;
  left:50% !important;
  width:var(--hand-map-width) !important;
  height:var(--hand-map-height) !important;
  max-width:none !important;
  margin:0 !important;
  transform:translateX(-50%) !important;
}
.services-art-scene{
  z-index:1 !important;
}
.services-hotspots{
  display:block !important;
  pointer-events:none;
  z-index:9 !important;
}
.services-art-gorilla,
.services-art-hand-base,
.services-art-palm,
.services-art-finger,
.services-tip-overlay{
  background-size:100% 100% !important;
  background-position:center center !important;
}
.services-art .wrap{
  position:relative !important;
  display:block !important;
  min-height:0 !important;
  padding-top:calc(var(--hand-map-height) + clamp(22px,3vw,44px)) !important;
  padding-bottom:clamp(48px,6vw,82px) !important;
}
.gorilla-ui-band{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  width:min(460px,100%) !important;
  margin:0 !important;
  z-index:10 !important;
}
.service-touch-rail{
  position:relative !important;
  left:auto !important;
  bottom:auto !important;
  display:flex !important;
  width:min(760px,100%) !important;
  margin:18px 0 0 !important;
  z-index:10 !important;
}
.service-hotspot{
  min-width:44px;
  min-height:44px;
  border-color:transparent !important;
  background:transparent !important;
  box-shadow:none !important;
}
.service-hotspot::before{
  width:8px !important;
  height:8px !important;
  background:rgba(140,229,255,0.96) !important;
  box-shadow:0 0 16px rgba(140,229,255,0.78) !important;
}
.service-hotspot::after{
  width:30px !important;
  height:30px !important;
  border:1px solid rgba(183,241,255,0.54) !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(140,229,255,0.2), rgba(10,25,36,0.32) 58%, rgba(10,25,36,0.08) 100%) !important;
  box-shadow:0 0 18px rgba(140,229,255,0.16), 0 12px 24px rgba(0,0,0,0.22) !important;
}
.service-hotspot:hover::after,
.service-hotspot:focus-visible::after,
.service-hotspot.active::after{
  width:34px !important;
  height:34px !important;
  border-color:rgba(190,245,255,0.86) !important;
  box-shadow:0 0 28px rgba(140,229,255,0.28), 0 16px 32px rgba(0,0,0,0.26) !important;
}
.service-hotspot[data-zone="palm"]::after{
  width:36px !important;
  height:36px !important;
}
.service-hotspot[data-zone="palm"].active::after,
.service-hotspot[data-zone="palm"]:hover::after,
.service-hotspot[data-zone="palm"]:focus-visible::after{
  width:40px !important;
  height:40px !important;
}
.service-hotspot-label{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
  border:0;
}
.service-hotspot:focus-visible{
  outline:2px solid rgba(183,241,255,0.92);
  outline-offset:5px;
}
.service-reveal-intro p{
  max-width:none;
}

@media(max-width:1120px){
  .nav-links{
    gap:12px;
    font-size:.8rem;
  }
  .nav-cta{
    padding-left:14px;
    padding-right:14px;
  }
}
@media(max-width:900px){
  .staff-portal-hero-grid,
  .staff-portal-layout{
    grid-template-columns:1fr;
  }
  .staff-portal-card{
    max-width:460px;
  }
  .staff-guidance-grid,
  .staff-access-panels{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  .services-art{
    --hand-map-width:100vw;
    min-height:auto !important;
    padding-bottom:0 !important;
  }
  .services-art .wrap{
    padding-top:calc(var(--hand-map-height) + 18px) !important;
    padding-bottom:44px !important;
  }
  .gorilla-ui-band{
    width:100% !important;
  }
  .service-touch-rail{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .service-selector-btn{
    min-height:48px;
  }
  .service-reveal{
    min-height:0;
  }
  .staff-portal-hero-grid{
    padding-top:56px;
  }
  .staff-portal-card{
    padding:22px;
  }
}
@media(max-width:440px){
  .service-touch-rail{
    grid-template-columns:1fr;
  }
  .actions .btn{
    width:100%;
    justify-content:center;
  }
}

/* Release-blocker hand map: artwork and hotspots share this single wrapper. */
.services-hand-map{
  position:absolute !important;
  top:0 !important;
  left:50% !important;
  width:var(--hand-map-width) !important;
  height:var(--hand-map-height) !important;
  max-width:none !important;
  margin:0 !important;
  transform:translateX(-50%) !important;
  pointer-events:none;
  z-index:1 !important;
}
.services-hand-map .services-art-scene,
.services-hand-map .services-hotspots{
  position:absolute !important;
  inset:0 !important;
  top:0 !important;
  right:auto !important;
  bottom:auto !important;
  left:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  margin:0 !important;
  transform:none !important;
}
.services-hand-map .services-art-scene{
  z-index:1 !important;
}
.services-hand-map .services-hotspots{
  display:block !important;
  z-index:9 !important;
  pointer-events:none;
}
.services-art > .wrap{
  pointer-events:none;
}
.services-art > .wrap .gorilla-ui-band,
.services-art > .wrap .service-touch-rail,
.services-art > .wrap .service-reveal,
.services-art > .wrap .service-selector-btn{
  pointer-events:auto;
}
.service-hotspot{
  left:var(--hotspot-x);
  top:var(--hotspot-y);
  transform:translate(-50%, -50%);
}
.service-hotspot:hover,
.service-hotspot:focus-visible{
  transform:translate(-50%, -50%) scale(1.03);
}
.service-hotspot.active{
  transform:translate(-50%, -50%) scale(1.05);
}
.finger-thumb{clip-path:ellipse(var(--tip-rx,3.6%) var(--tip-ry,6.5%) at var(--tip-x,54.9%) var(--tip-y,44.4%))}
.finger-index{clip-path:ellipse(var(--tip-rx,2.7%) var(--tip-ry,5.8%) at var(--tip-x,75.8%) var(--tip-y,25.6%))}
.finger-middle{clip-path:ellipse(var(--tip-rx,2.7%) var(--tip-ry,5.8%) at var(--tip-x,82.6%) var(--tip-y,29.4%))}
.finger-ring{clip-path:ellipse(var(--tip-rx,2.7%) var(--tip-ry,5.6%) at var(--tip-x,88.9%) var(--tip-y,38.8%))}
.finger-little{clip-path:ellipse(var(--tip-rx,2.8%) var(--tip-ry,5.4%) at var(--tip-x,92.9%) var(--tip-y,51.1%))}

/* Issue 4 pre-live polish: restore hero artwork and keep laptop/mobile scaling tight. */
.hero{
  min-height:clamp(520px,calc(100vh - 112px),680px) !important;
  padding:0 !important;
}
.hero.hero-short{
  min-height:clamp(420px,52vh,560px) !important;
}
.hero-bg{
  background-image:
    linear-gradient(105deg,rgba(4,6,9,0.96) 0%,rgba(4,6,9,0.84) 34%,rgba(4,6,9,0.48) 62%,rgba(4,6,9,0.84) 100%),
    image-set(url('../assets/hero-bg.webp') type('image/webp'),url('../assets/hero-bg.png') type('image/png')) !important;
  background-size:cover !important;
  background-position:center center !important;
}
.hero-grid{
  grid-template-columns:minmax(0,1.03fr) minmax(280px,.72fr) !important;
  gap:clamp(24px,4vw,46px) !important;
  padding:clamp(54px,7vh,76px) 0 !important;
}
.hero h1{
  font-size:clamp(2.55rem,4.65vw,4.55rem) !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  margin-bottom:18px !important;
}
.hero-lead{
  font-size:clamp(.95rem,1.12vw,1.03rem) !important;
  line-height:1.62 !important;
  margin-bottom:22px !important;
}
.eyebrow{
  margin-bottom:16px !important;
}
.pill-row{
  margin-bottom:22px !important;
}
.pill{
  border-radius:8px !important;
}
.hero-card,
.hero-sidecard{
  border-radius:18px !important;
  padding:clamp(20px,2.2vw,26px) !important;
}
.hero-sidecard-logo{
  width:min(100%,156px) !important;
  margin-bottom:16px !important;
}
.hero-sidecard-grid{
  gap:10px !important;
}
.hero-sidecard-item{
  border-radius:12px !important;
  padding:12px 14px !important;
}
.hero-sidecard-item span{
  font-size:.8rem !important;
  line-height:1.5 !important;
}
.hero-card-logo{
  max-width:240px !important;
  margin-bottom:18px !important;
}
.card,
.apparel-card,
.service-reveal,
.hero-card,
.hero-sidecard,
.apparel-showcase-logos{
  border-radius:8px !important;
}

@media (min-width:1200px) and (max-width:1536px){
  .wrap{
    width:min(1180px,calc(100% - 72px)) !important;
  }
  .hero-grid{
    padding:clamp(48px,6.2vh,68px) 0 !important;
  }
  .hero h1{
    font-size:clamp(2.7rem,4.4vw,4.25rem) !important;
  }
  .hero-card,
  .hero-sidecard{
    max-width:440px !important;
    justify-self:end !important;
  }
}

@media (max-width:980px){
  .hero,
  .hero.hero-short{
    min-height:auto !important;
  }
  .hero-grid{
    grid-template-columns:1fr !important;
    padding:clamp(56px,10vw,78px) 0 clamp(46px,8vw,64px) !important;
    gap:22px !important;
  }
  .hero h1{
    font-size:clamp(2.35rem,8.2vw,4rem) !important;
    line-height:1.03 !important;
  }
  .hero-card,
  .hero-sidecard{
    display:none !important;
  }
  .services-hero-grid{
    grid-template-columns:1fr !important;
    padding:clamp(54px,10vw,76px) 0 clamp(44px,8vw,60px) !important;
  }
  .service-hex-shell{
    display:none !important;
  }
}

@media (max-width:560px){
  .wrap{
    width:min(100% - 32px, var(--max)) !important;
  }
  .hero-grid{
    padding:clamp(52px,14vw,66px) 0 clamp(40px,10vw,54px) !important;
  }
  .hero h1{
    font-size:clamp(2.18rem,10vw,3.25rem) !important;
  }
  .hero-lead{
    font-size:.93rem !important;
  }
  .pill-row{
    gap:7px !important;
  }
  .pill{
    padding:6px 10px !important;
    font-size:.74rem !important;
  }
  .actions .btn{
    width:100% !important;
    justify-content:center !important;
  }
  .staff-portal-hero-grid{
    padding:clamp(52px,13vw,64px) 0 clamp(40px,10vw,54px) !important;
  }
  .staff-portal-card{
    display:none !important;
  }
}
