:root {
  --blue: #01426c;
  --orange: #fd4b01;
  --ink: #111111;
  --muted: #66717b;
  --line: #dfe6eb;
  --soft: #f5f7f8;
  --white: #ffffff;
  --radius: 20px;
  --page-gap: 16px;
  --glass: rgba(255,255,255,.58);
  --glass-strong: rgba(255,255,255,.74);
  --glass-dark: rgba(1,66,108,.58);
  --glass-border: rgba(255,255,255,.5);
  --blue-rgb: 1, 66, 108;
  --orange-rgb: 253, 75, 1;
  --site-bg: url("assets/light-liquid-background.svg?v=2");
  --page-wash: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.04));
  --body-fallback: #f7fbff;
  --nav-glass: linear-gradient(145deg, rgba(255,255,255,.58), rgba(255,255,255,.18)), radial-gradient(circle at 88% 18%, rgba(var(--orange-rgb),.1), transparent 26%), linear-gradient(115deg, rgba(var(--blue-rgb),.2), transparent 48%), rgba(255,255,255,.28);
  --nav-glass-scrolled: linear-gradient(145deg, rgba(255,255,255,.64), rgba(255,255,255,.22)), radial-gradient(circle at 88% 18%, rgba(var(--orange-rgb),.12), transparent 26%), linear-gradient(115deg, rgba(var(--blue-rgb),.24), transparent 48%), rgba(255,255,255,.34);
  --surface-glass: linear-gradient(145deg, rgba(255,255,255,.54), rgba(255,255,255,.14)), radial-gradient(circle at 12% 10%, rgba(255,255,255,.44), transparent 24%), radial-gradient(circle at 84% 18%, rgba(var(--orange-rgb),.12), transparent 28%), linear-gradient(135deg, rgba(var(--blue-rgb),.18), rgba(255,255,255,.04)), rgba(255,255,255,.2);
  --card-glass: linear-gradient(145deg, rgba(255,255,255,.42), rgba(var(--blue-rgb),.14)), radial-gradient(circle at 16% 12%, rgba(255,255,255,.3), transparent 26%), radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.08), transparent 30%), linear-gradient(135deg, rgba(var(--blue-rgb),.22), rgba(255,255,255,.04)), rgba(var(--blue-rgb),.08);
  --deep-card-glass: linear-gradient(145deg, rgba(255,255,255,.38), rgba(var(--blue-rgb),.18)), radial-gradient(circle at 14% 12%, rgba(255,255,255,.26), transparent 26%), radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.12), transparent 30%), linear-gradient(135deg, rgba(var(--blue-rgb),.3), rgba(255,255,255,.03)), rgba(var(--blue-rgb),.1);
  --small-glass: linear-gradient(145deg, rgba(255,255,255,.5), rgba(62,74,88,.12)), rgba(255,255,255,.2);
  --text-strong: #18324a;
  --text-soft: #35506a;
  --text-faint: rgba(24,50,74,.72);
  --theme-logo-filter: none;
  --hero-glass: radial-gradient(circle at 73% 38%, rgba(var(--orange-rgb),.18), transparent 18%), radial-gradient(circle at 58% 12%, rgba(255,255,255,.3), transparent 18%), linear-gradient(135deg, rgba(204,226,252,.62) 0%, rgba(172,207,246,.42) 48%, rgba(135,181,235,.48) 100%);
  --hero-card-glass: linear-gradient(145deg, rgba(238,247,255,.58), rgba(167,204,246,.24)), radial-gradient(circle at 70% 70%, rgba(var(--orange-rgb),.14), transparent 28%), rgba(156,195,240,.3);
  --shadow-glass: 0 26px 78px rgba(1,66,108,.18), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -26px 54px rgba(1,66,108,.08);
}

html[data-theme="dark"] {
  --site-bg: url("assets/dark-liquid-background.svg?v=1");
  --page-wash: linear-gradient(180deg, rgba(1,8,18,.1), rgba(1,8,18,.3));
  --body-fallback: #050b14;
  --nav-glass: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.04)), rgba(6,18,32,.66);
  --nav-glass-scrolled: linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.05)), rgba(6,18,32,.76);
  --surface-glass: radial-gradient(circle at 76% 28%, rgba(var(--orange-rgb),.14), transparent 22%), radial-gradient(circle at 18% 8%, rgba(255,255,255,.15), transparent 24%), linear-gradient(135deg, rgba(1,57,95,.62) 0%, rgba(1,66,108,.5) 48%, rgba(8,26,44,.66) 100%);
  --card-glass: radial-gradient(circle at 80% 24%, rgba(var(--orange-rgb),.12), transparent 24%), radial-gradient(circle at 18% 10%, rgba(255,255,255,.13), transparent 24%), linear-gradient(135deg, rgba(1,57,95,.56) 0%, rgba(1,66,108,.44) 50%, rgba(8,27,46,.62) 100%);
  --deep-card-glass: radial-gradient(circle at 78% 30%, rgba(var(--orange-rgb),.14), transparent 24%), radial-gradient(circle at 16% 8%, rgba(255,255,255,.14), transparent 24%), linear-gradient(135deg, rgba(1,57,95,.64) 0%, rgba(1,66,108,.52) 48%, rgba(8,26,44,.68) 100%);
  --small-glass: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.08)), rgba(255,255,255,.12);
  --text-strong: #ffffff;
  --text-soft: rgba(255,255,255,.86);
  --text-faint: rgba(255,255,255,.74);
  --theme-logo-filter: brightness(0) invert(1);
  --hero-glass: radial-gradient(circle at 73% 38%, rgba(var(--orange-rgb),.34), transparent 18%), radial-gradient(circle at 58% 12%, rgba(255,255,255,.18), transparent 18%), linear-gradient(135deg, rgba(1,57,95,.9) 0%, rgba(1,66,108,.82) 46%, rgba(9,40,61,.9) 100%);
  --hero-card-glass: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.05)), radial-gradient(circle at 70% 70%, rgba(var(--orange-rgb),.18), transparent 28%), rgba(1,31,54,.46);
  --shadow-glass: 0 26px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.09);
}

html[data-theme="sunset"] {
  --site-bg: url("assets/sunset-liquid-background.svg?v=2");
  --page-wash: linear-gradient(180deg, rgba(20,10,5,.08), rgba(5,8,16,.22));
  --body-fallback: #111724;
  --nav-glass: linear-gradient(135deg, rgba(255,255,255,.17), rgba(255,255,255,.055)), radial-gradient(circle at 92% 22%, rgba(var(--orange-rgb),.2), transparent 30%), rgba(26,18,22,.64);
  --nav-glass-scrolled: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.06)), radial-gradient(circle at 92% 22%, rgba(var(--orange-rgb),.22), transparent 30%), rgba(26,18,22,.74);
  --surface-glass: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.06)), radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.16), transparent 28%), rgba(30,26,36,.66);
  --card-glass: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.06)), radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.18), transparent 30%), rgba(30,25,36,.64);
  --deep-card-glass: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.06)), radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.2), transparent 30%), rgba(31,25,36,.66);
  --small-glass: linear-gradient(145deg, rgba(255,255,255,.26), rgba(255,255,255,.1)), rgba(255,255,255,.12);
  --text-strong: #ffffff;
  --text-soft: rgba(255,255,255,.86);
  --text-faint: rgba(255,255,255,.74);
  --theme-logo-filter: brightness(0) invert(1);
  --hero-glass: radial-gradient(circle at 73% 38%, rgba(var(--orange-rgb),.42), transparent 18%), radial-gradient(circle at 58% 12%, rgba(255,255,255,.12), transparent 18%), linear-gradient(135deg, rgba(34,26,38,.86) 0%, rgba(12,36,62,.78) 48%, rgba(28,20,30,.88) 100%);
  --hero-card-glass: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.055)), radial-gradient(circle at 70% 70%, rgba(var(--orange-rgb),.24), transparent 28%), rgba(30,25,36,.5);
  --shadow-glass: 0 26px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.1);
}

* { box-sizing: border-box; }
html {
  overflow-y: auto;
}
body {
  margin: 0;
  font-family: "Jost", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.04)),
    radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.08), transparent 28%),
    url("assets/light-liquid-background.svg?v=2") center top / cover fixed,
    #f7fbff;
  background-attachment: fixed;
  overflow-x: hidden;
  padding-top: 104px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 1; }

.site-header {
  position: fixed;
  top: 10px;
  left: var(--page-gap);
  right: var(--page-gap);
  z-index: 100;
  border-radius: var(--radius);
  background: rgba(255,255,255,.68);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  border: 1px solid rgba(255,255,255,.62);
  box-shadow: 0 18px 60px rgba(var(--blue-rgb),.08);
  transition: box-shadow .24s ease, background .24s ease;
}
.site-header.scrolled { background: rgba(255,255,255,.78); box-shadow: 0 18px 58px rgba(1,66,108,.12); }
.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand img { width: 168px; height: auto; }
.links { display: flex; gap: 42px; align-items: center; font-size: 14px; font-weight: 750; color: var(--blue); }
.nav-dropdown {
  position: relative;
}
.nav-dropdown:after {
  content: "";
  position: absolute;
  left: -18px;
  right: -18px;
  top: 100%;
  height: 16px;
}
.nav-home {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.nav-home span {
  font-size: 13px;
  transform: translateY(-1px);
}
.home-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: -18px;
  min-width: 190px;
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: calc(var(--radius) - 6px);
  background: var(--small-glass);
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
  box-shadow: 0 18px 48px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.nav-dropdown:hover .home-menu,
.nav-dropdown.is-open .home-menu,
.nav-dropdown:focus-within .home-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.home-menu a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: calc(var(--radius) - 10px);
  color: var(--text-strong);
  white-space: nowrap;
}
.home-menu a:hover {
  background: rgba(255,255,255,.18);
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(255,255,255,.42)),
    rgba(255,255,255,.58);
  backdrop-filter: blur(14px) saturate(1.18);
  -webkit-backdrop-filter: blur(14px) saturate(1.18);
  color: var(--blue);
  box-shadow: 0 12px 30px rgba(var(--blue-rgb),.1);
  place-items: center;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform .22s ease, opacity .22s ease;
}
.site-header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(var(--orange-rgb),.88), rgba(var(--orange-rgb),.68)),
    rgba(var(--orange-rgb),.76);
  color: white;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,.4);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  box-shadow: 0 12px 28px rgba(253,75,1,.2), inset 0 1px 0 rgba(255,255,255,.34);
}
.button {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.2), rgba(255,255,255,.07)),
    linear-gradient(135deg, rgba(var(--orange-rgb),.82), rgba(var(--orange-rgb),.62));
  border-color: rgba(255,255,255,.4);
  box-shadow:
    0 12px 28px rgba(253,75,1,.18),
    inset 0 1px 0 rgba(255,255,255,.36),
    inset 0 -10px 20px rgba(105,20,0,.1);
  transform: translateY(0) scale(1);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.button:before {
  content: "";
  position: absolute;
  inset: 1px 6px auto;
  height: 38%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.36), transparent);
  opacity: .32;
  pointer-events: none;
}
.button:after {
  content: none;
}
.button.secondary {
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.38)),
    rgba(255,255,255,.52);
  color: var(--blue);
  border-color: rgba(255,255,255,.62);
  box-shadow: 0 12px 28px rgba(var(--blue-rgb),.08), inset 0 1px 0 rgba(255,255,255,.34);
}
.button.secondary {
  background:
    linear-gradient(145deg, rgba(255,255,255,.26), rgba(255,255,255,.09)),
    var(--small-glass);
  color: var(--text-strong);
  border-color: rgba(255,255,255,.38);
  box-shadow:
    0 12px 28px rgba(24,70,118,.1),
    inset 0 1px 0 rgba(255,255,255,.36),
    inset 0 -10px 20px rgba(72,137,220,.06);
}
.button:hover,
.menu-toggle:hover,
.theme-toggle:hover {
  transform: translateY(-1px);
}
.button:hover {
  border-color: rgba(255,255,255,.55);
  background:
    linear-gradient(145deg, rgba(255,255,255,.24), rgba(255,255,255,.09)),
    linear-gradient(135deg, rgba(var(--orange-rgb),.88), rgba(var(--orange-rgb),.66));
  box-shadow:
    0 16px 36px rgba(253,75,1,.24),
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -10px 20px rgba(105,20,0,.1);
}
.button.secondary:hover {
  background:
    linear-gradient(145deg, rgba(255,255,255,.3), rgba(255,255,255,.11)),
    var(--small-glass);
  box-shadow:
    0 16px 34px rgba(24,70,118,.14),
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -10px 20px rgba(72,137,220,.06);
}
.button:active,
.menu-toggle:active,
.theme-toggle:active {
  transform: translateY(1px);
}
.button:focus-visible,
.menu-toggle:focus-visible,
.theme-toggle:focus-visible {
  outline: 2px solid rgba(var(--orange-rgb),.72);
  outline-offset: 3px;
}

