:root {
  --bg: #F4F1EB;
  --surface: #ECE6DA;
  --surface-2: #DED6C6;
  --ink: #403A33;
  --muted: #8E8172;
  --line: #CDBFAE;
  --accent: #A89A87;
  --accent-2: #8E8172;
  --gold: #CDBFAE;
  --shadow: 0 24px 80px rgba(64, 58, 51, 0.12);
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(236, 230, 218, 0.55), rgba(244, 241, 235, 0.95) 34rem),
    var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(64, 58, 51, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 58, 51, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 62%);
}

a { color: inherit; }
.site-shell { position: relative; z-index: 1; }

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(20px, 4vw, 52px);
  background: rgba(244, 241, 235, 0.82);
  border-bottom: 1px solid rgba(64, 58, 51, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--ink);
  font-weight: 760;
  font-size: 19px;
  text-decoration: none;
  letter-spacing: 0;
}

.brand-mark {
  width: 92px;
  height: 34px;
  display: block;
  background: url("assets/altr_wordmark_taupe_transparent.png") center / contain no-repeat;
}

.brand-mark::before {
  content: none;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a,
.nav-dropdown-trigger {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color 150ms ease, background 150ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--ink);
  background: rgba(64, 58, 51, 0.06);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  margin-bottom: -10px;
}

.nav-dropdown-trigger::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.58;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  min-width: 250px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 248, 243, 0.94);
  box-shadow: 0 18px 50px rgba(64, 58, 51, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 150ms ease, transform 150ms ease;
  backdrop-filter: blur(18px);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown-menu a {
  width: 100%;
  justify-content: flex-start;
  padding: 0 12px;
  white-space: nowrap;
}

.product-dropdown-item {
  gap: 9px;
}

.product-dropdown-item::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: currentColor;
}

.product-dropdown-fde::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 19.6 12.8 10.4c.9-2.5.3-5.4-1.7-7.4C9 1 6 .4 3.4 1.4l4.1 4.1-2.9 2.9L.5 4.3C-.5 6.9.1 9.9 2.1 12c2 2 4.9 2.6 7.4 1.7l9.2 9.2c.4.4 1 .4 1.4 0l1.9-1.9c.4-.4.4-1 0-1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 19.6 12.8 10.4c.9-2.5.3-5.4-1.7-7.4C9 1 6 .4 3.4 1.4l4.1 4.1-2.9 2.9L.5 4.3C-.5 6.9.1 9.9 2.1 12c2 2 4.9 2.6 7.4 1.7l9.2 9.2c.4.4 1 .4 1.4 0l1.9-1.9c.4-.4.4-1 0-1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.product-dropdown-agents::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a1 1 0 0 1 1 1v1h3.5A3.5 3.5 0 0 1 20 7.5v8A3.5 3.5 0 0 1 16.5 19h-9A3.5 3.5 0 0 1 4 15.5v-8A3.5 3.5 0 0 1 7.5 4H11V3a1 1 0 0 1 1-1Zm-4.5 4A1.5 1.5 0 0 0 6 7.5v8A1.5 1.5 0 0 0 7.5 17h9a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 16.5 6h-9ZM9 10.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm6 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM9 14h6v1.5H9V14ZM2 9h1v5H2V9Zm19 0h1v5h-1V9Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a1 1 0 0 1 1 1v1h3.5A3.5 3.5 0 0 1 20 7.5v8A3.5 3.5 0 0 1 16.5 19h-9A3.5 3.5 0 0 1 4 15.5v-8A3.5 3.5 0 0 1 7.5 4H11V3a1 1 0 0 1 1-1Zm-4.5 4A1.5 1.5 0 0 0 6 7.5v8A1.5 1.5 0 0 0 7.5 17h9a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 16.5 6h-9ZM9 10.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm6 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM9 14h6v1.5H9V14ZM2 9h1v5H2V9Zm19 0h1v5h-1V9Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nav-dropdown-menu-wide {
  min-width: 330px;
}

.nav-dropdown-menu-wide a {
  min-height: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 10px;
  row-gap: 3px;
  gap: 4px;
  padding: 10px 12px;
  white-space: normal;
}

