:root {
  --antlr-forest: #163728;
  --antlr-forest-mid: #28513d;
  --antlr-forest-light: #3f6d58;
  --antlr-forest-soft: #7d9c86;
  --antlr-forest-pale: #d9dfd4;
  --antlr-forest-mist: #edf1ea;
  --antlr-forest-dark: #0d241a;
  --antlr-limestone: #b1aa9a;
  --antlr-limestone-light: #e7e0d3;
  --antlr-limestone-dark: #6f695d;
  --antlr-ink: #0f1d15;
  --antlr-white: #f5f3ed;
  --antlr-white-pure: #fffdf8;
  --antlr-shadow-card: 0 18px 38px rgba(9, 20, 16, 0.1);
  --antlr-shadow-deep: 0 32px 72px rgba(9, 20, 16, 0.16);
  --antlr-radius-sm: 6px;
  --antlr-radius-md: 10px;
  --antlr-radius-lg: 14px;
}

body.page-home,
body.page-work,
body.page-services {
  background: var(--antlr-white);
  color: var(--antlr-ink);
  font-family: "Inter", Arial, sans-serif;
}

body.page-home ::selection,
body.page-work ::selection,
body.page-services ::selection {
  background: rgba(27, 67, 50, 0.92);
  color: #ffffff;
}

body.page-home .scroll-progress,
body.page-work .scroll-progress,
body.page-services .scroll-progress {
  background: linear-gradient(90deg, var(--antlr-forest-light), var(--antlr-forest), var(--antlr-forest-dark));
}

body.page-home .site-nav,
body.page-work .site-nav,
body.page-services .site-nav {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(221, 227, 223, 0.92);
  color: var(--antlr-ink);
  box-shadow: 0 10px 30px rgba(16, 32, 24, 0.06);
  backdrop-filter: blur(18px);
}

body.page-home .site-logo,
body.page-work .site-logo,
body.page-services .site-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
}

body.page-home .site-nav .site-logo__mark,
body.page-home .mobile-menu .site-logo__mark,
body.page-work .site-nav .site-logo__mark,
body.page-work .mobile-menu .site-logo__mark,
body.page-services .site-nav .site-logo__mark,
body.page-services .mobile-menu .site-logo__mark {
  width: 70px;
  height: 70px;
  object-fit: contain;
  flex-shrink: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 12px 20px rgba(22, 55, 40, 0.16));
}

body.page-home .site-nav .site-logo__image,
body.page-home .mobile-menu .site-logo__image,
body.page-work .site-nav .site-logo__image,
body.page-work .mobile-menu .site-logo__image,
body.page-services .site-nav .site-logo__image,
body.page-services .mobile-menu .site-logo__image {
  width: 132px;
  height: auto;
}

body.page-home .site-nav__link,
body.page-work .site-nav__link,
body.page-services .site-nav__link {
  color: rgba(16, 32, 24, 0.72);
}

body.page-home .site-nav__link::after,
body.page-work .site-nav__link::after,
body.page-services .site-nav__link::after {
  background: var(--antlr-forest);
}

body.page-home .site-nav__link:hover,
body.page-home .site-nav__link:focus-visible,
body.page-home .site-nav__link--active,
body.page-work .site-nav__link:hover,
body.page-work .site-nav__link:focus-visible,
body.page-work .site-nav__link--active,
body.page-services .site-nav__link:hover,
body.page-services .site-nav__link:focus-visible,
body.page-services .site-nav__link--active {
  color: var(--antlr-forest-dark);
}

body.page-home .mobile-menu-toggle,
body.page-work .mobile-menu-toggle,
body.page-services .mobile-menu-toggle,
body.page-home .mobile-menu__close,
body.page-work .mobile-menu__close,
body.page-services .mobile-menu__close {
  color: var(--antlr-forest-dark);
}

body.page-home .site-nav__cta,
body.page-work .site-nav__cta,
body.page-services .site-nav__cta,
body.page-home .btn-primary,
body.page-home .btn-secondary,
body.page-work .btn-primary,
body.page-work .filter-btn,
body.page-services .btn-primary,
body.page-services .btn-secondary {
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.page-home .site-nav__cta,
body.page-work .site-nav__cta,
body.page-services .site-nav__cta {
  min-height: 2.95rem;
  padding: 0.85rem 1.2rem;
  border-radius: var(--antlr-radius-sm);
  border: 1px solid var(--antlr-forest-dark);
  background: var(--antlr-forest) !important;
  background-image: none !important;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(13, 36, 26, 0.14);
  backface-visibility: hidden;
  will-change: background-color, transform;
  transition: background-color 0.18s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.page-home .site-nav__cta:hover,
body.page-home .site-nav__cta:focus-visible,
body.page-work .site-nav__cta:hover,
body.page-work .site-nav__cta:focus-visible,
body.page-services .site-nav__cta:hover,
body.page-services .site-nav__cta:focus-visible {
  background: var(--antlr-forest-dark) !important;
  background-image: none !important;
  color: #ffffff;
  border-color: var(--antlr-forest-dark);
  box-shadow: 0 14px 28px rgba(13, 36, 26, 0.18);
}

body.page-home .mobile-menu,
body.page-work .mobile-menu,
body.page-services .mobile-menu {
  background: rgba(248, 249, 247, 0.98);
}

body.page-home .mobile-menu__links a,
body.page-work .mobile-menu__links a,
body.page-services .mobile-menu__links a {
  color: rgba(16, 32, 24, 0.72);
}

body.page-home .mobile-menu__links a:hover,
body.page-home .mobile-menu__links a:focus-visible,
body.page-home .mobile-menu__links .mobile-menu__link--active,
body.page-work .mobile-menu__links a:hover,
body.page-work .mobile-menu__links a:focus-visible,
body.page-work .mobile-menu__links .mobile-menu__link--active,
body.page-services .mobile-menu__links a:hover,
body.page-services .mobile-menu__links a:focus-visible,
body.page-services .mobile-menu__links .mobile-menu__link--active {
  color: var(--antlr-forest-dark);
}

body.page-home .mobile-menu__links .mobile-menu__cta,
body.page-work .mobile-menu__links .mobile-menu__cta,
body.page-services .mobile-menu__links .mobile-menu__cta,
body.page-home .mobile-menu__links .mobile-menu__cta:hover,
body.page-home .mobile-menu__links .mobile-menu__cta:focus-visible,
body.page-work .mobile-menu__links .mobile-menu__cta:hover,
body.page-work .mobile-menu__links .mobile-menu__cta:focus-visible,
body.page-services .mobile-menu__links .mobile-menu__cta:hover,
body.page-services .mobile-menu__links .mobile-menu__cta:focus-visible {
  color: #ffffff;
}

body.page-home .btn-primary,
body.page-work .btn-primary,
body.page-services .btn-primary {
  border-radius: var(--antlr-radius-sm) !important;
  background: var(--antlr-forest) !important;
  background-image: none !important;
  border: 1px solid var(--antlr-forest-dark);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(13, 36, 26, 0.16);
  backface-visibility: hidden;
  will-change: background-color, transform;
  transition: background-color 0.18s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.page-home .btn-primary::before,
body.page-work .btn-primary::before,
body.page-services .btn-primary::before,
body.page-home .btn-secondary::before,
body.page-work .btn-secondary::before,
body.page-services .btn-secondary::before {
  content: "" !important;
  display: none !important;
  opacity: 0 !important;
  transform: none !important;
  background: none !important;
}

body.page-home .btn-primary:hover,
body.page-home .btn-primary:focus-visible,
body.page-work .btn-primary:hover,
body.page-work .btn-primary:focus-visible,
body.page-services .btn-primary:hover,
body.page-services .btn-primary:focus-visible {
  background: var(--antlr-forest-dark) !important;
  background-image: none !important;
  border-color: var(--antlr-forest-dark);
  color: #ffffff;
  box-shadow: 0 20px 36px rgba(13, 36, 26, 0.22);
}

body.page-home .btn-secondary,
body.page-work .btn-secondary,
body.page-services .btn-secondary {
  border-radius: var(--antlr-radius-sm) !important;
  background-color: rgba(255, 253, 248, 0.86);
  background-image: none;
  border: 1px solid rgba(22, 55, 40, 0.18);
  color: var(--antlr-forest-dark);
  box-shadow: 0 12px 24px rgba(9, 20, 16, 0.08);
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.page-home .btn-secondary:hover,
body.page-home .btn-secondary:focus-visible,
body.page-work .btn-secondary:hover,
body.page-work .btn-secondary:focus-visible,
body.page-services .btn-secondary:hover,
body.page-services .btn-secondary:focus-visible {
  background-color: var(--antlr-forest-dark);
  border-color: var(--antlr-forest-dark);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(13, 36, 26, 0.14);
}

body.page-home a:focus-visible,
body.page-home button:focus-visible,
body.page-home input:focus-visible,
body.page-home textarea:focus-visible,
body.page-home select:focus-visible,
body.page-work a:focus-visible,
body.page-work button:focus-visible,
body.page-work input:focus-visible,
body.page-work textarea:focus-visible,
body.page-work select:focus-visible,
body.page-services a:focus-visible,
body.page-services button:focus-visible,
body.page-services input:focus-visible,
body.page-services textarea:focus-visible,
body.page-services select:focus-visible {
  outline: 2px solid var(--antlr-forest-light);
  outline-offset: 3px;
}

body.page-home .rounded-xl,
body.page-home .rounded-2xl,
body.page-home .rounded-3xl,
body.page-work .rounded-xl,
body.page-work .rounded-2xl,
body.page-work .rounded-3xl,
body.page-services .rounded-xl,
body.page-services .rounded-2xl,
body.page-services .rounded-3xl,
body.page-home .rounded-\[2\.5rem\],
body.page-services .rounded-\[2\.5rem\] {
  border-radius: var(--antlr-radius-lg) !important;
}

body.page-home .home-hero {
  background: linear-gradient(180deg, #faf7ef 0%, #eef2e7 100%);
  color: var(--antlr-ink);
  min-height: 100svh;
}

body.page-home .home-hero__stage {
  inset: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(125, 156, 134, 0.18) 0%, rgba(125, 156, 134, 0) 22%),
    radial-gradient(circle at 82% 26%, rgba(231, 224, 211, 0.9) 0%, rgba(231, 224, 211, 0.22) 28%, rgba(231, 224, 211, 0) 52%),
    linear-gradient(135deg, #faf7ef 0%, #f3efe5 42%, #e9efe5 100%);
}

body.page-home .home-hero__stage::before {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.74) 0%, rgba(255, 253, 248, 0.1) 34%, rgba(255, 253, 248, 0.46) 100%),
    linear-gradient(90deg, transparent 0%, transparent 93%, rgba(22, 55, 40, 0.06) 93%, rgba(22, 55, 40, 0.06) 94%, transparent 94%, transparent 100%);
}

body.page-home .home-hero__stage::after {
  height: 100%;
  background:
    radial-gradient(circle at 76% 32%, rgba(64, 145, 108, 0.12) 0%, rgba(64, 145, 108, 0) 28%),
    linear-gradient(180deg, rgba(16, 32, 24, 0) 0%, rgba(16, 32, 24, 0.04) 100%);
  opacity: 0.85;
}

body.page-home .home-hero__travel-light,
body.page-home .home-hero__beam,
body.page-home .home-hero__pool,
body.page-home .home-hero__veil {
  display: none;
}

body.page-home .home-hero__haze {
  background:
    radial-gradient(circle at 76% 16%, rgba(231, 224, 211, 0.2) 0%, rgba(231, 224, 211, 0) 22%),
    radial-gradient(circle at 22% 64%, rgba(63, 109, 88, 0.12) 0%, rgba(63, 109, 88, 0) 24%);
  opacity: 0.68;
}

body.page-home .home-hero__inner {
  filter: none;
  animation: none;
}

body.page-home .home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(45, 106, 79, 0.12);
  color: var(--antlr-forest-dark);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(16, 32, 24, 0.05);
}

body.page-home .home-hero__eyebrow::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--antlr-forest-light);
}

body.page-home [data-typed-text] {
  color: var(--antlr-ink) !important;
  text-shadow: none;
}

body.page-home .text-ink\/50,
body.page-home .text-ink\/60 {
  color: rgba(16, 32, 24, 0.68) !important;
  text-shadow: none;
}

body.page-home .herd-word {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  color: var(--antlr-forest) !important;
  filter: none;
  text-shadow: none;
}

body.page-home .herd-word:hover {
  filter: none;
}

body.page-home .hero-text {
  display: block;
  min-height: auto;
}