.hero {
  position: relative;
  min-height: 760px;
  color: white;
  width: calc(100% - (var(--page-gap) * 2));
  margin: var(--page-gap) auto;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.22);
  background:
    radial-gradient(circle at 73% 38%, rgba(var(--orange-rgb),.34), transparent 18%),
    radial-gradient(circle at 58% 12%, rgba(255,255,255,.18), transparent 18%),
    linear-gradient(135deg, rgba(1,57,95,.9) 0%, rgba(1,66,108,.82) 46%, rgba(9,40,61,.9) 100%);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(var(--blue-rgb),.22);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 78% 26%, rgba(255,255,255,.22), transparent 36%),
    radial-gradient(ellipse at 72% 68%, rgba(var(--orange-rgb),.2), transparent 38%),
    linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.12) 64%, transparent 88%);
  opacity: .72;
  filter: blur(18px);
  pointer-events: none;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 42%, rgba(120,190,255,.16), transparent 30%),
    radial-gradient(circle at 58% 24%, rgba(255,255,255,.1), transparent 36%),
    radial-gradient(circle at 92% 86%, rgba(var(--orange-rgb),.12), transparent 28%);
  mask-image: radial-gradient(circle at 70% 45%, black, transparent 62%);
  opacity: .9;
  pointer-events: none;
}
.hero-grid {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 48px;
  align-items: center;
  padding: 80px 0 56px;
}
h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(52px, 7vw, 104px);
  line-height: .9;
  letter-spacing: 0;
}
.lead {
  margin: 28px 0 0;
  max-width: 680px;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.35;
  color: rgba(255,255,255,.86);
}
.lead p {
  margin: 0;
}
.lead p + p {
  margin-top: 22px;
}
.hero-actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 3;
  width: 52px;
  height: 52px;
  transform: translateX(-50%);
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.hero-scroll:before,
.hero-scroll:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 18px;
  height: 4px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(var(--orange-rgb),.62);
}
.hero-scroll:before {
  transform: translate(-83%, -50%) rotate(42deg);
}
.hero-scroll:after {
  transform: translate(-17%, -50%) rotate(-42deg);
}
.hero-scroll:hover,
.hero-scroll:focus-visible {
  box-shadow: none;
}
.hero-card {
  position: relative;
  min-height: 430px;
  border-radius: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
  box-shadow: none;
}
.hero-card:after {
  content: none;
}
.method-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: auto;
  height: auto;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: white;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: .08em;
  transform: translate(-50%, -50%);
  text-shadow: 0 10px 28px rgba(0,0,0,.28);
  box-shadow: none;
}
.orbit, .orbit:before, .orbit:after {
  position: absolute;
  border: 1px solid rgba(190,228,255,.32);
  border-radius: 50%;
  inset: 62px 28px;
  box-shadow: 0 0 32px rgba(128,197,255,.1);
}
.orbit:before, .orbit:after { content: ""; inset: 48px; transform: rotate(28deg); }
.orbit:after { inset: 104px; transform: rotate(-18deg); border-color: rgba(var(--orange-rgb),.58); }
.node {
  position: absolute;
  z-index: 3;
  width: 136px;
  min-height: 64px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.72);
  color: var(--blue);
  font-weight: 850;
  border: 1px solid rgba(255,255,255,.78);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  box-shadow: 0 18px 40px rgba(0,0,0,.2), 0 0 28px rgba(125,200,255,.16);
}
.n1 { top: 52px; left: 50%; transform: translateX(-50%); }
.n2 { top: 128px; right: 48px; }
.n3 {
  right: 74px;
  bottom: 68px;
}
.n4 { left: 54px; bottom: 82px; }
.n5 { top: 132px; left: 42px; }

.section {
  scroll-margin-top: 118px;
  width: calc(100% - (var(--page-gap) * 2));
  margin: var(--page-gap) auto;
  padding: 104px 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--glass-border);
  background: var(--glass);
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
  box-shadow: 0 22px 70px rgba(var(--blue-rgb),.08);
}
.section.soft { background: rgba(245,247,248,.62); }
.section.dark { background: var(--glass-dark); color: white; border-color: rgba(255,255,255,.24); }
.section.contrast {
  background:
    radial-gradient(circle at 78% 24%, rgba(var(--orange-rgb),.1), transparent 28%),
    linear-gradient(135deg, rgba(var(--blue-rgb),.11), rgba(var(--orange-rgb),.05)),
    rgba(238,244,247,.64);
}
.section.contrast:before,
.ai-panel-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 18% 26%, rgba(255,255,255,.72), transparent 46%),
    radial-gradient(ellipse at 72% 12%, rgba(var(--blue-rgb),.12), transparent 40%),
    radial-gradient(ellipse at 84% 82%, rgba(var(--orange-rgb),.08), transparent 34%);
  opacity: .88;
  filter: blur(10px);
  pointer-events: none;
}
.section.contrast:after,
.ai-panel-section:after {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  right: -260px;
  top: 60px;
  background: radial-gradient(circle, rgba(var(--blue-rgb),.2), transparent 62%);
  pointer-events: none;
}
.section-head {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 48px;
}
.label { color: var(--orange); font-weight: 900; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
h2 { margin: 8px 0 0; font-size: clamp(36px, 4vw, 68px); line-height: .96; letter-spacing: 0; }
.strategy-title {
  color: var(--text-strong);
}
#what .strategy-title {
  color: var(--text-strong);
}
.section-head p { margin: 12px 0 0; color: var(--muted); font-size: 21px; line-height: 1.45; }
.dark .section-head p { color: rgba(255,255,255,.76); }

.logo-rail {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
}
.logo-stage {
  position: relative;
  padding: 18px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 16% 20%, rgba(var(--orange-rgb),.09), transparent 24%),
    linear-gradient(135deg, rgba(var(--blue-rgb),.08), rgba(255,255,255,.48));
  border: 1px solid rgba(255,255,255,.62);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 22px 70px rgba(var(--blue-rgb),.08);
  overflow: hidden;
}
.logo-stage:before {
  content: "";
  position: absolute;
  inset: -120px -150px auto auto;
  height: 320px;
  width: 560px;
  background:
    radial-gradient(ellipse at center, rgba(var(--blue-rgb),.18), transparent 64%),
    radial-gradient(ellipse at 24% 60%, rgba(var(--orange-rgb),.08), transparent 46%);
  opacity: .8;
  filter: blur(12px);
  pointer-events: none;
}
.logo-tile {
  position: relative;
  min-height: 102px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: var(--radius);
  background: rgba(255,255,255,.58);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  box-shadow: 0 12px 30px rgba(var(--blue-rgb),.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
  overflow: hidden;
}
.logo-tile:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, transparent, rgba(var(--blue-rgb),.06), transparent);
  opacity: 0;
  transition: opacity .24s ease;
}
.logo-tile img { width: 72px; opacity: .78; filter: grayscale(1); }
#clients .logo-tile,
html[data-theme="light"] #clients .logo-tile,
html[data-theme="dark"] #clients .logo-tile,
html[data-theme="sunset"] #clients .logo-tile {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
#clients .logo-tile:before {
  display: none;
}
#clients .logo-tile img,
html[data-theme="light"] #clients .logo-tile img,
html[data-theme="dark"] #clients .logo-tile img,
html[data-theme="sunset"] #clients .logo-tile img {
  opacity: 1;
  filter: grayscale(1);
}

.split {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: start;
}
.split > div:first-child {
  position: relative;
  grid-column: span 2;
  padding-right: 32px;
}
#what .split > div:first-child:after {
  content: none;
}
html[data-theme="light"] #what .split > div:first-child:after {
  opacity: .28;
  mix-blend-mode: multiply;
}
html[data-theme="dark"] #what .split > div:first-child:after {
  opacity: .5;
  mix-blend-mode: screen;
}
.copy-panel {
  grid-column: span 2;
}
.big-copy p { font-size: 22px; line-height: 1.5; color: #29343d; margin: 0 0 22px; }
.copy-panel {
  position: relative;
  padding: 34px;
  border-radius: var(--radius);
  border: 1px solid rgba(166,218,255,.44);
  background:
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.04)),
    radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.2), transparent 22%),
    linear-gradient(135deg, rgba(1,66,108,.58), rgba(4,43,71,.52));
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  box-shadow:
    0 28px 70px rgba(var(--blue-rgb),.24),
    0 0 80px rgba(var(--orange-rgb),.09);
  overflow: hidden;
}
.copy-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 82% 18%, rgba(255,255,255,.2), transparent 34%),
    linear-gradient(120deg, transparent, rgba(255,255,255,.14), transparent);
  transform: translateX(-40%);
  opacity: .55;
  filter: blur(8px);
}
.copy-panel > * { position: relative; z-index: 1; }
.copy-panel p { color: rgba(255,255,255,.82); }
.copy-panel p:first-child { color: white; }
.copy-panel .panel-lead {
  color: white;
  font-weight: 850;
}
.copy-panel .panel-muted {
  color: rgba(255,255,255,.68);
}
.ai-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 28px;
}
.ai-points span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.13);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 850;
}
.capability-card {
  position: relative;
  min-height: 184px;
  padding: 26px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.68);
  background:
    radial-gradient(circle at 84% 18%, rgba(var(--blue-rgb),.1), transparent 30%),
    rgba(255,255,255,.58);
  backdrop-filter: blur(18px) saturate(1.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
  box-shadow: 0 20px 52px rgba(var(--blue-rgb),.08);
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease;
}
#what .capability-card {
  min-height: 330px;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.capability-card span {
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.42);
  border: 1px solid rgba(255,255,255,.66);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 18px;
}
.capability-card span:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  box-shadow: 12px -7px 0 -7px var(--orange), -8px 10px 0 -7px var(--blue);
}
.capability-card span:has(img):before {
  content: none;
}
.capability-card span img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.18));
}
.capability-card h3 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 20px;
}
.capability-card p {
  margin: 0;
  color: #51606b;
  line-height: 1.48;
  font-size: 15px;
}
#what .capability-card p {
  flex: 1 1 auto;
  font-size: clamp(14px, .95vw, 15.5px);
  line-height: 1.42;
}
#what .capability-card .service-learn-more {
  align-self: center;
  flex: 0 0 auto;
  min-height: 42px;
  margin-top: 16px;
}
.metric-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(1,66,108,.16);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255,255,255,.56);
  backdrop-filter: blur(18px) saturate(1.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
}
.capability-band {
  grid-column: 1 / -1;
  margin-top: 18px;
  background:
    radial-gradient(circle at 88% 20%, rgba(var(--orange-rgb),.14), transparent 30%),
    linear-gradient(135deg, rgba(1,66,108,.58), rgba(4,43,71,.52));
  border-color: rgba(166,218,255,.3);
  box-shadow: 0 26px 70px rgba(var(--blue-rgb),.22);
}
#what .capability-band {
  display: none;
}
.metric { padding: 28px; border-right: 1px solid rgba(1,66,108,.12); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; color: var(--blue); font-size: 40px; line-height: 1; }
.metric span { display: block; margin-top: 10px; color: var(--muted); font-weight: 650; }
.capability-band .metric { border-right-color: rgba(255,255,255,.2); }
.capability-band .metric strong { color: white; }
.capability-band .metric span { color: rgba(255,255,255,.72); }