.service-dropdown-item::before {
  content: "";
  width: 17px;
  height: 17px;
  grid-row: 1 / span 2;
  background: currentColor;
}

.service-dropdown-about::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 21h6v-2H9v2Zm3-19a7 7 0 0 0-4 12.7V17h8v-2.3A7 7 0 0 0 12 2Zm2.8 11.2-.8.5V15h-4v-1.3l-.8-.5A5 5 0 1 1 14.8 13.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 21h6v-2H9v2Zm3-19a7 7 0 0 0-4 12.7V17h8v-2.3A7 7 0 0 0 12 2Zm2.8 11.2-.8.5V15h-4v-1.3l-.8-.5A5 5 0 1 1 14.8 13.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.service-dropdown-impact::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 19h16v2H2V3h2v16Zm3-2V9h3v8H7Zm5 0V5h3v12h-3Zm5 0v-6h3v6h-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 19h16v2H2V3h2v16Zm3-2V9h3v8H7Zm5 0V5h3v12h-3Zm5 0v-6h3v6h-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.service-dropdown-events::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h2v3h6V2h2v3h3a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h3V2Zm13 8H4v10h16V10ZM4 8h16V7H4v1Zm3 5h4v4H7v-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h2v3h6V2h2v3h3a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h3V2Zm13 8H4v10h16V10ZM4 8h16V7H4v1Zm3 5h4v4H7v-4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nav-dropdown-menu-wide span {
  display: block;
  grid-column: 2;
  color: var(--ink);
}

.nav-dropdown-menu-wide small {
  display: block;
  grid-column: 2;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.nav-links .nav-cta {
  margin-left: 6px;
  color: var(--bg);
  background: var(--ink);
}

.nav-links .nav-cta:hover { color: var(--bg); background: #5A5148; }

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 740;
  text-decoration: none;
}

.button.primary {
  color: var(--bg);
  background: var(--ink);
  box-shadow: 0 14px 34px rgba(64, 58, 51, 0.18);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--line);
}

.page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: calc(78vh - 75px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  overflow: hidden;
  padding: clamp(86px, 11vw, 138px) clamp(20px, 6vw, 88px) clamp(72px, 8vw, 104px);
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(244, 241, 235, 0.96) 0%, rgba(236, 230, 218, 0.78) 58%, rgba(222, 214, 198, 0.55) 100%),
    radial-gradient(circle at 86% 56%, rgba(168, 154, 135, 0.16), transparent 42%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244, 241, 235, 0.88) 0%, rgba(244, 241, 235, 0.42) 54%, rgba(244, 241, 235, 0.08) 100%),
    radial-gradient(circle at 38% 48%, rgba(244, 241, 235, 0.74), transparent 48%);
  pointer-events: none;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1080px, 100%);
  display: grid;
  justify-items: start;
  text-align: left;
}

.hero-brand-visual {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: min(38vw, 440px);
  min-width: 260px;
  transform: rotate(-3deg);
}

.hero-brand-visual img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 26px 36px rgba(64, 58, 51, 0.16));
}

.agent-swarm-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.94;
}

.agent-swarm-background canvas {
  display: block;
}

.globe-panel {
  position: relative;
  width: min(100%, 480px);
  aspect-ratio: 1;
  justify-self: end;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.globe-panel:active {
  cursor: grabbing;
}

.globe-panel canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.globe-caption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent-2);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  transform: translateY(-8px);
}

.eyebrow::before {
  content: none;
}

.hero-kicker {
  margin-bottom: 18px;
  color: var(--accent-2);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 11ch;
  margin-bottom: 24px;
  font-size: clamp(62px, 8.7vw, 120px);
  line-height: 0.9;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero h1 {
  max-width: min(100%, 1120px);
  margin-left: 0;
  margin-right: 0;
  font-family: var(--sans);
  font-style: normal;
  font-weight: 900;
  line-height: 0.88;
}

.hero-copy {
  max-width: 720px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.45;
}

.hero .hero-copy {
  margin-left: 0;
  margin-right: 0;
}

.hero-actions,
.section-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-actions {
  justify-content: flex-start;
}

.logo-band {
  padding: 30px 0 72px;
}

.positioning-panel {
  padding: clamp(46px, 7vw, 86px) 0 clamp(28px, 4vw, 42px);
}

.positioning-panel h2 {
  max-width: 980px;
  margin: 10px 0 0;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.signal-card {
  min-height: 270px;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.68);
}

.signal-card span {
  display: block;
  margin-bottom: 38px;
  color: var(--accent-2);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.signal-card h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1;
  letter-spacing: 0;
}

.signal-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.52;
}