body.page-home .hero-text + .hero-text {
  margin-top: 0.08em;
}

body.page-home .home-hero__headline {
  max-width: 10.5ch;
  line-height: 0.94 !important;
  letter-spacing: -0.04em;
}

body.page-home .home-hero__subhead {
  max-width: 27rem;
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
  line-height: 1.72;
}

body.page-home .mobile-menu__links {
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.page-home .home-hero__visual {
  width: min(35rem, 100%);
  margin-left: auto;
  display: grid;
  justify-items: center;
  gap: 1.1rem;
  align-self: start;
}

body.page-home .hero-brand-aura {
  position: relative;
  inset: auto;
  transform: none;
  width: min(14rem, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}

body.page-home .hero-brand-aura__halo {
  position: absolute;
  width: 14rem;
  height: 14rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 253, 248, 0.96) 0%, rgba(217, 223, 212, 0.72) 40%, rgba(217, 223, 212, 0) 76%);
  filter: blur(6px);
}

body.page-home .hero-brand-aura__mark {
  position: relative;
  width: min(12.5rem, 100%);
  height: auto;
  opacity: 0.98;
  filter: drop-shadow(0 20px 34px rgba(22, 55, 40, 0.16));
}

body.page-home .hero-float-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(245, 243, 237, 0.96) 100%);
  border: 1px solid rgba(22, 55, 40, 0.14);
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(9, 20, 16, 0.1);
  backdrop-filter: blur(14px);
  width: 100%;
  max-width: 15rem;
  min-height: 10rem;
  padding: 1.35rem 1.25rem;
  text-align: left;
  display: grid;
  gap: 0.55rem;
}

body.page-home .hero-float-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--antlr-forest) 0%, rgba(111, 105, 93, 0.5) 100%);
}

body.page-home .hero-float-card .font-display {
  color: var(--antlr-forest-dark);
  font-size: 1.06rem;
  line-height: 1.08;
}

body.page-home .hero-float-card .text-ink\/50 {
  font-size: 0.94rem;
  line-height: 1.6;
}

body.page-home .hero-float-cluster {
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.1rem;
  align-items: start;
}

body.page-home .hero-float-slot {
  position: relative;
  z-index: 1;
}

body.page-home .hero-float-slot--left {
  margin-top: 0.35rem;
}

body.page-home .hero-float-slot--right {
  margin-top: 2rem;
}

body.page-home .hero-float-slot--bottom {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 0.15rem;
}

body.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

body.page-home .home-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  min-height: 3.35rem;
  padding: 0.95rem 1.45rem;
  border-radius: 12px !important;
  text-align: center;
  line-height: 1.1;
}

body.page-home .home-hero__cta span {
  position: relative;
  z-index: 1;
}

body.page-home .home-hero__headline,
body.page-home .home-hero__subhead,
body.page-home .home-hero__actions,
body.page-home .hero-float-card {
  opacity: 0;
  transform: translateY(22px);
  filter: none;
  will-change: opacity, transform;
  animation: antlrHeroFadeUp 0.9s cubic-bezier(0.2, 0.7, 0.18, 1) forwards;
}

body.page-home .home-hero__headline { animation-delay: 0.05s; }
body.page-home .home-hero__subhead { animation-delay: 0.16s; }
body.page-home .home-hero__actions { animation-delay: 0.28s; }
body.page-home .home-hero__card--top { animation-delay: 0.34s; }
body.page-home .home-hero__card--mid { animation-delay: 0.46s; }
body.page-home .home-hero__card--bottom { animation-delay: 0.58s; }

@keyframes antlrHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home .home-hero__headline,
  body.page-home .home-hero__subhead,
  body.page-home .home-hero__actions,
  body.page-home .hero-float-card {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

body.page-home .logo-proof-link,
body.page-home .project-card,
body.page-work .work-card,
body.page-services .faq-item {
  border-radius: var(--antlr-radius-lg) !important;
}

body.page-services .service-card {
  border: 1px solid rgba(221, 227, 223, 0.96);
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--antlr-radius-lg) !important;
  box-shadow: var(--antlr-shadow-card);
}

body.page-services .service-card:hover {
  box-shadow: var(--antlr-shadow-deep);
}

body.page-home .logo-proof-link {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(221, 227, 223, 0.96);
  box-shadow: var(--antlr-shadow-card);
}

body.page-home .logo-proof-link:hover,
body.page-home .logo-proof-link:focus-visible {
  border-color: rgba(27, 67, 50, 0.24);
  box-shadow: var(--antlr-shadow-deep);
}

body.page-home #logo-proof,
body.page-home #services-preview,
body.page-home #work,
body.page-services .py-20.bg-gradient-to-b,
body.page-services .py-24.bg-rose,
body.page-services .py-24.bg-gradient-to-b {
  background: linear-gradient(180deg, #faf8f2 0%, #f3efe6 100%);
}

body.page-home .service-card,
body.page-home .project-card {
  border: 1px solid rgba(221, 227, 223, 0.96);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--antlr-shadow-card);
}

body.page-home .service-card .card-glow,
body.page-home .project-card .card-glow {
  opacity: 0.5;
}

body.page-home #contact {
  background: linear-gradient(180deg, #f7f3ea 0%, #e7eee3 100%);
}

body.page-home #contact .reveal.bg-white\/80,
body.page-services .reveal.bg-white\/80 {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(221, 227, 223, 0.96);
  box-shadow: var(--antlr-shadow-deep);
  backdrop-filter: blur(16px);
}

body.page-home .form-input,
body.page-home .service-option__label {
  border-radius: var(--antlr-radius-md) !important;
  border-color: rgba(221, 227, 223, 0.96);
  background: rgba(255, 255, 255, 0.94);
}

body.page-home .form-input:focus,
body.page-home .service-option input:checked + .service-option__label,
body.page-home .service-option:hover .service-option__label {
  border-color: var(--antlr-forest-light);
  box-shadow: none;
}

body.page-home .service-option input:checked + .service-option__label {
  background: var(--antlr-forest-pale);
  color: var(--antlr-forest-dark);
}

body.page-home footer,
body.page-work footer,
body.page-services footer {
  background: var(--antlr-forest-dark) !important;
}

body.page-work > header:first-of-type,
body.page-services > header:first-of-type {
  background: linear-gradient(180deg, #faf7ef 0%, #edf1e9 100%) !important;
}

body.page-work > header:first-of-type .orb,
body.page-services > header:first-of-type .orb {
  display: none !important;
}

body.page-work > header:first-of-type .reveal.text-plum,
body.page-services > header:first-of-type .reveal.text-plum,
body.page-services .text-plum,
body.page-work .text-plum {
  color: var(--antlr-forest) !important;
}

body.page-work > header:first-of-type h1,
body.page-work > header:first-of-type p,
body.page-services > header:first-of-type h1,
body.page-services > header:first-of-type p {
  color: var(--antlr-ink) !important;
}

body.page-work .work-filters {
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(221, 227, 223, 0.96);
  border-bottom: 1px solid rgba(221, 227, 223, 0.96);
}

body.page-work .filter-btn {
  border-radius: var(--antlr-radius-sm);
  border-color: rgba(22, 55, 40, 0.14);
  background: rgba(255, 253, 248, 0.84);
  color: rgba(15, 29, 21, 0.68);
  box-shadow: 0 10px 20px rgba(9, 20, 16, 0.04);
}

body.page-work .filter-btn:hover,
body.page-work .filter-btn:focus-visible {
  border-color: rgba(22, 55, 40, 0.24);
  background: rgba(255, 253, 248, 0.98);
  color: var(--antlr-forest-dark);
}

body.page-work .filter-btn.active {
  background: var(--antlr-forest);
  border-color: var(--antlr-forest-dark);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(13, 36, 26, 0.16);
}

body.page-work .tag-pill {
  border-radius: 999px !important;
  background: rgba(216, 232, 224, 0.86);
  color: var(--antlr-forest-dark);
}

body.page-work .work-card {
  box-shadow: var(--antlr-shadow-card);
}

body.page-work .work-cta-strip {
  background: linear-gradient(135deg, var(--antlr-forest-dark) 0%, var(--antlr-forest) 100%);
  color: #ffffff;
}

body.page-work .work-cta-strip__label {
  color: rgba(216, 232, 224, 0.88);
}

body.page-work .work-cta-strip__title {
  color: #ffffff;
}

body.page-services .faq-item {
  border: 1px solid rgba(221, 227, 223, 0.96);
  background: rgba(255, 255, 255, 0.92);
}

body.page-services .faq-item button:hover,
body.page-services .faq-item button:focus-visible {
  color: var(--antlr-forest) !important;
}

body.page-services .faq-icon {
  color: var(--antlr-forest) !important;
}

body.page-home .service-card a.absolute,
body.page-home .project-card,
body.page-services [data-testid$='-cta'],
body.page-services .btn-primary,
body.page-home .hero-float-card,
body.page-home .logo-proof-link {
  outline-offset: 4px;
}

@media (max-width: 768px) {
body.page-home .site-nav .site-logo__mark,
body.page-home .mobile-menu .site-logo__mark,
body.page-work .site-nav .site-logo__mark,
body.page-work .mobile-menu .site-logo__mark,
body.page-services .site-nav .site-logo__mark,
body.page-services .mobile-menu .site-logo__mark {
    width: 56px;
    height: 56px;
  }

  body.page-home .site-nav .site-logo__image,
  body.page-home .mobile-menu .site-logo__image,
  body.page-work .site-nav .site-logo__image,
  body.page-work .mobile-menu .site-logo__image,
  body.page-services .site-nav .site-logo__image,
  body.page-services .mobile-menu .site-logo__image {
    width: 122px;
  }

  body.page-home .home-hero,
  body.page-work > header:first-of-type,
  body.page-services > header:first-of-type {
    min-height: auto;
  }

  body.page-home .hero-brand-aura {
    width: 100%;
    margin-bottom: 1rem;
  }

  body.page-home .hero-brand-aura__halo {
    width: 12rem;
    height: 12rem;
  }

  body.page-home .hero-brand-aura__mark {
    width: min(10.5rem, 58%);
  }

  body.page-home .home-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-home .home-hero__cta {
    width: 100%;
    min-width: 0;
  }

  body.page-home .hero-float-cluster {
    width: 100%;
    height: auto;
    display: grid;
    gap: 1rem;
  }

  body.page-home .hero-float-slot {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
  }

  body.page-home .hero-float-card {
    width: 100%;
  }
}

/* Homepage refinements */
body.page-home .home-hero__visual {
  width: min(36rem, 100%);
}

body.page-home .home-hero__visual {
  width: min(36rem, 100%);
  min-height: 27rem;
  align-self: center;
  margin-left: 0;
  justify-content: flex-start;
}

body.page-home .hero-float-cluster {
  position: relative;
  width: 100%;
  height: 27rem;
  max-width: 34.5rem;
  transform: translateX(6.6rem);
}

body.page-home .hero-float-slot {
  position: absolute;
  z-index: 1;
  margin: 0;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  transform: none;
}

body.page-home .hero-float-slot--top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.page-home .hero-float-slot--left {
  top: 10.4rem;
  left: 0.65rem;
}

body.page-home .hero-float-slot--right {
  top: 12rem;
  right: 2rem;
}

body.page-home .hero-float-card {
  max-width: none;
  min-height: 0;
  padding: 1.45rem 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(22, 55, 40, 0.12);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.97) 0%, rgba(246, 242, 234, 0.94) 100%);
  box-shadow: 0 22px 38px rgba(9, 20, 16, 0.1);
}

body.page-home .home-hero__card--top {
  width: 20.75rem;
}

body.page-home .home-hero__card--mid,
body.page-home .home-hero__card--bottom {
  width: 15rem;
}

body.page-home .hero-float-slot--top .hero-float-card {
  transform: rotate(-1.25deg);
}

body.page-home .hero-float-slot--left .hero-float-card {
  transform: rotate(-2deg);
}

body.page-home .hero-float-slot--right .hero-float-card {
  transform: rotate(1.6deg);
}

body.page-home .hero-float-card::after {
  content: "";
  position: absolute;
  inset: auto 1.15rem 1rem 1.15rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 55, 40, 0) 0%, rgba(22, 55, 40, 0.14) 50%, rgba(22, 55, 40, 0) 100%);
}

body.page-home .logo-wall-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 55, 40, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94) 0%, rgba(241, 237, 228, 0.96) 100%),
    linear-gradient(135deg, rgba(22, 55, 40, 0.04) 0%, rgba(111, 105, 93, 0.05) 100%);
  box-shadow: 0 28px 56px rgba(9, 20, 16, 0.1);
}