.service-list { display: grid; gap: 14px; counter-reset: service; }
.service {
  position: relative;
  counter-increment: service;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 26px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: var(--radius);
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(18px) saturate(1.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
  box-shadow: 0 18px 44px rgba(var(--blue-rgb),.08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
  overflow: hidden;
}
.service:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 20%, rgba(var(--orange-rgb),.11), transparent 58%),
    radial-gradient(circle at 92% 50%, rgba(var(--blue-rgb),.14), transparent 32%);
  opacity: 0;
  transition: opacity .24s ease, transform .24s ease;
  transform: translateX(-18%);
  pointer-events: none;
}
.service:nth-child(even) {
  background:
    radial-gradient(circle at 92% 18%, rgba(var(--orange-rgb),.16), transparent 30%),
    linear-gradient(135deg, rgba(1,66,108,.58), rgba(4,43,71,.52));
  border-color: rgba(255,255,255,.28);
  box-shadow: 0 24px 66px rgba(var(--blue-rgb),.2);
}
.service:nth-child(even) h3,
.service:nth-child(even) p { color: white; }
.service:nth-child(even) p { color: rgba(255,255,255,.76); }
.service:before {
  content: "0" counter(service);
  color: var(--orange);
  font-size: 28px;
  font-weight: 900;
}
#who .service {
  grid-template-columns: 1fr;
}
#who .service:before {
  display: none;
}
#who .section-head p strong,
#who .service p strong {
  color: white;
  font-weight: 900;
}
#who .service:nth-child(even) p strong {
  color: white;
}
.service h3, .reason h3 { margin: 0 0 10px; font-size: 27px; color: var(--blue); }
.service p, .reason p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
#who .service p + p {
  margin-top: 14px;
}
.service-learn-more {
  margin-top: 22px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3,10,18,.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.modal__panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.34);
  background: var(--surface-glass);
  color: var(--text-strong);
  box-shadow:
    0 34px 100px rgba(0,0,0,.28),
    0 1px 0 rgba(255,255,255,.42) inset;
  backdrop-filter: blur(30px) saturate(1.22);
  -webkit-backdrop-filter: blur(30px) saturate(1.22);
  padding: clamp(28px, 5vw, 54px);
  transform: translateY(14px) scale(.98);
  transition: transform .22s ease;
}
.modal.is-open .modal__panel {
  transform: translateY(0) scale(1);
}
.heartshare-modal-logo {
  display: block;
  width: min(360px, 78%);
  height: auto;
  margin: 0 0 34px;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,.28));
}
.modal__panel h2 {
  margin: 10px 0 20px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: .98;
}
.modal__subtitle {
  margin: 0 0 24px;
  color: var(--orange);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.08;
}
.modal__panel p {
  margin: 0 0 16px;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.65;
}
.modal__panel p:last-child {
  margin-bottom: 0;
}
.modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.36);
  background: var(--small-glass);
  color: var(--text-strong);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.36);
}
body.modal-open {
  overflow: hidden;
}

.reasons { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.method-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.reason {
  position: relative;
  padding: 28px;
  min-height: 250px;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.06)),
    radial-gradient(circle at 80% 16%, rgba(var(--orange-rgb),.13), transparent 28%),
    rgba(1,66,108,.52);
  border: 1px solid rgba(178,222,255,.22);
  backdrop-filter: blur(16px) saturate(1.18);
  -webkit-backdrop-filter: blur(16px) saturate(1.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 18px 48px rgba(0,0,0,.12);
  overflow: hidden;
}
.reason:after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--orange-rgb),.85), transparent);
  opacity: .6;
}
.reason h3 { color: white; font-size: 22px; }
.reason p { color: rgba(255,255,255,.76); }
.method-grid .reason {
  min-height: 360px;
}
.method-grid .reason h3 {
  font-size: 21px;
  line-height: 1.08;
}
.method-grid .reason p {
  font-size: 15.5px;
  line-height: 1.55;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.team-panel {
  padding: 72px 0 82px;
}
.team-panel-head {
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
.team-panel h1 {
  margin: 8px 0 0;
  font-size: clamp(34px, 5vw, 72px);
  line-height: .95;
  letter-spacing: 0;
}
.person {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.68);
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(18px) saturate(1.14);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
  box-shadow: 0 16px 42px rgba(1,66,108,.06);
  transition: transform .22s ease, box-shadow .22s ease;
}
.person:hover { transform: translateY(-3px); box-shadow: 0 22px 58px rgba(1,66,108,.1); }
.person img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--soft); }
.person div { padding: 0; }
.profile-toggle {
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.profile-toggle summary {
  flex: 1;
  list-style: none;
  cursor: pointer;
  padding: 20px 52px 20px 20px;
  position: relative;
  color: var(--blue);
}
.profile-toggle summary::-webkit-details-marker { display: none; }
.profile-toggle summary:after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 22px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(var(--orange-rgb),.2), rgba(255,255,255,.34)),
    rgba(255,255,255,.42);
  border: 1px solid rgba(255,255,255,.5);
  backdrop-filter: blur(10px) saturate(1.15);
  -webkit-backdrop-filter: blur(10px) saturate(1.15);
  color: var(--orange);
  font-weight: 900;
}
.profile-toggle[open] summary:after { content: "-"; }
.profile-toggle summary span {
  display: block;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 850;
}
.profile-toggle summary small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
}
.profile-copy {
  padding: 0 20px 22px;
  animation: profileIn .22s ease;
  text-align: center;
}
.profile-copy p {
  margin: 0;
  color: #43505a;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}
.linkedin-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-top: 16px;
  padding: 0 14px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(var(--blue-rgb),.86), rgba(var(--blue-rgb),.58)),
    rgba(var(--blue-rgb),.72);
  color: white;
  border: 1px solid rgba(255,255,255,.34);
  backdrop-filter: blur(12px) saturate(1.15);
  -webkit-backdrop-filter: blur(12px) saturate(1.15);
  box-shadow: 0 12px 28px rgba(var(--blue-rgb),.18), inset 0 1px 0 rgba(255,255,255,.22);
  font-size: 13px;
  font-weight: 850;
}
.linkedin-link:after {
  content: "in";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.5)),
    rgba(255,255,255,.66);
  border: 1px solid rgba(255,255,255,.62);
  backdrop-filter: blur(8px) saturate(1.12);
  -webkit-backdrop-filter: blur(8px) saturate(1.12);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 38px; }
.page-intro {
  width: calc(100% - (var(--page-gap) * 2));
  margin: var(--page-gap) auto;
  border-radius: var(--radius);
  border: 1px solid var(--glass-border);
  padding: 58px 0 22px;
  background:
    linear-gradient(135deg, rgba(1,66,108,.08), rgba(253,75,1,.05)),
    rgba(245,247,248,.62);
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
  box-shadow: 0 22px 70px rgba(var(--blue-rgb),.08);
}
.page-intro .section-head { margin-bottom: 0; }
.page-intro h1 {
  font-size: clamp(34px, 5vw, 72px);
  line-height: .95;
}
.team-tagline {
  margin: 36px 0 0;
  color: var(--blue);
  font-size: clamp(34px, 5vw, 74px);
  line-height: .95;
  font-weight: 900;
  letter-spacing: 0;
}
.contact-card, .form {
  border: 1px solid rgba(255,255,255,.68);
  border-radius: var(--radius);
  padding: 34px;
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(18px) saturate(1.14);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
}
.contact-card p { margin: 0 0 18px; color: var(--muted); font-size: 19px; line-height: 1.45; }
.contact-card strong { color: var(--blue); }
.form { display: grid; gap: 14px; }
input, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(255,255,255,.42)),
    rgba(255,255,255,.62);
  backdrop-filter: blur(14px) saturate(1.14);
  -webkit-backdrop-filter: blur(14px) saturate(1.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.34);
  min-height: 52px;
  padding: 14px 16px;
  font: inherit;
}
textarea { min-height: 150px; resize: vertical; }

.policy-page {
  padding-top: 120px;
}
.policy-panel {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 58px);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.28);
  background:
    radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.12), transparent 30%),
    linear-gradient(145deg, rgba(var(--blue-rgb),.78), rgba(1,31,54,.68));
  color: white;
  box-shadow:
    0 32px 84px rgba(1,36,66,.24),
    0 1px 0 rgba(255,255,255,.2) inset;
  backdrop-filter: blur(24px) saturate(1.14);
  -webkit-backdrop-filter: blur(24px) saturate(1.14);
}
.policy-panel h1 {
  margin-bottom: 20px;
  font-size: clamp(36px, 5vw, 66px);
}
.policy-panel h2,
.policy-panel h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: white;
}
.policy-panel p,
.policy-panel li {
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.7;
}
.policy-panel ol,
.policy-panel ul {
  padding-left: 22px;
}
.policy-panel a,
.footer a {
  color: inherit;
  text-decoration: none;
}
.policy-panel a {
  color: var(--orange);
  font-weight: 800;
}

.cta {
  border-radius: var(--radius);
  padding: 54px;
  background: rgba(255,255,255,.62);
  color: var(--blue);
  border: 1px solid rgba(255,255,255,.68);
  backdrop-filter: blur(18px) saturate(1.14);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  text-align: center;
  box-shadow: 0 24px 70px rgba(1,66,108,.1);
}
.cta:before {
  content: "";
  width: 86px;
  height: 7px;
  align-self: center;
  border-radius: 99px;
  background:
    linear-gradient(90deg, rgba(var(--orange-rgb),.82), rgba(var(--orange-rgb),.34)),
    rgba(var(--orange-rgb),.58);
  box-shadow: 0 0 24px rgba(var(--orange-rgb),.28);
}
.cta h2 { font-size: clamp(34px,4vw,62px); }
.cta h2.cta-statement {
  max-width: 940px;
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.18;
}
.cta > .button {
  min-width: 168px;
}
.cta .button.secondary {
  background:
    linear-gradient(135deg, rgba(var(--orange-rgb),.88), rgba(var(--orange-rgb),.66)),
    rgba(var(--orange-rgb),.74);
  color: white;
  border-color: rgba(255,255,255,.4);
  box-shadow: 0 12px 28px rgba(253,75,1,.2), inset 0 1px 0 rgba(255,255,255,.34);
}
.footer {
  width: calc(100% - (var(--page-gap) * 2));
  margin: var(--page-gap) auto;
  padding: 34px 0;
  color: var(--muted);
  border: 1px solid rgba(255,255,255,.62);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,.64), rgba(255,255,255,.34)),
    rgba(255,255,255,.5);
  backdrop-filter: blur(18px) saturate(1.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
  box-shadow: 0 18px 54px rgba(var(--blue-rgb),.07);
}
.footer .shell { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

.tilt-card {
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translate3d(0, var(--tilt-lift, 0px), 0);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .09s ease-out, box-shadow .16s ease, border-color .16s ease;
}
.tilt-card.is-tilting {
  --tilt-lift: -4px;
  box-shadow: 0 28px 76px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
  transition-delay: 0ms !important;
}
.tilt-card:after {
  transform: translateZ(18px);
}

/* Darker liquid glass pass */
.site-header {
  background:
    linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.04)),
    rgba(6,18,32,.66);
  border-color: rgba(255,255,255,.2);
  box-shadow: 0 18px 60px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12);
}
.site-header.scrolled {
  background:
    linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.05)),
    rgba(6,18,32,.76);
  box-shadow: 0 18px 58px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
}
.brand img { filter: brightness(0) invert(1); }
.links,
.menu-toggle {
  color: white;
}

.section,
.section.soft,
.section.dark,
.section.contrast,
.page-intro,
.team-panel,
.contact-card,
.form,
.cta,
.footer {
  background:
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.055)),
    radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.08), transparent 28%),
    rgba(7,34,58,.68);
  border-color: rgba(255,255,255,.22);
  color: white;
  backdrop-filter: blur(26px) saturate(1.08);
  -webkit-backdrop-filter: blur(26px) saturate(1.08);
  box-shadow: 0 26px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.09);
}
.section.contrast:before,
.ai-panel-section:before {
  background:
    radial-gradient(ellipse at 18% 26%, rgba(255,255,255,.14), transparent 44%),
    radial-gradient(ellipse at 72% 12%, rgba(118,177,222,.18), transparent 40%),
    radial-gradient(ellipse at 84% 82%, rgba(var(--orange-rgb),.1), transparent 34%);
  opacity: .72;
}

.section h2,
.section h3,
.section-head p,
.big-copy p,
.team-panel h1,
.team-tagline,
.page-intro h1,
.contact-card p,
.contact-card strong,
.cta,
.footer,
.profile-toggle summary,
.profile-toggle summary small,
.profile-copy p,
.metric strong,
.metric span,
.capability-card h3,
.capability-card p,
.service h3,
.service p {
  color: rgba(255,255,255,.86);
}
.section h2,
.team-panel h1,
.page-intro h1,
.cta h2,
.metric strong,
.profile-toggle summary span,
.capability-card h3,
.service h3 {
  color: white;
}
.section-head p,
.big-copy p,
.contact-card p,
.profile-copy p,
.capability-card p,
.service p,
.metric span {
  color: rgba(255,255,255,.74);
}

