/* ============ RESET / BASE ============ */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#d9d9de;color:#111;font-family:'Figtree',system-ui,sans-serif;-webkit-font-smoothing:antialiased;zoom:0.75}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}

/* ============ SHARED STRUCTURE ============ */
.style{min-height:100vh;background:var(--bg);color:var(--fg);font-family:var(--fb);line-height:1.6}
.style .wrap{max-width:var(--maxw,1180px);margin:0 auto;padding:0 clamp(20px,5vw,48px)}
.style .ribbon{font-family:'Figtree',system-ui,sans-serif;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:7px 16px;text-align:center}

/* nav */
.style .nav{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:24px 0}
.style .brand{font-family:var(--fd);font-weight:800;font-size:20px;letter-spacing:var(--brand-ls,.5px);color:var(--fg);display:flex;align-items:baseline;gap:10px}
.style .brand .est{font-family:'Figtree',system-ui,sans-serif;font-size:10px;font-weight:500;letter-spacing:2px;color:var(--muted);text-transform:uppercase}
.style .navlinks{display:flex;align-items:flex-end;gap:24px;font-size:13px;font-weight:500;letter-spacing:.01em;line-height:1;color:var(--muted)}
.style .navlinks a{cursor:pointer;transition:color .18s}
.style .navlinks a:hover, .style .navlinks a.active{color:var(--accent)}

/* buttons */
.style .btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--fb);font-weight:600;font-size:14px;padding:13px 22px;border-radius:var(--radius,8px);cursor:pointer;transition:.18s;border:1px solid transparent;user-select:none}
.style .btn.primary{background:var(--accent);color:var(--on-accent,#fff)}
.style .btn.primary:hover{filter:brightness(1.06);transform:translateY(-1px)}
.style .btn.ghost{background:transparent;border:1px solid var(--hair);color:var(--fg)}
.style .btn.ghost:hover{border-color:var(--accent);color:var(--accent)}

/* hero */
.style .hero{padding:clamp(56px,8vw,110px) 0 clamp(36px,5vw,72px);position:relative}
.style .hero-main{position:relative;z-index:1}
.style .heroviz{display:none}
.style .heroviz .vizhead{display:none}
.style .trust{display:none}
.style .eyebrow{font-family:'Figtree',system-ui,sans-serif;font-size:12px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--accent);margin-bottom:20px}
.style .hero h1{font-family:var(--fd);font-size:clamp(38px,5.4vw,72px);line-height:1.04;font-weight:var(--h-weight,800);letter-spacing:var(--h-ls,-1px);color:var(--fg)}
.style .hl{color:inherit}
.style .thai{font-size:clamp(14px,1.5vw,17px);color:var(--muted);margin-top:18px;max-width:46ch;line-height:1.8}
.style .sub{font-size:clamp(16px,1.45vw,20px);color:var(--muted);margin-top:20px;max-width:44ch;line-height:1.7}
.style .sub b{color:var(--fg);font-weight:700}
.style .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.style .stats{display:flex;gap:clamp(24px,5vw,68px);margin-top:clamp(40px,6vw,68px);flex-wrap:wrap}
.style .stat .num{font-family:var(--fd);font-size:clamp(38px,5.5vw,64px);font-weight:800;color:var(--accent);line-height:1;display:block}
.style .stat .label{font-size:13px;color:var(--muted);margin-top:10px;display:block;max-width:16ch}

/* sections */
.style section{padding:clamp(52px,7vw,96px) 0}
.style .seclabel{font-family:'Figtree',system-ui,sans-serif;font-size:11px;font-weight:700;letter-spacing:2.2px;text-transform:uppercase;color:var(--accent);margin-bottom:14px}
.style h2{font-family:var(--fd);font-size:clamp(26px,3.3vw,38px);font-weight:var(--h-weight,800);letter-spacing:var(--h-ls,-.4px);color:var(--fg);max-width:32ch;line-height:1.12}

/* products */
.style .pgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:44px}
.style .card{background:var(--card);border:1px solid var(--hair);border-radius:var(--radius,8px);padding:28px;transition:.2s;display:flex;flex-direction:column}
.style .card:hover{transform:translateY(-3px)}
.style .pnum{font-family:var(--fd);font-size:18px;font-weight:700;color:var(--accent);letter-spacing:1px}
.style .card h3{font-family:var(--fb);font-size:19px;font-weight:700;margin:10px 0 12px;color:var(--fg);letter-spacing:-0.02em;line-height:1.2}
.style .card p{font-size:14.5px;color:var(--muted);line-height:1.65}
.style .card .meta{display:flex;gap:20px;margin-top:18px;padding-top:16px;border-top:1px solid var(--hair)}
.style .card .meta div{font-size:12px;color:var(--muted)}
.style .card .meta b{display:block;font-family:var(--fd);font-size:24px;color:var(--fg);font-weight:800}

/* maps */
.style .maps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:40px}
.style .mapcol{background:var(--card);border:1px solid var(--hair);border-radius:var(--radius,8px);padding:22px}
.style .mapcol h4{font-family:var(--fb);font-size:15px;font-weight:700;color:var(--fg);margin-bottom:14px;line-height:1.3;min-height:2.6em}
.style .mapcol li{font-size:13px;color:var(--muted);padding:7px 0;border-top:1px solid var(--hair)}
.style .mapcol .tot{font-family:var(--fd);font-size:32px;font-weight:800;color:var(--accent);line-height:1}

/* cases */
.style .cgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}
.style .case{background:var(--card);border:1px solid var(--hair);border-radius:var(--radius,8px);padding:28px;min-height:220px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;transition:.2s}
.style .case:hover{transform:translateY(-3px)}
.style .case .cidx{font-family:var(--fd);font-size:18px;color:var(--accent);font-weight:700}
.style .case h3{font-family:var(--fb);font-size:18px;font-weight:700;margin:12px 0 10px;color:var(--fg);line-height:1.2}
.style .case p{font-size:14px;color:var(--muted)}

/* insights */
.style .igrid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px}
.style .insight{border-top:2px solid var(--accent);padding-top:20px}
.style .insight .date{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--accent);font-weight:600}
.style .insight h3{font-family:var(--fb);font-size:22px;font-weight:700;margin:12px 0 10px;color:var(--fg);line-height:1.15}
.style .insight p{font-size:15px;color:var(--muted)}

/* connect */
.style .connect-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:46px;margin-top:44px;align-items:start}
.style .contacts{display:grid;gap:22px}
.style .contact{background:var(--card);border:1px solid var(--hair);border-radius:var(--radius,8px);padding:24px}
.style .contact .role{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--accent);font-weight:600}
.style .contact .name{font-family:var(--fb);font-size:17px;font-weight:700;margin:8px 0 10px;color:var(--fg)}
.style .contact a,.style .contact span{display:block;font-size:14px;color:var(--muted);line-height:1.7}
.style .addr{font-size:15px;color:var(--muted);line-height:1.8;margin-top:16px}

/* footer */
.global-footer {
  margin-top: 80px;
  padding: 40px 20px 110px !important; /* 110px bottom padding to prevent Style Switcher overlap on mobile */
  border-top: 1px solid var(--hair);
  text-align: left;
}
.style footer .fbrand{font-family:var(--fd);font-weight:800;font-size:18px;color:var(--fg);letter-spacing:1px}
.style footer .fnote{font-size:12px;color:var(--muted);margin-top:10px;letter-spacing:1px}
.footer-cta-block {
  display: none !important; /* Hide duplicate footer CTA globally to avoid back-to-back redundancy */
}


.hero-graphic {
  display: none;
}