.logo-band p {
  margin-bottom: 18px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-grid,
.logo-marquee {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.logo-grid-three {
  grid-template-columns: repeat(3, 1fr);
}

.logo-marquee {
  position: relative;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: logoSlide 22s linear infinite;
}

.logo-grid span,
.logo-track span {
  min-height: 76px;
  width: 240px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  color: rgba(64, 58, 51, 0.42);
  font-weight: 760;
  letter-spacing: 0;
  background: transparent;
}

.logo-grid img,
.logo-track img {
  display: block;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.logo-img-square {
  width: 58px;
  height: 58px;
  border-radius: 4px;
}

.logo-img-wide {
  width: min(78%, 180px);
  height: 54px;
  display: block;
  object-fit: contain;
}

.logo-img-dark {
  mix-blend-mode: normal;
}

.logo-img-light { mix-blend-mode: normal; }

.logo-grid span:last-child { border-right: 0; }

@keyframes logoSlide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none;
  }
  .agent-swarm-background canvas {
    animation: none;
  }
}

.service-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(320px, 0.64fr);
  gap: 14px;
  align-items: stretch;
}

.service-rotator {
  min-height: 320px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-rotating-link {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: clamp(30px, 4.8vw, 58px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}

.service-rotating-link::after {
  content: "->";
  margin-left: 18px;
  color: var(--accent-2);
  font-family: var(--mono);
  font-size: clamp(18px, 3vw, 34px);
  letter-spacing: 0;
  transform: translateY(0.08em);
}

.service-rotating-link span {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 220ms ease;
}

.service-rotating-link span:not(.is-visible) {
  opacity: 0;
  transform: translateY(10px);
}

.service-progress {
  width: min(360px, 100%);
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(64, 58, 51, 0.1);
}

.service-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--accent-2);
  transform-origin: left;
  animation: serviceProgress 3200ms linear infinite;
}

.service-progress span:not(.is-running) {
  animation: none;
}

.service-progress span.is-running {
  animation: serviceProgress 3200ms linear infinite;
}

@keyframes serviceProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.service-image-link {
  min-height: 320px;
  height: 320px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 50px rgba(64, 58, 51, 0.06);
}

.service-image-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 24px;
  transition: transform 240ms ease;
}

.service-image-link.is-robot img {
  width: auto;
  max-width: 82%;
  padding: 0;
  transform: translateY(-22px);
}

.service-image-link:hover img {
  transform: scale(1.025);
}

.service-image-link.is-robot:hover img {
  transform: translateY(-22px) scale(1.025);
}

.service-arm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-arm {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 50px rgba(64, 58, 51, 0.06);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-arm:focus-visible {
  outline: 3px solid rgba(168, 154, 135, 0.42);
  outline-offset: 4px;
}

.service-arm:hover,
.card:hover {
  border-color: rgba(142, 129, 114, 0.28);
  box-shadow: 0 18px 56px rgba(64, 58, 51, 0.1);
  transform: translateY(-2px);
}

.service-arm h3 {
  margin: 0;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 0.98;
  letter-spacing: 0;
}

.service-arm p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.service-arm .conversation-link {
  position: relative;
  z-index: 1;
}

.services-header {
  margin-bottom: 18px;
}

.framework-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.framework-step {
  min-height: 190px;
  padding: clamp(22px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.58);
}

.framework-step span {
  display: block;
  margin-bottom: 34px;
  color: var(--accent-2);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.framework-step strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1;
}

.framework-step p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.service-product-grid {
  margin-top: 0;
}

.service-product-card {
  min-height: 300px;
  background: rgba(255, 255, 255, 0.76);
}

.services-cta {
  margin-top: 14px;
  padding: clamp(30px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  color: var(--bg);
  box-shadow: 0 20px 60px rgba(64, 58, 51, 0.16);
}

.services-cta .section-kicker {
  color: var(--accent);
}

.services-cta h2 {
  max-width: 820px;
  margin: 10px 0 14px;
  color: var(--bg);
}

.services-cta p {
  max-width: 640px;
  margin: 0;
  color: rgba(244, 241, 235, 0.72);
  font-size: 17px;
  line-height: 1.55;
}

.services-cta .button.primary {
  color: var(--ink);
  background: var(--accent);
}

.service-detail-modal-open {
  overflow: hidden;
}

.service-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: none;
  padding: clamp(16px, 3vw, 34px);
}

.service-detail-modal.is-open {
  display: grid;
  place-items: center;
}

.service-detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(64, 58, 51, 0.48);
  backdrop-filter: blur(8px);
}