.logo-stage,
.capability-card,
.metric-band,
.service,
.person {
  background:
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.055)),
    radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.075), transparent 30%),
    rgba(9,35,58,.66);
  border-color: rgba(255,255,255,.22);
  backdrop-filter: blur(22px) saturate(1.08);
  -webkit-backdrop-filter: blur(22px) saturate(1.08);
  box-shadow: 0 22px 62px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08);
}
.service:nth-child(even),
.capability-band,
.reason,
.copy-panel {
  background:
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.055)),
    radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.09), transparent 30%),
    rgba(9,35,58,.68);
  border-color: rgba(255,255,255,.22);
}
.logo-tile,
.capability-card span,
input,
textarea {
  background:
    linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.08)),
    rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.24);
  color: white;
}
input::placeholder,
textarea::placeholder {
  color: rgba(255,255,255,.6);
}

/* Dual light/dark theme */
body {
  background:
    var(--page-wash),
    radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.08), transparent 28%),
    var(--site-bg) center top / cover fixed,
    var(--body-fallback);
  color: var(--text-strong);
}
.site-header,
.site-header.scrolled {
  background: var(--nav-glass);
  border-color: rgba(255,255,255,.26);
  box-shadow: var(--shadow-glass);
}
.site-header.scrolled { background: var(--nav-glass-scrolled); }
.brand img { filter: var(--theme-logo-filter); }
.links,
.menu-toggle,
.button.secondary {
  color: var(--text-strong);
}

.hero {
  background: var(--hero-glass);
  color: var(--text-strong);
  border-color: rgba(255,255,255,.34);
}
.hero-card {
  background: var(--hero-card-glass);
  border-color: rgba(255,255,255,.36);
}
.lead { color: var(--text-soft); }

.section,
.section.soft,
.section.dark,
.section.contrast,
.page-intro,
.team-panel,
.contact-card,
.form,
.cta,
.footer {
  background: var(--surface-glass);
  border-color: rgba(255,255,255,.3);
  color: var(--text-strong);
  box-shadow: var(--shadow-glass);
}
.logo-stage,
.capability-card,
.metric-band,
.service,
.person {
  background: var(--card-glass);
  border-color: rgba(255,255,255,.28);
  box-shadow: var(--shadow-glass);
}
.service:nth-child(even),
.capability-band,
.reason,
.copy-panel {
  background: var(--deep-card-glass);
  border-color: rgba(255,255,255,.3);
}
.logo-tile,
.capability-card span,
input,
textarea,
.ai-points span,
.profile-toggle summary:after {
  background: var(--small-glass);
  border-color: rgba(255,255,255,.34);
  color: var(--text-strong);
}

.section h2,
.section h3,
.section-head p,
.big-copy p,
.team-panel h1,
.team-tagline,
.page-intro h1,
.contact-card p,
.contact-card strong,
.cta,
.footer,
.profile-toggle summary,
.profile-toggle summary small,
.profile-copy p,
.metric strong,
.metric span,
.capability-card h3,
.capability-card p,
.service h3,
.service p,
.reason h3,
.reason p {
  color: var(--text-soft);
}
.section h2,
.team-panel h1,
.page-intro h1,
.cta h2,
.metric strong,
.profile-toggle summary span,
.capability-card h3,
.service h3,
.reason h3 {
  color: var(--text-strong);
}
.section-head p,
.big-copy p,
.contact-card p,
.profile-copy p,
.capability-card p,
.service p,
.reason p,
.metric span {
  color: var(--text-faint);
}

html[data-theme="light"] .node {
  background: rgba(255,255,255,.6);
  color: var(--blue);
}
html[data-theme="light"] .n3 {
  color: var(--text-strong);
}
html[data-theme="light"] .logo-tile img {
  opacity: .72;
  filter: grayscale(1);
}
html[data-theme="dark"] .logo-tile img {
  opacity: .78;
  filter: grayscale(1);
}
html[data-theme="dark"] .logo-tile {
  background:
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.68)),
    rgba(255,255,255,.72);
  border-color: rgba(255,255,255,.64);
  box-shadow:
    0 14px 36px rgba(0,0,0,.18),
    0 1px 0 rgba(255,255,255,.64) inset,
    0 -14px 28px rgba(72,137,220,.06) inset;
}
html[data-theme="sunset"] .logo-tile img {
  opacity: .78;
  filter: grayscale(1);
}
html[data-theme="sunset"] .logo-tile {
  background:
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.68)),
    rgba(255,255,255,.72);
  border-color: rgba(255,255,255,.64);
  box-shadow:
    0 14px 36px rgba(0,0,0,.16),
    0 1px 0 rgba(255,255,255,.64) inset,
    0 -14px 28px rgba(72,137,220,.06) inset;
}
html[data-theme="light"] input::placeholder,
html[data-theme="light"] textarea::placeholder {
  color: rgba(24,50,74,.55);
}

.theme-toggle {
  width: 62px;
  height: 36px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.46);
  background:
    linear-gradient(145deg, rgba(255,255,255,.28), rgba(255,255,255,.08)),
    var(--small-glass);
  backdrop-filter: blur(18px) saturate(1.22);
  -webkit-backdrop-filter: blur(18px) saturate(1.22);
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  position: relative;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.46),
    inset 0 -12px 22px rgba(0,0,0,.08),
    0 12px 28px rgba(0,0,0,.12);
  overflow: hidden;
  transform: translateY(0) scale(1);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.theme-toggle--floating {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 120;
  width: 62px;
  height: 34px;
  opacity: .88;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -10px 20px rgba(0,0,0,.08),
    0 14px 34px rgba(0,0,0,.16);
}
.theme-toggle--floating:hover {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.48),
    inset 0 -10px 20px rgba(0,0,0,.08),
    0 18px 42px rgba(0,0,0,.2);
}
.theme-toggle:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: 4px;
  top: 3px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.94), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.28));
  box-shadow:
    0 8px 18px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.64),
    inset 0 -8px 14px rgba(0,0,0,.08);
  transition: transform .22s ease;
}
html[data-theme="sunset"] .theme-toggle:before {
  transform: translateX(25px);
}
html[data-theme="dark"] .theme-toggle:before {
  transform: translateX(26px);
}
html[data-theme="sunset"] .theme-toggle--floating:before {
  transform: translateX(22px);
}
html[data-theme="dark"] .theme-toggle--floating:before {
  transform: translateX(26px);
}
.theme-toggle__sun,
.theme-toggle__sunset,
.theme-toggle__moon {
  width: 14px;
  height: 14px;
  justify-self: center;
  position: relative;
  z-index: 1;
}
.theme-toggle__sun {
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(var(--orange-rgb),.16);
}
.theme-toggle__sunset {
  display: none;
  border-radius: 50%;
  background:
    linear-gradient(180deg, var(--orange) 0 48%, rgba(20,70,130,.8) 48% 100%);
  box-shadow: 0 0 0 3px rgba(var(--orange-rgb),.14);
}
.theme-toggle__moon {
  border-radius: 50%;
  box-shadow: inset -4px 0 0 var(--text-strong);
  opacity: .8;
}

html[data-theme="light"] .site-header,
html[data-theme="light"] .section,
html[data-theme="light"] .page-intro,
html[data-theme="light"] .team-panel,
html[data-theme="light"] .contact-card,
html[data-theme="light"] .form,
html[data-theme="light"] .cta,
html[data-theme="light"] .footer,
html[data-theme="light"] .logo-stage,
html[data-theme="light"] .capability-card,
html[data-theme="light"] .metric-band,
html[data-theme="light"] .service,
html[data-theme="light"] .person,
html[data-theme="light"] .reason,
html[data-theme="light"] .copy-panel {
  border-color: rgba(255,255,255,.5);
  backdrop-filter: blur(32px) saturate(1.28);
  -webkit-backdrop-filter: blur(32px) saturate(1.28);
  box-shadow:
    0 30px 86px rgba(1,66,108,.2),
    0 1px 0 rgba(255,255,255,.5) inset,
    0 -34px 70px rgba(1,66,108,.1) inset,
    0 0 0 1px rgba(1,66,108,.1) inset;
}
html[data-theme="light"] .site-header {
  border-color: rgba(255,255,255,.58);
  box-shadow:
    0 20px 62px rgba(1,66,108,.22),
    0 1px 0 rgba(255,255,255,.58) inset,
    0 -22px 48px rgba(1,66,108,.14) inset,
    0 0 0 1px rgba(1,66,108,.16) inset;
}
html[data-theme="light"] .site-header.scrolled {
  box-shadow:
    0 20px 62px rgba(1,66,108,.26),
    0 1px 0 rgba(255,255,255,.62) inset,
    0 -22px 48px rgba(1,66,108,.16) inset,
    0 0 0 1px rgba(1,66,108,.2) inset;
}
html[data-theme="light"] .logo-stage,
html[data-theme="light"] .capability-card,
html[data-theme="light"] .metric-band,
html[data-theme="light"] .service,
html[data-theme="light"] .person,
html[data-theme="light"] .reason,
html[data-theme="light"] .copy-panel,
html[data-theme="light"] .capability-band {
  border-color: rgba(255,255,255,.46);
  box-shadow:
    0 30px 74px rgba(1,36,66,.22),
    0 10px 28px rgba(1,66,108,.1),
    0 1px 0 rgba(255,255,255,.48) inset,
    0 -28px 58px rgba(var(--blue-rgb),.12) inset,
    0 0 0 1px rgba(var(--blue-rgb),.1) inset;
}
html[data-theme="light"] .logo-tile,
html[data-theme="light"] .capability-card span,
html[data-theme="light"] input,
html[data-theme="light"] textarea,
html[data-theme="light"] .ai-points span {
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  box-shadow:
    0 14px 36px rgba(24,70,118,.1),
    0 1px 0 rgba(255,255,255,.52) inset,
    0 -18px 34px rgba(72,137,220,.07) inset;
}
html[data-theme="light"] .copy-panel,
html[data-theme="light"] .capability-band,
html[data-theme="light"] .reason {
  color: var(--text-strong);
}
html[data-theme="light"] .copy-panel p,
html[data-theme="light"] .copy-panel p:first-child,
html[data-theme="light"] .capability-band .metric strong,
html[data-theme="light"] .capability-band .metric span,
html[data-theme="light"] .reason h3,
html[data-theme="light"] .reason p,
html[data-theme="light"] .ai-points span,
html[data-theme="light"] input,
html[data-theme="light"] textarea {
  color: var(--text-strong);
}
html[data-theme="light"] .copy-panel p,
html[data-theme="light"] .capability-band .metric span,
html[data-theme="light"] .reason p {
  color: var(--text-faint);
}
html[data-theme="light"] .copy-panel .panel-lead {
  color: white;
}
html[data-theme="light"] .copy-panel .panel-muted {
  color: rgba(255,255,255,.68);
}
html[data-theme="light"] .service:nth-child(even) h3 {
  color: var(--text-strong);
}
html[data-theme="light"] .service:nth-child(even) p {
  color: var(--text-faint);
}
html[data-theme="light"] .logo-stage,
html[data-theme="light"] .copy-panel,
html[data-theme="light"] .capability-card,
html[data-theme="light"] .capability-band,
html[data-theme="light"] .metric-band,
html[data-theme="light"] .service,
html[data-theme="light"] .reason {
  background:
    radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.16), transparent 30%),
    radial-gradient(circle at 18% 8%, rgba(255,255,255,.14), transparent 28%),
    linear-gradient(145deg, rgba(var(--blue-rgb),.86), rgba(1,31,54,.78));
  border-color: rgba(255,255,255,.28);
  color: white;
  box-shadow:
    0 32px 84px rgba(1,36,66,.28),
    0 12px 30px rgba(1,66,108,.16),
    0 1px 0 rgba(255,255,255,.22) inset,
    0 -28px 58px rgba(0,16,32,.18) inset,
    0 0 0 1px rgba(255,255,255,.08) inset;
}
html[data-theme="light"] .capability-card h3,
html[data-theme="light"] .service h3,
html[data-theme="light"] .reason h3,
html[data-theme="light"] .copy-panel p:first-child,
html[data-theme="light"] .capability-band .metric strong,
html[data-theme="light"] .metric strong {
  color: white;
}
html[data-theme="light"] .capability-card p,
html[data-theme="light"] .service p,
html[data-theme="light"] .reason p,
html[data-theme="light"] .copy-panel p,
html[data-theme="light"] .capability-band .metric span,
html[data-theme="light"] .metric span {
  color: rgba(255,255,255,.78);
}
html[data-theme="light"] .copy-panel .panel-muted {
  color: rgba(255,255,255,.68);
}
html[data-theme="light"] .capability-card span,
html[data-theme="light"] .ai-points span {
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
    rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.24);
  color: white;
}
html[data-theme="light"] .capability-card span:before {
  border-color: rgba(255,255,255,.9);
  box-shadow: 12px -7px 0 -7px var(--orange), -8px 10px 0 -7px rgba(255,255,255,.9);
}
html[data-theme="light"] .logo-tile {
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,.72)),
    rgba(255,255,255,.76);
  border-color: rgba(255,255,255,.68);
}
html[data-theme="light"] .service .button.secondary {
  color: white;
  background:
    linear-gradient(145deg, rgba(255,255,255,.2), rgba(255,255,255,.07)),
    rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.28);
}
html[data-theme="light"] .service:nth-child(2) h3,
html[data-theme="light"] .service:nth-child(2) p {
  color: white;
}
html[data-theme="light"] #why .section-head p {
  color: var(--text-strong);
}
html[data-theme="light"] .cta {
  background:
    radial-gradient(circle at 82% 18%, rgba(var(--orange-rgb),.18), transparent 30%),
    radial-gradient(circle at 18% 8%, rgba(255,255,255,.14), transparent 28%),
    linear-gradient(145deg, rgba(var(--blue-rgb),.9), rgba(1,31,54,.82));
  border-color: rgba(255,255,255,.28);
  color: white;
  box-shadow:
    0 32px 84px rgba(1,36,66,.28),
    0 12px 30px rgba(1,66,108,.16),
    0 1px 0 rgba(255,255,255,.22) inset,
    0 -28px 58px rgba(0,16,32,.18) inset;
}
html[data-theme="light"] .cta h2 {
  color: white;
}
html[data-theme="light"] .cta .button.secondary {
  color: white;
  background:
    linear-gradient(145deg, rgba(255,255,255,.2), rgba(255,255,255,.07)),
    rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.28);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal.is-visible.tilt-card,
