.services-page {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  overflow-y: visible;
  background:
    radial-gradient(circle at 88% 8%, rgba(0, 151, 178, 0.2), transparent 36rem),
    radial-gradient(circle at 8% 18%, rgba(255, 145, 77, 0.1), transparent 32rem),
    radial-gradient(circle at 82% 58%, rgba(0, 151, 178, 0.12), transparent 38rem),
    radial-gradient(circle at 18% 78%, rgba(255, 145, 77, 0.06), transparent 34rem),
    linear-gradient(180deg, #0b2334 0%, #0a1d2c 42%, #0b2334 72%, #081a28 100%);
  color: #e5e7eb;
}

.services-page::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: clamp(880px, 78vw, 1320px);
  pointer-events: none;
  background: url('../images/sfondo servizi.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.78;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 34%, rgba(0, 0, 0, 0.68) 54%, rgba(0, 0, 0, 0.24) 78%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 34%, rgba(0, 0, 0, 0.68) 54%, rgba(0, 0, 0, 0.24) 78%, transparent 100%);
}

.services-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 26, 40, 0.6), rgba(8, 26, 40, 0.16) 48%, rgba(8, 26, 40, 0.44)),
    linear-gradient(180deg, rgba(8, 26, 40, 0.1) 0%, rgba(11, 35, 52, 0.24) 34%, rgba(11, 35, 52, 0.34) 58%, rgba(11, 35, 52, 0) 86%),
    radial-gradient(ellipse at 50% 20%, rgba(0, 151, 178, 0.12), transparent 44rem);
}

.services-page > section {
  position: relative;
  z-index: 1;
}

.services-kicker,
.section-kicker {
  display: block;
  margin-bottom: 14px;
  color: #FF914D;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 900;
  text-transform: uppercase;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 48px;
  width: 210px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  font-weight: 900;
  line-height: 1;
}

.btn-secondary {
  background: rgba(0, 151, 178, 0.12);
  color: #bff6ff;
  box-shadow: 0 14px 30px rgba(0, 151, 178, 0.12);
}

.services-overview,
.service-details,
.engineering-section,
.services-cta {
  padding: 72px 0;
}

.services-overview {
  position: relative;
  overflow: visible;
  margin-bottom: 0;
  padding-top: clamp(38px, 5vw, 72px);
  padding-bottom: clamp(26px, 4vw, 54px);
  background: transparent;
}

.services-overview::after {
  content: none;
}

.service-details {
  position: relative;
  margin-top: 0;
  overflow: visible;
  padding-top: clamp(18px, 3vw, 38px);
}

.service-details::after {
  content: none;
  position: absolute;
  right: 0;
  bottom: clamp(-190px, -12vw, -120px);
  left: 0;
  z-index: 0;
  height: clamp(260px, 24vw, 420px);
  pointer-events: none;
  background:
    radial-gradient(ellipse at 28% 40%, rgba(0, 151, 178, 0.24), rgba(0, 151, 178, 0.12) 38%, transparent 72%),
    linear-gradient(180deg, transparent 0%, rgba(0, 151, 178, 0.08) 34%, rgba(0, 151, 178, 0.12) 58%, transparent 100%);
  filter: blur(12px);
}

.service-details::before {
  content: none;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  z-index: 0;
  height: clamp(110px, 12vw, 220px);
  background:
    radial-gradient(ellipse at 100% 0%, #0f172a 0%, rgba(15, 23, 42, 0.9) 34%, rgba(15, 23, 42, 0.36) 62%, rgba(15, 23, 42, 0) 100%),
    linear-gradient(180deg, #0f172a 0%, rgba(15, 23, 42, 0.72) 42%, rgba(15, 23, 42, 0) 100%);
  pointer-events: none;
}

.service-details > .container {
  position: relative;
  z-index: 1;
}

.services-overview > .container {
  position: relative;
  z-index: 1;
}

.section-heading {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin-bottom: 14px;
}

.section-heading::before,
.service-section-copy::before,
.services-cta-inner > div::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(0, 151, 178, 0.2), rgba(0, 151, 178, 0.09) 42%, transparent 72%);
  filter: blur(28px);
}

.section-heading::before {
  inset: -34px -54px;
}

.services-overview .section-kicker {
  margin-bottom: 18px;
  font-size: clamp(36px, 6.2vw, 92px);
  line-height: 0.95;
  letter-spacing: 0;
}

.section-heading h2 {
  margin: 0 0 10px;
  color: #f8fafc;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
}

.section-heading p {
  margin: 0;
  color: #aebbd0;
  font-size: 16px;
  line-height: 1.65;
}

.services-carousel {
  position: relative;
  margin-inline: -18px;
  padding-inline: 18px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(148px, 1fr));
  gap: 14px;
  align-items: stretch;
  overflow-x: visible;
  overflow-y: visible;
  padding: 10px 12px 34px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.services-grid::-webkit-scrollbar {
  display: none;
}

.services-carousel__arrow {
  display: none;
}

.creations-carousel {
  position: relative;
  isolation: isolate;
  padding-inline: clamp(18px, 3vw, 34px);
  overflow: visible;
}

.service-creations-carousel {
  position: relative;
  width: min(100%, 600px);
  margin-top: 0;
  margin-inline: auto;
  align-self: center;
  transform: translateY(clamp(-32px, -2.3vw, -18px));
}