/* ================= S1 — McKINSEY (light render of real: navy serif, case-study tile, report tiles) ================= */
.s1{--bg:#fff;--fg:#051c2c;--muted:#46586a;--accent:#2F2FE4;--on-accent:#fff;--card:#ffffff;--hair:rgba(5, 28, 44, 0.08);--radius:8px;--maxw:1240px;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:400;--h-ls:1px;--brand-ls:0}
.s1 .ribbon{background:#051c2c;color:#fff}
.s1 .nav{border-bottom:1px solid #051c2c}
.s1 .hero{display:grid;grid-template-columns:1.2fr 1fr;gap:54px;align-items:center}
.s1 .hero h1{font-size:clamp(38px,5vw,68px);font-weight:400}
.s1 .btn.primary{border-radius:999px}
.s1 .btn.primary::after{content:"→"}
.s1 .eyebrow, .s1 .seclabel {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(47, 47, 228, 0.08);
  color: #2F2FE4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid rgba(47, 47, 228, 0.15);
  margin-bottom: 20px;
}
.s1 .card, .s1 .leader-card {
  background: #ffffff;
  border: 1px solid rgba(5, 28, 44, 0.08);
  box-shadow: 0 4px 20px rgba(5, 28, 44, 0.04);
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.s1 .card:hover, .s1 .leader-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(5, 28, 44, 0.07);
  border-color: rgba(47, 47, 228, 0.3);
}
.s1 .heroviz {
  display: block;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  min-height: auto !important;
}
.s1 .heroviz .hero-graphic {
  display: block !important;
}
.s1 .heroviz span, .s1 .heroviz .vizhead, .s1 .heroviz::before, .s1 .heroviz::after {
  display: none !important;
  animation: none !important;
}
.s1 .stat .num{color:#051c2c}
.s1 .cgrid .case{background:linear-gradient(160deg,#0a2a40,#051c2c);color:#fff;justify-content:flex-end}
.s1 .case h3,.s1 .case .cidx{color:#fff}.s1 .case p{color:#aab8c2}
.s1 .insight{border-top-color:#2F2FE4}

.s2{--bg:#ffffff;--fg:#0F1115;--muted:#5F6675;--accent:#4B3DFF;--on-accent:#ffffff;--card:#ffffff;--hair:#E7E3FF;--radius:8px;--maxw:1440px;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:900;--h-ls:-1.5px}
.s2 .ribbon{background:#4B3DFF;color:#fff}
.s2 .brand{color:#0F1115}
.s2 #page-landing .hero {
  display: block !important;
  position: relative !important;
  min-height: auto !important;
  padding-right: 0 !important;
  padding-bottom: 32px !important;
}
.s2 #page-landing .hero-main {
  max-width: 62% !important;
  position: relative !important;
  z-index: 2;
}
.s2 .hero h1{font-size:clamp(56px,6vw,92px);font-weight:var(--h-weight);letter-spacing:var(--h-ls);text-transform:uppercase}
.s2 .hero h1 .hl{background:none;color:var(--accent);-webkit-text-fill-color:var(--accent)}
.s2 .heroviz {
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  width: 75% !important;
  height: 800px !important;
  display: block !important;
  z-index: 1;
  pointer-events: none;
  overflow: visible !important;
}
.s2 .heroviz .hero-graphic {
  display: block !important;
  height: 150% !important;
  width: auto !important;
  max-width: none !important;
  margin-left: auto !important;
  transform: translate(-45%, -15%);
}
@media (max-width: 880px) {
  .s2 #page-landing .hero {
    display: block !important;
    min-height: auto !important;
    padding-bottom: 56px !important;
  }
  .s2 #page-landing .hero-main {
    max-width: 100% !important;
  }
  .s2 .heroviz {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-top: 32px !important;
  }
  .s2 .heroviz .hero-graphic {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    transform: none !important;
  }
}
.s2 .heroviz span, .s2 .heroviz .vizhead {
  display: none !important;
}
.s2 .eyebrow,.s2 .seclabel{color:#4B3DFF}
.s2 .stat .num{color:#4B3DFF}
.s2 .pgrid{grid-template-columns:repeat(3,1fr)}
/* Tighten gaps between the "Why clients choose IRIS" cards so the boxes sit wider/closer */
.s2 #landing-why-grid{gap:8px}
.s2 .card{border-top:3px solid #4B3DFF}
/* Single-row card sections on desktop; cards shrink to fit. Mobile (<=880px) stays stacked. */
@media (min-width: 881px) {
  .s2 .pgrid {
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
  }
}
/* Keep the divider line under each title on the same level across every card. */
.s2 .card h3{display:flex;flex-direction:column;min-height:4em;margin-bottom:20px}
/* "What We Do" titles: uniform two lines (explicit <br>), smaller so each line fits */
.s2 #landing-products-grid .card h3{font-size:18px !important;min-height:2.6em}
.s2 .card .pnum + h3::after{margin-top:auto}
.s2 .case{background:#4B3DFF;color:#fff}.s2 .case h3,.s2 .case .cidx{color:#fff}.s2 .case p{color:#E7E3FF}
.s2 .insight{border-top-color:#4B3DFF}

/* Brand Overrides for Style 2 */
.s2 .navlinks {
  font-weight: 600;
}
.s2 .header-cta {
  background: var(--accent) !important;
  color: var(--on-accent) !important;
  border: none !important;
  border-radius: 6px !important;
}
.s2 .header-cta:hover {
  background: var(--accent) !important;
  filter: brightness(1.06) !important;
  transform: translateY(-1px) !important;
}
.s2 .btn.ghost {
  border-color: var(--accent);
  color: var(--accent);
  background: transparent;
}
.s2 .btn.ghost:hover {
  background: rgba(75, 61, 255, 0.05);
  border-color: var(--accent);
  color: var(--accent);
}
.s2 .stats {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
  margin-top: clamp(40px, 6vw, 68px) !important;
  background: #ffffff !important;
  border: 1px solid var(--hair) !important;
  border-radius: 12px !important;
  padding: 28px 0 !important;
  width: 100% !important;
}
.s2 .stat {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
}
.s2 .stat:not(:last-child) {
  border-right: 1px solid var(--hair) !important;
}
.s2 .stat .num {
  font-size: clamp(32px, 4.5vw, 54px) !important;
  font-weight: 800 !important;
  color: var(--accent) !important;
}
.s2 .stat .label {
  font-size: 13.5px !important;
  color: var(--muted) !important;
  margin-top: 8px !important;
  max-width: none !important;
}
@media (max-width: 768px) {
  .s2 .stats {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 24px 0 !important;
  }
  .s2 .stat:not(:last-child) {
    border-right: none !important;
    border-bottom: 1px solid var(--hair) !important;
    padding-bottom: 20px !important;
  }
}

/* ================= S3 — MASTERCLASS (light render: huge condensed caps, red, portrait grid, checklist) ================= */
.s3{--bg:#f7f4f0;--fg:#141414;--muted:#5f574e;--accent:#2F2FE4;--on-accent:#fff;--card:#fff;--hair:#e4ddd2;--radius:8px;--maxw:1260px;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:900;--h-ls:-2px}
.s3 .ribbon{background:#141414;color:#fff}
.s3 .hero{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.s3 .hero h1{font-size:clamp(44px,6.5vw,92px);text-transform:uppercase;line-height:.92;letter-spacing:-2px}
.s3 .hero h1 .hl{color:#2F2FE4}
.s3 .hero-main>.sub{border-left:4px solid #2F2FE4;padding-left:16px}
.s3 .eyebrow,.s3 .seclabel{color:#2F2FE4;letter-spacing:4px}
.s3 .btn.primary{background:#2F2FE4}
.s3 .heroviz{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:90px;gap:10px}
.s3 .heroviz .vizhead{display:none}
.s3 .heroviz span{display:block;border-radius:8px;grid-row:span 2}
.s3 .heroviz span:nth-of-type(1){background:linear-gradient(160deg,#6b5a48,#241c14)}
.s3 .heroviz span:nth-of-type(2){background:linear-gradient(160deg,#9a7a5a,#3a2c1c);grid-row:span 3}
.s3 .heroviz span:nth-of-type(3){background:linear-gradient(160deg,#7a6450,#2c2218)}
.s3 .stat .num{color:#2F2FE4}
.s3 h2{text-transform:uppercase}
.s3 .pgrid{display:flex;gap:18px;overflow-x:auto;padding-bottom:14px}
.s3 .card{flex:0 0 256px;aspect-ratio:3/4;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;border:none;color:#fff;background:linear-gradient(180deg,rgba(20,16,10,.05),rgba(20,16,10,.82)),linear-gradient(135deg,#b08948,#4a3417)}
.s3 .card:nth-child(2){background:linear-gradient(180deg,rgba(20,16,10,.05),rgba(20,16,10,.82)),linear-gradient(135deg,#8a6f3c,#2f2410)}
.s3 .card:nth-child(4){background:linear-gradient(180deg,rgba(20,16,10,.05),rgba(20,16,10,.82)),linear-gradient(135deg,#d9b25e,#5c441d)}
.s3 .card h3{color:#fff;text-transform:uppercase;font-size:19px}.s3 .card .pnum{color:#e9c877}
.s3 .card p{color:rgba(255,255,255,.82);font-size:13px}.s3 .card .meta{display:none}

/* ================= S4 — STRIPE (light, diagonal gradient bands, code panel, logo cloud) ================= */
.s4{--bg:#fff;--fg:#0a2540;--muted:#425466;--accent:#2F2FE4;--on-accent:#fff;--card:#fff;--hair:#e6ebf1;--radius:14px;--maxw:1200px;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:700;--h-ls:-1.5px;position:relative;overflow:hidden}
.s4 .ribbon{background:#0a2540;color:#fff}
.s4 .hero{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.s4 .hero::before{content:"";position:absolute;inset:-30% -25% 35% -25%;z-index:0;background:linear-gradient(100deg,#ff8a5b 8%,#e0379b 30%,#2F2FE4 55%,#1fa2ff 78%,#5be7c4);filter:blur(8px);opacity:.85;clip-path:polygon(0 18%,100% 0,100% 78%,0 100%);transform:skewY(-7deg);transform-origin:top left}
.s4 .hero-main,.s4 .heroviz{position:relative;z-index:1}
.s4 .hero h1{font-size:clamp(38px,5vw,64px)}
.s4 .eyebrow,.s4 .seclabel{color:#2F2FE4}
.s4 .heroviz{display:block;background:#0a2540;border-radius:14px;box-shadow:0 30px 70px rgba(10,37,64,.28);padding:20px;min-height:280px}
.s4 .heroviz .vizhead{display:flex;gap:7px;margin-bottom:18px}
.s4 .heroviz .vizhead::before,.s4 .heroviz .vizhead::after{content:"";width:11px;height:11px;border-radius:50%;background:#3a5170}
.s4 .heroviz span{display:block;height:12px;border-radius:6px;background:#22344a;margin:0 0 14px;font-family:'Figtree'}
.s4 .heroviz span:nth-of-type(1){width:76%;background:#7cf3c4}
.s4 .heroviz span:nth-of-type(2){width:92%;background:#3a5170}
.s4 .heroviz span:nth-of-type(3){width:58%;background:#2F2FE4}
.s4 .btn{border-radius:999px}.s4 .btn.primary{background:#2F2FE4;box-shadow:0 8px 24px rgba(99,91,255,.35)}.s4 .btn.primary::after{content:"→"}
.s4 .stat .num{color:#2F2FE4}
.s4 .trust{display:flex;gap:34px;flex-wrap:wrap;justify-content:center;align-items:center;padding:24px 0;border-block:1px solid #e6ebf1;margin-top:8px}
.s4 .trust span{font:700 13px/1 'Figtree';letter-spacing:2px;text-transform:uppercase;color:#8898aa}
.s4 .card,.s4 .mapcol,.s4 .case,.s4 .contact{box-shadow:0 12px 28px rgba(10,37,64,.07);border:1px solid #e6ebf1}
.s4 .case{background:linear-gradient(135deg,#2F2FE4,#8b85ff);color:#fff;border:none}.s4 .case h3,.s4 .case .cidx{color:#fff}.s4 .case p{color:#e4e2ff}

/* ================= S5 — APPLE (centered product spotlights, blue pills, alternating panels) ================= */
.s5{--bg:#fff;--fg:#1d1d1f;--muted:#6e6e73;--accent:#2F2FE4;--on-accent:#fff;--card:#f5f5f7;--hair:#e3e3e6;--radius:18px;--maxw:1100px;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:800;--h-ls:-1.5px}
.s5 .ribbon{background:#f5f5f7;color:#6e6e73}
.s5 .nav{justify-content:center;gap:36px}
.s5 .hero{text-align:center;padding-top:clamp(50px,7vw,90px)}
.s5 .hero-main{max-width:820px;margin:0 auto}
.s5 .hero h1{font-size:clamp(46px,7.5vw,96px);margin:0 auto}
.s5 .thai,.s5 .sub{margin:18px auto 0}
.s5 .hero-cta,.s5 .stats{justify-content:center}
.s5 .hero-cta a:first-child{color:#2F2FE4;background:none;border:none;text-decoration:underline;font-weight:600}
.s5 .hero-cta a:first-child::after{content:" ›"}
.s5 section{text-align:center}.s5 h2{margin:0 auto}.s5 .seclabel{text-align:center}
.s5 .btn{border-radius:980px}
.s5 .stat .num{color:#2F2FE4}
.s5 .pgrid{grid-template-columns:1fr;gap:18px;text-align:center}
.s5 .card{background:#f5f5f7;border:none;padding:clamp(36px,5vw,64px)}
.s5 .card:nth-child(even){background:#1d1d1f;color:#fff}
.s5 .card:nth-child(even) h3,.s5 .card:nth-child(even) .pnum,.s5 .card:nth-child(even) .meta b{color:#fff}
.s5 .card:nth-child(even) p,.s5 .card:nth-child(even) .meta div{color:#a9a9af}
.s5 .card .meta{justify-content:center;border-top:none}
.s5 .card h3{font-size:30px}
.s5 .connect-grid,.s5 .igrid{text-align:left}
.s5 .case{border-radius:18px}.s5 .case:first-child{background:linear-gradient(160deg,#2F2FE4,#42a5f5);color:#fff}
.s5 .case:first-child h3,.s5 .case:first-child .cidx{color:#fff}.s5 .case:first-child p{color:#dceaff}

/* ================= S6 — ACCENTURE (light render: giant caps + purple >, research-report tiles) ================= */
.s6{--bg:#fff;--fg:#0a0a0a;--muted:#555;--accent:#2F2FE4;--on-accent:#fff;--card:#f7f2fc;--hair:#e9ddf6;--radius:0;--maxw:1280px;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:800;--h-ls:-2px}
.s6 .ribbon{background:#0a0a0a;color:#fff}.s6 .ribbon::after{content:" >";color:#2F2FE4}
.s6 .hero{display:grid;grid-template-columns:1.35fr .65fr;gap:46px;align-items:center}
.s6 .hero h1{font-size:clamp(46px,8vw,112px);text-transform:uppercase;line-height:.92}
.s6 .hero h1 .hl{color:transparent;position:relative}
.s6 .hero h1 .hl::before{content:"Design";color:#0a0a0a}
.s6 .hero h1 .hl::after{content:" >";color:#2F2FE4;-webkit-text-fill-color:#2F2FE4}
.s6 .eyebrow,.s6 .seclabel{color:#2F2FE4}.s6 .eyebrow::before{content:"> "}
.s6 .heroviz{display:block;min-height:300px;background:linear-gradient(135deg,#2F2FE4,#5a00d6);clip-path:polygon(0 0,100% 0,100% 100%,18% 100%)}
.s6 .heroviz span,.s6 .heroviz .vizhead{display:none}
.s6 .btn.primary{background:linear-gradient(90deg,#2F2FE4,#5656ff)}.s6 .btn.primary::after{content:"›"}
.s6 .stat .num{background:linear-gradient(90deg,#2F2FE4,#5656ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.s6 .cgrid .case{background:linear-gradient(160deg,#2a1240,#0a0a0a);color:#fff;justify-content:flex-end}
.s6 .case .cidx{color:#c98bff}.s6 .case h3{color:#fff}.s6 .case p{color:#cabbd6}

/* ================= S7 — BAIN (full-bleed photo hero, red accent, topic tabs) ================= */
.s7{--bg:#fff;--fg:#231f20;--muted:#5c5658;--accent:#2F2FE4;--on-accent:#fff;--card:#fff;--hair:#e0e0e0;--radius:0;--maxw:100%;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:800;--h-ls:-1.2px}
.s7 .ribbon{background:#2F2FE4;color:#fff}
.s7 .hero{margin:0 calc(50% - 50vw);padding:0;min-height:560px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(20,20,22,.82),rgba(20,20,22,.25)),linear-gradient(120deg,#3a4a55,#7d8b6f)}
.s7 .hero-main{max-width:1180px;margin:0 auto;padding:0 clamp(20px,5vw,48px);width:100%;color:#fff}
.s7 .hero h1,.s7 .hero .eyebrow{color:#fff}
.s7 .hero h1{max-width:16ch}
.s7 .hero h1 .hl{border-bottom:5px solid #2F2FE4;padding-bottom:4px}
.s7 .hero .sub{color:#e4e4e4}
.s7 .btn.ghost{border-color:rgba(255,255,255,.6);color:#fff}.s7 .btn.ghost::after{content:"→"}
.s7 .stat .num{color:#fff}.s7 .hero .stat .label{color:#cfcfcf}
.s7 .wrap>section,.s7 footer{max-width:1180px;margin-left:auto;margin-right:auto}
.s7 .eyebrow,.s7 .seclabel{color:#2F2FE4}
.s7 .trust{display:flex;gap:34px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.3);margin-top:30px;padding-top:18px}
.s7 .trust span{color:#fff;font:600 14px/1 'Figtree';padding-bottom:14px;border-bottom:3px solid transparent}
.s7 .trust span:first-child{border-bottom-color:#2F2FE4}
.s7 .btn.primary{background:#2F2FE4}
.s7 .pgrid,.s7 .maps,.s7 .cgrid{gap:0;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0}
.s7 .card,.s7 .mapcol,.s7 .case{border:0;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;border-top:3px solid #2F2FE4}
.s7 .card:hover{transform:none;background:#faf2f2}
.s7 .stat .num{color:#2F2FE4}
.s7 .cgrid .case{background:linear-gradient(160deg,#2a2a2c,#161618);color:#fff;border-top:3px solid #2F2FE4}
.s7 .case h3,.s7 .case .cidx{color:#fff}.s7 .case p{color:#cfcfcf}

/* ================= S8 — BCG (light, big GREEN SERIF headline, green pills, minimal) ================= */
.s8{--bg:#fff;--fg:#0f3b2e;--muted:#4f655f;--accent:#2F2FE4;--on-accent:#0f3b2e;--card:#f1f7f4;--hair:#dbe7e1;--radius:999px;--maxw:1120px;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:500;--h-ls:-1px}
.s8 .ribbon{background:#0f3b2e;color:#7fe3b0}
.s8 .nav{border-bottom:1px solid #dbe7e1}
.s8 .hero{padding-top:clamp(60px,9vw,120px)}
.s8 .hero h1{font-size:clamp(40px,6.5vw,88px);font-weight:500;color:#0f3b2e}
.s8 .hero h1 .hl{color:#2F2FE4}
.s8 .eyebrow,.s8 .seclabel{color:#2F2FE4;letter-spacing:3px}
.s8 .btn{border-radius:999px}.s8 .btn.primary{background:#9be870;color:#0f3b2e;font-weight:700}.s8 .btn.ghost{border-color:#0f3b2e}
.s8 .stat .num{color:#2F2FE4}
.s8 .card,.s8 .mapcol,.s8 .contact{border-radius:16px}
.s8 .insight{border-top-color:#2F2FE4}
.s8 .case{border-radius:16px}.s8 .cgrid .case:first-child{grid-row:span 1;background:linear-gradient(160deg,#0f3b2e,#062019);color:#fff}
.s8 .case:first-child h3{color:#fff}.s8 .case:first-child .cidx{color:#7fe3b0}.s8 .case:first-child p{color:#bfe0d4}

/* ================= S9 — NOTION (doodle icons + product-UI mock + logo cloud, friendly) ================= */
.s9{--bg:#fff;--fg:#1f1d1a;--muted:#6b6760;--accent:#2F2FE4;--on-accent:#fff;--card:#f7f7f5;--hair:#eceae6;--radius:12px;--maxw:1120px;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:800;--h-ls:-1.5px}
.s9 .ribbon{background:#f7f7f5;color:#6b6760;border-bottom:1px solid #eceae6}
.s9 .hero{text-align:center;position:relative;overflow:hidden}
.s9 .hero-main{max-width:740px;margin:0 auto}
.s9 .hero h1{font-size:clamp(42px,6.5vw,84px);margin:0 auto}
.s9 .hero h1 .hl{color:#2F2FE4}
.s9 .thai,.s9 .sub{margin:16px auto 0}.s9 .hero-cta,.s9 .stats{justify-content:center}
.s9 .btn{border-radius:10px}.s9 .btn.primary{background:#2F2FE4}
.s9 .hero::before,.s9 .hero::after{content:"";position:absolute;width:54px;height:54px;border-radius:14px;box-shadow:0 8px 20px rgba(0,0,0,.12);transform:rotate(-12deg)}
.s9 .hero::before{left:6%;top:26%;background:linear-gradient(135deg,#ffd166,#ff8c42)}
.s9 .hero::after{right:7%;top:34%;background:linear-gradient(135deg,#8ad7ff,#2F2FE4);transform:rotate(14deg)}
.s9 .heroviz{display:block;max-width:880px;margin:44px auto 0;background:#fff;border:1px solid #eceae6;border-radius:14px;box-shadow:0 24px 60px rgba(0,0,0,.1);padding:16px;min-height:230px;text-align:left}
.s9 .heroviz .vizhead{display:flex;gap:7px;margin-bottom:14px}
.s9 .heroviz .vizhead::before,.s9 .heroviz .vizhead::after{content:"";width:10px;height:10px;border-radius:50%;background:#e0ded9}
.s9 .heroviz span{display:inline-block;width:31%;height:150px;margin:0 1% ;border-radius:10px;vertical-align:top}
.s9 .heroviz span:nth-of-type(1){background:#fdeccb}.s9 .heroviz span:nth-of-type(2){background:#e6f0e9}.s9 .heroviz span:nth-of-type(3){background:#e7e9fb}
.s9 .stat .num{color:#2F2FE4}
.s9 .trust{display:flex;gap:36px;flex-wrap:wrap;justify-content:center;align-items:center;padding:26px 0;margin-top:6px;border-top:1px solid #eceae6}
.s9 .trust span{font:700 14px/1 'Figtree';letter-spacing:1px;color:#9b968d}
.s9 .card{background:#f7f7f5;border:1px solid #eceae6;box-shadow:none}
.s9 .card:nth-child(1){background:#fff4e6}.s9 .card:nth-child(2){background:#eaf6ef}.s9 .card:nth-child(3){background:#eaeefc}.s9 .card:nth-child(4){background:#f6ecfb}
.s9 .case{background:#f3f1fb;color:#1f1d1a;border:1px solid #eceae6}.s9 .case h3,.s9 .case .cidx{color:#1f1d1a}.s9 .case p{color:#6b6760}

/* ================= S10 — PENTAGRAM (radical minimal: serif wordmark, centered statement, project tiles) ================= */
.s10{--bg:#fff;--fg:#111;--muted:#777;--accent:#2F2FE4;--on-accent:#fff;--card:#f2f2f2;--hair:#e4e4e4;--radius:0;--maxw:1320px;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:400;--h-ls:-1px}
.s10 .ribbon{background:#fff;color:#777;border-bottom:1px solid #e4e4e4}
.s10 .brand{font-family:'Figtree',system-ui,sans-serif;font-weight:500;letter-spacing:0}
.s10 .navlinks{font-size:14px;color:#111}
.s10 .hero{min-height:62vh;display:grid;place-items:center;text-align:center}
.s10 .hero-main{max-width:760px}
.s10 .hero .eyebrow,.s10 .hero .thai{display:none}
.s10 .hero h1{font-family:'Figtree',system-ui,sans-serif;font-weight:400;font-size:clamp(26px,3.4vw,44px);background:#efefef;display:inline-block;padding:14px 22px;border-radius:6px;line-height:1.35}
.s10 .hero h1 .hl{text-decoration:underline;text-underline-offset:5px}
.s10 .hero .sub{margin:24px auto 0;max-width:42ch}
.s10 .hero-cta,.s10 .stats{justify-content:center}
.s10 .btn{border-radius:0}.s10 .btn.primary{background:#111}
.s10 .stat .num{color:#111}
.s10 .cgrid{grid-template-columns:repeat(2,1fr);gap:0;margin-top:0}
.s10 .case{min-height:340px;border:none;border-radius:0;padding:34px;color:#fff;justify-content:flex-end}
.s10 .case:nth-child(1){background:linear-gradient(160deg,#1f6feb,#0a2a6b)}
.s10 .case:nth-child(2){background:linear-gradient(160deg,#222,#000)}
.s10 .case:nth-child(3){background:linear-gradient(160deg,#ff6b3d,#b5290a);grid-column:span 2}
.s10 .case h3{font-family:'Figtree',system-ui,sans-serif;font-weight:800;font-size:30px;color:#fff;letter-spacing:-1px}
.s10 .case .cidx{color:rgba(255,255,255,.7)}.s10 .case p{color:rgba(255,255,255,.85)}
.s10 .case:hover{transform:none;opacity:.94}

/* ================= S11 — IBM (light Plex, blue→purple GRADIENT headline, arrow btns, news list) ================= */
.s11{--bg:#fff;--fg:#161616;--muted:#525252;--accent:#2F2FE4;--on-accent:#fff;--card:#f4f4f4;--hair:#e0e0e0;--radius:0;--maxw:1232px;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:600;--h-ls:-1px}
.s11 .ribbon{background:#161616;color:#fff;font-family:'Figtree',system-ui,sans-serif}
.s11 .nav{border-bottom:1px solid #e0e0e0}
.s11 .brand{letter-spacing:-1px}
.s11 .hero{display:grid;grid-template-columns:1.5fr .8fr;gap:48px;align-items:start}
.s11 .hero h1{font-weight:300;font-size:clamp(40px,5.2vw,72px);background:linear-gradient(90deg,#2F2FE4,#8a3ffc);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-1.5px}
.s11 .eyebrow,.s11 .seclabel{color:#2F2FE4;font-family:'Figtree',system-ui,sans-serif;letter-spacing:1px}
.s11 .btn{border-radius:0}.s11 .btn.primary{background:#2F2FE4}.s11 .btn.primary::after,.s11 .btn.ghost::after{content:"→"}.s11 .btn.ghost{border-color:#2F2FE4;color:#2F2FE4}
.s11 .stat .num{color:#2F2FE4;font-weight:300}
.s11 .heroviz{display:block;border-top:1px solid #161616;padding-top:14px}
.s11 .heroviz .vizhead{display:block;font:600 13px/1 'Figtree';color:#161616;margin-bottom:14px}
.s11 .heroviz .vizhead::after{content:"Latest Insights"}
.s11 .heroviz span{display:block;font:400 14px/1.4 'Figtree';color:#2F2FE4;padding:12px 0;border-bottom:1px solid #e0e0e0}
.s11 .heroviz span:nth-of-type(1)::after{content:"IRIS partners on Thailand AI Readiness Index (TARI) →"}
.s11 .heroviz span:nth-of-type(2)::after{content:"How to build capabilities that move organizations forward →"}
.s11 .heroviz span:nth-of-type(3)::after{content:"Transforming HR into a strategic partner to the business →"}
.s11 .pgrid{gap:1px;background:#e0e0e0;border:1px solid #e0e0e0}
.s11 .card{background:#fff;border:none}.s11 .card:hover{transform:none;background:#f4f4f4}.s11 .card .pnum{font-family:'Figtree',system-ui,sans-serif}
.s11 .maps{gap:1px;background:#e0e0e0;border:1px solid #e0e0e0}.s11 .mapcol{background:#fff;border:none}.s11 .mapcol .tot{color:#2F2FE4;font-weight:300}
.s11 .case{border:none;background:#161616;color:#fff}.s11 .case h3,.s11 .case .cidx{color:#fff}.s11 .case p{color:#c6c6c6}
.s11 .insight{border-top-color:#2F2FE4}.s11 .contact{background:#f4f4f4;border:none}

/* ================= S12 — THE ECONOMIST (red masthead, serif, dense newspaper columns) ================= */
.s12{--bg:#fbfaf7;--fg:#1a1a1a;--muted:#56544e;--accent:#2F2FE4;--on-accent:#fff;--card:#fff;--hair:#dcd8cf;--radius:0;--maxw:1180px;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:600;--h-ls:-.4px}
.s12 .ribbon{background:#2F2FE4;color:#fff}
.s12 .nav{border-top:6px solid #2F2FE4;border-bottom:1px solid #1a1a1a}
.s12 .brand{color:#fff;background:#2F2FE4;padding:6px 10px;font-family:'Figtree',system-ui,sans-serif}
.s12 .brand .est{color:#ffffff}
.s12 .eyebrow,.s12 .seclabel{color:#2F2FE4;text-transform:uppercase;letter-spacing:2px;font-weight:700}
.s12 .hero h1 .hl{color:#2F2FE4}
.s12 .btn{border-radius:0}.s12 .btn.primary{background:#2F2FE4}.s12 .btn.ghost{border-color:#1a1a1a}
.s12 .stat .num{color:#2F2FE4}
.s12 .pgrid{grid-template-columns:repeat(3,1fr);gap:0;border-top:2px solid #1a1a1a}
.s12 .card{border:none;border-right:1px solid #dcd8cf;padding:24px 24px 24px 0}.s12 .card:last-child{border-right:none}.s12 .card:hover{transform:none}
.s12 .igrid{display:block;column-count:2;column-gap:48px}
.s12 .insight{break-inside:avoid;margin-bottom:26px;border-top:1px solid #1a1a1a;padding-top:16px}
.s12 .case{background:#1a1a1a;color:#fff}.s12 .case h3,.s12 .case .cidx{color:#fff}.s12 .case p{color:#c9c5bc}

/* ================= S13 — AESOP (full-bleed moody photography, centered serif overlay, refined) ================= */
.s13{--bg:#f3efe6;--fg:#33312b;--muted:#6f6a5d;--accent:#2F2FE4;--on-accent:#f3efe6;--card:#fbf9f3;--hair:#ddd6c7;--radius:0;--maxw:100%;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:400;--h-ls:-.2px}
.s13 .ribbon{background:#33312b;color:#e7e2d6}
.s13 .nav{justify-content:center;flex-direction:column;gap:14px;padding-top:28px}
.s13 .brand{font-weight:400;letter-spacing:3px;font-size:22px}
.s13 .navlinks{font-size:13px;letter-spacing:.5px}
.s13 .hero{margin:0 calc(50% - 50vw);padding:0;min-height:600px;display:grid;place-items:center;text-align:center;
  background:linear-gradient(180deg,rgba(30,40,28,.25),rgba(30,40,28,.55)),linear-gradient(155deg,#5a6e4a,#28341f 70%,#1a2113)}
.s13 .hero-main{max-width:640px;color:#f3efe6;padding:0 20px}
.s13 .hero .eyebrow{color:#d8d2c4;font-style:italic;text-transform:none;letter-spacing:1px}
.s13 .hero h1{color:#fff;font-weight:400;font-size:clamp(30px,4vw,52px);line-height:1.2}
.s13 .hero .thai{display:none}.s13 .hero .sub{color:#e7e2d6}
.s13 .hero-cta,.s13 .stats{justify-content:center}
.s13 .btn{border-radius:0;border:1px solid #f3efe6;background:transparent;color:#f3efe6}.s13 .btn.primary{background:transparent}.s13 .btn.primary::after{content:"→"}
.s13 .hero .stat .num{color:#fff}.s13 .hero .stat .label{color:#d8d2c4}
.s13 .wrap>section,.s13 footer{max-width:1080px;margin-left:auto;margin-right:auto}
.s13 .eyebrow,.s13 .seclabel{color:#6f6a5d;letter-spacing:3px;font-weight:500}
.s13 .stat .num{color:#33312b;font-weight:400}
.s13 .pgrid{grid-template-columns:1fr;gap:0}
.s13 .card{background:transparent;border:none;border-top:1px solid #ddd6c7;display:grid;grid-template-columns:60px 1fr;gap:30px;padding:34px 0}
.s13 .card:hover{transform:none}.s13 .card .pnum{color:#6f6a5d;font-weight:400}.s13 .card .meta{border-top:none}
.s13 .mapcol,.s13 .contact{background:#fbf9f3;border:1px solid #ddd6c7}
.s13 .case{background:#e6e0d2;color:#33312b;border:none}.s13 .case h3,.s13 .case .cidx{color:#33312b}.s13 .case p{color:#6f6a5d}
.s13 .insight{border-top-color:#33312b}

/* ================= S14 — PALANTIR (light render: product-dashboard hero, thin oversized headline) ================= */
.s14{--bg:#f6f7f9;--fg:#0d0f14;--muted:#5b6172;--accent:#2F2FE4;--on-accent:#fff;--card:#fff;--hair:#e4e7ee;--radius:10px;--maxw:1200px;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:200;--h-ls:-1px}
.s14 .ribbon{background:#0d0f14;color:#cfc7ff}.s14 .ribbon::before{content:"◎ "}
.s14 .nav{border-bottom:1px solid #e4e7ee}
.s14 .brand::before{content:"◎ ";color:#2F2FE4}
.s14 .btn.ghost{border-color:#0d0f14}
.s14 .hero{text-align:center;padding-bottom:0}
.s14 .hero-main{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.s14 .hero h1{font-weight:200;font-size:clamp(40px,7vw,108px);letter-spacing:-2px;margin:0 auto}
.s14 .hero h1 .hl{font-weight:200}
.s14 .thai,.s14 .sub{margin:18px auto 0}.s14 .hero-cta,.s14 .stats{justify-content:center}.s14 .stats{margin-bottom:60px}
.s14 .eyebrow,.s14 .seclabel{color:#2F2FE4}
.s14 .heroviz{display:block;max-width:1000px;margin:-30px auto 0;background:#0d0f14;border-radius:14px 14px 0 0;box-shadow:0 -10px 80px rgba(47,47,228,.3);padding:18px;min-height:240px;position:relative;z-index:1}
.s14 .heroviz .vizhead{display:block;height:24px;border-radius:6px;background:linear-gradient(90deg,#2F2FE4,#1f1f9e);margin-bottom:12px;width:40%}
.s14 .heroviz span{display:inline-block;width:23%;height:90px;margin:0 .8%;border-radius:8px;background:#1a1d29;border:1px solid #2b2f42;vertical-align:top}
.s14 .heroviz span:nth-of-type(1){background:linear-gradient(160deg,#1f1f9e,#1a1d29)}
.s14 .heroviz span:nth-of-type(2){background:linear-gradient(160deg,#2a3a8c,#1a1d29)}
.s14 .stat .num{color:#2F2FE4}
.s14 .card,.s14 .mapcol,.s14 .contact{box-shadow:0 8px 24px rgba(13,15,20,.05);border:1px solid #e4e7ee}
.s14 .case{background:linear-gradient(160deg,#1a1d29,#0d0f14);color:#fff;border:none}.s14 .case h3,.s14 .case .cidx{color:#fff}.s14 .case p{color:#b9bdcc}
.s14 .insight{border-top-color:#2F2FE4}

/* ================= S15 — MAILCHIMP (cream, yellow underline + pill buttons + photo circle, chunky) ================= */
.s15{--bg:#fffaf0;--fg:#2F2FE4;--muted:#5f574e;--accent:#2F2FE4;--on-accent:#fff;--card:#fff;--hair:#e7dcc7;--radius:999px;--maxw:1180px;--fd:'Figtree',system-ui,sans-serif;--fb:'Figtree',system-ui,sans-serif;--h-weight:900;--h-ls:-1px}
.s15 .ribbon{background:#2F2FE4;color:#ffe01b}
.s15 .nav{border-bottom:1px solid #e7dcc7}
.s15 .hero{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}
.s15 .hero h1{font-weight:900;font-size:clamp(40px,6vw,82px)}
.s15 .hero h1 .hl{background:linear-gradient(transparent 62%,#ffe01b 62%,#ffe01b 96%,transparent 96%)}
.s15 .eyebrow{color:#2F2FE4;font-weight:700}.s15 .seclabel{color:#b58a00;font-weight:700}
.s15 .btn{border-radius:999px;border:2px solid #2F2FE4}.s15 .btn.primary{background:#ffe01b;color:#2F2FE4;font-weight:700}.s15 .btn.ghost{background:#fff}
.s15 .stat .num{color:#2F2FE4}
.s15 .heroviz{display:block;aspect-ratio:1;max-width:380px;margin-left:auto;border-radius:50%;background:linear-gradient(160deg,#ffd166,#e98c2f);position:relative;overflow:hidden}
.s15 .heroviz .vizhead{display:block;position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:62%;height:72%;background:linear-gradient(180deg,#7a5b3a,#4a3622);border-radius:120px 120px 0 0}
.s15 .heroviz span{display:none}
.s15 .card{border:2px solid #2F2FE4;background:#fff;border-radius:16px}
.s15 .card:hover{transform:translate(-3px,-3px);box-shadow:6px 6px 0 #2F2FE4}
.s15 .card .pnum{color:#2F2FE4;background:#ffe01b;display:inline-block;padding:2px 8px;border-radius:6px}
.s15 .mapcol,.s15 .contact{border:2px solid #2F2FE4;border-radius:16px}.s15 .mapcol .tot{color:#2F2FE4}
.s15 .case{background:#2F2FE4;color:#ffe01b;border:2px solid #2F2FE4;border-radius:16px}
.s15 .case h3{color:#fff}.s15 .case .cidx{color:#ffe01b}.s15 .case p{color:#e9e2d6}
.s15 .insight{border-top:2px solid #2F2FE4}.s15 .insight .date{color:#b58a00}


/* ================= S16 — FRAMER (dark mode, neon gradients, glassmorphism, bold typography) ================= */
.s16 {
  --bg: #000000;
  --fg: #ffffff;
  --muted: #8e8e93;
  --accent: #2F2FE4;
  --on-accent: #ffffff;
  --card: rgba(255, 255, 255, 0.03);
  --hair: rgba(255, 255, 255, 0.08);
  --radius: 12px;
  --maxw: 1200px;
  --fd: 'Figtree',system-ui,sans-serif;
  --fb: 'Figtree',system-ui,sans-serif;
  --h-weight: 800;
  --h-ls: -1.5px;
}
.s16 .ribbon {
  background: #2F2FE4;
  color: #fff;
}
.s16 .nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.s16 .brand {
  color: #fff;
}
.s16 .brand::after {
  content: " ✦";
  color: #2F2FE4;
}
.s16 .hero h1 {
  font-size: clamp(40px, 6.5vw, 84px);
  background: linear-gradient(180deg, #ffffff 50%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.05;
}
.s16 .btn.primary {
  background: #2F2FE4;
  box-shadow: 0 0 20px rgba(47, 47, 228, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.s16 .btn.primary:hover {
  box-shadow: 0 0 30px rgba(47, 47, 228, 0.6);
  transform: translateY(-1.5px);
}
.s16 .btn.ghost {
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
}
.s16 .btn.ghost:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #2F2FE4;
}
.s16 .card {
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}
.s16 .card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.s16 .case {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
}
.s16 .case:hover {
  border-color: #2F2FE4;
  box-shadow: 0 0 25px rgba(47, 47, 228, 0.2);
}
.s16 .case h3, .s16 .case .cidx {
  color: #fff;
}
.s16 .case p {
  color: #8e8e93;
}
.s16 .insight {
  border-top-color: #2F2FE4;
}
.s16 .mapcol {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.s16 .mapcol .tot {
  color: #2F2FE4;
}
.s16 .connect-grid .contact {
  background: rgba(255, 255, 255, 0.02);
}
.s16 .heroviz {
  display: block;
  background: radial-gradient(circle at 50% 50%, #0d0d26 0%, #02020a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  min-height: 360px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.s16 .heroviz::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-top: -140px;
  margin-left: -140px;
  border-radius: 50%;
  border: 1px dashed rgba(47, 47, 228, 0.35);
  animation: rotate-orbit 40s linear infinite;
}
.s16 .heroviz::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  margin-top: -90px;
  margin-left: -90px;
  border-radius: 50%;
  border: 1px solid rgba(128, 0, 255, 0.25);
  animation: rotate-orbit-reverse 30s linear infinite;
}
.s16 .heroviz .vizhead {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin-top: -45px;
  margin-left: -45px;
  background: radial-gradient(circle, rgba(47, 47, 228, 0.7) 0%, rgba(128, 0, 255, 0.35) 50%, transparent 100%);
  border-radius: 50%;
  filter: blur(8px);
  animation: pulse-glow 4s ease-in-out infinite;
}
.s16 .heroviz span {
  display: block;
  position: absolute;
  border-radius: 50%;
}
.s16 .heroviz span:nth-of-type(1) {
  top: 25%;
  left: 25%;
  width: 8px;
  height: 8px;
  background: #4c3cfc;
  box-shadow: 0 0 10px #4c3cfc;
}
.s16 .heroviz span:nth-of-type(2) {
  top: 70%;
  left: 75%;
  width: 10px;
  height: 10px;
  background: #8000ff;
  box-shadow: 0 0 12px #8000ff;
}
.s16 .heroviz span:nth-of-type(3) {
  top: 75%;
  left: 30%;
  width: 6px;
  height: 6px;
  background: #2F2FE4;
  box-shadow: 0 0 8px #2F2FE4;
}


/* ============ CORE PROTO-SPA FUNCTIONAL STYLING ============ */
.page-content {
  display: none;
}
.page-content.active {
  display: block;
  animation: pageFadeIn 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
@keyframes pageFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Sticky Nav System */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow 0.25s, background-color 0.25s;
}
.sticky-header.scrolled {
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  background-color: var(--bg);
}

/* Lang Switcher Pill */
.lang-toggle {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--hair);
  border-radius: 999px;
  padding: 3px;
  background: rgba(0, 0, 0, 0.03);
  font-family: 'Figtree',system-ui,sans-serif;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  gap: 2px;
}
.lang-toggle span {
  padding: 4px 10px;
  border-radius: 999px;
  transition: all 0.2s;
  color: var(--muted);
}
.lang-toggle span.active {
  background: var(--fg);
  color: var(--bg);
}

/* Floating controller for 15 style switching */
.style-controller-btn {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 10001;
  background: #051c2c;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s, background-color 0.2s;
}
.style-controller-btn:hover {
  transform: scale(1.03) translateY(-1px);
  background: #111;
}
.style-controller-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.style-controller-panel {
  position: fixed;
  left: -380px;
  top: 0;
  width: 380px;
  height: 100vh;
  background: rgba(14, 14, 18, 0.96);
  backdrop-filter: blur(16px);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  z-index: 10002;
  transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 15px 0 50px rgba(0,0,0,0.4);
}
.style-controller-panel.open {
  left: 0;
}
.style-controller-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.style-controller-header h3 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #7c8aff;
}
.style-controller-close {
  background: transparent;
  border: none;
  color: #a0a0ab;
  font-size: 20px;
  cursor: pointer;
}
.style-controller-close:hover {
  color: #fff;
}
.style-controller-list {
  flex: 1;
  overflow-y: auto;
  display: grid;
  gap: 8px;
  padding-right: 4px;
}
.style-controller-list button {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #cfd2e0;
  padding: 12px 16px;
  text-align: left;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.style-controller-list button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.style-controller-list button.active {
  background: #fff;
  color: #111;
  border-color: #fff;
  box-shadow: 0 4px 12px rgba(255,255,255,0.15);
}
.style-controller-list button .vibe {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.6;
}
.style-controller-list button.active .vibe {
  opacity: 0.8;
}

/* Image Assets styling */
.img-placeholder-card {
  width: 100%;
  aspect-ratio: 1.5;
  background: linear-gradient(135deg, rgba(0,0,0,0.05), rgba(0,0,0,0.15));
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid var(--hair);
  position: relative;
  overflow: hidden;
}
.img-placeholder-portrait {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #4c3cfc 50%, #8000ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--on-accent, #fff);
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 16px;
  border: 3px solid var(--card);
  box-shadow: 0 8px 16px rgba(0,0,0,0.06);
}
.leader-photo {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
  border: 3px solid var(--card);
  box-shadow: 0 8px 16px rgba(0,0,0,0.06);
  display: block;
}
#landing-leadership h2 {
  max-width: 32ch;
}
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}
.leader-card {
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--radius, 8px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s;
}
.leader-card:hover {
  transform: translateY(-3px);
}
.leader-card .name {
  font-family: var(--fb);
  font-weight: 700;
  font-size: 19px;
  color: var(--fg);
  margin-top: 12px;
}
.leader-card .role {
  font-family: 'Figtree',system-ui,sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 6px 0 12px;
}
.leader-card .bio {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* Contact Modal */
.contact-modal {
  position: fixed;
  inset: 0;
  background: rgba(14, 14, 18, 0.4);
  backdrop-filter: blur(12px);
  z-index: 20000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.contact-modal.open {
  display: flex;
  animation: modalFadeIn 0.3s ease-out;
}
@keyframes modalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.contact-modal-content {
  background: var(--bg);
  border: 1px solid var(--hair);
  border-radius: var(--radius, 12px);
  padding: 40px;
  width: 100%;
  max-width: 680px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  position: relative;
  color: var(--fg);
}
.contact-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--muted);
}
.contact-modal-close:hover {
  color: var(--fg);
}
.contact-modal-content h3 {
  font-family: var(--fd);
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.contact-modal-content p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 24px;
}
.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-group input, .form-group textarea {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid var(--hair);
  background: var(--card);
  color: var(--fg);
  font-family: var(--fb);
  font-size: 14px;
}
.form-group input:focus, .form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
}

/* Keep every text element in the contact modal at one uniform size.
   Overrides the site-wide s2 :where() font-size inflation that leaks in here.
   The heading stays distinct by weight, not size. */
#theme-root.s2 .contact-modal-content h3,
#theme-root.s2 .contact-modal-content p,
#theme-root.s2 .contact-modal-content label,
#theme-root.s2 .contact-modal-content input,
#theme-root.s2 .contact-modal-content textarea,
#theme-root.s2 .contact-modal-content .submit-btn {
  font-size: 17px !important;
  line-height: 1.5 !important;
}

/* AI Page solution layouts styling */
.solution-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
.solution-card {
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--radius, 10px);
  padding: 32px;
  transition: transform 0.2s;
  display: grid;
  gap: 16px;
}
.solution-card:hover {
  transform: translateY(-2px);
}
.solution-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.solution-card-toggle {
  appearance: none;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  text-align: left;
}
.solution-card-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 8px;
}
.solution-card-title {
  font-family: var(--fb);
  font-size: 19px;
  font-weight: 800;
  color: var(--fg);
  line-height: 1.2;
}
.solution-card-indicator {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid var(--hair);
  border-radius: 50%;
  position: relative;
}
.solution-card-indicator::before,
.solution-card-indicator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--accent);
  transform: translate(-50%, -50%);
}
.solution-card-indicator::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.solution-card-toggle[aria-expanded="true"] .solution-card-indicator::after {
  opacity: 0;
}
.solution-card-body {
  display: grid;
  gap: 16px;
}
.solution-card-body[hidden] {
  display: none !important;
}
.solution-card-tag {
  font-family: 'Figtree',system-ui,sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  background: rgba(0,0,0,0.03);
  border: 1px solid var(--hair);
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: 1px;
}
.solution-card-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
}
.solution-card-outcome {
  border-top: 1px solid var(--hair);
  padding-top: 16px;
  font-size: 14px;
  color: var(--fg);
}

/* Capability page delivery modes layout */
.delivery-modes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.delivery-mode-card {
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--radius, 10px);
  padding: 28px;
  transition: transform 0.2s;
}
.delivery-mode-card:hover {
  transform: translateY(-2px);
}
.delivery-mode-card h3 {
  font-family: var(--fb);
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--fg);
  line-height: 1.2;
}
.delivery-mode-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* Capability solution areas grid */
.sol-areas-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.sol-area-card {
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--radius, 8px);
  padding: 20px;
  text-align: center;
  transition: transform 0.2s;
}
.sol-area-card:hover {
  transform: translateY(-2px);
}
.sol-area-card h4 {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 800;
  color: var(--fg);
  margin-bottom: 8px;
  line-height: 1.25;
}
.sol-area-card p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}

/* Platform ecosystem block */
.platform-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}
.platform-visual {
  background: linear-gradient(135deg, var(--accent), #2F2FE4);
  border-radius: 12px;
  aspect-ratio: 1.4;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid var(--hair);
}
.platform-features {
  display: grid;
  gap: 24px;
}
.platform-feature h4 {
  font-family: var(--fb);
  font-size: 15px;
  font-weight: 800;
  color: var(--fg);
  margin-bottom: 6px;
  line-height: 1.25;
}
.platform-feature p {
  font-size: 13.5px;
  color: var(--muted);
}

/* TARI Partner block */
.tari-partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.tari-partner-card {
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--radius, 10px);
  padding: 32px;
  transition: transform 0.2s;
}
.tari-partner-card:hover {
  transform: translateY(-2px);
}
.tari-partner-logo {
  font-size: 20px;
  font-family: var(--fb);
  font-weight: 800;
  color: var(--fg);
  margin-bottom: 16px;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--accent);
}
.tari-partner-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* Hamburger Menu Button */
.hamburger-menu {
  display: none;
  background: transparent;
  border: none;
  font-size: 24px;
  color: var(--fg);
  cursor: pointer;
  padding: 4px 8px;
  user-select: none;
  transition: transform 0.2s;
}
.hamburger-menu:active {
  transform: scale(0.9);
}

/* Custom responsiveness rules */
@media(max-width:980px) {
  .leadership-grid, .sol-areas-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .platform-section {
    grid-template-columns: 1fr;
  }
}

@media(max-width:880px){
  .hamburger-menu {
    display: block;
  }
  .style .nav {
    position: relative;
  }
  .style .navlinks {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--bg);
    border-bottom: 1px solid var(--hair);
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    z-index: 999;
  }
  .style .navlinks.open {
    display: flex;
  }
  .style .pgrid,.style .maps,.style .cgrid,.style .igrid,.style .connect-grid{grid-template-columns:1fr!important}
  .s1 .hero,.s2 #page-landing .hero,.s3 .hero,.s4 .hero,.s6 .hero,.s11 .hero,.s15 .hero,.s16 .hero{display:block}
  .s1 .heroviz,.s4 .heroviz,.s6 .heroviz,.s11 .heroviz,.s15 .heroviz,.s16 .heroviz{margin-top:28px}
  .s3 .pgrid{display:grid}.s3 .card{aspect-ratio:auto;min-height:280px}
  .s10 .case:nth-child(3){grid-column:auto}
  .s12 .igrid{column-count:1}
  .s15 .heroviz{margin:28px auto 0}
  
  .leadership-grid, .delivery-modes-grid, .sol-areas-grid, .tari-partners-grid {
    grid-template-columns: 1fr !important;
  }
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}

/* Orbit Animations */
@keyframes rotate-orbit {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes rotate-orbit-reverse {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}
@keyframes pulse-glow {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.15); opacity: 0.95; }
}

/* Left-aligning Closing CTA Headings */
.style .hero-main h2 {
  max-width: none !important;
  text-align: left !important;
  margin: 0 0 16px !important;
}

/* Figtree typography and card equalization */
.style {
  --fd: 'Figtree',system-ui,sans-serif;
  --fb: 'Figtree',system-ui,sans-serif;
}

.style h1,
.style h2,
.style h3,
.style h4,
.style .solution-card-title,
.style .tari-partner-logo {
  letter-spacing: 0 !important;
}

.style .pgrid,
.leadership-grid,
.delivery-modes-grid,
.sol-areas-grid,
.tari-partners-grid {
  align-items: stretch;
}

.style .pgrid > .card,
.leader-card,
.delivery-mode-card,
.sol-area-card,
.tari-partner-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.style .pgrid > .card {
  min-height: 230px;
}

#landing-products-grid > .card {
  min-height: 270px;
}

.leader-card {
  min-height: 360px;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.solution-card {
  min-height: 330px;
  height: 100%;
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
}

.solution-card-icon {
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(75, 61, 255, 0.08);
  border: 1px solid var(--hair);
  object-fit: contain;
  opacity: 0.86;
}

.style .card h3,
.solution-card-title,
.delivery-mode-card h3 {
  font-size: 20px;
  line-height: 1.18;
  font-weight: 800;
}

.sol-area-card h4,
.platform-feature h4 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

.tari-partner-logo {
  font-size: 18px;
  line-height: 1.25;
}

.delivery-mode-card {
  min-height: 230px;
}

.sol-area-card {
  min-height: 170px;
  justify-content: flex-start;
}

.platform-features {
  align-items: stretch;
}

.platform-feature {
  min-height: 108px;
}

.tari-partner-card {
  min-height: 220px;
}

@media(max-width:880px) {
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .style .pgrid > .card,
  #landing-products-grid > .card,
  .leader-card,
  .solution-card,
  .delivery-mode-card,
  .sol-area-card,
  .platform-feature,
  .tari-partner-card {
    min-height: auto;
  }
}

/* Landing hero visual placement */
.s2 #page-landing > .hero:first-of-type {
  min-height: clamp(660px, 56vw, 880px) !important;
  overflow: visible !important;
  padding-top: clamp(72px, 8vw, 116px) !important;
  padding-bottom: clamp(92px, 10vw, 150px) !important;
}
/* keep the right-bleeding visual from creating a horizontal scrollbar */
#theme-root.s2 { overflow-x: hidden !important; }

.s2 #page-landing > .hero:first-of-type .hero-main {
  max-width: min(62%, 760px) !important;
}

.s2 #page-landing > .hero:first-of-type .heroviz {
  top: 50% !important;
  bottom: auto !important;
  left: auto !important;
  /* bleed the right edge out to the viewport edge, using the side blank space */
  right: calc((100% - 100vw) / 2) !important;
  width: auto !important;
  height: auto !important;
  transform: translateY(-50%) !important;
  overflow: visible !important;
  display: block !important;
  opacity: 0.66;
  /* show the whole image: no fade mask */
  -webkit-mask-image: none !important;
          mask-image: none !important;
}

.s2 #page-landing > .hero:first-of-type .heroviz .hero-graphic {
  position: static !important;
  top: auto !important;
  right: auto !important;
  /* whole image, large, no crop — width follows the chosen height */
  width: auto !important;
  height: clamp(620px, 82vh, 900px) !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  margin: 0 !important;
  transform: none !important;
}

.s2 #page-landing > .hero:not(:first-of-type) {
  min-height: auto !important;
  overflow: visible !important;
}

.s2 #page-landing > .hero:not(:first-of-type) .hero-main {
  max-width: 800px !important;
}

/* Closing CTA copy: allow the subtitle to sit on a single line */
#theme-root.s2 #page-landing > .hero.closing-hero .closing-main {
  max-width: 1040px !important;
}

@media(max-width:1100px) {
  .s2 #page-landing > .hero:first-of-type .hero-main {
    max-width: 74% !important;
  }

  .s2 #page-landing > .hero:first-of-type .heroviz {
    left: auto !important;
    right: calc((100% - 100vw) / 2) !important;
    width: auto !important;
    height: auto !important;
    opacity: 0.6;
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
}

@media(max-width:880px) {
  .s2 #page-landing > .hero:first-of-type {
    min-height: auto !important;
    overflow: hidden !important;
    padding-bottom: 56px !important;
  }

  .s2 #page-landing > .hero:first-of-type .hero-main {
    max-width: 100% !important;
  }

  .s2 #page-landing > .hero:first-of-type .heroviz {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: min(118vw, 620px) !important;
    height: 320px !important;
    margin: 32px -24vw 0 auto !important;
    opacity: 0.5;
  }

  .s2 #page-landing > .hero:first-of-type .heroviz .hero-graphic {
    width: 100% !important;
  }

}

/* Final IRIS landing refresh based on supplied visual direction */
#theme-root.s2 {
  --accent: #4B3DFF;
  --fg: #101116;
  --muted: #4F5770;
  --hair: #4B3DFF;
  background: #fff !important;
  overflow-x: hidden !important;
}

.s2 .wrap {
  max-width: 1480px;
  padding-inline: clamp(28px, 3.2vw, 48px);
}

.s2 .nav {
  align-items: center;
  padding: 20px 0 42px;
}

.s2 .brand-logo {
  height: 32px !important;
  width: auto;
}

.s2 .navlinks {
  align-items: center;
  gap: clamp(24px, 2.4vw, 38px);
  color: #1f2440;
  font-size: 15px;
  font-weight: 500;
}

.s2 .header-cta {
  min-height: 48px;
  padding: 13px 23px !important;
  border-radius: 6px !important;
  font-size: 15px !important;
}

.s2 #page-landing > .hero:first-of-type {
  min-height: calc(100vh - 111px) !important;
  padding-top: clamp(78px, 10vh, 146px) !important;
  padding-bottom: clamp(42px, 6vh, 80px) !important;
  overflow: visible !important;
}

.s2 #page-landing > .hero:first-of-type .hero-main {
  max-width: min(54vw, 800px) !important;
  z-index: 3;
}

.s2 #page-landing > .hero:first-of-type h1 {
  max-width: 820px;
  font-size: clamp(58px, 6.28vw, 96px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
  text-transform: uppercase;
}

.s2 #page-landing > .hero:first-of-type h1 .hl {
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
}

.s2 #page-landing > .hero:first-of-type .sub {
  margin-top: 28px;
  max-width: 660px;
  color: #566078;
  font-size: clamp(21px, 1.65vw, 24px);
  line-height: 1.58;
}

.s2 #page-landing > .hero:first-of-type .hero-cta {
  gap: 14px;
  margin-top: 34px;
}

.s2 #page-landing > .hero:first-of-type .btn {
  min-height: 49px;
  border-radius: 7px;
  padding: 13px 23px;
  font-size: 15px;
}

.s2 #page-landing > .hero:first-of-type .btn.ghost {
  border-color: var(--accent);
  color: var(--accent);
  background: #fff;
}

.s2 .card p,
.s2 .case p,
.s2 .insight p,
.s2 .mapcol li,
.s2 .contact a,
.s2 .contact span,
.s2 .addr {
  font-size: 16px;
  line-height: 1.7;
}

.s2 .card h3 {
  font-size: 21px;
}

.s2 .leadership-grid {
  gap: 28px;
}

.s2 .leader-card {
  padding: 34px 28px;
}

.s2 .leader-card .name {
  font-size: 22px;
  line-height: 1.18;
}

.s2 .leader-card .role {
  font-size: 13px;
  letter-spacing: 2px;
  margin: 8px 0 16px;
}

.s2 .leader-card .bio {
  max-width: 34em;
  color: #3f485f;
  font-size: 17px;
  line-height: 1.72;
}

.s2 .leader-photo {
  width: 144px;
  height: 144px;
  margin-bottom: 22px;
}

.s2 #page-org-people > .hero:first-of-type,
.s2 #page-hr-transform > .hero:first-of-type,
.s2 #page-ai-transform > .hero:first-of-type,
.s2 #page-cap-transform > .hero:first-of-type,
.s2 #page-tari > .hero:first-of-type {
  min-height: clamp(520px, 54vh, 660px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.s2 #page-org-people > .hero:first-of-type .hero-main,
.s2 #page-hr-transform > .hero:first-of-type .hero-main,
.s2 #page-ai-transform > .hero:first-of-type .hero-main,
.s2 #page-cap-transform > .hero:first-of-type .hero-main,
.s2 #page-tari > .hero:first-of-type .hero-main {
  max-width: min(66vw, 880px);
  z-index: 2;
}

.s2 #page-org-people > .hero:first-of-type::after,
.s2 #page-hr-transform > .hero:first-of-type::after,
.s2 #page-ai-transform > .hero:first-of-type::after,
.s2 #page-cap-transform > .hero:first-of-type::after,
.s2 #page-tari > .hero:first-of-type::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: min(68vw, 1040px);
  height: min(62vh, 650px);
  background: var(--page-line-image, url("images/page-line-asset-clean.jpg")) center / contain no-repeat;
  opacity: 0.9;
}

.s2 #page-org-people > .hero:first-of-type::after {
  --page-line-image: url("images/page-line-sweep-clean.jpg");
  right: calc((100% - 100vw) / 2 - 150px);
  top: 0;
  transform: rotate(0deg);
}

.s2 #page-hr-transform > .hero:first-of-type::after {
  --page-line-image: url("images/page-line-hourglass-clean.jpg");
  right: calc((100% - 100vw) / 2 - 210px);
  bottom: -120px;
  transform: rotate(180deg);
}

.s2 #page-ai-transform > .hero:first-of-type::after {
  --page-line-image: url("images/page-line-hourglass-alt-clean.jpg");
  right: calc((100% - 100vw) / 2 - 120px);
  top: -90px;
  transform: rotate(90deg);
}

.s2 #page-cap-transform > .hero:first-of-type::after {
  --page-line-image: url("images/page-line-orbit-clean.jpg");
  right: calc((100% - 100vw) / 2 - 210px);
  top: 70px;
  transform: rotate(-90deg);
}

.s2 #page-tari > .hero:first-of-type::after {
  --page-line-image: url("images/page-line-asset-clean.jpg");
  right: calc((100% - 100vw) / 2 - 180px);
  bottom: -90px;
  transform: rotate(12deg);
}

.s2 #page-landing > .hero:first-of-type .heroviz {
  position: absolute !important;
  top: 51% !important;
  right: calc((100% - 100vw) / 2 - 34px) !important;
  width: min(70vw, 1080px) !important;
  height: min(82vh, 820px) !important;
  transform: translateY(-50%) !important;
  display: block !important;
  opacity: 0.98;
  z-index: 1;
  pointer-events: none;
}

.s2 #page-landing > .hero:first-of-type .heroviz .hero-graphic {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center right !important;
  transform: none !important;
  margin: 0 !important;
}

@media (min-width: 1280px) {
  .s2 #page-landing > .hero:first-of-type .heroviz {
    right: calc((100% - 100vw) / 2 - 110px) !important;
    width: min(74vw, 1160px) !important;
  }
}

/* Final reference pass: match the provided IRIS hero screenshot */
#theme-root.s2 {
  --font-heading: clamp(88px, 5.85vw, 114px);
  --font-topic: 18px;
  --font-reading: 16px;
}

#theme-root.s2 .wrap {
  max-width: none !important;
  padding-inline: 38px !important;
}

#theme-root.s2 .nav {
  height: 126px !important;
  padding: 28px 0 36px !important;
  align-items: flex-start !important;
  border: 0 !important;
  background: transparent !important;
  position: relative !important;
  z-index: 30 !important;
}

#theme-root.s2 .brand-logo {
  height: 42px !important;
  width: auto !important;
  display: block !important;
}

#theme-root.s2 .navlinks {
  gap: 34px !important;
  margin-top: 45px !important;
  align-items: center !important;
}

#theme-root.s2 .navlinks a {
  color: #141823 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

#theme-root.s2 .header-cta {
  min-width: 164px !important;
  min-height: 62px !important;
  padding: 0 28px !important;
  margin-top: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #4936ff !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type {
  min-height: auto !important;
  padding: 166px 0 24px !important;
  margin: 0 !important;
  display: block !important;
  position: relative !important;
  overflow: visible !important;
  border: 0 !important;
  background: #fff !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .hero-main {
  width: 760px !important;
  max-width: 760px !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 5 !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type h1 {
  margin: 0 !important;
  width: 1000px !important;
  max-width: 1000px !important;
  color: #111218 !important;
  font-size: var(--font-heading) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type h1 .hl {
  color: #4936ff !important;
  -webkit-text-fill-color: #4936ff !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .sub {
  width: 760px !important;
  max-width: 760px !important;
  margin: 34px 0 0 !important;
  color: #566078 !important;
  font-size: var(--font-topic) !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .hero-cta {
  margin-top: 46px !important;
  gap: 20px !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .btn {
  min-width: 204px !important;
  min-height: 64px !important;
  padding: 0 30px !important;
  border-radius: 7px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: var(--font-reading) !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .btn.primary {
  background: #4936ff !important;
  border-color: #4936ff !important;
  color: #fff !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .btn.ghost {
  background: #fff !important;
  border: 2px solid #4936ff !important;
  color: #4936ff !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .heroviz {
  display: block !important;
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none !important;
  left: 0 !important;
  top: -80px !important;
  right: calc((100% - 100vw) / 2 - 38px) !important;
  bottom: -80px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  overflow: hidden !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .heroviz .hero-graphic {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  object-position: center top !important;
  opacity: 1 !important;
  display: block !important;
  transform: none !important;
}

#theme-root.s2 :where(p, a, span, li, div, button, input, textarea, label) {
  font-size: var(--font-reading) !important;
  line-height: 1.35 !important;
}

#theme-root.s2 :where(h2, h3, h4, .card h3, .case h3, .insight h3, .mapcol h4, .delivery-mode-card h3, .platform-feature h4, .tari-partner-logo, .solution-card-title, .leader-card .name) {
  font-size: var(--font-topic) !important;
  line-height: 1.2 !important;
}

#theme-root.s2 :where(.hero h1, .stat .num, .pnum) {
  font-size: var(--font-heading) !important;
  line-height: 1.08 !important;
}

@media (max-width: 880px) {
  #theme-root.s2 {
    --font-heading: clamp(42px, 12vw, 58px);
    --font-topic: 17px;
    --font-reading: 15px;
  }

  #theme-root.s2 .wrap {
    padding-inline: 22px !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type {
    min-height: 760px !important;
    padding-top: 88px !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-landing > .hero:first-of-type h1,
  #theme-root.s2 #page-landing > .hero:first-of-type .sub {
    width: 100% !important;
    max-width: 100% !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type .heroviz {
    left: 0 !important;
    top: -90px !important;
    right: -70vw !important;
    bottom: 0 !important;
    opacity: .38 !important;
  }
}
@media (max-width: 1100px) {
  .s2 .nav {
    padding-bottom: 28px;
  }

  .s2 #page-landing > .hero:first-of-type {
    min-height: auto !important;
  }

  .s2 #page-landing > .hero:first-of-type .hero-main {
    max-width: 68vw !important;
  }

  .s2 #page-landing > .hero:first-of-type .heroviz {
    right: calc((100% - 100vw) / 2 - 160px) !important;
    width: 82vw !important;
    opacity: 0.72;
  }
}

@media (max-width: 880px) {
  .s2 .wrap {
    padding-inline: 22px;
  }

  .s2 .nav {
    padding: 18px 0 18px;
  }

  .s2 #page-landing > .hero:first-of-type {
    padding-top: 54px !important;
    padding-bottom: 46px !important;
    overflow: hidden !important;
  }

  .s2 #page-landing > .hero:first-of-type .hero-main {
    max-width: 100% !important;
  }

  .s2 #page-landing > .hero:first-of-type h1 {
    font-size: clamp(44px, 13vw, 64px);
    line-height: 1.02;
  }

  .s2 #page-landing > .hero:first-of-type .sub {
    max-width: 100%;
    font-size: 19px;
  }

  .s2 #page-landing > .hero:first-of-type .heroviz {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 138vw !important;
    height: 330px !important;
    margin: 20px -48vw 0 auto !important;
    transform: none !important;
    opacity: 0.55;
  }

  .s2 #page-org-people > .hero:first-of-type,
  .s2 #page-hr-transform > .hero:first-of-type,
  .s2 #page-ai-transform > .hero:first-of-type,
  .s2 #page-cap-transform > .hero:first-of-type,
  .s2 #page-tari > .hero:first-of-type {
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 74px;
  }

  .s2 #page-org-people > .hero:first-of-type .hero-main,
  .s2 #page-hr-transform > .hero:first-of-type .hero-main,
  .s2 #page-ai-transform > .hero:first-of-type .hero-main,
  .s2 #page-cap-transform > .hero:first-of-type .hero-main,
  .s2 #page-tari > .hero:first-of-type .hero-main {
    max-width: 100%;
  }

  .s2 #page-org-people > .hero:first-of-type::after,
  .s2 #page-hr-transform > .hero:first-of-type::after,
  .s2 #page-ai-transform > .hero:first-of-type::after,
  .s2 #page-cap-transform > .hero:first-of-type::after,
  .s2 #page-tari > .hero:first-of-type::after {
    width: 132vw;
    height: 360px;
    right: -58vw;
    top: auto;
    bottom: -130px;
    opacity: 0.36;
  }
}

/* Prominent section card numbers */
.style .pnum {
  display: block;
  color: var(--accent) !important;
  font-family: var(--fb);
  font-size: clamp(64px, 5.8vw, 90px);
  font-weight: 800;
  line-height: 0.84;
  letter-spacing: -0.06em;
  margin: 0 0 28px !important;
}

.style .pnum + h3 {
  margin-top: 0 !important;
}

.style .pnum + h3::after,
.delivery-mode-card .pnum + h3::after {
  content: "";
  display: block;
  width: 78px;
  height: 1px;
  background: currentColor;
  opacity: 0.42;
  margin: 28px 0 0;
}

.style .pgrid > .card,
.delivery-mode-card {
  padding: 32px !important;
}

.style .pgrid > .card {
  min-height: 430px;
}

#landing-products-grid > .card {
  min-height: 460px;
}

.delivery-mode-card {
  min-height: 410px;
}

.solution-card {
  position: relative;
  min-height: 430px;
}

.solution-card.collapsible-solution-card {
  min-height: 0;
  height: auto;
  grid-template-rows: none;
}

.solution-card.collapsible-solution-card.is-open {
  min-height: 0;
  height: auto;
}

.solution-card-icon {
  position: absolute !important;
  top: 32px;
  right: 32px;
}

.solution-card::before {
  display: block;
  color: var(--accent);
  font-family: var(--fb);
  font-size: clamp(64px, 5.8vw, 90px);
  font-weight: 800;
  line-height: 0.84;
  letter-spacing: -0.06em;
  margin: 0 0 24px;
}

.solution-card:nth-child(1)::before { content: "01"; }
.solution-card:nth-child(2)::before { content: "02"; }
.solution-card:nth-child(3)::before { content: "03"; }
.solution-card:nth-child(4)::before { content: "04"; }

.solution-card-title::after {
  content: "";
  display: block;
  width: 78px;
  height: 1px;
  background: currentColor;
  opacity: 0.42;
  margin: 28px 0 0;
}

@media(max-width:880px) {
  .style .pnum,
  .solution-card::before {
    font-size: clamp(52px, 15vw, 72px);
    margin-bottom: 22px !important;
  }

  .style .pgrid > .card,
  #landing-products-grid > .card,
  .delivery-mode-card,
  .solution-card {
    min-height: auto;
  }
}

/* Final type system and visual motion pass */
#theme-root.s2 {
  --type-eyebrow: 13px;
  --type-nav: 15px;
  --type-button: 15px;
  --type-body: 17px;
  --type-body-lg: 21px;
  --type-card-title: 22px;
  --type-section-title: clamp(34px, 3.5vw, 48px);
  --type-page-title: clamp(56px, 5.8vw, 88px);
  --visual-tab-rotation: 0deg;
  --visual-scroll-rotation: 0deg;
  --visual-scroll-x: 0px;
  --visual-scroll-y: 0px;
  --landing-visual-rotation: 0deg;
  --landing-visual-scale: 1;
}

.s2 .navlinks {
  font-size: var(--type-nav) !important;
}

.s2 .btn,
.s2 .header-cta {
  font-size: var(--type-button) !important;
}

.s2 .eyebrow,
.s2 .seclabel,
.s2 .leader-card .role,
.s2 .contact .role {
  font-size: var(--type-eyebrow) !important;
  letter-spacing: 2px;
}

.s2 .hero h1 {
  font-size: var(--type-page-title) !important;
  line-height: 1.02;
}

.s2 #page-landing > .hero:first-of-type h1 {
  font-size: clamp(62px, 6.28vw, 96px) !important;
  line-height: 1;
}

.s2 h2,
.s2 #landing-leadership h2 {
  font-size: var(--type-section-title) !important;
  line-height: 1.12;
}

.s2 .sub,
.s2 .thai,
.s2 #page-landing > .hero:first-of-type .sub {
  font-size: var(--type-body-lg) !important;
  line-height: 1.6;
}

.s2 .card p,
.s2 .case p,
.s2 .insight p,
.s2 .mapcol li,
.s2 .contact a,
.s2 .contact span,
.s2 .addr,
.s2 .delivery-mode-card p,
.s2 .sol-area-card p,
.s2 .platform-feature p,
.s2 .tari-partner-card p,
.s2 .solution-card-description,
.s2 .leader-card .bio {
  font-size: var(--type-body) !important;
  line-height: 1.72;
}

.s2 .card h3,
.s2 .case h3,
.s2 .insight h3,
.s2 .mapcol h4,
.s2 .delivery-mode-card h3,
.s2 .platform-feature h4,
.s2 .tari-partner-logo,
.s2 .solution-card-title,
.s2 .leader-card .name {
  font-size: var(--type-card-title) !important;
  line-height: 1.18;
}

.s2 .leader-photo {
  width: 144px !important;
  height: 144px !important;
}

.s2 #page-landing > .hero:first-of-type .heroviz {
  transform: translateY(-50%) rotate(var(--landing-visual-rotation)) scale(var(--landing-visual-scale)) !important;
  transform-origin: 70% 52%;
  transition: transform 700ms cubic-bezier(.2,.8,.2,1), opacity 300ms ease;
  will-change: transform;
}

.s2 #page-org-people > .hero:first-of-type,
.s2 #page-hr-transform > .hero:first-of-type,
.s2 #page-ai-transform > .hero:first-of-type,
.s2 #page-cap-transform > .hero:first-of-type,
.s2 #page-tari > .hero:first-of-type {
  --visual-base-rotation: 0deg;
}

.s2 #page-org-people > .hero:first-of-type::after,
.s2 #page-hr-transform > .hero:first-of-type::after,
.s2 #page-ai-transform > .hero:first-of-type::after,
.s2 #page-cap-transform > .hero:first-of-type::after,
.s2 #page-tari > .hero:first-of-type::after {
  transform:
    translate3d(var(--visual-scroll-x), var(--visual-scroll-y), 0)
    rotate(calc(var(--visual-base-rotation) + var(--visual-tab-rotation) + var(--visual-scroll-rotation))) !important;
  transform-origin: 54% 55%;
  transition: transform 720ms cubic-bezier(.2,.8,.2,1), opacity 300ms ease;
  will-change: transform;
}

.s2.visual-page-change #page-org-people > .hero:first-of-type::after,
.s2.visual-page-change #page-hr-transform > .hero:first-of-type::after,
.s2.visual-page-change #page-ai-transform > .hero:first-of-type::after,
.s2.visual-page-change #page-cap-transform > .hero:first-of-type::after,
.s2.visual-page-change #page-tari > .hero:first-of-type::after,
.s2.visual-page-change #page-landing > .hero:first-of-type .heroviz {
  opacity: 1;
}

.s2 #page-org-people > .hero:first-of-type {
  --visual-base-rotation: 0deg;
}

.s2 #page-hr-transform > .hero:first-of-type {
  --visual-base-rotation: 180deg;
}

.s2 #page-ai-transform > .hero:first-of-type {
  --visual-base-rotation: 90deg;
}

.s2 #page-cap-transform > .hero:first-of-type {
  --visual-base-rotation: -90deg;
}

.s2 #page-tari > .hero:first-of-type {
  --visual-base-rotation: 12deg;
}

@media (max-width: 880px) {
  #theme-root.s2 {
    --type-nav: 17px;
    --type-body: 16px;
    --type-body-lg: 19px;
    --type-card-title: 21px;
    --type-section-title: clamp(30px, 8vw, 38px);
    --type-page-title: clamp(42px, 12vw, 60px);
  }

  .s2 #page-landing > .hero:first-of-type h1 {
    font-size: clamp(44px, 13vw, 64px) !important;
  }

  .s2 #page-landing > .hero:first-of-type .heroviz {
    transform: rotate(var(--landing-visual-rotation)) scale(var(--landing-visual-scale)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .s2 #page-landing > .hero:first-of-type .heroviz,
  .s2 #page-org-people > .hero:first-of-type::after,
  .s2 #page-hr-transform > .hero:first-of-type::after,
  .s2 #page-ai-transform > .hero:first-of-type::after,
  .s2 #page-cap-transform > .hero:first-of-type::after,
  .s2 #page-tari > .hero:first-of-type::after {
    transition: none !important;
    transform: none !important;
  }
}

/* Expand service visuals into full-page fields, not corner decorations */
.s2 #page-org-people,
.s2 #page-hr-transform,
.s2 #page-ai-transform,
.s2 #page-cap-transform,
.s2 #page-tari {
  position: relative;
  overflow: hidden;
}

.s2 #page-org-people > .hero:first-of-type,
.s2 #page-hr-transform > .hero:first-of-type,
.s2 #page-ai-transform > .hero:first-of-type,
.s2 #page-cap-transform > .hero:first-of-type,
.s2 #page-tari > .hero:first-of-type {
  min-height: clamp(680px, 78vh, 920px) !important;
  overflow: visible !important;
}

.s2 #page-org-people > .hero:first-of-type::before,
.s2 #page-hr-transform > .hero:first-of-type::before,
.s2 #page-ai-transform > .hero:first-of-type::before,
.s2 #page-cap-transform > .hero:first-of-type::before,
.s2 #page-tari > .hero:first-of-type::before {
  content: "";
  position: absolute;
  inset: -140px calc((100% - 100vw) / 2) -420px calc((100% - 100vw) / 2);
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 25%, rgba(255,255,255,.72) 50%, rgba(255,255,255,.08) 100%);
}

.s2 #page-org-people > .hero:first-of-type::after,
.s2 #page-hr-transform > .hero:first-of-type::after,
.s2 #page-ai-transform > .hero:first-of-type::after,
.s2 #page-cap-transform > .hero:first-of-type::after,
.s2 #page-tari > .hero:first-of-type::after {
  width: min(125vw, 1880px) !important;
  height: min(118vh, 1280px) !important;
  opacity: 0.86;
  background-size: contain;
  background-position: center right;
  z-index: 0;
}

.s2 #page-org-people > .hero:first-of-type .hero-main,
.s2 #page-hr-transform > .hero:first-of-type .hero-main,
.s2 #page-ai-transform > .hero:first-of-type .hero-main,
.s2 #page-cap-transform > .hero:first-of-type .hero-main,
.s2 #page-tari > .hero:first-of-type .hero-main {
  z-index: 2;
}

.s2 #page-org-people > .hero:first-of-type::after {
  right: calc((100% - 100vw) / 2 - 520px) !important;
  top: -160px !important;
}

.s2 #page-hr-transform > .hero:first-of-type::after {
  right: calc((100% - 100vw) / 2 - 470px) !important;
  bottom: -360px !important;
}

.s2 #page-ai-transform > .hero:first-of-type::after {
  right: calc((100% - 100vw) / 2 - 500px) !important;
  top: -300px !important;
}

.s2 #page-cap-transform > .hero:first-of-type::after {
  right: calc((100% - 100vw) / 2 - 470px) !important;
  top: -120px !important;
}

.s2 #page-tari > .hero:first-of-type::after {
  right: calc((100% - 100vw) / 2 - 510px) !important;
  bottom: -330px !important;
}

@media (max-width: 880px) {
  .s2 #page-org-people > .hero:first-of-type,
  .s2 #page-hr-transform > .hero:first-of-type,
  .s2 #page-ai-transform > .hero:first-of-type,
  .s2 #page-cap-transform > .hero:first-of-type,
  .s2 #page-tari > .hero:first-of-type {
    min-height: auto !important;
    overflow: hidden !important;
  }

  .s2 #page-org-people > .hero:first-of-type::before,
  .s2 #page-hr-transform > .hero:first-of-type::before,
  .s2 #page-ai-transform > .hero:first-of-type::before,
  .s2 #page-cap-transform > .hero:first-of-type::before,
  .s2 #page-tari > .hero:first-of-type::before {
    inset: auto -22px -180px -22px;
    height: 430px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.82) 42%, #fff 100%);
  }

  .s2 #page-org-people > .hero:first-of-type::after,
  .s2 #page-hr-transform > .hero:first-of-type::after,
  .s2 #page-ai-transform > .hero:first-of-type::after,
  .s2 #page-cap-transform > .hero:first-of-type::after,
  .s2 #page-tari > .hero:first-of-type::after {
    width: 210vw !important;
    height: 760px !important;
    right: -112vw !important;
    top: auto !important;
    bottom: -260px !important;
    opacity: 0.34;
  }
}

/* Page-wide visual fields */
.s2 #page-org-people { --page-line-image: url("images/page-line-sweep-clean.jpg"); }
.s2 #page-hr-transform { --page-line-image: url("images/page-line-hourglass-clean.jpg"); }
.s2 #page-ai-transform { --page-line-image: url("images/page-line-hourglass-alt-clean.jpg"); }
.s2 #page-cap-transform { --page-line-image: url("images/page-line-orbit-clean.jpg"); }
.s2 #page-tari { --page-line-image: url("images/page-line-asset-clean.jpg"); }

.s2 #page-org-people::before,
.s2 #page-hr-transform::before,
.s2 #page-ai-transform::before,
.s2 #page-cap-transform::before,
.s2 #page-tari::before {
  content: "";
  position: absolute;
  top: -120px;
  right: calc((100% - 100vw) / 2 - 18vw);
  z-index: 0;
  width: min(118vw, 1800px);
  height: min(1600px, 160vh);
  pointer-events: none;
  background: var(--page-line-image) center / cover no-repeat;
  opacity: 0.16;
  transform:
    translate3d(calc(var(--visual-scroll-x) * .55), calc(var(--visual-scroll-y) * .55), 0)
    rotate(calc(var(--visual-base-rotation, 0deg) + var(--visual-tab-rotation) * .4 + var(--visual-scroll-rotation) * .6));
  transform-origin: 62% 46%;
  transition: transform 720ms cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}

.s2 #page-org-people > *,
.s2 #page-hr-transform > *,
.s2 #page-ai-transform > *,
.s2 #page-cap-transform > *,
.s2 #page-tari > * {
  position: relative;
  z-index: 1;
}

.s2 #page-org-people > .hero:first-of-type::after,
.s2 #page-hr-transform > .hero:first-of-type::after,
.s2 #page-ai-transform > .hero:first-of-type::after,
.s2 #page-cap-transform > .hero:first-of-type::after,
.s2 #page-tari > .hero:first-of-type::after {
  width: min(150vw, 2200px) !important;
  height: min(145vh, 1450px) !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0.48;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 22%, rgba(0,0,0,.3) 38%, #000 58%);
          mask-image: linear-gradient(90deg, transparent 0%, transparent 22%, rgba(0,0,0,.3) 38%, #000 58%);
}

.s2 #page-org-people > .hero:first-of-type::after {
  right: calc((100% - 100vw) / 2 - 760px) !important;
  top: -270px !important;
}

.s2 #page-hr-transform > .hero:first-of-type::after {
  right: calc((100% - 100vw) / 2 - 690px) !important;
  bottom: -470px !important;
}

.s2 #page-ai-transform > .hero:first-of-type::after {
  right: calc((100% - 100vw) / 2 - 720px) !important;
  top: -470px !important;
}

.s2 #page-cap-transform > .hero:first-of-type::after {
  right: calc((100% - 100vw) / 2 - 650px) !important;
  top: -260px !important;
}

.s2 #page-tari > .hero:first-of-type::after {
  right: calc((100% - 100vw) / 2 - 720px) !important;
  bottom: -460px !important;
}

@media (max-width: 880px) {
  .s2 #page-org-people::before,
  .s2 #page-hr-transform::before,
  .s2 #page-ai-transform::before,
  .s2 #page-cap-transform::before,
  .s2 #page-tari::before {
    top: 110px;
    right: -120vw;
    width: 240vw;
    height: 1120px;
    opacity: 0.11;
  }

  .s2 #page-org-people > .hero:first-of-type::after,
  .s2 #page-hr-transform > .hero:first-of-type::after,
  .s2 #page-ai-transform > .hero:first-of-type::after,
  .s2 #page-cap-transform > .hero:first-of-type::after,
  .s2 #page-tari > .hero:first-of-type::after {
    width: 260vw !important;
    height: 980px !important;
    right: -150vw !important;
    bottom: -360px !important;
    opacity: 0.28;
    background-size: cover !important;
  }
}

/* Match all service pages to the HR Transformation visual treatment */
.s2 #page-org-people,
.s2 #page-ai-transform,
.s2 #page-cap-transform,
.s2 #page-tari {
  --page-line-image: url("images/page-line-hourglass-clean.jpg");
}

.s2 #page-org-people > .hero:first-of-type,
.s2 #page-ai-transform > .hero:first-of-type,
.s2 #page-cap-transform > .hero:first-of-type,
.s2 #page-tari > .hero:first-of-type {
  --visual-base-rotation: 180deg;
}

.s2 #page-org-people > .hero:first-of-type::after,
.s2 #page-ai-transform > .hero:first-of-type::after,
.s2 #page-cap-transform > .hero:first-of-type::after,
.s2 #page-tari > .hero:first-of-type::after {
  --page-line-image: url("images/page-line-hourglass-clean.jpg");
  right: calc((100% - 100vw) / 2 - 690px) !important;
  top: auto !important;
  bottom: -470px !important;
}

@media (max-width: 880px) {
  .s2 #page-org-people > .hero:first-of-type::after,
  .s2 #page-ai-transform > .hero:first-of-type::after,
  .s2 #page-cap-transform > .hero:first-of-type::after,
  .s2 #page-tari > .hero:first-of-type::after {
    right: -150vw !important;
    top: auto !important;
    bottom: -360px !important;
  }
}

/* Final simplification: three text sizes and static reference-style visuals */
#theme-root.s2 {
  --font-heading: clamp(46px, 5.2vw, 76px);
  --font-topic: 18px;
  --font-reading: 16px;
  --visual-tab-rotation: 0deg;
  --visual-scroll-rotation: 0deg;
  --visual-scroll-x: 0px;
  --visual-scroll-y: 0px;
  --landing-visual-rotation: 0deg;
  --landing-visual-scale: 1;
}

.s2 .hero h1,
.s2 .stat .num,
.s2 .pnum,
.s2 .solution-card::before {
  font-size: var(--font-heading) !important;
  line-height: 1;
}

.s2 .card h3,
.s2 #landing-products-grid .card h3,
.s2 h2,
.s2 .case h3,
.s2 .insight h3,
.s2 .mapcol h4,
.s2 .delivery-mode-card h3,
.s2 .platform-feature h4,
.s2 .tari-partner-logo,
.s2 .solution-card-title,
.s2 .leader-card .name {
  font-size: var(--font-topic) !important;
  line-height: 1.15 !important;
}

.s2 .navlinks,
.s2 .btn,
.s2 .header-cta,
.s2 .eyebrow,
.s2 .seclabel,
.s2 .sub,
.s2 .thai,
.s2 .card p,
.s2 .case p,
.s2 .insight p,
.s2 .mapcol li,
.s2 .contact a,
.s2 .contact span,
.s2 .addr,
.s2 .delivery-mode-card p,
.s2 .sol-area-card p,
.s2 .platform-feature p,
.s2 .tari-partner-card p,
.s2 .solution-card-description,
.s2 .leader-card .bio,
.s2 .leader-card .role,
.s2 .contact .role,
.s2 .stat .label,
.s2 .fnote,
.s2 input,
.s2 textarea,
.s2 label {
  font-size: var(--font-reading) !important;
  line-height: 1.25 !important;
}

.s2 #page-landing > .hero:first-of-type .sub {
  font-size: var(--font-reading) !important;
}

.s2 .eyebrow,
.s2 .seclabel,
.s2 .leader-card .role,
.s2 .contact .role {
  letter-spacing: 2px;
  line-height: 1.2;
}

/* Reserve room for the trailing letter-spacing so the last character of
   uppercase section labels (e.g. "WHAT WE DO") is never clipped at any zoom. */
#theme-root.s2 .eyebrow,
#theme-root.s2 .seclabel {
  padding-right: 0.5em;
  overflow: visible;
}

.s2 #page-landing > .hero:first-of-type .heroviz {
  top: 50% !important;
  right: calc((100% - 100vw) / 2 - 80px) !important;
  width: min(76vw, 1180px) !important;
  height: min(88vh, 880px) !important;
  opacity: 0.95;
  transform: translateY(-50%) !important;
  transition: none !important;
}

.s2 #page-landing > .hero:first-of-type .heroviz .hero-graphic {
  object-position: center right !important;
}

.s2 #page-org-people,
.s2 #page-hr-transform,
.s2 #page-ai-transform,
.s2 #page-cap-transform,
.s2 #page-tari {
  --page-line-image: url("images/page-line-hourglass-clean.jpg");
}

.s2 #page-org-people::before,
.s2 #page-hr-transform::before,
.s2 #page-ai-transform::before,
.s2 #page-cap-transform::before,
.s2 #page-tari::before {
  display: none !important;
}

.s2 #page-org-people > .hero:first-of-type::after,
.s2 #page-hr-transform > .hero:first-of-type::after,
.s2 #page-ai-transform > .hero:first-of-type::after,
.s2 #page-cap-transform > .hero:first-of-type::after,
.s2 #page-tari > .hero:first-of-type::after {
  --page-line-image: url("images/page-line-hourglass-clean.jpg");
  width: min(76vw, 1180px) !important;
  height: min(88vh, 880px) !important;
  top: 50% !important;
  right: calc((100% - 100vw) / 2 - 80px) !important;
  bottom: auto !important;
  background: var(--page-line-image) center right / contain no-repeat !important;
  opacity: 0.75 !important;
  transform: translateY(-50%) !important;
  transition: none !important;
  -webkit-mask-image: none !important;
          mask-image: none !important;
}

@media (max-width: 880px) {
  #theme-root.s2 {
    --font-heading: clamp(38px, 11vw, 52px);
    --font-topic: 17px;
    --font-reading: 15px;
  }

  .s2 #page-landing > .hero:first-of-type .heroviz,
  .s2 #page-org-people > .hero:first-of-type::after,
  .s2 #page-hr-transform > .hero:first-of-type::after,
  .s2 #page-ai-transform > .hero:first-of-type::after,
  .s2 #page-cap-transform > .hero:first-of-type::after,
  .s2 #page-tari > .hero:first-of-type::after {
    width: 138vw !important;
    height: 430px !important;
    top: auto !important;
    right: -48vw !important;
    bottom: -130px !important;
    opacity: 0.38 !important;
    transform: none !important;
  }
}

/* Professional footer and closing CTA scale */
.s2 .page-content > section.hero:not(:first-of-type) {
  padding: 56px 0 !important;
}

.s2 .page-content > section.hero:not(:first-of-type) .hero-main {
  max-width: 720px !important;
}

.s2 .page-content > section.hero:not(:first-of-type) h2 {
  font-size: 24px !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  margin-bottom: 12px !important;
}

.s2 .page-content > section.hero:not(:first-of-type) p {
  font-size: 15px !important;
  line-height: 1.35 !important;
  margin-bottom: 22px !important;
}

.s2 .page-content > section.hero:not(:first-of-type) .btn,
.s2 .global-footer .btn {
  min-height: 42px !important;
  padding: 10px 18px !important;
  font-size: 14px !important;
}

.s2 .global-footer {
  margin-top: 52px !important;
  padding: 36px 20px 56px !important;
}

.s2 .global-footer .fbrand img {
  height: 32px !important;
}

.s2 .global-footer .fnote {
  color: #7a8194 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  letter-spacing: .02em !important;
  margin-top: 0 !important;
}

.s2 .global-footer .footer-links-row {
  gap: 8px 18px !important;
  color: #1f2440 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  margin-bottom: 22px !important;
}

.s2 .global-footer .footer-links-row a,
.s2 .global-footer .footer-links-row span {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

@media (max-width: 880px) {
  .s2 .page-content > section.hero:not(:first-of-type) {
    padding: 44px 0 !important;
  }

  .s2 .page-content > section.hero:not(:first-of-type) h2 {
    font-size: 22px !important;
  }

  .s2 .global-footer .fnote {
    font-size: 13px !important;
  }
}

/* Reference-locked hero layout */
.s2 .wrap {
  max-width: none !important;
  padding-inline: 38px !important;
}

.s2 #page-landing > .hero:first-of-type,
.s2 #page-org-people > .hero:first-of-type,
.s2 #page-hr-transform > .hero:first-of-type,
.s2 #page-ai-transform > .hero:first-of-type,
.s2 #page-cap-transform > .hero:first-of-type,
.s2 #page-tari > .hero:first-of-type {
  min-height: calc(100vh - 92px) !important;
  padding-top: clamp(96px, 13vh, 150px) !important;
  padding-bottom: 44px !important;
  position: relative !important;
  overflow: hidden !important;
}

.s2 #page-landing > .hero:first-of-type .hero-main,
.s2 #page-org-people > .hero:first-of-type .hero-main,
.s2 #page-hr-transform > .hero:first-of-type .hero-main,
.s2 #page-ai-transform > .hero:first-of-type .hero-main,
.s2 #page-cap-transform > .hero:first-of-type .hero-main,
.s2 #page-tari > .hero:first-of-type .hero-main {
  max-width: min(58vw, 820px) !important;
  z-index: 3 !important;
}

.s2 #page-landing > .hero:first-of-type h1,
.s2 #page-org-people > .hero:first-of-type h1,
.s2 #page-hr-transform > .hero:first-of-type h1,
.s2 #page-ai-transform > .hero:first-of-type h1,
.s2 #page-cap-transform > .hero:first-of-type h1,
.s2 #page-tari > .hero:first-of-type h1 {
  font-size: clamp(68px, 6.75vw, 116px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

.s2 #page-landing > .hero:first-of-type .sub,
.s2 #page-org-people > .hero:first-of-type .sub,
.s2 #page-hr-transform > .hero:first-of-type .sub,
.s2 #page-ai-transform > .hero:first-of-type .sub,
.s2 #page-cap-transform > .hero:first-of-type .sub,
.s2 #page-tari > .hero:first-of-type .sub {
  max-width: 590px !important;
  margin-top: 26px !important;
  font-size: 18px !important;
  line-height: 1.36 !important;
}

.s2 #page-landing > .hero:first-of-type .hero-cta,
.s2 #page-org-people > .hero:first-of-type .hero-cta,
.s2 #page-hr-transform > .hero:first-of-type .hero-cta,
.s2 #page-ai-transform > .hero:first-of-type .hero-cta,
.s2 #page-cap-transform > .hero:first-of-type .hero-cta,
.s2 #page-tari > .hero:first-of-type .hero-cta {
  margin-top: 32px !important;
}

.s2 #page-landing > .hero:first-of-type .heroviz {
  display: block !important;
  position: absolute !important;
  inset: -4px calc((100% - 100vw) / 2 - 40px) -80px 5vw !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.s2 #page-landing > .hero:first-of-type .heroviz .hero-graphic {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  object-position: center right !important;
}

.s2 #page-org-people > .hero:first-of-type::after,
.s2 #page-hr-transform > .hero:first-of-type::after,
.s2 #page-ai-transform > .hero:first-of-type::after,
.s2 #page-cap-transform > .hero:first-of-type::after,
.s2 #page-tari > .hero:first-of-type::after {
  content: "" !important;
  position: absolute !important;
  inset: -4px calc((100% - 100vw) / 2 - 40px) -80px 5vw !important;
  width: auto !important;
  height: auto !important;
  background: url("images/page-line-asset-clean.jpg") center right / cover no-repeat !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 1 !important;
  -webkit-mask-image: none !important;
          mask-image: none !important;
}

@media (max-width: 880px) {
  .s2 #page-landing > .hero:first-of-type,
  .s2 #page-org-people > .hero:first-of-type,
  .s2 #page-hr-transform > .hero:first-of-type,
  .s2 #page-ai-transform > .hero:first-of-type,
  .s2 #page-cap-transform > .hero:first-of-type,
  .s2 #page-tari > .hero:first-of-type {
    min-height: auto !important;
    padding-top: 52px !important;
  }

  .s2 #page-landing > .hero:first-of-type .hero-main,
  .s2 #page-org-people > .hero:first-of-type .hero-main,
  .s2 #page-hr-transform > .hero:first-of-type .hero-main,
  .s2 #page-ai-transform > .hero:first-of-type .hero-main,
  .s2 #page-cap-transform > .hero:first-of-type .hero-main,
  .s2 #page-tari > .hero:first-of-type .hero-main {
    max-width: 100% !important;
  }

  .s2 #page-landing > .hero:first-of-type h1,
  .s2 #page-org-people > .hero:first-of-type h1,
  .s2 #page-hr-transform > .hero:first-of-type h1,
  .s2 #page-ai-transform > .hero:first-of-type h1,
  .s2 #page-cap-transform > .hero:first-of-type h1,
  .s2 #page-tari > .hero:first-of-type h1 {
    font-size: clamp(42px, 12vw, 58px) !important;
  }

  .s2 #page-landing > .hero:first-of-type .heroviz,
  .s2 #page-org-people > .hero:first-of-type::after,
  .s2 #page-hr-transform > .hero:first-of-type::after,
  .s2 #page-ai-transform > .hero:first-of-type::after,
  .s2 #page-cap-transform > .hero:first-of-type::after,
  .s2 #page-tari > .hero:first-of-type::after {
    inset: auto -56vw -160px 24vw !important;
    height: 430px !important;
    opacity: .36 !important;
  }
}

/* Final reference match: same static hero visual on every page */
#theme-root.s2 {
  --iris-reference-visual: url("images/page-line-asset-clean.jpg");
}

.s2 #page-landing > .hero:first-of-type,
.s2 #page-org-people > .hero:first-of-type,
.s2 #page-hr-transform > .hero:first-of-type,
.s2 #page-ai-transform > .hero:first-of-type,
.s2 #page-cap-transform > .hero:first-of-type,
.s2 #page-tari > .hero:first-of-type {
  min-height: calc(100vh - 110px) !important;
  padding-top: clamp(130px, 15vh, 190px) !important;
  padding-bottom: clamp(48px, 6vh, 82px) !important;
  overflow: hidden !important;
}

.s2 #page-landing > .hero:first-of-type .hero-main,
.s2 #page-org-people > .hero:first-of-type .hero-main,
.s2 #page-hr-transform > .hero:first-of-type .hero-main,
.s2 #page-ai-transform > .hero:first-of-type .hero-main,
.s2 #page-cap-transform > .hero:first-of-type .hero-main,
.s2 #page-tari > .hero:first-of-type .hero-main {
  max-width: min(54vw, 860px) !important;
  z-index: 3;
}

.s2 #page-landing > .hero:first-of-type .heroviz {
  top: 50% !important;
  right: calc((100% - 100vw) / 2 - 104px) !important;
  width: min(80vw, 1260px) !important;
  height: min(94vh, 940px) !important;
  opacity: 1 !important;
  transform: translateY(-50%) !important;
  transition: none !important;
  z-index: 1;
}

.s2 #page-landing > .hero:first-of-type .heroviz .hero-graphic {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center right !important;
}

.s2 #page-org-people,
.s2 #page-hr-transform,
.s2 #page-ai-transform,
.s2 #page-cap-transform,
.s2 #page-tari {
  --page-line-image: var(--iris-reference-visual) !important;
}

.s2 #page-org-people::before,
.s2 #page-hr-transform::before,
.s2 #page-ai-transform::before,
.s2 #page-cap-transform::before,
.s2 #page-tari::before {
  display: none !important;
}

.s2 #page-org-people > .hero:first-of-type::after,
.s2 #page-hr-transform > .hero:first-of-type::after,
.s2 #page-ai-transform > .hero:first-of-type::after,
.s2 #page-cap-transform > .hero:first-of-type::after,
.s2 #page-tari > .hero:first-of-type::after {
  --page-line-image: var(--iris-reference-visual) !important;
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: calc((100% - 100vw) / 2 - 104px) !important;
  bottom: auto !important;
  width: min(80vw, 1260px) !important;
  height: min(94vh, 940px) !important;
  background: var(--page-line-image) center right / contain no-repeat !important;
  opacity: 1 !important;
  transform: translateY(-50%) !important;
  transition: none !important;
  z-index: 1 !important;
  pointer-events: none;
  -webkit-mask-image: none !important;
          mask-image: none !important;
}

@media (max-width: 1100px) {
  .s2 #page-landing > .hero:first-of-type .hero-main,
  .s2 #page-org-people > .hero:first-of-type .hero-main,
  .s2 #page-hr-transform > .hero:first-of-type .hero-main,
  .s2 #page-ai-transform > .hero:first-of-type .hero-main,
  .s2 #page-cap-transform > .hero:first-of-type .hero-main,
  .s2 #page-tari > .hero:first-of-type .hero-main {
    max-width: 68vw !important;
  }

  .s2 #page-landing > .hero:first-of-type .heroviz,
  .s2 #page-org-people > .hero:first-of-type::after,
  .s2 #page-hr-transform > .hero:first-of-type::after,
  .s2 #page-ai-transform > .hero:first-of-type::after,
  .s2 #page-cap-transform > .hero:first-of-type::after,
  .s2 #page-tari > .hero:first-of-type::after {
    right: calc((100% - 100vw) / 2 - 240px) !important;
    width: 98vw !important;
    opacity: 0.72 !important;
  }
}

@media (max-width: 880px) {
  .s2 #page-landing > .hero:first-of-type,
  .s2 #page-org-people > .hero:first-of-type,
  .s2 #page-hr-transform > .hero:first-of-type,
  .s2 #page-ai-transform > .hero:first-of-type,
  .s2 #page-cap-transform > .hero:first-of-type,
  .s2 #page-tari > .hero:first-of-type {
    min-height: auto !important;
    padding-top: 54px !important;
    padding-bottom: 56px !important;
  }

  .s2 #page-landing > .hero:first-of-type .hero-main,
  .s2 #page-org-people > .hero:first-of-type .hero-main,
  .s2 #page-hr-transform > .hero:first-of-type .hero-main,
  .s2 #page-ai-transform > .hero:first-of-type .hero-main,
  .s2 #page-cap-transform > .hero:first-of-type .hero-main,
  .s2 #page-tari > .hero:first-of-type .hero-main {
    max-width: 100% !important;
  }

  .s2 #page-landing > .hero:first-of-type .heroviz,
  .s2 #page-org-people > .hero:first-of-type::after,
  .s2 #page-hr-transform > .hero:first-of-type::after,
  .s2 #page-ai-transform > .hero:first-of-type::after,
  .s2 #page-cap-transform > .hero:first-of-type::after,
  .s2 #page-tari > .hero:first-of-type::after {
    width: 138vw !important;
    height: 430px !important;
    top: auto !important;
    right: -48vw !important;
    bottom: -140px !important;
    opacity: 0.34 !important;
    transform: none !important;
  }
}

/* Authoritative final correction after all previous overrides */
#theme-root.s2 {
  --font-heading: clamp(46px, 5.2vw, 76px);
  --font-topic: 18px;
  --font-reading: 18px;
}

.s2 .sub,
.s2 .thai,
.s2 .card p,
.s2 .case p,
.s2 .insight p,
.s2 .mapcol li,
.s2 .contact a,
.s2 .contact span,
.s2 .addr,
.s2 .delivery-mode-card p,
.s2 .sol-area-card p,
.s2 .platform-feature p,
.s2 .tari-partner-card p,
.s2 .solution-card-description,
.s2 .leader-card .bio,
.s2 .leader-card .role,
.s2 .contact .role,
.s2 .stat .label,
.s2 .fnote,
.s2 input,
.s2 textarea,
.s2 label {
  font-size: var(--font-reading) !important;
  line-height: 1.25 !important;
}

.s2 #page-landing > .hero:first-of-type .sub {
  max-width: 620px !important;
}

.s2 #page-landing > .hero:first-of-type .heroviz,
.s2 #page-org-people > .hero:first-of-type::after,
.s2 #page-hr-transform > .hero:first-of-type::after,
.s2 #page-ai-transform > .hero:first-of-type::after,
.s2 #page-cap-transform > .hero:first-of-type::after,
.s2 #page-tari > .hero:first-of-type::after {
  right: calc((100% - 100vw) / 2 - 120px) !important;
  width: min(104vw, 1540px) !important;
  height: min(108vh, 1040px) !important;
  opacity: 1 !important;
  top: 32% !important;
  transform: translateY(-50%) !important;
}

.s2 #page-landing > .hero:first-of-type .heroviz .hero-graphic {
  object-fit: fill !important;
}

/* Final typography lock: exactly three desktop font sizes */
#theme-root.s2 {
  --font-heading: clamp(64px, 5.45vw, 86px);
  --font-topic: 18px;
  --font-reading: 15px;
}

.s2,
.s2 body,
.s2 p,
.s2 a,
.s2 span,
.s2 li,
.s2 div,
.s2 input,
.s2 textarea,
.s2 label,
.s2 button,
.s2 .btn,
.s2 .navlinks,
.s2 .navlinks a,
.s2 .header-cta,
.s2 .eyebrow,
.s2 .seclabel,
.s2 .sub,
.s2 .thai,
.s2 .card p,
.s2 .case p,
.s2 .insight p,
.s2 .mapcol li,
.s2 .contact a,
.s2 .contact span,
.s2 .addr,
.s2 .delivery-mode-card p,
.s2 .sol-area-card p,
.s2 .platform-feature p,
.s2 .tari-partner-card p,
.s2 .solution-card-description,
.s2 .leader-card .bio,
.s2 .leader-card .role,
.s2 .contact .role,
.s2 .stat .label,
.s2 .fnote,
.s2 .global-footer .fnote,
.s2 .global-footer .footer-links-row,
.s2 .global-footer .footer-links-row a,
.s2 .global-footer .footer-links-row span {
  font-size: var(--font-reading) !important;
  line-height: 1.45 !important;
}

.s2 h2,
.s2 h3,
.s2 h4,
.s2 .card h3,
.s2 #landing-products-grid .card h3,
.s2 .case h3,
.s2 .insight h3,
.s2 .mapcol h4,
.s2 .delivery-mode-card h3,
.s2 .platform-feature h4,
.s2 .tari-partner-logo,
.s2 .solution-card-title,
.s2 .leader-card .name,
.s2 .page-content > section.hero:not(:first-of-type) h2 {
  font-size: var(--font-topic) !important;
  line-height: 1.22 !important;
}

.s2 .hero h1,
.s2 .stat .num,
.s2 .pnum,
.s2 .solution-card::before {
  font-size: var(--font-heading) !important;
  line-height: 1.04 !important;
}

.s2 .brand,
.s2 .brand *,
.s2 .fbrand,
.s2 .fbrand * {
  font-size: var(--font-reading) !important;
}

.s2 .brand-logo,
.s2 .fbrand img {
  height: 32px !important;
}

@media (max-width: 880px) {
  #theme-root.s2 {
    --font-heading: clamp(30px, 8vw, 46px);
    --font-subheader: clamp(19px, 5vw, 24px);
    --font-text: clamp(15px, 4.2vw, 18px);
    --font-topic: 16px;
    --font-reading: clamp(15px, 4vw, 17px);
  }
}

/* Luxury consulting refinement: restrained rhythm and whitespace */
.s2 .nav {
  padding-top: 28px !important;
}

.s2 .navlinks {
  gap: 36px !important;
  font-weight: 500 !important;
}

.s2 .btn,
.s2 .header-cta {
  min-height: 44px !important;
  padding: 11px 22px !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
}

.s2 #page-landing > .hero:first-of-type,
.s2 #page-org-people > .hero:first-of-type,
.s2 #page-hr-transform > .hero:first-of-type,
.s2 #page-ai-transform > .hero:first-of-type,
.s2 #page-cap-transform > .hero:first-of-type,
.s2 #page-tari > .hero:first-of-type {
  padding-top: clamp(116px, 13vh, 168px) !important;
}

.s2 #page-landing > .hero:first-of-type .hero-main,
.s2 #page-org-people > .hero:first-of-type .hero-main,
.s2 #page-hr-transform > .hero:first-of-type .hero-main,
.s2 #page-ai-transform > .hero:first-of-type .hero-main,
.s2 #page-cap-transform > .hero:first-of-type .hero-main,
.s2 #page-tari > .hero:first-of-type .hero-main {
  max-width: min(53vw, 760px) !important;
}

.s2 #page-landing > .hero:first-of-type h1,
.s2 #page-org-people > .hero:first-of-type h1,
.s2 #page-hr-transform > .hero:first-of-type h1,
.s2 #page-ai-transform > .hero:first-of-type h1,
.s2 #page-cap-transform > .hero:first-of-type h1,
.s2 #page-tari > .hero:first-of-type h1 {
  letter-spacing: .01em !important;
}

.s2 #page-landing > .hero:first-of-type .sub,
.s2 #page-org-people > .hero:first-of-type .sub,
.s2 #page-hr-transform > .hero:first-of-type .sub,
.s2 #page-ai-transform > .hero:first-of-type .sub,
.s2 #page-cap-transform > .hero:first-of-type .sub,
.s2 #page-tari > .hero:first-of-type .sub {
  max-width: 600px !important;
  margin-top: 28px !important;
  color: #566078 !important;
}

.s2 .eyebrow,
.s2 .seclabel,
.s2 .leader-card .role,
.s2 .contact .role {
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

/* Absolute final font scale: high-end consulting, three sizes only */
#theme-root.s2 {
  --font-heading: 72px;
  --font-topic: 18px;
  --font-reading: 15px;
}

#theme-root.s2 :where(p, a, span, li, div, button, input, textarea, label) {
  font-size: var(--font-reading) !important;
  line-height: 1.42 !important;
}

#theme-root.s2 :where(h2, h3, h4, .card h3, .case h3, .insight h3, .mapcol h4, .delivery-mode-card h3, .platform-feature h4, .tari-partner-logo, .solution-card-title, .leader-card .name) {
  font-size: var(--font-topic) !important;
  line-height: 1.24 !important;
}

#theme-root.s2 :where(.hero h1, .stat .num, .pnum, .solution-card)::before {
  font-size: var(--font-heading) !important;
  line-height: 1.04 !important;
}

#theme-root.s2 :where(.hero h1, .stat .num, .pnum) {
  font-size: var(--font-heading) !important;
  line-height: 1.04 !important;
}

@media (max-width: 880px) {
  #theme-root.s2 {
    --font-heading: 44px;
    --font-topic: 17px;
    --font-reading: 15px;
  }
}

#theme-root.s2 #page-landing > .hero:first-of-type h1,
#theme-root.s2 #page-org-people > .hero:first-of-type h1,
#theme-root.s2 #page-hr-transform > .hero:first-of-type h1,
#theme-root.s2 #page-ai-transform > .hero:first-of-type h1,
#theme-root.s2 #page-cap-transform > .hero:first-of-type h1,
#theme-root.s2 #page-tari > .hero:first-of-type h1 {
  font-size: var(--font-heading) !important;
  line-height: 1.04 !important;
}

#theme-root.s2 #landing-leadership h2 {
  font-size: var(--font-topic) !important;
  line-height: 1.24 !important;
}

.s2 #page-org-people > .hero:first-of-type::after,
.s2 #page-hr-transform > .hero:first-of-type::after,
.s2 #page-ai-transform > .hero:first-of-type::after,
.s2 #page-cap-transform > .hero:first-of-type::after,
.s2 #page-tari > .hero:first-of-type::after {
  background-size: 100% 100% !important;
}

@media (max-width: 1100px) {
  .s2 #page-landing > .hero:first-of-type .heroviz,
  .s2 #page-org-people > .hero:first-of-type::after,
  .s2 #page-hr-transform > .hero:first-of-type::after,
  .s2 #page-ai-transform > .hero:first-of-type::after,
  .s2 #page-cap-transform > .hero:first-of-type::after,
  .s2 #page-tari > .hero:first-of-type::after {
    right: calc((100% - 100vw) / 2 - 300px) !important;
    width: 124vw !important;
    opacity: 0.72 !important;
  }
}

@media (max-width: 880px) {
  #theme-root.s2 {
    --font-heading: clamp(38px, 11vw, 52px);
    --font-topic: 17px;
    --font-reading: 16px;
  }

  .s2 #page-landing > .hero:first-of-type .heroviz,
  .s2 #page-org-people > .hero:first-of-type::after,
  .s2 #page-hr-transform > .hero:first-of-type::after,
  .s2 #page-ai-transform > .hero:first-of-type::after,
  .s2 #page-cap-transform > .hero:first-of-type::after,
  .s2 #page-tari > .hero:first-of-type::after {
    width: 148vw !important;
    height: 460px !important;
    top: auto !important;
    right: -56vw !important;
    bottom: -150px !important;
    opacity: 0.34 !important;
    transform: none !important;
  }
}

/* True final reference pass: exact screenshot alignment */
#theme-root.s2 {
  --font-heading: clamp(88px, 5.85vw, 114px);
  --font-topic: 18px;
  --font-reading: 16px;
}

#theme-root.s2 .wrap {
  max-width: none !important;
  padding-inline: 38px !important;
}

#theme-root.s2 .nav {
  height: 126px !important;
  padding: 28px 0 36px !important;
  align-items: flex-start !important;
  border: 0 !important;
  background: transparent !important;
  position: relative !important;
  z-index: 30 !important;
}

#theme-root.s2 .brand-logo {
  height: 42px !important;
  width: auto !important;
  display: block !important;
}

#theme-root.s2 .navlinks {
  gap: 34px !important;
  margin-top: 45px !important;
  align-items: center !important;
}

#theme-root.s2 .navlinks a {
  color: #141823 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

#theme-root.s2 .header-cta {
  min-width: 164px !important;
  min-height: 62px !important;
  padding: 0 28px !important;
  margin-top: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #4936ff !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type {
  min-height: auto !important;
  padding: 166px 0 24px !important;
  margin: 0 !important;
  display: block !important;
  position: relative !important;
  overflow: visible !important;
  border: 0 !important;
  background: #fff !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .hero-main {
  width: 760px !important;
  max-width: 760px !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 5 !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type h1 {
  margin: 0 !important;
  width: 1000px !important;
  max-width: 1000px !important;
  color: #111218 !important;
  font-size: var(--font-heading) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type h1 .hl {
  color: #4936ff !important;
  -webkit-text-fill-color: #4936ff !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .sub {
  width: 760px !important;
  max-width: 760px !important;
  margin: 34px 0 0 !important;
  color: #566078 !important;
  font-size: var(--font-topic) !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .hero-cta {
  margin-top: 46px !important;
  gap: 20px !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .btn {
  min-width: 204px !important;
  min-height: 64px !important;
  padding: 0 30px !important;
  border-radius: 7px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: var(--font-reading) !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .btn.primary {
  background: #4936ff !important;
  border-color: #4936ff !important;
  color: #fff !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .btn.ghost {
  background: #fff !important;
  border: 2px solid #4936ff !important;
  color: #4936ff !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .heroviz {
  display: block !important;
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none !important;
  left: 0 !important;
  top: -126px !important;
  right: calc((100% - 100vw) / 2 - 38px) !important;
  bottom: -80px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  overflow: hidden !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .heroviz .hero-graphic {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  object-position: center top !important;
  opacity: 1 !important;
  display: block !important;
  transform: none !important;
}

#theme-root.s2 :where(p, a, span, li, div, button, input, textarea, label) {
  font-size: var(--font-reading) !important;
  line-height: 1.35 !important;
}

#theme-root.s2 :where(h2, h3, h4, .card h3, .case h3, .insight h3, .mapcol h4, .delivery-mode-card h3, .platform-feature h4, .tari-partner-logo, .solution-card-title, .leader-card .name) {
  font-size: var(--font-topic) !important;
  line-height: 1.2 !important;
}

#theme-root.s2 :where(.hero h1, .stat .num, .pnum) {
  font-size: var(--font-heading) !important;
  line-height: 1.08 !important;
}

@media (max-width: 880px) {
  #theme-root.s2 {
    --font-heading: clamp(42px, 12vw, 58px);
    --font-topic: 17px;
    --font-reading: 15px;
  }

  #theme-root.s2 .wrap {
    padding-inline: 22px !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type {
    min-height: 760px !important;
    padding-top: 88px !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-landing > .hero:first-of-type h1,
  #theme-root.s2 #page-landing > .hero:first-of-type .sub {
    width: 100% !important;
    max-width: 100% !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type .heroviz {
    left: 0 !important;
    top: -90px !important;
    right: -70vw !important;
    bottom: 0 !important;
    opacity: .38 !important;
  }
}

/* Absolute terminal override: reference hero typography */
#theme-root.s2 #page-landing > .hero:first-of-type h1 span,
#theme-root.s2 #page-landing > .hero:first-of-type h1 .hl {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .sub {
  width: 760px !important;
  max-width: 760px !important;
  font-size: 24px !important;
  line-height: 1.5 !important;
  margin-top: 34px !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .hero-cta {
  margin-top: 72px !important;
}

/* Desktop-window reference scaling */
@media (min-width: 881px) and (max-width: 1600px) {
  #theme-root.s2 {
    --font-heading: clamp(78px, 5.95vw, 92px);
  }

  #theme-root.s2 #page-landing > .hero:first-of-type {
    padding-top: 95px !important;
    min-height: calc(968px - 126px) !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type h1 {
    width: 820px !important;
    max-width: 820px !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type .sub {
    width: 600px !important;
    max-width: 600px !important;
    font-size: 21px !important;
    line-height: 1.5 !important;
    margin-top: 34px !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type .hero-cta {
    margin-top: 40px !important;
  }
}

@media (min-width: 881px) and (max-width: 1600px) {
  #theme-root.s2 #page-landing > .hero:first-of-type .hero-cta {
    margin-top: 16px !important;
  }
}

/* Terminal system: three font sizes + home-style sub pages */
#theme-root.s2 {
  --font-header: var(--font-heading);
  --font-subheader: 24px;
  --font-text: 18px;
}

#theme-root.s2 :where(p, a, span, li, div, button, input, textarea, label, .btn, .navlinks a, .header-cta, .eyebrow, .seclabel, .thai, .role, .fnote) {
  font-size: var(--font-text) !important;
  line-height: 1.38 !important;
}

#theme-root.s2 :where(h2, h3, h4, .sub, .card h3, .case h3, .insight h3, .mapcol h4, .delivery-mode-card h3, .platform-feature h4, .tari-partner-logo, .solution-card-title, .leader-card .name) {
  font-size: var(--font-subheader) !important;
  line-height: 1.28 !important;
}

#theme-root.s2 :where(.hero h1, .hero h1 span, .hero h1 .hl, .stat .num, .pnum) {
  font-size: var(--font-header) !important;
  line-height: 1.08 !important;
}

#theme-root.s2 .btn,
#theme-root.s2 .header-cta {
  font-size: var(--font-text) !important;
  line-height: 1 !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .sub {
  font-size: var(--font-subheader) !important;
}

#theme-root.s2 #page-org-people,
#theme-root.s2 #page-hr-transform,
#theme-root.s2 #page-ai-transform,
#theme-root.s2 #page-cap-transform,
#theme-root.s2 #page-tari {
  position: relative !important;
  background: #fff !important;
  overflow: hidden !important;
}

#theme-root.s2 #page-org-people > .hero:first-of-type,
#theme-root.s2 #page-hr-transform > .hero:first-of-type,
#theme-root.s2 #page-ai-transform > .hero:first-of-type,
#theme-root.s2 #page-cap-transform > .hero:first-of-type,
#theme-root.s2 #page-tari > .hero:first-of-type {
  min-height: calc(968px - 126px) !important;
  padding: 96px 0 0 !important;
  margin: 0 !important;
  display: block !important;
  position: relative !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

#theme-root.s2 #page-org-people > .hero:first-of-type::before,
#theme-root.s2 #page-hr-transform > .hero:first-of-type::before,
#theme-root.s2 #page-ai-transform > .hero:first-of-type::before,
#theme-root.s2 #page-cap-transform > .hero:first-of-type::before,
#theme-root.s2 #page-tari > .hero:first-of-type::before {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none !important;
  left: 0 !important;
  top: -126px !important;
  right: calc((100% - 100vw) / 2 - 38px) !important;
  bottom: -80px !important;
  background: url("images/page-line-asset-clean.jpg") center top / 100% 100% no-repeat !important;
  opacity: 1 !important;
  transform: none !important;
}

#theme-root.s2 #page-org-people > .hero:first-of-type::after,
#theme-root.s2 #page-hr-transform > .hero:first-of-type::after,
#theme-root.s2 #page-ai-transform > .hero:first-of-type::after,
#theme-root.s2 #page-cap-transform > .hero:first-of-type::after,
#theme-root.s2 #page-tari > .hero:first-of-type::after,
#theme-root.s2 #page-org-people::before,
#theme-root.s2 #page-hr-transform::before,
#theme-root.s2 #page-ai-transform::before,
#theme-root.s2 #page-cap-transform::before,
#theme-root.s2 #page-tari::before {
  display: none !important;
  content: none !important;
}

#theme-root.s2 #page-org-people > .hero:first-of-type .hero-main,
#theme-root.s2 #page-hr-transform > .hero:first-of-type .hero-main,
#theme-root.s2 #page-ai-transform > .hero:first-of-type .hero-main,
#theme-root.s2 #page-cap-transform > .hero:first-of-type .hero-main,
#theme-root.s2 #page-tari > .hero:first-of-type .hero-main {
  width: 820px !important;
  max-width: 820px !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 5 !important;
}

#theme-root.s2 #page-org-people > .hero:first-of-type .eyebrow,
#theme-root.s2 #page-hr-transform > .hero:first-of-type .eyebrow,
#theme-root.s2 #page-ai-transform > .hero:first-of-type .eyebrow,
#theme-root.s2 #page-cap-transform > .hero:first-of-type .eyebrow,
#theme-root.s2 #page-tari > .hero:first-of-type .eyebrow {
  display: none !important;
}

#theme-root.s2 #page-org-people > .hero:first-of-type h1,
#theme-root.s2 #page-hr-transform > .hero:first-of-type h1,
#theme-root.s2 #page-ai-transform > .hero:first-of-type h1,
#theme-root.s2 #page-cap-transform > .hero:first-of-type h1,
#theme-root.s2 #page-tari > .hero:first-of-type h1 {
  width: 820px !important;
  max-width: 820px !important;
  margin: 0 !important;
  color: #111218 !important;
  font-size: var(--font-header) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

#theme-root.s2 #page-org-people > .hero:first-of-type h1 .hl,
#theme-root.s2 #page-hr-transform > .hero:first-of-type h1 .hl,
#theme-root.s2 #page-ai-transform > .hero:first-of-type h1 .hl,
#theme-root.s2 #page-cap-transform > .hero:first-of-type h1 .hl,
#theme-root.s2 #page-tari > .hero:first-of-type h1 .hl {
  color: #4936ff !important;
  -webkit-text-fill-color: #4936ff !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

#theme-root.s2 #page-org-people > .hero:first-of-type .sub,
#theme-root.s2 #page-hr-transform > .hero:first-of-type .sub,
#theme-root.s2 #page-ai-transform > .hero:first-of-type .sub,
#theme-root.s2 #page-cap-transform > .hero:first-of-type .sub,
#theme-root.s2 #page-tari > .hero:first-of-type .sub {
  width: 600px !important;
  max-width: 600px !important;
  margin: 34px 0 0 !important;
  color: #566078 !important;
  font-size: var(--font-subheader) !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

#theme-root.s2 #page-org-people > .hero:first-of-type .hero-cta,
#theme-root.s2 #page-hr-transform > .hero:first-of-type .hero-cta,
#theme-root.s2 #page-ai-transform > .hero:first-of-type .hero-cta,
#theme-root.s2 #page-cap-transform > .hero:first-of-type .hero-cta,
#theme-root.s2 #page-tari > .hero:first-of-type .hero-cta {
  margin-top: 32px !important;
  gap: 20px !important;
}

@media (min-width: 1601px) {
  #theme-root.s2 #page-org-people > .hero:first-of-type,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type,
  #theme-root.s2 #page-tari > .hero:first-of-type {
    min-height: calc(1278px - 126px) !important;
    padding-top: 166px !important;
  }

  #theme-root.s2 #page-org-people > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-tari > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-org-people > .hero:first-of-type h1,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type h1,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type h1,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type h1,
  #theme-root.s2 #page-tari > .hero:first-of-type h1 {
    width: 1000px !important;
    max-width: 1000px !important;
  }

  #theme-root.s2 #page-org-people > .hero:first-of-type .sub,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type .sub,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type .sub,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type .sub,
  #theme-root.s2 #page-tari > .hero:first-of-type .sub {
    width: 760px !important;
    max-width: 760px !important;
  }
}

@media (max-width: 880px) {
  #theme-root.s2 {
    --font-header: clamp(42px, 12vw, 58px);
    --font-subheader: 20px;
    --font-text: 17px;
  }
}

/* Final three-size correction: remove remaining 16px text */
#theme-root.s2 .navlinks,
#theme-root.s2 .navlinks a,
#theme-root.s2 .btn,
#theme-root.s2 .hero-cta .btn,
#theme-root.s2 #page-landing > .hero:first-of-type .btn,
#theme-root.s2 #page-landing > .hero:first-of-type .hero-cta .btn {
  font-size: var(--font-text) !important;
  line-height: 1 !important;
}

@media (min-width: 881px) and (max-width: 1600px) {
  #theme-root.s2 #page-landing > .hero:first-of-type .sub {
    line-height: 1.35 !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type .hero-cta {
    margin-top: 0 !important;
  }

  #theme-root.s2 #page-org-people > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-tari > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-org-people > .hero:first-of-type h1,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type h1,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type h1,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type h1,
  #theme-root.s2 #page-tari > .hero:first-of-type h1 {
    width: 1080px !important;
    max-width: 1080px !important;
  }

  #theme-root.s2 #page-org-people > .hero:first-of-type .sub,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type .sub,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type .sub,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type .sub,
  #theme-root.s2 #page-tari > .hero:first-of-type .sub {
    width: 680px !important;
    max-width: 680px !important;
    line-height: 1.35 !important;
  }
}

/* Final rhythm: single-spaced subheaders with clear CTA gap */
#theme-root.s2 #page-landing > .hero:first-of-type .sub,
#theme-root.s2 #page-org-people > .hero:first-of-type .sub,
#theme-root.s2 #page-hr-transform > .hero:first-of-type .sub,
#theme-root.s2 #page-ai-transform > .hero:first-of-type .sub,
#theme-root.s2 #page-cap-transform > .hero:first-of-type .sub,
#theme-root.s2 #page-tari > .hero:first-of-type .sub {
  line-height: 1.25 !important;
}

@media (min-width: 881px) and (max-width: 1600px) {
  #theme-root.s2 #page-landing > .hero:first-of-type .hero-cta {
    margin-top: 16px !important;
  }
}

/* Final correction: nav and hero reading copy use the same Text size */
#theme-root.s2 #page-landing > .hero:first-of-type .sub,
#theme-root.s2 #page-org-people > .hero:first-of-type .sub,
#theme-root.s2 #page-hr-transform > .hero:first-of-type .sub,
#theme-root.s2 #page-ai-transform > .hero:first-of-type .sub,
#theme-root.s2 #page-cap-transform > .hero:first-of-type .sub,
#theme-root.s2 #page-tari > .hero:first-of-type .sub {
  font-size: var(--font-text) !important;
  line-height: 1.35 !important;
}

/* Final header alignment: one shared vertical centerline */
#theme-root.s2 .nav {
  height: 96px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

#theme-root.s2 .brand,
#theme-root.s2 .nav > div:last-child {
  height: 96px !important;
  display: flex !important;
  align-items: center !important;
}

#theme-root.s2 .brand-logo {
  display: block !important;
  height: 42px !important;
  margin: 0 !important;
}

#theme-root.s2 .navlinks {
  height: 96px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}

#theme-root.s2 .navlinks a {
  display: inline-flex !important;
  align-items: center !important;
  height: 96px !important;
  line-height: 1 !important;
}

#theme-root.s2 .header-cta {
  margin: 0 !important;
  align-self: center !important;
}

@media (min-width: 881px) and (max-width: 1600px) {
  #theme-root.s2 #page-landing > .hero:first-of-type,
  #theme-root.s2 #page-org-people > .hero:first-of-type,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type,
  #theme-root.s2 #page-tari > .hero:first-of-type {
    padding-top: 125px !important;
  }
}

/* Final leadership section scale: label is Text, statement is Sub-header */
#theme-root.s2 #landing-leadership .seclabel {
  font-size: var(--font-text) !important;
  line-height: 1.2 !important;
}

#theme-root.s2 #landing-leadership h2 {
  font-size: var(--font-subheader) !important;
  line-height: 1.22 !important;
  max-width: 1180px !important;
}
@media (min-width: 881px) {
  #theme-root.s2 #landing-leadership h2 {
    white-space: nowrap !important;
  }
}

/* Governance layer: tokens, spacing, typography, and reusable layout classes */
#theme-root.s2 {
  --color-bg: #ffffff;
  --color-fg: #111218;
  --color-muted: #566078;
  --color-accent: #4936ff;
  --color-hair: #e7e3ff;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 28px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --font-header: var(--font-heading);
  --font-subheader: 24px;
  --font-text: 18px;
  --bg: var(--color-bg);
  --fg: var(--color-fg);
  --muted: var(--color-muted);
  --accent: var(--color-accent);
  --hair: var(--color-hair);
}

#theme-root.s2 .brand {
  cursor: pointer;
  gap: var(--space-3);
}

#theme-root.s2 .brand-logo,
#theme-root.s2 .fbrand img {
  display: block;
  height: 42px;
  width: auto;
}

#theme-root.s2 .nav-actions {
  display: flex;
  align-items: center;
  gap: var(--space-5);
}

#theme-root.s2 .hero-graphic,
#theme-root.s2 .media-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#theme-root.s2 .closing-hero {
  padding: var(--space-12) 0;
  border-top: 1px solid var(--hair);
}

#theme-root.s2 .closing-main {
  text-align: left;
  max-width: 800px;
  margin: 0;
}

#theme-root.s2 .closing-main h2,
#theme-root.s2 .footer-cta-block h2,
#theme-root.s2 .section-subtitle,
#theme-root.s2 .accent-card h3 {
  font-size: var(--font-subheader) !important;
  line-height: 1.22 !important;
  margin-bottom: var(--space-4);
}

#theme-root.s2 .closing-copy,
#theme-root.s2 .accent-card p {
  color: var(--muted);
  font-size: var(--font-text) !important;
  line-height: 1.35 !important;
  margin-bottom: var(--space-7);
}

#theme-root.s2 .footnote-copy {
  font-style: italic;
}

#theme-root.s2 .section-ruled {
  border-top: 1px solid var(--hair);
}

#theme-root.s2 .pgrid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#theme-root.s2 .maps-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

#theme-root.s2 .accent-card {
  padding: var(--space-10);
  border-left: 4px solid var(--accent);
}

#theme-root.s2 .clickable-card {
  cursor: pointer;
}

#theme-root.s2 .card-meta {
  margin-top: auto;
  padding-top: var(--space-4);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#theme-root.s2 .card-link-label {
  color: var(--accent);
  font-weight: 700;
}

#theme-root.s2 .accent-top-card {
  border-top: 3px solid var(--accent);
}

#theme-root.s2 .compact-card-title {
  margin-top: var(--space-1);
  margin-bottom: var(--space-3);
}

/* HOW WE WORK cards: don't reserve two title lines; center the divider equally
   between the title above and the body text below (equal 24px gap each side). */
#theme-root.s2 .accent-top-card .pnum + h3.compact-card-title {
  min-height: 0 !important;
  margin-bottom: 24px !important;
}
#theme-root.s2 .accent-top-card .pnum + h3.compact-card-title::after {
  margin: 24px 0 0 !important;
}

#theme-root.s2 .compact-map-title {
  min-height: auto;
  margin-bottom: var(--space-2);
}

#theme-root.s2 .map-description {
  color: var(--muted);
}

#theme-root.s2 .compact-number {
  margin-bottom: var(--space-2);
}

#theme-root.s2 .footer-cta-block {
  margin-bottom: var(--space-10);
  padding-bottom: var(--space-10);
  border-bottom: 1px solid var(--hair);
}

#theme-root.s2 .fbrand {
  margin-bottom: var(--space-3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#theme-root.s2 .footer-desc {
  margin-bottom: var(--space-6);
  opacity: .82;
}

#theme-root.s2 .footer-links-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--space-3) var(--space-5);
  font-weight: 600;
  color: var(--muted);
  margin-bottom: var(--space-6);
}

#theme-root.s2 .footer-links-row a {
  cursor: pointer;
}

#theme-root.s2 .footer-est {
  opacity: .74;
}

#theme-root.s2 .submit-btn {
  width: 100%;
  justify-content: center;
}

#theme-root.s2 .btn,
#theme-root.s2 .navlinks a,
#theme-root.s2 .footer-links-row a {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

#theme-root.s2 .btn:hover,
#theme-root.s2 .header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(73, 54, 255, .18);
}

#theme-root.s2 .navlinks a:hover,
#theme-root.s2 .footer-links-row a:hover {
  color: var(--accent) !important;
}

#theme-root.s2 .btn:focus-visible,
#theme-root.s2 .navlinks a:focus-visible,
#theme-root.s2 .footer-links-row a:focus-visible,
#theme-root.s2 .hamburger-menu:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: var(--space-1);
}

#theme-root.s2 .trust {
  display: none;
}

#theme-root.s2 .trust.is-visible {
  display: flex;
}

#theme-root.s2 .heroviz.is-visible {
  display: block;
}

#theme-root.s2 :where(p, a, span, li, div, button, input, textarea, label, .btn, .navlinks a, .header-cta, .eyebrow, .seclabel, .thai, .role, .fnote) {
  font-size: var(--font-text) !important;
}

#theme-root.s2 :where(h2, h3, h4, .sub, .card h3, .case h3, .insight h3, .mapcol h4, .delivery-mode-card h3, .platform-feature h4, .tari-partner-logo, .solution-card-title, .leader-card .name) {
  font-size: var(--font-subheader) !important;
}

#theme-root.s2 :where(.hero h1, .hero h1 span, .hero h1 .hl, .stat .num, .pnum) {
  font-size: var(--font-header) !important;
}