.service-detail-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: min(760px, calc(100vh - 32px));
  overflow: auto;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(216, 222, 210, 0.86);
  border-radius: 8px;
  background: rgba(247, 248, 243, 0.98);
  box-shadow: 0 30px 90px rgba(64, 58, 51, 0.26);
}

.service-detail-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 24px;
  line-height: 1;
}

.service-detail-dialog h2 {
  max-width: 640px;
  margin: 10px 0 20px;
  font-size: clamp(32px, 4.6vw, 54px);
  line-height: 1;
}

.service-detail-body {
  display: grid;
  gap: 16px;
  margin-bottom: 26px;
}

.service-detail-body p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.section {
  padding: 82px 0;
  border-top: 1px solid var(--line);
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.48fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
  min-width: 0;
}

.section-kicker {
  margin-bottom: 12px;
  color: var(--accent-2);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

.section-header p,
.page-lede {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.card {
  min-height: 270px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 50px rgba(64, 58, 51, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.card.dark {
  color: var(--bg);
  background: var(--ink);
  border-color: var(--ink);
}

.card-number {
  margin-bottom: 54px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 12px;
}

.card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: 0;
}

.card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.card.dark p { color: rgba(244, 241, 235, 0.68); }

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.panel {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.panel h2 { margin-bottom: 20px; }
.panel p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.process-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.process-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.process-row span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 12px;
}

.process-row b {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.process-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.case-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.case-card.impact-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.case-card.impact-card:hover {
  border-color: rgba(142, 129, 114, 0.32);
  box-shadow: 0 18px 56px rgba(64, 58, 51, 0.1);
  transform: translateY(-2px);
}

.case-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-bottom: 16px;
}

.case-card img.impact-card-thumbnail {
  aspect-ratio: 16 / 6;
}

.case-card img.impact-card-logo {
  object-fit: contain;
  padding: 14px;
  background: transparent;
  border-color: transparent;
}

.impact-card-wordmark {
  width: 100%;
  aspect-ratio: 16 / 6;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--accent-2);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  background: transparent;
}

.case-meta {
  margin-bottom: 12px;
  color: var(--accent-2);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-card h3 {
  margin-bottom: 8px;
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.05;
}
.case-card p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.48;
}

.case-stat {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  padding: 7px 9px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 750;
}

.impact-video-slot {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px dashed rgba(142, 129, 114, 0.34);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(168, 154, 135, 0.12), rgba(255, 255, 255, 0.52)),
    rgba(222, 214, 198, 0.72);
  color: rgba(142, 129, 114, 0.72);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.impact-detail-list {
  display: grid;
  gap: 14px;
}

.impact-primary-section {
  padding-top: 12px;
  border-top: 0;
}

.impact-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  scroll-margin-top: 110px;
}

.impact-detail h3 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}

.impact-detail p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.impact-detail p + p {
  margin-top: 18px;
}

.impact-detail-video {
  grid-template-columns: 1fr;
  align-items: start;
}

.impact-detail-balanced {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.85fr);
  align-items: center;
}