.service-creations-carousel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: min(118%, 680px);
  aspect-ratio: 1.35 / 1;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(255, 126, 38, 0.5), rgba(255, 145, 77, 0.24) 38%, rgba(255, 145, 77, 0.08) 58%, transparent 76%);
  filter: blur(42px);
  opacity: 0.88;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.creations-track {
  display: flex;
  gap: clamp(22px, 4vw, 44px);
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-inline: clamp(-32px, -3vw, -18px);
  padding: clamp(40px, 5vw, 62px) clamp(32px, 4vw, 58px) clamp(22px, 3vw, 32px);
  scroll-padding-inline: clamp(32px, 4vw, 58px);
}

.creations-track::-webkit-scrollbar {
  display: none;
}

.creation-slide {
  position: relative;
  flex: 0 0 min(100%, 500px);
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: clamp(300px, 32vw, 460px);
  margin: 0;
  scroll-snap-align: center;
  isolation: isolate;
}

.creation-slide::before {
  content: none;
  position: absolute;
  inset: 4% -2% 17%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(255, 126, 38, 0.52), rgba(255, 145, 77, 0.24) 43%, transparent 72%);
  filter: blur(36px);
  opacity: 0.9;
  pointer-events: none;
}

.creation-slide img {
  width: min(96%, 500px);
  max-height: clamp(250px, 30vw, 410px);
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 26px 48px rgba(2, 6, 23, 0.42));
  transform: translateY(-10px);
}

.creation-slide figcaption {
  margin-top: clamp(4px, 1vw, 10px);
  color: #ffffff;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
  font-family: "JetBrains Mono", monospace;
}

.creation-slide figcaption span {
  color: #FF914D;
}

.creations-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(28px, 3vw, 38px);
  height: clamp(48px, 5vw, 64px);
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 0.24s ease, color 0.24s ease, opacity 0.24s ease;
}

.creations-carousel__arrow:hover {
  color: #FF914D;
  transform: translateY(-50%) scale(1.12);
}

.services-carousel__arrow.is-hidden,
.creations-carousel__arrow.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.creations-carousel__arrow--prev {
  left: 0;
}

.creations-carousel__arrow--next {
  right: 0;
}

.creations-carousel__arrow span {
  position: relative;
  width: 20px;
  height: 34px;
  overflow: hidden;
  color: inherit;
  font-size: 0;
  line-height: 1;
}

.creations-carousel__arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transform-origin: center;
}

.creations-carousel__arrow span::after {
  width: 22px;
  height: 22px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  background: transparent;
}

.creations-carousel__arrow--prev span::after {
  left: 5px;
  transform: translateY(-50%) rotate(-135deg);
}

.creations-carousel__arrow--next span::after {
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
}

.service-tile {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 272px;
  padding: 22px 12px 18px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: visible;
  isolation: isolate;
  box-shadow: none;
  transform-origin: center;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease, filter 0.28s ease;
}

.service-tile:first-child {
  transform-origin: left center;
}

.service-tile:last-child {
  transform-origin: right center;
}

.service-tile::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  z-index: -1;
  width: clamp(118px, 12vw, 168px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 126, 38, 0.34), rgba(255, 145, 77, 0.14) 42%, transparent 72%);
  filter: blur(18px);
  opacity: 0.66;
  transform: translateX(-50%) scale(0.92);
  transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
  pointer-events: none;
}

.service-tile::after {
  content: "";
  position: absolute;
  inset: 12% -8% -10%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(255, 126, 38, 0.15), rgba(255, 145, 77, 0.08) 42%, transparent 74%);
  filter: blur(28px);
  opacity: 0.58;
  transform: scale(0.9);
  transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
  pointer-events: none;
}

.service-tile:hover {
  transform: translateY(-8px) scale(1.105);
  border-color: transparent;
  box-shadow: none;
  opacity: 1;
  filter: saturate(1.08);
  z-index: 4;
}

.service-tile:hover::before {
  opacity: 1;
  filter: blur(25px);
  transform: translateX(-50%) scale(1.32);
}

.service-tile:hover::after {
  opacity: 0.95;
  filter: blur(38px);
  transform: scale(1.34);
}

@supports selector(.services-grid:has(.service-tile:hover)) {
  .services-grid:has(.service-tile:hover) .service-tile:not(:hover) {
    transform: scale(0.88);
    opacity: 0.54;
    filter: saturate(0.62) brightness(0.78);
  }
}

.service-tile img {
  width: clamp(122px, 11vw, 158px);
  height: clamp(122px, 11vw, 158px);
  object-fit: contain;
  display: block;
  margin: 0 auto 20px;
  border-radius: 0;
  opacity: 0.98;
  filter: drop-shadow(0 14px 30px rgba(255, 126, 38, 0.18));
  transition: transform 0.28s ease, filter 0.28s ease;
}

.service-tile-body {
  display: grid;
  gap: 8px;
  padding: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}

.service-tile:hover img {
  transform: translateY(-5px) scale(1.1);
  filter: drop-shadow(0 22px 44px rgba(255, 126, 38, 0.36));
}

.service-tile.is-selected {
  transform: translateY(-5px) scale(1.06);
  filter: saturate(1.12);
}

.service-tile.is-selected::before {
  opacity: 1;
  transform: translateX(-50%) scale(1.22);
}

.service-tile h3 {
  margin: 0;
  color: #f8fafc;
  font-size: 15px;
  line-height: 1.25;
}

.service-tile p {
  margin: 0;
  color: #9fb0c7;
  font-size: 12px;
  line-height: 1.45;
}

