/* Route 64 Digital — visual foundation */
:root {
  --route-ink: #061a38;
  --route-muted: #52657d;
  --route-blue: #0875df;
  --route-blue-dark: #075ab0;
  --route-mist: #edf5ff;
  --route-white: #ffffff;
  --route-border: rgba(6, 26, 56, 0.12);
  --route-shadow: 0 24px 70px rgba(3, 31, 72, 0.16);
  --route-radius: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--route-ink);
  font-size: 16px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  border-radius: 8px;
  background: var(--route-white);
  color: var(--route-ink);
  font-weight: 800;
  box-shadow: var(--route-shadow);
  transform: translateY(-160%);
}

.skip-link:focus {
  color: var(--route-ink);
  transform: translateY(0);
}

.legacy-header,
.tp-banner-container,
.content_info.overflow-hidde,
.jRibbon,
.tinynav {
  display: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  min-height: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--route-border);
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.is-sticky .site-header {
  padding: 0;
}

.site-header__inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-brand img {
  display: block;
  width: auto;
  height: 68px;
}

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

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav li {
  margin: 0;
}

.site-nav a:not(.button) {
  color: var(--route-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.site-nav a:not(.button):hover,
.site-nav a:not(.button):focus-visible {
  color: var(--route-blue-dark);
}

.site-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--route-border);
  border-radius: 10px;
  background: var(--route-white);
}

.site-nav-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--route-ink);
  transform-origin: center;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-nav-toggle[aria-expanded="true"] span:nth-of-type(2) {
  transform: translateY(6px) rotate(45deg);
}

.site-nav-toggle[aria-expanded="true"] span:nth-of-type(3) {
  opacity: 0;
}

.site-nav-toggle[aria-expanded="true"] span:nth-of-type(4) {
  transform: translateY(-6px) rotate(-45deg);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--route-blue);
  border-radius: 10px;
  background: var(--route-blue);
  color: var(--route-white) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(8, 117, 223, 0.22);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  border-color: var(--route-blue-dark);
  background: var(--route-blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(7, 90, 176, 0.28);
}

.button--small {
  min-height: 42px;
  padding: 10px 16px;
}

.button--secondary {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.button--secondary:hover,
.button--secondary:focus-visible {
  border-color: var(--route-white);
  background: var(--route-white);
  color: var(--route-ink) !important;
}

.modern-hero {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  margin: 0;
  background: #03172f url("../img/route-64-digital-hero.jpg") center center/cover no-repeat;
}

.modern-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 50%, rgba(2, 15, 33, 0.34), transparent 48%),
    linear-gradient(90deg, rgba(2, 15, 33, 0.94) 0%, rgba(2, 15, 33, 0.82) 34%, rgba(2, 15, 33, 0.36) 62%, rgba(2, 15, 33, 0.08) 100%);
}

