:root {
  --bg: #f4f6f8;
  --paper: #ffffff;
  --ink: #071b33;
  --muted: #66717d;
  --line: rgba(102, 113, 125, .22);
  --navy: #003366;
  --midnight: #071b33;
  --copper: #c9782b;
  --cyan: #21a6c8;
  --green: #4e9a51;
  --brown: #8a5a2b;
  --cloud: #f4f6f8;
  --sand: #f6e8d8;
  --charcoal: #071b33;
  --shadow: 0 18px 50px rgba(0, 0, 0, .08);
  --header: 66px;
  --max: 960px;
}

/* Compact development-case index. */
.cases-index-page .cases-index-hero {
  padding: 72px 0 58px;
}
.cases-index-page .cases-index-hero .eyebrow {
  margin-bottom: 12px;
}
.cases-index-page .cases-index-hero h1 {
  max-width: none;
  margin-bottom: 14px;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .04em;
}
.cases-index-page .cases-index-hero p {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}
.cases-index-page .cases-index-list {
  padding: 46px 0 72px;
}
.cases-index-page .cases-index-list > .container {
  width: min(1200px, calc(100% - 160px));
}
.cases-index-page .case-thumb-feature {
  grid-template-columns: minmax(0, 1.15fr) minmax(400px, .85fr);
  gap: 72px;
  align-items: stretch;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
.cases-index-page .case-thumb-feature .case-thumb-visual {
  display: grid;
  min-height: 0;
  height: 100%;
  aspect-ratio: auto;
  overflow: visible;
  padding: 0;
  background: transparent;
  border: 0;
}
.cases-index-page .case-thumb-feature .case-thumb-visual img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(7,31,56,.13);
  border-radius: 0;
  box-shadow: 0 20px 48px rgba(9,34,62,.14);
  transform: none;
  transition: none;
}
.cases-index-page .case-thumb-feature:hover .case-thumb-visual img {
  box-shadow: 0 20px 48px rgba(9,34,62,.14);
  transform: none;
}
.cases-index-page .case-thumb-feature .case-thumb-body {
  align-content: center;
  min-width: 0;
  padding: 0;
  background: transparent;
}
.cases-index-page .case-thumb-feature h2 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2.25vw, 31px);
  line-height: 1.4;
}
.cases-index-page .case-thumb-feature p {
  line-height: 1.75;
}
.cases-index-page .case-thumb-feature .case-thumb-lead {
  color: #4f5d6b;
  font-size: 14px;
}
.cases-index-page .case-thumb-highlight {
  margin-top: 22px;
  padding: 18px 20px;
  color: #fff;
  background: var(--navy);
  border-radius: 6px;
}
.cases-index-page .case-thumb-highlight > span,
.cases-index-page .case-thumb-highlight small {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}
.cases-index-page .case-thumb-highlight strong {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 6px 0 5px;
  white-space: nowrap;
}
.cases-index-page .case-thumb-highlight b {
  color: #fff;
  font-size: clamp(25px, 2.6vw, 35px);
  line-height: 1.15;
}
.cases-index-page .case-thumb-highlight i {
  color: var(--copper);
  font-size: 20px;
  font-style: normal;
}
.cases-index-page .case-thumb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}
.cases-index-page .case-thumb-tags span {
  padding: 5px 9px;
  color: var(--navy);
  background: #eef4f8;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
}
.cases-index-page .detail-link {
  margin-top: 20px;
  transition: gap .2s ease;
}
.cases-index-page .case-thumb-feature:hover .detail-link {
  gap: 13px;
}
.cases-index-page a.case-thumb-feature:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

@media (max-width: 1060px) {
  .cases-index-page .case-thumb-feature {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cases-index-page .case-thumb-feature .case-thumb-visual img {
    width: 100%;
    height: auto;
    max-width: 720px;
    margin-inline: auto;
    object-fit: contain;
  }
}

@media (max-width: 680px) {
  .cases-index-page main > .cases-index-hero {
    padding: 36px 0 30px !important;
  }
  .cases-index-page .cases-index-hero .eyebrow {
    margin-bottom: 8px;
  }
  .cases-index-page .cases-index-hero h1 {
    margin-bottom: 10px;
    letter-spacing: .02em;
  }
  .cases-index-page main > .cases-index-list {
    padding: 24px 0 48px !important;
  }
  .cases-index-page .case-thumb-feature .case-thumb-visual {
    min-height: 0;
    padding: 0;
  }
  .cases-index-page .case-thumb-feature .case-thumb-body {
    padding: 0 !important;
  }
  .cases-index-page .case-thumb-highlight {
    padding: 16px;
  }
  .cases-index-page .case-thumb-highlight strong {
    gap: 8px;
  }
  .cases-index-page .case-thumb-highlight b {
    font-size: clamp(24px, 9vw, 33px);
  }
}

/* Refined motion system: restrained distance, soft easing, and staged hierarchy. */
@keyframes siteHeaderIn {
  from { opacity: 0; transform: translate3d(0, -14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes heroVeilIn {
  from { opacity: .45; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes detailsCopyIn {
  from { opacity: 0; transform: translate3d(0, -6px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes companyMonogramIn {
  from { opacity: 0; transform: translate3d(28px, 18px, 0) scale(.94); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-enabled .site-header {
    animation: siteHeaderIn .85s cubic-bezier(.22, 1, .36, 1) both;
  }

  .motion-enabled .home-hero::before,
  .motion-enabled .home-hero::after {
    transform-origin: center;
    animation: heroVeilIn 1.6s cubic-bezier(.22, 1, .36, 1) both;
  }

  .motion-enabled .reveal {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(0, 28px, 0) scale(.995);
    transition:
      opacity .85s cubic-bezier(.22, 1, .36, 1),
      filter .8s cubic-bezier(.22, 1, .36, 1),
      transform 1s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, filter, transform;
  }

  .motion-enabled .reveal.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }

  .motion-enabled .home-hero__copy.reveal,
  .motion-enabled .page-hero .reveal,
  .motion-enabled .company-hero__inner.reveal,
  .motion-enabled .shared-consultation-cta__inner.reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .motion-enabled .home-hero__copy.reveal > *,
  .motion-enabled .page-hero .reveal > *,
  .motion-enabled .company-hero__inner.reveal > *,
  .motion-enabled .shared-consultation-cta__inner.reveal > * {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(0, 22px, 0);
    transition:
      opacity .8s cubic-bezier(.22, 1, .36, 1),
      filter .75s cubic-bezier(.22, 1, .36, 1),
      transform .95s cubic-bezier(.22, 1, .36, 1);
  }

  .motion-enabled .home-hero__copy.reveal.is-visible > *,
  .motion-enabled .page-hero .reveal.is-visible > *,
  .motion-enabled .company-hero__inner.reveal.is-visible > *,
  .motion-enabled .shared-consultation-cta__inner.reveal.is-visible > * {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }

  .motion-enabled .home-hero__copy.reveal.is-visible > :nth-child(1),
  .motion-enabled .page-hero .reveal.is-visible > :nth-child(1),
  .motion-enabled .company-hero__inner.reveal.is-visible > :nth-child(1),
  .motion-enabled .shared-consultation-cta__inner.reveal.is-visible > :nth-child(1) { transition-delay: 100ms; }

  .motion-enabled .home-hero__copy.reveal.is-visible > :nth-child(2),
  .motion-enabled .page-hero .reveal.is-visible > :nth-child(2),
  .motion-enabled .company-hero__inner.reveal.is-visible > :nth-child(2),
  .motion-enabled .shared-consultation-cta__inner.reveal.is-visible > :nth-child(2) { transition-delay: 250ms; }

  .motion-enabled .home-hero__copy.reveal.is-visible > :nth-child(3),
  .motion-enabled .page-hero .reveal.is-visible > :nth-child(3),
  .motion-enabled .shared-consultation-cta__inner.reveal.is-visible > :nth-child(3) { transition-delay: 400ms; }

  .motion-enabled .shared-consultation-cta__inner.reveal.is-visible > :nth-child(4) { transition-delay: 520ms; }

  .motion-enabled .home-condition-row.reveal .home-condition-row__copy,
  .motion-enabled .home-condition-row.reveal figure,
  .motion-enabled .case-thumb.reveal > * {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition: opacity .75s cubic-bezier(.22, 1, .36, 1), transform .9s cubic-bezier(.22, 1, .36, 1);
  }

  .motion-enabled .home-condition-row.reveal.is-visible .home-condition-row__copy,
  .motion-enabled .home-condition-row.reveal.is-visible figure,
  .motion-enabled .case-thumb.reveal.is-visible > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .motion-enabled .home-condition-row.reveal.is-visible figure,
  .motion-enabled .case-thumb.reveal.is-visible > :nth-child(2) { transition-delay: 160ms; }

  .motion-enabled .company-values.reveal .company-values__list li {
    opacity: 0;
    transform: translate3d(14px, 0, 0);
    transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1);
  }

  .motion-enabled .company-values.reveal.is-visible .company-values__list li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .motion-enabled .company-values.reveal.is-visible .company-values__list li:nth-child(1) { transition-delay: 120ms; }
  .motion-enabled .company-values.reveal.is-visible .company-values__list li:nth-child(2) { transition-delay: 200ms; }
  .motion-enabled .company-values.reveal.is-visible .company-values__list li:nth-child(3) { transition-delay: 280ms; }
  .motion-enabled .company-values.reveal.is-visible .company-values__list li:nth-child(4) { transition-delay: 360ms; }
  .motion-enabled .company-values.reveal.is-visible .company-values__list li:nth-child(5) { transition-delay: 440ms; }

  .motion-enabled .home-timeline.reveal .home-timeline__track i {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transition: opacity .45s ease, clip-path .9s cubic-bezier(.22, 1, .36, 1);
  }

  .motion-enabled .home-timeline.reveal.is-visible .home-timeline__track i {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }

  .motion-enabled .home-timeline.reveal.is-visible .home-timeline__row:nth-child(2) i { transition-delay: 180ms; }
  .motion-enabled .home-timeline.reveal.is-visible .home-timeline__row:nth-child(3) i { transition-delay: 310ms; }
  .motion-enabled .home-timeline.reveal.is-visible .home-timeline__row:nth-child(4) i { transition-delay: 440ms; }

  .home-faq__list details[open] > p {
    animation: detailsCopyIn .55s cubic-bezier(.22, 1, .36, 1) both;
  }

  .motion-enabled .company-hero::after {
    animation: companyMonogramIn 1.7s .15s cubic-bezier(.22, 1, .36, 1) both;
  }

  .motion-enabled .company-hero__inner.reveal > div:first-child > *,
  .motion-enabled .company-hero__summary > *,
  .motion-enabled .company-section-head.reveal > *,
  .motion-enabled .company-mvv article.reveal > *,
  .motion-enabled .company-values.reveal .company-values__lead,
  .motion-enabled .company-message__article.reveal .company-message__text > p,
  .motion-enabled .company-message__article.reveal > footer,
  .motion-enabled .company-data.reveal > div,
  .motion-enabled .company-name.reveal > * {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition: opacity .72s cubic-bezier(.22, 1, .36, 1), transform .88s cubic-bezier(.22, 1, .36, 1);
  }

  .motion-enabled .company-hero__inner.reveal.is-visible > div:first-child > *,
  .motion-enabled .company-hero__inner.reveal.is-visible .company-hero__summary > *,
  .motion-enabled .company-section-head.reveal.is-visible > *,
  .motion-enabled .company-mvv article.reveal.is-visible > *,
  .motion-enabled .company-values.reveal.is-visible .company-values__lead,
  .motion-enabled .company-message__article.reveal.is-visible .company-message__text > p,
  .motion-enabled .company-message__article.reveal.is-visible > footer,
  .motion-enabled .company-data.reveal.is-visible > div,
  .motion-enabled .company-name.reveal.is-visible > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .motion-enabled .company-hero__inner.reveal.is-visible > div:first-child > :nth-child(1) { transition-delay: 120ms; }
  .motion-enabled .company-hero__inner.reveal.is-visible > div:first-child > :nth-child(2) { transition-delay: 260ms; }
  .motion-enabled .company-hero__inner.reveal.is-visible .company-hero__summary > :nth-child(1) { transition-delay: 380ms; }
  .motion-enabled .company-hero__inner.reveal.is-visible .company-hero__summary > :nth-child(2) { transition-delay: 500ms; }

  .motion-enabled .company-section-head.reveal.is-visible > :nth-child(1),
  .motion-enabled .company-mvv article.reveal.is-visible > :nth-child(1),
  .motion-enabled .company-name.reveal.is-visible > :nth-child(1) { transition-delay: 80ms; }

  .motion-enabled .company-section-head.reveal.is-visible > :nth-child(2),
  .motion-enabled .company-mvv article.reveal.is-visible > :nth-child(2),
  .motion-enabled .company-name.reveal.is-visible > :nth-child(2) { transition-delay: 190ms; }

  .motion-enabled .company-name.reveal.is-visible > :nth-child(3) { transition-delay: 280ms; }
  .motion-enabled .company-name.reveal.is-visible > :nth-child(4) { transition-delay: 360ms; }

  .motion-enabled .company-message__article.reveal.is-visible .company-message__text > p:nth-child(1) { transition-delay: 80ms; }
  .motion-enabled .company-message__article.reveal.is-visible .company-message__text > p:nth-child(2) { transition-delay: 170ms; }
  .motion-enabled .company-message__article.reveal.is-visible .company-message__text > p:nth-child(3) { transition-delay: 260ms; }
  .motion-enabled .company-message__article.reveal.is-visible > footer { transition-delay: 360ms; }

  .motion-enabled .company-data.reveal.is-visible > div:nth-child(1) { transition-delay: 60ms; }
  .motion-enabled .company-data.reveal.is-visible > div:nth-child(2) { transition-delay: 110ms; }
  .motion-enabled .company-data.reveal.is-visible > div:nth-child(3) { transition-delay: 160ms; }
  .motion-enabled .company-data.reveal.is-visible > div:nth-child(4) { transition-delay: 210ms; }
  .motion-enabled .company-data.reveal.is-visible > div:nth-child(5) { transition-delay: 260ms; }
  .motion-enabled .company-data.reveal.is-visible > div:nth-child(6) { transition-delay: 310ms; }
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .motion-enabled .home-condition-row figure,
  .motion-enabled .case-thumb,
  .motion-enabled .company-mvv article,
  .motion-enabled .company-values,
  .motion-enabled .company-name,
  .motion-enabled .home-timeline,
  .motion-enabled .card,
  .motion-enabled .panel {
    transition:
      transform .65s cubic-bezier(.22, 1, .36, 1),
      box-shadow .65s cubic-bezier(.22, 1, .36, 1),
      border-color .45s ease;
  }

  .motion-enabled .home-condition-row:hover figure,
  .motion-enabled .case-thumb:hover,
  .motion-enabled .company-mvv article:hover,
  .motion-enabled .company-name:hover,
  .motion-enabled .card:hover,
  .motion-enabled .panel:hover {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 24px 60px rgba(7, 31, 56, .13);
  }

  .motion-enabled .case-thumb img,
  .motion-enabled .home-condition-row figure img {
    transition: transform 1.1s cubic-bezier(.22, 1, .36, 1);
  }

  .motion-enabled .case-thumb:hover img,
  .motion-enabled .home-condition-row:hover figure img { transform: scale(1.018); }

  .motion-enabled .button,
  .motion-enabled .home-button,
  .motion-enabled .header-cta {
    transition:
      color .35s ease,
      background-color .35s ease,
      border-color .35s ease,
      box-shadow .45s cubic-bezier(.22, 1, .36, 1),
      transform .45s cubic-bezier(.22, 1, .36, 1);
  }

  .motion-enabled .button:hover,
  .motion-enabled .home-button:hover,
  .motion-enabled .header-cta:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 14px 32px rgba(7, 31, 56, .18);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }
  .reveal,
  .reveal > *,
  .company-page .reveal *,
  .company-values__list li,
  .home-timeline__track i {
    opacity: 1 !important;
    clip-path: none !important;
    filter: none !important;
    transform: none !important;
  }
}

* { box-sizing: border-box; }

/* `hidden` をレイアウト指定より常に優先し、一時非表示を確実にする。 */
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Meiryo UI", Meiryo, Arial, sans-serif;
  line-height: 1.75;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
qapybara-header, qapybara-footer { display: contents; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: var(--header);
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid rgba(0, 51, 102, .08);
  transition: box-shadow .28s ease, background .28s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(0,0,0,.08); }
.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 230px 1fr 200px;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 50px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--midnight);
  font-family: Comfortaa, Arial, sans-serif;
}
.brand-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}
.global-nav {
  justify-self: center;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 54px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}
.global-nav a { transition: color .25s ease, transform .25s ease; }
.global-nav a:hover { color: var(--navy); transform: translateY(-2px); }
.global-nav a[aria-current="page"] { color: var(--navy); }
.header-cta {
  height: 66px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--navy);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  position: relative;
}
.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: var(--ink);
  transition: transform .25s ease, opacity .25s ease;
}
.menu-toggle span { top: 21px; }
.menu-toggle::before { top: 14px; }
.menu-toggle::after { top: 28px; }
.nav-open .menu-toggle span { opacity: 0; }
.nav-open .menu-toggle::before { transform: translateY(7px) rotate(45deg); }
.nav-open .menu-toggle::after { transform: translateY(-7px) rotate(-45deg); }

main { padding-top: var(--header); }
.hero {
  min-height: calc(100vh + 33px);
  margin-top: calc(-1 * var(--header));
  padding-top: var(--header);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background: linear-gradient(135deg, var(--midnight), var(--navy));
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(0deg, rgba(0,0,0,.52), transparent);
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  text-align: center;
  padding: 0;
  text-shadow: 0 10px 30px rgba(0,0,0,.22);
}
.hero .reveal {
  opacity: 1;
  transform: none;
}
.hero-logo {
  width: 76px;
  height: 76px;
  object-fit: contain;
  margin: 0 auto 18px;
}
.hero-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .46em;
  text-transform: uppercase;
  color: #fff;
}
.eyebrow {
  display: block;
  margin-bottom: 20px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--paper); opacity: .82; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(36px, 3.9vw, 58px);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: .12em;
}
.hero h1 {
  margin-bottom: 20px;
  font-size: clamp(30px, 2.45vw, 36px);
  line-height: 1.55;
  font-weight: 300;
  letter-spacing: .22em;
}
.hero-lead {
  max-width: 560px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .18em;
  color: #fff;
}
.hero-actions, .actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 44px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255,255,255,.68);
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  transition: opacity .25s ease, transform .25s ease;
}
.hero-link:hover { opacity: .78; transform: translateY(-2px); }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: var(--paper);
  font-size: 14px;
  font-weight: 800;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-2px); background: var(--midnight); border-color: var(--midnight); }