.service-details .container {
  display: grid;
  gap: 48px;
}

.service-section {
  position: relative;
  scroll-margin-top: 112px;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: clamp(34px, 5vw, 62px) 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.24s ease, filter 0.24s ease;
}

.service-details .service-section:first-child {
  padding-top: clamp(8px, 1.6vw, 20px);
}

.service-details .service-section:last-child {
  padding-bottom: clamp(12px, 2vw, 28px);
}

#stampi-mini-serie.service-section {
  padding-bottom: clamp(10px, 1.6vw, 22px);
}

#stampi-mini-serie + .mini-series-panel {
  margin-top: clamp(-34px, -2.8vw, -18px);
}

.service-section:hover {
  transform: translateY(-7px);
  filter: saturate(1.04);
}

.service-section::before {
  content: "";
  position: absolute;
  inset: -28px -34px;
  z-index: -1;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 24% 36%, rgba(0, 151, 178, 0.18), transparent 58%),
    radial-gradient(ellipse at 78% 56%, rgba(255, 145, 77, 0.12), transparent 62%);
  opacity: 0;
  filter: blur(18px);
  transform: scale(0.98);
  transition: opacity 0.26s ease, transform 0.26s ease;
  pointer-events: none;
}

.service-section:hover::before {
  opacity: 1;
  transform: scale(1);
}

.services-page.is-service-scrolling .service-section {
  transition: transform 0.42s ease, filter 0.42s ease, opacity 0.42s ease;
}

.service-section.is-scroll-target,
.engineering-section.is-scroll-target {
  animation: service-anchor-arrival 1.05s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.service-section.is-scroll-target::before {
  opacity: 1;
  transform: scale(1.015);
}

@keyframes service-anchor-arrival {
  0% {
    opacity: 0.68;
    transform: translateY(26px) scale(0.985);
    filter: saturate(0.9) brightness(0.82);
  }

  58% {
    opacity: 1;
    transform: translateY(-4px) scale(1.01);
    filter: saturate(1.14) brightness(1.08);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: saturate(1) brightness(1);
  }
}

#tornitura.service-section {
  opacity: 1 !important;
  filter: none !important;
  background: transparent;
  border-color: transparent;
  color: #eaf3fb !important;
}

#tornitura .section-kicker {
  color: #FF914D !important;
}

#tornitura h2 {
  color: #ffffff !important;
}

#tornitura .service-lead,
#tornitura .feature-list,
#tornitura .feature-list li {
  color: #d5e2ec !important;
}

#tornitura .info-card {
  background: transparent;
  border-color: transparent;
}

#tornitura .service-note {
  background: rgba(255, 145, 77, 0.12);
  color: #f2d2bd;
}

#tornitura .service-section-button {
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(255, 122, 37, 0.22);
}

.service-section--stacked {
  grid-template-columns: minmax(0, 1fr);
}

.service-section:nth-of-type(even) .service-section-copy {
  grid-column: 2;
  grid-row: 1;
}

.service-section:nth-of-type(even) .service-creations-carousel {
  grid-column: 1;
  grid-row: 1;
}

.service-section-copy h2 {
  margin: 0 0 14px;
  color: #f8fafc;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.1;
}

.service-section-copy {
  position: relative;
  z-index: 1;
  max-width: 1080px;
}

.service-section--with-creations .service-section-copy {
  max-width: 760px;
}

.service-section-copy::before {
  inset: -34px -48px;
}

.service-lead {
  margin: 0 0 22px;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.7;
}

.service-gallery {
  display: grid;
  align-self: center;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.service-gallery--stacked {
  grid-template-columns: 1fr;
  align-self: start;
  gap: 22px;
}

.service-gallery figure,
.engineering-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 151, 178, 0.18), transparent 16rem),
    #050b14;
  box-shadow: 0 22px 42px rgba(2, 6, 23, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.service-gallery figure {
  width: min(100%, 520px);
  padding: clamp(10px, 1.4vw, 18px);
}

.service-gallery--stacked figure {
  width: 100%;
}

.service-gallery figure::before,
.engineering-card figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 11, 20, 0.5), transparent 24%, transparent 72%, rgba(5, 11, 20, 0.58)),
    linear-gradient(90deg, rgba(5, 11, 20, 0.76), transparent 28%, transparent 72%, rgba(5, 11, 20, 0.76));
}

.service-gallery figure::after,
.engineering-card figure::after {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: 2;
  border-radius: 18px;
  box-shadow: inset 0 0 34px 34px #050b14;
  pointer-events: none;
}

.service-gallery img {
  width: 100%;
  max-height: 230px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
  opacity: 0.92;
  filter: saturate(0.95) contrast(1.04);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 14%, #000 86%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 14%, #000 86%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-composite: intersect;
  transition: transform 0.3s ease, filter 0.24s ease, opacity 0.24s ease;
}

.service-gallery figure:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 28px 58px rgba(2, 6, 23, 0.26), 0 0 36px rgba(0, 151, 178, 0.13);
}

.service-gallery figure:hover img {
  transform: scale(1.065);
  filter: saturate(1.08) contrast(1.1);
  opacity: 1;
}

.service-gallery--stacked img {
  max-height: 380px;
  aspect-ratio: 16 / 10;
}

.service-gallery figcaption {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  color: #FF914D;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.service-visual-note {
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: clamp(24px, 4vw, 44px);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 80% 0, rgba(255, 145, 77, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(0, 151, 178, 0.08), transparent 48%);
  box-shadow: none;
}

