:root {
  --ink: #06162f;
  --blue: #1769ff;
  --cyan: #59d6ff;
  --ice: #eaf2ff;
  --muted: #5f6c80;
  --line: rgba(6, 22, 47, .12);
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #f7faff;
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
button { font: inherit; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1220px, calc(100% - 32px));
  height: 72px;
  padding: 10px 12px 10px 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 45px rgba(6,22,47,.08);
}
.brand { width: 154px; height: 52px; display: grid; place-items: center; }
.brand img { width: 100%; height: 100%; display: block; object-fit: contain; transform: translateY(-3px); }
.nav { display: flex; align-items: center; gap: 34px; font-size: .88rem; font-weight: 700; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: var(--blue); }
.nav-cta { justify-self: end; padding: 13px 17px; border-radius: 12px; background: var(--ink); color: white; font-size: .83rem; font-weight: 700; }
.nav-cta span { margin-left: 8px; color: var(--cyan); }

.hero {
  min-height: 820px;
  padding-top: 152px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 54px;
}
.hero-copy { padding-bottom: 38px; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--blue); font-size: .79rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow > span { width: 27px; height: 2px; background: var(--blue); }
h1, h2 { font-family: "Space Grotesk", Manrope, sans-serif; letter-spacing: -.055em; margin: 0; }
h1 { margin-top: 25px; max-width: 680px; font-size: clamp(3.7rem, 6.3vw, 6.55rem); line-height: .92; font-weight: 600; }
h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 54px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 35px; border-radius: 13px; font-size: .92rem; font-weight: 800; }
.button.primary { background: var(--blue); color: white; box-shadow: 0 14px 30px rgba(23,105,255,.23); }
.text-link { font-size: .9rem; font-weight: 800; }
.text-link span { margin-left: 8px; color: var(--blue); }
.hero-proof { margin-top: 58px; display: flex; align-items: stretch; gap: 0; }
.hero-proof > div { padding: 0 26px; display: flex; align-items: center; gap: 11px; border-left: 1px solid var(--line); }
.hero-proof > div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { font-family: "Space Grotesk"; font-size: 1.7rem; letter-spacing: -.04em; }
.hero-proof span { color: #718096; font-size: .68rem; font-weight: 700; line-height: 1.45; }

.hero-visual { position: relative; min-height: 575px; }
.radar-card {
  position: absolute;
  inset: 22px 0 0 18px;
  border-radius: 34px;
  overflow: hidden;
  color: white;
  background: radial-gradient(circle at 50% 42%, #113a79 0, #0a2856 34%, #06162f 68%);
  box-shadow: 0 40px 80px rgba(4,23,56,.23);
}
.radar-card::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to bottom, #000 0%, transparent 80%); }
.radar-head, .radar-foot { position: relative; z-index: 2; }
.radar-head { display: flex; justify-content: space-between; padding: 24px 26px; font-size: .72rem; letter-spacing: .04em; color: #b7cbed; }
.live { display: flex; align-items: center; gap: 7px; }
.live i { width: 7px; height: 7px; border-radius: 50%; background: #4df0bd; box-shadow: 0 0 0 5px rgba(77,240,189,.12); }
.orbit { position: relative; z-index: 2; width: 390px; height: 390px; margin: -2px auto 0; }
.orbit-ring { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(103,175,255,.26); border-radius: 50%; }
.orbit-ring.one { width: 120px; height: 120px; background: radial-gradient(circle, rgba(23,105,255,.18), transparent 65%); }
.orbit-ring.two { width: 245px; height: 245px; }
.orbit-ring.three { width: 370px; height: 370px; }
.orbit-ring.three::before, .orbit-ring.two::before { content: ""; position: absolute; inset: 12%; border: 1px dashed rgba(89,214,255,.13); border-radius: 50%; }
.orbit-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 74px; height: 74px; display: grid; place-items: center; border-radius: 24px; background: linear-gradient(145deg, #2b86ff, #0e55de); box-shadow: 0 0 0 13px rgba(23,105,255,.09), 0 10px 30px rgba(4,10,30,.5); }
.orbit-center span { font-family: "Space Grotesk"; font-size: 1.05rem; font-weight: 700; }
.talent-node { position: absolute; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.23); border-radius: 17px; background: rgba(10,41,86,.87); color: #dcedff; font-size: .65rem; font-weight: 800; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.n1 { left: 43px; top: 91px; }.n2 { right: 50px; top: 67px; }.n3 { left: 25px; bottom: 89px; }.n4 { right: 22px; bottom: 108px; }.n5 { right: 139px; bottom: 19px; }
.radar-foot { position: absolute; left: 26px; right: 26px; bottom: 23px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.1); padding-top: 17px; }
.radar-foot div { display: flex; flex-direction: column; gap: 2px; }
.radar-foot span { color: #8ea7ca; font-size: .57rem; text-transform: uppercase; letter-spacing: .08em; }
.radar-foot strong { color: #dce9ff; font-family: "Space Grotesk"; font-size: .82rem; }
.floating-card { position: absolute; z-index: 5; border: 1px solid rgba(255,255,255,.8); border-radius: 17px; background: rgba(255,255,255,.92); box-shadow: 0 18px 50px rgba(6,22,47,.15); backdrop-filter: blur(12px); }
.role-card { left: -28px; bottom: 26px; width: 215px; padding: 16px 17px; }
.tiny-label { color: #8591a5; font-size: .61rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.role-card > strong { display: block; margin-top: 4px; font-family: "Space Grotesk"; font-size: 1rem; }
.role-card > div { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.avatars { display: flex; }
.avatars i { width: 23px; height: 23px; margin-left: -5px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; background: var(--ice); color: var(--blue); font-size: .52rem; font-style: normal; font-weight: 800; }
.avatars i:first-child { margin-left: 0; }
.match { color: #17926b; font-size: .62rem; font-weight: 800; }
.pulse-card { top: 0; right: -20px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; }
.pulse-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 11px; background: #dcfff2; color: #0a9c6a; font-weight: 900; }
.pulse-card div { display: flex; flex-direction: column; }
.pulse-card strong { font-size: .75rem; }.pulse-card div span { color: #8290a5; font-size: .55rem; }

.client-strip { padding: 26px max(24px, calc((100% - 1180px)/2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.client-strip p { margin: 0 0 16px; color: #8a96a8; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.client-row { display: grid; grid-template-columns: repeat(6,1fr); align-items: center; gap: 26px; }
.client-row span { color: #778397; font-family: "Space Grotesk"; font-size: .8rem; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }

.section-kicker { color: var(--blue); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; }
.section-heading h2, .outcomes-top h2, .approach-intro h2, .founder-copy h2, .contact-section h2 { margin-top: 20px; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; font-weight: 600; }
.section-heading > p { margin: 0 0 8px; max-width: 450px; color: var(--muted); line-height: 1.75; }
.section-heading.light .section-kicker { color: #6cdcff; }
.section-heading.light h2 { color: white; }
.section-heading.light > p { color: #9eb1cd; }

.expertise-section { position: relative; padding: 122px 0 130px; overflow: hidden; background: var(--ink); }
.expertise-section::before { content: ""; position: absolute; width: 540px; height: 540px; top: -220px; right: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(26,107,255,.25), transparent 68%); }
.service-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-card { position: relative; min-height: 465px; padding: 30px 30px 28px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: rgba(255,255,255,.045); color: white; overflow: hidden; transition: transform .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.07); }
.service-card.featured { background: var(--blue); border-color: var(--blue); }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; top: 80px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.025), 0 0 0 65px rgba(255,255,255,.018); }
.service-index { color: rgba(255,255,255,.42); font-size: .68rem; letter-spacing: .12em; }
.service-icon { position: relative; z-index: 1; width: 48px; height: 48px; margin: 56px 0 22px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(255,255,255,.06); color: #73ddff; font-size: 1.45rem; }
.featured .service-icon { color: white; background: rgba(255,255,255,.13); }
.service-card h3 { position: relative; z-index: 1; margin: 0; font-family: "Space Grotesk"; font-size: 2rem; line-height: 1.05; letter-spacing: -.04em; }
.service-card p { position: relative; z-index: 1; margin: 18px 0 0; color: #a9bad2; font-size: .88rem; line-height: 1.7; }
.service-card.featured p { color: #dbe8ff; }
.service-card ul { position: relative; z-index: 1; margin: auto 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.service-card li { position: relative; padding: 5px 0 5px 16px; color: #b9c8dc; font-size: .72rem; font-weight: 600; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 12px; width: 5px; height: 5px; border-radius: 50%; background: #65dfff; }
.featured li { color: white; }.featured li::before { background: white; }

.sectors-section { padding-block: 130px; }
.sector-stack { margin-top: 72px; border-top: 1px solid var(--line); }
.sector-row { min-height: 180px; padding: 32px 20px 32px 0; display: grid; grid-template-columns: 65px 1fr .9fr 36px; align-items: center; gap: 38px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.sector-row:hover { padding-left: 20px; background: white; }
.sector-number { color: #a2adbc; font-size: .68rem; letter-spacing: .1em; }
.sector-row h3 { margin: 0; font-family: "Space Grotesk"; font-size: 1.7rem; letter-spacing: -.035em; }
.sector-row p { max-width: 530px; margin: 9px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.sector-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.sector-tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; color: #66758a; font-size: .63rem; font-weight: 700; }
.sector-arrow { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ice); color: var(--blue); }

.outcomes-section { padding: 120px 0 128px; background: #eaf2ff; }
.outcomes-top { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.metric-cluster { display: flex; gap: 38px; }
.metric-cluster > div { padding-left: 24px; border-left: 1px solid rgba(6,22,47,.15); }
.metric-cluster strong { display: block; font-family: "Space Grotesk"; font-size: 2.25rem; letter-spacing: -.05em; }
.metric-cluster span { color: #69788d; font-size: .67rem; line-height: 1.45; }
.role-toolbar { margin-top: 58px; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(6,22,47,.12); }
.role-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.role-filter { padding: 9px 14px; border: 1px solid rgba(6,22,47,.12); border-radius: 99px; background: transparent; color: #5e6d82; font-size: .72rem; font-weight: 800; cursor: pointer; transition: all .2s ease; }
.role-filter:hover, .role-filter.active { border-color: var(--ink); background: var(--ink); color: white; }
.role-count { color: #68778c; font-size: .72rem; font-weight: 700; }
.role-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(4,1fr); gap: 11px; }
.role-item { min-height: 156px; padding: 20px; display: flex; flex-direction: column; border: 1px solid rgba(6,22,47,.09); border-radius: 16px; background: rgba(255,255,255,.76); transition: transform .2s ease, box-shadow .2s ease; animation: roleIn .35s ease both; }
.role-item:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(43,74,122,.08); }
.role-category { color: var(--blue); font-size: .57rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.role-item strong { margin: 14px 0 auto; font-family: "Space Grotesk"; font-size: 1.02rem; line-height: 1.25; letter-spacing: -.02em; }
.role-company { padding-top: 13px; display: flex; align-items: center; justify-content: space-between; color: #748297; font-size: .66rem; border-top: 1px solid rgba(6,22,47,.08); }
.role-company i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 7px; background: var(--ice); color: var(--blue); font-style: normal; font-size: .57rem; font-weight: 800; }
.roles-action { margin-top: 30px; display: flex; justify-content: center; }
.button.ghost { border: 1px solid rgba(6,22,47,.17); background: transparent; color: var(--ink); cursor: pointer; }
@keyframes roleIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.approach-section { padding-block: 135px; display: grid; grid-template-columns: .83fr 1.17fr; gap: 100px; align-items: start; }
.approach-intro { position: sticky; top: 130px; }
.approach-intro h2 { font-size: clamp(2.7rem, 4.4vw, 4.5rem); }
.approach-intro > p { max-width: 500px; margin: 28px 0 0; color: var(--muted); line-height: 1.75; }
.approach-steps { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.approach-card { min-height: 300px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: white; }
.approach-card > span { color: #9ba7b7; font-size: .63rem; letter-spacing: .1em; }
.approach-mark { --progress: 0%; position: relative; width: 66px; height: 66px; margin: 36px 0 28px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--blue) var(--progress), #dce7f8 0); box-shadow: 0 8px 24px rgba(23,105,255,.12); }
.approach-mark::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: white; box-shadow: inset 0 0 0 1px #d8e5fb; }
.approach-mark span { position: relative; z-index: 1; color: var(--blue); font-family: "Space Grotesk"; font-size: .66rem; font-weight: 700; letter-spacing: -.02em; }
.approach-card h3 { margin: 0; font-family: "Space Grotesk"; font-size: 1.45rem; letter-spacing: -.03em; }
.approach-card p { margin: 10px 0 0; color: var(--muted); font-size: .79rem; line-height: 1.65; }

.founder-section { padding: 125px 0; background: #dce9ff; }
.founder-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 105px; }
.founder-image-wrap { position: relative; max-width: 470px; }
.founder-image-wrap > img { position: relative; z-index: 1; width: 100%; height: 595px; object-fit: cover; object-position: center 25%; display: block; border-radius: 28px; filter: saturate(.87) contrast(1.03); box-shadow: 0 35px 75px rgba(17,44,86,.19); }
.image-accent { position: absolute; width: 78%; height: 78%; top: -22px; left: -22px; border-radius: 28px; background: var(--blue); }
.founder-badge { position: absolute; z-index: 2; right: -35px; bottom: 32px; min-width: 175px; padding: 18px; display: flex; align-items: center; gap: 12px; border-radius: 17px; background: white; box-shadow: 0 20px 40px rgba(21,53,103,.16); }
.founder-badge strong { font-family: "Space Grotesk"; font-size: 1.8rem; letter-spacing: -.05em; }
.founder-badge span { color: #718096; font-size: .63rem; line-height: 1.45; }
.founder-copy h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.founder-copy > p { color: #56677e; line-height: 1.82; }
.founder-lede { margin-top: 30px; color: var(--ink) !important; font-size: 1.12rem; font-weight: 600; }
.founder-signature { margin-top: 34px; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(6,22,47,.13); }
.founder-signature div { display: flex; flex-direction: column; }.founder-signature strong { font-family: "Space Grotesk"; font-size: 1.08rem; }.founder-signature div span { margin-top: 3px; color: #6a7a8f; font-size: .7rem; }
.founder-signature > a { width: 48px; height: 48px; display: grid; grid-template-columns: auto auto; place-content: center; gap: 5px; border-radius: 14px; background: var(--ink); color: white; font-weight: 800; }
.founder-signature > a span { color: var(--cyan); }

.portfolio-section { padding-block: 130px; }
.section-heading.compact h2 { font-size: clamp(2.8rem, 4.8vw, 4.7rem); }
.portfolio-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.client-tile { min-height: 142px; padding: 21px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 16px; background: white; transition: transform .2s ease, border-color .2s ease; }
.client-tile:hover { transform: translateY(-4px); border-color: #9bbcff; }
.client-tile strong { font-family: "Space Grotesk"; font-size: .95rem; letter-spacing: .025em; }
.client-tile span { color: #8390a3; font-size: .64rem; }
.client-tile.accent { background: var(--blue); border-color: var(--blue); color: white; }.client-tile.accent span { color: #dbe8ff; }

.contact-section { position: relative; min-height: 380px; margin-bottom: 90px; padding: 70px; display: flex; align-items: end; justify-content: space-between; gap: 40px; overflow: hidden; border-radius: 32px; background: var(--ink); color: white; }
.contact-glow { position: absolute; width: 440px; height: 440px; right: 13%; top: -220px; border-radius: 50%; border: 1px solid rgba(86,179,255,.25); box-shadow: 0 0 0 55px rgba(31,117,255,.045), 0 0 0 115px rgba(31,117,255,.025); }
.contact-label { color: #71ddff; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-section h2 { position: relative; z-index: 1; font-size: clamp(3rem, 5vw, 5rem); }
.contact-button { position: relative; z-index: 1; flex: 0 0 auto; background: white; color: var(--ink); }
.contact-button span { color: var(--blue); }

.site-footer { padding: 75px 0 28px; background: #030e20; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr 1fr 1fr; gap: 70px; }
.footer-brand img { width: 170px; height: 70px; padding: 8px 11px; object-fit: contain; border-radius: 10px; background: white; }
.footer-brand p { margin: 18px 0 0; color: #8fa1bc; font-size: .82rem; line-height: 1.65; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-label { margin-bottom: 9px; color: #63748d; font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a, .footer-grid p { margin: 0; color: #a9b7ca; font-size: .72rem; line-height: 1.75; }
.footer-grid a:hover { color: white; }.linkedin-link { margin-top: 9px !important; color: #68d7ff !important; }
.footer-bottom { margin-top: 65px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); color: #5f7089; font-size: .62rem; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }.nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; }.hero-copy { padding-bottom: 0; }
  .hero-visual { min-height: 590px; max-width: 610px; width: 100%; margin: 0 auto; }
  .client-row { grid-template-columns: repeat(3,1fr); row-gap: 18px; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 400px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .sector-row { grid-template-columns: 45px 1fr 36px; }.sector-tags { grid-column: 2 / 3; justify-content: flex-start; }.sector-arrow { grid-column: 3; grid-row: 1 / 3; }
  .role-grid { grid-template-columns: repeat(3,1fr); }
  .approach-section { grid-template-columns: 1fr; gap: 55px; }.approach-intro { position: static; }
  .founder-grid { grid-template-columns: 1fr 1fr; gap: 60px; }.founder-image-wrap > img { height: 530px; }
  .portfolio-grid { grid-template-columns: repeat(3,1fr); }
  .contact-section { padding: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { top: 10px; width: calc(100% - 20px); height: 62px; padding: 7px 8px 7px 13px; border-radius: 15px; }
  .brand { width: 122px; height: 44px; }.brand img { width: 100%; height: 100%; }.nav-cta { padding: 11px 12px; font-size: .7rem; }
  .hero { min-height: auto; padding-top: 116px; gap: 36px; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.4rem); }
  .hero-lede { font-size: 1rem; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { gap: 0; margin-top: 42px; }.hero-proof > div { padding: 0 11px; flex-direction: column; align-items: flex-start; }.hero-proof strong { font-size: 1.45rem; }.hero-proof span { font-size: .58rem; }
  .hero-visual { min-height: 500px; }
  .radar-card { inset: 20px 0 0; border-radius: 25px; }.orbit { width: 325px; height: 325px; }.orbit-ring.three { width: 312px; height: 312px; }.orbit-ring.two { width: 210px; height: 210px; }
  .radar-foot { left: 18px; right: 18px; }.radar-foot span { font-size: .48rem; }
  .role-card { left: -3px; bottom: -3px; }.pulse-card { right: -2px; }
  .client-row { grid-template-columns: repeat(2,1fr); }.client-row span { font-size: .68rem; }
  .expertise-section, .sectors-section, .outcomes-section, .approach-section, .founder-section, .portfolio-section { padding-block: 90px; }
  .section-heading h2, .outcomes-top h2, .approach-intro h2, .founder-copy h2 { font-size: 2.8rem; }
  .service-grid { margin-top: 46px; }.service-card { min-height: 420px; padding: 25px; }
  .sector-stack { margin-top: 45px; }.sector-row { min-height: 0; padding: 28px 0; grid-template-columns: 34px 1fr 34px; gap: 14px; }.sector-row:hover { padding-left: 0; background: transparent; }.sector-row h3 { font-size: 1.4rem; }.sector-tags { margin-top: 5px; }.sector-arrow { width: 31px; height: 31px; }
  .outcomes-top { grid-template-columns: 1fr; }.metric-cluster { margin-top: 5px; }.metric-cluster > div:first-child { padding-left: 0; border-left: 0; }
  .role-toolbar { align-items: flex-start; flex-direction: column; gap: 14px; }.role-grid { grid-template-columns: 1fr 1fr; }.role-item { min-height: 145px; padding: 16px; }
  .approach-steps { grid-template-columns: 1fr; }.approach-card { min-height: 280px; }
  .founder-grid { grid-template-columns: 1fr; gap: 65px; }.founder-image-wrap { max-width: none; }.founder-image-wrap > img { height: 510px; }.founder-badge { right: 14px; bottom: -25px; }
  .portfolio-grid { grid-template-columns: repeat(2,1fr); }.client-tile { min-height: 125px; padding: 16px; }
  .contact-section { width: calc(100% - 28px); min-height: 430px; margin-bottom: 60px; padding: 35px 26px; align-items: flex-start; flex-direction: column; justify-content: center; border-radius: 24px; }.contact-section h2 { font-size: 3rem; }.contact-button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }.footer-bottom { margin-top: 45px; flex-direction: column; gap: 7px; }
}

@media (max-width: 420px) {
  .nav-cta { max-width: 135px; text-align: center; line-height: 1.2; }
  .role-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .metric-cluster { gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