.button.secondary { background: rgba(255,255,255,.94); color: var(--navy); border-color: rgba(255,255,255,.94); }
.button.ghost { background: transparent; color: var(--navy); }
.section {
  padding: 96px 0;
  border-top: 1px solid var(--line);
}
.section.white { background: rgba(255,255,255,.72); }
.section.compact { padding: 72px 0; }
.container {
  width: min(var(--max), calc(100% - 160px));
  margin: 0 auto;
}
.section-head {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 72px;
  align-items: start;
  margin-bottom: 42px;
}
.section-title {
  margin: 0;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.5;
  letter-spacing: .03em;
  font-weight: 700;
}
.section-lead {
  color: var(--muted);
  max-width: 720px;
}
.section-lead + .section-lead { margin-top: 12px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }
.mvv-core {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 30px;
}
.mvv-core .card {
  min-height: 220px;
  display: grid;
  align-content: center;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.values-grid .card:nth-child(3) {
  grid-column: 1 / -1;
}
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
a.card:hover, .card.interactive:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(0, 51, 102, .28);
}
.card .num { display: block; color: var(--copper); font-weight: 800; margin-bottom: 16px; }
.card h3 { margin-bottom: 12px; font-size: 20px; line-height: 1.5; }
.card p { color: var(--muted); font-size: 15px; margin-bottom: 0; }
.arrow { margin-left: auto; font-size: 26px; line-height: 1; }

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--paper);
}
.flow-item {
  min-height: 188px;
  padding: 26px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.flow-item .num {
  display: block;
  color: var(--copper);
  font-weight: 800;
  margin-bottom: 18px;
}
.flow-item i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: var(--navy);
  background: var(--cloud);
  border: 1px solid rgba(0, 51, 102, .14);
  border-radius: 50%;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
.flow-item.result {
  color: var(--paper);
  background: linear-gradient(135deg, var(--navy), var(--midnight));
}
.flow-item.result .num,
.flow-item.result h3,
.flow-item.result p {
  color: var(--paper);
}
.flow-item.result i {
  color: var(--paper);
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.2);
}
.flow-item h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.45;
}
.flow-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.concern-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.concern-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  min-height: 176px;
  align-items: start;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.concern-card span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--paper);
  background: var(--navy);
  font-weight: 800;
  border-radius: 50%;
}
.concern-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.concern-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.55;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.impact-card {
  display: block;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 32px 32px;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
a.impact-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(0, 51, 102, .28);
}
.advisor-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 32px;
}
.impact-card.wide { grid-column: 1 / -1; }
.impact-card .num,
.advisor-card .num {
  display: block;
  margin-bottom: 16px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.impact-card h3,
.advisor-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.55;
}
.impact-card p,
.advisor-card p {
  margin: 0;
  color: var(--muted);
}
.advisor-card p + p { margin-top: 14px; }
.impact-visual {
  height: 190px;
  margin: 0 -32px 28px;
  background: linear-gradient(120deg, rgba(7, 27, 51, .28), rgba(0, 51, 102, .08));
}
.impact-visual.sales {
  background: linear-gradient(120deg, rgba(7, 27, 51, .3), rgba(33, 166, 200, .14));
}
.impact-visual.expense {
  background: linear-gradient(120deg, rgba(7, 27, 51, .32), rgba(78, 154, 81, .12));
}
.impact-visual.production {
  height: 230px;
  background: linear-gradient(120deg, rgba(7, 27, 51, .34), rgba(201, 120, 43, .1));
}
.impact-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.impact-flow span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 5px 12px;
  border: 1px solid rgba(0, 51, 102, .16);
  background: var(--cloud);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}
.impact-flow b {
  color: var(--copper);
  font-size: 14px;
  line-height: 1;
}
.service-slide {
  margin: 0 0 34px;
  padding: 18px;
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 16px 42px rgba(7, 27, 51, .08);
}
.service-slide img {
  width: 100%;
  border-radius: 4px;
}
.detail-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.case-thumb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.top-cases {
  grid-template-columns: minmax(0, 1.5fr) minmax(340px, .9fr);
  align-items: stretch;
}
.case-thumb {
  display: grid;
  grid-template-rows: 220px 1fr;
  min-height: 100%;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
a.case-thumb:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(0, 51, 102, .28);
}
.case-thumb-visual {
  position: relative;
  overflow: hidden;
  background: #f8fbfc;
  border-bottom: 1px solid var(--line);
  padding: 16px;
}
.case-thumb-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.case-thumb-feature {
  grid-column: 1;
  grid-row: 1 / span 2;
  grid-template-columns: minmax(420px, 1.08fr) minmax(0, .92fr);
  grid-template-rows: auto;
}
.case-thumb-feature .case-thumb-visual {
  min-height: 100%;
  border-right: 1px solid var(--line);
  border-bottom: 0;
  padding: 22px;
}
.case-thumb-feature .case-thumb-body {
  align-content: center;
  padding: 38px;
}
.case-thumb-feature h3 {
  font-size: 25px;
}
.case-thumb-body {
  display: grid;
  align-content: start;
  padding: 28px;
}
.case-thumb .num {
  display: block;
  margin-bottom: 14px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.case-thumb h2,
.case-thumb h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.55;
}
.case-thumb p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.case-thumb-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.case-thumb-metrics span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 5px 10px;
  background: var(--cloud);
  border: 1px solid rgba(0, 51, 102, .14);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}
.case-flow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  display: grid;
  min-height: 300px;
  grid-template-rows: 1fr auto;
  padding: 0;
  overflow: hidden;
}
.service-visual {
  min-height: 155px;
  background: linear-gradient(120deg, rgba(7, 27, 51, .32), rgba(33, 166, 200, .14));
  position: relative;
}
.service-card:nth-child(2) .service-visual {
  background: linear-gradient(120deg, rgba(7, 27, 51, .36), rgba(33, 166, 200, .18));
}
.service-card:nth-child(3) .service-visual {
  background: linear-gradient(120deg, rgba(7, 27, 51, .34), rgba(78, 154, 81, .18));
}
.service-visual::before {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(255,255,255,.42);
  background:
    linear-gradient(90deg, transparent 49%, rgba(33,166,200,.44) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(255,255,255,.22) 50%, transparent 51%);
}
.service-body { padding: 24px 28px 26px; }
.service-body h3 { display: flex; align-items: center; gap: 14px; }

.service-decision-board {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(360px, 1.22fr) minmax(260px, .9fr);
  gap: 18px;
  align-items: stretch;
}
.service-decision-card {
  display: grid;
  align-content: start;
  min-height: 360px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}
.service-decision-main {
  color: var(--paper);
  background: linear-gradient(135deg, rgba(0, 51, 102, .96), rgba(7, 27, 51, .96));
  border-color: rgba(0, 51, 102, .16);
}
.service-decision-card .num {
  display: block;
  margin-bottom: 16px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.service-decision-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.55;
}
.service-decision-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}
.service-decision-main .num,
.service-decision-main h3,
.service-decision-main p {
  color: var(--paper);
}
.service-decision-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.service-decision-card li {
  position: relative;
  padding-left: 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
}
.service-decision-card li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--copper);
}
.service-flow-line {
  display: grid;
  grid-template-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
  gap: 7px;
  align-items: center;
  margin-top: auto;
  padding-top: 28px;
}
.service-flow-line span {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 8px;
  color: var(--paper);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}
.service-flow-line b {
  color: var(--copper);
  text-align: center;
}