.service-visual-note h3 {
  margin: 0 0 12px;
  color: #FF914D;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.08;
}

.service-visual-note p {
  margin: 0;
  color: #d8e4f0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

#tornitura .service-gallery figure::before,
#tornitura .service-gallery figure::after {
  content: none;
}

#tornitura .service-gallery figure {
  background: rgba(2, 6, 23, 0.18);
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.18);
}

#tornitura .service-gallery img {
  max-height: 420px;
  -webkit-mask-image: none;
  mask-image: none;
  opacity: 1 !important;
  filter: none !important;
}

#tornitura .service-gallery figure:hover img {
  filter: none;
}

#stampa-3d .service-gallery--stacked {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#stampa-3d .service-gallery--stacked figure {
  padding: 12px;
}

#stampa-3d .service-gallery--stacked img {
  max-height: 190px;
  aspect-ratio: 4 / 3;
}

#stampa-3d .service-gallery figcaption {
  font-size: 12px;
  line-height: 1.35;
}

#fresatura-cnc .service-gallery--stacked img {
  max-height: 320px;
  aspect-ratio: 16 / 9;
}

#stampi-mini-serie .service-gallery--stacked img {
  max-height: 330px;
}

#stampi-mini-serie .service-visual-note {
  min-height: auto;
}

.service-section-button {
  margin-top: 20px;
}

.service-section-button,
.services-cta .btn-primary,
.btn-secondary {
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.18s ease, box-shadow 0.22s ease, filter 0.22s ease, background-color 0.22s ease;
}

.service-section-button::before,
.services-cta .btn-primary::before,
.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.24) 45%, transparent 70%);
  opacity: 0;
  transform: translateX(-120%);
  transition: opacity 0.2s ease, transform 0.42s ease;
  pointer-events: none;
}

.service-section-button:hover,
.service-section-button:focus-visible,
.services-cta .btn-primary:hover,
.services-cta .btn-primary:focus-visible,
.btn-secondary:hover,
.btn-secondary:focus-visible {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow: 0 18px 36px rgba(255, 122, 37, 0.26), 0 0 26px rgba(255, 122, 37, 0.18);
}

.service-section-button:hover::before,
.service-section-button:focus-visible::before,
.services-cta .btn-primary:hover::before,
.services-cta .btn-primary:focus-visible::before,
.btn-secondary:hover::before,
.btn-secondary:focus-visible::before {
  opacity: 1;
  transform: translateX(120%);
}

.service-section-button:active,
.services-cta .btn-primary:active,
.btn-secondary:active {
  transform: translateY(-1px) scale(0.98);
}

.info-card,
.engineering-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.info-card {
  margin-top: 16px;
  padding: 20px;
}

.info-card h3,
.engineering-card h3 {
  margin: 0 0 12px;
  color: #f8fafc;
  line-height: 1.2;
}

.info-card h3 {
  font-size: 15px;
  text-transform: uppercase;
}

.compact-card {
  margin-top: 14px;
}

.feature-list,
.inline-list,
.process-list {
  margin: 0;
  padding: 0;
  color: #cbd5e1;
  line-height: 1.6;
}

.feature-list {
  display: grid;
  gap: 11px;
  list-style: none;
}

.feature-list li,
.inline-list li,
.process-list li {
  position: relative;
  padding-left: 18px;
}

.feature-list li::before,
.inline-list li::before,
.process-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FF914D;
}

.inline-list {
  display: grid;
  gap: 8px;
  list-style: none;
}

.process-list {
  display: grid;
  gap: 12px;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  counter-increment: process;
  padding-left: 34px;
}

.process-list li::before {
  content: counter(process);
  top: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: #0097B2;
  color: #06131a;
  font-size: 12px;
  font-weight: 900;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  background: rgba(0, 151, 178, 0.1);
  color: #bff6ff;
  font-size: 12px;
  font-weight: 900;
}

.service-callout {
  position: relative;
  margin: 24px 0 0;
  padding: 4px 0 4px 22px;
  color: #f8fafc;
  font-family: var(--ydea-font-mono);
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 750;
  line-height: 1.55;
  letter-spacing: 0;
}

.service-callout::before {
  content: "";
  position: absolute;
  top: 0.2em;
  bottom: 0.2em;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, #FF914D, rgba(255, 145, 77, 0.42));
  box-shadow: 0 0 18px rgba(255, 145, 77, 0.35);
}

.service-callout::after {
  content: "";
  position: absolute;
  inset: -26px auto -22px -54px;
  z-index: -1;
  width: min(420px, 68vw);
  border-radius: 999px;
  background: radial-gradient(ellipse at 24% 50%, rgba(255, 145, 77, 0.12), transparent 68%);
  pointer-events: none;
}

.split-info,
.engineering-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.engineering-card p {
  margin: 0 0 18px;
  color: #b8c4d5;
  line-height: 1.65;
}