body.page-home #logo-proof {
  position: relative;
  overflow: hidden;
}

body.page-home #logo-proof::before {
  content: "";
  position: absolute;
  right: max(-1rem, -2vw);
  top: 6.8rem;
  width: min(19rem, 24vw);
  aspect-ratio: 1;
  background: url('./antlr/antler-face-transparent.png') center / contain no-repeat;
  opacity: 0.02;
  transform: rotate(-6deg);
  pointer-events: none;
}

body.page-home .logo-wall-shell__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 11rem;
}

body.page-home .logo-wall-item {
  position: relative;
  min-height: 11rem;
  padding: 1.55rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s ease;
}

body.page-home .logo-wall-item::before {
  content: "";
  position: absolute;
  inset: 0.85rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.74) 0%, rgba(231, 224, 211, 0.34) 100%);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

body.page-home .logo-wall-item:hover,
body.page-home .logo-wall-item:focus-visible {
  transform: translateY(-3px);
}

body.page-home .logo-wall-item:hover::before,
body.page-home .logo-wall-item:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

body.page-home .logo-wall-item + .logo-wall-item {
  border-left: 1px solid rgba(22, 55, 40, 0.1);
}

body.page-home .logo-wall-item__mark {
  position: relative;
  z-index: 1;
}

body.page-home .logo-wall-item__mark {
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-home .logo-wall-item__mark img,
body.page-home .logo-wall-item__mark svg {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

body.page-home .logo-wall-item__mark--lagrange {
  max-width: 220px;
}

body.page-home .logo-wall-item__mark--gosdin {
  max-width: 232px;
}

body.page-home .logo-wall-item__mark--point {
  max-width: 220px;
}

body.page-home .logo-wall-item__mark--cdr {
  max-width: 206px;
  height: 86px;
}

body.page-home .process-antler-shell {
  position: relative;
  min-height: 270svh;
  margin-top: 1rem;
}

body.page-home .process-antler-shell__sticky {
  position: sticky;
  top: 6.75rem;
}

body.page-home .process-antler-shell__frame {
  position: relative;
  min-height: calc(100svh - 8.5rem);
  padding: 1.35rem;
  border: 1px solid rgba(217, 223, 212, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(15, 41, 32, 0.96) 0%, rgba(22, 55, 40, 0.92) 54%, rgba(32, 68, 52, 0.94) 100%);
  box-shadow: 0 32px 72px rgba(4, 11, 9, 0.28);
  overflow: hidden;
}

body.page-home .process-antler-shell__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(217, 223, 212, 0.1) 0%, rgba(217, 223, 212, 0) 30%),
    radial-gradient(circle at 82% 76%, rgba(177, 170, 154, 0.12) 0%, rgba(177, 170, 154, 0) 28%),
    linear-gradient(90deg, rgba(255, 253, 248, 0.02) 0%, rgba(255, 253, 248, 0) 100%);
  pointer-events: none;
}

body.page-home .process-antler-shell__canvas,
body.page-home .process-antler-shell__steps {
  position: relative;
  z-index: 1;
}

body.page-home .process-antler-shell__canvas {
  position: absolute;
  inset: 1.15rem;
}

body.page-home .process-antler-shell__canvas::before {
  content: "";
  position: absolute;
  inset: 10% auto auto 8%;
  width: min(20rem, 24vw);
  height: min(20rem, 24vw);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(217, 223, 212, 0.22) 0%, rgba(217, 223, 212, 0) 72%);
  filter: blur(14px);
  pointer-events: none;
}

body.page-home .process-antler-shell__svg {
  width: 100%;
  height: 100%;
  display: block;
}

body.page-home .process-antler-shell__track,
body.page-home .process-antler-shell__progress {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

body.page-home .process-antler-shell__track {
  stroke: rgba(245, 243, 237, 0.14);
  stroke-width: 16;
}

body.page-home .process-antler-shell__track--main {
  stroke-width: 20;
}

body.page-home .process-antler-shell__track--accent {
  stroke-width: 11;
}

body.page-home .process-antler-shell__track--branch {
  stroke-width: 16;
}

body.page-home .process-antler-shell__progress {
  stroke: url(#antlerTimelineGlow);
  stroke-width: 16;
  filter: drop-shadow(0 0 16px rgba(245, 243, 237, 0.2));
}

body.page-home .process-antler-shell__progress.process-antler-shell__track--accent {
  stroke-width: 11;
}

body.page-home .process-antler-shell__progress.process-antler-shell__track--branch {
  stroke-width: 16;
}

body.page-home .process-antler-shell__node {
  fill: rgba(15, 41, 32, 0.86);
  stroke: rgba(245, 243, 237, 0.26);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.28s ease, fill 0.28s ease, stroke 0.28s ease, filter 0.28s ease;
}

body.page-home .process-antler-shell__node.is-active {
  fill: #d9dfd4;
  stroke: rgba(255, 253, 248, 0.72);
}

body.page-home .process-antler-shell__node.is-current {
  transform: scale(1.12);
  fill: #fffdf8;
  filter: drop-shadow(0 0 12px rgba(255, 253, 248, 0.56));
}

body.page-home .process-antler-shell__steps {
  width: min(34rem, 44%);
  min-height: calc(100svh - 11.25rem);
  margin-left: auto;
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
  align-items: stretch;
}

body.page-home .process-antler-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.1rem;
  align-items: start;
  padding: 1.4rem 1.35rem;
  border: 1px solid rgba(217, 223, 212, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.07) 0%, rgba(255, 253, 248, 0.03) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 253, 248, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(1.5rem) scale(0.98);
  transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

body.page-home .process-antler-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(217, 223, 212, 0) 0%, rgba(217, 223, 212, 0.7) 56%, rgba(177, 170, 154, 0.78) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.page-home .process-antler-step.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  border-color: rgba(217, 223, 212, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.11) 0%, rgba(255, 253, 248, 0.05) 100%);
  transform: translateX(0) scale(1);
}

body.page-home .process-antler-step.is-active::before,
body.page-home .process-antler-step.is-current::before {
  opacity: 1;
}

body.page-home .process-antler-step.is-current {
  border-color: rgba(255, 253, 248, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.16) 0%, rgba(255, 253, 248, 0.06) 100%);
  box-shadow: 0 18px 36px rgba(4, 11, 9, 0.18);
  transform: translateX(-0.2rem) scale(1.01);
}

body.page-home .process-antler-step__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(245, 243, 237, 0.09);
  color: #fffdf8;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-indent: 0.14em;
}

body.page-home .process-antler-step__body p:last-child {
  margin-bottom: 0;
}

body.page-home .process-antler-step__eyebrow {
  margin: 0 0 0.45rem;
  color: rgba(217, 223, 212, 0.72);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-home footer .site-logo,
body.page-work footer .site-logo,
body.page-services footer .site-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

body.page-home footer .site-logo__mark,
body.page-work footer .site-logo__mark,
body.page-services footer .site-logo__mark {
  width: 86px;
  height: 86px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.2));
}

body.page-home footer .site-logo__image,
body.page-work footer .site-logo__image,
body.page-services footer .site-logo__image {
  width: 184px;
  height: auto;
}

@media (max-width: 959px) {
  body.page-home .logo-wall-shell__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-home .logo-wall-item + .logo-wall-item {
    border-left: 0;
  }

  body.page-home .logo-wall-item:nth-child(2n) {
    border-left: 1px solid rgba(22, 55, 40, 0.1);
  }

  body.page-home .logo-wall-item:nth-child(n + 3) {
    border-top: 1px solid rgba(22, 55, 40, 0.1);
  }

  body.page-home .process-antler-shell {
    min-height: auto;
  }

  body.page-home .process-antler-shell__sticky {
    position: relative;
    top: auto;
  }

  body.page-home .process-antler-shell__frame {
    min-height: auto;
  }

  body.page-home .process-antler-shell__canvas {
    display: none;
  }

  body.page-home .process-antler-shell__steps {
    width: 100%;
    min-height: auto;
    grid-template-rows: none;
  }

  body.page-home .process-antler-step {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  body.page-home .process-antler-step.is-active,
  body.page-home .process-antler-step.is-current {
    transform: none;
  }

  body.page-home #logo-proof::before {
    width: min(13rem, 26vw);
    top: 7.6rem;
    right: -1.75rem;
    opacity: 0.016;
  }
}

@media (max-width: 768px) {
  body.page-home .hero-float-cluster,
  body.page-home .logo-wall-shell,
  body.page-home .process-antler-shell__frame {
    border-radius: 24px;
  }

  body.page-home footer .site-logo__mark,
  body.page-work footer .site-logo__mark,
  body.page-services footer .site-logo__mark {
    width: 64px;
    height: 64px;
  }

  body.page-home footer .site-logo__image,
  body.page-work footer .site-logo__image,
  body.page-services footer .site-logo__image {
    width: 158px;
  }
}

@media (max-width: 639px) {
  body.page-home .logo-wall-shell__grid {
    grid-template-columns: 1fr;
  }

  body.page-home .logo-wall-item:nth-child(2n),
  body.page-home .logo-wall-item:nth-child(n + 3) {
    border-left: 0;
    border-top: 0;
  }

  body.page-home .logo-wall-item + .logo-wall-item {
    border-top: 1px solid rgba(22, 55, 40, 0.1);
  }

  body.page-home .process-antler-step {
    grid-template-columns: 1fr;
  }

  body.page-home .process-antler-step__index {
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
  }

  body.page-home .process-antler-shell {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home .logo-wall-item,
  body.page-home .logo-wall-item::before,
  body.page-home .process-antler-step,
  body.page-home .process-antler-shell__node {
    transition: none;
  }
}

/* Homepage luxury refinements */
body.page-home .site-nav .site-logo__mark,
body.page-home .mobile-menu .site-logo__mark,
body.page-work .site-nav .site-logo__mark,
body.page-work .mobile-menu .site-logo__mark,
body.page-services .site-nav .site-logo__mark,
body.page-services .mobile-menu .site-logo__mark {
  width: 82px;
  height: 82px;
}

body.page-home .site-nav .site-logo,
body.page-work .site-nav .site-logo,
body.page-services .site-nav .site-logo {
  gap: 1.05rem;
}

body.page-home .hero-float-card {
  border-color: rgba(22, 55, 40, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(247, 243, 235, 0.95) 100%);
  box-shadow: 0 26px 48px rgba(9, 20, 16, 0.11);
}

body.page-home #logo-proof::before {
  display: none;
}

body.page-home .featured-work-field {
  position: relative;
  overflow: visible;
  isolation: isolate;
  min-height: clamp(19rem, 29vw, 23rem);
  padding: clamp(2.4rem, 4vw, 3.75rem) 0;
}

body.page-home .featured-work-field::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 50%, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 78% 38%, rgba(22, 55, 40, 0.05) 0%, rgba(22, 55, 40, 0) 24%),
    linear-gradient(90deg, rgba(22, 55, 40, 0.025) 0%, rgba(22, 55, 40, 0) 38%, rgba(22, 55, 40, 0.05) 100%);
  pointer-events: none;
  z-index: 0;
}

body.page-home .featured-work-field__line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 55, 40, 0) 0%, rgba(22, 55, 40, 0.16) 18%, rgba(22, 55, 40, 0.08) 82%, rgba(22, 55, 40, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

body.page-home .featured-work-field__line--top {
  top: 0;
}

body.page-home .featured-work-field__line--bottom {
  bottom: 0;
}

body.page-home .featured-work-field__brand {
  position: absolute;
  right: 0;
  top: 50%;
  width: min(28rem, 33vw);
  transform: translateY(-50%) rotate(-7deg);
  opacity: 0.085;
  z-index: 0;
  pointer-events: none;
  filter: drop-shadow(0 18px 36px rgba(22, 55, 40, 0.12));
}

body.page-home .featured-work-field__brand img {
  width: 100%;
  height: auto;
}

body.page-home .featured-work-field__logos {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem 3.5rem;
  width: min(45rem, calc(100% - 11.5rem));
  min-height: 15rem;
  padding-left: 0.4rem;
}

body.page-home .featured-work-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.5rem;
  text-decoration: none;
  color: inherit;
  opacity: 0.9;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.28s ease, filter 0.28s ease;
}

body.page-home .featured-work-logo:hover,
body.page-home .featured-work-logo:focus-visible {
  transform: translateY(-3px);
  opacity: 1;
  filter: saturate(1.04);
}

body.page-home .featured-work-logo--point {
  margin-top: 0.25rem;
}