.tilt-card:not(.reveal) {
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translate3d(0, var(--tilt-lift, 0px), 0);
  transition: transform .09s ease-out, box-shadow .16s ease, border-color .16s ease, opacity .2s ease;
}

@media (max-width: 900px) {
  .nav { height: 70px; gap: 12px; }
  .theme-toggle { width: 58px; height: 32px; }
  .theme-toggle--floating {
    width: 58px;
    height: 32px;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
  }
  .theme-toggle:before { width: 24px; height: 24px; }
  html[data-theme="sunset"] .theme-toggle:before { transform: translateX(22px); }
  html[data-theme="dark"] .theme-toggle:before { transform: translateX(26px); }
  .links {
    position: absolute;
    top: calc(100% + 10px);
    left: 13px;
    right: 13px;
    display: none;
    gap: 4px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.68);
    border-radius: var(--radius);
    background:
      linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.44)),
      rgba(255,255,255,.64);
    backdrop-filter: blur(20px) saturate(1.22);
    -webkit-backdrop-filter: blur(20px) saturate(1.22);
    box-shadow: 0 24px 70px rgba(1,66,108,.14);
  }
  .links a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: var(--radius);
  }
  .nav-dropdown {
    display: grid;
    gap: 4px;
  }
  .nav-home span {
    margin-left: auto;
  }
  .home-menu {
    position: static;
    min-width: 0;
    display: grid;
    gap: 2px;
    margin: -2px 0 8px;
    padding: 4px 0 4px 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
  .home-menu a {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
    color: var(--text-faint);
  }
  .links a:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
  .site-header.menu-open .links,
  .links.is-open {
    display: grid !important;
  }
  .menu-toggle { display: grid; }
  .nav > .button { display: none; }
  .hero-grid, .section-head, .split, .contact-grid { grid-template-columns: 1fr; }
  .split > div:first-child,
  .copy-panel,
  .capability-band { grid-column: auto; }
  #what .split > div:first-child:after { display: none; }
  .strategy-css-art { display: none; }
  .method-path-visual-wrap { min-height: 220px; }
  .method-path-visual { min-height: 220px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; padding-top: 58px; }
  .hero-card { min-height: 330px; }
  .method-core { width: auto; height: auto; font-size: 14px; }
  .node { width: 118px; min-height: 54px; padding: 10px 12px; font-size: 13px; }
  .n1 { top: 34px; }
  .n2 { top: 106px; right: 24px; }
  .n3 { right: 34px; bottom: 42px; }
  .n4 { left: 28px; bottom: 52px; }
  .n5 { top: 106px; left: 22px; }
  #what .capability-card { height: auto; }
  .logo-rail { grid-template-columns: repeat(4,1fr); }
  .reasons, .team-grid { grid-template-columns: repeat(2,1fr); }
  .cta { align-items: center; flex-direction: column; padding: 34px; }
  .cta:before { width: 70px; height: 7px; align-self: center; }
}
@media (max-width: 1180px) {
  #what .capability-card {
    min-height: 0;
    height: auto;
  }
  #what .capability-card p {
    flex: 0 1 auto;
  }
  #what .capability-card .service-learn-more {
    margin-top: 20px;
    align-self: flex-start;
  }
  .logo-stage {
    padding: 14px;
  }
  .logo-tile {
    min-height: 82px;
  }
  .logo-tile img {
    width: 62px;
    max-height: 44px;
    object-fit: contain;
  }
}

html[data-theme="light"] .capability-card,
html[data-theme="light"] .service,
html[data-theme="light"] .reason,
html[data-theme="light"] .person,
html[data-theme="light"] .contact-card,
html[data-theme="light"] .form,
html[data-theme="light"] .cta,
html[data-theme="light"] .copy-panel {
  position: relative;
  overflow: hidden;
}
html[data-theme="light"] .capability-card:before,
html[data-theme="light"] .service:after,
html[data-theme="light"] .reason:after,
html[data-theme="light"] .person:after,
html[data-theme="light"] .contact-card:after,
html[data-theme="light"] .form:after,
html[data-theme="light"] .cta:after,
html[data-theme="light"] .copy-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background: none;
  border-radius: inherit;
  border: 2px solid transparent;
  border-bottom-color: rgba(var(--orange-rgb),.82);
  box-shadow: 0 2px 0 rgba(var(--orange-rgb),.12);
  opacity: .95;
  pointer-events: none;
}
html[data-theme="light"] .capability-card,
html[data-theme="light"] .service,
html[data-theme="light"] .reason,
html[data-theme="light"] .person,
html[data-theme="light"] .contact-card,
html[data-theme="light"] .form,
html[data-theme="light"] .cta,
html[data-theme="light"] .copy-panel {
  box-shadow:
    0 34px 96px rgba(1,36,66,.18),
    0 14px 34px rgba(1,66,108,.12),
    0 -1px 0 rgba(var(--orange-rgb),.42) inset,
    0 1px 0 rgba(255,255,255,.88) inset;
}

html[data-theme="dark"] #who,
html[data-theme="dark"] .section:has(.cta),
html[data-theme="dark"] .team-panel,
html[data-theme="dark"] .section:has(.contact-grid),
html[data-theme="dark"] .footer {
  background:
    radial-gradient(ellipse at 18% 24%, rgba(92,142,210,.16), transparent 36%),
    radial-gradient(ellipse at 86% 18%, rgba(var(--orange-rgb),.09), transparent 32%),
    linear-gradient(180deg, rgba(4,18,32,.96), rgba(4,20,35,.92));
  border-color: rgba(255,255,255,.12);
  box-shadow:
    0 34px 96px rgba(0,0,0,.34),
    0 1px 0 rgba(255,255,255,.08) inset;
}
html[data-theme="dark"] #who:before,
html[data-theme="dark"] .team-panel:before,
html[data-theme="dark"] .section:has(.contact-grid):before {
  content: none;
}
html[data-theme="dark"] #who .service,
html[data-theme="dark"] .person,
html[data-theme="dark"] .contact-card,
html[data-theme="dark"] .form,
html[data-theme="dark"] .cta {
  background:
    radial-gradient(circle at 18% 10%, rgba(89,126,206,.16), transparent 26%),
    linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035)),
    rgba(8,24,42,.78);
  border-color: rgba(132,172,218,.26);
  box-shadow:
    0 34px 84px rgba(0,0,0,.36),
    0 1px 0 rgba(255,255,255,.12) inset,
    0 -1px 0 rgba(var(--orange-rgb),.72) inset;
}
html[data-theme="dark"] #who .service:nth-child(2),
html[data-theme="dark"] .form {
  background:
    radial-gradient(circle at 84% 18%, rgba(var(--orange-rgb),.12), transparent 30%),
    radial-gradient(circle at 20% 84%, rgba(103,143,224,.14), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035)),
    rgba(8,24,42,.8);
}
html[data-theme="dark"] .person:after,
html[data-theme="dark"] #who .service:after,
html[data-theme="dark"] .contact-card:after,
html[data-theme="dark"] .form:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(var(--orange-rgb),.94), rgba(var(--orange-rgb),.18));
  opacity: .9;
  pointer-events: none;
}
html[data-theme="dark"] .person {
  position: relative;
}
html[data-theme="dark"] .contact-card,
html[data-theme="dark"] .form {
  position: relative;
  overflow: hidden;
}
html[data-theme="dark"] .footer {
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
    rgba(4,16,28,.96);
  box-shadow:
    0 -18px 70px rgba(0,0,0,.28),
    0 1px 0 rgba(255,255,255,.08) inset;
}

body {
  padding-top: 78px;
}
.hero,
html[data-theme="light"] .hero,
html[data-theme="dark"] .hero,
html[data-theme="sunset"] .hero {
  margin-top: 0;
  min-height: 676px;
}
.hero-grid {
  min-height: 676px;
  padding-top: 71px;
  padding-bottom: 50px;
}
@media (max-width: 560px) {
  .shell { width: min(100% - 26px, 1180px); }
  .brand img { width: 138px; }
  .logo-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .reasons, .team-grid, .metric-band { grid-template-columns: 1fr; }
  .logo-stage { padding: 12px; }
  .logo-tile { min-height: 68px; border-radius: 14px; }
  .logo-tile img { width: 56px; max-height: 38px; }
  .metric { border-right: 0; border-bottom: 1px solid rgba(1,66,108,.12); }
  .service { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero:before { animation: softAura 9s ease-in-out infinite alternate; }
  .hero:after { animation: softAura 12s ease-in-out infinite alternate-reverse; }
  .copy-panel:before { animation: signalSweep 8s ease-in-out infinite; }
  .hero-card { animation: heroFloat 18s ease-in-out infinite; }
  .orbit { animation: orbitDrift 46s linear infinite; }
  .orbit:before { animation: orbitDriftReverse 64s linear infinite; }
  .orbit:after { animation: orbitDrift 72s linear infinite; }
  .method-core { animation: corePulse 12s ease-in-out infinite; }
  .hero-card .node { animation: nodeFloat 14s ease-in-out infinite; }
  .hero-card .n2 { animation-delay: -2s; }
  .hero-card .n3 { animation-delay: -5s; }
  .hero-card .n4 { animation-delay: -7s; }
  .hero-card .n5 { animation-delay: -10s; }
  .hero-scroll { animation: scrollCue 2.8s ease-in-out infinite; }
}
@media (prefers-reduced-motion: reduce) {
  .method-path-visual * {
    animation: none !important;
  }
  .method-moving-dot,
  .method-moving-dot-halo {
    display: none;
  }
}

@keyframes drift {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}
@keyframes signalSweep {
  0%, 100% { transform: translateX(-48%); opacity: .42; }
  50% { transform: translateX(18%); opacity: .7; }
}
@keyframes softAura {
  from { opacity: .62; transform: scale(1); }
  to { opacity: .92; transform: scale(1.04); }
}
@keyframes heroFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}
@keyframes orbitDrift {
  from { rotate: 0deg; }
  to { rotate: 360deg; }
}
@keyframes orbitDriftReverse {
  from { rotate: 0deg; }
  to { rotate: -360deg; }
}
@keyframes corePulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    text-shadow: 0 10px 28px rgba(0,0,0,.28);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.025);
    text-shadow: 0 12px 34px rgba(0,0,0,.34);
  }
}
@keyframes scrollCue {
  0%, 100% { transform: translate3d(-50%, 0, 0); }
  50% { transform: translate3d(-50%, 8px, 0); }
}