.mini-series-panel {
  position: relative;
  display: grid;
  gap: clamp(16px, 2.4vw, 24px);
  padding: clamp(8px, 1.6vw, 18px) 0 clamp(28px, 4vw, 46px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mini-series-panel .section-heading {
  margin-bottom: -4px;
}

.comparison-table-wrap {
  overflow-x: auto;
  border: 0;
  border-radius: 0;
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: transparent;
}

.comparison-table th,
.comparison-table td {
  padding: 15px 12px;
  border: 0;
  border-bottom: 1px solid rgba(0, 151, 178, 0.24);
  color: #cbd5e1;
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  color: #FF914D;
  background: transparent;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.comparison-table tr:first-child th {
  border-top: 1px solid rgba(0, 151, 178, 0.32);
}

.comparison-table td:first-child {
  color: #e7f4fb;
  font-weight: 760;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.engineering-section {
  position: relative;
  scroll-margin-top: 104px;
  overflow: visible;
  margin-top: 0;
  padding-top: clamp(20px, 3vw, 44px);
  background: transparent;
}

.engineering-section::before {
  content: none;
  position: absolute;
  top: clamp(-220px, -14vw, -120px);
  left: 0;
  z-index: 0;
  width: min(980px, 72vw);
  height: clamp(360px, 34vw, 560px);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(0, 151, 178, 0.24), rgba(0, 151, 178, 0.1) 44%, transparent 76%);
  filter: blur(34px);
  opacity: 0.95;
  pointer-events: none;
}

.engineering-section > .container {
  position: relative;
  z-index: 1;
}

.engineering-section .section-heading {
  max-width: 780px;
  margin-bottom: clamp(4px, 1vw, 14px);
}

.engineering-grid {
  position: relative;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.6vw, 30px);
  counter-reset: engineering-step;
}

.engineering-card:first-child {
  margin-top: clamp(-18px, -1.4vw, -8px);
}

.engineering-grid::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: clamp(18px, 3vw, 32px);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 145, 77, 0.42), rgba(0, 151, 178, 0.28), transparent);
  opacity: 0.78;
  pointer-events: none;
}

.engineering-card {
  counter-increment: engineering-step;
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
  margin-left: clamp(38px, 5vw, 64px);
  padding: clamp(4px, 1vw, 12px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.engineering-card::before {
  content: counter(engineering-step, decimal-leading-zero);
  position: absolute;
  top: clamp(18px, 2.4vw, 28px);
  left: calc(clamp(38px, 5vw, 64px) * -1 - 1px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 145, 77, 0.52);
  border-radius: 999px;
  background: rgba(7, 23, 36, 0.76);
  color: #FF914D;
  font-family: "JetBrains Mono", monospace;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 0 30px rgba(255, 126, 38, 0.26);
}

.engineering-card::after {
  content: none;
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 22% 28%, rgba(0, 151, 178, 0.16), transparent 54%),
    radial-gradient(ellipse at 80% 70%, rgba(255, 145, 77, 0.12), transparent 58%);
  filter: blur(18px);
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.24s ease, transform 0.24s ease;
  pointer-events: none;
}

.engineering-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.engineering-card:nth-child(even):not(.engineering-card--text-only) {
  grid-template-columns: minmax(0, 0.56fr) minmax(280px, 0.44fr);
}

.engineering-card:nth-child(even):not(.engineering-card--text-only) figure {
  grid-column: 2;
  grid-row: 1;
}

.engineering-card:nth-child(even):not(.engineering-card--text-only) > div {
  grid-column: 1;
  grid-row: 1;
}

.engineering-card--text-only {
  grid-template-columns: 1fr;
  padding-left: clamp(24px, 4vw, 44px);
}

.engineering-card figure {
  position: relative;
  align-self: stretch;
  min-height: 100%;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  display: grid;
  place-items: center;
  z-index: 1;
}

.engineering-card figure::before {
  content: "";
  position: absolute;
  inset: 12% 2% 8%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(255, 126, 38, 0.52), rgba(255, 145, 77, 0.22) 42%, transparent 72%);
  filter: blur(36px);
  opacity: 0.9;
  pointer-events: none;
}

.engineering-card figure::after {
  content: none;
}

.engineering-card img {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  height: auto;
  min-height: 0;
  max-height: clamp(260px, 28vw, 440px);
  object-fit: contain;
  display: block;
  margin-inline: auto;
  opacity: 1;
  filter: saturate(1.08) contrast(1.06) drop-shadow(0 24px 42px rgba(2, 6, 23, 0.34));
  -webkit-mask-image: none;
  mask-image: none;
}

.engineering-card > div {
  position: relative;
  display: grid;
  align-content: center;
  min-width: 0;
  isolation: isolate;
}

.engineering-card > div::before {
  content: "";
  position: absolute;
  inset: -34px -48px;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(0, 151, 178, 0.22), rgba(0, 151, 178, 0.1) 42%, transparent 72%);
  filter: blur(30px);
  opacity: 0.82;
  pointer-events: none;
}

.engineering-card h3 {
  max-width: 760px;
  margin-bottom: 14px;
  color: #ffffff;
  font-family: var(--ydea-font-sans);
  font-weight: 720;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.08;
}

.engineering-card p {
  max-width: 820px;
  margin-bottom: 20px;
  color: #d8e4f0;
  font-family: var(--ydea-font-sans);
  font-size: 16px;
  font-weight: 480;
  line-height: 1.68;
}

.engineering-card .feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.engineering-card--text-only .feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-cta-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 26px;
  max-width: 820px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

.services-cta-inner > div {
  position: relative;
  z-index: 1;
}

.services-cta-inner > div::before {
  inset: -36px -54px;
}

@keyframes service-rise-in {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .service-section,
    .mini-series-panel,
    .engineering-card,
    .services-cta-inner {
      animation: service-rise-in both ease-out;
      animation-timeline: view();
      animation-range: entry 8% cover 30%;
    }
  }
}