body.page-home .featured-work-logo--gosdin {
  margin-top: 1.2rem;
}

body.page-home .featured-work-logo--lagrange {
  margin-top: -0.2rem;
}

body.page-home .featured-work-logo--cdr {
  margin-top: 0.9rem;
}

body.page-home .featured-work-logo__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 14px 28px rgba(15, 29, 21, 0.08));
}

body.page-home .featured-work-logo__mark img,
body.page-home .featured-work-logo__mark svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

body.page-home .featured-work-logo__mark--point {
  width: min(13rem, 34vw);
}

body.page-home .featured-work-logo__mark--gosdin {
  width: min(14.5rem, 38vw);
}

body.page-home .featured-work-logo__mark--lagrange {
  width: min(15rem, 40vw);
}

body.page-home .featured-work-logo__mark--cdr {
  width: min(12.5rem, 34vw);
}

body.page-home .services-editorial {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  padding: clamp(2.25rem, 4vw, 3.75rem);
  border: 1px solid rgba(22, 55, 40, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(243, 238, 228, 0.94) 100%),
    linear-gradient(135deg, rgba(22, 55, 40, 0.03) 0%, rgba(177, 170, 154, 0.06) 100%);
  box-shadow: 0 28px 62px rgba(9, 20, 16, 0.08);
}

body.page-home .services-editorial::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(22, 55, 40, 0.08) 0%, rgba(22, 55, 40, 0) 24%),
    linear-gradient(90deg, rgba(255, 253, 248, 0.56) 0%, rgba(255, 253, 248, 0) 50%);
  pointer-events: none;
}

body.page-home .services-editorial__intro,
body.page-home .services-editorial__list {
  position: relative;
  z-index: 1;
}

body.page-home .services-editorial__intro {
  max-width: 28rem;
}

body.page-home .services-editorial__eyebrow {
  margin: 0 0 1rem;
  color: rgba(22, 55, 40, 0.72);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-home .services-editorial__summary {
  margin: 0;
  max-width: 25rem;
  color: rgba(15, 29, 21, 0.66);
  font-size: 1.02rem;
  line-height: 1.75;
}

body.page-home .services-editorial__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.6rem;
  color: var(--antlr-forest-dark);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: gap 0.22s ease, color 0.22s ease;
}

body.page-home .services-editorial__cta:hover,
body.page-home .services-editorial__cta:focus-visible {
  gap: 0.95rem;
  color: var(--antlr-forest);
}

body.page-home .services-editorial__list {
  display: grid;
}

body.page-home .services-editorial__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.9rem 1.25rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(22, 55, 40, 0.1);
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease;
}

body.page-home .services-editorial__item:first-child {
  border-top: 0;
  padding-top: 0;
}

body.page-home .services-editorial__item:hover,
body.page-home .services-editorial__item:focus-visible {
  transform: translateX(0.3rem);
  border-color: rgba(22, 55, 40, 0.2);
}

body.page-home .services-editorial__index {
  color: rgba(22, 55, 40, 0.42);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-home .services-editorial__title {
  color: var(--antlr-ink);
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

body.page-home .services-editorial__copy {
  color: rgba(15, 29, 21, 0.58);
  font-size: 0.98rem;
  text-align: right;
  white-space: nowrap;
}

body.page-home .services-editorial__arrow {
  color: rgba(22, 55, 40, 0.66);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

body.page-home #services-preview {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 22%),
    linear-gradient(180deg, #fbf8f1 0%, #f3eee2 54%, #faf6ee 100%);
}

body.page-home .services-ridge {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.25rem, 4vw, 5rem);
  align-items: start;
  padding: clamp(1.5rem, 2.8vw, 2.5rem) 0;
}

body.page-home .services-ridge::before,
body.page-home .services-ridge::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 55, 40, 0) 0%, rgba(22, 55, 40, 0.14) 18%, rgba(22, 55, 40, 0.08) 82%, rgba(22, 55, 40, 0) 100%);
  pointer-events: none;
}

body.page-home .services-ridge::before {
  top: 0;
}

body.page-home .services-ridge::after {
  bottom: 0;
}

body.page-home .services-ridge__intro,
body.page-home .services-ridge__items {
  position: relative;
  z-index: 1;
}

body.page-home .services-ridge__intro {
  max-width: 29rem;
  padding-top: 0.9rem;
}

body.page-home .services-ridge__eyebrow {
  margin: 0 0 1rem;
  color: rgba(22, 55, 40, 0.72);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-home .services-ridge__summary {
  margin: 0;
  max-width: 27rem;
  color: rgba(15, 29, 21, 0.66);
  font-size: 1.03rem;
  line-height: 1.78;
}

body.page-home .services-ridge__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.7rem;
  color: var(--antlr-forest-dark);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: gap 0.22s ease, color 0.22s ease;
}

body.page-home .services-ridge__cta:hover,
body.page-home .services-ridge__cta:focus-visible {
  gap: 0.95rem;
  color: var(--antlr-forest);
}

body.page-home .services-ridge__brand {
  position: absolute;
  left: 20%;
  bottom: 1.25rem;
  width: min(15rem, 18vw);
  opacity: 0.05;
  pointer-events: none;
  filter: drop-shadow(0 18px 30px rgba(22, 55, 40, 0.08));
}

body.page-home .services-ridge__brand img {
  width: 100%;
  height: auto;
}

body.page-home .services-ridge__items {
  position: relative;
  display: grid;
  gap: 0;
  padding: 0.45rem 0;
}

body.page-home .services-ridge__items::before {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 1.25rem;
  bottom: 1.25rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(22, 55, 40, 0.08) 0%, rgba(22, 55, 40, 0.18) 32%, rgba(22, 55, 40, 0.08) 100%);
  pointer-events: none;
}

body.page-home .services-ridge__item {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.95rem 1.25rem;
  padding: 1.35rem 0 1.4rem 2.85rem;
  color: inherit;
  text-decoration: none;
  transition: transform 0.24s ease;
}

body.page-home .services-ridge__item::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 2.05rem;
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(22, 55, 40, 0.24);
  background: #fffdf8;
  box-shadow: 0 0 0 0.55rem rgba(248, 244, 235, 0.96);
}

body.page-home .services-ridge__item::after {
  content: "";
  position: absolute;
  left: 2.85rem;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 55, 40, 0.14) 0%, rgba(22, 55, 40, 0.06) 72%, rgba(22, 55, 40, 0) 100%);
}

body.page-home .services-ridge__item:nth-child(2) {
  margin-left: 3.15rem;
}

body.page-home .services-ridge__item:nth-child(3) {
  margin-left: 1.1rem;
}

body.page-home .services-ridge__item:nth-child(4) {
  margin-left: 4.35rem;
}

body.page-home .services-ridge__item:nth-child(5) {
  margin-left: 2rem;
}

body.page-home .services-ridge__item:hover,
body.page-home .services-ridge__item:focus-visible {
  transform: translateX(0.35rem);
}

body.page-home .services-ridge__index {
  color: rgba(22, 55, 40, 0.42);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  align-self: start;
  padding-top: 0.3rem;
}

body.page-home .services-ridge__body {
  display: grid;
  gap: 0.2rem;
}

body.page-home .services-ridge__kicker {
  color: rgba(22, 55, 40, 0.58);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-home .services-ridge__title {
  color: var(--antlr-ink);
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

body.page-home .services-ridge__copy {
  color: rgba(15, 29, 21, 0.62);
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 33rem;
}

body.page-home .services-ridge__arrow {
  color: rgba(22, 55, 40, 0.6);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  align-self: center;
}

body.page-home .home-process {
  background:
    radial-gradient(circle at 18% 16%, rgba(63, 109, 88, 0.18) 0%, rgba(63, 109, 88, 0) 26%),
    radial-gradient(circle at 82% 78%, rgba(177, 170, 154, 0.16) 0%, rgba(177, 170, 154, 0) 30%),
    linear-gradient(180deg, #091a12 0%, #0d241a 42%, #133624 100%);
}

body.page-home .process-standard-shell {
  position: relative;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

body.page-home .process-standard-shell::before {
  display: none;
}

body.page-home .process-standard-shell__line {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.55rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(245, 243, 237, 0.08) 0%, rgba(245, 243, 237, 0.32) 18%, rgba(245, 243, 237, 0.18) 82%, rgba(245, 243, 237, 0.08) 100%);
  pointer-events: none;
}

body.page-home .process-standard-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.85rem;
}

body.page-home .process-standard-step {
  position: relative;
  padding-top: 0.9rem;
  padding-right: 0.75rem;
  border-top: 1px solid rgba(245, 243, 237, 0.12);
}

body.page-home .process-standard-step__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 243, 237, 0.16);
  background: #183b2d;
  color: #fffdf8;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
  box-shadow: none;
}

body.page-home .process-standard-step__eyebrow {
  margin: 0 0 0.7rem;
  color: rgba(217, 223, 212, 0.7);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-home .process-standard-step h3 {
  margin: 0 0 0.8rem;
}

body.page-home .process-standard-step p {
  margin: 0;
  max-width: 17rem;
}

@media (max-width: 1100px) {
  body.page-home .featured-work-field__brand {
    width: min(22rem, 36vw);
    right: -0.5rem;
    opacity: 0.075;
  }

  body.page-home .featured-work-field__logos {
    width: min(38rem, calc(100% - 8rem));
    gap: 2rem 2.5rem;
  }

  body.page-home .services-ridge {
    grid-template-columns: 1fr;
  }

  body.page-home .services-ridge__intro {
    max-width: 34rem;
  }

  body.page-home .services-ridge__brand {
    left: auto;
    right: 0;
    top: 0.6rem;
    bottom: auto;
    width: min(11rem, 18vw);
  }

  body.page-home .services-ridge__item:nth-child(2),
  body.page-home .services-ridge__item:nth-child(3),
  body.page-home .services-ridge__item:nth-child(4),
  body.page-home .services-ridge__item:nth-child(5) {
    margin-left: 0;
  }

  body.page-home .services-editorial {
    grid-template-columns: 1fr;
  }

  body.page-home .services-editorial__intro {
    max-width: none;
  }

  body.page-home .process-standard-shell__line {
    display: none;
  }

  body.page-home .process-standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }
}

@media (max-width: 768px) {
  body.page-home .site-nav .site-logo__mark,
  body.page-home .mobile-menu .site-logo__mark,
  body.page-work .site-nav .site-logo__mark,
  body.page-work .mobile-menu .site-logo__mark,
  body.page-services .site-nav .site-logo__mark,
  body.page-services .mobile-menu .site-logo__mark {
    width: 64px;
    height: 64px;
  }

  body.page-home .featured-work-field {
    padding: 1.75rem 0;
  }

  body.page-home .featured-work-field__brand {
    width: 13rem;
    right: -1.5rem;
    bottom: -1rem;
    top: auto;
    transform: rotate(-10deg);
    opacity: 0.08;
  }

  body.page-home .featured-work-field__logos {
    width: 100%;
    min-height: auto;
    gap: 1.75rem 2rem;
  }

  body.page-home .services-ridge {
    gap: 1.8rem;
    padding: 1.35rem 0;
  }

  body.page-home .services-ridge__brand {
    width: 7.75rem;
    right: 0;
    top: 0.35rem;
    opacity: 0.045;
  }

  body.page-home .services-ridge__item {
    grid-template-columns: auto 1fr auto;
    padding: 1.15rem 0 1.25rem 2.45rem;
  }

  body.page-home .services-ridge__item::before {
    left: 0.22rem;
    top: 1.75rem;
    box-shadow: 0 0 0 0.42rem rgba(248, 244, 235, 0.96);
  }

  body.page-home .services-ridge__item::after {
    left: 2.45rem;
  }

  body.page-home .services-ridge__items::before {
    left: 0.66rem;
  }

  body.page-home .services-ridge__copy {
    max-width: none;
  }

  body.page-home .services-editorial {
    padding: 2rem 1.4rem;
    border-radius: 26px;
  }

  body.page-home .services-editorial__item {
    grid-template-columns: auto 1fr auto;
  }

  body.page-home .services-editorial__copy {
    grid-column: 2 / -1;
    text-align: left;
    white-space: normal;
  }

  body.page-home .services-editorial__arrow {
    display: none;
  }

  body.page-home .process-standard-shell {
    padding: 0;
  }

  body.page-home .process-standard-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  body.page-home .process-standard-step {
    padding-right: 0;
  }
}

/* Homepage refinement pass */
body.page-home .featured-work-field {
  min-height: clamp(19rem, 28vw, 23rem);
  padding: clamp(2rem, 3.7vw, 3rem) clamp(1.8rem, 3.4vw, 2.85rem);
}