.impact-detail-stacked {
  grid-template-columns: 1fr;
  align-items: start;
  width: min(920px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.impact-study-copy {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.impact-study-copy p + p {
  margin-top: 18px;
}

.impact-study-copy .content-label {
  text-align: left;
}

.impact-video-slot-large {
  min-height: 220px;
  margin-bottom: 0;
}

.impact-video-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  max-height: min(72vh, 680px);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--ink);
  object-fit: contain;
}

.impact-study-image {
  width: 100%;
  max-width: 820px;
  max-height: 420px;
  margin: 0 auto;
  display: block;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  object-fit: contain;
}

.cta-section {
  margin: 74px 0;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 8px;
  background: var(--ink);
  color: var(--bg);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  overflow: hidden;
}

.cta-section h2 {
  max-width: 760px;
  margin-bottom: 16px;
}

.cta-section p {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(244, 241, 235, 0.68);
  font-size: 17px;
  line-height: 1.55;
}

.cta-section .button.primary {
  color: var(--ink);
  background: var(--accent);
}

.contact-strip {
  margin: 74px 0;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.contact-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}

.contact-logo .brand-mark {
  width: 76px;
  height: 28px;
}

.contact-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.contact-email {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.contact-email:hover,
.contact-logo:hover {
  color: var(--ink);
}

.social-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease;
}

.social-icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.social-icon:hover {
  background: var(--surface);
  border-color: rgba(64, 58, 51, 0.22);
}

.footer {
  padding: 32px clamp(20px, 4vw, 52px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, 100%);
  margin: 0 auto;
  font-size: 14px;
}

.page-hero {
  padding: 64px 0 42px;
}

.impact-page-hero {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 16px 0 8px;
}

.impact-hero-topline {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.impact-back-button {
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
}

.page-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
}

.page-hero h1.single-line-title {
  max-width: none;
  font-size: clamp(40px, 5.2vw, 68px);
  white-space: nowrap;
}

.page-hero-logo {
  width: min(340px, 82%);
  height: auto;
  display: block;
  margin: 0 auto;
}

.about-page-simple {
  min-height: calc(100vh - 75px);
}

.about-simple {
  width: 100%;
  display: grid;
  gap: 34px;
  padding: 76px 0 92px;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.68fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}

.about-copy {
  max-width: 680px;
}

.about-copy h1 {
  margin: 0;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.94;
  letter-spacing: 0;
  text-align: left;
}

.about-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.56;
  text-align: left;
}

.about-globe {
  width: min(100%, 500px);
  justify-self: end;
}

.founder-grid {
  width: 100%;
  max-width: 980px;
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 6px;
}

.founder-card {
  min-height: 268px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 50px rgba(64, 58, 51, 0.06);
  text-align: left;
}

.founder-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(142, 129, 114, 0.34);
  border-radius: 6px;
  background: rgba(222, 214, 198, 0.76);
  color: rgba(142, 129, 114, 0.72);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-photo-image {
  overflow: hidden;
  padding: 0;
  border-style: solid;
  background: var(--surface);
}

.founder-photo-image img {
  width: 100%;
  height: 112%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transform: translateY(-7%);
}

.founder-card h2 {
  margin-bottom: 8px;
  font-size: clamp(23px, 2.4vw, 30px);
  line-height: 1.05;
}

.founder-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.product-page-section {
  padding: 72px 0;
}

.content-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.5fr);
  gap: 14px;
  align-items: stretch;
}

.content-panel {
  min-height: 260px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 50px rgba(64, 58, 51, 0.06);
}

.content-panel-muted {
  background: rgba(222, 214, 198, 0.76);
}

.content-label {
  margin-bottom: 42px;
  color: var(--accent-2);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.content-panel h3 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}

.content-panel p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 52px);
}

.engagement-item h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.02;
  letter-spacing: 0;
}

.engagement-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.narrative-copy {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.narrative-copy h2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  font-size: clamp(30px, 2.8vw, 38px);
  line-height: 1.12;
  letter-spacing: 0;
}

.narrative-copy p {
  max-width: none;
  margin: 0 auto 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.narrative-copy p:last-child {
  margin-bottom: 0;
}

.text-block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 5vw, 72px);
}

.text-block {
  min-height: 260px;
  padding: clamp(26px, 4vw, 42px);
}

.text-block h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.02;
  letter-spacing: 0;
}

.text-block p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.conversation-section {
  display: block;
}

.conversation-copy h2 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.06;
}