.engineering-card,
.services-cta-inner {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.services-cta-inner,
.services-cta-inner > div,
.services-cta-inner h2,
.services-cta-inner p,
.services-cta-inner .section-kicker {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .service-section,
  .service-section::before,
  .service-gallery figure,
  .engineering-card figure,
  .service-gallery img,
  .engineering-card img,
  .service-section-button,
  .services-cta .btn-primary,
  .btn-secondary,
  .service-section.is-scroll-target,
  .engineering-section.is-scroll-target {
    animation: none;
    transition: none;
  }
}

.services-page #tornitura.service-section {
  animation: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.services-page #tornitura.service-section *,
.services-page #tornitura.service-section img {
  opacity: 1 !important;
}

.services-page #tornitura .service-section-copy,
.services-page #tornitura .service-gallery,
.services-page #tornitura .info-card,
.services-page #tornitura .service-note {
  filter: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  .services-page #tornitura.service-section.is-scroll-target {
    animation: service-anchor-arrival 1.05s cubic-bezier(0.2, 0.8, 0.2, 1) both !important;
  }
}

.services-cta h2 {
  margin: 0 0 10px;
  color: #f8fafc;
  font-size: clamp(32px, 4.4vw, 54px);
  line-height: 1.05;
}

.services-cta p {
  max-width: 780px;
  margin: 0 auto;
  color: #e7f4fb;
  font-weight: 800;
  line-height: 1.6;
}

.services-cta {
  position: relative;
  padding-top: clamp(78px, 9vw, 118px);
  padding-bottom: clamp(94px, 10vw, 136px);
  border-top: 1px solid rgba(104, 157, 183, 0.2);
}

.services-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(760px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 37, 0.58), transparent);
  transform: translateX(-50%);
}