.modern-hero__energy {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.modern-hero__route-line {
  fill: none;
  stroke: #35b8ff;
  stroke-linecap: round;
  stroke-width: 5;
  stroke-dasharray: 0.12 0.88;
  opacity: 0;
  animation: route-energy-travel 7s cubic-bezier(0.45, 0, 0.3, 1) infinite;
}

.modern-hero__route-line--two {
  stroke: #0875df;
  stroke-width: 3;
  animation-delay: 0.42s;
}

.modern-hero__particle {
  fill: #71d4ff;
  opacity: 0.1;
  transform-box: fill-box;
  transform-origin: center;
  animation: route-particle-pulse 3.8s ease-in-out infinite;
}

.modern-hero__particle--2,
.modern-hero__particle--6,
.modern-hero__particle--10 {
  animation-delay: -0.7s;
}

.modern-hero__particle--3,
.modern-hero__particle--7,
.modern-hero__particle--11 {
  animation-delay: -1.6s;
}

.modern-hero__particle--4,
.modern-hero__particle--8,
.modern-hero__particle--12 {
  animation-delay: -2.4s;
}

.modern-hero__particle--5,
.modern-hero__particle--9,
.modern-hero__particle--13,
.modern-hero__particle--17,
.modern-hero__particle--21,
.modern-hero__particle--25 {
  animation-delay: -3.1s;
}

.modern-hero__particle--14,
.modern-hero__particle--18,
.modern-hero__particle--22,
.modern-hero__particle--26 {
  animation-delay: -0.35s;
  animation-duration: 3.2s;
}

.modern-hero__particle--15,
.modern-hero__particle--19,
.modern-hero__particle--23,
.modern-hero__particle--27 {
  animation-delay: -1.2s;
  animation-duration: 4.3s;
}

.modern-hero__particle--16,
.modern-hero__particle--20,
.modern-hero__particle--24,
.modern-hero__particle--28 {
  animation-delay: -2.15s;
  animation-duration: 3.5s;
}

@keyframes route-energy-travel {
  0%,
  14% {
    stroke-dashoffset: 1;
    opacity: 0;
  }

  22% {
    opacity: 0.3;
  }

  45% {
    opacity: 0.82;
  }

  57% {
    opacity: 0.5;
  }

  66% {
    opacity: 0.18;
  }

  78% {
    stroke-dashoffset: 0;
  }

  80%,
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}

@keyframes route-particle-pulse {
  0%,
  100% {
    opacity: 0.06;
    transform: scale(0.82);
  }

  44% {
    opacity: 0.16;
  }

  58% {
    opacity: 0.88;
    transform: scale(1.24);
  }

  72% {
    opacity: 0.12;
    transform: scale(0.92);
  }
}

.modern-hero__inner {
  width: 100%;
  max-width: 1170px;
  padding-top: 96px;
  padding-right: clamp(28px, 5vw, 72px);
  padding-bottom: 96px;
  padding-left: clamp(28px, 5vw, 72px);
}

.modern-hero__content {
  max-width: 600px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--route-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.modern-hero .eyebrow {
  color: #4197ff;
}

.modern-hero h1 {
  max-width: 600px;
  margin: 0;
  color: var(--route-white);
  font-size: clamp(46px, 6vw, 76px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-transform: none;
}

.modern-hero__lead {
  max-width: 590px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 300;
  line-height: 1.5;
}

.modern-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 34px;
}

.modern-hero__location {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.modern-hero__location i {
  margin-right: 7px;
  color: #4197ff;
}

.agency-intro {
  padding: 64px 0;
  background: var(--route-white);
}

.agency-intro__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(40px, 6vw, 80px);
}

/* Prevent the legacy Bootstrap clearfix from becoming extra grid cells. */
.agency-intro__grid::before,
.agency-intro__grid::after {
  display: none;
  content: none;
}

.agency-intro h2 {
  margin: 0;
  color: var(--route-ink);
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-transform: none;
}

.agency-intro__copy p {
  margin: 0;
  color: var(--route-muted);
  font-size: 19px;
  line-height: 1.65;
}

.agency-intro__copy .agency-intro__brand {
  margin-top: 22px;
  color: var(--route-ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-section {
  padding: 110px 0;
  scroll-margin-top: 86px;
  background: var(--route-mist);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: clamp(40px, 7vw, 100px);
}

.section-heading h2 {
  max-width: 820px;
  margin: 0;
  color: var(--route-ink);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  text-transform: none;
}

.section-heading > p {
  margin: 0 0 5px;
  color: var(--route-muted);
  font-size: 17px;
  line-height: 1.7;
}

.service-pillars {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  margin-top: 58px;
}

.service-pillar {
  grid-column: span 2;
  min-height: 100%;
  padding: 32px;
  border: 1px solid var(--route-border);
  border-radius: var(--route-radius);
  background: var(--route-white);
  box-shadow: 0 14px 38px rgba(3, 31, 72, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-pillar:hover {
  border-color: rgba(8, 117, 223, 0.34);
  transform: translateY(-5px);
  box-shadow: var(--route-shadow);
}

.service-pillar--wide {
  grid-column: span 3;
}

.service-pillar--featured {
  border-color: rgba(8, 117, 223, 0.34);
}

.service-pillar--dark {
  border-color: var(--route-ink);
  background: var(--route-ink);
}

.service-pillar__topline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 34px;
}

.service-pillar__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--route-mist);
  color: var(--route-blue-dark);
  font-size: 19px;
}

.service-pillar h3 {
  margin: 0;
  color: var(--route-ink);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.service-pillar > p {
  min-height: 78px;
  margin: 16px 0 24px;
  color: var(--route-muted);
  font-size: 17px;
  line-height: 1.7;
}

.service-pillar ul {
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--route-border);
  list-style: none;
}

.service-pillar li {
  position: relative;
  margin: 8px 0;
  padding-left: 18px;
  color: #334d6e;
  font-size: 16px;
  line-height: 1.5;
}

.service-pillar li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--route-blue);
  content: "";
}

.service-pillar--dark h3,
.service-pillar--dark li {
  color: var(--route-white);
}

.service-pillar--dark > p {
  color: rgba(255, 255, 255, 0.68);
}

.service-pillar--dark .service-pillar__icon {
  background: rgba(255, 255, 255, 0.1);
  color: #4197ff;
}

.service-pillar--dark ul {
  border-color: rgba(255, 255, 255, 0.15);
}

.services-section__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid var(--route-border);
}

.services-section__cta p {
  margin: 0;
  color: var(--route-muted);
}