.site-header,
html[data-theme="light"] .site-header,
html[data-theme="dark"] .site-header,
html[data-theme="sunset"] .site-header {
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

html[data-theme="dark"] #what {
  background:
    radial-gradient(ellipse at 18% 28%, rgba(82,142,210,.18), transparent 34%),
    radial-gradient(ellipse at 82% 14%, rgba(var(--orange-rgb),.09), transparent 30%),
    linear-gradient(180deg, rgba(4,18,32,.96), rgba(4,20,35,.92));
  border-color: rgba(255,255,255,.12);
  box-shadow:
    0 34px 96px rgba(0,0,0,.34),
    0 1px 0 rgba(255,255,255,.08) inset;
}
html[data-theme="dark"] #what:before {
  content: none;
}
html[data-theme="dark"] #what .strategy-title {
  color: white;
  text-shadow: 0 18px 46px rgba(0,0,0,.28);
}
html[data-theme="dark"] #what .copy-panel,
html[data-theme="dark"] #what .capability-card {
  background:
    radial-gradient(circle at 18% 10%, rgba(89,126,206,.18), transparent 26%),
    linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035)),
    rgba(8,24,42,.78);
  border-color: rgba(132,172,218,.26);
  box-shadow:
    0 34px 84px rgba(0,0,0,.36),
    0 1px 0 rgba(255,255,255,.12) inset,
    0 -1px 0 rgba(var(--orange-rgb),.75) inset;
}
html[data-theme="dark"] #what .capability-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(var(--orange-rgb),.96), rgba(var(--orange-rgb),.22));
  opacity: .95;
  pointer-events: none;
}
html[data-theme="dark"] #what .capability-card span {
  background:
    radial-gradient(circle at 35% 24%, rgba(255,255,255,.2), transparent 34%),
    linear-gradient(145deg, rgba(86,119,196,.42), rgba(26,49,86,.4));
  border-color: rgba(143,185,235,.28);
  box-shadow:
    0 16px 34px rgba(0,0,0,.22),
    0 1px 0 rgba(255,255,255,.16) inset;
}
html[data-theme="dark"] #what .capability-card h3,
html[data-theme="dark"] #what .copy-panel .panel-lead {
  color: white;
}
html[data-theme="dark"] #what .capability-card p,
html[data-theme="dark"] #what .copy-panel .panel-muted {
  color: rgba(230,239,249,.74);
}
html[data-theme="dark"] #what .ai-points span {
  background: rgba(255,255,255,.07);
  border-color: rgba(143,185,235,.22);
  color: white;
}
.strategy-css-art {
  position: absolute;
  left: 0;
  right: 24px;
  top: calc(100% + 28px);
  height: 230px;
  overflow: visible;
  background: transparent;
  isolation: isolate;
  pointer-events: none;
  opacity: .84;
}
.strategy-css-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 26% 50%, rgba(70, 201, 255, .18), transparent 20%),
    radial-gradient(circle at 79% 50%, rgba(253, 75, 1, .2), transparent 22%);
  filter: blur(20px);
  opacity: .78;
  z-index: -1;
}
.blue-flow {
  position: absolute;
  left: -19%;
  top: 50%;
  width: 46%;
  height: 68%;
  transform: translateY(-50%);
  filter: drop-shadow(0 0 12px rgba(70,201,255,.55));
}
.flow-line {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(70,201,255,.22), rgba(70,201,255,.95));
  transform-origin: right center;
  border-radius: 999px;
  opacity: .85;
}
.flow-line::after {
  content: "";
  position: absolute;
  right: 42%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #46c9ff;
  box-shadow: 0 0 16px rgba(70,201,255,.95);
  opacity: .8;
  animation: microPulse 3.6s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.flow-line:nth-child(1) { transform: rotate(-34deg) scaleX(.98); --delay: .1s; }
.flow-line:nth-child(2) { transform: rotate(-27deg) scaleX(.99); --delay: .3s; }
.flow-line:nth-child(3) { transform: rotate(-21deg) scaleX(1.01); --delay: .5s; }
.flow-line:nth-child(4) { transform: rotate(-15deg) scaleX(1.02); --delay: .7s; }
.flow-line:nth-child(5) { transform: rotate(-9deg) scaleX(1.03); --delay: .9s; }
.flow-line:nth-child(6) { transform: rotate(-3deg) scaleX(1.04); --delay: 1.1s; }
.flow-line:nth-child(7) { transform: rotate(3deg) scaleX(1.04); --delay: 1.3s; }
.flow-line:nth-child(8) { transform: rotate(9deg) scaleX(1.03); --delay: 1.5s; }
.flow-line:nth-child(9) { transform: rotate(15deg) scaleX(1.02); --delay: 1.7s; }
.flow-line:nth-child(10) { transform: rotate(21deg) scaleX(1.01); --delay: 1.9s; }
.flow-line:nth-child(11) { transform: rotate(27deg) scaleX(.99); --delay: 2.1s; }
.flow-line:nth-child(12) { transform: rotate(34deg) scaleX(.98); --delay: 2.3s; }
.strategy-node {
  position: absolute;
  left: 27%;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #bdf0ff;
  box-shadow:
    0 0 0 14px rgba(70,201,255,.1),
    0 0 0 42px rgba(70,201,255,.055),
    0 0 34px rgba(70,201,255,.95),
    0 0 70px rgba(70,201,255,.48);
}
.strategy-node::before,
.strategy-node::after {
  content: "";
  position: absolute;
  inset: -44px;
  border-radius: 50%;
  border: 1px solid rgba(70,201,255,.28);
}
.strategy-node::after {
  inset: -68px;
  border-style: dotted;
  opacity: .55;
  animation: rotateRing 12s linear infinite;
}
.decision-line {
  position: absolute;
  left: 27%;
  top: 50%;
  width: 51%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(70,201,255,.98), rgba(255,255,255,.85) 47%, rgba(253,75,1,.98));
  box-shadow: 0 0 18px rgba(70,201,255,.48), 0 0 30px rgba(253,75,1,.32);
}
.decision-line::before {
  content: "";
  position: absolute;
  inset: -7px 0;
  background: linear-gradient(90deg, rgba(70,201,255,.22), rgba(255,255,255,.1), rgba(253,75,1,.22));
  filter: blur(9px);
}
.moving-signal {
  position: absolute;
  top: 50%;
  left: 47%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 18px rgba(255,255,255,.95), 0 0 38px rgba(143,215,255,.48);
  animation: signalMove 4.8s ease-in-out infinite;
}
.micro-dots {
  position: absolute;
  left: 41%;
  top: 50%;
  width: 18%;
  height: 1px;
  transform: translateY(-50%);
  background-image: radial-gradient(circle, rgba(143,215,255,.8) 1.6px, transparent 2px);
  background-size: 32px 1px;
  opacity: .6;
}
.execution-arrow {
  position: absolute;
  left: 72%;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 4px solid #fd4b01;
  border-right: 4px solid #fd4b01;
  filter: drop-shadow(0 0 16px rgba(253,75,1,.75));
}
.target {
  position: absolute;
  right: 1%;
  top: 50%;
  width: 170px;
  height: 170px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, #fff8dd 0 6px, rgba(253,75,1,1) 7px 16px, rgba(253,75,1,.4) 17px 32px, transparent 33px);
  box-shadow: 0 0 28px rgba(253,75,1,.55), 0 0 90px rgba(253,75,1,.24);
}
.target::before,
.target::after {
  content: "";
  position: absolute;
  inset: -46px;
  border-radius: 50%;
  border: 1px solid rgba(253,75,1,.22);
}
.target::after {
  inset: -10px;
  border-color: rgba(255,218,174,.56);
  box-shadow: inset 0 0 32px rgba(253,75,1,.18);
}
.ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(253,75,1,.35);
  animation: targetBreath 4.8s ease-in-out infinite alternate;
}
.ring:nth-child(3) { inset: 12px; opacity: .95; }
.ring:nth-child(4) { inset: 37px; opacity: .72; animation-delay: .35s; }
.ring:nth-child(5) { inset: 62px; opacity: .78; animation-delay: .7s; }
.crosshair-x,
.crosshair-y {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(253,75,1,.58), transparent);
  opacity: .82;
}
.crosshair-x {
  left: -72px;
  right: -72px;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
}
.crosshair-y {
  top: -72px;
  bottom: -72px;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(253,75,1,.45), transparent);
}
html[data-theme="light"] .strategy-css-art {
  opacity: .58;
  mix-blend-mode: multiply;
}

.method-path-visual-wrap {
  width: 100%;
  min-height: 280px;
  align-self: center;
  border-radius: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.method-path-visual {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
}
.method-path-shadow {
  fill: none;
  stroke: rgba(143,220,255,.12);
  stroke-width: 2;
}
.method-path-shadow-soft {
  stroke: rgba(255,255,255,.08);
}
.method-start-ring-large,
.method-start-ring-small {
  fill: none;
  stroke: rgba(70,201,255,.34);
}
.method-start-ring-large {
  stroke-dasharray: 3 12;
}
.method-start-dot {
  fill: #bdf0ff;
  filter: url(#blueGlow);
}
.method-path-soft {
  fill: none;
  stroke: url(#pathGradient);
  stroke-width: 14;
  stroke-linecap: round;
  opacity: .18;
  filter: url(#blueGlow);
}
.method-path-core {
  fill: none;
  stroke: url(#pathGradient);
  stroke-width: 4;
  stroke-linecap: round;
}
.method-guide-dot {
  fill: rgba(143,220,255,.7);
  filter: url(#blueGlow);
}
.method-guide-dot-orange {
  fill: rgba(253,75,1,.75);
  filter: url(#orangeGlow);
}
.method-node {
  fill: rgba(4,21,35,.86);
  stroke: rgba(143,220,255,.36);
  stroke-width: 1.5;
  filter: url(#blueGlow);
}
.method-node-inner {
  fill: url(#nodeBgBlue);
  stroke: rgba(255,255,255,.14);
}
.method-node-dot {
  fill: #fd4b01;
  filter: url(#orangeGlow);
}
.method-node-icon {
  fill: none;
  stroke: rgba(255,255,255,.92);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.method-moving-dot-halo {
  fill: rgba(255,255,255,.16);
  filter: url(#whiteGlow);
}
.method-moving-dot {
  fill: white;
  filter: url(#whiteGlow);
}
.method-arrow {
  fill: none;
  stroke: #fd4b01;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: url(#orangeGlow);
}
.method-impact-cross {
  stroke: rgba(253,75,1,.36);
  stroke-width: 1;
}
.method-impact-ring {
  fill: none;
  stroke: rgba(253,75,1,.58);
  stroke-width: 2;
  filter: url(#orangeGlow);
  animation: targetBreath 4.8s ease-in-out infinite alternate;
  transform-origin: 1445px 355px;
}
.method-impact-ring-2 {
  opacity: .72;
  animation-delay: .35s;
}
.method-impact-ring-3 {
  opacity: .48;
  animation-delay: .7s;
}
.method-impact-center-outer {
  fill: rgba(253,75,1,.9);
  filter: url(#orangeGlow);
}
.method-impact-center-inner {
  fill: #fff8dd;
  filter: url(#whiteGlow);
}
html[data-theme="light"] .method-path-visual-wrap {
  background: transparent;
  border-color: transparent;
}
html[data-theme="light"] .method-path-visual {
  opacity: .74;
  mix-blend-mode: multiply;
}
html[data-theme="dark"] #clients {
  background:
    radial-gradient(ellipse at 20% 20%, rgba(90,136,205,.16), transparent 36%),
    radial-gradient(ellipse at 84% 18%, rgba(var(--orange-rgb),.08), transparent 30%),
    linear-gradient(180deg, rgba(5,20,35,.94), rgba(6,24,41,.9));
}
html[data-theme="dark"] #clients .logo-stage {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
html[data-theme="dark"] #why {
  background:
    radial-gradient(ellipse at 16% 28%, rgba(var(--orange-rgb),.12), transparent 34%),
    radial-gradient(ellipse at 78% 16%, rgba(92,142,210,.16), transparent 38%),
    linear-gradient(180deg, rgba(5,20,35,.94), rgba(4,17,30,.92));
}
html[data-theme="dark"] #why .reason {
  border-color: rgba(132,172,218,.24);
  box-shadow:
    0 32px 78px rgba(0,0,0,.32),
    0 -1px 0 rgba(var(--orange-rgb),.62) inset,
    0 1px 0 rgba(255,255,255,.1) inset;
}
html[data-theme="dark"] #why .reason:nth-child(1) {
  background:
    radial-gradient(circle at 18% 12%, rgba(var(--orange-rgb),.16), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)),
    rgba(10,28,46,.8);
}
html[data-theme="dark"] #why .reason:nth-child(2) {
  background:
    radial-gradient(circle at 82% 16%, rgba(102,150,220,.18), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)),
    rgba(9,32,54,.8);
}
html[data-theme="dark"] #why .reason:nth-child(3) {
  background:
    radial-gradient(circle at 78% 22%, rgba(var(--orange-rgb),.12), transparent 30%),
    radial-gradient(circle at 18% 76%, rgba(102,150,220,.16), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)),
    rgba(8,26,44,.82);
}
html[data-theme="dark"] #why .reason:nth-child(4) {
  background:
    radial-gradient(circle at 20% 18%, rgba(128,190,255,.16), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)),
    rgba(8,30,50,.8);
}
html[data-theme="dark"] #why .reason:nth-child(5) {
  background:
    radial-gradient(circle at 84% 70%, rgba(var(--orange-rgb),.15), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)),
    rgba(7,24,42,.82);
}
html[data-theme="dark"] #why .reason:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(var(--orange-rgb),.94), rgba(var(--orange-rgb),.18));
  opacity: .9;
}
html[data-theme="dark"] #who {
  background:
    radial-gradient(ellipse at 18% 22%, rgba(100,146,216,.15), transparent 34%),
    radial-gradient(ellipse at 88% 72%, rgba(var(--orange-rgb),.11), transparent 34%),
    linear-gradient(180deg, rgba(5,20,35,.94), rgba(6,22,38,.92));
}
html[data-theme="dark"] #who .service {
  border-color: rgba(132,172,218,.24);
  box-shadow:
    0 34px 84px rgba(0,0,0,.34),
    0 -1px 0 rgba(var(--orange-rgb),.62) inset,
    0 1px 0 rgba(255,255,255,.1) inset;
}
html[data-theme="dark"] #who .service:nth-child(1) {
  background:
    radial-gradient(circle at 14% 18%, rgba(103,143,224,.18), transparent 26%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)),
    rgba(8,27,48,.82);
}
html[data-theme="dark"] #who .service:nth-child(2) {
  background:
    radial-gradient(circle at 84% 18%, rgba(var(--orange-rgb),.13), transparent 28%),
    radial-gradient(circle at 20% 84%, rgba(103,143,224,.14), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)),
    rgba(8,24,42,.82);
}
html[data-theme="dark"] .cta {
  background:
    radial-gradient(ellipse at 20% 18%, rgba(var(--orange-rgb),.14), transparent 32%),
    radial-gradient(ellipse at 84% 72%, rgba(98,146,216,.16), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.04)),
    rgba(7,23,40,.86);
  border-color: rgba(132,172,218,.24);
  box-shadow:
    0 34px 90px rgba(0,0,0,.36),
    0 -1px 0 rgba(var(--orange-rgb),.72) inset,
    0 1px 0 rgba(255,255,255,.1) inset;
}