@media (max-width: 880px) {
  #theme-root.s2 {
    --font-header: clamp(42px, 12vw, 58px);
    --font-subheader: 20px;
    --font-text: 17px;
  }

  #theme-root.s2 .pgrid,
  #theme-root.s2 .pgrid-three,
  #theme-root.s2 .maps-five {
    grid-template-columns: 1fr !important;
  }
}

/* Navigation pill bar */
#theme-root.s2 .navlinks {
  height: auto !important;
  margin: 0 !important;
  padding: var(--space-2) var(--space-3) !important;
  display: flex !important;
  align-items: center !important;
  gap: var(--space-2) !important;
  background: rgba(255, 255, 255, .88) !important;
  border: 1px solid rgba(73, 54, 255, .16) !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 32px rgba(17, 18, 24, .08) !important;
  backdrop-filter: blur(10px);
}

#theme-root.s2 .navlinks a {
  height: 40px !important;
  padding: 0 var(--space-4) !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

#theme-root.s2 .navlinks a:hover,
#theme-root.s2 .navlinks a.active {
  background: rgba(73, 54, 255, .08) !important;
}

/* "Talk to us" lives inside the mobile dropdown only; hidden on desktop. */
#theme-root.s2 .navlinks .nav-cta-mobile {
  display: none !important;
}