.text-link {
  color: var(--route-blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.text-link i {
  margin-left: 8px;
  transition: transform 180ms ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--route-ink);
  text-decoration: none;
}

.text-link:hover i,
.text-link:focus-visible i {
  transform: translateX(4px);
}

.voc-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 118px 0;
  scroll-margin-top: 86px;
  background: #03172f;
  color: var(--route-white);
}

.voc-section__glow {
  position: absolute;
  z-index: -1;
  top: -260px;
  right: -220px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8, 117, 223, 0.2), rgba(8, 117, 223, 0) 68%);
}

.voc-section__intro {
  max-width: 900px;
}

.voc-section__intro .eyebrow {
  color: #4197ff;
}

.voc-section__intro h2 {
  max-width: 780px;
  margin: 0;
  color: var(--route-white);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-transform: none;
}

.voc-section__intro > p:last-child {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.75;
}

.voc-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.voc-step {
  position: relative;
  min-width: 0;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--route-radius);
  background: rgba(255, 255, 255, 0.055);
}

.voc-step:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -31px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #03172f;
  border-radius: 50%;
  background: var(--route-blue);
  color: var(--route-white);
  font-family: FontAwesome;
  font-size: 12px;
  content: "\f061";
  transform: translateY(-50%);
}

.voc-step__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.voc-step__number {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.voc-step__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(65, 151, 255, 0.1);
  color: #4197ff;
  font-size: 19px;
}

.voc-step__verb {
  margin: 0 0 9px;
  color: #4197ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.voc-step h3 {
  min-height: 64px;
  margin: 0;
  color: var(--route-white);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.voc-step ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 26px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
}

.voc-step li {
  position: relative;
  margin: 0;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.45;
}

.voc-step li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4197ff;
  content: "";
}

.voc-section__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.voc-section__footer p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
}

.voc-section__footer strong {
  color: var(--route-white);
}

.button--light {
  flex: 0 0 auto;
  border-color: var(--route-white);
  background: var(--route-white);
  color: var(--route-ink) !important;
  box-shadow: none;
}

.button--light:hover,
.button--light:focus-visible {
  border-color: #4197ff;
  background: #4197ff;
  color: var(--route-ink) !important;
}

.legacy-work-section {
  display: none !important;
}

.selected-work-section {
  padding: 112px 0;
  scroll-margin-top: 86px;
  background: var(--route-white);
}

.selected-work-section__heading {
  padding-bottom: 54px;
  border-bottom: 1px solid var(--route-border);
}

.work-category {
  padding-top: 52px;
}

.work-category + .work-category {
  margin-top: 56px;
  border-top: 1px solid var(--route-border);
}

.work-category__label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.work-category__marker {
  width: 12px;
  height: 52px;
  border-radius: 10px;
  background: var(--route-blue);
}

.work-category--experience .work-category__marker {
  background: var(--route-ink);
}

.work-category--partners .work-category__marker {
  background: var(--route-ink);
}