body.page-home .featured-work-field::before {
  inset: 14% auto auto 4%;
  width: min(26rem, 34vw);
  height: min(18rem, 24vw);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0) 72%);
  filter: blur(16px);
}

body.page-home .featured-work-field__line {
  left: clamp(0.85rem, 1.5vw, 1.25rem);
  right: clamp(0.85rem, 1.5vw, 1.25rem);
}

body.page-home .featured-work-field__brand {
  right: clamp(0rem, 1vw, 0.8rem);
}

body.page-home .featured-work-field__logos {
  width: min(44rem, calc(100% - 13rem));
  gap: 2.35rem 4rem;
  min-height: 14rem;
  margin-left: clamp(0.25rem, 0.8vw, 0.75rem);
  padding-left: 0;
}

body.page-home .featured-work-logo--point,
body.page-home .featured-work-logo--lagrange {
  margin-left: 0.2rem;
}

body.page-home .featured-work-logo--cdr {
  margin-left: 0.55rem;
}

body.page-home #services-preview {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #fbf8f1 0%, #f4efe3 56%, #faf6ed 100%);
}

body.page-home .services-snapshot {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2.2rem, 4vw, 4.8rem);
  align-items: start;
  padding: clamp(1.6rem, 3vw, 2.4rem) 0;
}

body.page-home .services-snapshot::before,
body.page-home .services-snapshot::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 55, 40, 0) 0%, rgba(22, 55, 40, 0.14) 18%, rgba(22, 55, 40, 0.08) 82%, rgba(22, 55, 40, 0) 100%);
  pointer-events: none;
}

body.page-home .services-snapshot::before {
  top: 0;
}

body.page-home .services-snapshot::after {
  bottom: 0;
}

body.page-home .services-snapshot__copy,
body.page-home .services-snapshot__grid {
  position: relative;
  z-index: 1;
}

body.page-home .services-snapshot__copy {
  max-width: 30rem;
  padding-top: 0.95rem;
}

body.page-home .services-snapshot__eyebrow {
  margin: 0 0 1rem;
  color: rgba(22, 55, 40, 0.7);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-home .services-snapshot__summary {
  margin: 0;
  max-width: 28rem;
  color: rgba(15, 29, 21, 0.66);
  font-size: 1.04rem;
  line-height: 1.78;
}

body.page-home .services-snapshot__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.7rem;
  color: var(--antlr-forest-dark);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: gap 0.22s ease, color 0.22s ease;
}

body.page-home .services-snapshot__cta:hover,
body.page-home .services-snapshot__cta:focus-visible {
  gap: 0.95rem;
  color: var(--antlr-forest);
}

body.page-home .services-snapshot__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 2rem;
  align-items: end;
  padding: 0.4rem 0 0.4rem 0.6rem;
}

body.page-home .services-snapshot__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 8.1rem;
  padding: 0 0 0.95rem;
  border-bottom: 1px solid rgba(22, 55, 40, 0.12);
  color: inherit;
  text-decoration: none;
  transition: transform 0.24s ease, border-color 0.24s ease;
}

body.page-home .services-snapshot__item:hover,
body.page-home .services-snapshot__item:focus-visible {
  transform: translateY(-0.18rem);
  border-color: rgba(22, 55, 40, 0.22);
}

body.page-home .services-snapshot__item--web {
  margin-top: 1.4rem;
}

body.page-home .services-snapshot__item--systems {
  grid-column: span 2;
  max-width: 34rem;
  margin-left: 2.6rem;
}

body.page-home .services-snapshot__item--marketing {
  margin-top: 0.3rem;
}

body.page-home .services-snapshot__item--media {
  margin-top: 1rem;
}

body.page-home .services-snapshot__item--wide {
  grid-column: span 2;
  max-width: 28rem;
}

body.page-home .services-snapshot__title {
  color: var(--antlr-ink);
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(2.1rem, 3.15vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

body.page-home .services-snapshot__meta {
  margin-top: 0.35rem;
  color: rgba(15, 29, 21, 0.58);
  font-size: 0.98rem;
  line-height: 1.5;
}

body.page-home .process-antler-map {
  position: relative;
  min-height: 38rem;
  margin-top: 1rem;
}

body.page-home .process-antler-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 78%, rgba(63, 109, 88, 0.18) 0%, rgba(63, 109, 88, 0) 22%),
    radial-gradient(circle at 84% 20%, rgba(177, 170, 154, 0.16) 0%, rgba(177, 170, 154, 0) 28%);
  pointer-events: none;
}

body.page-home .process-antler-map__canvas,
body.page-home .process-antler-map__steps {
  position: relative;
  z-index: 1;
}

body.page-home .process-antler-map__canvas {
  width: 100%;
}

body.page-home .process-antler-map__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 26px 40px rgba(0, 0, 0, 0.14));
}

body.page-home .process-antler-map__track,
body.page-home .process-antler-map__tine,
body.page-home .process-antler-map__tip {
  fill: none;
  stroke: url(#processAntlerStroke);
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

body.page-home .process-antler-map__track {
  stroke-width: 10;
}

body.page-home .process-antler-map__tine {
  stroke-width: 8;
}

body.page-home .process-antler-map__tip {
  stroke-width: 7;
}

body.page-home .process-antler-map__node {
  fill: #f4efe3;
  stroke: rgba(13, 36, 26, 0.82);
  stroke-width: 6;
}

body.page-home .process-antler-map__steps {
  position: absolute;
  inset: 0;
}

body.page-home .process-antler-map__step {
  position: absolute;
  max-width: 11.25rem;
  z-index: 2;
  padding: 0.9rem 1rem 1rem;
  border: 1px solid rgba(217, 223, 212, 0.08);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(13, 36, 26, 0.44) 0%, rgba(13, 36, 26, 0.18) 100%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
}

body.page-home .process-antler-map__step--01 {
  left: 0.2rem;
  bottom: 0.8rem;
}

body.page-home .process-antler-map__step--02 {
  left: 8.5rem;
  top: 1.25rem;
}

body.page-home .process-antler-map__step--03 {
  left: 29.5%;
  bottom: 4.5%;
}

body.page-home .process-antler-map__step--04 {
  left: 53.5%;
  top: 5.25rem;
}

body.page-home .process-antler-map__step--05 {
  right: 1rem;
  top: 2.25rem;
}

body.page-home .process-antler-map__eyebrow {
  margin: 0 0 0.5rem;
  color: rgba(217, 223, 212, 0.7);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-home .process-antler-map__step h3 {
  margin: 0 0 0.45rem;
}

body.page-home .process-antler-map__step p:last-child {
  margin: 0;
  max-width: 13.5rem;
}

@media (max-width: 1100px) {
  body.page-home .featured-work-field {
    padding-inline: 1.4rem;
  }

  body.page-home .featured-work-field__brand {
    right: -0.8rem;
    width: min(22rem, 36vw);
  }

  body.page-home .featured-work-field__logos {
    width: min(38rem, calc(100% - 8.5rem));
    gap: 1.85rem 2.6rem;
    margin-left: 0;
  }

  body.page-home .services-snapshot {
    grid-template-columns: 1fr;
  }

  body.page-home .services-snapshot__copy {
    max-width: 34rem;
  }

  body.page-home .services-snapshot__grid {
    padding-left: 0;
  }

  body.page-home .services-snapshot__item--systems,
  body.page-home .services-snapshot__item--wide {
    max-width: none;
    margin-left: 0;
  }

  body.page-home .process-antler-map {
    min-height: 34rem;
  }

  body.page-home .process-antler-map__step {
    max-width: 10.5rem;
  }

  body.page-home .process-antler-map__step--01 {
    left: 0;
  }

  body.page-home .process-antler-map__step--02 {
    left: 5.5rem;
  }

  body.page-home .process-antler-map__step--03 {
    left: 29%;
  }

  body.page-home .process-antler-map__step--04 {
    left: 50%;
  }

  body.page-home .process-antler-map__step--05 {
    right: 0.35rem;
    top: 2.5rem;
  }
}

@media (max-width: 768px) {
  body.page-home .featured-work-field {
    padding: 1.65rem 1rem;
  }

  body.page-home .featured-work-field__line {
    left: 0;
    right: 0;
  }

  body.page-home .featured-work-field__brand {
    width: 11rem;
    right: -0.8rem;
    bottom: 0.25rem;
    top: auto;
    transform: rotate(-10deg);
  }

  body.page-home .featured-work-field__logos {
    width: calc(100% - 4.4rem);
    gap: 1.45rem 1.7rem;
  }

  body.page-home .services-snapshot {
    gap: 1.7rem;
    padding: 1.35rem 0;
  }

  body.page-home .services-snapshot__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  body.page-home .services-snapshot__item,
  body.page-home .services-snapshot__item--web,
  body.page-home .services-snapshot__item--systems,
  body.page-home .services-snapshot__item--marketing,
  body.page-home .services-snapshot__item--media,
  body.page-home .services-snapshot__item--wide {
    grid-column: auto;
    margin-top: 0;
    margin-left: 0;
    min-height: 0;
  }

  body.page-home .services-snapshot__title {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  body.page-home .process-antler-map {
    min-height: auto;
  }

  body.page-home .process-antler-map__canvas {
    display: none;
  }

  body.page-home .process-antler-map__steps {
    position: relative;
    display: grid;
    gap: 1.5rem;
    padding-left: 1.2rem;
  }

  body.page-home .process-antler-map__steps::before {
    content: "";
    position: absolute;
    left: 0.2rem;
    top: 0.35rem;
    bottom: 0.35rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(217, 223, 212, 0.18) 0%, rgba(217, 223, 212, 0.46) 40%, rgba(217, 223, 212, 0.18) 100%);
  }

  body.page-home .process-antler-map__step {
    position: relative;
    inset: auto;
    max-width: none;
    padding-left: 1rem;
  }

  body.page-home .process-antler-map__step::before {
    content: "";
    position: absolute;
    left: -1.42rem;
    top: 0.35rem;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 999px;
    border: 2px solid rgba(244, 239, 227, 0.76);
    background: #143225;
  }
}

/* Homepage redesign overrides */
body.page-home .featured-work-field {
  padding: clamp(2.15rem, 4vw, 3.15rem) clamp(2.25rem, 4.8vw, 4.5rem);
}

body.page-home .featured-work-field__logos {
  width: min(41.5rem, calc(100% - 16rem));
  gap: 2.15rem 4rem;
  margin-left: 1rem;
}

body.page-home .featured-work-logo--point,
body.page-home .featured-work-logo--lagrange {
  margin-left: 0;
}

body.page-home #services-preview {
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #fbf8f1 0%, #f2ecdd 56%, #faf6ed 100%);
}

body.page-home .services-terrain {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2.2rem, 4vw, 4.8rem);
  align-items: start;
  padding: clamp(1.65rem, 3vw, 2.45rem) 0;
}

body.page-home .services-terrain::before,
body.page-home .services-terrain::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 55, 40, 0) 0%, rgba(22, 55, 40, 0.14) 18%, rgba(22, 55, 40, 0.08) 82%, rgba(22, 55, 40, 0) 100%);
  pointer-events: none;
}

body.page-home .services-terrain::before {
  top: 0;
}

body.page-home .services-terrain::after {
  bottom: 0;
}

body.page-home .services-terrain__copy,
body.page-home .services-terrain__stage {
  position: relative;
  z-index: 1;
}

body.page-home .services-terrain__copy {
  max-width: 29rem;
  padding-top: 0.95rem;
}

body.page-home .services-terrain__eyebrow {
  margin: 0 0 1rem;
  color: rgba(22, 55, 40, 0.7);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-home .services-terrain__summary {
  margin: 0;
  max-width: 27rem;
  color: rgba(15, 29, 21, 0.66);
  font-size: 1.04rem;
  line-height: 1.8;
}

body.page-home .services-terrain__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.7rem;
  color: var(--antlr-forest-dark);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: gap 0.22s ease, color 0.22s ease;
}

body.page-home .services-terrain__cta:hover,
body.page-home .services-terrain__cta:focus-visible {
  gap: 0.95rem;
  color: var(--antlr-forest);
}

body.page-home .services-terrain__stage {
  position: relative;
  min-height: 32rem;
}

body.page-home .services-terrain__stage::before {
  content: "";
  position: absolute;
  inset: 8% 0 12% 4%;
  background:
    radial-gradient(circle at 18% 72%, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 72% 20%, rgba(22, 55, 40, 0.08) 0%, rgba(22, 55, 40, 0) 26%);
  pointer-events: none;
}