/* Mobile: hide the nav behind the hamburger; render the open menu as a clean dropdown panel */
@media (max-width: 880px) {
  /* Move the CTA into the menu: hide the standalone header pill, show the in-menu button */
  #theme-root.s2 .nav-actions .header-cta {
    display: none !important;
  }
  #theme-root.s2 .navlinks .nav-cta-mobile {
    display: block !important;
    margin-top: 8px !important;
    padding: 14px !important;
    text-align: center !important;
    background: var(--accent) !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
  }

  #theme-root.s2 .navlinks {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px !important;
    padding: 12px !important;
    margin-top: 10px !important;
    background: var(--bg) !important;
    border: 1px solid var(--hair) !important;
    border-radius: 12px !important;
    box-shadow: 0 18px 40px rgba(17, 18, 24, .12) !important;
    backdrop-filter: none !important;
  }

  #theme-root.s2 .navlinks.open {
    display: flex !important;
  }

  #theme-root.s2 .navlinks a {
    height: auto !important;
    justify-content: flex-start !important;
    padding: 12px 14px !important;
    border-radius: 8px !important;
    font-size: 17px !important;
    white-space: nowrap !important;
  }

  /* Keep the logo from collapsing to 0 width as a flex child */
  #theme-root.s2 .brand {
    flex: 0 0 auto !important;
  }
  #theme-root.s2 .brand-logo {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    height: 34px !important;
  }

  /* Give the hero content room instead of squeezing it into ~half the screen */
  #theme-root.s2 #page-landing > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-org-people > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-tari > .hero:first-of-type .hero-main {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Hero headline + subtitle: fluid size and full width so nothing overflows on phones */
  #theme-root.s2 #page-landing > .hero:first-of-type h1,
  #theme-root.s2 #page-org-people > .hero:first-of-type h1,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type h1,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type h1,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type h1,
  #theme-root.s2 #page-tari > .hero:first-of-type h1 {
    font-size: clamp(30px, 8.2vw, 44px) !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
  #theme-root.s2 #page-landing > .hero:first-of-type .sub,
  #theme-root.s2 #page-org-people > .hero:first-of-type .sub,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type .sub,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type .sub,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type .sub,
  #theme-root.s2 #page-tari > .hero:first-of-type .sub {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(15px, 4.2vw, 18px) !important;
  }
}