.conversation-copy p {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.conversation-link {
  display: inline-flex;
  align-items: center;
  color: var(--accent-2);
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.conversation-link:hover {
  color: var(--ink);
}

.intake-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.48fr);
  gap: 18px;
  align-items: stretch;
}

.intake-form,
.intake-note {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 50px rgba(64, 58, 51, 0.06);
}

.intake-form {
  display: grid;
  gap: 20px;
}

.intake-form label {
  display: grid;
  gap: 9px;
}

.intake-form label span {
  color: var(--accent-2);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intake-form input,
.intake-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.45;
  padding: 14px 15px;
  outline: none;
}

.intake-form textarea {
  min-height: 180px;
  resize: vertical;
}

.intake-form input:focus,
.intake-form textarea:focus {
  border-color: rgba(142, 129, 114, 0.44);
  box-shadow: 0 0 0 4px rgba(168, 154, 135, 0.16);
}

.intake-note {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

.intake-note h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 54px);
}

.intake-note p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.intake-modal-open {
  overflow: hidden;
}

.intake-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  padding: clamp(16px, 3vw, 34px);
}

.intake-modal.is-open {
  display: grid;
  place-items: center;
}

.intake-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(64, 58, 51, 0.48);
  backdrop-filter: blur(8px);
}

.intake-modal-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: min(760px, calc(100vh - 32px));
  overflow: auto;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(216, 222, 210, 0.86);
  border-radius: 8px;
  background: rgba(247, 248, 243, 0.98);
  box-shadow: 0 30px 90px rgba(64, 58, 51, 0.26);
}

.intake-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 24px;
  line-height: 1;
}

.intake-modal-copy {
  max-width: 620px;
  margin-bottom: 24px;
}

.intake-modal-copy h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 58px);
}

.intake-modal-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.intake-modal .intake-form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.intake-modal .button {
  justify-self: start;
}

.quote-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.42fr);
  gap: 28px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  color: var(--bg);
}

.quote-panel .section-kicker {
  color: var(--accent);
}

.quote-panel blockquote {
  max-width: 790px;
  margin: 0;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.stat-list {
  display: grid;
  gap: 12px;
  align-content: end;
}

.stat-list div {
  padding: 18px;
  border: 1px solid rgba(244, 241, 235, 0.12);
  border-radius: 8px;
  background: rgba(244, 241, 235, 0.06);
}

.stat-list strong {
  display: block;
  margin-bottom: 7px;
  font-size: 22px;
  letter-spacing: 0;
}

.stat-list span {
  color: rgba(244, 241, 235, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.resource-list {
  display: grid;
  gap: 12px;
}

.resource-item {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.resource-item span {
  color: var(--accent-2);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.resource-item h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.resource-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.resource-item a {
  color: var(--accent-2);
  font-weight: 760;
  text-decoration: none;
}

@media (max-width: 920px) {
  .hero,
  .section-header,
  .split,
  .content-split,
  .quote-panel,
  .impact-detail,
  .intake-panel,
  .conversation-section,
  .services-cta,
  .service-showcase,
  .about-intro-grid,
  .cta-section {
    grid-template-columns: 1fr;
  }
  .hero { min-height: 640px; }
  .hero-brand-visual {
    width: min(72vw, 360px);
    justify-self: start;
  }
  .globe-panel {
    width: min(100%, 420px);
    justify-self: start;
  }
  .card-grid,
  .case-grid,
  .engagement-grid,
  .framework-strip,
  .signal-grid,
  .service-arm-grid { grid-template-columns: 1fr; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .logo-grid span { border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .nav-links {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
  }
  .nav-links a { flex: 0 0 auto; }
  .page { width: min(100% - 28px, 1180px); }
  .page-hero h1.single-line-title {
    font-size: clamp(38px, 12vw, 58px);
    white-space: normal;
  }
  h1 { font-size: clamp(52px, 17vw, 74px); }
  .hero {
    padding-top: 54px;
  }
  .hero-brand-visual {
    min-width: 0;
    width: min(82vw, 320px);
  }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-grid-three { grid-template-columns: 1fr; }
  .founder-grid { grid-template-columns: 1fr; }
  .text-block-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
  .footer-inner { flex-direction: column; }
  .contact-strip {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .resource-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