body.page-home .services-terrain__contours {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  background:
    radial-gradient(ellipse 44% 30% at 24% 76%, transparent 57%, rgba(22, 55, 40, 0.13) 57.5%, transparent 58.4%),
    radial-gradient(ellipse 50% 34% at 24% 76%, transparent 63%, rgba(22, 55, 40, 0.1) 63.5%, transparent 64.4%),
    radial-gradient(ellipse 56% 38% at 24% 76%, transparent 69%, rgba(22, 55, 40, 0.08) 69.5%, transparent 70.4%),
    radial-gradient(ellipse 40% 28% at 76% 24%, transparent 54%, rgba(22, 55, 40, 0.13) 54.5%, transparent 55.4%),
    radial-gradient(ellipse 46% 32% at 76% 24%, transparent 60%, rgba(22, 55, 40, 0.1) 60.5%, transparent 61.4%),
    radial-gradient(ellipse 54% 38% at 76% 24%, transparent 67%, rgba(22, 55, 40, 0.08) 67.5%, transparent 68.4%);
}

body.page-home .services-terrain__service {
  position: absolute;
  display: grid;
  gap: 0.15rem;
  color: inherit;
  text-decoration: none;
  transition: transform 0.24s ease, filter 0.24s ease;
}

body.page-home .services-terrain__service::after {
  content: "";
  width: min(13rem, 100%);
  height: 1px;
  margin-top: 0.7rem;
  background: linear-gradient(90deg, rgba(22, 55, 40, 0.14) 0%, rgba(22, 55, 40, 0.05) 72%, rgba(22, 55, 40, 0) 100%);
}

body.page-home .services-terrain__service:hover,
body.page-home .services-terrain__service:focus-visible {
  transform: translateY(-0.18rem);
  filter: saturate(1.04);
}

body.page-home .services-terrain__index {
  color: rgba(22, 55, 40, 0.42);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-home .services-terrain__title {
  color: var(--antlr-ink);
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

body.page-home .services-terrain__meta {
  color: rgba(15, 29, 21, 0.58);
  font-size: 1rem;
  line-height: 1.5;
}

body.page-home .services-terrain__service--brand {
  left: 0;
  top: 0.6rem;
  width: 41%;
}

body.page-home .services-terrain__service--web {
  right: 0;
  top: 0.1rem;
  width: 34%;
}

body.page-home .services-terrain__service--systems {
  left: 12%;
  top: 9.75rem;
  width: 54%;
}

body.page-home .services-terrain__service--systems .services-terrain__title {
  font-size: clamp(3rem, 4.8vw, 5.8rem);
}

body.page-home .services-terrain__service--marketing {
  left: 2%;
  bottom: 5.8rem;
  width: 42%;
}

body.page-home .services-terrain__service--media {
  right: 3%;
  bottom: 0.8rem;
  width: 43%;
}

body.page-home .home-process {
  background:
    radial-gradient(circle at 18% 16%, rgba(63, 109, 88, 0.18) 0%, rgba(63, 109, 88, 0) 26%),
    radial-gradient(circle at 82% 78%, rgba(177, 170, 154, 0.16) 0%, rgba(177, 170, 154, 0) 30%),
    linear-gradient(180deg, #091a12 0%, #0d241a 42%, #133624 100%);
}

body.page-home .process-trail {
  position: relative;
  min-height: 36rem;
  margin-top: 1rem;
}

body.page-home .process-trail::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 74%, rgba(63, 109, 88, 0.14) 0%, rgba(63, 109, 88, 0) 24%),
    radial-gradient(circle at 84% 24%, rgba(177, 170, 154, 0.09) 0%, rgba(177, 170, 154, 0) 30%);
  pointer-events: none;
}

body.page-home .process-trail__canvas,
body.page-home .process-trail__steps {
  position: relative;
  z-index: 1;
}

body.page-home .process-trail__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 26px 40px rgba(0, 0, 0, 0.14));
}

body.page-home .process-trail__line {
  fill: none;
  stroke: url(#processTrailStroke);
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

body.page-home .process-trail__node {
  fill: #f4efe3;
  stroke: rgba(13, 36, 26, 0.82);
  stroke-width: 6;
}

body.page-home .process-trail__steps {
  position: absolute;
  inset: 0;
}

body.page-home .process-trail__step {
  position: absolute;
  max-width: 14rem;
}

body.page-home .process-trail__step::before {
  content: "";
  position: absolute;
  width: 1px;
  background: linear-gradient(180deg, rgba(244, 239, 227, 0.72) 0%, rgba(244, 239, 227, 0.18) 100%);
}

body.page-home .process-trail__step--01 {
  left: 0.3rem;
  bottom: 0.35rem;
}

body.page-home .process-trail__step--01::before {
  left: 2.8rem;
  top: -2.2rem;
  height: 2rem;
}

body.page-home .process-trail__step--02 {
  left: 10%;
  top: 0.2rem;
}

body.page-home .process-trail__step--02::before {
  left: 2.75rem;
  bottom: -2.9rem;
  height: 2.55rem;
}

body.page-home .process-trail__step--03 {
  left: 29%;
  bottom: 8%;
}

body.page-home .process-trail__step--03::before {
  left: 2.85rem;
  top: -2.7rem;
  height: 2.35rem;
}

body.page-home .process-trail__step--04 {
  left: 49%;
  top: 1.1rem;
}

body.page-home .process-trail__step--04::before {
  left: 2.75rem;
  bottom: -2.8rem;
  height: 2.45rem;
}

body.page-home .process-trail__step--05 {
  right: 8%;
  top: -0.15rem;
}

body.page-home .process-trail__step--05::before {
  left: 2.65rem;
  bottom: -3rem;
  height: 2.65rem;
}

body.page-home .process-trail__eyebrow {
  margin: 0 0 0.5rem;
  color: rgba(217, 223, 212, 0.7);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-home .process-trail__step h3 {
  margin: 0 0 0.45rem;
}

body.page-home .process-trail__step p:last-child {
  margin: 0;
  max-width: 13.5rem;
}

@media (max-width: 1100px) {
  body.page-home .featured-work-field {
    padding-inline: 1.6rem;
  }

  body.page-home .featured-work-field__logos {
    width: min(38rem, calc(100% - 10rem));
    gap: 1.8rem 2.6rem;
    margin-left: 0.15rem;
  }

  body.page-home .services-terrain {
    grid-template-columns: 1fr;
  }

  body.page-home .services-terrain__copy {
    max-width: 34rem;
  }

  body.page-home .services-terrain__stage {
    min-height: 29rem;
  }

  body.page-home .services-terrain__service--systems {
    left: 8%;
    width: 58%;
  }

  body.page-home .services-terrain__service--marketing {
    left: 0;
  }

  body.page-home .process-trail {
    min-height: 33rem;
  }

  body.page-home .process-trail__step--02 {
    left: 7%;
  }

  body.page-home .process-trail__step--03 {
    left: 26%;
  }

  body.page-home .process-trail__step--04 {
    left: 46%;
  }
}

@media (max-width: 768px) {
  body.page-home .featured-work-field {
    padding: 1.65rem 1rem;
  }

  body.page-home .featured-work-field__logos {
    width: calc(100% - 4rem);
    gap: 1.4rem 1.7rem;
    margin-left: 0;
  }

  body.page-home .services-terrain {
    gap: 1.7rem;
    padding: 1.35rem 0;
  }

  body.page-home .services-terrain__stage {
    min-height: auto;
  }

  body.page-home .services-terrain__contours,
  body.page-home .services-terrain__stage::before {
    display: none;
  }

  body.page-home .services-terrain__stage {
    display: grid;
    gap: 1rem;
  }

  body.page-home .services-terrain__service,
  body.page-home .services-terrain__service--brand,
  body.page-home .services-terrain__service--web,
  body.page-home .services-terrain__service--systems,
  body.page-home .services-terrain__service--marketing,
  body.page-home .services-terrain__service--media {
    position: relative;
    inset: auto;
    width: auto;
  }

  body.page-home .services-terrain__service::after {
    width: 100%;
  }

  body.page-home .services-terrain__title,
  body.page-home .services-terrain__service--systems .services-terrain__title {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  body.page-home .process-trail {
    min-height: auto;
  }

  body.page-home .process-trail__canvas {
    display: none;
  }

  body.page-home .process-trail__steps {
    position: relative;
    display: grid;
    gap: 1.45rem;
    padding-left: 1.15rem;
  }

  body.page-home .process-trail__steps::before {
    content: "";
    position: absolute;
    left: 0.18rem;
    top: 0.35rem;
    bottom: 0.35rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(217, 223, 212, 0.18) 0%, rgba(217, 223, 212, 0.46) 40%, rgba(217, 223, 212, 0.18) 100%);
  }

  body.page-home .process-trail__step,
  body.page-home .process-trail__step--01,
  body.page-home .process-trail__step--02,
  body.page-home .process-trail__step--03,
  body.page-home .process-trail__step--04,
  body.page-home .process-trail__step--05 {
    position: relative;
    inset: auto;
    max-width: none;
    padding-left: 1rem;
  }

  body.page-home .process-trail__step::before {
    content: "";
    position: absolute;
    left: -1.38rem;
    top: 0.35rem;
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 999px;
    border: 2px solid rgba(244, 239, 227, 0.76);
    background: #143225;
  }
}

/* Homepage reset overrides */
body.page-home #services-preview {
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #fbf8f1 0%, #f2ecdd 56%, #faf6ed 100%);
}

body.page-home .services-icons {
  position: relative;
  padding: clamp(1.65rem, 3vw, 2.45rem) 0;
}

body.page-home .services-icons::before,
body.page-home .services-icons::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 55, 40, 0) 0%, rgba(22, 55, 40, 0.14) 18%, rgba(22, 55, 40, 0.08) 82%, rgba(22, 55, 40, 0) 100%);
  pointer-events: none;
}

body.page-home .services-icons::before {
  top: 0;
}

body.page-home .services-icons::after {
  bottom: 0;
}

body.page-home .services-icons__head {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: 2.3rem;
}

body.page-home .services-icons__intro,
body.page-home .services-icons__summary-wrap {
  position: relative;
}

body.page-home .services-icons__eyebrow {
  margin: 0 0 1rem;
  color: rgba(22, 55, 40, 0.7);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-home .services-icons__summary {
  margin: 0;
  max-width: 34rem;
  color: rgba(15, 29, 21, 0.66);
  font-size: 1.04rem;
  line-height: 1.8;
}

body.page-home .services-icons__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.5rem;
  color: var(--antlr-forest-dark);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: gap 0.22s ease, color 0.22s ease;
}

body.page-home .services-icons__cta:hover,
body.page-home .services-icons__cta:focus-visible {
  gap: 0.95rem;
  color: var(--antlr-forest);
}

body.page-home .services-icons__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(22, 55, 40, 0.1);
  border-bottom: 1px solid rgba(22, 55, 40, 0.1);
}

body.page-home .services-icons__item {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  min-height: 100%;
  padding: 1.4rem 0.95rem 1.3rem;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.22s ease, transform 0.22s ease;
}

body.page-home .services-icons__item + .services-icons__item {
  border-left: 1px solid rgba(22, 55, 40, 0.1);
}

body.page-home .services-icons__item:hover,
body.page-home .services-icons__item:focus-visible {
  transform: translateY(-0.15rem);
  background: rgba(255, 253, 248, 0.34);
}

body.page-home .services-icons__icon {
  width: 2.65rem;
  height: 2.65rem;
  color: var(--antlr-forest);
}

body.page-home .services-icons__icon svg {
  width: 100%;
  height: 100%;
}

body.page-home .services-icons__title {
  margin: 0;
  color: var(--antlr-ink);
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

body.page-home .services-icons__list {
  margin: 0;
  padding: 0 0 0 1.1rem;
  color: rgba(15, 29, 21, 0.62);
  font-size: 0.95rem;
  line-height: 1.7;
}

body.page-home .services-icons__list li + li {
  margin-top: 0.2rem;
}

body.page-home .process-trail {
  min-height: 33rem;
}

body.page-home .process-trail::before {
  display: none;
}

body.page-home .process-trail__line {
  stroke-width: 9;
}

body.page-home .process-trail__step {
  max-width: 14rem;
}

body.page-home .process-trail__step::before {
  width: 1px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(244, 239, 227, 0.76) 0%, rgba(244, 239, 227, 0.18) 100%);
}

body.page-home .process-trail__step--01 {
  left: 5.85%;
  bottom: 0.25rem;
}