/* Final type scale: reduced headers and larger reading text */
#theme-root.s2 {
  --font-heading: clamp(92px, 5.9vw, 120px);
  --font-header: var(--font-heading);
  --font-subheader: 31px;
  --font-text: 29px;
}

#theme-root.s2 :where(p, a, span, li, div, button, input, textarea, label, .btn, .navlinks a, .header-cta, .eyebrow, .seclabel, .thai, .role, .fnote) {
  font-size: var(--font-text) !important;
}

#theme-root.s2 :where(h2, h3, h4, .sub, .card h3, .case h3, .insight h3, .mapcol h4, .delivery-mode-card h3, .platform-feature h4, .tari-partner-logo, .solution-card-title, .leader-card .name) {
  font-size: var(--font-subheader) !important;
}

#theme-root.s2 :where(.hero h1, .hero h1 span, .hero h1 .hl, .stat .num, .pnum) {
  font-size: var(--font-header) !important;
}

#theme-root.s2 #page-landing > .hero:first-of-type .sub,
#theme-root.s2 #page-org-people > .hero:first-of-type .sub,
#theme-root.s2 #page-hr-transform > .hero:first-of-type .sub,
#theme-root.s2 #page-ai-transform > .hero:first-of-type .sub,
#theme-root.s2 #page-cap-transform > .hero:first-of-type .sub,
#theme-root.s2 #page-tari > .hero:first-of-type .sub {
  font-size: var(--font-text) !important;
}