#clients .logo-stage,
html[data-theme="light"] #clients .logo-stage,
html[data-theme="dark"] #clients .logo-stage,
html[data-theme="sunset"] #clients .logo-stage {
  padding: 0;
  margin-inline: -10px;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}
#clients .logo-rail {
  padding: 10px;
}
#clients .logo-stage:before {
  content: none;
}

.hero,
.section,
.page-intro,
.footer,
html[data-theme="light"] .hero,
html[data-theme="light"] .section,
html[data-theme="light"] .page-intro,
html[data-theme="light"] .footer,
html[data-theme="dark"] .hero,
html[data-theme="dark"] .section,
html[data-theme="dark"] .page-intro,
html[data-theme="dark"] .footer,
html[data-theme="sunset"] .hero,
html[data-theme="sunset"] .section,
html[data-theme="sunset"] .page-intro,
html[data-theme="sunset"] .footer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.footer,
html[data-theme="light"] .footer,
html[data-theme="dark"] .footer,
html[data-theme="sunset"] .footer {
  margin-bottom: 0;
}
@keyframes nodeFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}
@keyframes profileIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes signalMove {
  0% { left: 6%; opacity: 0; }
  12% { opacity: 1; }
  48% { box-shadow: 0 0 22px rgba(255,255,255,1), 0 0 45px rgba(143,215,255,.62); }
  84% { opacity: 1; }
  100% { left: 96%; opacity: 0; }
}
@keyframes targetBreath {
  from { transform: scale(.96); opacity: .46; }
  to { transform: scale(1.06); opacity: .92; }
}
@keyframes rotateRing {
  to { transform: rotate(360deg); }
}
@keyframes microPulse {
  0%, 100% { opacity: .32; transform: translateY(-50%) scale(.72); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.15); }
}

html[data-theme="light"] .section,
html[data-theme="light"] .section.soft,
html[data-theme="light"] .section.dark {
  background:
    linear-gradient(145deg, rgba(255,255,255,.42), rgba(237,246,255,.28)),
    rgba(245,249,255,.38);
  color: var(--text-strong);
}
html[data-theme="light"] .logo-stage,
html[data-theme="light"] .copy-panel,
html[data-theme="light"] .capability-card,
html[data-theme="light"] .metric-band,
html[data-theme="light"] .service,
html[data-theme="light"] .reason,
html[data-theme="light"] .cta {
  background:
    radial-gradient(circle at 86% 12%, rgba(var(--orange-rgb),.09), transparent 34%),
    radial-gradient(circle at 18% 8%, rgba(99,156,230,.12), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.56), rgba(232,243,255,.34));
  border-color: rgba(255,255,255,.72);
  color: var(--text-strong);
  box-shadow:
    0 26px 72px rgba(1,66,108,.12),
    0 1px 0 rgba(255,255,255,.68) inset,
    0 -24px 56px rgba(108,158,224,.08) inset;
  backdrop-filter: blur(24px) saturate(1.18);
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
}
html[data-theme="light"] .copy-panel p,
html[data-theme="light"] .copy-panel p:first-child,
html[data-theme="light"] .copy-panel .panel-lead,
html[data-theme="light"] .copy-panel .panel-muted,
html[data-theme="light"] .capability-card h3,
html[data-theme="light"] .capability-card p,
html[data-theme="light"] .service h3,
html[data-theme="light"] .service p,
html[data-theme="light"] .service p strong,
html[data-theme="light"] #who .section-head p strong,
html[data-theme="light"] #who .service p strong,
html[data-theme="light"] .reason h3,
html[data-theme="light"] .reason p,
html[data-theme="light"] .metric strong,
html[data-theme="light"] .metric span,
html[data-theme="light"] .cta h2 {
  color: var(--text-strong);
}
html[data-theme="light"] .copy-panel p,
html[data-theme="light"] .capability-card p,
html[data-theme="light"] .service p,
html[data-theme="light"] .reason p,
html[data-theme="light"] .metric span {
  color: var(--text-faint);
}
html[data-theme="light"] .copy-panel p:first-child,
html[data-theme="light"] .copy-panel .panel-lead,
html[data-theme="light"] .service p strong,
html[data-theme="light"] #who .section-head p strong,
html[data-theme="light"] #who .service p strong {
  color: var(--text-strong);
}
html[data-theme="light"] .ai-points span,
html[data-theme="light"] .capability-card span {
  background: rgba(255,255,255,.48);
  border-color: rgba(255,255,255,.68);
  color: var(--text-strong);
  box-shadow:
    0 14px 36px rgba(1,66,108,.08),
    0 1px 0 rgba(255,255,255,.72) inset;
}
html[data-theme="light"] main h1,
html[data-theme="light"] main h2,
html[data-theme="light"] main h3,
html[data-theme="light"] main p,
html[data-theme="light"] main li,
html[data-theme="light"] main strong,
html[data-theme="light"] .section-head p,
html[data-theme="light"] .copy-panel p,
html[data-theme="light"] .copy-panel p:first-child,
html[data-theme="light"] .copy-panel .panel-lead,
html[data-theme="light"] .copy-panel .panel-muted,
html[data-theme="light"] .capability-card h3,
html[data-theme="light"] .capability-card p,
html[data-theme="light"] .service h3,
html[data-theme="light"] .service p,
html[data-theme="light"] .service p strong,
html[data-theme="light"] .reason h3,
html[data-theme="light"] .reason p,
html[data-theme="light"] .metric strong,
html[data-theme="light"] .metric span,
html[data-theme="light"] .cta h2 {
  color: var(--text-strong);
}
html[data-theme="light"] main .button {
  color: white;
}
html[data-theme="light"] #who .service:nth-child(2) h3,
html[data-theme="light"] #who .service:nth-child(2) p,
html[data-theme="light"] #who .service:nth-child(2) strong {
  color: var(--text-strong);
}
html[data-theme="light"] #what .service-learn-more,
html[data-theme="light"] main .service-learn-more.button.secondary {
  color: var(--text-strong);
  background:
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(216,233,250,.58)),
    rgba(255,255,255,.68);
  border-color: rgba(255,255,255,.9);
  box-shadow:
    0 16px 38px rgba(1,66,108,.18),
    0 0 0 1px rgba(var(--blue-rgb),.08),
    0 1px 0 rgba(255,255,255,.9) inset,
    0 -14px 28px rgba(var(--blue-rgb),.08) inset;
}
html[data-theme="light"] #what .service-learn-more:hover,
html[data-theme="light"] main .service-learn-more.button.secondary:hover {
  color: var(--text-strong);
  box-shadow:
    0 20px 46px rgba(1,66,108,.24),
    0 0 0 1px rgba(var(--blue-rgb),.12),
    0 1px 0 rgba(255,255,255,.94) inset,
    0 -14px 28px rgba(var(--blue-rgb),.1) inset;
}

.copy-panel,
.capability-card,
.metric-band,
.service,
.reason,
.cta,
.contact-card,
.form,
.person,
.policy-panel {
  box-shadow:
    0 34px 92px rgba(0,0,0,.22),
    0 16px 38px rgba(var(--blue-rgb),.16),
    0 1px 0 rgba(255,255,255,.22) inset,
    0 -24px 54px rgba(0,18,36,.16) inset;
}
html[data-theme="light"] .copy-panel,
html[data-theme="light"] .capability-card,
html[data-theme="light"] .metric-band,
html[data-theme="light"] .service,
html[data-theme="light"] .reason,
html[data-theme="light"] .cta,
html[data-theme="light"] .contact-card,
html[data-theme="light"] .form,
html[data-theme="light"] .person,
html[data-theme="light"] .policy-panel {
  border-color: rgba(255,255,255,.86);
  box-shadow:
    0 34px 96px rgba(1,36,66,.2),
    0 14px 34px rgba(1,66,108,.14),
    0 0 0 1px rgba(1,66,108,.08),
    0 1px 0 rgba(255,255,255,.86) inset,
    0 -30px 62px rgba(66,125,205,.12) inset;
}