body.page-home .process-trail__step--01::before {
  left: 2.55rem;
  top: -2.05rem;
  height: 1.85rem;
}

body.page-home .process-trail__step--02 {
  left: 21.75%;
  top: 2.8rem;
}

body.page-home .process-trail__step--02::before {
  left: 2.5rem;
  bottom: -2.65rem;
  height: 2.35rem;
}

body.page-home .process-trail__step--03 {
  left: 39%;
  bottom: 2.9rem;
}

body.page-home .process-trail__step--03::before {
  left: 2.7rem;
  top: -3.35rem;
  height: 3.05rem;
}

body.page-home .process-trail__step--04 {
  left: 58.25%;
  top: 1.55rem;
}

body.page-home .process-trail__step--04::before {
  left: 2.6rem;
  bottom: -2.7rem;
  height: 2.35rem;
}

body.page-home .process-trail__step--05 {
  right: 4.75%;
  top: 6rem;
}

body.page-home .process-trail__step--05::before {
  left: 2.55rem;
  bottom: -2.65rem;
  height: 2.35rem;
}

@media (max-width: 1180px) {
  body.page-home .services-icons__head {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  body.page-home .services-icons__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-home .services-icons__item:nth-child(4),
  body.page-home .services-icons__item:nth-child(5),
  body.page-home .services-icons__item:nth-child(6) {
    border-top: 1px solid rgba(22, 55, 40, 0.1);
  }

  body.page-home .services-icons__item:nth-child(4) {
    border-left: 0;
  }

  body.page-home .process-trail__step--02 {
    left: 18.75%;
  }

  body.page-home .process-trail__step--03 {
    left: 38%;
  }

  body.page-home .process-trail__step--04 {
    left: 58%;
  }
}

@media (max-width: 768px) {
  body.page-home .services-icons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Reset: all items after first get a top border only when wrapping */
  body.page-home .services-icons__item:nth-child(n+3) {
    border-top: 1px solid rgba(22, 55, 40, 0.1);
  }

  /* Odd items in 2nd row+ (left column) get no left border */
  body.page-home .services-icons__item:nth-child(2n+1):not(:first-child) {
    border-left: 0;
  }

  /* Even items (right column) always carry their left divider — restore any
     left:0 override inherited from the 3-up tablet breakpoint (item 4) */
  body.page-home .services-icons__item:nth-child(2n) {
    border-left: 1px solid rgba(22, 55, 40, 0.1);
  }

  body.page-home .services-icons__item {
    padding: 1.2rem 0.8rem;
  }

  body.page-home .process-trail {
    min-height: auto;
  }

  body.page-home .process-trail__step::before {
    content: "";
    position: absolute;
    left: -1.38rem;
    top: 0.35rem;
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 999px;
    border: 2px solid rgba(244, 239, 227, 0.76);
    background: #143225;
  }

  body.page-home .process-trail__steps {
    position: relative;
    display: grid;
    gap: 1.45rem;
    padding-left: 1.15rem;
  }

  body.page-home .process-trail__steps::before {
    content: "";
    position: absolute;
    left: 0.18rem;
    top: 0.35rem;
    bottom: 0.35rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(217, 223, 212, 0.18) 0%, rgba(217, 223, 212, 0.46) 40%, rgba(217, 223, 212, 0.18) 100%);
  }

  body.page-home .process-trail__step,
  body.page-home .process-trail__step--01,
  body.page-home .process-trail__step--02,
  body.page-home .process-trail__step--03,
  body.page-home .process-trail__step--04,
  body.page-home .process-trail__step--05 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    inset: auto;
    max-width: none;
    padding-left: 1rem;
  }
}

@media (max-width: 1023px) {
  body.page-home .home-hero__visual {
    display: grid;
    width: 100%;
    min-height: auto;
    margin-top: 2rem;
    justify-content: stretch;
  }

  body.page-home .hero-float-cluster {
    width: 100%;
    max-width: none;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    transform: none;
  }

  body.page-home .hero-float-slot,
  body.page-home .hero-float-slot--top,
  body.page-home .hero-float-slot--left,
  body.page-home .hero-float-slot--right,
  body.page-home .hero-float-slot--bottom {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
    transform: none;
    justify-self: stretch;
  }

  body.page-home .hero-float-card,
  body.page-home .hero-float-slot--top .hero-float-card,
  body.page-home .hero-float-slot--left .hero-float-card,
  body.page-home .hero-float-slot--right .hero-float-card,
  body.page-home .home-hero__card--top,
  body.page-home .home-hero__card--mid,
  body.page-home .home-hero__card--bottom {
    width: 100%;
    max-width: none;
    min-height: 0;
    transform: none;
  }
}

@media (max-width: 639px) {
  body.page-home .home-hero__visual {
    margin-top: 1.5rem;
  }

  body.page-home .hero-float-card {
    padding: 1.25rem 1.1rem;
  }

  body.page-home .hero-float-card .font-display {
    font-size: 1rem;
  }

  body.page-home .hero-float-card .text-ink\/50 {
    font-size: 0.9rem;
    line-height: 1.55;
  }
}

/* Antlr illustrated hero */
body.page-home .home-hero {
  position: relative;
  overflow: hidden;
  background: #f4efe5;
  min-height: 100svh;
  --antlr-hero-art-size: min(100%, 110rem) auto;
  --antlr-hero-art-position: center top;
}

body.page-home .home-hero__stage {
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(247, 242, 232, 0.06) 0%, rgba(247, 242, 232, 0.02) 34%, rgba(247, 242, 232, 0.4) 74%, rgba(247, 242, 232, 0.74) 100%),
    url('./antlr/antler-hero-v2.png');
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, var(--antlr-hero-art-size);
  background-position: center, var(--antlr-hero-art-position);
}

body.page-home .home-hero__stage::before {
  background:
    radial-gradient(circle at 50% 72%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.46) 20%, rgba(255, 255, 255, 0) 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 24%, rgba(244, 239, 229, 0.2) 100%);
}

body.page-home .home-hero__stage::after {
  height: 100%;
  background:
    linear-gradient(90deg, rgba(244, 239, 229, 0.08) 0%, rgba(244, 239, 229, 0) 18%, rgba(244, 239, 229, 0) 82%, rgba(244, 239, 229, 0.08) 100%);
  opacity: 0.72;
}

body.page-home .home-hero__motion {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

body.page-home .home-hero__birds {
  position: absolute;
  color: rgba(21, 43, 34, 0.82);
  opacity: 0.58;
  overflow: hidden;
  will-change: transform;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

body.page-home .home-hero__birds--near {
  top: 16%;
  left: 38%;
  width: clamp(16rem, 23vw, 22rem);
  height: clamp(2.2rem, 3vw, 3rem);
  transform: translateX(-50%);
}

body.page-home .home-hero__birds--far {
  top: 20%;
  left: 60%;
  width: clamp(11rem, 16vw, 15rem);
  height: clamp(1.8rem, 2.4vw, 2.3rem);
  transform: translateX(-50%);
  opacity: 0.38;
}

body.page-home .home-hero__birds-track {
  display: flex;
  width: 200%;
  height: 100%;
  will-change: transform;
  animation: antlrHeroBirdsLoop 18s linear infinite;
}

body.page-home .home-hero__birds-set {
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
}

body.page-home .home-hero__birds--far .home-hero__birds-track {
  animation-duration: 24s;
}

body.page-home .home-hero__bird {
  transform-origin: center;
  animation: antlrHeroBirdFlap 2.8s ease-in-out infinite;
}

body.page-home .home-hero__bird path {
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.page-home .home-hero__bird--2 {
  animation-delay: -0.6s;
}

body.page-home .home-hero__bird--3 {
  animation-delay: -1.2s;
}

body.page-home .home-hero__bird--4 {
  animation-delay: -1.8s;
}

body.page-home .home-hero__travel-light,
body.page-home .home-hero__beam,
body.page-home .home-hero__pool,
body.page-home .home-hero__veil,
body.page-home .home-hero__visual,
body.page-home .hero-brand-aura,
body.page-home .hero-float-cluster,
body.page-home .hero-float-slot,
body.page-home .hero-float-card {
  display: none !important;
}

body.page-home .home-hero__inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(5.5rem, 6vw, 7rem);
  padding-bottom: clamp(2.75rem, 4.5vw, 4rem);
  min-height: auto;
}

body.page-home .home-hero__inner > .grid {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - clamp(5.5rem, 6vw, 7rem) - clamp(2.75rem, 4.5vw, 4rem));
}

body.page-home .home-hero__content {
  width: min(100%, 42rem);
  margin-inline: auto;
  margin-bottom: 0;
  text-align: center;
}

body.page-home .home-hero__headline {
  max-width: 14ch;
  margin-inline: auto;
  margin-bottom: clamp(1.25rem, 3vh, 2rem) !important;
  line-height: 0.92 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

body.page-home .home-hero__headline,
body.page-home .home-hero__actions {
  opacity: 0;
  transform: translateY(22px);
  animation: antlrHeroFadeUp 0.9s cubic-bezier(0.2, 0.7, 0.18, 1) forwards;
}

body.page-home .home-hero__headline {
  animation-delay: 0.05s;
}

body.page-home .home-hero__actions {
  animation-delay: 0.16s;
  justify-content: center;
}

@keyframes antlrHeroBirdsLoop {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

@keyframes antlrHeroBirdFlap {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.06); }
}

@media (max-width: 1024px) {
  body.page-home .home-hero {
    --antlr-hero-art-size: 120% auto;
    --antlr-hero-art-position: center top;
  }

  body.page-home .home-hero__stage::before {
    background:
      radial-gradient(circle at 50% 68%, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.38) 22%, rgba(255, 255, 255, 0) 48%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 24%, rgba(244, 239, 229, 0.22) 100%);
  }

  body.page-home .home-hero__inner > .grid {
    min-height: calc(100svh - clamp(6.75rem, 8vw, 8.5rem) - clamp(4rem, 7vw, 6rem));
  }

  body.page-home .home-hero__content {
    width: min(100%, 39rem);
  }

  body.page-home .home-hero__birds--near {
    top: 16.5%;
    left: 39%;
    width: clamp(14rem, 22vw, 19rem);
  }

  body.page-home .home-hero__birds--far {
    top: 20%;
    left: 60%;
    width: clamp(10rem, 15vw, 13rem);
  }
}

@media (max-width: 768px) {
  body.page-home .home-hero {
    --antlr-hero-art-size: 165% auto;
    --antlr-hero-art-position: center top;
  }

  body.page-home .home-hero__stage::before {
    background:
      radial-gradient(circle at 50% 58%, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.42) 18%, rgba(255, 255, 255, 0) 44%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 22%, rgba(244, 239, 229, 0.28) 100%);
  }

  body.page-home .home-hero__inner {
    padding-top: 5.75rem;
    padding-bottom: 3.5rem;
  }

  body.page-home .home-hero__inner > .grid {
    min-height: calc(100svh - 5.75rem - 3.5rem);
  }

  body.page-home .home-hero__content {
    width: min(100%, 26rem);
    margin-bottom: 0;
  }

  body.page-home .home-hero__headline {
    max-width: 10.8ch;
  }

  body.page-home .home-hero__birds--near {
    top: 15.8%;
    left: 35%;
    width: 9.5rem;
    height: 1.8rem;
  }

  body.page-home .home-hero__birds--far {
    top: 18.8%;
    left: 62%;
    width: 6.4rem;
    height: 1.2rem;
    opacity: 0.32;
  }

}

@media (max-width: 540px) {
  body.page-home .home-hero {
    --antlr-hero-art-size: 210% auto;
    --antlr-hero-art-position: center top;
  }

  body.page-home .home-hero__stage::before {
    background:
      radial-gradient(circle at 50% 54%, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.46) 18%, rgba(255, 255, 255, 0) 42%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 18%, rgba(244, 239, 229, 0.3) 100%);
  }

  body.page-home .home-hero__content {
    width: min(100%, 23rem);
    margin-bottom: 0;
  }

  body.page-home .home-hero__headline {
    max-width: 10.4ch;
  }

  body.page-home .home-hero__actions {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  body.page-home .home-hero__cta {
    flex: 1 1 calc(50% - 0.375rem);
    width: calc(50% - 0.375rem);
    min-width: 0;
    padding-inline: 1.1rem;
  }

  body.page-home .home-hero__birds--near {
    top: 15.4%;
    left: 35%;
    width: 8rem;
    height: 1.55rem;
  }

  body.page-home .home-hero__birds--far {
    top: 18.2%;
    left: 62%;
    width: 5.2rem;
    height: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home .home-hero__birds-track,
  body.page-home .home-hero__bird {
    animation: none !important;
    transform: none !important;
  }
}

/* Homepage logo loop */
body.page-home .featured-work-field {
  min-height: auto;
  padding: 0;
}

body.page-home .featured-work-field::before {
  display: none;
}

body.page-home .featured-work-field__brand {
  display: none !important;
}

body.page-home .featured-work-field__line {
  display: none;
}

body.page-home .featured-work-loop {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
  min-height: clamp(4.4rem, 5.2vw, 4.95rem);
  margin-left: calc(50% - 50vw);
  padding-inline: clamp(1rem, 3vw, 2rem);
  --featured-work-loop-gap: clamp(0.55rem, 0.95vw, 0.9rem);
  --featured-work-loop-slot-width: clamp(9.75rem, 12vw, 11.6rem);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
}

body.page-home .featured-work-loop__track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  user-select: none;
}