@media (max-width: 1280px) {
  .service-details .container {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .service-section {
    grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    margin-inline: auto;
    overflow: visible;
  }

  .service-section-copy,
  .service-section--with-creations .service-section-copy,
  .info-card,
  .compact-card,
  .service-lead,
  .feature-list,
  .inline-list,
  .process-list {
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    min-width: 0;
    overflow: visible;
  }

  .service-section-copy > *,
  .info-card > *,
  .feature-list > li,
  .inline-list > li,
  .process-list > li {
    max-width: 100%;
    min-width: 0;
  }

  .service-section-copy h2,
  .service-lead,
  .service-section-copy p,
  .feature-list li,
  .inline-list li,
  .process-list li {
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }

  .services-overview {
    overflow-x: clip;
    overflow-y: visible;
  }

  .services-overview::after {
    content: none;
  }

  .services-carousel {
    margin-inline: 0;
    padding-inline: 0;
  }

  .services-grid {
    grid-template-columns: repeat(6, minmax(132px, 1fr));
    gap: 12px;
    overflow: visible;
    padding: 8px 4px 30px;
  }

  .service-tile:hover {
    transform: translateY(-6px) scale(1.08);
  }

  @supports selector(.services-grid:has(.service-tile:hover)) {
    .services-grid:has(.service-tile:hover) .service-tile:not(:hover) {
      transform: scale(0.9);
      opacity: 0.58;
      filter: saturate(0.66) brightness(0.8);
    }
  }

  .service-tile-body {
    padding: 0;
  }

  .service-tile h3 {
    font-size: 13px;
  }

  .service-tile p {
    font-size: 11px;
    line-height: 1.38;
  }
}

@media (min-width: 1101px) and (max-width: 1280px) {
  .service-creations-carousel {
    width: min(100%, 520px);
    margin-inline: auto;
    padding-inline: 18px;
    overflow: visible;
    transform: translateY(-12px);
  }

  .service-creations-carousel::before {
    left: 50%;
    width: min(104%, 540px);
    filter: blur(34px);
    transform: translate(-50%, -50%);
  }

  .service-creations-carousel .creations-track {
    gap: 0;
    margin-inline: 0;
    padding: 34px 0 20px;
    scroll-padding-inline: 0;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .service-creations-carousel .creation-slide {
    flex: 0 0 100%;
    min-height: 330px;
    scroll-snap-align: start;
  }

  .service-creations-carousel .creation-slide figcaption {
    width: 100%;
    max-width: min(100%, 430px);
    margin-inline: auto;
    overflow-wrap: break-word;
  }

  .service-creations-carousel .creation-slide img {
    width: min(94%, 430px);
    max-height: 300px;
  }

  .service-creations-carousel .creations-carousel__arrow {
    top: 46%;
    width: 34px;
    height: 54px;
  }

  .service-creations-carousel .creations-carousel__arrow--prev {
    left: 10px;
  }

  .service-creations-carousel .creations-carousel__arrow--next {
    right: 10px;
  }
}

@media (max-width: 1100px) {
  .service-section {
    grid-template-columns: 1fr;
  }

  .service-section:nth-of-type(even) .service-section-copy,
  .service-section:nth-of-type(even) .service-gallery,
  .service-section:nth-of-type(even) .service-creations-carousel {
    grid-column: auto;
    grid-row: auto;
  }

  .service-creations-carousel {
    width: min(100%, 680px);
    margin-inline: auto;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .service-creations-carousel {
    width: min(100%, 720px);
    max-width: calc(100vw - 64px);
    padding-inline: 36px;
    overflow: visible;
    transform: translateY(-8px);
  }

  .service-creations-carousel::before {
    top: 47%;
    left: 50%;
    width: min(118%, 760px);
    aspect-ratio: 1.5 / 1;
    filter: blur(44px);
    opacity: 0.72;
    transform: translate(-50%, -50%);
  }

  .service-creations-carousel .creations-track {
    gap: 0;
    margin-inline: 0;
    padding: 42px 0 28px;
    scroll-padding-inline: 0;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .service-creations-carousel .creation-slide {
    flex: 0 0 100%;
    min-height: 430px;
    scroll-snap-align: start;
  }

  .service-creations-carousel .creation-slide img {
    width: min(86%, 560px);
    max-height: 330px;
  }

  .service-creations-carousel .creation-slide figcaption {
    width: 100%;
    max-width: min(100%, 560px);
    margin-inline: auto;
  }

  .service-creations-carousel .creations-carousel__arrow {
    top: 45%;
    z-index: 6;
    width: 42px;
    height: 64px;
  }

  .service-creations-carousel .creations-carousel__arrow--prev {
    left: 0;
  }

  .service-creations-carousel .creations-carousel__arrow--next {
    right: 0;
  }
}

@media (max-width: 980px) {
  .service-details .container {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .service-section,
  .engineering-card,
  .split-info {
    grid-template-columns: 1fr;
  }

  .service-section {
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    margin-inline: auto;
    overflow: visible;
  }

  .service-section-copy,
  .service-section--with-creations .service-section-copy,
  .info-card,
  .compact-card,
  .service-lead,
  .feature-list,
  .inline-list,
  .process-list {
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    min-width: 0;
    overflow: visible;
  }

  .service-lead,
  .service-section-copy p,
  .feature-list li,
  .inline-list li,
  .process-list li {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }

  .engineering-grid {
    gap: 26px;
  }

  .engineering-grid::before {
    left: 21px;
  }

  .engineering-card,
  .engineering-card:nth-child(even):not(.engineering-card--text-only) {
    grid-template-columns: 1fr;
    margin-left: 48px;
    padding: 12px 0;
  }

  .engineering-card:nth-child(even):not(.engineering-card--text-only) figure,
  .engineering-card:nth-child(even):not(.engineering-card--text-only) > div {
    grid-column: auto;
    grid-row: auto;
  }

  .engineering-card::before {
    left: -48px;
    width: 42px;
    height: 42px;
    font-size: 13px;
  }

  .engineering-card .feature-list,
  .engineering-card--text-only .feature-list {
    grid-template-columns: 1fr;
  }

  .service-gallery {
    justify-items: stretch;
  }

  .service-section:nth-of-type(even) .service-section-copy,
  .service-section:nth-of-type(even) .service-gallery,
  .service-section:nth-of-type(even) .service-creations-carousel {
    grid-column: auto;
    grid-row: auto;
  }

  #stampa-3d .service-gallery--stacked {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .services-page {
    overflow-x: hidden;
  }

  .services-page *,
  .services-page *::before,
  .services-page *::after {
    box-sizing: border-box;
  }

  .services-page::before {
    height: 760px;
    background-size: auto 760px;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 38%, rgba(0, 0, 0, 0.64) 58%, transparent 88%);
    mask-image: linear-gradient(180deg, #000 0%, #000 38%, rgba(0, 0, 0, 0.64) 58%, transparent 88%);
  }

  .services-page::after {
    height: 790px;
  }

  .services-overview,
  .service-details,
  .engineering-section {
    padding: 52px 0;
  }

  .engineering-section {
    margin-top: 0;
    padding-top: 36px;
  }

  .service-details::after {
    content: none;
  }

  .engineering-section::before {
    content: none;
  }

  .services-cta {
    padding-top: 72px;
    padding-bottom: 88px;
  }

  .services-overview {
    overflow: visible;
    padding-top: 38px;
    padding-bottom: 22px;
  }

  .service-details {
    padding-top: 20px;
  }

  .service-section,
  .service-section-copy,
  .info-card,
  .compact-card,
  .feature-list,
  .inline-list {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .service-section-copy,
  .info-card,
  .compact-card {
    overflow: visible;
  }

  .feature-list li,
  .inline-list li,
  .process-list li {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .creations-carousel {
    margin-inline: -18px;
    padding-inline: 28px;
  }

  .service-creations-carousel {
    width: auto;
    margin-top: 16px;
    transform: translateY(-14px);
  }

  .service-creations-carousel::before {
    width: min(112%, 560px);
    filter: blur(32px);
  }

  .creations-track {
    gap: 18px;
    margin-inline: -22px;
    padding: 34px 30px 20px;
    scroll-padding-inline: 30px;
  }

  .creation-slide {
    flex-basis: min(86vw, 540px);
    min-height: 340px;
  }

  .creation-slide img {
    width: min(96%, 500px);
    max-height: 300px;
  }

  .creations-carousel__arrow {
    width: 38px;
    height: 58px;
    color: #ffffff;
    text-shadow: 0 0 14px rgba(255, 145, 77, 0.55);
    filter: drop-shadow(0 8px 16px rgba(2, 6, 23, 0.55));
  }

  .creations-carousel__arrow--prev {
    left: 0;
  }

  .creations-carousel__arrow--next {
    right: 0;
  }

  .services-grid {
    grid-template-columns: repeat(6, minmax(118px, 1fr));
    gap: 10px;
    overflow-x: auto;
    overflow-y: visible;
    margin-inline: -18px;
    padding: 10px 18px 34px;
    scroll-behavior: smooth;
    scroll-padding-inline: 18px;
  }

  .service-tile:hover {
    transform: translateY(-3px) scale(1.045);
  }

  .services-carousel {
    margin-inline: -18px;
    padding-inline: 46px;
  }

  .services-carousel .services-grid {
    margin-inline: -46px;
    padding-inline: 46px;
    overflow-x: auto;
  }

  .services-carousel__arrow {
    position: absolute;
    top: 50%;
    z-index: 8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 145, 77, 0.52);
    border-radius: 999px;
    background: rgba(2, 16, 28, 0.82);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(2, 6, 23, 0.36), 0 0 20px rgba(255, 145, 77, 0.18);
    transform: translateY(-50%);
    cursor: pointer;
  }

  .services-carousel__arrow:not(.is-hidden),
  .creations-carousel__arrow:not(.is-hidden) {
    opacity: 1;
    visibility: visible;
  }

  .services-carousel__arrow--prev {
    left: 4px;
  }

  .services-carousel__arrow--next {
    right: 4px;
  }

  .services-carousel__arrow span {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
  }

  .service-tile img {
    width: 124px;
    height: 124px;
  }

  .service-tile-body {
    gap: 6px;
    padding: 0;
  }

  .service-tile h3 {
    font-size: 12px;
  }

  .service-tile p {
    font-size: 10.5px;
    line-height: 1.32;
  }

  .service-section,
  .mini-series-panel,
  .services-cta-inner {
    padding: 22px 0;
  }

  .section-heading,
  .service-section-copy,
  .info-card,
  .compact-card,
  .service-callout,
  .engineering-card,
  .engineering-card > div {
    max-width: 100%;
    min-width: 0;
  }

  .section-heading h2,
  .service-section-copy h2,
  .engineering-card h3,
  .section-heading p,
  .service-lead,
  .service-section-copy p,
  .info-card li,
  .compact-card li,
  .engineering-card p,
  .engineering-card li {
    overflow-wrap: anywhere;
  }

  .service-section-button {
    max-width: 100%;
    white-space: normal;
  }

  .services-cta-inner {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .services-page {
    overflow-x: hidden;
  }

  .services-page .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 16px;
  }

  .section-heading,
  .service-section-copy,
  .info-card,
  .compact-card,
  .service-callout,
  .engineering-card > div,
  .services-cta {
    max-width: 100%;
    min-width: 0;
  }

  .section-heading h2,
  .services-cta h2,
  .service-section-copy h2,
  .engineering-card h3 {
    font-size: 24px;
    line-height: 1.12;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .section-heading p,
  .service-lead,
  .service-section-copy p,
  .info-card li,
  .compact-card li,
  .engineering-card p,
  .engineering-card li,
  .services-cta p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .service-section,
  .mini-series-panel {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }

  .service-section-copy {
    padding-inline: 0;
  }

  .info-card,
  .compact-card {
    padding: 20px 16px;
  }

  .feature-list,
  .inline-list {
    min-width: 0;
  }

  .service-section-button {
    width: 100%;
    max-width: 100%;
    padding-inline: 16px;
    text-align: center;
    white-space: normal;
  }

  .engineering-grid {
    width: 100%;
    max-width: 100%;
  }

  .engineering-card,
  .engineering-card:nth-child(even):not(.engineering-card--text-only) {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 18px 0;
  }

  .engineering-grid::before,
  .engineering-card::before {
    content: none;
  }

  .engineering-card figure {
    max-width: 100%;
  }

  .engineering-card img {
    width: 100%;
    max-width: 100%;
  }

  .comparison-table-wrap {
    max-width: 100%;
    overflow-x: auto;
  }

  .comparison-table {
    min-width: 640px;
  }

  .creations-carousel,
  .services-carousel {
    max-width: 100vw;
  }

  .creation-slide {
    flex-basis: min(82vw, 360px);
  }
}

@media (max-width: 1100px) {
  .service-creations-carousel {
    width: min(100%, 720px);
    max-width: calc(100vw - 48px);
    margin-inline: auto;
    padding-inline: clamp(18px, 4vw, 36px);
    overflow: visible;
  }

  .service-creations-carousel::before {
    top: 47%;
    left: 50%;
    width: min(118%, calc(100vw - 12px));
    max-width: 780px;
    aspect-ratio: 1.5 / 1;
    filter: blur(44px);
    opacity: 0.72;
    transform: translate(-50%, -50%);
  }

  .service-creations-carousel .creations-track,
  .service-creations-carousel .service-creations-track {
    width: 100%;
    max-width: 100%;
    gap: 0;
    margin-inline: 0 !important;
    padding: 42px 0 28px !important;
    scroll-padding-inline: 0 !important;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .service-creations-carousel .creation-slide,
  .service-creations-carousel .service-creation-slide {
    flex: 0 0 100%;
    min-height: clamp(340px, 48vw, 430px);
    scroll-snap-align: start;
  }

  .service-creations-carousel .creation-slide img,
  .service-creations-carousel .service-creation-slide img {
    width: min(86%, 560px);
    max-height: clamp(260px, 38vw, 330px);
  }

  .service-creations-carousel .creation-slide figcaption,
  .service-creations-carousel .service-creation-slide figcaption {
    width: 100%;
    max-width: min(100%, 560px);
    margin-inline: auto;
    overflow-wrap: break-word;
  }

  .service-creations-carousel .creations-carousel__arrow {
    top: 45%;
    z-index: 6;
  }

  .service-creations-carousel .creations-carousel__arrow--prev {
    left: 0;
  }

  .service-creations-carousel .creations-carousel__arrow--next {
    right: 0;
  }
}