@media (min-width: 881px) and (max-width: 1600px) {
  #theme-root.s2 {
    --font-heading: clamp(88px, 6.05vw, 104px);
  }

  #theme-root.s2 .navlinks {
    gap: var(--space-1) !important;
  }

  #theme-root.s2 .navlinks a {
    padding: 0 var(--space-3) !important;
  }
}

@media (min-width: 881px) and (max-height: 1000px) {
  #theme-root.s2 #page-landing > .hero:first-of-type,
  #theme-root.s2 #page-org-people > .hero:first-of-type,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type,
  #theme-root.s2 #page-tari > .hero:first-of-type {
    padding-top: 86px !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type .sub,
  #theme-root.s2 #page-org-people > .hero:first-of-type .sub,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type .sub,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type .sub,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type .sub,
  #theme-root.s2 #page-tari > .hero:first-of-type .sub {
    margin-top: var(--space-6) !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type .hero-cta,
  #theme-root.s2 #page-org-people > .hero:first-of-type .hero-cta,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type .hero-cta,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type .hero-cta,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type .hero-cta,
  #theme-root.s2 #page-tari > .hero:first-of-type .hero-cta {
    margin-top: var(--space-2) !important;
  }
}

@media (max-width: 880px) {
  #theme-root.s2 {
    --font-heading: clamp(44px, 10.75vw, 60px);
    --font-header: var(--font-heading);
    --font-subheader: 27px;
    --font-text: 27px;
  }
}