.work-category__eyebrow {
  margin: 0 0 2px;
  color: var(--route-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.work-category h3 {
  margin: 0;
  color: var(--route-ink);
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.agency-work-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 30px;
  border: 1px solid rgba(8, 117, 223, 0.24);
  border-radius: var(--route-radius);
  background: var(--route-mist);
}

.agency-work-note > i {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--route-white);
  color: var(--route-blue-dark);
  font-size: 20px;
}

.agency-work-note h4 {
  margin: 0 0 4px;
  color: var(--route-ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.agency-work-note p {
  margin: 0;
  color: var(--route-muted);
  font-size: 16px;
  line-height: 1.6;
}

.work-category__disclaimer {
  max-width: 900px;
  margin: -8px 0 32px 28px;
  color: var(--route-muted);
  font-size: 16px;
  line-height: 1.65;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.work-grid--websites {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.website-work-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--route-border);
  border-radius: var(--route-radius);
  background: var(--route-white);
  color: var(--route-ink);
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(3, 31, 72, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.website-work-card:hover,
.website-work-card:focus-visible {
  border-color: rgba(8, 117, 223, 0.4);
  color: var(--route-blue-dark);
  text-decoration: none;
  box-shadow: var(--route-shadow);
  transform: translateY(-4px);
}

.website-work-card:focus-visible {
  outline: 3px solid rgba(8, 117, 223, 0.35);
  outline-offset: 3px;
}

.website-work-card__logo {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  overflow: hidden;
  border-bottom: 1px solid var(--route-border);
  background: #dbe4ee;
}

.website-work-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 1px 1px rgba(6, 26, 56, 0.55))
    drop-shadow(0 0 4px rgba(6, 26, 56, 0.18));
}

.website-work-card__wordmark {
  color: var(--route-ink);
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-align: center;
}

.website-work-card__name {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 22px;
  color: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.website-work-card__name i {
  flex: 0 0 auto;
  color: var(--route-blue);
  font-size: 13px;
}

.work-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--route-border);
  border-radius: var(--route-radius);
  background: var(--route-white);
  box-shadow: 0 14px 38px rgba(3, 31, 72, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.work-card:hover {
  border-color: rgba(8, 117, 223, 0.34);
  box-shadow: var(--route-shadow);
  transform: translateY(-4px);
}

.work-card__image {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  overflow: hidden;
  border-bottom: 1px solid var(--route-border);
  background: #f5f8f9;
}

.work-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.work-card__body {
  padding: 26px;
}

.work-card__category {
  margin: 0 0 8px;
  color: var(--route-blue-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.work-card h4 {
  min-height: 60px;
  margin: 0;
  color: var(--route-ink);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.work-card dl {
  margin: 22px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--route-border);
}

.work-card dt {
  margin: 0 0 5px;
  color: var(--route-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-card dd {
  min-height: 92px;
  margin: 0;
  color: var(--route-muted);
  font-size: 16px;
  line-height: 1.6;
}

.work-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--route-blue-dark);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.work-card__link:hover,
.work-card__link:focus-visible {
  color: var(--route-ink);
  text-decoration: none;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

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

.logo-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--route-border);
  border-radius: 14px;
  background: var(--route-white);
  box-shadow: 0 12px 32px rgba(3, 31, 72, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.logo-card:hover {
  border-color: rgba(8, 117, 223, 0.34);
  box-shadow: 0 18px 42px rgba(3, 31, 72, 0.1);
  transform: translateY(-3px);
}

.logo-card__mark {
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-bottom: 1px solid var(--route-border);
  background: #dbe4ee;
}

.logo-card__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 1px 1px rgba(6, 26, 56, 0.55))
    drop-shadow(0 0 4px rgba(6, 26, 56, 0.18));
}

.logo-card__wordmark {
  color: var(--route-ink);
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  text-align: center;
}

.logo-card__wordmark--script {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
}

.logo-card h4 {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 15px 18px;
  color: var(--route-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.work-category--partners .logo-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: var(--route-ink);
}

.work-category--partners .logo-card__mark {
  border-color: var(--route-border);
  background: #dbe4ee;
}

.work-category--partners .logo-card__wordmark {
  color: var(--route-ink);
}

.work-category--partners .logo-card h4 {
  border-top: 0;
  color: rgba(255, 255, 255, 0.78);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.experience-card {
  min-width: 0;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--route-radius);
  background: var(--route-ink);
  color: var(--route-white);
  box-shadow: 0 16px 40px rgba(3, 31, 72, 0.12);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.experience-card:hover {
  box-shadow: 0 24px 58px rgba(3, 31, 72, 0.22);
  transform: translateY(-4px);
}

.experience-card__brand {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(65, 151, 255, 0.1);
  color: #4197ff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.experience-card > p {
  margin: 0 0 7px;
  color: #4197ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.experience-card h4 {
  min-height: 58px;
  margin: 0;
  color: var(--route-white);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.experience-card dl {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.experience-card dt {
  margin: 12px 0 3px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.experience-card dt:first-child {
  margin-top: 0;
}

.experience-card dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.legacy-team-section {
  display: none !important;
}

.why-section {
  padding: 108px 0;
  background: var(--route-mist);
}

.why-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(52px, 8vw, 112px);
}

.why-section__intro {
  position: sticky;
  top: 130px;
}

.why-section__intro h2 {
  margin: 0;
  color: var(--route-ink);
  font-size: clamp(38px, 4.8vw, 58px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  text-transform: none;
}

.why-section__intro > p:last-child {
  margin: 26px 0 0;
  color: var(--route-muted);
  font-size: 17px;
  line-height: 1.75;
}

.why-points {
  border-top: 1px solid var(--route-border);
}

.why-point {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid var(--route-border);
}

.why-point__icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--route-white);
  color: var(--route-blue-dark);
  font-size: 18px;
  box-shadow: 0 8px 24px rgba(3, 31, 72, 0.07);
}

.why-point h3 {
  margin: 0 0 8px;
  color: var(--route-ink);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.why-point p {
  margin: 0;
  color: var(--route-muted);
  font-size: 17px;
  line-height: 1.65;
}

.team-section {
  padding: 112px 0;
  scroll-margin-top: 86px;
  background: var(--route-white);
}

.team-section__heading {
  margin-bottom: 56px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.team-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--route-border);
  border-radius: var(--route-radius);
  background: var(--route-white);
  box-shadow: 0 14px 38px rgba(3, 31, 72, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.team-card:hover {
  border-color: rgba(8, 117, 223, 0.34);
  box-shadow: var(--route-shadow);
  transform: translateY(-4px);
}

.team-card__portrait {
  height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(145deg, #e8f2ff, #f7faff);
}

.team-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.team-card__portrait--initials {
  align-items: center;
  background:
    radial-gradient(circle at 72% 24%, rgba(65, 151, 255, 0.34), transparent 28%),
    linear-gradient(145deg, #07234a, #03172f);
}

.team-card__portrait--initials span {
  display: inline-flex;
  width: 112px;
  height: 112px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--route-white);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.team-card__body {
  padding: 26px;
}

.team-card h3 {
  margin: 0;
  color: var(--route-ink);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.team-card__role {
  min-height: 48px;
  margin: 7px 0 0;
  color: var(--route-blue-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.team-card__focus {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--route-border);
}

.team-card__focus > p {
  margin: 0 0 11px;
  color: var(--route-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.team-card__focus ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-card__focus li {
  margin: 0;
  padding: 6px 9px;
  border-radius: 6px;
  background: var(--route-mist);
  color: #334d6e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.legacy-pricing-section {
  display: none !important;
}

.pricing-section {
  padding: 112px 0;
  scroll-margin-top: 86px;
  background: var(--route-mist);
}

.pricing-section__heading {
  margin-bottom: 58px;
}

.pricing-group + .pricing-group {
  margin-top: 62px;
  padding-top: 54px;
  border-top: 1px solid var(--route-border);
}

.pricing-group__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.pricing-group__heading p {
  margin: 0;
  color: var(--route-ink);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pricing-group__heading span {
  color: var(--route-muted);
  font-size: 15px;
}

.pricing-grid {
  display: grid;
  gap: 20px;
}

.pricing-grid--websites {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid--solutions {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing-card {
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--route-border);
  border-radius: var(--route-radius);
  background: var(--route-white);
  box-shadow: 0 14px 38px rgba(3, 31, 72, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pricing-card:hover {
  border-color: rgba(8, 117, 223, 0.34);
  box-shadow: var(--route-shadow);
  transform: translateY(-4px);
}

.pricing-card--featured {
  border-color: rgba(8, 117, 223, 0.4);
  box-shadow: 0 18px 44px rgba(8, 117, 223, 0.12);
}

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

.pricing-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.pricing-card__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--route-mist);
  color: var(--route-blue-dark);
  font-size: 18px;
}

.pricing-card__tag {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--route-mist);
  color: var(--route-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pricing-card h3 {
  min-height: 60px;
  margin: 0;
  color: var(--route-ink);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.pricing-card__description {
  min-height: 78px;
  margin: 14px 0 0;
  color: var(--route-muted);
  font-size: 16px;
  line-height: 1.65;
}

.pricing-card__price {
  margin: 26px 0 24px;
  padding: 22px 0;
  border-top: 1px solid var(--route-border);
  border-bottom: 1px solid var(--route-border);
}

.pricing-card__price span {
  display: block;
  margin-bottom: 3px;
  color: var(--route-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-card__price strong {
  color: var(--route-ink);
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.pricing-card__price small {
  margin-left: 3px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.pricing-card--dark h3,
.pricing-card--dark .pricing-card__price strong {
  color: var(--route-white);
}

.pricing-card--dark .pricing-card__description,
.pricing-card--dark .pricing-card__price span {
  color: rgba(255, 255, 255, 0.66);
}

.pricing-card--dark .pricing-card__price {
  border-color: rgba(255, 255, 255, 0.14);
}

.pricing-card--dark .pricing-card__icon,
.pricing-card--dark .pricing-card__tag {
  background: rgba(255, 255, 255, 0.1);
  color: #4197ff;
}

.pricing-card--dark .text-link {
  color: #4197ff;
}

.pricing-card--compact {
  display: flex;
  min-height: 330px;
  flex-direction: column;
}

.pricing-card--compact .pricing-card__icon {
  margin-bottom: 30px;
}

.pricing-card--compact h3 {
  min-height: 64px;
  font-size: 22px;
}

.pricing-card__price--custom {
  flex: 1 0 auto;
  margin: 18px 0 22px;
  padding: 20px 0;
}

.pricing-card__price--custom strong {
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.pricing-section__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 64px;
  padding: 36px 40px;
  border-radius: var(--route-radius);
  background: var(--route-white);
  box-shadow: 0 14px 38px rgba(3, 31, 72, 0.06);
}

.pricing-section__footer .eyebrow {
  margin-bottom: 5px;
}

.pricing-section__footer h3 {
  margin: 0;
  color: var(--route-ink);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.legacy-important-info,
.legacy-contact-section {
  display: none !important;
}

.score-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 112px 0;
  scroll-margin-top: 86px;
  background: #03172f;
  color: var(--route-white);
}

.score-section__pattern {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.7;
  background:
    radial-gradient(circle at 15% 20%, rgba(8, 117, 223, 0.2), transparent 28%),
    radial-gradient(circle at 86% 78%, rgba(8, 117, 223, 0.14), transparent 32%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 42px 42px, 42px 42px;
}

.score-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(56px, 9vw, 130px);
}

.score-section__content .eyebrow {
  color: #4197ff;
}

.score-section__content h2 {
  margin: 0;
  color: var(--route-white);
  font-size: clamp(42px, 5.5vw, 68px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.06;
  text-transform: none;
}

.score-section__content > p:not(.eyebrow) {
  max-width: 700px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.score-section__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
}

.score-section__email {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.3);
  text-underline-offset: 4px;
}

.score-section__email:hover,
.score-section__email:focus-visible {
  color: var(--route-white);
}

.score-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.score-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.score-card__header span {
  color: var(--route-white);
  font-size: 15px;
  font-weight: 800;
}

.score-card__header i {
  color: #4197ff;
  font-size: 20px;
}

.score-card ul {
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.score-card li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.45;
}

.score-card li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.score-card li span {
  color: #4197ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.score-card > p {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-section {
  padding: 112px 0;
  scroll-margin-top: 86px;
  background: var(--route-white);
}

.contact-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  align-items: start;
  gap: clamp(48px, 7vw, 100px);
}

.contact-section__intro h2 {
  margin: 0;
  color: var(--route-ink);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  text-transform: none;
}

.contact-section__intro > p:not(.eyebrow) {
  max-width: 600px;
  margin: 25px 0 32px;
  color: var(--route-muted);
  font-size: 17px;
  line-height: 1.75;
}

.contact-details {
  margin-top: 44px;
  border-top: 1px solid var(--route-border);
}

.contact-form { padding: clamp(28px, 4vw, 46px); border: 1px solid var(--route-border); border-radius: 24px; background: var(--route-mist); box-shadow: 0 24px 70px rgba(20, 42, 70, 0.08); }
.contact-form__heading { margin-bottom: 30px; }
.contact-form__heading h3 { margin: 5px 0 8px; color: var(--route-ink); font-size: clamp(25px, 3vw, 34px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.2; text-transform: none; }
.contact-form__heading > p:last-child { margin: 0; color: var(--route-muted); font-size: 13px; }
.contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.contact-field { display: grid; gap: 8px; }
.contact-field--full { grid-column: 1 / -1; }
.contact-field label { margin: 0; color: var(--route-ink); font-size: 13px; font-weight: 700; }
.contact-field label span { color: var(--route-muted); font-size: 12px; font-weight: 500; }
.contact-field legend { margin: 0; padding: 0; color: var(--route-ink); font-size: 13px; font-weight: 700; }
.contact-field legend span { color: var(--route-muted); }
.contact-field__hint { margin: -2px 0 2px; color: var(--route-muted); font-size: 12px; }
.contact-field__error { min-height: 18px; margin: 0; color: #a52a2a; font-size: 12px; font-weight: 600; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; min-height: 50px; margin: 0; padding: 12px 14px; border: 1px solid #cbd5df; border-radius: 9px; background: var(--route-white); color: var(--route-ink); font: inherit; font-size: 15px; line-height: 1.45; transition: border-color 160ms ease, box-shadow 160ms ease; }
.contact-field textarea { min-height: 150px; resize: vertical; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: var(--route-blue-dark); outline: 0; box-shadow: 0 0 0 3px rgba(36, 112, 185, 0.16); }
.contact-field--honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form__submit { margin-top: 24px; border: 0; cursor: pointer; }
.contact-form__submit[disabled] { cursor: wait; opacity: 0.7; }
.contact-form__status { min-height: 22px; margin: 14px 0 0; color: var(--route-muted); font-size: 14px; font-weight: 600; }
.contact-form__status.is-success { color: #176b3a; }
.contact-form__status.is-error { color: #a52a2a; }

.contact-services { min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-services__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.contact-service-option { position: relative; display: flex; min-height: 52px; align-items: center; gap: 10px; margin: 0; padding: 12px 14px; border: 1px solid #cbd5df; border-radius: 9px; background: var(--route-white); cursor: pointer; transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease; }
.contact-service-option:hover { border-color: var(--route-blue-dark); }
.contact-service-option:has(input:checked) { border-color: var(--route-blue-dark); background: #eef6ff; box-shadow: 0 0 0 2px rgba(36, 112, 185, 0.1); }
.contact-service-option:has(input:focus-visible) { outline: 0; box-shadow: 0 0 0 3px rgba(36, 112, 185, 0.2); }
.contact-service-option input { width: 18px; min-height: 18px; height: 18px; margin: 0; padding: 0; flex: 0 0 18px; accent-color: var(--route-blue-dark); }
.contact-service-option span, .contact-field .contact-service-option span { color: var(--route-ink); font-size: 13px; font-weight: 650; line-height: 1.35; }
.contact-service-option--unsure { grid-column: 1 / -1; }

.contact-detail {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 27px 0;
  border-bottom: 1px solid var(--route-border);
}

.contact-detail__icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--route-mist);
  color: var(--route-blue-dark);
  font-size: 18px;
}

.contact-detail p {
  margin: 0 0 4px;
  color: var(--route-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-detail a,
.contact-detail address,
.contact-detail div > span {
  margin: 0;
  color: var(--route-ink);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
}

.contact-detail a:hover,
.contact-detail a:focus-visible {
  color: var(--route-blue-dark);
}

.site-footer {
  padding: 58px 0 30px;
  background: #020f21;
  color: var(--route-white);
}

.site-footer__top,
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-footer__top {
  padding-bottom: 38px;
}

.site-footer__brand img {
  display: block;
  width: auto;
  height: 62px;
}

.site-footer__brand {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 12px;
  background: var(--route-white);
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}

.site-footer__nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
  color: var(--route-white);
}

.site-footer__bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.site-footer__bottom a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer__bottom a:hover,
.site-footer__bottom a:focus-visible {
  color: var(--route-white);
}

.site-footer a:focus-visible,
.contact-section a:focus-visible,
.contact-section button:focus-visible,
.score-section a:focus-visible,
.text-link:focus-visible,
.work-card__link:focus-visible {
  outline: 3px solid #4197ff;
  outline-offset: 4px;
}

.site-header a:focus-visible,
.site-header button:focus-visible,
.modern-hero a:focus-visible {
  outline: 3px solid #4197ff;
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .site-header__inner {
    min-height: 76px;
  }

  .site-brand img {
    height: 48px;
  }

  .site-nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 15px;
    left: 15px;
    display: none;
    align-items: stretch;
    padding: 22px;
    border: 1px solid var(--route-border);
    border-radius: 0 0 14px 14px;
    background: var(--route-white);
    box-shadow: var(--route-shadow);
  }

  .site-nav.is-open {
    display: grid;
    gap: 20px;
  }

  .site-nav ul {
    display: grid;
    gap: 0;
  }

  .site-nav li + li {
    border-top: 1px solid var(--route-border);
  }

  .site-nav a:not(.button) {
    display: block;
    padding: 12px 2px;
  }

  .modern-hero {
    min-height: 620px;
    background-position: 62% center;
  }

  .modern-hero__backdrop {
    background:
      linear-gradient(90deg, rgba(2, 15, 33, 0.94) 0%, rgba(2, 15, 33, 0.82) 46%, rgba(2, 15, 33, 0.34) 78%, rgba(2, 15, 33, 0.18) 100%);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading > p {
    max-width: 720px;
  }

  .service-pillar,
  .service-pillar--wide {
    grid-column: span 3;
  }

  .voc-flow {
    grid-template-columns: 1fr;
  }

  .voc-step:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -31px;
    content: "\f063";
    transform: translateX(50%);
  }

  .voc-step h3 {
    min-height: 0;
  }

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

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

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

  .agency-work-note {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .agency-work-note .text-link {
    grid-column: 2;
  }

  .why-section__layout {
    grid-template-columns: 1fr;
  }

  .why-section__intro {
    position: static;
    max-width: 760px;
  }

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

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

  .pricing-grid--websites .pricing-card:last-child {
    grid-column: 1 / -1;
  }

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

  .score-section__layout,
  .contact-section__layout {
    grid-template-columns: 1fr;
  }

  .score-card {
    max-width: 700px;
  }

  .site-footer__top {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .modern-hero {
    min-height: 0;
    background-position: right center;
    background-size: auto 62%;
  }

  .modern-hero__particle--2,
  .modern-hero__particle--4,
  .modern-hero__particle--6,
  .modern-hero__particle--8,
  .modern-hero__particle--10,
  .modern-hero__particle--12,
  .modern-hero__particle--14,
  .modern-hero__particle--16,
  .modern-hero__particle--18,
  .modern-hero__particle--20,
  .modern-hero__particle--22,
  .modern-hero__particle--24,
  .modern-hero__particle--26,
  .modern-hero__particle--28 {
    display: none;
  }

  .modern-hero__inner {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .modern-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .modern-hero__actions {
    display: grid;
  }

  .modern-hero__actions .button {
    width: 100%;
  }

  .agency-intro {
    padding: 56px 0;
  }

  .agency-intro__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .agency-intro h2 {
    font-size: clamp(25px, 7vw, 34px);
  }

  .agency-intro__copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  .agency-intro__copy .agency-intro__brand {
    margin-top: 16px;
    font-size: 11px;
  }

  .services-section {
    padding: 78px 0;
  }

  .service-pillars {
    display: block;
    margin-top: 42px;
  }

  .service-pillar + .service-pillar {
    margin-top: 18px;
  }

  .service-pillar {
    padding: 26px;
  }

  .service-pillar > p {
    min-height: 0;
  }

  .services-section__cta {
    display: block;
  }

  .services-section__cta .text-link {
    display: inline-block;
    margin-top: 12px;
  }

  .voc-section {
    padding: 82px 0;
  }

  .voc-flow {
    margin-top: 44px;
  }

  .voc-step {
    padding: 27px;
  }

  .voc-step ul {
    grid-template-columns: 1fr;
  }

  .voc-section__footer {
    display: block;
  }

  .voc-section__footer .button {
    width: 100%;
    margin-top: 24px;
  }

  .selected-work-section {
    padding: 78px 0;
  }

  .selected-work-section__heading {
    padding-bottom: 38px;
  }

  .work-category {
    padding-top: 40px;
  }

  .work-category__disclaimer {
    margin-left: 0;
  }

  .agency-work-note {
    display: block;
    padding: 25px;
  }

  .agency-work-note > i {
    margin-bottom: 18px;
  }

  .agency-work-note .text-link {
    display: inline-block;
    margin-top: 16px;
  }

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

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

  .logo-grid,
  .logo-grid--partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .logo-card__mark {
    height: 118px;
    padding: 17px;
  }

  .logo-card h4 {
    min-height: 68px;
    padding: 13px 10px;
    font-size: 13px;
  }

  .work-card h4,
  .work-card dd {
    min-height: 0;
  }

  .experience-card h4 {
    min-height: 0;
  }

  .why-section,
  .team-section,
  .pricing-section,
  .score-section,
  .contact-section {
    padding: 78px 0;
  }

  .why-section__layout {
    gap: 42px;
  }

  .why-point {
    grid-template-columns: 1fr;
  }

  .team-section__heading {
    margin-bottom: 40px;
  }

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

  .team-card__portrait {
    height: 340px;
  }

  .team-card__role {
    min-height: 0;
  }

  .pricing-group__heading {
    display: block;
  }

  .pricing-group__heading span {
    display: block;
    margin-top: 4px;
  }

  .pricing-grid--websites,
  .pricing-grid--solutions {
    grid-template-columns: 1fr;
  }

  .pricing-grid--websites .pricing-card:last-child {
    grid-column: auto;
  }

  .pricing-card h3,
  .pricing-card--compact h3,
  .pricing-card__description {
    min-height: 0;
  }

  .pricing-card--compact {
    min-height: 0;
  }

  .pricing-section__footer {
    display: block;
    margin-top: 48px;
    padding: 30px;
  }

  .pricing-section__footer .button {
    width: 100%;
    margin-top: 24px;
  }

  .score-section__layout,
  .contact-section__layout {
    gap: 46px;
  }

  .score-section__actions {
    display: grid;
  }

  .score-section__actions .button {
    width: 100%;
  }

  .score-section__email {
    text-align: center;
  }

  .score-card {
    padding: 25px;
  }

  .contact-section__intro .button {
    width: 100%;
  }

  .contact-form__grid { grid-template-columns: 1fr; }
  .contact-field--full { grid-column: auto; }
  .contact-services__grid { grid-template-columns: 1fr; }
  .contact-service-option--unsure { grid-column: auto; }

  .site-footer__top,
  .site-footer__bottom {
    display: block;
  }

  .site-footer__nav {
    justify-content: flex-start;
    margin-top: 28px;
  }

  .site-footer__bottom p + p {
    margin-top: 6px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .modern-hero__route-line,
  .modern-hero__particle {
    animation: none;
  }

  .modern-hero__route-line {
    stroke-dasharray: none;
    opacity: 0.14;
  }

  .modern-hero__particle {
    opacity: 0.16;
  }

  .button,
  .site-nav-toggle span,
  .service-pillar,
  .work-card,
  .experience-card,
  .team-card,
  .pricing-card,
  .text-link i {
    transition: none;
  }

  .service-pillar:hover,
  .work-card:hover,
  .experience-card:hover,
  .team-card:hover,
  .pricing-card:hover,
  .button:hover,
  .button:focus-visible {
    transform: none;
  }
}
