html {
  overflow-x: hidden;
}

body {
  --services-profile-gutter: max(36px, calc((100vw - 1660px) / 2 + 36px));
  /* Horizontal inset for copy under rounded service images (~half the radius reads well). */
  --service-body-inset: clamp(12px, 3.6vw, 18px);
  margin: 0;
  background-color: #F6F3EE;
  overflow-x: hidden;
}

.hidden-field {
  display: none;
}

.navbar {
  background: linear-gradient(180deg, #22332C 0%, #1F2B26 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.navbar-logo {
  display: block;
  height: 82px;
  opacity: 0.96;
  filter: brightness(1.04);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.navbar-logo:hover {
  opacity: 1;
  filter: brightness(1.12);
}

.navbar-logo-link {
  display: flex;
  align-items: center;
  margin-right: 22px;
  text-decoration: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  position: absolute;
  left: 64px;
  top: 52%;
  transform: translateY(-50%);
  z-index: 3;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.mobile-menu-toggle {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(246, 243, 238, 0.22);
  border-radius: 6px;
  background-color: rgba(246, 243, 238, 0.06);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  transition: background-color 0.24s ease, border-color 0.24s ease;
}

.mobile-menu-toggle span {
  width: 18px;
  height: 1px;
  border-radius: 999px;
  background-color: #F6F3EE;
  transition: transform 0.32s ease, opacity 0.24s ease, background-color 0.24s ease;
}

.navbar:not(.nav-open) .mobile-menu-toggle {
  border-color: rgba(246, 243, 238, 0.22);
  background-color: rgba(246, 243, 238, 0.06);
}

.navbar.nav-open .mobile-menu-toggle {
  border-color: rgba(232, 111, 42, 0.72);
  background-color: rgba(232, 111, 42, 0.08);
}

.mobile-menu-toggle:hover span {
  background-color: #F6F3EE;
}

.navbar.nav-open .mobile-menu-toggle span {
  background-color: #F6F3EE;
}

.navbar.nav-open .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.navbar.nav-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.navbar.nav-open .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (hover: hover) {
  .mobile-menu-toggle:hover {
    border-color: rgba(232, 111, 42, 0.72);
    background-color: rgba(232, 111, 42, 0.08);
  }
}

.nav-link {
  color: #F6F3EE;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.nav-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(246, 243, 238, 0.92);
  position: absolute;
  left: 0;
  bottom: -7px;
  border-radius: 999px;
  transform: scale3d(0, 1, 1);
  transform-origin: center;
  will-change: transform;
  transition: transform 0.52s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-link:hover::after {
  transform: scale3d(1, 1, 1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  right: 64px;
  top: 52%;
  transform: translateY(-50%);
}

.nav-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-social-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0.92;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-social-link img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
  aspect-ratio: 1;
}

.nav-social-link:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.contact-button {
  color: #F6F3EE;
  background-color: #E86F2A;
  border: 2px solid #E86F2A;
  border-radius: 5px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.035em;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.contact-button:hover {
  color: #F6F3EE;
  background-color: #D95F1F;
  border-color: #D95F1F;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.brand-marquee {
  height: 26px;
  overflow: hidden;
  background-color: #1F2B26;
  border-top: none;
  border-bottom: 1px solid rgba(232, 111, 42, 0.24);
  display: flex;
  align-items: center;
}

.brand-marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 36s linear infinite;
}

.brand-marquee-group {
  display: flex;
  flex: 0 0 auto;
}

.brand-marquee-text {
  flex: 0 0 auto;
  width: 430px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F6F3EE;
  font-family: "Sora", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-marquee-separator {
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-marquee-separator img {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
  opacity: 0.86;
}

.hero {
  --hero-image-width: 580px;
  min-height: calc(100vh - 148px);
  max-width: 1340px;
  box-sizing: border-box;
  margin: 0 auto;
  display: grid;
  grid-template-columns: var(--hero-image-width) 1fr;
  align-items: start;
  gap: 72px;
  padding: 72px 48px;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.hero-image-card {
  border-radius: 36px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 5;
  position: relative;
  background-color: #E6E5E1;
  box-shadow: -14px 34px 64px rgba(31, 43, 38, 0.2), 0 10px 22px rgba(31, 43, 38, 0.12);
}

.hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 43% center;
}

.hero-content h1 {
  max-width: 740px;
  margin: 0;
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-intro {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(31, 43, 38, 0.72);
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.hero-content {
  min-width: 0;
  min-height: calc(var(--hero-image-width) * 1.25);
  display: flex;
  flex-direction: column;
}

.hero-services {
  margin-top: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-row {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}

.service-row:first-child {
  transform: translateY(-14px);
}

.service-row:first-child .scene {
  transform: translateY(-16px);
}

.service-row-reverse {
  grid-template-columns: minmax(0, 1fr) 260px;
}

.service-copy {
  min-width: 0;
  max-width: 520px;
  position: relative;
  padding-left: 24px;
}

.service-copy::before {
  content: "";
  width: 2px;
  height: calc(100% - 4px);
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 999px;
  background-color: rgba(31, 43, 38, 0.26);
}

.service-row-reverse .service-copy {
  padding-left: 0;
  padding-right: 24px;
}

.service-row-reverse .service-copy::before {
  left: auto;
  right: 0;
}

.service-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  color: #1F2B26;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-row p {
  max-width: 520px;
  margin: 0;
  color: #1F2B26;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.service-sentence-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.34em;
}

.service-sentence-group span {
  display: inline-block;
  white-space: nowrap;
}

.visibility-section {
  --visibility-network: url("data:image/svg+xml,%3Csvg width='1440' height='360' viewBox='0 0 1440 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%231F2B26' stroke-opacity='0.10' stroke-width='1'%3E%3Cpath d='M0 244L92 182L178 238L278 154L402 206L548 138L692 208L812 174L954 234L1086 168L1224 240L1440 150'/%3E%3Cpath d='M36 184L166 148L278 154L350 88L480 118L548 138L640 78L754 150L812 174L892 110L1010 180L1086 168L1190 104L1270 190L1388 128'/%3E%3Cpath d='M92 182L166 148L178 238L278 154L350 88L402 206L480 118L548 260L692 208L754 150L812 288L954 234L1010 180L1086 302L1224 240L1270 190L1440 278'/%3E%3Cpath d='M0 110L92 182L166 148L278 154L402 206L548 260L692 208L812 288L954 234L1086 302L1224 240L1440 278' stroke-opacity='0.06'/%3E%3Cpath d='M36 184L178 238L278 154L480 118L692 208L892 110L1086 168L1270 190L1440 150' stroke-opacity='0.07'/%3E%3C/g%3E%3Cg fill='%231F2B26'%3E%3Ccircle cx='92' cy='182' r='4' fill-opacity='0.46'/%3E%3Ccircle cx='166' cy='148' r='3.5' fill-opacity='0.26'/%3E%3Ccircle cx='178' cy='238' r='4' fill-opacity='0.42'/%3E%3Ccircle cx='278' cy='154' r='4' fill-opacity='0.5'/%3E%3Ccircle cx='350' cy='88' r='3.5' fill-opacity='0.28'/%3E%3Ccircle cx='402' cy='206' r='4' fill-opacity='0.34'/%3E%3Ccircle cx='480' cy='118' r='3.5' fill-opacity='0.24'/%3E%3Ccircle cx='548' cy='260' r='4' fill-opacity='0.28'/%3E%3Ccircle cx='640' cy='78' r='4' fill-opacity='0.52'/%3E%3Ccircle cx='692' cy='208' r='4' fill-opacity='0.48'/%3E%3Ccircle cx='754' cy='150' r='3.5' fill-opacity='0.24'/%3E%3Ccircle cx='812' cy='288' r='4' fill-opacity='0.22'/%3E%3Ccircle cx='892' cy='110' r='4' fill-opacity='0.46'/%3E%3Ccircle cx='954' cy='234' r='4' fill-opacity='0.4'/%3E%3Ccircle cx='1010' cy='180' r='3.5' fill-opacity='0.24'/%3E%3Ccircle cx='1086' cy='168' r='4' fill-opacity='0.5'/%3E%3Ccircle cx='1190' cy='104' r='4' fill-opacity='0.26'/%3E%3Ccircle cx='1224' cy='240' r='4' fill-opacity='0.36'/%3E%3Ccircle cx='1270' cy='190' r='4' fill-opacity='0.5'/%3E%3Ccircle cx='1388' cy='128' r='3.5' fill-opacity='0.42'/%3E%3C/g%3E%3Cg stroke='%231F2B26' stroke-opacity='0.58' stroke-width='1.5' fill='none'%3E%3Ccircle cx='92' cy='182' r='8'/%3E%3Ccircle cx='402' cy='206' r='8'/%3E%3Ccircle cx='812' cy='174' r='8'/%3E%3Ccircle cx='1224' cy='240' r='8'/%3E%3C/g%3E%3C/svg%3E");
  max-width: none;
  margin: 0 0 80px;
  padding: 68px max(48px, calc((100vw - 1340px) / 2 + 48px));
  background-color: #EAE8E2;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 90px;
  align-items: center;
}

.visibility-section::before,
.visibility-section::after {
  content: "";
  position: absolute;
  inset: -130px -260px;
  background-image: var(--visibility-network);
  background-repeat: no-repeat;
  background-size: 1780px 445px;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.visibility-section::before {
  background-position: left top;
  transform: translateY(-96px) rotate(-8deg);
}

.visibility-section::after {
  background-image: var(--visibility-network), var(--visibility-network);
  background-position: center center, right bottom;
  transform: rotate(-8deg);
}

.section-label {
  display: inline-block;
  margin-bottom: 16px;
  color: #E86F2A;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visibility-content {
  position: relative;
  z-index: 1;
  padding-left: 28px;
}

.visibility-content::before {
  content: "";
  width: 4px;
  height: 100%;
  min-height: 128px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 999px;
  background-color: rgba(232, 111, 42, 0.42);
}

.visibility-content h2 {
  max-width: 500px;
  margin: 0;
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.visibility-title-line {
  display: block;
}

.typewriter-title {
  position: relative;
}

.typewriter-title.is-waiting [data-typewriter-line] {
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .typewriter-title.is-waiting [data-typewriter-line] {
    visibility: visible;
  }
}

.visibility-title-logo {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.visibility-support > p {
  max-width: 620px;
  margin: 4px 0 34px;
  color: rgba(31, 43, 38, 0.72);
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
}

.visibility-points {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.visibility-point {
  min-height: 190px;
  padding: 8px 18px 0;
  border-top: 0;
  position: relative;
  text-align: center;
}

.visibility-point + .visibility-point::before {
  content: "";
  width: 1px;
  height: calc(100% - 6px);
  position: absolute;
  left: -14px;
  top: 3px;
  display: block;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(232, 111, 42, 0.2) 10%,
    rgba(232, 111, 42, 0.54) 26%,
    rgba(232, 111, 42, 0.54) 74%,
    rgba(232, 111, 42, 0.2) 90%,
    transparent 100%
  );
  pointer-events: none;
}

.visibility-point span {
  display: inline-block;
  margin-bottom: 26px;
  color: rgba(232, 111, 42, 0.94);
  font-family: "Sora", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.visibility-point h3 {
  margin: 0 0 10px;
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.visibility-point-copy {
  min-width: 0;
}

.visibility-point p {
  max-width: 210px;
  margin: 0 auto;
  color: rgba(31, 43, 38, 0.68);
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
}

.services-intro-section {
  max-width: 820px;
  margin: 0 auto 70px;
  padding: 0 48px;
  text-align: center;
}

.services-intro-section .section-label {
  margin-bottom: 12px;
  font-size: 14px;
}

.services-intro-section h2 {
  margin: 0;
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.services-intro-section h2 span {
  color: #E86F2A;
}

.services-intro-section p {
  max-width: 660px;
  margin: 14px auto 0;
  color: rgba(31, 43, 38, 0.68);
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0;
}

.services-intro-follow {
  white-space: nowrap;
}

.services-mobile-connector {
  display: none;
}

.services-mobile-connector,
.services-stack-card:not(:last-of-type)::after {
  width: 2px;
  background-repeat: repeat-y;
  background-size: 2px 10px;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(31, 43, 38, 0.46) 0,
    rgba(31, 43, 38, 0.46) 3px,
    transparent 3px,
    transparent 10px
  );
}

@media (min-width: 1101px) {
  .visibility-section {
    margin-bottom: 120px;
  }

  .services-intro-section {
    padding-top: 72px;
    transform: translateY(-26px);
  }

  .services-profile-section {
    margin-top: 172px;
    transform: translate(20px, -14px);
  }

  .services-detail-section {
    margin-top: -116px;
    transform: translate(20px, -14px);
  }
}

.services-profile-section {
  max-width: none;
  margin: 190px auto 150px;
  padding: 0 var(--services-profile-gutter);
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 48px;
  align-items: center;
  justify-items: center;
}

.services-profile-section::before {
  content: none;
}

.services-connector {
  width: calc(100% - (var(--services-profile-gutter) * 2));
  height: 300px;
  position: absolute;
  left: var(--services-profile-gutter);
  top: -190px;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
}

.services-connector path {
  fill: none;
  stroke: rgba(31, 43, 38, 0.72);
  stroke-width: 1.35;
  stroke-dasharray: 3.5 9;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 1px 0 rgba(246, 243, 238, 0.65));
}

.services-connector circle {
  fill: rgba(31, 43, 38, 0.22);
}

.services-connector .services-connector-joint-mask {
  fill: #F6F3EE;
}

.services-connector .services-connector-joint {
  fill: #F2A16E;
}

.services-profile-node {
  width: 260px;
  height: 186px;
  border-radius: 28px;
  box-shadow: 0 22px 44px rgba(31, 43, 38, 0.14), 0 8px 18px rgba(31, 43, 38, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.services-profile-node img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 28px;
}

.services-profile-node .services-profile-image-seo {
  object-position: center 48%;
}

.services-profile-node .services-profile-image-web {
  object-position: center 46%;
}

.services-profile-node .services-profile-image-optimization {
  object-position: center 44%;
}

.services-detail-section {
  max-width: none;
  margin: -102px auto 150px;
  padding: 0 var(--services-profile-gutter);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 48px;
  row-gap: 64px;
  align-items: start;
}

.services-detail-section .service-detail-column {
  max-width: 280px;
  width: 100%;
  padding-top: 22px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.service-detail-column {
  max-width: 280px;
  width: 100%;
  justify-self: center;
  padding-inline: var(--service-body-inset);
  box-sizing: border-box;
}

.service-detail-column h3 {
  margin: 0;
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.services-detail-section .service-detail-column h3 {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding-bottom: 12px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.services-detail-section .service-detail-column h3::after {
  content: "";
  width: min(calc(100% + 32px), 260px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: rgba(232, 111, 42, 0.62);
}

.services-detail-section .service-detail-column ul {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: left;
}

.services-detail-section .service-detail-column .seo-services-list {
  width: max-content;
  max-width: 280px;
}

.services-detail-section .service-detail-column .optimization-services-list {
  width: max-content;
  max-width: 280px;
}

.service-detail-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.service-detail-column li {
  position: relative;
  padding-left: 20px;
  color: #1F2B26;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

.seo-services-list li {
  white-space: nowrap;
}

.optimization-services-list li {
  white-space: nowrap;
}

.service-detail-column li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E86F2A;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.services-cta {
  grid-column: 1 / -1;
  justify-self: center;
  color: #F6F3EE;
  background-color: #1F2B26;
  border-radius: 6px;
  padding: 18px 46px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(31, 43, 38, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.services-cta:hover {
  background-color: #263A31;
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(31, 43, 38, 0.24);
}

.services-stack-section {
  display: none;
}

.services-transition-divider {
  width: 100%;
  max-width: none;
  height: 76px;
  margin: -52px auto 118px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.services-transition-divider svg {
  width: calc(100% + 320px);
  height: 100%;
  display: block;
  margin-left: -160px;
  position: relative;
  z-index: 1;
}

.services-transition-divider path {
  fill: none;
  stroke: rgba(232, 111, 42, 0.54);
  stroke-width: 1;
  stroke-linecap: round;
}

.ethos-title-section {
  max-width: 780px;
  margin: 0 auto 64px;
  padding: 0 48px;
  text-align: center;
}

.ethos-title-section .section-label {
  margin-bottom: 12px;
}

.ethos-title-section h2 {
  margin: 0;
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  text-align: center;
}

.ethos-title-section p {
  max-width: 660px;
  margin: 14px auto 0;
  color: rgba(31, 43, 38, 0.68);
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0;
}

.ethos-detail-section {
  max-width: 1180px;
  margin: 0 auto 190px;
  padding: 0 48px;
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 68px 76px;
  align-items: center;
}

.ethos-image-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 56px rgba(31, 43, 38, 0.12);
}

.ethos-image-wrap img {
  width: 100%;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}

.ethos-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 46px;
}

.ethos-value {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

.ethos-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 8px;
  background-color: rgba(232, 111, 42, 0.08);
  box-shadow: 0 14px 28px rgba(31, 43, 38, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ethos-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #E86F2A;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ethos-icon img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.ethos-value h3 {
  margin: 0;
  min-height: 40px;
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.ethos-value p {
  margin: 12px 0 18px;
  color: rgba(31, 43, 38, 0.68);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0;
}

.ethos-value::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 0;
  background-color: rgba(232, 111, 42, 0.72);
  display: block;
}

.ethos-action-band {
  grid-column: 1 / -1;
  padding: 28px 54px;
  border-radius: 8px;
  background-color: #F3E6D8;
  box-shadow: 0 20px 48px rgba(31, 43, 38, 0.08);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 54px;
  align-items: center;
}

.ethos-action-band blockquote {
  margin: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.ethos-action-band blockquote span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #1F2B26;
  color: transparent;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
  display: inline-block;
}

.ethos-action-band blockquote span::before {
  content: "\201C";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #F6F3EE;
  font-family: "Space Grotesk", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  transform: translate(-50%, -36%);
}

.ethos-action-band blockquote p {
  margin: 0;
  color: #1F2B26;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.ethos-action-band cite {
  grid-column: 2;
  margin-top: -4px;
  color: rgba(31, 43, 38, 0.54);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.ethos-action-copy {
  min-height: 100%;
  padding-left: 54px;
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
}

.ethos-action-copy::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: radial-gradient(circle, rgba(31, 43, 38, 0.36) 1px, transparent 1.15px);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 2px 10px;
}

.ethos-action-copy h3 {
  margin: 0 0 18px;
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.ethos-cta {
  color: #F6F3EE;
  background-color: #1F2B26;
  border-radius: 5px;
  padding: 13px 24px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(31, 43, 38, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.ethos-cta:hover {
  background-color: #263A31;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(31, 43, 38, 0.26);
}

.case-study-section {
  max-width: 1360px;
  margin: 0 auto 160px;
  padding: 0 64px;
  position: relative;
}

.case-study-label {
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #E86F2A;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-study-label i {
  width: 84px;
  height: 1px;
  background-color: #E86F2A;
  display: block;
}

.case-study-copy h2 {
  max-width: 520px;
  margin: 0;
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
}

.case-study-body {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(640px, 720px);
  gap: 40px;
  align-items: center;
}

.case-study-timeline {
  max-width: 960px;
  padding: 6px 0 4px;
  position: relative;
  display: grid;
  gap: 34px;
}

.case-study-timeline::before {
  content: "";
  width: 1px;
  position: absolute;
  left: 6px;
  top: 10px;
  bottom: 10px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(127, 135, 130, 0.48) 10%,
    rgba(127, 135, 130, 0.48) 90%,
    transparent
  );
}

.case-study-step {
  position: relative;
  display: grid;
  grid-template-columns: 13px minmax(0, 1fr);
  gap: 28px;
}

.case-study-step-dot {
  width: 13px;
  height: 13px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #E86F2A;
  border: 3px solid #F6F3EE;
  box-shadow:
    0 0 0 1px rgba(31, 43, 38, 0.18),
    0 8px 18px rgba(232, 111, 42, 0.16);
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
}

.case-study-step-label {
  display: block;
  margin-bottom: 6px;
  color: #E86F2A;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-study-step h3 {
  margin: 0;
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.case-study-step p {
  max-width: 680px;
  margin: 5px 0 0;
  color: #7F8782;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.72;
  letter-spacing: 0;
}

.case-study-visual {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(270px, 1fr);
  gap: 38px;
  align-items: center;
  margin-top: -42px;
}

.case-study-phone-wrap {
  justify-self: center;
}

.case-study-phone-wrap img {
  width: min(100%, 340px);
  display: block;
  filter: drop-shadow(0 24px 36px rgba(31, 43, 38, 0.18));
}

.case-study-results {
  display: grid;
  gap: 14px;
}

.case-study-result-card {
  min-width: 0;
  padding: 18px 18px 18px 16px;
  border: 1px solid rgba(31, 43, 38, 0.06);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 36px rgba(31, 43, 38, 0.08);
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.case-study-result-icon {
  width: 48px;
  height: 48px;
  border-right: 1px solid rgba(31, 43, 38, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.case-study-result-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #E86F2A;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.case-study-result-card strong {
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  display: inline-block;
  transform-origin: center;
}

.case-study-result-card strong.stat-pop {
  animation: stat-pop 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes stat-pop {
  0%,
  100% {
    transform: scale(1);
  }

  48% {
    transform: scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-study-result-card strong.stat-pop {
    animation: none;
  }
}

.case-study-result-card h3 {
  margin: 5px 0 0;
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.case-study-result-card p {
  margin: 6px 0 0;
  color: rgba(31, 43, 38, 0.68);
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

@media (min-width: 1101px) and (max-width: 1280px) {
  .case-study-section {
    max-width: 980px;
    padding: 0 48px;
  }

  .case-study-copy h2 {
    max-width: none;
  }

  .case-study-body {
    margin-top: 42px;
    grid-template-columns: 1fr;
    gap: 52px;
    align-items: start;
  }

  .case-study-timeline {
    max-width: 820px;
  }

  .case-study-step h3 {
    max-width: 620px;
  }

  .case-study-step p {
    max-width: 760px;
  }

  .case-study-visual {
    max-width: 720px;
    margin: 0 auto;
    grid-template-columns: minmax(240px, 320px) minmax(280px, 1fr);
    gap: 28px;
  }

  .case-study-phone-wrap img {
    width: min(100%, 320px);
  }
}

.case-study-delivery {
  /*
    Locked desktop composition: this two-layer node field is the approved
    case-study delivery background. Keep the wide, faint network sweep, dark
    green base, and subtle orange node rings intact when making future edits.
  */
  --case-study-network: url("data:image/svg+xml,%3Csvg width='2400' height='360' viewBox='0 0 2400 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23F6F3EE' stroke-opacity='0.045' stroke-width='1'%3E%3Cpath d='M-80 260L110 180L260 238L430 132L612 206L790 118L970 208L1160 156L1350 232L1540 142L1722 226L1910 118L2104 212L2480 126'/%3E%3Cpath d='M0 142L220 166L430 132L574 82L790 118L948 74L1160 156L1328 96L1540 142L1700 88L1910 118L2090 76L2380 132'/%3E%3Cpath d='M110 180L220 166L260 238L430 132L574 82L612 206L748 138L790 286L970 208L1080 272L1160 156L1350 232L1468 188L1540 302L1722 226L1818 278L1910 118L2104 212L2240 166L2480 278' stroke-opacity='0.03'/%3E%3Cpath d='M-100 318L160 252L360 292L560 230L760 266L960 212L1160 258L1360 202L1560 250L1760 190L1980 248L2440 172' stroke-opacity='0.03'/%3E%3C/g%3E%3Cg fill='%23F6F3EE'%3E%3Ccircle cx='110' cy='180' r='4' fill-opacity='0.11'/%3E%3Ccircle cx='220' cy='166' r='3.5' fill-opacity='0.08'/%3E%3Ccircle cx='260' cy='238' r='4' fill-opacity='0.095'/%3E%3Ccircle cx='430' cy='132' r='4' fill-opacity='0.11'/%3E%3Ccircle cx='574' cy='82' r='3.5' fill-opacity='0.075'/%3E%3Ccircle cx='612' cy='206' r='4' fill-opacity='0.09'/%3E%3Ccircle cx='748' cy='138' r='3.5' fill-opacity='0.075'/%3E%3Ccircle cx='790' cy='286' r='4' fill-opacity='0.07'/%3E%3Ccircle cx='970' cy='208' r='4' fill-opacity='0.1'/%3E%3Ccircle cx='1080' cy='272' r='3.5' fill-opacity='0.07'/%3E%3Ccircle cx='1160' cy='156' r='4' fill-opacity='0.1'/%3E%3Ccircle cx='1328' cy='96' r='3.5' fill-opacity='0.08'/%3E%3Ccircle cx='1350' cy='232' r='4' fill-opacity='0.09'/%3E%3Ccircle cx='1468' cy='188' r='3.5' fill-opacity='0.075'/%3E%3Ccircle cx='1540' cy='142' r='4' fill-opacity='0.11'/%3E%3Ccircle cx='1722' cy='226' r='4' fill-opacity='0.09'/%3E%3Ccircle cx='1818' cy='278' r='3.5' fill-opacity='0.07'/%3E%3Ccircle cx='1910' cy='118' r='4' fill-opacity='0.11'/%3E%3Ccircle cx='2104' cy='212' r='4' fill-opacity='0.09'/%3E%3Ccircle cx='2240' cy='166' r='3.5' fill-opacity='0.075'/%3E%3C/g%3E%3Cg stroke='%23E86F2A' stroke-opacity='0.1' stroke-width='1.5' fill='none'%3E%3Ccircle cx='110' cy='180' r='8'/%3E%3Ccircle cx='612' cy='206' r='8'/%3E%3Ccircle cx='1160' cy='156' r='8'/%3E%3Ccircle cx='1722' cy='226' r='8'/%3E%3Ccircle cx='2104' cy='212' r='8'/%3E%3C/g%3E%3C/svg%3E");
  margin: 72px calc(50% - 50vw) 0;
  padding: 76px max(64px, calc((100vw - 1360px) / 2 + 64px));
  background-color: #1F2B26;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.4fr);
  gap: 62px;
  align-items: start;
  position: relative;
  overflow: hidden;
}

.case-study-delivery::before {
  content: "";
  position: absolute;
  inset: -162px -42px 42px;
  background-image: var(--case-study-network);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: rotate(-1deg);
  transform-origin: center;
  pointer-events: none;
}

.case-study-delivery::after {
  content: "";
  position: absolute;
  inset: -18px -42px -154px;
  background-image: var(--case-study-network);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: rotate(-2deg);
  transform-origin: center;
  pointer-events: none;
}

.case-study-delivery-intro::before {
  content: none;
}

.case-study-delivery-label {
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #E86F2A;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-study-delivery-intro,
.case-study-delivery-list {
  position: relative;
  z-index: 1;
}

.case-study-delivery-label i {
  width: 46px;
  height: 1px;
  background-color: #E86F2A;
  display: block;
}

.case-study-delivery-intro h3 {
  max-width: 520px;
  margin: 0;
  color: #F6F3EE;
  font-family: "Space Grotesk", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.case-study-delivery-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  isolation: isolate;
}

.case-study-delivery-item {
  min-width: 0;
  padding: 0 34px;
  background-image: linear-gradient(
    180deg,
    transparent calc(50% - 95px),
    rgba(232, 111, 42, 0.42) calc(50% - 62px),
    rgba(232, 111, 42, 0.42) calc(50% + 62px),
    transparent calc(50% + 95px)
  );
  background-repeat: no-repeat;
  background-size: 1px 100%;
  background-position: left center;
  position: relative;
}

.case-study-delivery-item::before {
  content: none;
}

.case-study-delivery-item::after {
  content: none;
}

.case-study-delivery-item span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 18px;
  color: #E86F2A;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
}

.case-study-delivery-item h4 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #F6F3EE;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.case-study-delivery-title-lock {
  white-space: nowrap;
}

.case-study-delivery-item p {
  position: relative;
  z-index: 2;
  margin: 16px 0 0;
  color: rgba(246, 243, 238, 0.74);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}

.contact-section {
  max-width: 840px;
  margin: 150px auto 130px;
  padding: 0 24px;
  display: flex;
  justify-content: center;
}

.thank-you-page {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-section {
  width: min(100% - 48px, 640px);
  padding: 0;
  text-align: center;
}

.thank-you-logo {
  display: none;
}

.thank-you-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.thank-you-section h1 {
  margin: 0;
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(36px, 7vw, 58px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.thank-you-section p {
  max-width: 460px;
  margin: 18px auto 28px;
  color: rgba(31, 43, 38, 0.72);
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}

.contact-form {
  width: min(100%, 640px);
  padding: 42px 38px;
  border: 1px solid rgba(31, 43, 38, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.58)),
    rgba(255, 255, 255, 0.62);
  box-shadow: 0 26px 58px rgba(31, 43, 38, 0.1);
  position: relative;
  display: grid;
  gap: 18px;
  box-sizing: border-box;
}

.contact-form::before {
  content: "";
  width: 92px;
  height: 3px;
  position: absolute;
  left: 38px;
  top: 0;
  border-radius: 0 0 999px 999px;
  background-color: #E86F2A;
}

.contact-form-heading {
  margin-bottom: 8px;
}

.contact-form-heading .section-label {
  margin-bottom: 12px;
}

.contact-form-heading h2 {
  max-width: 420px;
  margin: 0;
  color: #1F2B26;
  font-family: "Space Grotesk", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.contact-form-heading p {
  max-width: 420px;
  margin: 12px 0 0;
  color: rgba(31, 43, 38, 0.68);
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0;
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field span {
  color: #1F2B26;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(31, 43, 38, 0.14);
  border-radius: 6px;
  padding: 14px 15px;
  background-color: rgba(246, 243, 238, 0.72);
  color: #1F2B26;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.contact-field textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: rgba(232, 111, 42, 0.72);
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 3px rgba(232, 111, 42, 0.12);
}

.contact-submit {
  width: 100%;
  margin-top: 8px;
  border: 0;
  border-radius: 6px;
  padding: 16px 22px;
  background-color: #1F2B26;
  color: #F6F3EE;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(31, 43, 38, 0.18);
  transition: background-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.contact-submit:hover {
  background-color: #E86F2A;
  box-shadow: 0 18px 34px rgba(232, 111, 42, 0.22);
  transform: translateY(-1px);
}

.site-footer {
  padding: 58px max(32px, calc((100vw - 1080px) / 2 + 48px)) 28px;
  background-color: #1F2B26;
  color: #F6F3EE;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  width: 180px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-radius: 0 0 999px 999px;
  background-color: #E86F2A;
}

.site-footer-inner {
  display: grid;
  gap: 28px;
  justify-items: center;
  text-align: center;
}

.site-footer-logo-link {
  width: 126px;
  display: inline-flex;
}

.site-footer-logo-link img {
  width: 100%;
  height: auto;
  display: block;
}

.site-footer-brand p {
  max-width: 460px;
  margin: 18px auto 0;
  color: rgba(246, 243, 238, 0.72);
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0;
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
}

.site-footer-nav a,
.site-footer-cta {
  color: #F6F3EE;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-decoration: none;
}

.site-footer-nav a {
  color: rgba(246, 243, 238, 0.78);
  transition: color 0.24s ease, transform 0.24s ease;
}

.site-footer-nav a:hover {
  color: #E86F2A;
  transform: translateY(-1px);
}

.site-footer-contact {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.site-footer-contact > span {
  color: #E86F2A;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer-cta {
  padding: 12px 22px;
  border: 1px solid rgba(232, 111, 42, 0.72);
  border-radius: 6px;
  background-color: rgba(232, 111, 42, 0.08);
  transition: color 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}

.site-footer-cta:hover {
  color: #E86F2A;
  border-color: #E86F2A;
  background-color: rgba(232, 111, 42, 0.14);
  transform: translateY(-1px);
}

.site-footer-socials {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.site-footer-socials a,
.site-footer-socials span {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(246, 243, 238, 0.12);
  border-radius: 6px;
  background-color: rgba(246, 243, 238, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.site-footer-socials a:hover {
  background-color: rgba(232, 111, 42, 0.14);
  border-color: rgba(232, 111, 42, 0.42);
  transform: translateY(-1px);
}

.site-footer-socials img {
  width: 25px;
  height: 25px;
  display: block;
  object-fit: contain;
}

.site-footer-bottom {
  max-width: 1080px;
  margin: 42px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(246, 243, 238, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: rgba(246, 243, 238, 0.56);
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

.scene {
  flex: 0 0 260px;
  position: relative;
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  height: 260px;
  min-height: 260px;
  animation: agency-pop-in 620ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}

.scene-stage {
  width: 500px;
  height: 500px;
  position: relative;
  transform: scale(0.52);
  transform-origin: top left;
}

.service-icon-placeholder {
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.web-design-scene {
  width: 220px;
  height: 220px;
  position: relative;
  transform: scale(0.86);
  transform-origin: center;
  animation: agency-pop-in 620ms cubic-bezier(0.16, 1, 0.3, 1) 220ms both;
}

.web-worker-icon {
  width: 178px;
  display: block;
  position: absolute;
  left: 21px;
  bottom: 24px;
  filter: brightness(1.1) saturate(0.78) contrast(0.92) drop-shadow(0 18px 24px rgba(31, 43, 38, 0.12));
}

.web-lightning,
.brain-ai-assistant-icon {
  display: block;
  position: absolute;
  pointer-events: none;
}

.web-lightning {
  width: 48px;
  opacity: 1;
  filter: saturate(1.32) brightness(1.04);
  animation: lightning-tilt 4.8s ease-in-out infinite;
  animation-fill-mode: both;
  transform: translateY(0) scale(0.96) rotate(var(--sparkle-rotation));
}

.web-lightning-left {
  left: -18px;
  top: -34px;
  --sparkle-rotation: -14deg;
  animation-delay: 0.3s;
}

.web-lightning-right {
  right: -26px;
  top: -34px;
  --sparkle-rotation: 14deg;
  animation-delay: 1.1s;
}

.brain-ai-assistant-icon {
  width: 72px;
  left: 74px;
  top: -106px;
  filter: drop-shadow(0 14px 20px rgba(31, 43, 38, 0.12));
  animation: brain-breathe 5.6s ease-in-out infinite;
}

.base {
  width: 480px;
  height: auto;
  display: block;
  position: absolute;
  left: -18px;
  top: 126px;
  filter: drop-shadow(0 18px 24px rgba(31, 43, 38, 0.12));
}

.rocket-orbit {
  position: absolute;
  left: 16px;
  top: 66px;
  pointer-events: none;
  perspective: 520px;
  transform-style: preserve-3d;
}

.rocket-icon {
  width: 176px;
  height: auto;
  display: block;
  position: relative;
  transform-origin: 50% 42%;
  filter: drop-shadow(0 16px 22px rgba(31, 43, 38, 0.12));
  animation: rocket-twist 4.2s ease-in-out infinite;
}

@keyframes rocket-twist {
  0%,
  100% {
    transform: translate3d(0, 3px, 0) rotateZ(-9deg) rotateY(-18deg) rotateX(5deg);
  }

  50% {
    transform: translate3d(0, 3px, 0) rotateZ(-9deg) rotateY(18deg) rotateX(-5deg);
  }
}

@keyframes rocket-twist-mobile {
  0%,
  100% {
    transform: translate3d(0, 4px, 0) rotateZ(2deg) rotateY(-14deg) rotateX(4deg);
  }

  50% {
    transform: translate3d(0, 4px, 0) rotateZ(2deg) rotateY(14deg) rotateX(-4deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rocket-icon {
    animation: none;
    transform: none;
  }

}

@keyframes agency-pop-in {
  0% {
    opacity: 0;
    scale: 0.18;
  }

  62% {
    opacity: 1;
    scale: 1.08;
  }

  100% {
    opacity: 1;
    scale: 1;
  }
}

@keyframes lightning-tilt {
  0%,
  100% {
    opacity: 1;
    transform: translateY(0) scale(0.96) rotate(var(--sparkle-rotation));
  }

  45% {
    opacity: 1;
    transform: translateY(-6px) scale(1.06) rotate(calc(var(--sparkle-rotation) + 8deg));
  }

  70% {
    opacity: 1;
    transform: translateY(-2px) scale(1) rotate(calc(var(--sparkle-rotation) + 4deg));
  }
}

@keyframes brain-breathe {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.045);
  }
}

@media (min-width: 1101px) and (max-width: 1400px) {
  .service-row {
    gap: 64px;
  }

  .case-study-delivery {
    background-image: var(--case-study-network);
    background-repeat: no-repeat;
    background-size: 1900px 450px;
    background-position: right -340px bottom -122px;
  }

  .case-study-delivery::before {
    inset: -310px -260px 158px;
    background-size: 1800px 430px;
  }

  .case-study-delivery::after {
    inset: -128px -260px -52px;
    background-size: 1700px 410px;
  }

  .case-study-delivery-intro::before {
    content: none;
  }
}

@media (min-width: 1181px) and (max-width: 1320px) {
  .hero {
    --hero-image-width: 520px;
    gap: 52px;
    padding: 56px 36px;
  }

  .hero-content h1 {
    font-size: 52px;
  }

  .hero-intro {
    font-size: 19px;
  }

  .service-row {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 48px;
  }

  .service-row-reverse {
    grid-template-columns: minmax(0, 1fr) 230px;
  }

  .scene,
  .service-icon-placeholder {
    width: 230px;
    min-width: 230px;
    max-width: 230px;
    height: 230px;
    min-height: 230px;
  }

  .scene-stage {
    transform: scale(0.46);
  }

  .web-design-scene {
    transform: scale(0.78);
  }
}

@media (min-width: 1101px) and (max-width: 1180px) {
  .hero {
    --hero-image-width: 430px;
    min-height: auto;
    gap: 34px;
    padding: 42px 30px 56px;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-title-second-sentence {
    display: block;
  }

  .hero-intro {
    margin-top: 14px;
    font-size: 17px;
  }

  .hero-services {
    margin-top: 20px;
  }

  .service-row {
    grid-template-columns: 185px minmax(0, 1fr);
    gap: 28px;
  }

  .service-row-reverse {
    grid-template-columns: minmax(0, 1fr) 185px;
  }

  .scene,
  .service-icon-placeholder {
    width: 185px;
    min-width: 185px;
    max-width: 185px;
    height: 185px;
    min-height: 185px;
  }

  .scene-stage {
    transform: scale(0.37);
  }

  .web-design-scene {
    transform: scale(0.64);
  }

  .service-label {
    font-size: 10px;
  }

  .service-row p {
    font-size: 20px;
  }

  .visibility-section {
    margin-bottom: 56px;
  }

}

@media (max-width: 1100px) {
  .nav-menu {
    left: 44px;
    gap: 14px;
  }

  .navbar-logo-link {
    order: 1;
  }

  .mobile-menu-toggle {
    order: 2;
  }

  .nav-actions {
    right: 44px;
  }

  .nav-socials {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    min-width: 190px;
    padding: 16px;
    position: absolute;
    left: 0;
    right: auto;
    top: 76px;
    border: 1px solid rgba(246, 243, 238, 0.12);
    border-radius: 8px;
    background-color: rgba(31, 43, 38, 0.98);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.2);
    display: grid;
    gap: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease;
  }

  .navbar.nav-open .nav-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-links .nav-link {
    width: max-content;
  }
}

@media (max-width: 1100px) {
  .hero {
    --hero-image-width: min(430px, 100%);
    max-width: 680px;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 32px 24px 92px;
  }

  .hero-image-card {
    max-width: var(--hero-image-width);
    margin: 0 auto;
  }

  .hero-content {
    display: contents;
    min-height: auto;
  }

  .hero-content h1 {
    max-width: 760px;
    margin: 0 auto;
    order: 1;
    font-size: 38px;
    text-align: center;
  }

  .hero-content h1 span {
    display: block;
  }

  .hero-intro {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 16px;
    order: 2;
    font-size: 17px;
    text-align: center;
  }

  .hero-image-card {
    order: 3;
    margin-top: 16px;
  }

  .hero-services {
    width: 100%;
    max-width: 620px;
    margin: 82px auto 0;
    order: 4;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
    text-align: center;
  }

  .service-row:first-child {
    transform: none;
  }

  .service-row-reverse {
    grid-template-columns: 1fr;
  }

  .service-row-reverse .service-icon-placeholder {
    order: 1;
  }

  .service-row-reverse .service-copy {
    order: 2;
  }

  .scene,
  .service-icon-placeholder {
    width: 132px;
    min-width: 132px;
    max-width: 132px;
    height: 132px;
    min-height: 132px;
  }

  .scene-stage {
    transform: scale(0.264);
  }

  .rocket-orbit {
    left: -2px;
    top: 8px;
  }

  .rocket-icon {
    width: 214px;
    animation-name: rocket-twist-mobile;
  }

  .base {
    width: 520px;
    left: -38px;
    top: 112px;
  }

  .web-design-scene {
    width: 132px;
    height: 132px;
    transform: translateY(2px);
  }

  .web-worker-icon {
    width: 82px;
    left: 25px;
    bottom: 5px;
  }

  .web-lightning {
    width: 22px;
  }

  .web-lightning-left {
    left: 20px;
    top: 10px;
  }

  .web-lightning-right {
    right: 20px;
    top: 10px;
  }

  .brain-ai-assistant-icon {
    width: 34px;
    left: 49px;
    top: -18px;
  }

  .service-label {
    font-size: 10px;
  }

  .service-copy,
  .service-row-reverse .service-copy {
    max-width: 360px;
    padding: 14px 0 0;
  }

  .service-copy::before,
  .service-row-reverse .service-copy::before {
    width: 96px;
    height: 1px;
    left: 50%;
    right: auto;
    top: 0;
    transform: translateX(-50%);
  }

  .service-row p {
    font-size: 18px;
  }

  .service-sentence-group {
    justify-content: center;
    text-align: center;
  }

  .visibility-section {
    padding: 78px 52px;
    grid-template-columns: minmax(0, 370px) minmax(430px, 1fr);
    gap: 92px;
    align-items: center;
  }

  .visibility-content {
    max-width: 370px;
    padding-left: 34px;
  }

  .visibility-content::before {
    width: 5px;
    min-height: 176px;
  }

  .visibility-content h2 {
    max-width: 350px;
    font-size: 38px;
  }

  .visibility-content .section-label {
    font-size: 13px;
  }

  .visibility-points {
    max-width: 320px;
    grid-template-columns: 1fr;
    gap: 24px;
    justify-self: end;
  }

  .visibility-point {
    min-height: 0;
    padding: 0 0 0 18px;
    display: block;
    border-left: 2px solid rgba(232, 111, 42, 0.28);
    text-align: left;
  }

  .visibility-point + .visibility-point::before {
    content: none;
  }

  .visibility-point span {
    display: block;
    margin-bottom: 8px;
    font-size: 28px;
    text-align: left;
  }

  .visibility-point h3 {
    margin-bottom: 7px;
    font-size: 20px;
  }

  .visibility-point p {
    max-width: 270px;
    margin: 0;
    font-size: 14px;
  }

  .services-intro-section {
    margin-bottom: 22px;
    position: relative;
  }

  .services-mobile-connector {
    height: 72px;
    margin: 0 auto 24px;
    display: block;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
  }

  .services-profile-section {
    display: none;
  }

  .services-detail-section {
    display: none;
  }

  .services-stack-section {
    max-width: 680px;
    margin: 0 auto 110px;
    padding: 0 24px;
    position: relative;
    display: grid;
    gap: 78px;
    justify-items: center;
  }

  .services-stack-card {
    width: 100%;
    max-width: 430px;
    display: grid;
    gap: 18px;
    justify-items: center;
    position: relative;
  }

  /* Short vertical dashes centered in the gap between cards (not after the last card). */
  .services-stack-card:not(:last-of-type)::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 40px;
    margin-top: 19px;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .services-stack-title {
    margin: 0;
    width: max-content;
    max-width: 100%;
    padding-bottom: 10px;
    position: relative;
    color: #1F2B26;
    font-family: "Space Grotesk", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
    text-align: center;
  }

  .services-stack-title::after {
    content: "";
    width: min(calc(100% + 34px), 320px);
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(232, 111, 42, 0.34) 14%,
      rgba(232, 111, 42, 0.34) 86%,
      transparent 100%
    );
  }

  .services-stack-card .services-profile-node {
    width: min(320px, 100%);
    height: auto;
    aspect-ratio: 240 / 172;
  }

  .services-stack-card .service-detail-column {
    max-width: min(320px, 100%);
    width: min(320px, 100%);
    margin-top: 16px;
    justify-self: center;
    padding-inline: var(--service-body-inset);
    box-sizing: border-box;
  }

  .services-stack-card .service-detail-column ul {
    max-width: none;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  @media (min-width: 431px) {
    .services-stack-section {
      gap: 112px;
    }

    .services-stack-card:not(:last-of-type)::after {
      height: 56px;
      margin-top: 28px;
    }
  }

  .services-cta {
    margin-top: 8px;
  }

  .services-transition-divider {
    margin-top: -42px;
    margin-bottom: 92px;
  }

  .ethos-title-section {
    max-width: 680px;
    margin-bottom: 110px;
    padding: 0 24px;
  }

  .ethos-title-section h2 {
    font-size: 42px;
  }

  .ethos-title-section p {
    font-size: 15px;
  }

  .ethos-detail-section {
    max-width: 760px;
    margin-bottom: 160px;
    padding: 0 24px;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .ethos-image-wrap {
    max-width: 460px;
    justify-self: center;
  }

  .ethos-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 42px;
  }

  .ethos-action-band {
    max-width: 620px;
    width: 100%;
    margin: 4px auto 0;
    padding: 30px 34px;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .ethos-action-band blockquote {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }

  .ethos-action-band blockquote span {
    width: 40px;
    height: 40px;
  }

  .ethos-action-copy {
    min-height: 0;
    padding-left: 0;
    padding-top: 26px;
    border-left: 0;
    align-content: start;
    justify-items: start;
  }

  .ethos-action-copy::before {
    width: 100%;
    height: 1px;
    background-repeat: repeat-x;
    background-size: 9px 1px;
  }

  .ethos-action-copy h3 {
    max-width: 420px;
    margin-bottom: 18px;
  }

  .case-study-section {
    max-width: 760px;
    margin-bottom: 130px;
    padding: 0 24px;
  }

  .case-study-copy h2 {
    max-width: 620px;
    font-size: 48px;
  }

  .case-study-body {
    margin-top: 46px;
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .case-study-timeline {
    margin-top: 0;
  }

  .case-study-phone-wrap img {
    width: min(100%, 300px, 76vw);
  }

  .case-study-visual {
    max-width: 620px;
    margin: 0 auto;
    grid-template-columns: minmax(220px, 300px) minmax(220px, 1fr);
    gap: 20px;
  }

  .case-study-phone-wrap {
    margin-top: 0;
  }

  .case-study-delivery {
    margin-top: 62px;
    padding: 64px 24px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .case-study-delivery::before,
  .case-study-delivery::after {
    inset-right: -520px;
    inset-left: -520px;
    background-size: 2900px 580px;
  }

  .case-study-delivery::after {
    background-size: 2750px 550px;
  }

  .case-study-delivery-intro h3 {
    max-width: 620px;
    font-size: 30px;
  }

  .case-study-delivery-item {
    padding: 0 22px;
  }
}

@media (max-width: 760px) {
  .contact-button {
    padding: 12px 18px;
    font-size: 12px;
    white-space: nowrap;
  }

  .hero-services {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-services .service-row-reverse {
    margin-top: 92px;
  }

  .hero-services .service-row:first-child .scene {
    transform: translateY(-1px);
  }

  .case-study-visual {
    width: 100%;
    max-width: 420px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
  }

  .case-study-phone-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .case-study-phone-wrap img {
    margin-right: auto;
    margin-left: auto;
  }

  .case-study-results {
    width: min(100%, 360px);
  }

  .case-study-delivery {
    background-color: #1F2B26;
    background-image: var(--case-study-network);
    background-repeat: no-repeat;
    background-size: 1900px 430px;
    background-position: center calc(100% + 18px);
  }

  .case-study-delivery-list {
    grid-template-columns: 1fr;
    border-left: 0;
    gap: 34px;
    padding-left: 34px;
    position: relative;
  }

  .case-study-delivery-list::before {
    content: "";
    width: 1px;
    position: absolute;
    left: 5px;
    top: 3px;
    bottom: 4px;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(232, 111, 42, 0.24) 7%,
      rgba(232, 111, 42, 0.52) 20%,
      rgba(232, 111, 42, 0.52) 80%,
      rgba(232, 111, 42, 0.24) 93%,
      transparent 100%
    );
  }

  .case-study-delivery::before,
  .case-study-delivery::after {
    inset: -215px -620px -65px;
    height: auto;
    background-repeat: repeat-y;
    background-size: 2550px 580px;
    background-position: center top;
    transform: rotate(-2deg);
  }

  .case-study-delivery::after {
    inset: -155px -620px -5px;
    background-size: 2450px 560px;
    background-position: center 170px;
    transform: rotate(2deg);
  }

  .case-study-delivery-item {
    padding: 0;
    background-image: none;
    border-left: 0;
    border-bottom: 0;
  }

  .case-study-delivery-item::before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    left: -33px;
    top: 2px;
    border-radius: 50%;
    background-color: #E86F2A;
    box-shadow: 0 0 0 5px rgba(232, 111, 42, 0.08);
  }

  .case-study-delivery-item::after {
    content: none;
  }

  .case-study-delivery-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .contact-section {
    margin: 118px auto 110px;
  }

  .contact-form {
    padding: 36px 28px;
  }

  .contact-form::before {
    left: 28px;
  }

  .site-footer {
    padding: 50px 32px 26px;
  }

  .site-footer::before {
    left: 50%;
  }

}

@media (min-width: 901px) and (max-width: 1100px) {
  .visibility-section {
    padding-right: clamp(78px, 8.2vw, 96px);
    padding-left: clamp(78px, 8.2vw, 96px);
    grid-template-columns: minmax(0, 380px) minmax(0, 330px);
    gap: clamp(56px, 6vw, 72px);
    align-items: start;
    justify-content: center;
  }

  .visibility-content {
    max-width: 380px;
    margin-top: 2px;
  }

  .visibility-content::before {
    height: 176px;
    min-height: 176px;
  }

  .visibility-title-logo {
    width: 275px;
    height: auto;
    margin: 22px 0 0 12px;
    display: block;
    opacity: 0.92;
  }

  .visibility-points {
    max-width: 320px;
    justify-self: start;
  }

  .case-study-delivery-list {
    grid-template-columns: minmax(0, 1.14fr) minmax(0, 1fr) minmax(0, 1.1fr);
  }

  .case-study-delivery-item {
    padding-right: 18px;
    padding-left: 18px;
  }

  .case-study-delivery-item:nth-child(3) {
    padding-right: 8px;
  }

  .case-study-delivery-item h4 {
    font-size: 19px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .case-study-delivery::after {
    transform: translateY(64px) rotate(-2deg);
  }
}

@media (max-width: 900px) {
  .visibility-section {
    grid-template-columns: 1fr;
    gap: 42px;
    align-items: start;
  }

  .visibility-points {
    max-width: 620px;
    justify-self: start;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .visibility-section {
    padding: 74px 52px 82px;
    gap: 48px;
    justify-items: center;
    text-align: center;
  }

  .visibility-content {
    max-width: 640px;
    padding-left: 0;
    padding-bottom: 20px;
  }

  .visibility-content::before {
    width: min(420px, 72%);
    height: 3px;
    min-height: 0;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }

  .visibility-content .section-label {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .visibility-content h2 {
    max-width: 610px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 1.02;
    text-align: center;
  }

  .visibility-points {
    width: 100%;
    max-width: 700px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 42px;
    justify-self: center;
  }

  .visibility-point {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 4px;
    align-items: center;
    max-width: 300px;
    justify-self: center;
    text-align: left;
  }

  .visibility-point:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 340px;
  }

  .visibility-point span {
    margin-bottom: 0;
    font-size: 30px;
    text-align: right;
    align-self: center;
  }

  .visibility-point-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
  }

  .visibility-point h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1;
  }

  .visibility-point p {
    max-width: 300px;
    margin: 0;
    font-size: 14px;
  }
}

@media (max-width: 650px) {
  .hero {
    --hero-image-width: min(390px, 100%);
    gap: 12px;
    padding: 34px 20px 100px;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-intro {
    font-size: 16px;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
  }

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

  .hero-services .scene,
  .hero-services .service-icon-placeholder,
  .hero-services .service-copy {
    justify-self: center;
  }

  .hero-services .service-copy,
  .hero-services .service-row-reverse .service-copy {
    width: min(100%, 320px);
  }

  .scene,
  .service-icon-placeholder {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    height: 160px;
    min-height: 160px;
  }

  .scene-stage {
    transform: scale(0.32);
  }

  .web-design-scene {
    width: 160px;
    height: 160px;
    transform: translateY(28px);
  }

  .web-worker-icon {
    width: 99px;
    left: 31px;
    bottom: 23px;
  }

  .web-lightning {
    width: 27px;
  }

  .web-lightning-left {
    left: 16px;
    top: 3px;
  }

  .web-lightning-right {
    right: 16px;
    top: 3px;
  }

  .brain-ai-assistant-icon {
    width: 41px;
    left: 59px;
    top: -32px;
  }

  .hero-services .service-row:first-child .scene {
    transform: translateY(7px);
  }

  .service-copy {
    padding-left: 18px;
  }

  .service-row-reverse .service-copy {
    padding-right: 18px;
  }

  .service-row p {
    font-size: 17px;
  }

  .visibility-section {
    padding: 68px 28px;
    gap: 38px;
  }

  .visibility-content {
    padding-left: 22px;
  }

  .visibility-content h2 {
    font-size: 31px;
  }

  .visibility-points {
    gap: 28px;
  }

  .visibility-point {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .visibility-point span {
    text-align: center;
  }

  .visibility-point h3,
  .visibility-point p {
    grid-column: auto;
  }

  .visibility-point p {
    max-width: 290px;
    margin: 0 auto;
  }

  .visibility-point-copy {
    display: grid;
    gap: 4px;
  }

  .case-study-visual {
    max-width: 360px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .case-study-results {
    width: 100%;
  }

  .case-study-result-card {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 16px;
  }

  .case-study-result-icon {
    width: 44px;
    height: 44px;
  }

  .case-study-result-card strong {
    font-size: 30px;
  }
}

@media (max-width: 900px) {
  .visibility-section {
    padding: 68px 24px 78px;
    gap: 40px;
    justify-items: center;
    text-align: center;
  }

  .visibility-content {
    width: min(100%, 650px);
    max-width: 650px;
    padding-left: 0;
    padding-bottom: 22px;
  }

  .visibility-content::before {
    width: min(390px, 82%);
    height: 3px;
    min-height: 0;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }

  .visibility-content .section-label {
    margin-bottom: 14px;
    text-align: center;
  }

  .visibility-content h2 {
    max-width: 650px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 1.06;
    text-align: center;
  }

  .visibility-content h2 .visibility-title-line {
    display: inline;
  }

  .visibility-points {
    width: 100%;
    max-width: 360px;
    grid-template-columns: 1fr;
    gap: 34px;
    justify-self: center;
  }

  .visibility-point,
  .visibility-point:nth-child(3) {
    display: block;
    max-width: 330px;
    padding-left: 0;
    border-left: 0;
    justify-self: center;
    text-align: center;
  }

  .visibility-point + .visibility-point::before {
    content: none;
  }

  .visibility-point span {
    margin-bottom: 8px;
    font-size: 30px;
    text-align: center;
  }

  .visibility-point-copy {
    display: grid;
    gap: 4px;
    justify-items: center;
  }

  .visibility-point h3 {
    font-size: 20px;
    line-height: 1.08;
    text-align: center;
  }

  .visibility-point p {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .navbar {
    height: 104px;
  }

  .nav-menu {
    left: 24px;
    gap: 28px;
  }

  .navbar-logo {
    height: 72px;
  }

  .navbar-logo-link {
    margin-right: 0;
  }

  .nav-actions {
    right: 24px;
  }

  .contact-button {
    padding: 12px 18px;
    font-size: 12px;
    white-space: nowrap;
  }

  .nav-links {
    top: 70px;
  }

  .hero {
    gap: 0;
  }

  .hero-content {
    display: contents;
  }

  .hero-content h1 {
    order: 1;
  }

  .hero-intro {
    order: 2;
    margin-top: 14px;
  }

  .hero-image-card {
    order: 3;
    margin-top: 14px;
  }

  .hero-services {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 108px;
    order: 4;
  }

  .site-footer-bottom {
    margin-top: 36px;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    text-align: center;
  }

  .site-footer-bottom span:last-child {
    display: none;
  }
}

@media (max-width: 430px) {
  .nav-menu {
    gap: 18px;
  }

  .hero {
    --hero-image-width: min(340px, 100%);
    padding: 30px 16px 96px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-intro {
    font-size: 15px;
  }

  .hero-services {
    gap: 0;
    margin-top: 132px;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: center;
  }

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

  .hero-services .service-copy,
  .hero-services .service-row-reverse .service-copy {
    width: min(100%, 292px);
  }

  .scene,
  .service-icon-placeholder {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    height: 145px;
    min-height: 145px;
  }

  .scene-stage {
    transform: scale(0.28);
  }

  .web-design-scene {
    width: 140px;
    height: 140px;
    transform: translateY(22px);
  }

  .web-worker-icon {
    width: 87px;
    left: 27px;
    bottom: 20px;
  }

  .web-lightning {
    width: 24px;
  }

  .web-lightning-left {
    left: 14px;
    top: -6px;
  }

  .web-lightning-right {
    right: 14px;
    top: -6px;
  }

  .brain-ai-assistant-icon {
    width: 36px;
    left: 52px;
    top: -38px;
  }

  .hero-services .service-row:first-child .scene {
    transform: none;
  }

  .service-label {
    margin-bottom: 9px;
    font-size: 9px;
  }

  .service-row p {
    font-size: 16px;
  }

  .services-stack-card .service-detail-column {
    transform: translateX(12px);
  }

  .services-stack-section .services-cta {
    width: max-content;
    margin: -18px auto 0;
    justify-self: center;
  }

  .services-transition-divider {
    height: 58px;
    margin-top: -36px;
    margin-bottom: 76px;
  }

  .services-intro-section {
    margin-bottom: 22px;
    padding: 0 22px;
  }

  .services-mobile-connector {
    height: 58px;
    margin-bottom: 28px;
  }

  .services-intro-section .section-label {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .services-intro-section h2 {
    max-width: 390px;
    margin: 0 auto;
    font-size: 31px;
    line-height: 1.08;
  }

  .services-intro-section h2 span {
    display: block;
    margin-top: 4px;
    font-size: 32px;
  }

  .services-intro-section p {
    max-width: 390px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.65;
  }

  .services-intro-section p br {
    display: block;
  }

  .ethos-title-section {
    margin-bottom: 86px;
    padding: 0 22px;
  }

  .ethos-title-section h2 {
    font-size: 34px;
  }

  .ethos-title-section p {
    font-size: 14px;
  }

  .ethos-detail-section {
    margin-bottom: 124px;
    padding: 0 22px;
    gap: 34px;
  }

  .ethos-values-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ethos-value {
    text-align: center;
  }

  .ethos-icon {
    margin-right: auto;
    margin-left: auto;
  }

  .ethos-value::after {
    margin-right: auto;
    margin-left: auto;
  }

  .ethos-action-band {
    width: min(100%, 320px);
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding: 34px 22px;
    justify-self: center;
    text-align: center;
  }

  .ethos-action-band blockquote {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
  }

  .ethos-action-band blockquote p {
    max-width: 280px;
    font-size: 14px;
    line-height: 1.5;
  }

  .ethos-action-band cite {
    grid-column: auto;
    margin-top: -2px;
  }

  .ethos-action-copy {
    width: 100%;
    padding-top: 28px;
    justify-items: center;
  }

  .ethos-action-copy::before {
    width: min(260px, 100%);
    left: 50%;
    transform: translateX(-50%);
  }

  .ethos-action-copy h3 {
    max-width: 260px;
    margin-bottom: 16px;
    font-size: 20px;
    text-align: center;
  }

  .ethos-cta {
    padding: 13px 22px;
  }

  .case-study-section {
    margin-bottom: 98px;
    padding: 0 22px;
    gap: 38px;
  }

  .case-study-label {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .case-study-copy h2 {
    font-size: 36px;
  }

  .case-study-body {
    margin-top: 38px;
    gap: 36px;
  }

  .case-study-timeline {
    margin-top: 0;
    gap: 30px;
  }

  .case-study-step {
    gap: 20px;
  }

  .case-study-step h3 {
    font-size: 20px;
  }

  .case-study-step p {
    font-size: 14px;
    line-height: 1.65;
  }

  .case-study-delivery {
    margin-top: 50px;
    padding: 54px 22px;
    background-size: 2050px 460px;
    background-position: center calc(100% + 8px);
  }

  .case-study-delivery::before {
    inset: -230px -720px -70px;
    height: auto;
    background-size: 2750px 620px;
    transform: rotate(-2deg);
  }

  .case-study-delivery::after {
    inset: -170px -720px -10px;
    height: auto;
    background-size: 2650px 600px;
    background-position: center 105px;
    transform: rotate(2deg);
  }

  .case-study-delivery-list {
    padding-left: 30px;
  }

  .case-study-delivery-list::before {
    left: 4px;
  }

  .case-study-delivery-item::before {
    left: -30px;
  }

  .case-study-delivery-label {
    margin-bottom: 22px;
    font-size: 11px;
  }

  .case-study-delivery-intro h3 {
    font-size: 27px;
  }

  .case-study-delivery-item h4 {
    font-size: 19px;
  }

  .contact-section {
    margin: 104px auto 96px;
    padding: 0 22px;
  }

  .contact-form {
    padding: 34px 22px;
  }

  .contact-form::before {
    left: 22px;
  }

  .contact-form-heading h2 {
    font-size: 28px;
  }

  .site-footer {
    padding: 46px 22px 24px;
  }

  .site-footer::before {
    left: 50%;
  }

  .site-footer-inner {
    gap: 28px;
  }

  .site-footer-logo-link {
    width: 108px;
  }

  .site-footer-bottom {
    margin-top: 36px;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    text-align: center;
  }

  .site-footer-bottom span:last-child {
    display: none;
  }

  .visibility-section {
    padding: 62px 22px;
  }

  .visibility-content h2 {
    font-size: 28px;
  }

  .visibility-point h3 {
    font-size: 19px;
  }
}