/* Leadership cards: portraits occupy roughly 40% of the card width */
#theme-root.s2 .leader-card .leader-photo,
#theme-root.s2 .leader-card .img-placeholder-portrait {
  width: 45% !important;
  max-width: 260px !important;
  min-width: 180px !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  margin-bottom: var(--space-8) !important;
}

@media (max-width: 880px) {
  #theme-root.s2 .leader-card .leader-photo,
  #theme-root.s2 .leader-card .img-placeholder-portrait {
    width: 44% !important;
    min-width: 148px !important;
    max-width: 190px !important;
  }
}

/* Header CTA matches nav pill height and shape */
#theme-root.s2 .header-cta {
  min-height: 58px !important;
  height: 58px !important;
  border-radius: 999px !important;
  padding: 0 var(--space-8) !important;
  align-self: center !important;
}

/* Hero visual alignment: keep the headline column clean like the reference page */
@media (min-width: 881px) {
  #theme-root.s2 #page-landing > .hero:first-of-type .heroviz {
    left: 220px !important;
  }

  #theme-root.s2 #page-org-people > .hero:first-of-type::before,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-tari > .hero:first-of-type::before {
    left: 220px !important;
  }
}

/* Landing card titles share one consistent size */
#theme-root.s2 #landing-products-grid .card h3,
#theme-root.s2 #landing-why-grid .card h3 {
  font-size: var(--font-subheader) !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  min-height: 0 !important;
}