.process {
  counter-reset: step;
  border-top: 1px solid var(--line);
}
.process-row {
  counter-increment: step;
  display: grid;
  grid-template-columns: 180px 1fr 1.4fr;
  gap: 34px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.process-row::before {
  content: counter(step, decimal-leading-zero) " /";
  color: var(--copper);
  font-weight: 800;
}
.process-row h3 { margin: 0; }
.process-row p { margin: 0; color: var(--muted); }
.compact-process {
  margin-top: 46px;
}
.hearing-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.hearing-board article {
  min-height: 240px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0,0,0,.04);
}
.hearing-board span,
.map-node span,
.agent-lane span,
.agent-core span,
.loop-diagram span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hearing-board h3 {
  margin: 0 0 12px;
  font-size: 18px;
}
.hearing-board p,
.map-node p,
.agent-core p,
.loop-diagram p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.reality-map {
  display: grid;
  grid-template-columns: 1fr 42px 1fr 42px 1fr;
  gap: 12px;
  align-items: stretch;
}
.map-node {
  min-height: 210px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.map-node strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
}
.map-node.pain {
  border-color: rgba(201, 120, 43, .5);
  background: #fff8f0;
}
.map-node.result {
  color: var(--paper);
  background: var(--navy);
}
.map-node.result span,
.map-node.result strong,
.map-node.result p {
  color: var(--paper);
}
.map-arrow {
  display: grid;
  place-items: center;
  color: var(--copper);
  font-size: 24px;
  font-weight: 800;
}
.agent-diagram {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  grid-template-areas:
    "input core check"
    "system core check";
  gap: 16px;
  margin-bottom: 28px;
}
.agent-lane,
.agent-core,
.loop-diagram div {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.agent-lane:nth-child(1) { grid-area: input; }
.agent-lane:nth-child(3) { grid-area: check; }
.agent-lane:nth-child(4) { grid-area: system; }
.agent-core {
  grid-area: core;
  display: grid;
  align-content: center;
  background: var(--navy);
  color: var(--paper);
}
.agent-core span,
.agent-core p {
  color: #fff;
}
.agent-lane strong,
.agent-core strong,
.loop-diagram strong {
  display: block;
  color: inherit;
  font-size: 18px;
  line-height: 1.5;
}
.loop-diagram {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: loop;
}

.news-wrap { position: relative; }
.news-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(350px, 410px);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 0 20px;
  overscroll-behavior-inline: contain;
}
.news-track::-webkit-scrollbar { height: 8px; }
.news-track::-webkit-scrollbar-thumb { background: var(--muted); }
.news-card {
  min-height: 190px;
  scroll-snap-align: start;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 26px;
}
.news-meta { display: flex; gap: 14px; align-items: center; color: var(--muted); font-size: 13px; }
.tag { display: inline-flex; padding: 2px 14px; border-radius: 3px; background: var(--sand); color: var(--brown); font-weight: 800; font-size: 12px; }
.news-card h3 { margin-top: 20px; font-size: 17px; }
.carousel-controls { display: flex; justify-content: flex-end; gap: 14px; margin-top: 12px; }
.icon-button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  color: var(--charcoal);
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.icon-button:hover { color: var(--navy); }

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 72px;
  align-items: start;
}
.founder-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 58px;
  align-items: start;
}
.proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.proof-metrics div {
  min-height: 148px;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.proof-metrics span {
  display: block;
  margin-bottom: 14px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.proof-metrics strong {
  display: block;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.35;
}
.proof-metrics small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
}
.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 42px;
  border-radius: 6px;
}
.list { margin: 0; padding: 0; list-style: none; }
.list li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.list li::before { content: ""; width: 8px; height: 8px; margin-top: 12px; background: var(--copper); flex: 0 0 auto; }
.data-list { display: grid; grid-template-columns: 160px 1fr; gap: 0; }
.data-list dt, .data-list dd { margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); }
.data-list dt { color: var(--muted); font-weight: 800; }
.founder-career {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.founder-career .num { margin-bottom: 10px; }
.founder-career h3 { margin-bottom: 16px; }
.career-timeline {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0 18px;
  margin: 0;
}
.career-timeline dt,
.career-timeline dd {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.career-timeline dt {
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
}
.career-timeline dd { color: var(--ink); }

.page-hero {
  padding: 130px 0 86px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.94), rgba(244,246,248,.9)),
    radial-gradient(circle at 78% 24%, rgba(33,166,200,.18), transparent 34%);
}
.page-hero h1 { color: var(--ink); text-shadow: none; max-width: 900px; }
.page-hero p { max-width: 720px; color: var(--muted); }
.case-hero {
  background:
    linear-gradient(120deg, rgba(255,255,255,.94), rgba(244,246,248,.88)),
    linear-gradient(120deg, rgba(7, 27, 51, .08), rgba(201, 120, 43, .08)),
    url("images/unsplash-qh-mar1Tzo8.jpg") center/cover no-repeat;
}
.case-hero-improved h1 {
  max-width: 980px;
}
.case-story-hero {
  padding-bottom: 58px;
  background: linear-gradient(120deg, rgba(255,255,255,.95), rgba(244,246,248,.9));
}
.case-story-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
}
.case-story-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}
.story-stack {
  display: grid;
  gap: 76px;
}
.story-step {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  gap: 44px;
  align-items: center;
}
.story-step.reverse {
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .96fr);
}
.story-step.reverse .story-copy {
  order: 2;
}
.story-copy {
  min-width: 0;
}
.story-copy .section-title {
  margin-bottom: 18px;
}
.story-copy .section-lead {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.9;
}
.story-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.story-list li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.65;
}
.story-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 10px;
  background: var(--copper);
  border-radius: 50%;
}
.story-list.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.story-visual {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(0, 51, 102, .14);
  border-radius: 6px;
  box-shadow: 0 18px 50px rgba(7, 27, 51, .12);
}
.story-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.phone-visual {
  max-width: 560px;
  justify-self: center;
}
.story-result {
  display: grid;
  gap: 22px;
  padding: 38px;
  color: var(--paper);
  background: linear-gradient(135deg, var(--midnight), var(--navy));
  border-radius: 6px;
}
.story-result .eyebrow,
.story-result p {
  color: #fff;
}
.result-kicker {
  color: var(--paper);
  font-weight: 900;
}
.result-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .42fr);
  gap: 28px;
  align-items: end;
}
.result-shift {
  display: grid;
  gap: 12px;
}
.result-shift article {
  padding: 18px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
}
.result-shift span {
  display: block;
  margin-bottom: 8px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.result-shift p {
  color: var(--paper);
  font-size: 14px;
  line-height: 1.75;
}
.result-build {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.result-build span {
  display: grid;
  gap: 6px;
  min-height: 126px;
  padding: 16px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
}
.result-build small {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}
.result-build b {
  color: var(--paper);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}
.result-build em {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}
.story-result h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.05;
}
.story-result h2 span {
  display: inline-block;
}
.story-result h2 b {
  color: var(--copper);
  font-weight: 900;
}
.story-result p {
  max-width: 720px;
  margin: 0;
}
.story-result strong {
  color: var(--paper);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
}
.detail-board {
  margin-top: 0;
}
.reduction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.reduction-card {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 370px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.reduction-card .num,
.apply-card span {
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.reduction-card h3,
.apply-card h3,
.fit-check h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
}
.reduction-card p,
.apply-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}
.reduction-time {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.reduction-time span,
.reduction-time b {
  display: grid;
  min-height: 48px;
  place-items: center;
  padding: 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}
.reduction-time span {
  color: var(--muted);
  background: var(--cloud);
  border: 1px solid rgba(0, 51, 102, .1);
}
.reduction-time b {
  color: var(--paper);
  background: var(--navy);
}
.handoff {
  display: grid;
  grid-template-columns: 1fr 22px 1fr 22px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 2px;
}
.handoff span {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 8px;
  color: var(--ink);
  background: var(--cloud);
  border: 1px solid rgba(0, 51, 102, .1);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}
.handoff b {
  color: var(--copper);
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.reduction-card strong {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  color: var(--navy);
  border-top: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.6;
}
.hours-detail {
  margin-top: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.hours-detail summary {
  padding: 18px 22px;
  color: var(--navy);
  cursor: pointer;
  font-weight: 900;
}
.hours-detail .hours-table {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}
.apply-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.apply-card {
  min-height: 210px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.apply-card span {
  display: block;
  margin-bottom: 14px;
}
.apply-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
}
.fit-check {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 18px;
  padding: 24px;
  background: var(--cloud);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.fit-check ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fit-check li {
  position: relative;
  padding-left: 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}
.fit-check li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--copper);
  border-radius: 50%;
}
.case-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1080px;
  margin-top: 34px;
}
.case-metrics div {
  min-height: 148px;
  padding: 22px;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.case-metrics div.highlight {
  color: var(--paper);
  background: linear-gradient(135deg, var(--navy), var(--midnight));
  border-color: rgba(255,255,255,.18);
}
.case-metrics div.highlight span,
.case-metrics div.highlight strong,
.case-metrics div.highlight small {
  color: var(--paper);
}
.case-metrics span {
  display: block;
  margin-bottom: 10px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.case-metrics strong {
  display: block;
  color: var(--navy);
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.25;
}
.case-metrics small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}
.case-hero-visual {
  max-width: 780px;
  margin-top: 28px;
  padding: 18px;
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 16px 42px rgba(7, 27, 51, .08);
}
.case-hero-visual img {
  width: 100%;
  border-radius: 4px;
}
.work-impact-board {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(620px, 1.25fr);
  gap: 18px;
  max-width: 1240px;
  margin-top: 34px;
}
.impact-summary,
.hours-table {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(0, 51, 102, .14);
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(7, 27, 51, .09);
}
.impact-summary {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 28px;
}
.impact-summary .eyebrow {
  margin-bottom: 0;
}
.impact-summary h2 {
  margin: 0;
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.45;
}
.total-shift {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  gap: 12px;
  align-items: stretch;
}
.total-shift div {
  min-height: 142px;
  padding: 18px;
  background: var(--cloud);
  border: 1px solid rgba(0, 51, 102, .12);
  border-radius: 6px;
}
.total-shift .after {
  color: var(--paper);
  background: linear-gradient(135deg, var(--navy), var(--midnight));
  border-color: transparent;
}
.total-shift b {
  display: grid;
  place-items: center;
  color: var(--copper);
  font-size: 24px;
}
.total-shift span,
.reduction-callout span {
  display: block;
  margin-bottom: 8px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.total-shift strong {
  display: block;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}
.total-shift .after span,
.total-shift .after strong,
.total-shift .after small {
  color: var(--paper);
}
.total-shift small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.55;
}
.reduction-callout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 18px;
  align-items: end;
  padding: 20px 22px;
  color: var(--paper);
  background: linear-gradient(135deg, #a64f1e, var(--copper));
  border-radius: 6px;
}
.reduction-callout span,
.reduction-callout small {
  color: #fff;
}
.reduction-callout strong {
  grid-row: span 2;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .95;
}
.reduction-callout small {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.stacked-hours {
  display: flex;
  height: 28px;
  overflow: hidden;
  background: var(--cloud);
  border-radius: 999px;
  border: 1px solid rgba(0, 51, 102, .12);
}
.stacked-hours .seg {
  width: var(--w);
  min-width: 18px;
}
.s1 { background: #0b4f8a; }
.s2 { background: #21a6c8; }
.s3 { background: #4e9a51; }
.s4 { background: #c9782b; }
.s5 { background: #7f5aa2; }
.s6 { background: #66717d; }
.s7 { background: #a64f1e; }
.hours-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.hours-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hours-legend i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  flex: 0 0 auto;
}
.hours-table {
  display: grid;
  align-content: start;
  overflow: hidden;
}
.hours-row {
  display: grid;
  grid-template-columns: 104px minmax(210px, 1fr) 78px 78px 86px;
  gap: 0;
  min-height: 66px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.hours-row:last-child {
  border-bottom: 0;
}
.hours-row > * {
  min-width: 0;
  padding: 14px 16px;
}
.hours-row.head {
  min-height: 44px;
  color: var(--paper);
  background: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.hours-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}
.hours-row strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
}
.hours-row em,
.hours-row b {
  font-style: normal;
  font-weight: 900;
  text-align: right;
}
.hours-row em {
  color: var(--navy);
  font-size: 22px;
}
.hours-row b {
  color: var(--copper);
  font-size: 24px;
}
.hours-row.total {
  color: var(--paper);
  background: linear-gradient(135deg, var(--midnight), var(--navy));
}
.hours-row.total span,
.hours-row.total strong,
.hours-row.total em,
.hours-row.total b {
  color: var(--paper);
}
.time-breakdown {
  display: grid;
  gap: 14px;
}
.time-breakdown article {
  display: grid;
  grid-template-columns: 62px minmax(220px, 1fr) minmax(300px, .95fr);
  gap: 22px;
  align-items: center;
  min-height: 124px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.time-breakdown article.max {
  border-color: rgba(201, 120, 43, .46);
  box-shadow: 0 14px 36px rgba(201, 120, 43, .08);
}
.time-breakdown article:nth-child(1) { --bar-width: 55%; }
.time-breakdown article:nth-child(2) { --bar-width: 64%; }
.time-breakdown article:nth-child(3) { --bar-width: 82%; }
.time-breakdown article:nth-child(4) { --bar-width: 100%; }
.time-breakdown article:nth-child(5) { --bar-width: 64%; }
.breakdown-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--navy);
  background: var(--cloud);
  border: 1px solid rgba(0, 51, 102, .14);
  border-radius: 50%;
  font-weight: 900;
  line-height: 1;
}
.time-breakdown span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}
.time-breakdown strong {
  display: block;
  font-size: 18px;
  line-height: 1.55;
}
.time-breakdown p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.breakdown-meter {
  display: grid;
  grid-template-columns: 1fr 64px;
  gap: 14px;
  align-items: center;
}
.breakdown-meter i {
  display: block;
  height: 18px;
  width: var(--bar-width);
  background: linear-gradient(90deg, var(--navy), var(--cyan));
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.breakdown-meter em {
  display: block;
  color: var(--navy);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-align: right;
}
.case-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr .86fr;
  gap: 16px;
  margin-top: 18px;
}
.case-comparison article {
  min-height: 162px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.case-comparison article.result {
  color: var(--paper);
  background: linear-gradient(135deg, var(--navy), var(--midnight));
  border-color: transparent;
}
.case-comparison span {
  display: block;
  margin-bottom: 8px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.case-comparison strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}
.case-comparison p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.case-comparison article.result span,
.case-comparison article.result strong,
.case-comparison article.result p {
  color: var(--paper);
}
.comparison-bar {
  height: 16px;
  overflow: hidden;
  background: var(--cloud);
  border-radius: 999px;
}
.comparison-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
}
.comparison-bar.before i {
  width: 100%;
  background: linear-gradient(90deg, var(--copper), #e0a15e);
}
.comparison-bar.after i {
  width: 10%;
  min-width: 24px;
  background: linear-gradient(90deg, var(--navy), var(--cyan));
}
.case-total {
  display: grid;
  grid-template-columns: 140px 240px 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 26px;
  color: var(--paper);
  background: var(--navy);
  border-radius: 6px;
}
.case-total span {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.case-total strong {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.2;
}
.case-total p {
  margin: 0;
  color: #fff;
}
.production-system {
  display: grid;
  grid-template-columns: .9fr 42px 1.25fr 42px .9fr;
  gap: 14px;
  align-items: stretch;
}
.system-column,
.system-core,
.human-gate {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
}
.system-column {
  min-height: 290px;
  padding: 28px;
}
.system-column span,
.system-core span,
.human-gate span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.system-column strong,
.system-core strong,
.human-gate strong {
  display: block;
  margin-bottom: 18px;
  color: inherit;
  font-size: 20px;
  line-height: 1.5;
}
.system-column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 14px;
}
.system-column li {
  padding: 10px 12px;
  background: var(--cloud);
  border: 1px solid rgba(0, 51, 102, .1);
}
.system-arrow {
  display: grid;
  place-items: center;
  color: var(--copper);
  font-size: 26px;
  font-weight: 800;
}
.system-core {
  display: grid;
  align-content: center;
  padding: 32px;
  color: var(--paper);
  background: linear-gradient(135deg, var(--midnight), var(--navy));
  border-color: rgba(0, 51, 102, .22);
}
.system-core span {
  color: #fff;
}
.core-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.core-steps p {
  display: grid;
  min-height: 72px;
  place-items: center;
  margin: 0;
  padding: 10px;
  text-align: center;
  color: var(--paper);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}
.core-steps p span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 0 0 8px;
  color: var(--paper);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}
.human-gate {
  margin-top: 16px;
  padding: 26px 30px;
  border-color: rgba(201, 120, 43, .36);
  background: #fff8f0;
}
.human-gate strong {
  margin-bottom: 10px;
}
.human-gate p {
  margin: 0;
  color: var(--muted);
}
.tool-map {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr;
  align-items: stretch;
  gap: 12px;
}
.tool-node {
  min-height: 210px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.tool-node span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 10px;
  background: var(--cloud);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}
.tool-node strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}
.tool-node p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.ai-node {
  background: var(--navy);
  color: var(--paper);
}
.ai-node span {
  background: rgba(255,255,255,.12);
  color: var(--paper);
}
.ai-node p { color: #fff; }
.tool-arrow {
  display: grid;
  place-items: center;
  color: var(--copper);
  font-weight: 800;
  font-size: 22px;
}
.case-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.task-list {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.task-list li {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.task-list strong {
  color: var(--navy);
}
.task-list span {
  color: var(--muted);
}
.case-actions {
  margin-top: 34px;
}

.contact-band {
  color: var(--paper);
  background: linear-gradient(135deg, var(--midnight), var(--navy));
}
.contact-cta-only {
  max-width: 760px;
  text-align: center;
}
.contact-cta-only .section-lead {
  margin-left: auto;
  margin-right: auto;
}
.contact-cta-only .hero-actions {
  justify-content: center;
}
.contact-band .eyebrow, .contact-band .section-title, .contact-band .section-lead { color: var(--paper); }
.contact-band .button.secondary { color: var(--navy); }
.contact-band .button.ghost { color: var(--paper); border-color: rgba(255,255,255,.58); }
.contact-band .panel { padding: 28px; }

.contact-form {
  display: grid;
  gap: 12px;
}
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 14px; }
.field { display: grid; gap: 5px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 800; color: var(--midnight); }
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 9px 11px;
  min-height: 40px;
  line-height: 1.5;
}
.field textarea { min-height: 104px; resize: vertical; }
.form-note { color: var(--muted); font-size: 12px; line-height: 1.55; margin: 0; }
[data-ponpon-form-status] { min-height: 1.5em; color: var(--navy); margin: 0; }
.contact-form .button {
  min-height: 42px;
  justify-self: start;
  padding: 9px 20px;
}

.site-footer {
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.footer-inner {
  width: min(var(--max), calc(100% - 160px));
  margin: 0 auto;
  padding: 52px 0 34px;
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 42px;
}
.footer-title { color: var(--muted); font-size: 13px; font-weight: 800; margin-bottom: 16px; }
.footer-links { display: grid; gap: 10px; color: var(--muted); font-size: 14px; }
.footer-mvv {
  max-width: 290px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.copyright { background: var(--navy); color: var(--paper); text-align: center; padding: 10px; font-size: 12px; }

.reveal { opacity: 1; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.hero-redesign h1 {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}
.hero-redesign .hero-actions {
  margin-top: 38px;
}
.hero-redesign .hero-ghost {
  color: var(--paper);
  border-color: rgba(255,255,255,.58);
}
.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.signal-card {
  min-height: 260px;
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.signal-card span,
.price-line b {
  display: block;
  margin-bottom: 16px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.signal-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.5;
}
.signal-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}
.concern-grid-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.service-redesign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.service-redesign-card {
  display: grid;
  align-content: start;
  min-height: 430px;
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.service-redesign-card h3 {
  margin-bottom: 14px;
  font-size: 23px;
  line-height: 1.55;
}
.service-redesign-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}
.price-line {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.price-line b {
  margin-bottom: 0;
}
.price-line strong {
  color: var(--navy);
  font-size: 24px;
  line-height: 1.2;
}
.pricing-table {
  display: grid;
  border: 1px solid var(--line);
  background: var(--paper);
}
.pricing-table div {
  display: grid;
  grid-template-columns: minmax(180px, .9fr) 1.4fr minmax(120px, auto);
  gap: 22px;
  align-items: center;
  padding: 22px 26px;
  border-bottom: 1px solid var(--line);
}
.pricing-table div:last-child {
  border-bottom: 0;
}
.pricing-table span {
  color: var(--ink);
  font-weight: 900;
}
.pricing-table p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.pricing-table strong {
  color: var(--navy);
  font-size: 20px;
  text-align: right;
}
.case-feature-visual {
  margin: 0;
  min-height: 420px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.case-feature-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1060px) {
  .header-inner { grid-template-columns: 1fr 128px 44px; padding-left: 24px; }
  .global-nav {
    position: fixed;
    inset: var(--header) 0 0 auto;
    width: min(360px, 86vw);
    height: calc(100vh - var(--header));
    display: grid;
    align-content: start;
    justify-items: start;
    gap: 0;
    padding: 22px 30px;
    background: rgba(255,255,255,.98);
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    box-shadow: -18px 0 34px rgba(0,0,0,.08);
    transition: transform .28s ease, visibility .28s ease;
  }
  .global-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line); }
  .nav-open .global-nav {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
  .menu-toggle { display: block; }
  .container, .footer-inner { width: min(100% - 48px, var(--max)); }
  .section-head, .split, .founder-proof { grid-template-columns: 1fr; gap: 28px; }
  .signal-grid,
  .service-redesign-grid,
  .concern-grid-wide {
    grid-template-columns: 1fr;
  }
  .signal-card,
  .service-redesign-card {
    min-height: 0;
  }
  .pricing-table div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .pricing-table strong {
    text-align: left;
  }
  .story-step,
  .story-step.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .story-step.reverse .story-copy {
    order: 0;
  }
  .phone-visual {
    max-width: 640px;
    justify-self: stretch;
  }
  .case-split { grid-template-columns: 1fr; }
  .case-metrics { grid-template-columns: 1fr; }
  .result-summary { grid-template-columns: 1fr; }
  .reduction-grid { grid-template-columns: 1fr; }
  .reduction-card { min-height: 0; }
  .apply-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fit-check {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fit-check ul { grid-template-columns: 1fr; }
  .work-impact-board { grid-template-columns: 1fr; }
  .hours-table { overflow-x: auto; }
  .hours-row { min-width: 720px; }
  .time-breakdown article {
    grid-template-columns: 54px 1fr;
    gap: 18px;
  }
  .breakdown-meter { grid-column: 2; }
  .case-comparison { grid-template-columns: 1fr; }
  .case-total { grid-template-columns: 1fr; gap: 8px; }
  .production-system { grid-template-columns: 1fr; }
  .system-arrow { min-height: 28px; transform: rotate(90deg); }
  .core-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tool-map { grid-template-columns: 1fr; }
  .tool-arrow { min-height: 28px; transform: rotate(90deg); }
  .hearing-board,
  .reality-map,
  .agent-diagram,
  .loop-diagram {
    grid-template-columns: 1fr;
  }
  .reality-map,
  .agent-diagram {
    grid-template-areas: none;
  }
  .agent-lane:nth-child(1),
  .agent-lane:nth-child(3),
  .agent-lane:nth-child(4),
  .agent-core {
    grid-area: auto;
  }
  .map-arrow {
    min-height: 28px;
    transform: rotate(90deg);
  }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .concern-grid, .impact-grid, .case-thumb-grid { grid-template-columns: 1fr; }
  .top-cases { grid-template-columns: 1fr; }
  .case-thumb-feature {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
  }
  .case-thumb-feature .case-thumb-visual {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .service-decision-board {
    grid-template-columns: 1fr;
  }
  .service-decision-card {
    min-height: 0;
  }
  .proof-metrics {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .impact-card.wide { grid-column: auto; }
  .flow-grid { grid-template-columns: repeat(2, 1fr); }
  .case-flow { grid-template-columns: 1fr; }
  .mvv-core, .values-grid { grid-template-columns: 1fr; }
  .values-grid .card:nth-child(3) { grid-column: auto; }
  .process-row { grid-template-columns: 110px 1fr; }
  .process-row p { grid-column: 2; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --header: 54px; }
  .site-header {
    inset: 0 0 auto;
    width: 100%;
    height: var(--header);
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: rgba(255,255,255,.97);
    box-shadow: 0 8px 28px rgba(0,0,0,.08);
  }
  .site-header.is-scrolled { box-shadow: 0 10px 30px rgba(0,0,0,.12); }
  .header-inner {
    grid-template-columns: 1fr 40px;
    padding: 0 8px 0 14px;
  }
  .header-cta { display: none; }
  .brand { gap: 7px; font-size: 14px; }
  .brand-logo { width: 30px; height: 30px; }
  .menu-toggle { justify-self: end; width: 40px; height: 40px; }
  .menu-toggle span, .menu-toggle::before, .menu-toggle::after { left: 9px; right: 9px; }
  .menu-toggle::before { top: 12px; }
  .menu-toggle span { top: 19px; }
  .menu-toggle::after { top: 26px; }
  .global-nav {
    inset: var(--header) 0 auto;
    width: 100%;
    height: auto;
    max-height: calc(100dvh - var(--header));
    padding: 8px 20px 10px;
    border-radius: 0;
    overflow-y: auto;
  }
  .global-nav a {
    padding: 11px 0;
    line-height: 1.6;
  }
  h1 { font-size: 29px; line-height: 1.65; letter-spacing: .08em; }
  .hero h1 { font-size: 26px; line-height: 1.72; letter-spacing: .17em; }
  .hero {
    place-items: center;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 0;
    background-position: 58% center;
  }
  .hero-content {
    text-align: center;
    width: min(100% - 52px, 360px);
    margin: 0 auto;
    padding: 74px 0 0;
  }
  .case-thumb {
    grid-template-rows: 190px 1fr;
  }
  .case-thumb-feature {
    grid-template-rows: auto;
  }
  .case-thumb-feature .case-thumb-visual {
    min-height: 220px;
  }
  .case-thumb-feature .case-thumb-body {
    padding: 22px 16px;
  }
  .proof-metrics {
    grid-template-columns: 1fr;
  }
  .service-flow-line {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .service-flow-line b {
    transform: rotate(90deg);
  }
  .hero-kicker { margin-bottom: 18px; font-size: 11px; letter-spacing: .38em; }
  .hero-logo { width: 70px; height: 70px; margin: 0 auto 20px; }
  .eyebrow { margin-bottom: 16px; letter-spacing: .2em; }
  .hero-lead { margin-left: auto; font-size: 13px; letter-spacing: .12em; }
  .hero-link { margin-top: 34px; }
  .hero-actions, .actions { justify-content: center; }
  .section { padding: 72px 0; }
  .case-story-hero {
    padding-bottom: 42px;
    background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(244,246,248,.94));
  }
  .case-story-hero p {
    font-size: 14px;
    line-height: 1.85;
  }
  .story-stack {
    gap: 52px;
  }
  .story-copy .section-title {
    margin-bottom: 14px;
  }
  .story-copy .section-lead {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.85;
  }
  .story-list,
  .story-list.compact {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .story-list li {
    font-size: 14px;
    line-height: 1.6;
  }
  .story-result {
    padding: 24px 20px;
  }
  .result-summary {
    gap: 18px;
  }
  .story-result h2 {
    display: grid;
    gap: 8px;
    font-size: 38px;
  }
  .result-build {
    grid-template-columns: 1fr;
  }
  .result-build span {
    min-height: 0;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 14px;
  }
  .result-build b {
    font-size: 28px;
  }
  .story-result h2 b {
    line-height: 1;
  }
  .reduction-grid,
  .apply-grid {
    grid-template-columns: 1fr;
  }
  .reduction-card,
  .apply-card,
  .fit-check {
    padding: 22px 20px;
  }
  .handoff {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .handoff b {
    transform: rotate(90deg);
  }
  .hours-detail summary {
    padding: 16px 18px;
  }
  .container, .footer-inner { width: min(100% - 20px, var(--max)); }
  .panel { padding: 22px 14px; }
  .card { padding: 22px 16px; }
  .section-title { font-size: 25px; }
  .work-impact-board { gap: 14px; }
  .impact-summary { padding: 22px 20px; }
  .total-shift { grid-template-columns: 1fr; }
  .total-shift b { min-height: 24px; transform: rotate(90deg); }
  .reduction-callout { grid-template-columns: 1fr; }
  .reduction-callout strong { grid-row: auto; }
  .hours-legend { grid-template-columns: 1fr; }
  .hours-row {
    grid-template-columns: 92px 210px 70px 70px 78px;
    min-width: 620px;
  }
  .hours-row > * { padding: 12px 12px; }
  .hours-row strong { font-size: 14px; }
  .hours-row em { font-size: 19px; }
  .hours-row b { font-size: 21px; }
  .case-metrics div,
  .system-column,
  .system-core,
  .human-gate,
  .case-total {
    padding: 22px 20px;
  }
  .time-breakdown article { padding: 22px 20px; }
  .time-breakdown em { font-size: 30px; }
  .core-steps { grid-template-columns: 1fr; }
  .core-steps p { min-height: 54px; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-item { min-height: 0; padding: 22px 20px; }
  .form-grid, .data-list, .career-timeline { grid-template-columns: 1fr; }
  .data-list dd { padding-top: 0; }
  .career-timeline dt { padding-bottom: 2px; border-bottom: 0; }
  .career-timeline dd { padding-top: 0; }
  .process-row { grid-template-columns: 1fr; gap: 8px; }
  .process-row p { grid-column: auto; }
  .task-list li { grid-template-columns: 1fr; gap: 6px; }
  .news-track { grid-auto-columns: minmax(280px, 86vw); }
  .footer-inner { grid-template-columns: 1fr; }
}

/* Reviewed photographic asset placement */
.offer-hero {
  color: var(--ink);
  background: #f4f6f8;
}
.offer-hero::after { display: none; }
.offer-hero .hero-content {
  color: var(--ink);
  text-shadow: none;
}
.offer-hero .hero-kicker {
  color: var(--copper);
  letter-spacing: .12em;
  text-transform: none;
}
.offer-hero h1 {
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.36;
  font-weight: 800;
  letter-spacing: .01em;
}
.offer-hero .hero-lead { color: #455566; }
.offer-badges span {
  color: var(--navy);
  background: var(--paper);
  border-color: rgba(0, 51, 102, .16);
}
.offer-hero .button.secondary {
  color: var(--paper);
  background: var(--navy);
  border-color: var(--navy);
}
.offer-hero .button.ghost {
  color: var(--navy);
  border-color: var(--navy);
}
.photo-figure {
  overflow: hidden;
  margin: 0;
  background: var(--paper);
  border: 1px solid rgba(0, 51, 102, .14);
  box-shadow: 0 22px 54px rgba(7, 27, 51, .12);
}
.photo-figure img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.photo-figure figcaption {
  padding: 12px 16px;
  color: var(--muted);
  background: var(--paper);
  font-size: 11px;
  line-height: 1.65;
}
.hero-product-visual.photo-figure {
  border-radius: 4px;
  box-shadow: 26px 30px 0 rgba(0, 51, 102, .07);
}
.hero-product-visual.photo-figure img {
  aspect-ratio: 4 / 3;
  object-position: center;
}
.consultation-photo {
  margin: 0 0 26px;
}
.consultation-photo img {
  height: 440px;
  object-position: center 48%;
}
.consultation-grid {
  border-top: 2px solid var(--ink);
  gap: 0;
}
.consultation-card {
  min-height: 0;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}
.consultation-card:first-child { border-left: 1px solid var(--line); }
.workflow-image.photo-figure {
  border-radius: 4px;
}
.workflow-image.photo-figure img {
  aspect-ratio: 16 / 10;
  object-position: center;
}
.case-evidence-panel {
  padding: 30px;
  background: #f4f6f8;
  border-top: 3px solid var(--navy);
}
.case-evidence-panel > span {
  display: block;
  margin-bottom: 20px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
.case-evidence-panel ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.case-evidence-panel li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.case-evidence-panel li:last-child { border-bottom: 0; }
.case-evidence-panel li > b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--paper);
  background: var(--navy);
  border-radius: 50%;
}
.case-evidence-panel strong,
.case-evidence-panel small { display: block; }
.case-evidence-panel small {
  margin-top: 4px;
  color: var(--muted);
}
.expertise-photo-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
  gap: 56px;
  align-items: start;
}
.expertise-photo img {
  aspect-ratio: 3 / 2;
  object-position: center;
}
.expertise-photo + .proof-metrics {
  margin-top: 18px;
}
.proof-metrics span { text-transform: none; }
.eyebrow { text-transform: none; }

@media (max-width: 1060px) {
  .consultation-photo img { height: 360px; }
  .expertise-photo-layout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .offer-hero h1 { font-size: 28px; }
  .hero-product-visual.photo-figure {
    box-shadow: 12px 14px 0 rgba(0, 51, 102, .07);
  }
  .hero-product-visual.photo-figure img {
    aspect-ratio: 1 / 1;
    object-position: center;
  }
  .consultation-photo {
    margin-right: -10px;
    margin-left: -10px;
  }
  .consultation-photo img { height: 260px; }
  .consultation-grid { grid-template-columns: 1fr; }
  .consultation-card { border-left: 1px solid var(--line); }
  .workflow-image.photo-figure img {
    aspect-ratio: 4 / 3;
    object-position: 55% center;
  }
  .case-evidence-panel { padding: 22px 18px; }
  .expertise-photo {
    margin-right: -10px;
    margin-left: -10px;
  }
  .expertise-photo img {
    aspect-ratio: 4 / 3;
    object-position: 56% center;
  }
}

/* Offer-focused homepage revision */
.offer-hero {
  display: block;
  min-height: calc(100vh + 24px);
  padding: calc(var(--header) + 76px) 0 88px;
  background: #f4f6f8;
}
.offer-hero::after {
  height: 18%;
  background: linear-gradient(0deg, rgba(7, 27, 51, .5), transparent);
}
.hero-stage {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 120px));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, .86fr);
  gap: 58px;
  align-items: center;
}
.offer-hero .hero-content {
  width: auto;
  max-width: 690px;
  text-align: left;
  text-shadow: 0 12px 34px rgba(0, 0, 0, .28);
}
.offer-hero h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: 42px;
  line-height: 1.42;
  font-weight: 700;
  letter-spacing: .03em;
}
.offer-hero .hero-lead {
  max-width: 650px;
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  letter-spacing: .04em;
}
.offer-hero .hero-actions {
  justify-content: flex-start;
  margin-top: 30px;
}
.offer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.offer-badges span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 12px;
  color: var(--paper);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}
.hero-product-visual {
  min-width: 0;
}
.product-window {
  overflow: hidden;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
  color: var(--ink);
}
.window-bar {
  display: grid;
  grid-template-columns: 10px 10px 10px 1fr;
  gap: 7px;
  align-items: center;
  padding: 14px 18px;
  background: #f6f8fb;
  border-bottom: 1px solid rgba(0, 51, 102, .12);
}
.window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--copper);
}
.window-bar span:nth-child(2) { background: var(--cyan); }
.window-bar span:nth-child(3) { background: var(--green); }
.window-bar b {
  justify-self: end;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .08em;
}
.work-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 22px 22px 14px;
}
.work-summary div,
.agent-columns article,
.screen-output {
  background: var(--paper);
  border: 1px solid rgba(0, 51, 102, .12);
  border-radius: 6px;
}
.work-summary div {
  padding: 16px;
}
.work-summary span,
.agent-columns span,
.measurement-panel span {
  display: block;
  margin-bottom: 8px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.work-summary strong {
  display: block;
  font-size: 16px;
  line-height: 1.45;
}
.agent-columns {
  display: grid;
  grid-template-columns: 1fr 1.08fr 1fr;
  gap: 12px;
  padding: 0 22px 18px;
}
.agent-columns article {
  min-height: 132px;
  padding: 18px;
}
.agent-columns p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.agent-columns .agent-core-card {
  color: var(--paper);
  background: linear-gradient(135deg, var(--navy), var(--midnight));
  border-color: rgba(0, 51, 102, .2);
}
.agent-core-card span,
.agent-core-card p {
  color: #fff;
}
.screen-output {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  margin: 0 22px 22px;
  padding: 18px;
}
.screen-output b {
  display: block;
  margin-bottom: 4px;
}
.screen-output p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.screen-output a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  color: var(--paper);
  background: var(--navy);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
}

.consultation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.consultation-card {
  min-height: 250px;
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.consultation-card span,
.case-proof-list span {
  display: block;
  margin-bottom: 14px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.consultation-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.5;
}
.consultation-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.work-vision {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(470px, 1.12fr);
  gap: 56px;
  align-items: center;
}
.vision-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.vision-list li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 12px;
  align-items: start;
  font-weight: 800;
  line-height: 1.65;
}
.vision-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 10px;
  background: var(--copper);
  border-radius: 50%;
}
.workflow-image {
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 20px 48px rgba(7, 27, 51, .1);
}
.workflow-image img {
  width: 100%;
  height: auto;
}

.deliverable-board {
  display: grid;
  grid-template-columns: minmax(460px, 1.08fr) minmax(0, .92fr);
  gap: 28px;
  align-items: stretch;
}
.deliverable-screen {
  display: grid;
  gap: 22px;
  align-content: start;
  padding: 28px;
  background: var(--paper);
  border: 1px solid rgba(0, 51, 102, .14);
  border-radius: 6px;
  box-shadow: 0 16px 44px rgba(7, 27, 51, .08);
}
.screen-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.screen-tabs span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 12px;
  color: var(--muted);
  background: var(--cloud);
  border: 1px solid rgba(0, 51, 102, .12);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
}
.screen-tabs .active {
  color: var(--paper);
  background: var(--navy);
}
.flow-canvas {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 250px;
}
.flow-canvas b {
  color: var(--copper);
  text-align: center;
  font-size: 20px;
}
.flow-box {
  display: grid;
  align-content: center;
  min-height: 132px;
  padding: 18px;
  background: #f8fbfc;
  border: 1px solid rgba(0, 51, 102, .13);
  border-radius: 6px;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.55;
}
.flow-box small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.flow-box.ai {
  color: var(--paper);
  background: linear-gradient(135deg, var(--navy), var(--midnight));
}
.flow-box.ai small {
  color: #fff;
}
.flow-box.human {
  border-color: rgba(201, 120, 43, .36);
  background: #fff8f0;
}
.measurement-panel {
  padding: 18px;
  background: #f8fbfc;
  border: 1px solid rgba(0, 51, 102, .12);
  border-radius: 6px;
}
.measurement-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.service-redesign-card.featured {
  color: var(--paper);
  background: linear-gradient(135deg, var(--navy), var(--midnight));
  border-color: rgba(0, 51, 102, .18);
}
.service-redesign-card.featured .num,
.service-redesign-card.featured h3,
.service-redesign-card.featured p,
.service-redesign-card.featured .detail-link,
.service-redesign-card.featured .price-line strong {
  color: var(--paper);
}
.service-redesign-card.featured .price-line {
  border-color: rgba(255, 255, 255, .18);
}
.service-redesign-card.featured .price-line b {
  color: var(--copper);
}

.case-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 26px;
}
.case-proof-list span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0;
  padding: 5px 10px;
  background: var(--cloud);
  border: 1px solid rgba(0, 51, 102, .14);
  color: var(--navy);
  font-size: 12px;
}

.faq-list {
  display: grid;
  gap: 12px;
}
.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 16px;
  align-items: center;
  padding: 20px 24px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.65;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--paper);
  background: var(--navy);
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}
.faq-item[open] summary::after {
  content: "-";
}
.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
}

@media (max-width: 1060px) {
  .offer-hero {
    padding: calc(var(--header) + 58px) 0 70px;
  }
  .hero-stage {
    width: min(100% - 48px, var(--max));
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .offer-hero .hero-content {
    max-width: 760px;
  }
  .offer-hero h1 {
    font-size: 36px;
  }
  .hero-product-visual {
    max-width: 720px;
  }
  .consultation-grid,
  .work-vision,
  .deliverable-board {
    grid-template-columns: 1fr;
  }
  .workflow-image,
  .deliverable-screen {
    max-width: 760px;
  }
  .flow-canvas {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .flow-canvas b {
    transform: rotate(90deg);
  }
}

@media (max-width: 640px) {
  .offer-hero {
    min-height: auto;
    margin-top: 0;
    padding: 112px 0 54px;
    background-position: 61% center;
  }
  .hero-stage {
    width: min(100% - 20px, var(--max));
    gap: 26px;
  }
  .offer-hero .hero-content {
    width: auto;
    padding: 0;
    text-align: left;
  }
  .offer-hero h1 {
    font-size: 28px;
    line-height: 1.55;
    letter-spacing: .02em;
  }
  .offer-hero .hero-lead {
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: .03em;
  }
  .offer-hero .hero-actions {
    justify-content: flex-start;
  }
  .offer-badges span {
    font-size: 11px;
  }
  .window-bar {
    grid-template-columns: 8px 8px 8px 1fr;
    padding: 12px 14px;
  }
  .window-bar span {
    width: 8px;
    height: 8px;
  }
  .window-bar b {
    font-size: 10px;
  }
  .work-summary,
  .agent-columns,
  .screen-output {
    grid-template-columns: 1fr;
  }
  .work-summary,
  .agent-columns {
    padding-right: 14px;
    padding-left: 14px;
  }
  .screen-output {
    margin-right: 14px;
    margin-left: 14px;
  }
  .agent-columns article {
    min-height: 0;
  }
  .consultation-card,
  .deliverable-screen {
    padding: 22px 20px;
  }
  .flow-box {
    min-height: 96px;
  }
  .workflow-image {
    margin-right: -10px;
    margin-left: -10px;
    border-radius: 0;
  }
  .faq-item summary {
    padding: 18px 18px;
  }
  .faq-item p {
    padding: 0 18px 20px;
  }
}

/* Concrete slip-to-Excel deliverable example */
.slip-example {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(620px, 1.22fr);
  gap: 28px;
  align-items: stretch;
}
.slip-capture-photo {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}
.slip-capture-photo img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: 53% center;
}
.slip-interface {
  overflow: hidden;
  background: #f6f8fb;
  border: 1px solid rgba(0, 51, 102, .15);
  box-shadow: 0 22px 54px rgba(7, 27, 51, .12);
}
.slip-app-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px;
  color: var(--paper);
  background: var(--navy);
}
.slip-app-header > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.app-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: var(--paper);
  border-radius: 8px;
  font-size: 20px;
  font-weight: 900;
}
.slip-app-header b,
.slip-app-header small { display: block; }
.slip-app-header b { font-size: 16px; }
.slip-app-header small { color: #fff; font-size: 11px; }
.concept-badge {
  flex: 0 0 auto;
  padding: 5px 10px;
  color: #7b3e13;
  background: #f7d8b6;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}
.slip-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 18px 22px;
  list-style: none;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.slip-progress li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
}
.slip-progress li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 8px;
  width: 22px;
  height: 1px;
  background: var(--line);
}
.slip-progress span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-weight: 900;
}
.slip-progress .done span {
  color: var(--paper);
  background: var(--green);
  border-color: var(--green);
}
.slip-progress .active { color: var(--ink); }
.slip-progress .active span {
  color: var(--paper);
  background: var(--copper);
  border-color: var(--copper);
}
.slip-workspace {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  gap: 14px;
  padding: 18px;
}
.extracted-slip,
.summary-sheet {
  padding: 17px;
  background: var(--paper);
  border: 1px solid rgba(0, 51, 102, .12);
}
.panel-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 13px;
}
.panel-title b { font-size: 13px; }
.panel-title > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}
.extracted-slip dl { margin: 0 0 14px; }
.extracted-slip dl > div {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.extracted-slip dt { color: var(--muted); }
.extracted-slip dd { margin: 0; font-weight: 900; }
.needs-check dd { color: #9b4a14; }
.needs-check dd span {
  display: inline-flex;
  margin-left: 5px;
  padding: 1px 5px;
  background: #fff0df;
  border-radius: 3px;
  font-size: 9px;
}
.mock-action {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  color: var(--paper);
  background: var(--navy);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 900;
}
.summary-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}
.summary-metrics div {
  padding: 9px;
  background: #f5f8fa;
  border-left: 3px solid var(--cyan);
}
.summary-metrics span,
.summary-metrics strong { display: block; }
.summary-metrics span { color: var(--muted); font-size: 9px; }
.summary-metrics strong { margin-top: 2px; font-size: 17px; }
.mini-table {
  margin-bottom: 13px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.mini-table > div {
  display: grid;
  grid-template-columns: 1fr 1fr .7fr;
}
.mini-table span,
.mini-table b {
  padding: 6px 7px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 9px;
}
.mini-table b { background: #eef3f6; }
.slip-assurance {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 18px 18px;
  padding: 12px 14px;
  background: #fff8f0;
  border: 1px solid rgba(201, 120, 43, .28);
}
.slip-assurance b { color: #8c481a; font-size: 11px; }
.slip-assurance span { color: var(--muted); font-size: 10px; }
.slip-flow {
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.slip-flow > div {
  min-height: 112px;
  display: grid;
  align-content: center;
  padding: 16px;
  background: #f5f7f8;
  border-top: 3px solid var(--navy);
}
.slip-flow span,
.slip-flow b,
.slip-flow small { display: block; }
.slip-flow span { color: var(--copper); font-size: 10px; font-weight: 900; }
.slip-flow b { margin: 5px 0 2px; font-size: 14px; }
.slip-flow small { color: var(--muted); font-size: 10px; }
.slip-flow i { color: var(--copper); text-align: center; font-style: normal; font-size: 20px; }
.concept-note {
  max-width: 880px;
  margin: 22px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 12px;
}

@media (max-width: 1060px) {
  .slip-example { grid-template-columns: 1fr; }
  .slip-capture-photo img { min-height: 0; aspect-ratio: 16 / 9; }
}

@media (max-width: 640px) {
  .slip-capture-photo {
    margin-right: -10px;
    margin-left: -10px;
  }
  .slip-capture-photo img {
    aspect-ratio: 4 / 3;
    object-position: 54% center;
  }
  .slip-interface { margin-right: -8px; margin-left: -8px; }
  .slip-app-header { padding: 14px; }
  .slip-app-header b { font-size: 13px; }
  .slip-progress {
    grid-template-columns: 1fr 1fr;
    gap: 10px 4px;
    padding: 14px;
  }
  .slip-progress li::after { display: none; }
  .slip-workspace { grid-template-columns: 1fr; padding: 12px; }
  .slip-assurance { display: block; margin: 0 12px 12px; }
  .slip-assurance b,
  .slip-assurance span { display: block; }
  .slip-assurance span { margin-top: 4px; }
  .slip-flow { grid-template-columns: 1fr; }
  .slip-flow i { transform: rotate(90deg); }
  .slip-flow > div { min-height: 0; }
}

/* Final cascade for reviewed homepage photography */
.offer-hero {
  color: var(--ink);
  background: #f4f6f8;
}
.offer-hero::after { display: none; }
.offer-hero .hero-content { color: var(--ink); text-shadow: none; }
.offer-hero .hero-kicker { color: var(--copper); text-transform: none; letter-spacing: .12em; }
.offer-hero .hero-lead { color: #455566; }
.offer-badges span { color: var(--navy); background: var(--paper); border-color: rgba(0, 51, 102, .16); }
.offer-hero .button.secondary { color: var(--paper); background: var(--navy); border-color: var(--navy); }
.offer-hero .button.ghost { color: var(--navy); border-color: var(--navy); }
.consultation-grid { gap: 0; border-top: 2px solid var(--ink); }
.consultation-card { min-height: 0; border-radius: 0; box-shadow: none; }
.eyebrow { text-transform: none; }

/* Concise homepage: each section answers one visitor question. */
.compact-home-hero {
  min-height: min(820px, calc(100vh - 24px));
  padding: calc(var(--header) + 54px) 0 58px;
}
.compact-home-hero .hero-stage {
  min-height: 0;
}
.compact-home-hero .hero-lead {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.85;
}
.compact-home-hero .hero-actions {
  align-items: center;
}
.text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 10px 4px;
  color: var(--navy);
  border-bottom: 1px solid rgba(0, 51, 102, .4);
  font-size: 14px;
  font-weight: 900;
}
.scan-heading {
  max-width: 820px;
  margin-bottom: 42px;
}
.scan-heading .eyebrow {
  margin-bottom: 14px;
  letter-spacing: .14em;
}
.scan-heading .section-title {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.45;
}
.scan-heading > p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
}
.example-section,
.process-compact-section,
.service-scope-section,
.trust-decision-section,
.faq-contact-section {
  padding: 82px 0;
}
.example-section .slip-example {
  grid-template-columns: minmax(300px, .7fr) minmax(600px, 1.3fr);
}
.example-section .slip-capture-photo img {
  min-height: 520px;
}
.slip-capture-photo figcaption strong,
.slip-capture-photo figcaption span {
  display: block;
}
.slip-capture-photo figcaption strong {
  color: var(--ink);
  font-size: 13px;
}
.example-note {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin: 24px 0 0;
  padding: 18px 20px;
  color: var(--muted);
  background: #eef3f6;
  border-left: 4px solid var(--navy);
  font-size: 13px;
}
.example-note strong { color: var(--ink); }

.process-compact-section { background: #f4f6f8; }
.process-compact-layout {
  display: block;
}
.three-step-process {
  display: grid;
  grid-template-columns: 1fr;
  gap: 58px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.three-step-process li {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.deliverable-preview {
  order: 2;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(7, 27, 51, .08);
}
.deliverable-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prototype-preview img { object-position: center top; }
.process-step-copy {
  order: 1;
  max-width: 760px;
  padding: 0 0 18px;
}
.process-step-copy > span {
  display: block;
  margin-bottom: 10px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
}
.three-step-process h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.45;
}
.three-step-process p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.service-hierarchy {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 28px;
}
.primary-service {
  min-height: 360px;
  display: grid;
  align-content: center;
  padding: 46px;
  color: var(--paper);
  background: var(--navy);
}
.primary-service > span,
.secondary-services article > span,
.evidence-block div > span,
.final-contact-panel > span {
  color: var(--copper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.primary-service h3 {
  margin: 12px 0;
  font-size: 29px;
  line-height: 1.45;
}
.primary-service p {
  max-width: 720px;
  color: #fff;
  font-size: 15px;
}
.primary-service ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 24px;
  padding: 0;
  list-style: none;
}
.primary-service li {
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.24);
  font-size: 12px;
  font-weight: 800;
}
.primary-service .detail-link { color: var(--paper); }
.secondary-services {
  display: grid;
  gap: 16px;
}
.secondary-services article {
  display: grid;
  align-content: center;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.secondary-services h3 {
  margin: 10px 0 8px;
  font-size: 19px;
}
.secondary-services p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 13px;
}
.secondary-services a,
.evidence-block a {
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
}

.trust-decision-section { background: #edf1f4; }
.evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.evidence-block {
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr);
  min-height: 300px;
  background: var(--paper);
  border-top: 3px solid var(--navy);
}
.evidence-block figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #e6ebef;
}
.evidence-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.evidence-block:first-child figure img {
  object-position: left top;
}
.evidence-block > div {
  display: grid;
  align-content: center;
  padding: 28px;
}
.evidence-block h3 {
  margin: 10px 0;
  font-size: 20px;
  line-height: 1.5;
}
.evidence-block p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 13px;
}
.compact-pricing {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr auto;
  align-items: stretch;
  margin-top: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.compact-pricing > div {
  display: grid;
  align-content: center;
  gap: 4px;
  min-height: 94px;
  padding: 18px 22px;
  border-right: 1px solid var(--line);
}
.compact-pricing span {
  color: var(--muted);
  font-size: 11px;
}
.compact-pricing strong {
  color: var(--navy);
  font-size: 19px;
}
.compact-pricing .button {
  min-width: 160px;
  border: 0;
}

.faq-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 64px;
  align-items: start;
}
.faq-contact-layout .scan-heading { margin-bottom: 28px; }
.final-contact-panel {
  min-height: 430px;
  display: grid;
  align-content: center;
  padding: 48px;
  color: var(--paper);
  background: var(--navy);
}
.final-contact-panel h2 {
  margin: 14px 0 16px;
  font-size: 30px;
  line-height: 1.5;
}
.final-contact-panel p {
  color: #fff;
  font-size: 14px;
}
.final-contact-panel .button {
  justify-self: start;
  margin-top: 12px;
}
.final-contact-panel small {
  margin-top: 14px;
  color: #fff;
  font-size: 11px;
}

@media (max-width: 1060px) {
  .compact-home-hero { min-height: auto; }
  .process-compact-layout,
  .service-hierarchy,
  .faq-contact-layout {
    grid-template-columns: 1fr;
  }
  .three-step-process { grid-template-columns: 1fr; }
  .three-step-process li {
    display: flex;
  }
  .deliverable-preview {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border: 1px solid var(--line);
  }
  .evidence-block { grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); }
  .compact-pricing { grid-template-columns: repeat(3, 1fr); }
  .compact-pricing .button { grid-column: 1 / -1; }
  .final-contact-panel { min-height: 0; }
}

@media (max-width: 640px) {
  .compact-home-hero {
    padding: 112px 0 48px;
  }
  .compact-home-hero .hero-stage { gap: 30px; }
  .compact-home-hero .hero-lead { font-size: 13px; }
  .compact-home-hero .hero-actions {
    display: grid;
    justify-items: start;
  }
  .compact-home-hero .hero-product-visual.photo-figure img {
    aspect-ratio: 4 / 3;
  }
  .scan-heading .section-title {
    font-size: 27px;
    line-height: 1.55;
  }
  .example-section,
  .process-compact-section,
  .service-scope-section,
  .trust-decision-section,
  .faq-contact-section {
    padding: 64px 0;
  }
  .example-section .slip-capture-photo img { min-height: 0; }
  .example-note {
    display: block;
    padding: 16px;
  }
  .example-note strong { display: block; margin-bottom: 4px; }
  .three-step-process { gap: 44px; }
  .three-step-process li { display: flex; }
  .deliverable-preview {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .process-step-copy { padding: 0 0 14px; }
  .three-step-process h3 { font-size: 20px; }
  .primary-service { min-height: 0; padding: 30px 24px; }
  .primary-service h3 { font-size: 24px; }
  .secondary-services article { padding: 24px; }
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence-block {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .evidence-block figure { aspect-ratio: 16 / 9; }
  .evidence-block > div { padding: 24px; }
  .compact-pricing { grid-template-columns: 1fr; }
  .compact-pricing > div { min-height: 76px; border-right: 0; border-bottom: 1px solid var(--line); }
  .compact-pricing .button { grid-column: auto; }
  .faq-contact-layout { gap: 36px; }
  .final-contact-panel {
    margin-right: -10px;
    margin-left: -10px;
    padding: 40px 16px;
  }
.final-contact-panel h2 { font-size: 26px; }
}

/* Keep process deliverables text-first and image-led at every viewport. */
.process-compact-section .three-step-process {
  display: grid;
  grid-template-columns: 1fr;
  gap: 58px;
}
.process-compact-section .three-step-process > li {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: 0;
}
.process-compact-section .process-step-copy {
  order: 0;
  padding: 0 0 18px;
}
.process-compact-section .deliverable-preview {
  order: 1;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
}
@media (max-width: 640px) {
  .process-compact-section .three-step-process { gap: 44px; }
  .process-compact-section .process-step-copy { padding-bottom: 14px; }
}

/* Unified service, proof and pricing section. */
.unified-services-section { padding: 82px 0; }
.service-proof-list {
  border-top: 2px solid var(--ink);
}
.service-proof-row {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
  min-height: 390px;
  border-bottom: 1px solid var(--line);
}
.service-proof-row figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #e8edf1;
}
.service-proof-row figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service-proof-row:first-child figure {
  background: var(--paper);
}
.service-proof-row:first-child figure img {
  object-fit: contain;
}
.service-proof-row:nth-child(2) figure img {
  object-position: left top;
}
.service-proof-row.reverse figure { order: 2; }
.service-proof-row.reverse .service-proof-copy { order: 1; }
.service-proof-copy {
  display: grid;
  align-content: center;
  padding: 44px 52px;
  background: var(--paper);
}
.service-proof-copy > span {
  color: var(--copper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.service-proof-copy h3 {
  margin: 12px 0;
  font-size: 28px;
  line-height: 1.45;
}
.service-proof-copy > p {
  max-width: 660px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}
.service-outcome {
  display: block;
  max-width: 660px;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.65;
}
.service-decision {
  display: grid;
  grid-template-columns: auto minmax(110px, 1fr) auto minmax(120px, 1fr);
  gap: 10px 16px;
  align-items: baseline;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service-decision small {
  color: var(--muted);
  font-size: 11px;
}
.service-decision strong {
  color: var(--navy);
  font-size: 15px;
}
.service-proof-copy > a {
  justify-self: start;
  margin-top: 20px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 1060px) {
  .service-proof-row {
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    min-height: 340px;
  }
  .service-proof-copy { padding: 34px; }
  .service-proof-row.reverse figure { order: 0; }
  .service-proof-row.reverse .service-proof-copy { order: 0; }
}

@media (max-width: 640px) {
  .unified-services-section { padding: 64px 0; }
  .service-proof-row {
    display: block;
    min-height: 0;
    padding: 36px 0;
  }
  .service-proof-row figure { aspect-ratio: 16 / 9; }
  .service-proof-copy { padding: 24px 0 0; }
  .service-proof-copy h3 { font-size: 23px; }
  .service-outcome { font-size: 16px; }
  .service-decision {
    grid-template-columns: 1fr 1fr;
    gap: 4px 14px;
  }
  .service-decision strong { margin-bottom: 8px; }
}

/* Venture homepage — restrained confidence, visible execution. */
.venture-home {
  --venture-navy: #061a31;
  --venture-blue: #0b4279;
  --venture-coral: #ff7657;
  --venture-cream: #f2efe8;
  background: #f7f8fa;
}
.venture-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  background: var(--venture-navy);
}
.venture-hero::before {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  right: -180px;
  top: -260px;
  border-radius: 50%;
  background: rgba(19, 91, 151, .34);
  filter: blur(4px);
}
.venture-hero__grid {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, #000, transparent 68%);
}
.venture-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
  align-items: center;
  gap: clamp(54px, 7vw, 112px);
  padding-top: 64px;
  padding-bottom: 64px;
}
.venture-hero__copy { padding-top: 8px; }
.venture-kicker {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .28em;
}
.venture-kicker::after { content: ""; width: 64px; height: 1px; background: rgba(255,255,255,.3); }
.venture-kicker b { order: 3; color: var(--venture-coral); font-size: 12px; letter-spacing: .08em; }
.venture-hero h1 {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 60px);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: -.03em;
}
.venture-hero h1 em { color: #fff; font-style: normal; }
.venture-hero__lead {
  max-width: 570px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 15px;
  line-height: 2;
}
.venture-hero__actions { display: flex; align-items: center; gap: 28px; }
.venture-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 14px 24px;
  color: var(--venture-navy);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  transition: transform .25s ease, background .25s ease;
}
.venture-button:hover { transform: translateY(-3px); background: #dcecf7; }
.venture-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.28);
  font-size: 12px;
  font-weight: 800;
}
.venture-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 46px 0 0;
  border-top: 1px solid rgba(255,255,255,.16);
}
.venture-hero__facts div { padding: 17px 12px 0 0; }
.venture-hero__facts dt { color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.venture-hero__facts dd { margin: 5px 0 0; color: #fff; font-size: 12px; font-weight: 800; }
.venture-hero__visual {
  position: relative;
  margin: 0;
  padding: 20px 0 0 20px;
}
.venture-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0 28px 42px 0;
  border: 1px solid rgba(167,209,239,.34);
}
.venture-hero__visual img {
  position: relative;
  width: 100%;
  height: 510px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.03);
}
.venture-hero__visual figcaption {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  color: #fff;
  background: #0d2945;
  font-size: 10px;
}
.venture-hero__visual figcaption b { color: #fff; font-size: 9px; letter-spacing: .12em; }
.venture-hero__rail {
  position: relative;
  z-index: 1;
  min-height: 70px;
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 max(5.55vw, calc((100vw - var(--max)) / 2));
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.12);
  background: #041427;
  font-size: 11px;
}
.venture-hero__rail span { color: var(--venture-coral); font-size: 9px; font-weight: 900; letter-spacing: .22em; }
.venture-hero__rail p { margin: 0; letter-spacing: .06em; }

.venture-section { padding: 112px 0; }
.venture-section__head {
  display: grid;
  grid-template-columns: 150px minmax(360px, .85fr) minmax(300px, .75fr);
  gap: 52px;
  align-items: start;
  margin-bottom: 64px;
}
.venture-section__head > div { display: flex; align-items: baseline; gap: 14px; color: var(--venture-blue); }
.venture-section__head > div span { font-size: 32px; font-weight: 300; line-height: 1; }
.venture-section__head > div p { margin: 0; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.venture-section__head h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.42; letter-spacing: -.02em; }
.venture-section__head > p { margin: 3px 0 0; color: var(--muted); font-size: 14px; line-height: 2; }
.venture-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.venture-steps li { min-width: 0; background: #fff; border-bottom: 2px solid #d8e0e7; transition: transform .3s ease, box-shadow .3s ease; }
.venture-steps li:hover { transform: translateY(-6px); box-shadow: 0 24px 54px rgba(6,26,49,.1); }
.venture-steps figure { aspect-ratio: 1.55; margin: 0; overflow: hidden; background: #e9edf1; border-bottom: 1px solid var(--line); }
.venture-steps figure img { width: 100%; height: 100%; object-fit: cover; }
.venture-steps li > div { padding: 28px 28px 30px; }
.venture-steps span, .venture-service-grid article > div > span { color: var(--venture-coral); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.venture-steps h3 { margin: 10px 0 8px; font-size: 21px; }
.venture-steps p { margin: 0; color: var(--muted); font-size: 13px; }

.venture-services { color: #fff; background: var(--venture-navy); }
.venture-section__head.is-light > div { color: #fff; }
.venture-section__head.is-light h2 { color: #fff; }
.venture-section__head.is-light > p { color: #fff; }
.venture-service-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 18px; }
.venture-service-grid article { overflow: hidden; background: #fff; }
.venture-service-grid figure { margin: 0; overflow: hidden; background: #e8edf1; }
.venture-service-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.venture-service-main { grid-row: span 2; display: grid; grid-template-rows: 1.1fr .9fr; }
.venture-service-main figure { min-height: 350px; }
.venture-service-main figure img { object-fit: contain; }
.venture-service-main > div { padding: 38px 42px 42px; color: var(--ink); }
.venture-service-grid h3 { margin: 12px 0; line-height: 1.45; }
.venture-service-main h3 { font-size: 29px; }
.venture-service-grid p { color: var(--muted); font-size: 13px; }
.venture-service-main dl { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.venture-service-main dl div { display: flex; justify-content: space-between; padding: 14px 12px 14px 0; }
.venture-service-main dl div:first-child { margin-right: 16px; border-right: 1px solid var(--line); }
.venture-service-main dt { color: var(--muted); font-size: 11px; }
.venture-service-main dd { margin: 0; color: var(--venture-blue); font-size: 15px; font-weight: 900; }
.venture-service-grid a { color: var(--venture-blue); font-size: 12px; font-weight: 900; }
.venture-service-sub { min-height: 350px; display: grid; grid-template-columns: .9fr 1.1fr; }
.venture-service-sub > div { align-self: center; padding: 30px; color: var(--ink); }
.venture-service-sub h3 { font-size: 20px; }
.venture-service-sub p { margin-bottom: 20px; }

.venture-message { padding: 118px 0; color: var(--venture-navy); background: var(--venture-cream); }
.venture-message__inner { display: grid; grid-template-columns: 220px 1fr; gap: 70px; }
.venture-message__label { display: flex; align-items: baseline; gap: 14px; padding-top: 14px; }
.venture-message__label span { color: var(--venture-blue); font-size: 32px; font-weight: 300; }
.venture-message__label p { margin: 0; color: var(--venture-blue); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.venture-message__body { position: relative; max-width: 900px; }
.venture-message__mark { position: absolute; left: -64px; top: -38px; color: rgba(11,66,121,.13); font-family: Georgia, serif; font-size: 150px; line-height: 1; }
.venture-message__statement { position: relative; margin-bottom: 38px; font-size: clamp(27px, 3.3vw, 43px); font-weight: 700; line-height: 1.65; letter-spacing: -.02em; }
.venture-message__copy { max-width: 760px; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; color: #4f5e6d; font-size: 14px; line-height: 2; }
.venture-message__sign { display: grid; grid-template-columns: auto auto 1fr; align-items: baseline; gap: 10px 18px; max-width: 760px; margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(6,26,49,.18); }
.venture-message__sign p { margin: 0; color: var(--muted); font-size: 11px; }
.venture-message__sign strong { font-size: 18px; letter-spacing: .08em; }
.venture-message__sign a { justify-self: end; color: var(--venture-blue); font-size: 12px; font-weight: 900; }

.venture-final { background: #fff; }
.venture-final__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: 72px; align-items: start; }
.venture-section__head.compact { grid-template-columns: 130px 1fr; gap: 30px; margin-bottom: 36px; }
.venture-section__head.compact h2 { font-size: 31px; }
.venture-faq .faq-item { border-radius: 0; border-width: 0 0 1px; }
.venture-faq .faq-item summary { padding-left: 0; }
.venture-faq .faq-item p { padding-left: 0; }
.venture-cta { min-height: 470px; display: grid; align-content: center; padding: 50px; color: #fff; background: var(--venture-blue); }
.venture-cta > span { color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.venture-cta h2 { margin: 16px 0; color: #fff; font-size: 30px; line-height: 1.55; }
.venture-cta p { color: #fff; font-size: 13px; }
.venture-cta .venture-button { justify-self: start; margin-top: 16px; }
.venture-cta small { margin-top: 13px; color: #fff; font-size: 10px; }

/* Company: representative greeting. */
.company-message { padding: 112px 0; color: #fff; background: #061a31; }
.company-message__grid { display: grid; grid-template-columns: 260px 1fr; gap: 76px; }
.company-message__intro .eyebrow { color: #fff; }
.company-message__intro > p { margin: 0; color: #fff; font-size: 14px; }
.company-message__article { position: relative; max-width: 850px; }
.company-message__quote { position: absolute; left: -72px; top: -44px; color: rgba(167,209,239,.16); font-family: Georgia, serif; font-size: 160px; line-height: 1; }
.company-message__text { max-width: 760px; color: #fff; font-size: 15px; line-height: 2.15; }
.company-message__text p { margin-bottom: 20px; }
.company-message__article footer { max-width: 760px; display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: baseline; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.company-message__article footer span, .company-message__article footer p { margin: 0; color: #fff; font-size: 11px; }
.company-message__article footer strong { font-size: 18px; letter-spacing: .08em; }

.content-column, .contact-single { max-width: 920px; }
.content-column { display: grid; gap: 36px; }
.content-column .panel { width: 100%; }
.contact-single { display: grid; gap: 42px; }
.contact-single > .reveal { max-width: 760px; }
.contact-single > .panel { width: 100%; }
.contact-single .form-grid { grid-template-columns: 1fr; }
.contact-single .field.full { grid-column: auto; }
.content-column .mvv-core { grid-template-columns: 1fr; }
.company-message__grid.content-column { grid-template-columns: 1fr; gap: 34px; }
.company-message__grid.content-column .company-message__intro { padding-top: 0; }
.company-message__grid.content-column .company-message__article { max-width: 820px; }

/* Restored 12-section home. Scoped to avoid changing subpages. */
.home-rebuild {
  --home-rust: #8f2f27;
  --home-copper: #cf6e2a;
  --home-navy: #071f38;
  --home-soft: #f2f4f5;
  --home-warm: #f7f1eb;
  --home-line: #d8dde1;
  color: #09223e;
  background: #fff;
}
.home-rebuild h1, .home-rebuild h2, .home-rebuild h3 { white-space: nowrap; }
.home-skip { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; color: #fff; background: #071f38; }
.home-skip:focus { transform: translateY(0); }
.home-container { width: min(var(--max), calc(100% - 112px)); margin: 0 auto; }
.home-section { padding: 76px 0; }
.home-eyebrow { display: block; margin-bottom: 16px; color: var(--home-copper); font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.home-section__head { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 36px; align-items: start; margin-bottom: 36px; }
.home-section__head h2, .home-service h2, .home-case h2, .home-expertise h2 { margin: 0; font-size: clamp(27px, 2.7vw, 38px); line-height: 1.5; letter-spacing: 0; }
.home-section__head > p, .home-service__grid > div:first-child > p, .home-case__grid > div:first-child > p { margin: 0; color: #647181; font-size: 14px; line-height: 2; }
.home-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; margin-top: 26px; padding: 12px 24px; border: 1px solid #073b70; border-radius: 3px; color: #fff; background: #073b70; font-size: 13px; font-weight: 900; transition: transform .22s ease, background .22s ease; }
.home-button:hover { transform: translateY(-2px); background: #071f38; }
.home-button--light { color: #071f38; background: #fff; border-color: #fff; }
.home-button--light:hover { color: #fff; }
.home-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: #073b70; font-size: 13px; font-weight: 900; }
.home-text-link::after { content: "→"; color: var(--home-copper); font-size: 18px; }

.home-hero { position: relative; display: grid; min-height: calc(100svh - var(--header)); overflow: hidden; color: #fff; background: url("images/qapybara-ai-hero.webp") center / cover no-repeat; }
.home-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,32,.68), rgba(7,31,56,.43) 52%, rgba(3,18,32,.32)); }
.home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,18,32,.3), transparent 44%, rgba(3,18,32,.08)); }
.home-hero__inner { position: relative; z-index: 1; display: grid; align-content: center; min-height: 100%; padding: 72px 0; text-align: center; }
.home-hero__copy { max-width: 820px; margin: 0 auto; }
.home-hero__brand { display: inline-flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.home-hero__brand img { width: 72px; height: 72px; object-fit: contain; }
.home-hero__brand span { font-family: Georgia, serif; font-size: 11px; font-weight: 700; letter-spacing: .28em; }
.home-hero h1 { margin: 0; font-size: clamp(26px, 3.5vw, 50px); font-weight: 500; line-height: 1.42; letter-spacing: .08em; }
.home-hero__copy > p { max-width: 680px; margin: 24px auto 0; color: #fff; font-size: clamp(13px, 1.2vw, 16px); line-height: 2; letter-spacing: .03em; }

.home-pain { padding: 84px 0 76px; background: #fff; }
.home-pain__grid { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); gap: 90px; align-items: end; }
.home-pain__quote { margin: 0; font-size: clamp(24px, 3vw, 42px); font-weight: 500; line-height: 1.5; }
.home-pain__quote span { display: block; color: var(--home-rust); }
.home-pain__answer { padding-left: 38px; border-left: 1px solid var(--home-line); }
.home-pain__answer h2 { margin: 0 0 18px; font-size: clamp(15px, 1.75vw, 25px); line-height: 1.65; letter-spacing: 0; }

.home-conditions { background: var(--home-soft); }
.home-conditions__head { grid-template-columns: 1fr; }
.home-conditions__head > div { max-width: 820px; }
.home-conditions__head > div > p { margin: 22px 0 0; color: #34475b; font-size: clamp(18px, 1.8vw, 24px); font-weight: 800; line-height: 1.6; }
.home-condition-list { border-top: 1px solid var(--home-line); }
.home-condition-row { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; padding: 48px 0; border-bottom: 1px solid var(--home-line); }
.home-condition-row__copy { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 24px; row-gap: 16px; align-items: baseline; max-width: 800px; }
.home-condition-row__copy b { display: block; margin: 0; color: var(--home-rust); font-family: Georgia, serif; font-size: 36px; font-weight: 500; line-height: 1; }
.home-condition-row__copy h3 { margin: 0; font-size: clamp(16px, 1.75vw, 25px); line-height: 1.55; }
.home-condition-row__copy p { grid-column: 2; margin: 0; color: #647181; font-size: 14px; line-height: 2; }
.home-condition-row figure { margin: 0; overflow: hidden; border: 1px solid var(--home-line); background: transparent; box-shadow: 0 18px 44px rgba(9,34,62,.1); }
.home-condition-row figure img { width: 100%; height: auto; object-fit: initial; background: transparent; }

.home-service { color: #fff; background: var(--home-navy); }
.home-service .home-eyebrow { color: #f5bd8d; }
.home-service__grid { display: grid; grid-template-columns: 1fr; gap: 36px; }
.home-service__grid > div:first-child { max-width: 860px; }
.home-service__grid > div:first-child > p { margin-top: 20px; color: #fff; }
.home-timeline { min-width: 0; padding: 22px; color: #09223e; background: #fff; }
.home-timeline__title { display: grid; gap: 4px; margin-bottom: 22px; }
.home-timeline__title > span { grid-column: 1 / -1; color: var(--home-rust); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.home-timeline__title h3 { margin: 0; font-size: 19px; }
.home-timeline__scroll { min-width: 0; overflow-x: auto; padding-bottom: 4px; }
.home-timeline__chart { min-width: 560px; }
.home-timeline__weeks, .home-timeline__row { display: grid; grid-template-columns: 170px minmax(384px, 1fr); }
.home-timeline__weeks { min-height: 26px; grid-template-columns: 170px repeat(8, minmax(48px, 1fr)); color: #7b8794; font-size: 9px; text-align: center; }
.home-timeline__weeks b { font-weight: 700; }
.home-timeline__row { min-height: 66px; border-top: 1px solid #e0e4e7; }
.home-timeline__row > div { display: grid; grid-template-columns: 42px 1fr; gap: 7px; align-content: center; align-items: center; padding: 8px 12px 8px 0; }
.home-timeline__row > div > b { color: var(--home-rust); font-size: 9px; }
.home-timeline__row strong { font-size: 12px; }
.home-timeline__track { position: relative; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), #e5e8eb calc(12.5% - 1px), #e5e8eb 12.5%); }
.home-timeline__track i { position: absolute; top: 17px; left: calc((var(--start) - 1) * 12.5% + 3px); width: calc(var(--duration) * 12.5% - 6px); min-width: 46px; height: 32px; display: grid; place-items: center; border-radius: 2px; color: #fff; background: #0b4f83; font-size: 9px; font-style: normal; font-weight: 900; }
.home-timeline__note { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid #e0e4e7; color: #647181; font-size: 10px; line-height: 1.8; }

.home-case {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(207,110,42,.1), transparent 32%),
    var(--home-warm);
}
.home-case__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); gap: 76px; align-items: stretch; }
.home-case__content { position: relative; z-index: 1; display: grid; align-content: center; min-width: 0; padding-right: 4px; }
.home-case__grid > .home-case__content > .home-case__category {
  margin: 0 0 10px;
  color: var(--home-copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.home-case h2 {
  margin: 0;
  color: var(--home-navy);
  font-size: clamp(25px, 2.1vw, 30px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.02em;
}
.home-case h2 em {
  margin-left: .18em;
  color: var(--home-rust);
  font-size: 1em;
  font-style: normal;
}
.home-case__grid > .home-case__content > .home-case__lead {
  margin: 18px 0 0;
  color: #3f5061;
  font-size: 14px;
  line-height: 1.9;
}
.home-case__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 1px solid rgba(7,31,56,.18);
  border-bottom: 1px solid rgba(7,31,56,.18);
}
.home-case__metrics > div {
  min-width: 0;
  padding: 16px 14px 16px 0;
}
.home-case__metrics > div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(7,31,56,.18);
}
.home-case__metrics span,
.home-case__metrics strong,
.home-case__metrics small {
  display: block;
}
.home-case__metrics span {
  color: #536272;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
}
.home-case__metrics strong {
  margin: 4px 0;
  color: var(--home-navy);
  font-size: 25px;
  line-height: 1.25;
}
.home-case__metrics small {
  color: #617080;
  font-size: 10px;
  line-height: 1.55;
}
.home-case__media {
  margin: 0;
  min-width: 0;
  height: 100%;
}
.home-case__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(7,31,56,.13);
  box-shadow: 0 20px 48px rgba(9,34,62,.14);
}

.home-expertise { background: #fff; }
.home-expertise__header { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--home-line); }
.home-expertise__header .home-eyebrow { margin-bottom: 12px; }
.home-expertise__name { display: flex; flex-wrap: wrap; gap: 7px 16px; align-items: baseline; margin: 0 !important; color: var(--home-navy) !important; }
.home-expertise__name strong { font-size: 27px; }
.home-expertise__name span { color: #42566b; font-size: 13px; font-weight: 800; }
.home-expertise__columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: start; }
.home-expertise__columns h2 { margin: 0 0 20px; color: var(--home-navy); font-size: 19px; line-height: 1.5; white-space: normal; }
.home-expertise__experience { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.home-expertise__experience li { position: relative; padding-left: 18px; color: #263f58; font-size: 15px; font-weight: 700; line-height: 1.75; }
.home-expertise__experience li::before { content: ""; position: absolute; top: 10px; left: 0; width: 6px; height: 6px; background: var(--home-copper); }
.home-expertise__timeline { --timeline-axis: 78px; display: grid; gap: 24px; margin: 0; padding: 0; list-style: none; }
.home-expertise__timeline li { position: relative; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 38px; align-items: start; padding: 0; }
.home-expertise__timeline li::before { content: ""; position: absolute; z-index: 1; top: 7px; left: calc(var(--timeline-axis) - 4px); width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50%; background: var(--home-rust); box-shadow: 0 0 0 1px rgba(143,47,39,.2); }
.home-expertise__timeline li:not(:last-child)::after { content: ""; position: absolute; top: 17px; bottom: -31px; left: var(--timeline-axis); width: 1px; background: #d8dde1; }
.home-expertise__timeline time { color: var(--home-rust); font-family: Georgia, serif; font-size: 16px; font-weight: 700; line-height: 1.5; }
.home-expertise__timeline div { min-width: 0; }
.home-expertise__timeline p { margin: 0; color: var(--home-navy); font-size: 16px; font-weight: 700; line-height: 1.65; }
.home-expertise__timeline p + p { margin-top: 5px; color: #45586b; font-weight: 600; }

.home-faq { background: #fff; }
.home-faq .home-section__head { grid-template-columns: 1fr; }
.home-faq__list { border-top: 1px solid var(--home-line); }
.home-faq__list details { border-bottom: 1px solid var(--home-line); }
.home-faq__list summary { position: relative; min-height: 78px; display: grid; align-items: center; padding: 18px 50px 18px 46px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 900; }
.home-faq__list summary::-webkit-details-marker { display: none; }
.home-faq__list summary::before { content: "Q"; position: absolute; left: 0; color: var(--home-rust); font-family: Georgia, serif; font-size: 21px; }
.home-faq__list summary::after { content: "+"; position: absolute; right: 8px; color: var(--home-copper); font-size: 24px; font-weight: 400; }
.home-faq__list details[open] summary::after { content: "−"; }
.home-faq__list details > p { margin: 0; padding: 0 50px 22px 46px; color: #647181; font-size: 13px; }

.shared-consultation-cta { display: block; padding: 72px 0; color: #fff; background: var(--navy); text-align: center; }
.shared-consultation-cta h2 { max-width: 920px; margin: 0 auto 20px; font-size: clamp(30px, 3vw, 42px); line-height: 1.45; letter-spacing: .01em; }
.shared-consultation-cta h2 span { display: block; white-space: nowrap; }
.shared-consultation-cta p { margin: 0; color: #fff; font-size: 14px; }
qapybara-consultation-cta.shared-consultation-cta h2,
qapybara-consultation-cta.shared-consultation-cta h2 span,
qapybara-consultation-cta.shared-consultation-cta p {
  color: #fff;
}

@media (max-width: 1060px) {
  .home-container { width: min(100% - 56px, var(--max)); }
  .home-section { padding: 64px 0; }
  .home-section__head, .home-pain__grid, .home-service__grid, .home-case__grid { grid-template-columns: 1fr; gap: 32px; }
  .home-case__media { height: auto; }
  .home-case__media img { height: auto; aspect-ratio: 16 / 9; object-fit: contain; }
  .home-pain__answer { max-width: 760px; }
  .home-condition-row { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 680px) {
  .home-body main.home-rebuild { padding-top: 0; }
  .home-container { width: min(100% - 20px, var(--max)); }
  .home-section { padding: 52px 0; }
  .home-section__head { gap: 20px; margin-bottom: 28px; }
  .home-section__head h2, .home-service h2, .home-case h2, .home-expertise h2 { font-size: 25px; }
  .home-hero { min-height: 100svh; background-position: 57% center; }
  .home-hero::before { background: linear-gradient(180deg, rgba(3,18,32,.2), rgba(7,31,56,.44) 48%, rgba(3,18,32,.58)); }
  .home-hero::after { background: linear-gradient(90deg, rgba(3,18,32,.46), rgba(3,18,32,.04) 90%); }
  .home-hero__inner { align-content: center; padding: calc(var(--header) + 70px) 0 54px; text-align: left; }
  .home-hero__copy { width: 100%; margin: 0; transform: translateY(-3vh); }
  .home-hero__brand { gap: 12px; margin-bottom: 24px; }
  .home-hero__brand img { width: 64px; height: 64px; }
  .home-hero__brand span { font-size: 9px; }
  .home-hero h1 { font-size: clamp(18px, 5.3vw, 24px); line-height: 1.5; letter-spacing: .04em; }
  .home-hero__copy > p { max-width: 330px; margin: 18px 0 0; font-size: 12px; line-height: 1.9; }
  .home-pain { padding: 64px 0 56px; }
  .home-pain__grid { gap: 32px; }
  .home-pain__quote { font-size: 24px; }
  .home-pain__answer { padding: 26px 0 0; border-top: 1px solid var(--home-line); border-left: 0; }
  .home-pain__answer h2 { font-size: clamp(11px, 3.2vw, 16px); }
  .home-condition-row { grid-template-columns: 1fr; gap: 20px; padding: 32px 0; }
  .home-condition-row__copy { grid-template-columns: 40px minmax(0, 1fr); column-gap: 14px; row-gap: 12px; }
  .home-condition-row__copy b { margin: 0; font-size: 28px; }
  .home-condition-row__copy h3 { font-size: clamp(11px, 3.4vw, 16px); }
  .home-conditions__head h2 { font-size: clamp(16px, 4.2vw, 22px); }
  .home-timeline { padding: 22px 14px; }
  .home-case h2 { font-size: clamp(11px, 3.2vw, 16px); }
  .home-service h2 { font-size: clamp(18px, 5.5vw, 25px); }
  .home-expertise__header { margin-bottom: 28px; padding-bottom: 20px; }
  .home-expertise__name strong { font-size: 24px; }
  .home-expertise__columns { grid-template-columns: 1fr; gap: 40px; }
  .home-expertise h2 { white-space: normal; font-size: clamp(15px, 4vw, 20px); }
  .home-expertise__timeline { --timeline-axis: 64px; gap: 22px; }
  .home-expertise__timeline li { grid-template-columns: 48px minmax(0, 1fr); gap: 32px; }
  .home-faq__list summary { padding-right: 36px; font-size: 14px; }
  .home-faq__list details > p { padding-right: 36px; }
  .shared-consultation-cta { padding: 52px 0; text-align: center; }
  .shared-consultation-cta h2 { font-size: clamp(22px, 6.2vw, 28px); }
  .shared-consultation-cta .home-button { width: min(100%, 320px); }
}

@media (max-width: 1060px) {
  .venture-hero__inner { grid-template-columns: .9fr 1.1fr; gap: 40px; }
  .venture-hero__visual img { height: 440px; }
  .venture-section__head { grid-template-columns: 110px 1fr; gap: 28px 38px; }
  .venture-section__head > p { grid-column: 2; }
  .venture-steps { grid-template-columns: 1fr; }
  .venture-steps li { display: grid; grid-template-columns: .9fr 1.1fr; }
  .venture-service-grid { grid-template-columns: 1fr; }
  .venture-service-main { grid-row: auto; grid-template-columns: .95fr 1.05fr; grid-template-rows: none; }
  .venture-service-main figure { min-height: 0; }
  .venture-message__inner, .company-message__grid { grid-template-columns: 160px 1fr; gap: 44px; }
  .venture-final__grid { grid-template-columns: 1fr; }
  .venture-cta { min-height: 0; }
}

@media (max-width: 640px) {
  .venture-hero { min-height: 0; }
  .venture-hero__inner { min-height: 0; grid-template-columns: 1fr; gap: 44px; padding-top: 64px; padding-bottom: 54px; }
  .venture-kicker { margin-bottom: 22px; }
  .venture-hero h1 { font-size: 31px; line-height: 1.48; }
  .venture-hero__lead { font-size: 13px; line-height: 1.9; }
  .venture-hero__actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .venture-button { width: 100%; justify-content: space-between; }
  .venture-hero__facts { margin-top: 34px; }
  .venture-hero__facts div { padding-right: 8px; }
  .venture-hero__facts dd { font-size: 10px; }
  .venture-hero__visual { padding: 12px 0 0 12px; }
  .venture-hero__visual img { height: auto; aspect-ratio: 4 / 3; }
  .venture-hero__visual figcaption { display: block; }
  .venture-hero__visual figcaption b { display: block; margin-top: 4px; }
  .venture-hero__rail { min-height: 76px; grid-template-columns: 1fr; gap: 4px; padding: 14px 16px; }
  .venture-section { padding: 76px 0; }
  .venture-section__head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 36px; }
  .venture-section__head > div { gap: 10px; }
  .venture-section__head > div span { font-size: 24px; }
  .venture-section__head h2 { font-size: 27px; line-height: 1.5; }
  .venture-section__head > p { grid-column: auto; font-size: 13px; }
  .venture-steps { gap: 14px; }
  .venture-steps li { display: block; }
  .venture-steps li > div { padding: 24px 22px 26px; }
  .venture-service-main, .venture-service-sub { display: block; }
  .venture-service-main figure, .venture-service-sub figure { min-height: 0; aspect-ratio: 16 / 10; }
  .venture-service-main > div, .venture-service-sub > div { padding: 28px 22px 30px; }
  .venture-service-main h3 { font-size: 24px; }
  .venture-service-main dl { grid-template-columns: 1fr; }
  .venture-service-main dl div:first-child { margin-right: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .venture-message { padding: 78px 0; }
  .venture-message__inner, .company-message__grid { grid-template-columns: 1fr; gap: 34px; }
  .venture-message__mark, .company-message__quote { left: -10px; top: -38px; }
  .venture-message__statement { font-size: 26px; line-height: 1.7; }
  .venture-message__copy { grid-template-columns: 1fr; gap: 0; font-size: 13px; }
  .venture-message__sign { grid-template-columns: auto 1fr; }
  .venture-message__sign a { grid-column: 1 / -1; justify-self: start; margin-top: 12px; }
  .venture-section__head.compact { grid-template-columns: 1fr; gap: 14px; }
  .venture-section__head.compact h2 { font-size: 27px; }
  .venture-cta { margin-right: -10px; margin-left: -10px; padding: 40px 16px; }
  .venture-cta h2 { font-size: 25px; }
  .company-message { padding: 78px 0; }
  .company-message__text { font-size: 14px; }
  .company-message__article footer { grid-template-columns: 1fr; gap: 4px; }
}

/* Company page: compact editorial layout. */
.company-page {
  --company-navy: #061a31;
  --company-blue: #0b4279;
  --company-coral: #cf6e2a;
  --company-cream: #f5f0ea;
  --company-pale: #eef3f6;
  --company-line: rgba(6, 26, 49, .14);
  background: #fff;
}
.company-page main { overflow: hidden; }
.company-page .eyebrow { font-size: 13px; }
.company-hero {
  position: relative;
  padding: 76px 0 56px;
  background:
    radial-gradient(circle at 86% 18%, rgba(33, 166, 200, .13), transparent 30%),
    linear-gradient(120deg, #fff 0%, #f5f7f8 100%);
  border-bottom: 1px solid var(--company-line);
}
.company-hero::after {
  content: "Q";
  position: absolute;
  right: max(3vw, 24px);
  bottom: -100px;
  color: rgba(11, 66, 121, .035);
  font-family: Georgia, serif;
  font-size: clamp(220px, 29vw, 430px);
  line-height: 1;
  pointer-events: none;
}
.company-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(480px, 1.12fr) minmax(340px, .88fr);
  gap: 64px;
  align-items: end;
}
.company-hero .eyebrow { margin-bottom: 20px; color: var(--company-coral); }
.company-hero h1 {
  margin: 0;
  color: var(--company-navy);
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -.035em;
}
.company-hero__summary { padding-bottom: 4px; }
.company-hero__summary > p {
  max-width: 510px;
  margin-bottom: 30px;
  color: #4f5e6d;
  font-size: 15px;
  line-height: 2;
}
.company-hero__summary nav { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.company-hero__summary a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(11, 66, 121, .28);
  color: var(--company-blue);
  font-size: 14px;
  font-weight: 800;
}
.company-hero__summary a::after { content: "↓"; color: var(--company-coral); }

.company-philosophy,
.company-profile { padding: 68px 0; }
.company-section-head {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 38px;
  align-items: baseline;
  margin-bottom: 32px;
}
.company-section-head > div { display: flex; align-items: baseline; gap: 12px; }
.company-section-head > div span {
  color: var(--company-blue);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}
.company-section-head > div p {
  margin: 0;
  color: var(--company-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.company-section-head h2 {
  margin: 0;
  color: var(--company-navy);
  font-size: clamp(27px, 2.8vw, 38px);
  line-height: 1.45;
  letter-spacing: -.02em;
}
.company-mvv {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.company-mvv article {
  position: relative;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 38px;
  overflow: hidden;
}
.company-mvv article > span,
.company-values__lead > span,
.company-name > span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.company-mvv__mission { color: #fff; background: var(--company-blue); }
.company-mvv__mission::after {
  content: "M";
  position: absolute;
  right: -18px;
  bottom: -108px;
  color: rgba(255, 255, 255, .055);
  font-family: Georgia, serif;
  font-size: 300px;
  line-height: 1;
}
.company-mvv__mission > span { color: #fff; }
.company-mvv__vision { color: var(--company-navy); background: var(--company-cream); }
.company-mvv__vision > span { color: var(--company-coral); }
.company-mvv h3 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 32px 0 0;
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.62;
  letter-spacing: -.035em;
}
.company-mvv__vision h3 { font-size: clamp(21px, 2.2vw, 30px); line-height: 1.75; }

.company-values {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 58px;
  margin-top: 12px;
  padding: 40px 38px 14px;
  background: var(--company-pale);
}
.company-values__lead > span { color: var(--company-coral); }
.company-values__lead h3 {
  margin: 18px 0 0;
  color: var(--company-navy);
  font-size: 24px;
  line-height: 1.65;
}
.company-values__list { margin: 0; padding: 0; list-style: none; }
.company-values__list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding: 0 0 19px;
  margin-bottom: 19px;
  border-bottom: 1px solid var(--company-line);
}
.company-values__list li:last-child { margin-bottom: 0; border-bottom: 0; }
.company-values__list li > span { padding-top: 5px; color: var(--company-coral); font-size: 13px; font-weight: 900; }
.company-values__list h4 { margin: 0 0 7px; color: var(--company-navy); font-size: 20px; line-height: 1.5; }
.company-values__list p { margin: 0; color: #5e6b78; font-size: 15px; line-height: 1.85; }

.company-page .company-message { padding: 66px 0; background: var(--company-navy); }
.company-page .company-message__grid { grid-template-columns: 150px minmax(0, 1fr); gap: 42px; }
.company-page .company-message__intro { display: flex; align-items: baseline; gap: 12px; padding-top: 8px; }
.company-page .company-message__intro > span { color: #fff; font-size: 28px; font-weight: 300; line-height: 1; }
.company-page .company-message__intro > p { color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.company-page .company-message__article { max-width: none; }
.company-page .company-message__text {
  max-width: none;
  columns: 2;
  column-gap: 48px;
  color: #fff;
  font-size: 15px;
  line-height: 2;
}
.company-page .company-message__text p { break-inside: avoid; margin-bottom: 16px; }
.company-page .company-message__article footer { max-width: none; margin-top: 18px; padding-top: 16px; }
.company-page .company-message__article footer span,
.company-page .company-message__article footer p { color: #fff; font-size: 13px; }

.company-profile { background: #fff; }
.company-profile__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  gap: 54px;
  align-items: start;
}
.company-data { margin: 0; border-top: 2px solid var(--company-navy); }
.company-data > div {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 24px;
  padding: 16px 4px;
  border-bottom: 1px solid var(--company-line);
}
.company-data dt { color: #5d6975; font-size: 14px; font-weight: 800; }
.company-data dd { margin: 0; color: var(--company-navy); font-size: 15px; line-height: 1.85; }
.company-data small { color: #6d7883; font-size: 13px; }
.company-name { padding: 34px; background: var(--company-cream); border-top: 4px solid var(--company-coral); }
.company-name > span { color: var(--company-coral); }
.company-name h3 { margin: 16px 0 18px; color: var(--company-navy); font-size: 23px; line-height: 1.7; }
.company-name p { margin-bottom: 14px; color: #596674; font-size: 15px; line-height: 1.9; }
.company-name p:last-child { margin-bottom: 0; }

.company-contact { padding: 52px 0; color: #fff; background: var(--company-blue); }
.company-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  gap: 48px;
  align-items: center;
}
.company-contact__inner > div:first-child > span { color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.company-contact h2 { margin: 14px 0 0; font-size: clamp(25px, 3vw, 38px); line-height: 1.55; letter-spacing: -.025em; text-wrap: balance; }
.company-contact p { margin-bottom: 18px; color: #fff; font-size: 15px; text-wrap: balance; }
.company-contact .button { justify-content: space-between; min-width: 250px; }
.company-page .footer-title { font-size: 14px; }
.company-page .footer-mvv { font-size: 14px; }
.company-page .copyright { font-size: 13px; }

@media (max-width: 1060px) {
  .company-hero__inner { grid-template-columns: 1fr .8fr; gap: 44px; }
  .company-section-head { grid-template-columns: 120px 1fr; gap: 22px 30px; }
  .company-values { grid-template-columns: 250px 1fr; gap: 44px; }
  .company-profile__grid { gap: 38px; }
}

@media (max-width: 720px) {
  .company-hero { padding: 68px 0 54px; }
  .company-hero::after { right: -52px; bottom: -50px; font-size: 230px; }
  .company-hero__inner { grid-template-columns: 1fr; gap: 30px; }
  .company-hero h1 { font-size: clamp(34px, 10vw, 48px); line-height: 1.45; }
  .company-hero__summary > p { margin-bottom: 22px; font-size: 15px; }
  .company-hero__summary nav { gap: 8px 18px; }
  .company-philosophy,
  .company-profile { padding: 68px 0; }
  .company-section-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 30px; }
  .company-section-head h2 { font-size: 29px; }
  .company-mvv { gap: 10px; }
  .company-mvv article { min-height: 0; padding: 32px 26px; }
  .company-mvv h3 { margin-top: 24px; font-size: 27px; }
  .company-mvv__vision h3 { font-size: 21px; }
  .company-values { grid-template-columns: 1fr; gap: 34px; margin-top: 10px; padding: 34px 26px 12px; }
  .company-values__list li { grid-template-columns: 32px 1fr; gap: 12px; padding-bottom: 22px; margin-bottom: 22px; }
  .company-values__list h4 { font-size: 20px; }
  .company-page .company-message { padding: 68px 0; }
  .company-page .company-message__grid { grid-template-columns: 1fr; gap: 28px; }
  .company-page .company-message__text { columns: 1; }
  .company-page .company-message__article footer { grid-template-columns: 1fr; gap: 3px; margin-top: 24px; padding-top: 20px; }
  .company-profile__grid { grid-template-columns: 1fr; gap: 34px; }
  .company-data > div { grid-template-columns: 92px 1fr; gap: 14px; padding: 20px 4px; }
  .company-name { padding: 32px 26px; }
  .company-contact { padding: 58px 0; }
  .company-contact__inner { grid-template-columns: 1fr; gap: 28px; }
  .company-contact h2 { font-size: 27px; }
  .company-contact .button { width: 100%; }
}

/* Site-wide readability baseline. */
.brand small,
.company-page .brand small {
  color: #4f5d6b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.25;
}
.eyebrow,
.company-page .eyebrow {
  font-size: 14px;
  letter-spacing: .18em;
}
.case-thumb .num,
.case-thumb-metrics span,
.impact-card .num,
.advisor-card .num,
.impact-flow span,
.process-step-copy > span {
  font-size: 14px;
}
.case-thumb p,
.impact-card p,
.advisor-card p {
  color: #4f5d6b;
  font-size: 15px;
}
.field label {
  font-size: 14px;
}
.field input,
.field textarea,
.field select {
  color: var(--ink);
  font-size: 16px;
}
.form-note {
  color: #4f5d6b;
  font-size: 14px;
  line-height: 1.75;
}
.footer-title {
  color: #4f5d6b;
  font-size: 14px;
}
.footer-links {
  color: #4f5d6b;
  font-size: 15px;
}
.footer-mvv {
  color: #4f5d6b;
  font-size: 15px;
}
.copyright {
  font-size: 14px;
}
.company-section-head > div p,
.company-mvv article > span,
.company-values__lead > span,
.company-name > span,
.company-values__list li > span,
.company-page .company-message__intro > p,
.company-page .company-message__article footer span,
.company-page .company-message__article footer p,
.company-data small,
.company-contact__inner > div:first-child > span,
.company-page .copyright {
  font-size: 14px;
}
.company-data small {
  font-weight: 500;
}

.home-eyebrow {
  font-size: 14px;
  letter-spacing: .14em;
}
.home-button,
.home-text-link {
  font-size: 15px;
}
.home-hero__brand span {
  font-size: 14px;
  letter-spacing: .2em;
}
.home-hero__copy > p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.home-section__head > p,
.home-service__grid > div:first-child > p,
.home-case__grid > div:first-child > p,
.home-condition-row__copy p,
.home-faq__list details > p {
  color: #4d5c6b;
  font-size: 15px;
}
.home-service__grid > div:first-child > p {
  color: #fff;
}
.home-timeline__title > span {
  font-size: 14px;
  letter-spacing: .12em;
}
.home-timeline__scroll {
  padding-bottom: 8px;
}
.home-timeline__chart {
  min-width: 760px;
}
.home-timeline__weeks,
.home-timeline__row {
  grid-template-columns: 210px minmax(544px, 1fr);
}
.home-timeline__weeks {
  min-height: 32px;
  grid-template-columns: 210px repeat(8, minmax(68px, 1fr));
  color: #596877;
  font-size: 14px;
}
.home-timeline__row {
  min-height: 76px;
}
.home-timeline__row > div {
  grid-template-columns: 32px 1fr;
  gap: 8px;
}
.home-timeline__row > div > b,
.home-timeline__track i {
  font-size: 14px;
}
.home-timeline__row strong {
  font-size: 14px;
  line-height: 1.45;
}
.home-timeline__track i {
  top: 50%;
  height: 36px;
  transform: translateY(-50%);
}
.home-timeline__note {
  color: #4d5c6b;
  font-size: 14px;
}
.home-expertise__name span {
  color: #354b60;
  font-size: 15px;
}
.home-faq__list summary {
  font-size: 16px;
}
.shared-consultation-cta p {
  width: min(100%, 720px);
  margin: 0 auto;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9;
}

@media (max-width: 680px) {
  .home-rebuild h1,
  .home-rebuild h2,
  .home-rebuild h3 {
    white-space: normal;
  }
  .home-hero__brand span {
    font-size: 14px;
  }
  .home-hero h1 {
    font-size: clamp(26px, 7vw, 34px);
  }
  .home-hero__copy > p {
    font-size: 15px;
  }
  .home-pain__answer h2,
  .home-condition-row__copy h3,
  .home-case h2 {
    font-size: 20px;
  }
  .home-conditions__head h2,
  .home-expertise h2 {
    font-size: 22px;
  }
  .shared-consultation-cta h2 {
    font-size: clamp(22px, 6.2vw, 28px);
  }
}

/* Contact page: compact general inquiry entry. */
.contact-page {
  background: #f2f5f7;
}
.contact-entry {
  padding: 54px 0 70px;
}
.contact-entry__grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(560px, 1.28fr);
  gap: 58px;
  align-items: start;
}
.contact-intro {
  padding-top: 18px;
}
.contact-intro .eyebrow {
  margin-bottom: 14px;
}
.contact-intro h1 {
  margin: 0 0 20px;
  color: var(--midnight);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.03em;
}
.contact-intro__lead {
  margin: 0;
  color: #4d5c6b;
  font-size: 16px;
  line-height: 1.9;
}
.contact-topics {
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid rgba(7, 31, 56, .14);
  list-style: none;
}
.contact-topics li {
  position: relative;
  padding: 11px 0 11px 20px;
  border-bottom: 1px solid rgba(7, 31, 56, .14);
  color: #243a50;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}
.contact-topics li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: var(--copper);
}
.contact-response {
  margin-top: 22px;
  padding: 0;
}
.contact-response strong {
  display: block;
  margin-bottom: 4px;
  color: var(--midnight);
  font-size: 15px;
}
.contact-response p {
  margin: 0;
  color: #4d5c6b;
  font-size: 14px;
}
.contact-form-card {
  padding: 30px 32px 32px;
  border-top: 4px solid var(--navy);
  background: #fff;
  box-shadow: 0 18px 48px rgba(7, 31, 56, .08);
}
.contact-form-card--embedded {
  padding: 0;
  overflow: hidden;
}
.microsoft-forms-embed {
  display: block;
  width: 100%;
  height: 980px;
  border: 0;
  background: #fff;
}
.microsoft-forms-fallback {
  margin: 0;
  padding: 14px 20px 16px;
  border-top: 1px solid rgba(7, 31, 56, .12);
  color: #5b6875;
  background: #fff;
  font-size: 13px;
  line-height: 1.7;
}
.microsoft-forms-fallback a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-form-card__head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(7, 31, 56, .14);
}
.contact-form-card__head h2 {
  margin: 0;
  color: var(--midnight);
  font-size: 27px;
  line-height: 1.4;
}
.contact-form-card__head > p {
  margin: 0 0 3px;
  color: #5b6875;
  font-size: 14px;
  white-space: nowrap;
}
.contact-form-card__head b,
.contact-page .field em {
  color: #a34128;
  font-style: normal;
  font-weight: 800;
}
.contact-page .field label > span {
  color: #687480;
  font-weight: 500;
}
.contact-page .contact-form {
  gap: 18px;
}
.contact-page .form-grid {
  gap: 15px 16px;
}
.contact-page .field {
  gap: 7px;
}
.contact-page .field input,
.contact-page .field textarea,
.contact-page .field select {
  min-height: 46px;
  padding: 10px 12px;
  border-color: rgba(7, 31, 56, .22);
  border-radius: 2px;
  background: #fff;
}
.contact-page .field textarea {
  min-height: 118px;
}
.contact-page .field input:focus,
.contact-page .field textarea:focus,
.contact-page .field select:focus {
  outline: 2px solid rgba(11, 66, 121, .2);
  outline-offset: 1px;
  border-color: var(--navy);
}
.contact-form__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}
.contact-form__footer [data-ponpon-form-status] {
  flex: 0 0 100%;
  min-height: 0;
}
.contact-page .contact-form .button {
  min-width: 150px;
  min-height: 48px;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .contact-entry__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .contact-intro {
    max-width: 680px;
    padding-top: 0;
  }
  .contact-topics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-topics li:nth-child(odd) {
    padding-right: 20px;
    border-right: 1px solid rgba(7, 31, 56, .14);
  }
}

@media (max-width: 640px) {
  .contact-entry {
    padding: 38px 0 52px;
  }
  .contact-entry__grid {
    gap: 28px;
  }
  .contact-intro h1 {
    margin-bottom: 14px;
    font-size: 36px;
  }
  .contact-intro__lead {
    font-size: 15px;
  }
  .contact-topics {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }
  .contact-topics li:nth-child(odd) {
    padding-right: 0;
    border-right: 0;
  }
  .contact-response {
    margin-top: 20px;
  }
  .contact-form-card {
    margin-right: -10px;
    margin-left: -10px;
    padding: 24px 16px 26px;
  }
  .contact-form-card--embedded {
    padding: 0;
  }
  .microsoft-forms-embed {
    height: 1120px;
  }
  .microsoft-forms-fallback {
    padding-right: 16px;
    padding-left: 16px;
  }
  .contact-form-card__head {
    display: block;
    margin-bottom: 20px;
  }
  .contact-form-card__head > p {
    margin-top: 9px;
    white-space: normal;
  }
  .contact-page .form-grid {
    grid-template-columns: 1fr;
  }
  .contact-page .field.full {
    grid-column: auto;
  }
  .contact-form__footer {
    display: flex;
  }
  .contact-page .contact-form .button {
    width: 100%;
  }
}

/* Compact shared footer. */
.footer-inner.footer-inner--compact {
  width: min(var(--max), calc(100% - 160px));
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  padding: 30px 0 24px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 32px;
}
.footer-nav a {
  color: #35475a;
  font-size: 15px;
  font-weight: 700;
}
.footer-nav a:hover {
  color: var(--navy);
}
.footer-meta {
  width: min(var(--max), calc(100% - 160px));
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 14px 0 18px;
  border-top: 1px solid var(--line);
  color: #5a6875;
  font-size: 14px;
}

@media (max-width: 1060px) {
  .footer-inner.footer-inner--compact,
  .footer-meta {
    width: min(100% - 48px, var(--max));
  }
}

@media (max-width: 640px) {
  .footer-inner.footer-inner--compact,
  .footer-meta {
    width: min(100% - 40px, var(--max));
  }
  .footer-inner.footer-inner--compact {
    display: grid;
    gap: 24px;
    padding: 28px 0 22px;
  }
  .footer-nav {
    justify-content: flex-start;
    gap: 12px 24px;
  }
  .footer-meta {
    display: grid;
    gap: 3px;
  }
}

/* Keep horizontal interaction local to components that genuinely need it. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
img { height: auto; }
@supports (overflow: clip) {
  html,
  body { overflow-x: clip; }
}
main,
main > *,
section,
.container,
.home-container {
  min-width: 0;
}
.home-timeline__scroll,
.hours-table,
.news-track {
  max-width: 100%;
  overscroll-behavior-inline: contain;
}

/* Mobile-specific type scale and tighter vertical rhythm. */
@media (max-width: 680px) {
  body {
    font-size: 15px;
    line-height: 1.7;
  }

  .container,
  .home-container,
  .footer-inner,
  .footer-inner.footer-inner--compact,
  .footer-meta {
    width: min(calc(100% - 32px), var(--max));
  }

  .section { padding: 48px 0; }
  .page-hero { padding: 48px 0 42px; }
  .page-hero .eyebrow { margin-bottom: 10px; }
  .page-hero h1 {
    margin-bottom: 14px;
    font-size: 27px;
    line-height: 1.45;
    letter-spacing: .015em;
  }
  .page-hero p,
  .section-lead {
    font-size: 15px;
    line-height: 1.75;
  }
  .section-head,
  .split {
    gap: 20px;
  }
  .section-head { margin-bottom: 26px; }
  .section-title {
    font-size: 22px;
    line-height: 1.45;
  }
  .card {
    padding: 20px 18px;
  }
  .card .num { margin-bottom: 10px; }
  .card h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .card p { line-height: 1.7; }
  .actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .actions .button { width: 100%; }
  .button {
    min-height: 46px;
    padding: 10px 18px;
  }
  .case-thumb-feature .case-thumb-visual { min-height: 190px; }
  .case-thumb-feature .case-thumb-body { padding: 20px 18px; }
  .case-thumb h2,
  .case-thumb h3 {
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 1.5;
  }
  .case-thumb p { line-height: 1.7; }
  .impact-flow {
    margin-top: 16px;
    padding-top: 14px;
  }
  .detail-link { margin-top: 16px; }

  .home-hero {
    min-height: 72svh;
  }
  .home-hero__inner {
    padding: calc(var(--header) + 28px) 0 30px;
  }
  .home-hero__copy { transform: none; }
  .home-hero__brand {
    gap: 10px;
    margin-bottom: 16px;
  }
  .home-hero__brand img {
    width: 50px;
    height: 50px;
  }
  .home-hero h1 {
    font-size: 26px;
    line-height: 1.45;
  }
  .home-hero__copy > p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.7;
  }
  .home-pain { padding: 48px 0 44px; }
  .home-pain__grid { gap: 24px; }
  .home-pain__quote {
    font-size: 22px;
    line-height: 1.45;
  }
  .home-pain__answer { padding-top: 22px; }
  .home-pain__answer h2 {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1.55;
  }
  .home-section { padding: 46px 0; }
  .home-section__head {
    gap: 14px;
    margin-bottom: 22px;
  }
  .home-section__head h2,
  .home-service h2,
  .home-case h2,
  .home-expertise h2 {
    font-size: 21px;
    line-height: 1.5;
  }
  .home-conditions__head h2 {
    font-size: clamp(18px, 5.4vw, 21px);
    line-height: 1.5;
  }
  .home-conditions__head h2 span {
    display: block;
    white-space: nowrap;
  }
  .home-section__head > p,
  .home-service__grid > div:first-child > p,
  .home-case__grid > div:first-child > p,
  .home-condition-row__copy p,
  .home-faq__list details > p {
    font-size: 15px;
    line-height: 1.7;
  }
  .home-conditions__head > div > p {
    margin-top: 14px;
    font-size: 18px;
  }
  .home-condition-row {
    gap: 16px;
    padding: 24px 0;
  }
  .home-condition-row__copy {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 8px;
  }
  .home-condition-row__copy b { font-size: 24px; }
  .home-condition-row__copy h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home-service__grid { gap: 24px; }
  .home-service__grid > div:first-child > p { margin-top: 14px; }
  .home-timeline { padding: 12px 8px; }
  .home-timeline__title { margin-bottom: 10px; }
  .home-timeline__title h3 { font-size: 18px; }
  .home-timeline__chart { min-width: 620px; }
  .home-timeline__weeks,
  .home-timeline__row { grid-template-columns: 170px minmax(444px, 1fr); }
  .home-timeline__weeks { grid-template-columns: 170px repeat(8, minmax(55px, 1fr)); }
  .home-timeline__row { min-height: 62px; }
  .home-timeline__row > div { grid-template-columns: 28px 1fr; }
  .home-timeline__track i {
    top: 50%;
    height: 32px;
    transform: translateY(-50%);
  }
  .home-timeline__note {
    margin-top: 10px;
    padding-top: 10px;
    line-height: 1.65;
  }
  .home-case__grid { gap: 24px; }
  .home-case__grid > div:first-child > p { margin-top: 12px; }
  .home-case__grid > .home-case__content > .home-case__category { margin-top: 0; }
  .home-case__grid > .home-case__content > .home-case__lead { margin-top: 14px; }
  .home-case__metrics { margin-top: 18px; }
  .home-case__metrics > div { padding-block: 13px; }
  .home-case__metrics strong { font-size: 22px; }
  .home-case__media img {
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
  }
  .home-expertise__header {
    margin-bottom: 22px;
    padding-bottom: 16px;
  }
  .home-expertise__name strong { font-size: 23px; }
  .home-expertise__columns { gap: 28px; }
  .home-expertise__columns h2 { margin-bottom: 14px; }
  .home-expertise__experience { gap: 10px; }
  .home-expertise__experience li { line-height: 1.65; }
  .home-expertise__timeline { gap: 18px; }
  .home-expertise__timeline p {
    font-size: 15px;
    line-height: 1.6;
  }
  .home-faq__list summary {
    min-height: 64px;
    padding: 14px 34px 14px 36px;
    font-size: 15px;
    line-height: 1.6;
  }
  .home-faq__list details > p { padding: 0 34px 18px 36px; }
  .shared-consultation-cta {
    padding: 52px 0;
  }
  .shared-consultation-cta h2 {
    margin-bottom: 16px;
    font-size: clamp(22px, 6.2vw, 28px);
  }
  .shared-consultation-cta p {
    max-width: 34em;
    font-size: 15px;
    line-height: 1.8;
  }

  .company-hero { padding: 48px 0 40px; }
  .company-hero__inner { gap: 22px; }
  .company-hero h1 {
    font-size: 30px;
    line-height: 1.4;
  }
  .company-hero__summary > p {
    margin-bottom: 16px;
    line-height: 1.75;
  }
  .company-philosophy,
  .company-profile,
  .company-page .company-message { padding: 48px 0; }
  .company-section-head {
    gap: 8px;
    margin-bottom: 22px;
  }
  .company-section-head h2 { font-size: 24px; }
  .company-mvv article { padding: 24px 20px; }
  .company-mvv h3 {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.6;
  }
  .company-mvv__vision h3 {
    font-size: 19px;
    line-height: 1.65;
  }
  .company-values {
    gap: 22px;
    margin-top: 8px;
    padding: 24px 20px 8px;
  }
  .company-values__lead h3 {
    margin-top: 12px;
    font-size: 21px;
  }
  .company-values__list li {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .company-values__list h4 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .company-values__list p { line-height: 1.7; }
  .company-page .company-message__grid { gap: 30px; }
  .company-page .company-message__intro {
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(167, 209, 239, .24);
  }
  .company-page .company-message__text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.95;
  }
  .company-page .company-message__text p { margin: 0 0 24px; }
  .company-page .company-message__text p:first-child {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.9;
  }
  .company-page .company-message__text p:last-child { margin-bottom: 0; }
  .company-page .company-message__article footer {
    gap: 5px;
    margin-top: 30px;
    padding-top: 20px;
    border-color: rgba(255, 255, 255, .24);
  }
  .company-page .company-message__article footer span,
  .company-page .company-message__article footer p { color: #fff; }
  .company-page .company-message__article footer strong { margin-top: 4px; }
  .company-profile__grid { gap: 24px; }
  .company-data > div {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 4px;
  }
  .company-data dd { line-height: 1.7; }
  .company-name { padding: 24px 20px; }
  .company-name h3 {
    margin: 12px 0;
    font-size: 20px;
    line-height: 1.6;
  }
  .company-name p {
    margin-bottom: 10px;
    line-height: 1.75;
  }
  .company-contact { padding: 46px 0; }
  .company-contact__inner { gap: 20px; }
  .company-contact h2 {
    margin-top: 10px;
    font-size: 23px;
  }
  .company-contact p {
    margin-bottom: 14px;
    line-height: 1.7;
  }

  .contact-entry { padding: 30px 0 42px; }
  .contact-entry__grid { gap: 22px; }
  .contact-intro h1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.4;
  }
  .contact-intro__lead { line-height: 1.75; }
  .contact-topics { margin-top: 18px; }
  .contact-topics li { padding: 9px 0 9px 18px; }
  .contact-topics li::before { top: 18px; }
  .contact-response { margin-top: 16px; }
  .contact-form-card {
    margin-right: 0;
    margin-left: 0;
    padding: 22px 18px 24px;
  }
  .contact-form-card__head {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }
  .contact-form-card__head h2 { font-size: 22px; }
  .contact-page .contact-form { gap: 14px; }
  .contact-page .form-grid { gap: 13px; }
  .contact-page .field textarea { min-height: 100px; }
}

/* Global mobile design system aligned with common iOS and Material 3 conventions. */
@media (max-width: 680px) {
  :root {
    --mobile-gutter: 16px;
    --mobile-section-space: 44px;
    --mobile-card-space-x: 16px;
    --mobile-card-space-y: 20px;
    --mobile-stack-space: 24px;
    --mobile-item-space: 16px;
    --mobile-control-height: 46px;
    --mobile-h1: 28px;
    --mobile-h2: 24px;
    --mobile-h3: 20px;
    --mobile-body: 16px;
    --mobile-meta: 14px;
    --mobile-heading-line: 1.4;
    --mobile-body-line: 1.65;
  }

  body {
    font-size: var(--mobile-body);
    line-height: var(--mobile-body-line);
  }

  /* These element rules make the scale apply to current and future pages. */
  main h1 {
    font-size: var(--mobile-h1) !important;
    line-height: var(--mobile-heading-line) !important;
  }
  main h2 {
    font-size: var(--mobile-h2) !important;
    line-height: var(--mobile-heading-line) !important;
  }
  main h3,
  main h4 {
    font-size: var(--mobile-h3) !important;
    line-height: 1.45 !important;
  }
  main p,
  main li,
  main dd {
    font-size: var(--mobile-body) !important;
    line-height: var(--mobile-body-line) !important;
  }
  main small,
  main label,
  main dt,
  main time,
  .eyebrow,
  .home-eyebrow {
    font-size: var(--mobile-meta) !important;
    line-height: 1.5 !important;
  }
  input,
  textarea,
  select,
  button {
    font-size: var(--mobile-body);
  }

  .container,
  .home-container,
  .footer-inner,
  .footer-inner.footer-inner--compact,
  .footer-meta {
    width: min(calc(100% - (var(--mobile-gutter) * 2)), var(--max)) !important;
  }

  main > section {
    padding-top: var(--mobile-section-space) !important;
    padding-bottom: var(--mobile-section-space) !important;
  }
  main > .home-hero { padding-block: 0 !important; }
  main > .page-hero { padding: 48px 0 42px !important; }
  main > .company-hero { padding: 42px 0 36px !important; }
  main > .contact-entry { padding: 30px 0 42px !important; }
  main > .home-pain { padding: 48px 0 44px !important; }
  main > .shared-consultation-cta { padding: 52px 0 !important; }
  main > .company-contact { padding: 46px 0 !important; }

  .card,
  .panel,
  .contact-form-card,
  .case-thumb-body {
    padding: var(--mobile-card-space-y) var(--mobile-card-space-x) !important;
  }
  .company-mvv article,
  .company-name {
    padding: var(--mobile-card-space-y) var(--mobile-card-space-x) !important;
  }
  .company-values {
    padding: var(--mobile-card-space-y) var(--mobile-card-space-x) 8px !important;
  }
  .grid-2,
  .grid-3 {
    gap: var(--mobile-item-space);
  }
  .section-head,
  .home-section__head {
    margin-bottom: var(--mobile-stack-space);
  }
  .button,
  button,
  input,
  select {
    min-height: var(--mobile-control-height);
  }

  /* Component roles that intentionally sit below the page hierarchy. */
  .case-thumb h2,
  .home-pain__answer h2,
  .home-expertise__columns h2 {
    font-size: var(--mobile-h3) !important;
    line-height: 1.45 !important;
  }
  .home-pain__quote {
    font-size: 22px !important;
    line-height: 1.45 !important;
  }
  .home-conditions__head > div > p {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }
  .company-section-head > div p,
  .company-page .company-message__intro > p,
  .contact-response p,
  .contact-form-card__head > p,
  .home-timeline__note {
    font-size: var(--mobile-meta) !important;
    line-height: 1.6 !important;
  }
  .company-mvv h3 {
    font-size: var(--mobile-h3) !important;
    line-height: 1.55 !important;
  }

  .home-expertise__header {
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
  .home-expertise__header .home-eyebrow { margin-bottom: 8px; }
  .home-expertise__name { gap: 5px 12px; }
  .home-expertise__name strong {
    font-size: 22px;
    line-height: var(--mobile-heading-line);
  }
  .home-expertise__name span { font-size: var(--mobile-meta); }
  .home-expertise__columns { gap: var(--mobile-stack-space); }
  .home-expertise__columns h2 { margin-bottom: 12px; }
  .home-expertise__experience { gap: 8px; }
  .home-expertise__timeline { gap: var(--mobile-item-space); }
  .home-expertise__timeline p + p { margin-top: 3px; }

  .footer-nav a,
  .footer-meta {
    font-size: var(--mobile-meta);
    line-height: 1.5;
  }
}