body.page-home .featured-work-loop__list {
  display: flex;
  align-items: center;
  gap: var(--featured-work-loop-gap);
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-home .featured-work-loop__item {
  flex: 0 0 auto;
  width: var(--featured-work-loop-slot-width);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-home .featured-work-loop__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.5rem;
  padding: 0;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.24s ease;
}

body.page-home .featured-work-loop__link:hover,
body.page-home .featured-work-loop__link:focus-visible {
  opacity: 0.82;
}

body.page-home .featured-work-loop__link:focus-visible {
  outline: 2px solid rgba(21, 18, 24, 0.84);
  outline-offset: 0.25rem;
}

body.page-home .featured-work-loop__link--static {
  cursor: default;
}

body.page-home .featured-work-loop__link--static:hover,
body.page-home .featured-work-loop__link--static:focus-visible {
  opacity: 1;
  outline: none;
}

body.page-home .featured-work-loop__logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 3.2rem;
  object-fit: contain;
  filter: none;
  -webkit-user-drag: none;
}

body.page-home .featured-work-loop__link:hover .featured-work-loop__logo,
body.page-home .featured-work-loop__link:focus-visible .featured-work-loop__logo {
  transform: none;
}

body.page-home .featured-work-loop__logo--point {
  max-width: 12.4rem;
  max-height: 4.05rem;
}

body.page-home .featured-work-loop__logo--gosdin {
  max-width: 11rem;
  max-height: 3.25rem;
}

body.page-home .featured-work-loop__logo--lagrange {
  max-width: 12.25rem;
  max-height: 2.95rem;
}

body.page-home .featured-work-loop__logo--cdr {
  max-width: 9.15rem;
  max-height: 3.35rem;
}

body.page-home .featured-work-loop__logo--model {
  max-width: 3.85rem;
  max-height: 2.85rem;
}

body.page-home .featured-work-loop--reduced::before,
body.page-home .featured-work-loop--reduced::after {
  display: none;
}

body.page-home .featured-work-loop--reduced .featured-work-loop__track {
  display: block;
  width: 100%;
  transform: none !important;
}

body.page-home .featured-work-loop--reduced .featured-work-loop__list {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.75rem;
}

@media (max-width: 1100px) {
  body.page-home .featured-work-loop {
    --featured-work-loop-slot-width: clamp(8.75rem, 15vw, 10rem);
  }
}

@media (max-width: 768px) {
  body.page-home .featured-work-field {
    padding: 0;
  }

  body.page-home .featured-work-loop {
    min-height: 4rem;
    padding-inline: 0.85rem;
    --featured-work-loop-gap: 0.45rem;
    --featured-work-loop-slot-width: 8.2rem;
  }
}

@media (max-width: 560px) {
  body.page-home .featured-work-loop {
    --featured-work-loop-gap: 0.35rem;
    --featured-work-loop-slot-width: 7.2rem;
  }

  body.page-home .featured-work-loop__logo--point {
    max-width: 8.6rem;
    max-height: 3.1rem;
  }

  body.page-home .featured-work-loop__logo--gosdin {
    max-width: 7.7rem;
    max-height: 2.55rem;
  }

  body.page-home .featured-work-loop__logo--lagrange {
    max-width: 8.5rem;
    max-height: 2.35rem;
  }

  body.page-home .featured-work-loop__logo--cdr {
    max-width: 6.5rem;
    max-height: 2.55rem;
  }

  body.page-home .featured-work-loop__logo--model {
    max-width: 3rem;
    max-height: 2.3rem;
  }
}

/* Homepage hero placement correction */
body.page-home .home-hero__inner {
  padding-top: clamp(6.75rem, 8vw, 8.5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  min-height: 100svh;
}

body.page-home .home-hero__inner > .grid {
  align-items: flex-end;
  min-height: calc(100svh - clamp(6.75rem, 8vw, 8.5rem) - clamp(4rem, 7vw, 6rem));
}

body.page-home .home-hero__content {
  padding-top: clamp(12rem, 34vh, 18rem);
  margin-bottom: clamp(1rem, 4vh, 2.5rem);
}

@media (max-width: 1024px) {
  body.page-home .home-hero__content {
    padding-top: clamp(10rem, 28vh, 14rem);
  }
}

@media (max-width: 768px) {
  body.page-home .home-hero__inner {
    padding-top: 6.25rem;
    padding-bottom: 4.5rem;
  }

  body.page-home .home-hero__inner > .grid {
    min-height: calc(100svh - 6.25rem - 4.5rem);
  }

  body.page-home .home-hero__content {
    padding-top: clamp(7rem, 18vh, 9.5rem);
    margin-bottom: clamp(0.75rem, 3vh, 1.5rem);
  }
}

@media (max-width: 540px) {
  body.page-home .home-hero__content {
    padding-top: clamp(6rem, 16vh, 8rem);
    margin-bottom: clamp(0.5rem, 2vh, 1rem);
  }
}

/* Global Loader */
[data-site-loader] {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background:
    radial-gradient(circle at 18% 18%, rgba(217, 223, 212, 0.88) 0%, rgba(217, 223, 212, 0) 24%),
    radial-gradient(circle at 82% 22%, rgba(231, 224, 211, 0.92) 0%, rgba(231, 224, 211, 0) 28%),
    linear-gradient(180deg, #fbf8f0 0%, #eef2e7 100%);
  color: var(--antlr-ink);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

body.site-loaded [data-site-loader] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-loader__panel {
  width: min(100%, 28rem);
  padding: 2rem 1.75rem;
  border: 1px solid rgba(22, 55, 40, 0.1);
  border-radius: 1.5rem;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 24px 56px rgba(15, 29, 21, 0.12);
  backdrop-filter: blur(16px);
  text-align: center;
}

.site-loader__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.site-loader__brand img:first-child {
  width: 2.35rem;
  height: 2.35rem;
  object-fit: contain;
}

.site-loader__brand img:last-child {
  width: 8.75rem;
  height: auto;
  object-fit: contain;
}

.site-loader__title {
  margin: 0 0 0.45rem;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(15, 29, 21, 0.76);
}

.site-loader__copy {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(15, 29, 21, 0.64);
}

.site-loader__bar {
  position: relative;
  height: 3px;
  margin-top: 1.4rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(22, 55, 40, 0.08);
}

.site-loader__bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 36%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--antlr-forest-light), var(--antlr-forest-dark));
  animation: site-loader-slide 1.15s cubic-bezier(0.32, 0.72, 0, 1) infinite;
}

@keyframes site-loader-slide {
  0% {
    transform: translateX(-115%);
  }

  100% {
    transform: translateX(360%);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-site-loader] {
    transition: none;
  }

  .site-loader__bar::before {
    animation: none;
    width: 62%;
    transform: none;
  }
}

/* Loader + Homepage Overrides */
.site-loader__mark-wrap {
  width: clamp(8.75rem, 17vw, 11rem);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}

.site-loader__mark-reveal {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.site-loader__mark {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 32px rgba(13, 36, 26, 0.12));
}

.site-loader__mark-reveal::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(217, 223, 212, 0.88) 0%, rgba(217, 223, 212, 0) 24%),
    radial-gradient(circle at 82% 22%, rgba(231, 224, 211, 0.92) 0%, rgba(231, 224, 211, 0) 28%),
    linear-gradient(180deg, #fbf8f0 0%, #eef2e7 100%);
  transform: translate3d(0, 0, 0);
  animation: site-loader-mark-reveal 1.05s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.site-loader__sweep {
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: -0.35rem;
  height: 0.8rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0));
  filter: blur(6px);
  opacity: 0;
  transform: translate3d(0, 1.15rem, 0);
  animation: site-loader-sweep-rise 1.05s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes site-loader-mark-reveal {
  0%,
  18% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, -112%, 0);
  }
}

@keyframes site-loader-sweep-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 1.15rem, 0);
  }

  18% {
    opacity: 0.95;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -980%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader__mark-reveal::before,
  .site-loader__sweep {
    animation: none;
  }

  .site-loader__mark-reveal::before {
    transform: translate3d(0, -112%, 0);
  }

  .site-loader__sweep {
    display: none;
  }
}

body.page-home .featured-work-loop__link {
  min-height: 4.9rem;
}

body.page-home .featured-work-loop__logo {
  opacity: 0.86;
  filter: grayscale(1) brightness(0) saturate(100%) invert(13%) sepia(17%) saturate(872%) hue-rotate(102deg) brightness(93%) contrast(90%);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease, opacity 0.28s ease;
}

body.page-home .featured-work-loop__link:hover .featured-work-loop__logo,
body.page-home .featured-work-loop__link:focus-visible .featured-work-loop__logo,
body.page-home .featured-work-loop__link.is-hovered .featured-work-loop__logo {
  opacity: 1;
  filter: none;
  transform: scale(1.08);
}

body.page-home .featured-work-loop__link--static .featured-work-loop__logo {
  opacity: 0.72;
}

/* ── Numbered Process Timeline ── */
body.page-home .process-numbered {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0;
}

body.page-home .process-numbered__connector {
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  align-self: stretch;
  margin: 2.8rem 0 0;
}

body.page-home .process-numbered__card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 1.8rem 1.5rem 1.65rem;
  display: grid;
  gap: 0.9rem;
  align-content: start;
  min-height: 100%;
}

body.page-home .process-numbered__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(244, 239, 227, 0.55);
}

body.page-home .process-numbered__eyebrow {
  margin: 0;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 239, 227, 0.5);
}

body.page-home .process-numbered__title {
  margin: 0;
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(1.35rem, 1.8vw, 1.65rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

body.page-home .process-numbered__body {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
  max-width: 22ch;
}

@media (max-width: 1024px) {
  body.page-home .process-numbered {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 1px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    overflow: hidden;
  }

  body.page-home .process-numbered__connector {
    display: none;
  }

  body.page-home .process-numbered__card {
    border: none;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem 1.35rem;
  }

  /* Last card spans full width when total is odd */
  body.page-home .process-numbered__card:last-of-type {
    grid-column: 1 / -1;
    border-right: none;
    border-bottom: none;
  }
}

@media (max-width: 640px) {
  body.page-home .process-numbered {
    grid-template-columns: 1fr;
    border-radius: 10px;
  }

  body.page-home .process-numbered__card {
    border-right: none;
    padding: 1.25rem 1.1rem;
  }

  body.page-home .process-numbered__card:last-of-type {
    grid-column: 1;
    border-bottom: none;
  }

  body.page-home .process-numbered__body {
    max-width: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.page-home .process-numbered__card {
    transition: background-color 0.22s ease;
  }

  body.page-home .process-numbered__card:hover {
    background: rgba(255, 255, 255, 0.04);
  }
}

body.page-work .work-cta-strip .text-ink\/60 {
  color: rgba(16, 32, 24, 0.64) !important;
}

/* Services Side Panels */
body.page-services .service-side-panel {
  display: grid;
  gap: 1.35rem;
}

body.page-services .service-side-panel__eyebrow {
  margin: 0;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(22, 55, 40, 0.72);
}

body.page-services .service-side-panel__title {
  margin: 0;
  font-family: "Barlow", Arial, sans-serif;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1;
  color: var(--antlr-forest-dark);
}

body.page-services .service-side-panel__list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-services .service-side-panel__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  color: rgba(15, 29, 21, 0.66);
  line-height: 1.65;
}

body.page-services .service-side-panel__list li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: var(--antlr-forest);
  box-shadow: 0 0 0 0.28rem rgba(63, 109, 88, 0.12);
}

body.page-services .service-side-panel__note {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(22, 55, 40, 0.1);
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(15, 29, 21, 0.62);
}