/* Subpage hero alignment: same left axis as home, with enough measure for long consulting titles */
@media (min-width: 881px) {
  #theme-root.s2 #page-org-people > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type .hero-main,
  #theme-root.s2 #page-tari > .hero:first-of-type .hero-main {
    width: 1180px !important;
    max-width: 1180px !important;
  }

  #theme-root.s2 :where(.hero h1, .hero h1 span, .hero h1 .hl),
  #theme-root.s2 #page-org-people > .hero:first-of-type h1,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type h1,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type h1,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type h1,
  #theme-root.s2 #page-tari > .hero:first-of-type h1 {
    width: 1180px !important;
    max-width: 1180px !important;
    line-height: 1 !important;
  }
}

/* Pill CTAs across the site */
#theme-root.s2 .btn,
#theme-root.s2 .hero-cta .btn,
#theme-root.s2 #page-landing > .hero:first-of-type .btn,
#theme-root.s2 #page-landing > .hero:first-of-type .hero-cta .btn,
#theme-root.s2 #page-org-people > .hero:first-of-type .hero-cta .btn,
#theme-root.s2 #page-hr-transform > .hero:first-of-type .hero-cta .btn,
#theme-root.s2 #page-ai-transform > .hero:first-of-type .hero-cta .btn,
#theme-root.s2 #page-cap-transform > .hero:first-of-type .hero-cta .btn,
#theme-root.s2 #page-tari > .hero:first-of-type .hero-cta .btn {
  min-height: 58px !important;
  height: 58px !important;
  padding: 0 var(--space-8) !important;
  border-radius: 999px !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

/* Compact subpage hero: remove excess blank area below the CTA */
@media (min-width: 881px) {
  #theme-root.s2 #page-org-people > .hero:first-of-type,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type,
  #theme-root.s2 #page-tari > .hero:first-of-type {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 96px !important;
    padding-bottom: var(--space-10) !important;
  }
}

/* Consulting industry cards: align descriptions under a consistent title line */
#theme-root.s2 #p2-depth-grid .compact-map-title {
  min-height: 72px !important;
  margin-bottom: var(--space-2) !important;
  display: flex !important;
  align-items: flex-start !important;
  overflow: visible !important;
}

#theme-root.s2 #p2-depth-grid .map-description {
  margin-top: 0 !important;
}

/* Capability delivery modes: prevent card columns from overflowing the page */
#theme-root.s2 #p5-modes-grid.delivery-modes-grid {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--space-5) !important;
  overflow: hidden !important;
}

#theme-root.s2 #p5-modes-grid .delivery-mode-card {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

#theme-root.s2 #p5-modes-grid .delivery-mode-card h3,
#theme-root.s2 #p5-modes-grid .delivery-mode-card p {
  overflow-wrap: anywhere !important;
}

/* Capability hero stats: compact cards, not an oversized strip */
#theme-root.s2 #page-cap-transform > .hero:first-of-type .stats {
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  /* Match the space above the CTA buttons (sub -> buttons gap) so spacing is symmetric */
  margin-top: 88px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--space-5) !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

#theme-root.s2 #page-cap-transform > .hero:first-of-type .stat {
  min-width: 0 !important;
  min-height: 140px !important;
  padding: var(--space-8) var(--space-6) !important;
  background: rgba(255, 255, 255, .88) !important;
  border: 1px solid var(--hair) !important;
  border-radius: 8px !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

#theme-root.s2 #page-cap-transform > .hero:first-of-type .stat:not(:last-child) {
  border-right: 1px solid var(--hair) !important;
}

#theme-root.s2 #page-cap-transform > .hero:first-of-type .stat .label {
  margin-top: var(--space-2) !important;
  max-width: none !important;
}

/* Capability solution areas: align details below a consistent title block */
#theme-root.s2 #p5-sol-areas-grid .sol-area-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

#theme-root.s2 #p5-sol-areas-grid .sol-area-card h4 {
  color: var(--accent) !important;
  min-height: 72px !important;
  margin-bottom: var(--space-2) !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: center !important;
  overflow: visible !important;
}

#theme-root.s2 #p5-sol-areas-grid .sol-area-card p {
  margin-top: 0 !important;
}

/* Homepage hero: add breathing room between intro copy and CTA buttons */
#theme-root.s2 #page-landing > .hero:first-of-type .hero-cta {
  margin-top: var(--space-6) !important;
}

/* Landing cards: equal space above and below the title divider */
#theme-root.s2 #landing-products-grid .card h3,
#theme-root.s2 #landing-why-grid .card h3 {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 0 !important;
}

#theme-root.s2 #landing-products-grid .card .pnum + h3::after,
#theme-root.s2 #landing-why-grid .card .pnum + h3::after {
  content: "" !important;
  display: block !important;
  width: 78px !important;
  height: 1px !important;
  background: currentColor !important;
  opacity: .42 !important;
  margin: var(--space-4) 0 var(--space-4) !important;
}

#theme-root.s2 #landing-why-grid .card h3 {
  min-height: 108px !important;
  white-space: normal !important;
}


#theme-root.s2 #landing-products-grid {
  gap: var(--space-3) !important;
}

/* Subpage closing CTA headings: allow one-line executive prompts */
#theme-root.s2 #page-org-people .closing-main,
#theme-root.s2 #page-hr-transform .closing-main,
#theme-root.s2 #page-ai-transform .closing-main,
#theme-root.s2 #page-cap-transform .closing-main,
#theme-root.s2 #page-tari .closing-main {
  width: 100% !important;
  max-width: 1180px !important;
}

#theme-root.s2 #page-org-people .closing-main h2,
#theme-root.s2 #page-hr-transform .closing-main h2,
#theme-root.s2 #page-ai-transform .closing-main h2,
#theme-root.s2 #page-cap-transform .closing-main h2,
#theme-root.s2 #page-tari .closing-main h2 {
  width: 100% !important;
  max-width: 1180px !important;
}
@media (min-width: 881px) {
  #theme-root.s2 #page-org-people .closing-main h2,
  #theme-root.s2 #page-hr-transform .closing-main h2,
  #theme-root.s2 #page-ai-transform .closing-main h2,
  #theme-root.s2 #page-cap-transform .closing-main h2,
  #theme-root.s2 #page-tari .closing-main h2 {
    white-space: nowrap !important;
  }
}

/* TARI partner cards: structured role text from the partnership reference. */
#theme-root.s2 .tari-partner-detail {
  color: var(--muted) !important;
  font-size: var(--font-text) !important;
  line-height: 1.18 !important;
}

#theme-root.s2 .tari-partner-detail strong {
  display: block !important;
  color: var(--fg) !important;
  font-size: var(--font-subheader) !important;
  line-height: 1.08 !important;
  margin-bottom: var(--space-5) !important;
}

#theme-root.s2 .tari-partner-detail span {
  display: block !important;
  color: var(--accent) !important;
  font-size: var(--font-text) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  margin-top: var(--space-5) !important;
}

/* Keep the consulting industry subtitle on one line if space permits, but allow wrapping. */
@media (min-width: 881px) {
  #theme-root.s2 [data-translate="p2DepthSub"] {
    width: 100% !important;
    max-width: none !important;
    white-space: normal !important;
  }

  /* Keep the AI solutions subtitle on one line if space permits. */
  #theme-root.s2 [data-translate="p4SolutionsSub"] {
    width: 100% !important;
    max-width: none !important;
    white-space: normal !important;
  }

  /* Keep the capability solution-area subtitle on one line if space permits. */
  #theme-root.s2 [data-translate="p5SolutionsSub"] {
    width: 100% !important;
    max-width: none !important;
    white-space: normal !important;
  }

  /* Keep the TARI partnership subtitle on one line if space permits. */
  #theme-root.s2 [data-translate="p6PartnersSub"] {
    width: 100% !important;
    max-width: none !important;
    white-space: normal !important;
  }
}

/* Keep AI solution outcomes directly under their content, not pinned to card bottoms. */
#theme-root.s2 #p4-solutions-grid {
  align-items: start !important;
}

#theme-root.s2 #p4-solutions-grid .solution-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-content: flex-start !important;
  height: auto !important;
  min-height: 0 !important;
}

#theme-root.s2 #p4-solutions-grid .solution-card-desc {
  flex: 0 0 auto !important;
}

#theme-root.s2 #p4-solutions-grid .solution-card-outcome {
  margin-top: var(--space-3) !important;
}

/* Subpage hero CTAs need breathing room beneath the intro copy. */
#theme-root.s2 #page-org-people > .hero:first-of-type .hero-cta,
#theme-root.s2 #page-hr-transform > .hero:first-of-type .hero-cta,
#theme-root.s2 #page-ai-transform > .hero:first-of-type .hero-cta,
#theme-root.s2 #page-cap-transform > .hero:first-of-type .hero-cta,
#theme-root.s2 #page-tari > .hero:first-of-type .hero-cta {
  margin-top: 88px !important;
}

/* Page margin: 2cm on all sides, measured from the browser viewport. */
html {
  background: #ffffff !important;
}

body {
  margin: 0 !important;
  padding: 2cm !important;
  background: #ffffff !important;
}

/* The 2cm page frame is a desktop look; on phones it would eat most of the screen. */
@media (max-width: 880px) {
  body {
    padding: 16px !important;
    zoom: 1 !important;
  }
}

#theme-root.s2 {
  min-height: calc(100vh - 4cm) !important;
}

#theme-root.s2 .wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: visible !important;
}

/* Home hero should sit directly under the header guide line, not drift down the page. */
#theme-root.s2 #page-landing > .hero:first-of-type {
  padding-top: 96px !important;
}

/* Shared hero visual: same line artwork on every page, allowed to bleed past page margins. */
@media (min-width: 881px) {
  #theme-root.s2,
  #theme-root.s2 .page-content,
  #theme-root.s2 .hero,
  #theme-root.s2 #page-landing > .hero:first-of-type,
  #theme-root.s2 #page-org-people > .hero:first-of-type,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type,
  #theme-root.s2 #page-tari > .hero:first-of-type {
    overflow: visible !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type .heroviz {
    left: 220px !important;
    top: -170px !important;
    right: calc(-2cm - 38px) !important;
    bottom: auto !important;
    width: auto !important;
    height: calc(100vh + 170px) !important;
    background: url("images/hero-line-current.png") center top / 100% 100% no-repeat !important;
  }

  #theme-root.s2 #page-org-people > .hero:first-of-type::before,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-tari > .hero:first-of-type::before {
    top: -170px !important;
    right: calc(-2cm - 38px) !important;
    bottom: auto !important;
    height: calc(100vh + 170px) !important;
    background: url("images/hero-line-current.png") center top / 100% 100% no-repeat !important;
  }

  #theme-root.s2 #page-landing > .hero:first-of-type .heroviz .hero-graphic {
    display: none !important;
  }
}

/* Current approved hero line artwork. */
#theme-root.s2 {
  --iris-reference-visual: url("images/hero-line-current.png") !important;
  --page-line-image: url("images/hero-line-current.png") !important;
}

@media (min-width: 881px) {
  #theme-root.s2 #page-org-people > .hero:first-of-type::before,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-tari > .hero:first-of-type::before,
  #theme-root.s2 #page-org-people::before,
  #theme-root.s2 #page-hr-transform::before,
  #theme-root.s2 #page-ai-transform::before,
  #theme-root.s2 #page-cap-transform::before,
  #theme-root.s2 #page-tari::before {
    background-image: url("images/hero-line-current.png") !important;
  }
}


/* Final subpage bleed lock: hero artwork must pass through the 2cm page margin. */
#theme-root.s2 #page-org-people,
#theme-root.s2 #page-hr-transform,
#theme-root.s2 #page-ai-transform,
#theme-root.s2 #page-cap-transform,
#theme-root.s2 #page-tari,
#theme-root.s2 #page-org-people > .hero:first-of-type,
#theme-root.s2 #page-hr-transform > .hero:first-of-type,
#theme-root.s2 #page-ai-transform > .hero:first-of-type,
#theme-root.s2 #page-cap-transform > .hero:first-of-type,
#theme-root.s2 #page-tari > .hero:first-of-type {
  overflow: visible !important;
}

@media (min-width: 881px) {
  #theme-root.s2 #page-org-people > .hero:first-of-type::before,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-tari > .hero:first-of-type::before {
    left: 220px !important;
    top: -170px !important;
    right: calc(-2cm - 38px) !important;
    bottom: auto !important;
    height: calc(100vh + 170px) !important;
    background: url("images/hero-line-current.png") center top / 100% 100% no-repeat !important;
  }
}

/* Final header lock: keep every navigation label on one line. */
@media (min-width: 881px) {
  #theme-root.s2 .nav {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 20px !important;
  }

  #theme-root.s2 .navlinks {
    min-width: 0 !important;
    width: auto !important;
    justify-self: end !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 26px !important;
  }

  #theme-root.s2 .navlinks a,
  #theme-root.s2 .header-cta {
    white-space: nowrap !important;
    font-size: clamp(18px, 1.35vw, 26px) !important;
    line-height: 1 !important;
  }

  #theme-root.s2 .navlinks a {
    flex: 0 1 auto !important;
    min-width: max-content !important;
    padding-inline: clamp(12px, 1.2vw, 22px) !important;
  }

  #theme-root.s2 .nav-actions {
    flex: 0 0 auto !important;
  }
}

/* Homepage section alignment: pull the content below the hero up to the section line. */
#theme-root.s2 #landing-products {
  padding-top: 0 !important;
}

/* Subpage heroes: make the space BELOW the CTA buttons equal the space ABOVE them.
   Mirrors the homepage pattern — the hero owns the bottom spacing (88px = the
   sub->buttons gap) and the following section sits flush (padding-top 0). */
@media (min-width: 881px) {
  #theme-root.s2 #page-org-people > .hero:first-of-type,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type,
  #theme-root.s2 #page-tari > .hero:first-of-type {
    padding-bottom: 88px !important;
  }
  #theme-root.s2 #page-org-people > .hero:first-of-type + section,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type + section,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type + section,
  #theme-root.s2 #page-tari > .hero:first-of-type + section {
    padding-top: 0 !important;
  }
}

/* Landing hero: use the same 88px rhythm as the subpages around the CTA buttons,
   so the home page isn't cramped relative to the rest of the site. */
@media (min-width: 881px) {
  #theme-root.s2 #page-landing > .hero:first-of-type .hero-cta {
    margin-top: 88px !important;
  }
  #theme-root.s2 #page-landing > .hero:first-of-type {
    padding-bottom: 88px !important;
  }
}

/* "Three ways we build capability" cards: reserve a uniform two-line title height and
   pin the divider to the bottom, so the divider lines AND the body text line up across
   all three cards (card 01's title wraps to two lines, 02 and 03 are one line). */
#theme-root.s2 #p5-modes-grid .delivery-mode-card h3 {
  display: flex !important;
  flex-direction: column !important;
  min-height: 108px !important;
}
#theme-root.s2 #p5-modes-grid .delivery-mode-card .pnum + h3::after {
  margin-top: auto !important;
}

/* MOBILE TYPE SCALE — must be last so it overrides the fixed desktop type-scale blocks.
   Makes all variable-driven text fluid (clamp) so nothing overflows on small screens. */
@media (max-width: 880px) {
  #theme-root.s2 {
    --font-heading: clamp(30px, 8vw, 46px) !important;
    --font-header: clamp(30px, 8vw, 46px) !important;
    --font-subheader: clamp(18px, 4.6vw, 22px) !important;
    --font-text: clamp(14px, 4vw, 16px) !important;
    --font-reading: clamp(14px, 4vw, 16px) !important;
  }

  #theme-root.s2 #p5-modes-grid.delivery-modes-grid {
    grid-template-columns: 1fr !important;
  }
  #theme-root.s2 #p5-modes-grid .delivery-mode-card h3 {
    min-height: auto !important;
  }
  #theme-root.s2 #p5-modes-grid .delivery-mode-card .pnum + h3::after {
    margin-top: var(--space-4) !important;
  }
  #theme-root.s2 #page-cap-transform > .hero:first-of-type .stats {
    grid-template-columns: 1fr !important;
  }
  #theme-root.s2 #p2-depth-grid .compact-map-title,
  #theme-root.s2 #p5-sol-areas-grid .sol-area-card h4 {
    min-height: auto !important;
    height: auto !important;
  }

  #theme-root.s2 #landing-products-grid .card-meta {
    margin-top: var(--space-4) !important;
  }
}

/* MEDIUM SCREEN / SHRUNK DESKTOP OPTIMIZATIONS (881px to 1240px)
   Prevents navigation pill from overlapping the logo or CTA on intermediate viewports. */
@media (min-width: 881px) and (max-width: 1240px) {
  body {
    --bp: clamp(20px, 3.5vw, 76px);
    padding: var(--bp) !important;
  }
  #theme-root.s2 {
    min-height: calc(100vh - 2 * var(--bp)) !important;
  }
  #theme-root.s2 #page-landing > .hero:first-of-type .heroviz {
    right: calc(-1 * var(--bp) - 38px) !important;
  }
  #theme-root.s2 #page-org-people > .hero:first-of-type::before,
  #theme-root.s2 #page-hr-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-ai-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-cap-transform > .hero:first-of-type::before,
  #theme-root.s2 #page-tari > .hero:first-of-type::before {
    right: calc(-1 * var(--bp) - 38px) !important;
  }
  #theme-root.s2 .nav {
    column-gap: clamp(10px, 1.5vw, 20px) !important;
  }
  #theme-root.s2 .navlinks {
    gap: clamp(8px, 1.2vw, 16px) !important;
  }
  #theme-root.s2 .navlinks a {
    font-size: clamp(13px, 1.1vw, 18px) !important;
    padding-inline: clamp(8px, 1vw, 14px) !important;
    height: 38px !important;
  }
  #theme-root.s2 .header-cta {
    min-width: clamp(110px, 10vw, 164px) !important;
    min-height: clamp(42px, 4vw, 62px) !important;
    padding-inline: clamp(12px, 1.5vw, 28px) !important;
    font-size: clamp(13px, 1.1vw, 18px) !important;
  }
  #theme-root.s2 .card {
    padding: clamp(14px, 1.8vw, 28px) !important;
  }
  #theme-root.s2 #landing-products-grid .card h3,
  #theme-root.s2 #landing-why-grid .card h3,
  #theme-root.s2 .card h3,
  #theme-root.s2 #p2-depth-grid .compact-map-title,
  #theme-root.s2 #p5-sol-areas-grid .sol-area-card h4 {
    font-size: clamp(14px, 1.35vw, 18px) !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
  }
  #theme-root.s2 .card p {
    font-size: clamp(13px, 1.1vw, 14.5px) !important;
  }
}

