:root {
  --coral: #ee564d;
  --coral-deep: #a93631;
  --coral-ink: #792522;
  --gold: #ffca0a;
  --gold-ink: #885700;
  --orange: #e99611;
  --ink: #171a1b;
  --muted: #626766;
  --paper: #f7f5f0;
  --paper-dark: #eeece6;
  --white: #ffffff;
  --line: #dcdad4;
  --dark: #1e2324;
  --page-max: 1720px;
  --gutter: clamp(24px, 5vw, 72px);
  --shadow: 0 18px 50px rgb(25 28 28 / 9%);
}

/* Shared expanded footer */
.site-footer {
  display: block;
  min-height: 0;
  padding: 0;
  background: #1d2836;
  color: #f5f6f7;
}

.footer-sitemap {
  display: grid;
  padding: clamp(52px, 5.2vw, 84px) var(--gutter) clamp(48px, 4.6vw, 74px);
  gap: 48px clamp(28px, 3vw, 62px);
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  grid-template-columns: 1.15fr 1.3fr 1fr 1.2fr 1fr;
}

.footer-column h2,
.footer-column h3,
.footer-contact-directory h2,
.footer-principles h2 {
  margin: 0;
  color: var(--gold);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.site-footer .footer-column h3 {
  margin-top: 48px;
}

.footer-link-list,
.footer-principles ul {
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.footer-link-list {
  display: grid;
  gap: 10px;
}

.footer-link-list a {
  display: inline-flex;
  padding: 2px 0;
  color: #f4f5f6;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-link-list a:hover,
.footer-link-list a:focus-visible,
.footer-contact-directory a:hover,
.footer-contact-directory a:focus-visible,
.footer-bottom .legal-nav a:hover,
.footer-bottom .legal-nav a:focus-visible {
  color: var(--gold);
}

.footer-link-list a:hover {
  transform: translateX(3px);
}

.footer-connect {
  display: grid;
  align-items: start;
  padding: clamp(52px, 5vw, 78px) var(--gutter);
  gap: 44px clamp(36px, 5vw, 84px);
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.8fr) minmax(260px, 0.95fr);
}

.footer-intro {
  max-width: 620px;
}

.footer-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.footer-intro h2 {
  margin: 0;
  color: #bcc6d1;
  font-size: clamp(27px, 2.2vw, 40px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.28;
}

.footer-intro h2 span {
  color: var(--gold);
}

.footer-intro > p:not(.footer-kicker) {
  max-width: 590px;
  margin: 23px 0 0;
  color: #eef1f4;
  font-size: 13px;
  line-height: 1.9;
}

.footer-telegram-actions {
  display: grid;
  max-width: 620px;
  margin-top: 32px;
  border: 1px solid rgb(255 255 255 / 32%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-telegram-actions a {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  gap: 12px;
  background: #f5f6f7;
  color: #1d2836;
  transition: background 160ms ease, color 160ms ease;
}

.footer-telegram-actions a + a {
  background: var(--coral);
  color: var(--white);
}

.footer-telegram-actions a:hover {
  background: var(--gold);
  color: var(--ink);
}

.footer-telegram-actions a > i {
  font-size: 24px;
}

.footer-telegram-actions span {
  display: grid;
  margin-right: auto;
}

.footer-telegram-actions small {
  font-size: 9px;
  opacity: 0.72;
}

.footer-telegram-actions strong {
  font-size: 13px;
}

.footer-contact-directory h2,
.footer-principles h2 {
  color: #aeb9c5;
  font-size: 13px;
}

.footer-contact-directory dl {
  display: grid;
  margin: 22px 0 0;
  gap: 18px;
}

.footer-contact-directory dl > div {
  display: grid;
  gap: 2px;
}

.footer-contact-directory dt {
  color: #93a0ad;
  font-size: 10px;
}

.footer-contact-directory dd {
  margin: 0;
  color: #f4f5f6;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.footer-principles ul {
  display: grid;
  gap: 16px;
}

.footer-principles li {
  display: grid;
  align-items: start;
  gap: 10px;
  color: #eef1f4;
  font-size: 12px;
  line-height: 1.75;
  grid-template-columns: 18px minmax(0, 1fr);
}

.footer-principles i {
  margin-top: 4px;
  color: var(--gold);
  font-size: 15px;
}

.footer-bottom {
  display: grid;
  align-items: center;
  padding: 28px var(--gutter) 34px;
  gap: 20px 32px;
  border-top: 1px solid rgb(255 255 255 / 16%);
  color: #aeb9c5;
  grid-template-columns: 1fr auto auto;
}

.footer-bottom .footer-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.footer-bottom .footer-brand strong {
  color: var(--white);
  font-size: 19px;
}

.footer-bottom .footer-brand small {
  color: #aeb9c5;
  font-size: 9px;
}

.footer-bottom .legal-nav {
  display: flex;
  gap: 18px;
}

.footer-bottom .legal-nav a,
.footer-bottom .legal-nav .privacy-settings-button,
.footer-copyright,
.footer-boundary {
  color: #aeb9c5;
  font-size: 10px;
}

.footer-bottom .legal-nav .privacy-settings-button {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
}

.footer-bottom .legal-nav .privacy-settings-button:hover,
.footer-bottom .legal-nav .privacy-settings-button:focus-visible {
  color: var(--gold);
}

.footer-copyright,
.footer-boundary {
  margin: 0;
}

.footer-boundary {
  max-width: 980px;
  justify-self: center;
  line-height: 1.75;
  text-align: center;
  grid-column: 1 / -1;
}

@media (max-width: 1120px) {
  .footer-sitemap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-connect {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-intro {
    max-width: none;
    grid-column: 1 / -1;
  }

  .footer-intro > p:not(.footer-kicker),
  .footer-telegram-actions {
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  .footer-sitemap {
    display: block;
    padding-block: 42px;
  }

  .footer-column + .footer-column {
    margin-top: 36px;
    padding-top: 32px;
    border-top: 1px solid rgb(255 255 255 / 12%);
  }

  .site-footer .footer-column h3 {
    margin-top: 36px;
  }

  .footer-link-list {
    gap: 9px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-link-list a {
    font-size: 11px;
  }

  .footer-connect {
    padding-block: 42px;
    grid-template-columns: 1fr;
  }

  .footer-intro {
    grid-column: auto;
  }

  .footer-telegram-actions {
    grid-template-columns: 1fr;
  }

  .footer-telegram-actions a {
    min-height: 64px;
  }

  .footer-bottom {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .footer-bottom .legal-nav {
    flex-wrap: wrap;
  }

  .footer-boundary {
    max-width: none;
    justify-self: center;
    text-align: center;
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .footer-link-list {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px var(--white), 0 0 0 6px var(--ink);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header,
main,
.site-footer {
  width: min(100%, var(--page-max));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 80px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 12px var(--gutter);
  background: rgb(255 255 255 / 97%);
  border-bottom: 1px solid rgb(0 0 0 / 7%);
  border-radius: 0;
  box-shadow: 0 8px 28px rgb(0 0 0 / 4%);
  backdrop-filter: blur(16px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.site-header > .brand {
  margin-bottom: 0;
}

.brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.brand-copy,
.footer-brand span {
  display: grid;
  line-height: 1.15;
}

.brand-copy strong,
.footer-brand strong {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-copy small,
.footer-brand small {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}

.header-actions {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 30px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.desktop-nav a,
.directory-nav-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  background: transparent;
  color: #393d3d;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.desktop-nav a::after,
.directory-nav-trigger::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.directory-nav-trigger:hover::after,
.directory-nav-trigger[aria-expanded="true"]::after,
.desktop-nav [aria-current="page"]::after {
  transform: scaleX(1);
}

.directory-nav-trigger i {
  font-size: 12px;
  transition: transform 180ms ease;
}

.directory-nav-trigger[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.header-contact {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  margin: 0;
  gap: 10px;
  padding: 10px clamp(14px, 1.2vw, 21px);
  background: var(--coral);
  color: var(--white);
  font-size: 13px;
  font-weight: 750;
  transition: background 180ms ease, transform 180ms ease;
}

.header-contact:hover {
  background: var(--coral-deep);
  transform: translateY(-1px);
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: background 180ms ease;
}

.menu-button:hover {
  background: var(--paper);
}

.menu-button i {
  font-size: 29px;
}

.site-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: var(--gutter);
  display: grid;
  width: min(480px, calc(100vw - 40px));
  max-height: calc(100dvh - 112px);
  overflow-y: auto;
  padding: 10px 24px 22px;
  background: var(--white);
  border-top: 4px solid var(--coral);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(-12px);
  visibility: hidden;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.site-menu::before {
  padding: 8px 0 10px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  content: "MANPRPOWER / MENU";
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.site-menu.is-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.site-menu a,
.site-menu .menu-directory-trigger {
  display: grid;
  width: 100%;
  align-items: center;
  padding: 15px 0;
  gap: 3px 16px;
  background: transparent;
  color: inherit;
  border: 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  grid-template-columns: 34px 1fr;
  text-align: left;
}

.site-menu a > span,
.site-menu .menu-directory-trigger > span {
  color: var(--coral-deep);
  font-size: 11px;
  font-weight: 800;
  grid-row: span 2;
}

.site-menu a strong,
.site-menu .menu-directory-trigger strong {
  font-size: 15px;
}

.site-menu a small,
.site-menu .menu-directory-trigger small {
  color: var(--muted);
  font-size: 11px;
}

.site-menu a:hover strong,
.site-menu .menu-directory-trigger:hover strong,
.site-menu .menu-directory-trigger[aria-expanded="true"] strong,
.site-menu [aria-current="page"] strong {
  color: var(--coral-deep);
}

.site-menu .menu-contact {
  margin-top: 12px;
  padding: 15px 16px;
  background: var(--gold);
  border-bottom: 0;
}

.site-menu .menu-contact > span,
.site-menu .menu-contact small {
  color: var(--ink);
}

main {
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  display: grid;
  min-height: 660px;
  overflow: hidden;
  background: var(--white);
  grid-template-columns: 1fr;
  grid-template-rows: minmax(560px, calc(100svh - 192px)) 100px;
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0 0 100px;
  background: linear-gradient(90deg, rgb(255 255 255 / 97%) 0%, rgb(255 255 255 / 88%) 28%, rgb(255 255 255 / 42%) 48%, rgb(255 255 255 / 0%) 68%);
  content: "";
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(56%, 720px);
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 60px var(--gutter) 54px;
  grid-column: 1;
  grid-row: 1;
  transform: translateY(16px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--coral-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(54px, 4.7vw, 75px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1.11;
}

#hero-title,
#positioning-title,
#services-title,
#solutions-title,
#cases-title,
#testimonials-title {
  color: var(--coral-deep);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  #hero-title,
  #positioning-title,
  #services-title,
  #solutions-title,
  #cases-title,
  #testimonials-title {
    background: linear-gradient(108deg, var(--ink) 0%, var(--ink) 42%, var(--coral-deep) 74%, var(--gold-ink) 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
  }
}

.title-rule {
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 26px;
  background: var(--coral);
}

.hero-intro {
  max-width: 440px;
  margin: 26px 0 0;
  color: #565b5a;
  font-size: 16px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero-actions .primary-button {
  min-width: 190px;
  background: var(--coral);
}

.hero-actions .text-link {
  min-width: 160px;
  justify-content: space-between;
  border-bottom-color: var(--coral);
}

.hero-actions .text-link i {
  color: var(--coral);
}

.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  padding: 12px 23px;
  border: 0;
  font-size: 14px;
  font-weight: 750;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-button {
  background: var(--coral-deep);
  color: var(--white);
}

.primary-button:hover {
  background: var(--coral-ink);
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgb(63 42 38 / 20%);
}

.primary-button i {
  font-size: 20px;
}

.secondary-button {
  min-width: 190px;
  margin-inline: auto;
  background: var(--gold);
  color: var(--ink);
}

.secondary-button:hover {
  background: #edb900;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 30px;
  padding-block: 10px;
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.hero-capabilities {
  position: relative;
  z-index: 3;
  display: grid;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0 var(--gutter);
  background: rgb(255 255 255 / 97%);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 28px rgb(25 28 28 / 4%);
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.hero-capabilities li {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: var(--ink);
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
}

.hero-capabilities li:not(:last-child) {
  border-right: 1px solid var(--line);
}

.hero-capabilities i {
  flex: 0 0 auto;
  color: var(--coral);
  font-size: 32px;
}

.hero-capabilities strong {
  font-size: inherit;
  white-space: nowrap;
}

.hero-media,
.process-media,
.why-media {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.hero-media img,
.process-media img,
.why-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img {
  width: 100%;
  margin-left: 0;
  object-position: center center;
}

.hero-media {
  position: absolute;
  z-index: 0;
  inset: 0 0 100px;
}

.award-band {
  overflow: hidden;
  padding: clamp(34px, 4vw, 62px) var(--gutter) clamp(28px, 3.6vw, 52px);
  background: var(--white);
  border-block: 1px solid var(--line);
}

.award-band-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(26px, 3vw, 42px);
  gap: 18px;
  text-align: center;
}

.award-band-header p {
  margin: 0;
  color: var(--coral);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.award-band-header h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 850;
  letter-spacing: -0.025em;
}

.award-wall {
  --award-gap: 24px;
  display: flex;
  width: min(100%, 1420px);
  margin-inline: auto;
  padding: 0;
  align-items: center;
  gap: var(--award-gap);
  overflow-x: auto;
  list-style: none;
  outline: none;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--coral) #deded9;
  scrollbar-width: none;
}

.award-wall::-webkit-scrollbar {
  display: none;
}

.award-wall:focus-visible {
  border-radius: 10px;
  box-shadow: 0 0 0 3px rgb(238 86 77 / 28%);
}

.award-wall li {
  display: grid;
  flex: 0 0 calc(20% - 19.2px);
  place-items: center;
  scroll-snap-align: start;
}

.award-wall img {
  display: block;
  width: 100%;
  max-width: 168px;
  aspect-ratio: 1;
  object-fit: contain;
  filter: saturate(0.94) contrast(1.02);
}

.section {
  padding: 86px var(--gutter);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(32px, 3.1vw, 48px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.24;
}

.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.section-heading-row > p {
  max-width: 400px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  text-align: right;
}

.positioning {
  display: grid;
  gap: 56px;
  background: var(--white);
}

.company-film {
  width: min(100%, 1080px);
  margin: -26px auto 6px;
}

.company-film-frame {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  border: 1px solid #d4d0c8;
  box-shadow: 0 24px 70px rgb(25 28 28 / 14%);
  aspect-ratio: 16 / 9;
}

.company-film iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.company-film-load {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--dark);
  color: var(--white);
  cursor: pointer;
}

.company-film-load::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(10 18 24 / 4%), rgb(10 18 24 / 48%));
}

.company-film-load img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, opacity 260ms ease;
}

.company-film-load span {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgb(255 255 255 / 42%);
  border-radius: 999px;
  background: rgb(13 24 32 / 82%);
  box-shadow: 0 12px 34px rgb(0 0 0 / 24%);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transform: translateX(-50%);
}

.company-film-load span i {
  color: var(--gold);
  font-size: 18px;
}

.company-film-load:hover img,
.company-film-load:focus-visible img {
  opacity: 0.9;
  transform: scale(1.015);
}

.company-film-load:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: -3px;
}

.company-film figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  gap: 18px;
  color: var(--muted);
  font-size: 12px;
}

.company-film figcaption span,
.company-film figcaption a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.company-film figcaption span {
  color: var(--ink);
  font-weight: 750;
}

.company-film figcaption i {
  color: var(--coral);
  font-size: 17px;
}

.company-film figcaption a {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.company-film figcaption a:hover {
  color: var(--coral-deep);
  border-bottom-color: var(--coral);
}

.positioning-layout {
  display: grid;
  align-items: start;
  gap: 64px;
  grid-template-columns: minmax(390px, 0.92fr) minmax(480px, 1.08fr);
}

.positioning-heading {
  position: relative;
  padding-top: 24px;
  border-top: 4px solid var(--ink);
}

.positioning-heading::after {
  position: absolute;
  top: -4px;
  left: 0;
  width: 88px;
  height: 4px;
  background: var(--coral);
  content: "";
}

.positioning-copy {
  display: grid;
  gap: 19px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.positioning-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.positioning-copy .positioning-lead {
  color: var(--ink);
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.7;
}

.value-grid {
  display: grid;
  overflow: hidden;
  background: #ded8d0;
  border: 1px solid #ded8d0;
  grid-template-columns: repeat(4, 1fr);
}

.value-grid article {
  position: relative;
  min-width: 0;
  background: #f3f0ec;
  color: #171b1c;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.value-grid article:not(:last-child) {
  border-right: 1px solid #ded8d0;
}

.value-grid article::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.value-grid article:hover,
.value-grid article:has(.value-card-link:focus-visible) {
  background: #fff8f4;
  box-shadow: inset 0 0 0 1px rgb(239 86 78 / 24%);
}

.value-grid article:hover::after,
.value-grid article:has(.value-card-link:focus-visible)::after {
  transform: scaleX(1);
}

.value-card-link {
  display: flex;
  min-height: 250px;
  padding: 26px 25px 24px;
  color: inherit;
  flex-direction: column;
  text-decoration: none;
}

.value-card-link:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: -4px;
}

.value-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.value-grid .value-card-head span {
  color: var(--coral-deep);
  font-size: 11px;
  font-weight: 850;
}

.value-card-head i {
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid rgb(23 27 28 / 18%);
  color: var(--coral);
  font-size: 24px;
  place-items: center;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.value-grid article:hover .value-card-head i,
.value-grid article:has(.value-card-link:focus-visible) .value-card-head i {
  background: var(--coral-deep);
  border-color: var(--coral-deep);
  color: var(--white);
  transform: translateY(-3px);
}

.value-grid h3 {
  margin: 28px 0 0;
  color: #171b1c;
  font-size: 18px;
  letter-spacing: -0.025em;
}

.value-grid p {
  margin: 8px 0 0;
  color: #59605e;
  font-size: 12.5px;
  line-height: 1.75;
}

.value-card-cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 20px;
  gap: 7px;
  color: #343b39;
  font-size: 11px;
  font-weight: 750;
}

.value-card-cta i {
  color: var(--coral);
  font-size: 14px;
  transition: transform 180ms ease;
}

.value-grid article:hover .value-card-cta i,
.value-card-link:focus-visible .value-card-cta i {
  transform: translateX(4px);
}

.services {
  display: grid;
  gap: 42px;
}

.services-heading {
  max-width: 670px;
}

.service-groups {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(300px, 0.78fr) minmax(580px, 1.52fr);
}

.service-group {
  display: grid;
  align-content: start;
  border-top: 3px solid var(--ink);
}

.service-group > header {
  display: grid;
  min-height: 116px;
  align-items: start;
  padding: 22px 0 20px;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 34px 1fr;
}

.service-group > header > span {
  color: var(--coral-deep);
  font-size: 11px;
  font-weight: 850;
}

.service-group h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.service-group header p {
  max-width: 560px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.service-list {
  display: grid;
}

.service-list-grid {
  grid-template-columns: repeat(2, 1fr);
}

.service-item {
  display: grid;
  min-width: 0;
  min-height: 102px;
  align-items: center;
  padding: 18px 16px;
  gap: 13px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 34px 1fr 18px;
  transition: background 180ms ease, color 180ms ease;
}

.service-list-grid .service-item:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.service-item:hover {
  background: var(--paper);
}

.service-item > i:first-child {
  color: var(--orange);
  font-size: 30px;
}

.service-item > i:last-child {
  color: var(--coral-deep);
  font-size: 16px;
  opacity: 0;
  transform: translate(-5px, 5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.service-item:hover > i:last-child {
  opacity: 1;
  transform: translate(0, 0);
}

.service-item > span {
  display: grid;
}

.service-item strong {
  font-size: 14px;
}

.service-item small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.service-directory {
  position: fixed;
  z-index: 45;
  top: 104px;
  left: 50%;
  display: grid;
  width: min(calc(100% - 64px), 1540px);
  max-height: calc(100dvh - 120px);
  overflow: hidden;
  padding: 0 clamp(28px, 3vw, 54px);
  background: var(--white);
  border: 1px solid rgb(23 26 27 / 6%);
  border-radius: 24px;
  box-shadow: 0 34px 90px rgb(23 26 27 / 22%);
  grid-template-rows: auto minmax(0, 1fr) auto;
  opacity: 0;
  transform: translate(-50%, -10px) scale(0.99);
  transition: opacity 180ms ease, transform 180ms ease;
}

.service-directory.is-open {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.service-directory[hidden] {
  display: none;
}

body.directory-open {
  overflow: hidden;
}

body.directory-open::after {
  position: fixed;
  z-index: 34;
  inset: 92px 0 0;
  background: rgb(23 26 27 / 42%);
  backdrop-filter: blur(2px);
  content: "";
}

.directory-mega-header {
  display: grid;
  min-height: 140px;
  align-items: center;
  padding: 28px 0 24px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
}

.directory-mega-header .eyebrow {
  margin: 0 0 8px;
  font-size: 9px;
}

.directory-mega-header h2 {
  margin: 0;
  font-size: clamp(30px, 2.6vw, 42px);
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.directory-mega-header p:last-child {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.directory-section-index {
  display: grid;
  width: 74px;
  height: 36px;
  place-items: center;
  background: var(--paper);
  color: var(--coral-deep);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.directory-mega-body {
  display: grid;
  min-height: 290px;
  overflow: hidden;
  gap: clamp(30px, 3.2vw, 52px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 31%);
}

.directory-mega-main {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.directory-quick-nav {
  display: grid;
  min-height: 100%;
  align-items: stretch;
  padding: 22px 0;
  background: transparent;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 14px;
}

.directory-quick-nav[hidden],
.directory-mega-scroll[hidden],
.directory-column[hidden],
.directory-group[hidden] {
  display: none;
}

.directory-quick-nav > a,
.directory-contact-label {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  gap: 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.directory-contact-label {
  grid-column: 1 / -1;
}

.directory-quick-nav > a {
  transition: background 180ms ease, color 180ms ease;
}

.directory-quick-nav > a:hover {
  background: #fff4f1;
  border-color: var(--coral);
}

.directory-quick-nav > a > span,
.directory-contact-label {
  line-height: 1.3;
}

.directory-quick-nav > a > span,
.directory-contact-label > span {
  display: grid;
}

.directory-quick-nav small,
.directory-contact-label small {
  display: block;
  color: var(--muted);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.directory-quick-nav strong,
.directory-contact-label strong {
  display: block;
  margin-top: 2px;
  font-size: 13px;
}

.directory-quick-nav i {
  color: var(--coral-deep);
  font-size: 13px;
}

.directory-mega-scroll {
  min-height: 0;
  height: 100%;
  overflow: auto;
  padding: 22px 5px 24px 0;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.directory-grid {
  display: grid;
  align-items: start;
  gap: 28px 34px;
  grid-template-columns: minmax(0, 1fr);
}

.directory-column {
  display: contents;
}

.service-directory.is-collection .directory-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-directory.is-collection .directory-group {
  border-top: 0;
}

.service-directory.is-collection .directory-group > header {
  display: grid;
  padding-inline: 12px;
  background: #fff7f5;
  border-left: 3px solid var(--coral);
}

.service-directory.is-collection .route-list {
  grid-template-columns: 1fr;
}

.service-directory.is-collection .route-list a {
  min-height: 44px;
  padding: 9px 4px 9px 0;
}

.service-directory.is-collection .route-list strong {
  font-size: 12px;
}

.directory-group {
  min-width: 0;
  border-top: 2px solid var(--ink);
}

.directory-group > header {
  display: grid;
  min-height: 58px;
  align-items: center;
  padding: 10px 0;
  gap: 8px 10px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 24px 1fr auto;
}

.directory-group > header span {
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 850;
}

.directory-group h3 {
  margin: 0;
  font-size: 15px;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.directory-group > header em {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  background: var(--paper-dark);
  color: var(--muted);
  border-radius: 50%;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.route-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.route-list a {
  display: grid;
  min-width: 0;
  min-height: 54px;
  align-items: center;
  padding: 10px 8px 10px 0;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) 16px;
  transition: background 180ms ease, color 180ms ease, padding 180ms ease;
}

.route-list a:hover {
  padding-left: 8px;
  background: var(--paper);
  color: var(--coral-deep);
}

.route-list a > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.route-list strong {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.route-list code {
  display: none;
}

.route-list i {
  color: var(--coral-deep);
  font-size: 13px;
  opacity: 0.48;
}

.directory-spotlight {
  display: grid;
  align-self: stretch;
  margin: 22px 0 24px;
  padding: clamp(24px, 2.4vw, 36px);
  background: var(--coral);
  color: var(--white);
  border-radius: 22px;
  grid-template-rows: auto auto auto auto 1fr;
}

.directory-spotlight-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  place-items: center;
  background: rgb(255 255 255 / 14%);
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 50%;
  font-size: 22px;
}

.directory-spotlight-label {
  margin: 0 0 9px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.directory-spotlight h3 {
  max-width: 380px;
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: -0.04em;
  line-height: 1.24;
}

.directory-spotlight-description {
  margin: 16px 0 24px;
  color: rgb(255 255 255 / 84%);
  font-size: 12px;
  line-height: 1.7;
}

.directory-spotlight ul {
  display: grid;
  align-self: end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.directory-spotlight li {
  padding: 10px 0;
  border-top: 1px solid rgb(255 255 255 / 24%);
  font-size: 11px;
  font-weight: 700;
}

.directory-mega-footer {
  display: flex;
  min-height: 92px;
  align-items: center;
  padding: 18px 0;
  gap: 16px;
  border-top: 1px solid var(--line);
}

.directory-mega-footer > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: var(--coral-deep);
  border: 2px solid var(--coral);
  border-radius: 14px;
  gap: 12px;
  font-size: 12px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease;
}

.directory-mega-footer > a:hover {
  background: var(--coral);
  color: var(--white);
}

.directory-mega-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.solutions {
  display: grid;
  gap: 44px;
  background: var(--paper);
}

.stage-grid {
  display: grid;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
}

.stage-card {
  display: flex;
  min-height: 345px;
  flex-direction: column;
  padding: 25px 26px 28px;
}

.stage-card:not(:last-child) {
  border-right: 1px solid var(--line);
}

.stage-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.stage-card header span {
  color: var(--coral-deep);
  font-size: 11px;
  font-weight: 850;
}

.stage-card header i {
  color: var(--orange);
  font-size: 32px;
}

.stage-card h3 {
  margin: 30px 0 0;
  font-size: 20px;
  letter-spacing: -0.035em;
  line-height: 1.35;
}

.stage-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.stage-card small {
  margin-top: auto;
  padding-top: 22px;
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.75;
}

.process,
.why-us {
  display: grid;
  padding: 0;
  background: var(--paper);
}

.process {
  min-height: clamp(660px, 55vw, 720px);
  grid-template-columns: minmax(420px, 0.86fr) minmax(0, 1.14fr);
}

.why-content {
  padding: 80px var(--gutter);
}

.process-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(44px, 4vw, 58px) clamp(36px, 5vw, 72px) 24px;
  background: #fbfaf7;
}

.process .section-heading h2 {
  max-width: 650px;
  font-size: clamp(30px, 2.6vw, 40px);
  line-height: 1.2;
}

.process-list {
  position: relative;
  display: block;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  position: relative;
  min-width: 0;
}

.process-list li:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 40px;
  bottom: -38px;
  left: 54px;
  border-left: 1px solid #d4d0c8;
  content: "";
}

.process-list li.is-active:not(:last-child)::after {
  border-left-color: color-mix(in srgb, var(--coral) 72%, #d4d0c8);
}

.process-step {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-height: 76px;
  align-items: center;
  padding: 9px 14px 9px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  gap: 0 12px;
  grid-template-columns: 42px 24px 54px minmax(0, 1fr);
  text-align: left;
  transition: background-color 180ms ease, transform 180ms ease;
}

.process-step:hover {
  background: #f4f1ea;
  transform: translateX(4px);
}

.process-step-number {
  color: #6d706f;
  font-size: 15px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.process-step-marker {
  position: relative;
  z-index: 1;
  display: block;
  width: 14px;
  height: 14px;
  justify-self: center;
  background: #fbfaf7;
  border: 2px solid #c7c5bf;
  border-radius: 50%;
  box-shadow: 0 0 0 7px #fbfaf7;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.process-step > i {
  justify-self: center;
  color: var(--orange);
  font-size: 32px;
  transition: color 180ms ease, transform 180ms ease;
}

.process-step-copy {
  display: grid;
  gap: 3px;
}

.process-step-copy strong {
  font-size: 16px;
  letter-spacing: -0.02em;
}

.process-step-copy small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.process-list li.is-active .process-step-number {
  color: var(--coral-deep);
  font-size: 19px;
}

.process-list li.is-active .process-step-marker {
  background: var(--coral);
  border-color: var(--coral);
  box-shadow: 0 0 0 6px #fbfaf7, 0 0 0 8px rgb(238 86 77 / 28%);
  transform: scale(1.06);
}

.process-list li.is-active .process-step > i {
  color: var(--coral);
  transform: scale(1.08);
}

.process-list li.is-active .process-step-copy strong {
  font-size: 18px;
}

.process-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.process-controls p {
  display: flex;
  align-items: baseline;
  margin: 0;
  gap: 8px;
  font-variant-numeric: tabular-nums;
}

.process-controls p strong {
  color: var(--coral);
  font-size: 20px;
}

.process-controls p span {
  color: #8a8d8c;
  font-size: 16px;
  font-weight: 700;
}

.process-controls > div {
  display: flex;
  gap: 8px;
}

.process-arrow {
  display: grid;
  width: 48px;
  height: 42px;
  place-items: center;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
  font-size: 24px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.process-arrow:hover:not(:disabled) {
  background: var(--coral);
  color: var(--white);
  border-color: var(--coral);
}

.process-arrow:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.process-media {
  min-height: clamp(660px, 55vw, 720px);
  background: #d8c2a3;
}

.process-media img {
  transform: scale(1.002);
  transition: opacity 220ms ease, transform 420ms ease;
}

.process-media.is-changing img {
  opacity: 0.45;
  transform: scale(1.025);
}

.process-slide-copy {
  position: absolute;
  z-index: 2;
  top: 17%;
  left: 9%;
  display: grid;
  width: min(430px, 74%);
  margin: 0;
  padding: 22px 24px 24px;
  background: rgb(251 250 247 / 90%);
  box-shadow: 0 18px 48px rgb(35 29 20 / 12%);
}

.process-slide-copy > span {
  width: fit-content;
  padding-bottom: 10px;
  color: var(--coral-deep);
  border-bottom: 2px solid var(--coral);
  font-size: 17px;
  font-weight: 850;
}

.process-slide-copy strong {
  margin-top: 25px;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.process-slide-copy p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.process-hint {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 9px 13px;
  background: rgb(23 26 27 / 72%);
  color: var(--white);
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.cases {
  background: var(--white);
}

.case-grid {
  display: grid;
  margin-top: 42px;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.case-card {
  position: relative;
  overflow: hidden;
  min-height: 342px;
  padding: 0;
  background: var(--paper-dark);
  border: 0;
  cursor: pointer;
  text-align: left;
}

.case-card::after {
  position: absolute;
  inset: 0;
  background: rgb(18 21 21 / 9%);
  content: "";
  transition: background 220ms ease;
}

.case-card:hover::after {
  background: rgb(18 21 21 / 1%);
}

.case-card img {
  width: 100%;
  height: 100%;
  min-height: 342px;
  object-fit: cover;
  transition: transform 350ms ease;
}

.case-card:hover img {
  transform: scale(1.025);
}

.case-index {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 5px 8px;
  background: rgb(255 255 255 / 90%);
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 850;
}

.case-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  padding: 17px 20px 18px;
  background: rgb(255 255 255 / 94%);
  grid-template-columns: 1fr auto;
}

.case-copy small,
.case-copy strong,
.case-copy em {
  grid-column: 1;
}

.case-copy small {
  color: var(--coral-deep);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.case-copy strong {
  margin-top: 2px;
  font-size: 17px;
}

.case-copy em {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
}

.case-copy i {
  align-self: center;
  color: var(--coral-deep);
  font-size: 22px;
  grid-column: 2;
  grid-row: 1 / span 3;
}

.testimonials {
  overflow: hidden;
  background: #fbfaf7;
  color: var(--ink);
}

.testimonial-heading {
  max-width: 1500px;
}

.testimonials .eyebrow {
  color: var(--coral);
}

.testimonials .section-heading h2 {
  max-width: 1500px;
  font-size: clamp(36px, 3.6vw, 58px);
  line-height: 1.18;
}

.testimonial-carousel {
  margin-top: 44px;
}

.testimonial-track {
  display: flex;
  overflow-x: auto;
  padding: 2px 0 8px;
  gap: 24px;
  outline: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial-track:focus-visible {
  border-radius: 32px;
  box-shadow: 0 0 0 3px rgb(238 86 77 / 35%);
}

.testimonial-slide {
  display: grid;
  min-width: 100%;
  flex: 0 0 100%;
  gap: clamp(18px, 2.2vw, 34px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial-card {
  display: grid;
  min-width: 0;
  gap: 20px;
  grid-template-rows: minmax(250px, 1fr) auto;
}

.testimonial-card blockquote {
  position: relative;
  display: flex;
  min-height: 250px;
  margin: 0;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 3.2vw, 52px);
  background: #f0f1ef;
  border: 1px solid #ebece9;
  border-radius: 30px;
}

.testimonial-card blockquote > i {
  margin-bottom: 16px;
  color: var(--coral);
  font-size: 32px;
}

.testimonial-card blockquote p {
  margin: 0;
  color: #282b2b;
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 450;
  letter-spacing: -0.015em;
  line-height: 1.9;
}

.testimonial-card blockquote strong {
  font-weight: 800;
}

.testimonial-identity {
  display: grid;
  min-height: 94px;
  align-items: center;
  gap: 20px;
  padding-inline: 20px 8px;
  grid-template-columns: minmax(142px, 0.8fr) 76px minmax(0, 1.15fr);
}

.testimonial-service {
  display: flex;
  min-width: 0;
  min-height: 62px;
  align-items: center;
  gap: 12px;
  padding-right: 20px;
  border-right: 1px solid var(--line);
}

.testimonial-service > i {
  color: var(--coral);
  font-size: 34px;
}

.testimonial-service small {
  color: #273030;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.testimonial-identity > img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 7px 22px rgb(25 28 28 / 12%);
}

.testimonial-person {
  display: grid;
}

.testimonial-person strong {
  font-size: 14px;
  font-weight: 850;
}

.testimonial-person small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 28px;
  padding-top: 18px;
  gap: 32px;
  border-top: 1px solid var(--line);
}

.testimonial-controls {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 28px;
}

.testimonial-controls > span {
  min-width: 92px;
  color: #4f5453;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.testimonial-controls > span strong {
  color: var(--coral);
  font-size: 15px;
}

.testimonial-progress,
.testimonial-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-progress button {
  width: 26px;
  height: 5px;
  padding: 0;
  background: #c7c8c5;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.testimonial-progress button[aria-current="true"] {
  width: 36px;
  background: var(--coral);
}

.testimonial-arrows button {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  padding: 0;
  background: transparent;
  color: var(--ink);
  border: 1px solid #9c9f9d;
  cursor: pointer;
  font-size: 22px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.testimonial-arrows .testimonial-next {
  color: var(--coral);
  border-color: var(--coral);
}

.testimonial-progress button:hover,
.testimonial-progress button:focus-visible,
.testimonial-arrows button:hover,
.testimonial-arrows button:focus-visible {
  background: var(--coral);
  color: var(--white);
  border-color: var(--coral);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.about-statement {
  max-width: 650px;
  margin: 28px 0 0;
  padding: 20px 0 0 22px;
  color: #3d4241;
  border-top: 1px solid var(--line);
  border-left: 4px solid var(--coral);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.85;
}

.benefit-list {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  gap: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.benefit-list li {
  display: grid;
  align-items: start;
  padding: 15px 0;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 42px 1fr;
}

.benefit-number {
  color: var(--coral-deep);
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.benefit-list li > span:last-child {
  display: grid;
}

.benefit-list strong {
  font-size: 14px;
}

.benefit-list small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.why-media img {
  object-position: center center;
}

.site-footer {
  display: grid;
  min-height: 248px;
  align-items: center;
  padding: 38px var(--gutter);
  gap: 26px 34px;
  background: var(--dark);
  color: var(--white);
  grid-template-columns: 1fr auto;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.footer-brand small {
  color: #b9bdbc;
}

.footer-nav,
.legal-nav {
  display: flex;
}

.footer-nav a {
  position: relative;
  padding: 10px 18px;
  color: #d7dad9;
  font-size: 12px;
}

.footer-nav a:not(:last-child)::after {
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 24px;
  background: #626868;
  content: "";
}

.footer-nav a:hover,
.legal-nav a:hover {
  color: var(--gold);
}

.footer-meta {
  display: grid;
  align-items: center;
  padding-top: 20px;
  gap: 10px 24px;
  border-top: 1px solid #454b4a;
  color: #aeb3b2;
  grid-column: 1 / -1;
  grid-template-columns: auto auto minmax(360px, 1fr);
}

.footer-meta p {
  margin: 0;
  font-size: 10px;
}

.footer-meta > p:last-child {
  max-width: 720px;
  justify-self: end;
  line-height: 1.75;
  text-align: right;
}

.legal-nav {
  gap: 14px;
}

.legal-nav a {
  color: #c7cbca;
  font-size: 10px;
}

.process-dialog {
  width: min(760px, calc(100% - 32px));
  max-height: min(820px, calc(100dvh - 32px));
  overflow: hidden;
  padding: 0;
  background: #fbfaf7;
  border: 0;
  box-shadow: 0 28px 80px rgb(0 0 0 / 30%);
}

.process-dialog[open] {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.process-dialog::backdrop {
  background: rgb(15 17 17 / 78%);
  backdrop-filter: blur(4px);
}

.process-dialog > img {
  width: 100%;
  height: min(54dvh, 520px);
  object-fit: cover;
  touch-action: pan-y;
  user-select: none;
}

.process-dialog-arrow {
  position: absolute;
  z-index: 3;
  top: min(27dvh, 260px);
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  background: rgb(255 255 255 / 92%);
  color: var(--ink);
  border: 1px solid rgb(23 26 27 / 22%);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgb(0 0 0 / 16%);
  cursor: pointer;
  font-size: 21px;
  transform: translateY(-50%);
}

.process-dialog-prev {
  left: 14px;
}

.process-dialog-next {
  right: 14px;
}

.process-dialog-arrow:hover:not(:disabled),
.process-dialog-arrow:focus-visible {
  background: var(--coral);
  color: var(--white);
  border-color: var(--coral);
}

.process-dialog-arrow:disabled {
  cursor: default;
  background: rgb(255 255 255 / 78%);
  color: #8a8d8c;
  border-color: rgb(23 26 27 / 14%);
  box-shadow: none;
}

.process-dialog-copy {
  display: grid;
  padding: 26px 32px 30px;
}

.process-dialog-copy > span {
  color: var(--coral-deep);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.process-dialog-copy h2 {
  margin: 10px 0 0;
  font-size: 30px;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.process-dialog-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.case-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: min(680px, calc(100dvh - 32px));
  padding: 0;
  border: 0;
  box-shadow: 0 28px 80px rgb(0 0 0 / 28%);
}

.case-dialog[open] {
  display: grid;
  grid-template-rows: 1fr auto;
}

.case-dialog::backdrop {
  background: rgb(15 17 17 / 74%);
  backdrop-filter: blur(4px);
}

.dialog-content {
  padding: 54px 48px 28px;
}

.case-dialog h2 {
  margin: 0;
  font-size: 36px;
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.case-dialog .dialog-content > p:not(.eyebrow) {
  max-width: 490px;
  margin: 18px 0 0;
  color: var(--muted);
}

.dialog-meta {
  display: grid;
  margin: 30px 0 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
}

.dialog-meta div {
  display: grid;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.dialog-meta div:first-child {
  padding-right: 18px;
  border-right: 1px solid var(--line);
}

.dialog-meta div:last-child {
  padding-left: 18px;
}

.dialog-meta dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.dialog-meta dd {
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 750;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
  padding: 0 48px 44px;
}

.dialog-actions .primary-button {
  margin-top: 0;
}

.route-dialog-meta {
  grid-template-columns: 0.72fr 1.28fr;
}

.route-dialog-meta code {
  overflow-wrap: anywhere;
  color: var(--coral-deep);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 1.6;
}

.route-dialog-actions {
  gap: 10px;
}

.route-dialog-actions .route-dialog-dismiss {
  min-width: 154px;
  margin: 0;
  background: var(--paper-dark);
}

.route-dialog-actions .route-dialog-dismiss:hover {
  background: var(--gold);
}

.dialog-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  background: var(--paper);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.dialog-close:hover {
  background: var(--paper-dark);
}

@media (max-width: 1100px) {
  .site-header {
    min-height: 80px;
    flex-wrap: nowrap;
    padding: 12px var(--gutter);
  }

  .site-header > .brand {
    margin-bottom: 0;
  }

  .header-actions {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 18px;
  }

  .desktop-nav {
    display: none;
  }

  .header-contact {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .site-menu {
    max-height: calc(100dvh - 112px);
  }

  .service-directory {
    top: 92px;
    max-height: calc(100dvh - 104px);
  }

  body.directory-open::after {
    inset-block-start: 92px;
  }
}

@media (max-width: 1050px) {
  .desktop-nav,
  .header-contact {
    display: none;
  }

  .menu-button {
    display: grid;
  }

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

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, calc(100svh - 168px)) 76px;
  }

  .hero-copy {
    width: min(66%, 650px);
  }

  .hero-media {
    bottom: 76px;
  }

  .hero::before {
    bottom: 76px;
  }

  .hero-capabilities {
    height: 76px;
  }

  .hero-capabilities li {
    gap: 10px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .hero-capabilities i {
    font-size: 24px;
  }

  .positioning-layout {
    gap: 40px;
    grid-template-columns: 0.94fr 1.06fr;
  }

  .service-groups {
    grid-template-columns: 1fr;
  }

  .service-group-compact .service-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-group-compact .service-item:first-child {
    border-right: 1px solid var(--line);
  }

  .directory-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-directory.is-collection .directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .directory-mega-body {
    overflow: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .directory-mega-main {
    overflow: visible;
  }

  .directory-mega-scroll {
    height: auto;
    overflow: visible;
  }

  .directory-spotlight {
    display: none;
  }

  .route-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .directory-mega-header {
    min-height: 104px;
  }

  .directory-quick-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stage-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stage-card:nth-child(2) {
    border-right: 0;
  }

  .stage-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .testimonial-card blockquote {
    padding: 30px;
  }

  .testimonial-card blockquote p {
    font-size: 14px;
  }

  .testimonial-identity {
    gap: 12px;
    padding-left: 8px;
    grid-template-columns: minmax(110px, 0.72fr) 60px minmax(0, 1fr);
  }

  .testimonial-identity > img {
    width: 60px;
    height: 60px;
  }

  .testimonial-service {
    padding-right: 12px;
  }

  .testimonial-service > i {
    font-size: 27px;
  }

  .testimonial-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .testimonial-controls {
    justify-content: flex-end;
  }

}

@media (min-width: 621px) and (max-width: 820px) {
  :root {
    --gutter: 34px;
  }

  .site-header {
    min-height: 72px;
    padding-block: 10px;
  }

  .brand,
  .footer-brand {
    gap: 10px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .brand-copy small {
    margin-top: 3px;
    font-size: 10px;
  }

  .menu-button {
    width: 42px;
    height: 42px;
  }

  .menu-button i {
    font-size: 25px;
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, calc(100svh - 160px)) 76px;
  }

  .hero::before {
    display: block;
  }

  .hero-media img {
    width: 100%;
    margin-left: 0;
    object-position: 58% center;
  }

  .hero-copy {
    width: min(72%, 560px);
    padding: 42px var(--gutter) 36px;
    transform: none;
  }

  .hero .eyebrow {
    display: block;
    margin-bottom: 14px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: 46px;
    line-height: 1.13;
  }

  .title-rule {
    width: 34px;
    height: 3px;
    margin-top: 18px;
  }

  .hero-intro {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.7;
  }

  .hero .hero-actions {
    display: flex;
  }

  .hero-actions {
    gap: 22px;
  }

  .hero-actions .primary-button,
  .hero-actions .text-link {
    margin-top: 22px;
  }

  .hero-capabilities {
    height: 76px;
    margin: 0;
    padding: 0 16px;
  }

  .hero-capabilities li {
    display: flex;
    gap: 7px;
    padding-inline: 8px;
    font-size: 10px;
    white-space: normal;
  }

  .hero-capabilities i {
    font-size: 21px;
  }

  .positioning {
    gap: 38px;
  }

  .company-film {
    margin-top: -22px;
  }

  .company-film figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .positioning-layout {
    gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .positioning-copy .positioning-lead {
    font-size: 16px;
  }

  .positioning-copy p {
    font-size: 12px;
  }

  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-grid article:nth-child(2) {
    border-right: 0;
  }

  .value-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgb(255 255 255 / 14%);
  }

  .section {
    padding-block: 52px;
  }

  .section-heading h2 {
    font-size: 31px;
  }

  .section-heading-row > p {
    max-width: 280px;
    font-size: 11px;
  }

  .services {
    gap: 30px;
  }

  .service-directory {
    gap: 30px;
  }

  .directory-grid {
    gap: 24px;
  }

  .directory-column {
    gap: 28px;
  }

  .route-list strong {
    font-size: 11px;
  }

  .service-groups {
    gap: 18px;
  }

  .service-group > header {
    min-height: 94px;
    padding-block: 16px;
  }

  .service-group h3 {
    font-size: 19px;
  }

  .service-group header p {
    font-size: 11px;
  }

  .service-item {
    min-height: 82px;
    padding: 13px 12px;
    gap: 10px;
    grid-template-columns: 28px 1fr 14px;
  }

  .service-item > i:first-child {
    font-size: 25px;
  }

  .service-item strong {
    font-size: 12px;
  }

  .service-item small {
    font-size: 11px;
  }

  .secondary-button {
    min-height: 42px;
    margin-top: 2px;
    font-size: 12px;
  }

  .solutions {
    gap: 30px;
  }

  .stage-card {
    min-height: 290px;
    padding: 20px;
  }

  .stage-card h3 {
    margin-top: 22px;
    font-size: 17px;
  }

  .process {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .process-content,
  .why-content {
    padding: 44px var(--gutter);
  }

  .process .eyebrow,
  .cases .eyebrow,
  .testimonials .eyebrow {
    margin-bottom: 9px;
    font-size: 11px;
  }

  .process-list {
    margin-top: 28px;
  }

  .process-list li:not(:last-child)::after {
    top: 43px;
    bottom: -41px;
    left: 52px;
  }

  .process-step {
    min-height: 82px;
    padding-block: 7px;
    grid-template-columns: 40px 24px 48px minmax(0, 1fr);
  }

  .process-step-number {
    font-size: 13px;
  }

  .process-step > i {
    font-size: 30px;
  }

  .process-step-copy strong {
    font-size: 15px;
  }

  .process-step-copy small {
    font-size: 11px;
    line-height: 1.45;
  }

  .process-list li.is-active .process-step-copy strong {
    font-size: 17px;
  }

  .process-controls {
    margin-top: 22px;
  }

  .process-media {
    min-height: 520px;
  }

  .process-slide-copy {
    top: 12%;
  }

  .case-grid {
    margin-top: 25px;
    gap: 12px;
  }

  .case-card,
  .case-card img {
    min-height: 220px;
  }

  .case-index {
    top: 10px;
    left: 10px;
  }

  .case-copy {
    padding: 11px 12px;
  }

  .case-copy strong {
    font-size: 12px;
  }

  .case-copy small,
  .case-copy em {
    font-size: 10px;
  }

  .benefit-list {
    margin-top: 24px;
  }

  .about-statement {
    margin-top: 20px;
    font-size: 12px;
  }

  .benefit-list li {
    padding: 11px 0;
    gap: 10px;
    grid-template-columns: 30px 1fr;
  }

  .benefit-number {
    font-size: 15px;
  }

  .benefit-list strong,
  .benefit-list small {
    font-size: 11px;
  }

  .site-footer {
    min-height: 152px;
    padding-block: 26px;
    gap: 18px;
  }

  .footer-brand img {
    width: 38px;
    height: 38px;
  }

  .footer-brand strong {
    font-size: 17px;
  }

  .footer-brand small {
    font-size: 9px;
  }

  .footer-nav a {
    padding: 8px 10px;
    font-size: 10px;
  }

  .footer-meta {
    gap: 8px 14px;
    grid-template-columns: 1fr;
  }

  .footer-meta > p:last-child {
    max-width: none;
    justify-self: start;
    text-align: left;
  }

  .footer-meta p,
  .legal-nav a {
    font-size: 9px;
  }
}

@media (min-width: 821px) and (max-width: 1050px) and (max-height: 760px) {
  .hero-copy {
    padding-block: 36px 30px;
    transform: none;
  }

  .hero .eyebrow {
    margin-bottom: 12px;
  }

  .hero h1 {
    font-size: clamp(46px, 5.2vw, 58px);
  }

  .title-rule {
    margin-top: 16px;
  }

  .hero-intro {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.65;
  }

  .hero-actions .primary-button,
  .hero-actions .text-link {
    margin-top: 18px;
  }
}

@media (max-width: 620px) {
  :root {
    --gutter: 22px;
  }

  body {
    padding: 0;
  }

  .site-header {
    min-height: 68px;
    padding-block: 9px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .brand-copy small {
    margin-top: 3px;
    font-size: 10px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .site-menu {
    position: fixed;
    top: 84px;
    right: 8px;
    left: 8px;
    width: auto;
    max-height: calc(100dvh - 92px);
    overflow-y: auto;
  }

  .service-directory {
    top: 84px;
    width: calc(100% - 16px);
    max-height: calc(100dvh - 92px);
    padding-inline: 18px;
    border-radius: 18px;
  }

  body.directory-open::after {
    inset-block-start: 76px;
  }

  .directory-mega-header {
    min-height: 0;
    align-items: start;
    padding: 16px 0;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .directory-mega-header h2 {
    font-size: 26px;
  }

  .directory-mega-header p:last-child {
    font-size: 10px;
    line-height: 1.55;
  }

  .directory-section-index {
    width: 62px;
    height: 32px;
    margin-top: 2px;
    font-size: 8px;
  }

  .hero {
    min-height: 0;
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: clamp(190px, 28svh, 240px) auto 92px;
  }

  .hero::before {
    display: none;
  }

  .hero-copy {
    width: 100%;
    min-height: 0;
    padding-block: 24px 20px;
    background: var(--white);
    grid-row: 2;
    transform: none;
  }

  .hero .eyebrow {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .hero h1 {
    font-size: clamp(35px, 10.75vw, 42px);
    line-height: 1.08;
  }

  .title-rule {
    width: 38px;
    height: 3px;
    margin-top: 14px;
  }

  .hero-intro {
    max-width: 520px;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.65;
  }

  .hero-actions {
    width: 100%;
    gap: 12px;
  }

  .hero-actions .primary-button,
  .hero-actions .text-link {
    min-width: 0;
    margin-top: 18px;
  }

  .hero-actions .primary-button {
    min-height: 44px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .hero-actions .text-link {
    flex: 1;
    min-height: 44px;
    padding-block: 8px;
    font-size: 11px;
  }

  .hero-capabilities {
    display: grid;
    height: 92px;
    min-height: 0;
    padding: 0 12px;
    grid-row: 3;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-media {
    position: relative;
    height: 100%;
    min-height: 0;
    inset: auto;
    grid-column: 1;
    grid-row: 1;
  }

  .hero-media img {
    width: 150%;
    max-width: none;
    margin-left: -50%;
    object-position: center center;
  }

  .hero-capabilities li {
    justify-content: flex-start;
    gap: 6px;
    padding: 7px 6px;
    border-bottom: 1px solid var(--line);
    font-size: 10px;
    line-height: 1.35;
  }

  .hero-capabilities li:nth-child(2) {
    border-right: 0;
  }

  .hero-capabilities li:nth-child(n + 3) {
    border-bottom: 0;
  }

  .hero-capabilities i {
    font-size: 19px;
  }

  .hero-capabilities strong {
    white-space: normal;
  }

  .award-band {
    padding: 34px 0 28px;
  }

  .award-band-header {
    flex-direction: column;
    margin-bottom: 24px;
    padding-inline: 20px;
    gap: 5px;
  }

  .award-band-header p {
    font-size: 8px;
  }

  .award-band-header h2 {
    font-size: 20px;
  }

  .award-wall {
    display: grid;
    width: 100%;
    overflow-x: auto;
    padding: 0 20px 10px;
    grid-auto-columns: 118px;
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 18px;
    scroll-padding-inline: 20px;
    scrollbar-width: none;
    scroll-snap-type: none;
  }

  .award-wall::-webkit-scrollbar {
    display: none;
  }

  .section {
    padding-block: 62px;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading-row > p {
    max-width: none;
    text-align: left;
  }

  .section-heading h2 {
    font-size: 32px;
  }

  .positioning {
    gap: 38px;
  }

  .company-film {
    margin-top: -22px;
  }

  .company-film figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .positioning-layout {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .positioning-copy .positioning-lead {
    font-size: 17px;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-grid article {
    min-height: 0;
  }

  .value-card-link {
    min-height: 0;
    padding: 22px 20px 24px;
  }

  .value-grid article:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #ded8d0;
  }

  .value-grid h3 {
    margin-top: 18px;
  }

  .services {
    gap: 30px;
    padding-top: 48px;
  }

  .directory-grid {
    gap: 26px;
    grid-template-columns: 1fr;
  }

  .service-directory.is-collection .directory-grid {
    grid-template-columns: 1fr;
  }

  .route-list {
    grid-template-columns: 1fr;
  }

  .directory-quick-nav {
    grid-template-columns: 1fr;
  }

  .directory-quick-nav > a,
  .directory-contact-label {
    min-height: 56px;
    border: 1px solid var(--line);
  }

  .directory-mega-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 14px;
    gap: 9px;
  }

  .directory-mega-footer > a {
    width: 100%;
  }

  .directory-column {
    gap: 34px;
  }

  .route-list a {
    min-height: 44px;
  }

  .service-group > header {
    min-height: 0;
    padding-block: 18px;
  }

  .service-group h3 {
    font-size: 20px;
  }

  .service-group header p {
    font-size: 11px;
  }

  .service-group-compact .service-list {
    grid-template-columns: 1fr;
  }

  .service-group-compact .service-item:first-child {
    border-right: 0;
  }

  .service-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-list-grid .service-item:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .service-list-grid .service-item {
    min-height: 98px;
    align-items: start;
    padding-inline: 9px;
    gap: 10px;
    grid-template-columns: 26px 1fr;
  }

  .service-list-grid .service-item > i:first-child {
    margin-top: 2px;
    font-size: 24px;
  }

  .service-list-grid .service-item > i:last-child {
    display: none;
  }

  .service-list-grid .service-item strong {
    font-size: 12px;
  }

  .service-list-grid .service-item small {
    font-size: 11px;
    line-height: 1.5;
  }

  .service-item {
    min-height: 84px;
    padding: 14px 8px;
  }

  .secondary-button {
    width: 100%;
    margin-top: 0;
  }

  .stage-grid {
    grid-template-columns: 1fr;
  }

  .solutions {
    padding-block: 46px;
    gap: 24px;
  }

  .solutions .section-heading h2 {
    font-size: 29px;
  }

  .solutions .section-heading-row > p {
    font-size: 11px;
    line-height: 1.65;
  }

  .stage-card {
    display: grid;
    min-height: 0;
    align-items: center;
    padding: 13px 0;
    gap: 4px 10px;
    grid-template-columns: 30px minmax(0, 1fr) 28px;
    grid-template-rows: auto auto;
  }

  .stage-card:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stage-card header {
    display: contents;
  }

  .stage-card header span {
    align-self: center;
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .stage-card header i {
    align-self: center;
    justify-self: end;
    font-size: 24px;
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .stage-card h3 {
    margin: 0;
    font-size: 17px;
    grid-column: 2;
    grid-row: 1;
  }

  .stage-card p {
    display: none;
  }

  .stage-card small {
    margin: 0;
    padding-top: 0;
    font-size: 8.5px;
    line-height: 1.45;
    grid-column: 2;
    grid-row: 2;
  }

  .process {
    grid-template-columns: 1fr;
  }

  .process {
    min-height: 0;
  }

  .process-content,
  .why-content {
    padding-block: 60px;
  }

  .process-content {
    padding-bottom: 28px;
  }

  .process-list {
    margin-top: 30px;
  }

  .process-list li:not(:last-child)::after {
    top: 41px;
    bottom: -39px;
    left: 43px;
  }

  .process-step {
    min-height: 78px;
    padding: 6px 4px 6px 0;
    gap: 0 8px;
    grid-template-columns: 32px 22px 38px minmax(0, 1fr);
  }

  .process-step:hover {
    transform: none;
  }

  .process-step-number {
    font-size: 12px;
  }

  .process-step-marker {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 5px #fbfaf7;
  }

  .process-step > i {
    font-size: 27px;
  }

  .process-step-copy strong,
  .process-list li.is-active .process-step-copy strong {
    font-size: 15px;
  }

  .process-step-copy small {
    font-size: 11px;
  }

  .process-controls {
    display: none;
  }

  .process-media {
    display: none;
  }

  .process-slide-copy {
    top: 24px;
    left: 20px;
    width: calc(100% - 40px);
    padding: 18px 20px 20px;
  }

  .process-slide-copy strong {
    margin-top: 18px;
    font-size: 28px;
  }

  .process-slide-copy p {
    font-size: 12px;
  }

  .process-hint {
    right: 18px;
    bottom: 18px;
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

  .case-card,
  .case-card img {
    min-height: 320px;
  }

  .testimonial-carousel {
    margin-top: 32px;
  }

  .testimonials .section-heading h2 {
    font-size: 34px;
  }

  .testimonial-slide {
    display: contents;
  }

  .testimonial-card {
    min-width: 100%;
    flex: 0 0 100%;
    gap: 14px;
    grid-template-rows: auto auto;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .testimonial-card blockquote {
    min-height: 0;
    padding: 25px 22px 28px;
    border-radius: 22px;
  }

  .testimonial-card blockquote > i {
    margin-bottom: 10px;
    font-size: 27px;
  }

  .testimonial-card blockquote p {
    font-size: 13px;
    line-height: 1.78;
  }

  .testimonial-identity {
    min-height: 74px;
    gap: 10px;
    padding-inline: 4px;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .testimonial-service {
    min-height: 42px;
    padding: 0 0 8px;
    gap: 8px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    grid-column: 1 / -1;
  }

  .testimonial-service > i {
    font-size: 24px;
  }

  .testimonial-identity > img {
    width: 58px;
    height: 58px;
  }

  .testimonial-person strong {
    font-size: 12px;
  }

  .testimonial-person small {
    font-size: 9px;
  }

  .testimonial-footer {
    margin-top: 24px;
  }

  .testimonial-controls {
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
  }

  body[data-site-section="home"] .testimonial-controls > span {
    display: none;
  }

  .testimonial-progress {
    display: none;
  }

  .testimonial-progress button {
    flex: 1;
  }

  .testimonial-progress button[aria-current="true"] {
    width: auto;
    flex: 1.45;
  }

  .testimonial-arrows button {
    width: 46px;
    height: 46px;
  }

  .about-statement {
    padding-left: 16px;
    font-size: 13px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-sitemap {
    padding-block: 30px 22px;
  }

  .footer-column + .footer-column {
    margin-top: 24px;
    padding-top: 20px;
  }

  .site-footer .footer-column h3 {
    margin-top: 32px;
  }

  .footer-link-list {
    margin-top: 14px;
    gap: 7px 18px;
  }

  .footer-connect {
    padding-block: 30px 36px;
    gap: 30px;
  }

  .footer-nav {
    display: grid;
    width: 100%;
    border-top: 1px solid #454b4a;
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-nav a {
    padding: 12px 6px;
    text-align: center;
  }

  .footer-nav a:not(:last-child)::after {
    top: 10px;
  }

  .footer-meta {
    align-items: start;
    padding-top: 18px;
    grid-template-columns: 1fr;
  }

  .footer-meta > p:last-child {
    max-width: 350px;
    text-align: left;
  }

  .case-dialog {
    width: 100vw;
    height: 100dvh;
    max-width: none;
    max-height: none;
    margin: 0;
  }

  .dialog-content {
    padding: 82px 24px 28px;
    overflow-y: auto;
  }

  .case-dialog h2 {
    font-size: 34px;
  }

  .dialog-meta {
    grid-template-columns: 1fr;
  }

  .dialog-meta div:first-child,
  .dialog-meta div:last-child {
    padding: 15px 0;
    border-right: 0;
  }

  .dialog-actions {
    padding: 16px 24px 24px;
    background: var(--white);
    border-top: 1px solid var(--line);
  }

  .route-dialog-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .route-dialog-actions .route-dialog-dismiss,
  .route-dialog-actions .primary-button {
    width: 100%;
  }

  .dialog-actions .primary-button {
    width: 100%;
  }

  .dialog-close {
    position: fixed;
    top: 18px;
    right: 18px;
  }

  .process-dialog {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
  }

  .process-dialog > img {
    height: min(52dvh, 430px);
  }

  .process-dialog-arrow {
    top: min(26dvh, 215px);
    width: 44px;
    height: 44px;
  }

  .process-dialog-copy {
    padding: 22px 22px 26px;
  }

  .process-dialog-copy h2 {
    font-size: 26px;
  }

  .process-dialog .dialog-close {
    position: absolute;
    top: 14px;
    right: 14px;
  }
}

@media (max-width: 430px) {
  .service-list-grid {
    grid-template-columns: 1fr;
  }

  .service-list-grid .service-item:nth-child(odd) {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.site-consent-banner {
  position: fixed;
  z-index: 1000;
  right: clamp(16px, 3vw, 42px);
  bottom: clamp(16px, 3vw, 42px);
  left: clamp(16px, 3vw, 42px);
  display: grid;
  width: min(960px, calc(100% - clamp(32px, 6vw, 84px)));
  max-height: calc(100dvh - 32px);
  margin-inline: auto;
  overflow: auto;
  padding: clamp(22px, 3vw, 34px);
  gap: 24px 36px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 18px;
  background: #152230;
  box-shadow: 0 24px 70px rgb(0 0 0 / 35%);
  color: #f7f8f9;
  grid-template-columns: minmax(0, 1fr) auto;
}

.site-consent-banner[hidden] {
  display: none;
}

.site-consent-copy {
  max-width: 650px;
}

.site-consent-kicker {
  margin: 0 0 7px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-consent-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.25;
}

.site-consent-copy p:not(.site-consent-kicker) {
  margin: 10px 0 0;
  color: #d4dce4;
  font-size: 14px;
  line-height: 1.7;
}

.site-consent-copy a {
  display: inline-flex;
  margin-top: 9px;
  color: #f0c879;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-consent-actions {
  display: grid;
  align-self: center;
  gap: 9px;
  grid-template-columns: repeat(3, auto);
}

.site-consent-actions button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.site-consent-actions button:hover,
.site-consent-actions button:focus-visible {
  border-color: #f0c879;
  color: #f0c879;
}

.site-consent-actions .site-consent-primary {
  border-color: #f0c879;
  background: #f0c879;
  color: #17222f;
}

.site-consent-actions .site-consent-primary:hover,
.site-consent-actions .site-consent-primary:focus-visible {
  background: #fff0c8;
  color: #17222f;
}

@media (max-width: 820px) {
  .site-consent-banner {
    grid-template-columns: 1fr;
  }

  .site-consent-actions {
    align-self: stretch;
    grid-template-columns: 1fr;
  }

  .site-consent-actions button {
    width: 100%;
  }
}

/* Keep the expanded footer layout authoritative after legacy footer rules. */
.site-footer {
  display: block;
  min-height: 0;
  padding: 0;
  gap: 0;
  background: #1d2836;
  color: #f5f6f7;
  grid-template-columns: none;
}

@media (max-width: 620px) {
  .site-footer {
    display: flex;
    flex-direction: column;
  }

  .footer-connect {
    order: 1;
  }

  .footer-sitemap {
    order: 2;
  }

  .footer-bottom {
    order: 3;
    justify-items: center;
    text-align: center;
  }

  .footer-bottom .legal-nav {
    justify-content: center;
  }

  .footer-copyright {
    text-align: center;
  }
}