.hero-card,
html[data-theme="light"] .hero-card,
html[data-theme="dark"] .hero-card,
html[data-theme="sunset"] .hero-card {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

@media (max-width: 900px) {
  .menu-toggle {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border-color: rgba(255,255,255,.36);
    background:
      linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.06)),
      rgba(7,18,32,.58);
    color: white;
    box-shadow:
      0 16px 38px rgba(0,0,0,.22),
      0 1px 0 rgba(255,255,255,.18) inset;
  }
  .menu-toggle span {
    width: 20px;
    height: 3px;
    margin: 2px auto;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 1px 6px rgba(0,0,0,.16);
  }
  .site-header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .links {
    gap: 6px;
    padding: 16px;
    border-radius: var(--radius);
    border-color: rgba(255,255,255,.26);
    background:
      radial-gradient(circle at 92% 8%, rgba(var(--orange-rgb),.14), transparent 34%),
      linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.05)),
      rgba(7,18,32,.82);
    color: white;
    box-shadow:
      0 26px 76px rgba(0,0,0,.34),
      0 1px 0 rgba(255,255,255,.16) inset;
    backdrop-filter: blur(28px) saturate(1.18);
    -webkit-backdrop-filter: blur(28px) saturate(1.18);
  }
  .links a,
  .nav-home {
    min-height: 48px;
    padding: 0 16px;
    border-radius: calc(var(--radius) - 8px);
    color: white;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.1;
  }
  .links a:hover,
  .links a:focus-visible {
    background: rgba(255,255,255,.1);
  }
  .home-menu {
    margin: 0 0 8px;
    padding: 6px;
    border-radius: calc(var(--radius) - 8px);
    background: rgba(255,255,255,.07);
  }
  .home-menu a {
    min-height: 40px;
    padding: 0 14px;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    font-weight: 750;
  }
  html[data-theme="light"] .menu-toggle {
    border-color: rgba(255,255,255,.82);
    background:
      linear-gradient(145deg, rgba(255,255,255,.9), rgba(228,240,252,.62)),
      rgba(255,255,255,.72);
    color: var(--text-strong);
    box-shadow:
      0 16px 38px rgba(1,66,108,.16),
      0 1px 0 rgba(255,255,255,.9) inset;
  }
  html[data-theme="light"] .links {
    border-color: rgba(255,255,255,.88);
    background:
      radial-gradient(circle at 92% 8%, rgba(var(--orange-rgb),.08), transparent 34%),
      linear-gradient(145deg, rgba(255,255,255,.92), rgba(228,240,252,.68)),
      rgba(255,255,255,.78);
    color: var(--text-strong);
    box-shadow:
      0 26px 76px rgba(1,66,108,.18),
      0 1px 0 rgba(255,255,255,.92) inset;
  }
  html[data-theme="light"] .links a,
  html[data-theme="light"] .nav-home {
    color: var(--text-strong);
  }
  html[data-theme="light"] .home-menu {
    background: rgba(var(--blue-rgb),.06);
  }
  html[data-theme="light"] .home-menu a {
    color: var(--text-faint);
  }
html[data-theme="light"] .links a:hover,
  html[data-theme="light"] .links a:focus-visible {
    background: rgba(var(--blue-rgb),.08);
  }
}

html[data-theme="light"] .copy-panel:before,
html[data-theme="light"] .capability-card:before,
html[data-theme="light"] .metric-band:before,
html[data-theme="light"] .service:after,
html[data-theme="light"] .reason:after,
html[data-theme="light"] .cta:after,
html[data-theme="light"] .contact-card:after,
html[data-theme="light"] .form:after,
html[data-theme="light"] .person:after,
html[data-theme="light"] .policy-panel:after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  pointer-events: none;
  opacity: .95;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(var(--orange-rgb),1) 0 18%, rgba(var(--orange-rgb),.72) 34%, rgba(var(--orange-rgb),.24) 58%, transparent 78%),
    linear-gradient(90deg, transparent 0%, rgba(var(--orange-rgb),.35) 18%, rgba(var(--orange-rgb),.92) 48%, rgba(var(--orange-rgb),.92) 52%, rgba(var(--orange-rgb),.35) 82%, transparent 100%);
  box-shadow:
    0 0 14px rgba(var(--orange-rgb),.34),
    0 -1px 0 rgba(255,255,255,.62) inset;
  transform: translateZ(0);
}

html[data-theme="light"] .copy-panel:after,
html[data-theme="light"] .capability-card:before,
html[data-theme="light"] .metric-band:before {
  inset: auto 18px -1px;
}

html[data-theme="light"] .copy-panel:after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  pointer-events: none;
  opacity: .95;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(var(--orange-rgb),1) 0 18%, rgba(var(--orange-rgb),.72) 34%, rgba(var(--orange-rgb),.24) 58%, transparent 78%),
    linear-gradient(90deg, transparent 0%, rgba(var(--orange-rgb),.35) 18%, rgba(var(--orange-rgb),.92) 48%, rgba(var(--orange-rgb),.92) 52%, rgba(var(--orange-rgb),.35) 82%, transparent 100%);
  box-shadow:
    0 0 14px rgba(var(--orange-rgb),.34),
    0 -1px 0 rgba(255,255,255,.62) inset;
  transform: translateZ(0);
}

#clients .logo-tile img,
html[data-theme="light"] #clients .logo-tile img,
html[data-theme="dark"] #clients .logo-tile img {
  filter: none;
}

.profile-copy {
  padding-bottom: 34px;
}

.linkedin-link {
  margin-bottom: 8px;
}

#what .ai-points span:nth-child(1),
html[data-theme="light"] #what .ai-points span:nth-child(1),
html[data-theme="dark"] #what .ai-points span:nth-child(1) {
  color: #00C2C7;
}
#what .ai-points span:nth-child(2),
html[data-theme="light"] #what .ai-points span:nth-child(2),
html[data-theme="dark"] #what .ai-points span:nth-child(2) {
  color: #8B5CF6;
}
#what .ai-points span:nth-child(3),
html[data-theme="light"] #what .ai-points span:nth-child(3),
html[data-theme="dark"] #what .ai-points span:nth-child(3) {
  color: #22C55E;
}
#what .ai-points span:nth-child(4),
html[data-theme="light"] #what .ai-points span:nth-child(4),
html[data-theme="dark"] #what .ai-points span:nth-child(4) {
  color: #FF6B6B;
}
#what .ai-points span,
html[data-theme="light"] #what .ai-points span,
html[data-theme="dark"] #what .ai-points span {
  font-weight: 950;
}

#clients .logo-stage,
html[data-theme="light"] #clients .logo-stage,
html[data-theme="dark"] #clients .logo-stage,
html[data-theme="sunset"] #clients .logo-stage {
  margin-inline: -18px;
  overflow: hidden;
  padding: 14px 0;
  mask-image: linear-gradient(90deg, transparent 0, black 2%, black 98%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, black 2%, black 98%, transparent 100%);
}

#clients .logo-rail {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
  width: max-content;
  padding: 8px 18px;
  animation: clientLogoMarquee 34s linear infinite;
  will-change: transform;
}

#clients .logo-rail:hover {
  animation-play-state: paused;
}

#clients .logo-tile {
  width: 172px;
  min-height: 139px;
  aspect-ratio: 1.18 / 1;
  flex: 0 0 172px;
  overflow: visible;
}

#clients .logo-tile img,
html[data-theme="light"] #clients .logo-tile img,
html[data-theme="dark"] #clients .logo-tile img {
  width: 136px;
  max-width: 94%;
  max-height: 96px;
  object-fit: contain;
}

@keyframes clientLogoMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 9px), 0, 0); }
}

@media (max-width: 900px) {
  #clients .logo-stage,
  html[data-theme="light"] #clients .logo-stage,
  html[data-theme="dark"] #clients .logo-stage,
  html[data-theme="sunset"] #clients .logo-stage {
    margin-inline: -14px;
    overflow: hidden;
    padding: 8px 0;
    mask-image: linear-gradient(90deg, transparent 0, black 3%, black 97%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, black 3%, black 97%, transparent 100%);
  }

  #clients .logo-rail {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    width: max-content;
    padding: 6px 14px;
    animation: clientLogoMarquee 28s linear infinite;
  }

  #clients .logo-tile {
    width: calc((100vw - 42px) / 3);
    min-height: 0;
    aspect-ratio: 1 / 1;
    flex: 0 0 calc((100vw - 42px) / 3);
    border-radius: 16px;
  }

  #clients .logo-tile img,
  html[data-theme="light"] #clients .logo-tile img,
  html[data-theme="dark"] #clients .logo-tile img {
    width: 88%;
    max-height: 78%;
  }
}

@media (max-width: 560px) {
  #clients .logo-tile {
    width: calc((100vw - 36px) / 3);
    flex-basis: calc((100vw - 36px) / 3);
    border-radius: 14px;
  }
}

#why .shell {
  position: relative;
}
#why .section-head {
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
}
#why .method-path-visual-wrap {
  min-height: 218px;
  margin-top: -22px;
  margin-bottom: -18px;
}
#why .method-path-visual {
  min-height: 218px;
}

@media (max-width: 900px) {
  #why .section-head {
    display: block;
    margin-bottom: 24px;
  }
  #why .method-path-visual-wrap {
    position: absolute;
    z-index: 0;
    top: 150px;
    left: -18%;
    width: 136%;
    min-height: 360px;
    margin: 0;
    opacity: .16;
    pointer-events: none;
  }
  #why .method-path-visual {
    min-height: 360px;
  }
  html[data-theme="light"] #why .method-path-visual-wrap {
    opacity: .18;
  }
  #why .section-head > div:first-child,
  #why .method-grid {
    position: relative;
    z-index: 1;
  }
  #why .method-grid {
    align-items: start;
  }
  #why .method-grid .reason {
    min-height: 0;
    height: auto;
    padding: 24px;
  }
  #why .method-grid .reason:after {
    bottom: 14px;
  }
  #why .method-grid .reason p {
    line-height: 1.48;
  }
}

@media (max-width: 560px) {
  #why .method-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #why .method-grid .reason {
    min-height: 0;
    padding: 20px;
  }
  #why .method-grid .reason h3 {
    margin-bottom: 8px;
    font-size: 19px;
  }
  #why .method-grid .reason p {
    font-size: 14.5px;
    line-height: 1.45;
  }
}

#what .capability-card--strategy h3 {
  color: #00C2C7;
}

#what .capability-card--ai h3 {
  color: #7C3AED;
}

#what .capability-card--loyalty h3 {
  color: #22C55E;
}

#what .capability-card--execution h3 {
  color: #FD4B01;
}

#clients .section-intro,
#who .who-intro {
  color: var(--text);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.28;
}

html[data-theme="dark"] #clients .section-intro,
html[data-theme="dark"] #who .who-intro {
  color: rgba(255,255,255,.92);
}

@media (min-width: 901px) {
  #what .split > div:first-child {
    min-height: 0;
    overflow: visible;
  }

  #what .strategy-css-art {
    display: block !important;
    visibility: visible;
    z-index: 0;
  }

  #what .label,
  #what .strategy-title {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 901px) {
  #what .strategy-css-art {
    position: relative;
    inset: auto;
    right: auto;
    top: auto;
    width: calc(100% + 30px);
    height: 172px;
    margin-top: 38px;
    margin-bottom: -20px;
    transform: translateX(-14px);
    opacity: .82;
  }
}

#what .capability-card.capability-card--strategy h3,
html[data-theme="light"] #what .capability-card.capability-card--strategy h3,
html[data-theme="dark"] #what .capability-card.capability-card--strategy h3 {
  color: #00C2C7 !important;
}

#what .capability-card.capability-card--loyalty h3,
html[data-theme="light"] #what .capability-card.capability-card--loyalty h3,
html[data-theme="dark"] #what .capability-card.capability-card--loyalty h3 {
  color: #22C55E !important;
}

#what .capability-card.capability-card--ai h3,
html[data-theme="light"] #what .capability-card.capability-card--ai h3,
html[data-theme="dark"] #what .capability-card.capability-card--ai h3 {
  color: #7C3AED !important;
}

#what .capability-card.capability-card--execution h3,
html[data-theme="light"] #what .capability-card.capability-card--execution h3,
html[data-theme="dark"] #what .capability-card.capability-card--execution h3 {
  color: #FD4B01 !important;
}

html,
body,
button,
input,
textarea,
select,
summary {
  font-family: "Jost", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
.label,
.button,
.links,
.metric strong,
.modal__subtitle {
  letter-spacing: 0;
}

.label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

h1 {
  font-size: clamp(48px, 6.2vw, 96px);
  line-height: .96;
  font-weight: 800;
}

h2,
.strategy-title,
.team-panel h1,
.policy h1 {
  font-size: clamp(36px, 4vw, 68px);
  line-height: .98;
  font-weight: 800;
}

.section-intro,
.who-intro,
.team-panel-head p {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.3;
  font-weight: 400;
}

.copy-panel .panel-lead,
.modal__subtitle {
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.18;
  font-weight: 700;
}

.capability-card h3,
.service h3,
.reason h3,
.person summary span {
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.14;
  font-weight: 700;
}

.capability-card p,
.service p,
.reason p,
.modal__panel p,
.contact-card p,
.form input,
.form textarea {
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.5;
}

.button,
.home-menu a,
.links a,
.person summary small,
.metric span {
  font-weight: 600;
}

.button,
.links,
.home-menu a {
  font-weight: 650;
}
