body.service-detail-page {
  background: #050505;
  color: #fff;
  overflow-x: hidden;
}

body.service-detail-page main {
  background: #050505;
}

body.service-gallery-lock {
  overflow: hidden !important;
}

.service-detail-page .nav {
  position: fixed;
}

.service-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(112px, 9vw, 144px) 0 clamp(58px, 6vw, 86px);
  isolation: isolate;
  overflow: clip;
  background: #050505;
}

@supports (height: 100dvh) {
  .service-hero {
    min-height: 100dvh;
  }
}

.service-hero__media,
.service-hero__media img,
.service-hero__veil {
  position: absolute;
  inset: 0;
}

.service-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: brightness(0.42) contrast(1.08) saturate(0.95);
  transform: scale(1.01);
  opacity: 0.42;
}

.service-hero__veil {
  z-index: 1;
  background:
    radial-gradient(720px 420px at 15% 74%, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.26) 48%, transparent 74%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.58) 30%, rgba(0, 0, 0, 0.16) 52%, rgba(0, 0, 0, 0.02) 76%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.22));
}

.service-hero__veil::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.42;
}

.service-hero__inner {
  position: relative;
  z-index: 2;
  width: var(--project-shell, min(100% - 40px, 1240px));
  margin: 0 auto;
}

.service-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: end;
}

.service-hero__copy {
  align-self: end;
}

.service-hero .project-breadcrumbs {
  margin-bottom: clamp(18px, 2vw, 26px);
}

.service-hero__category {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.service-hero__title {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: var(--display-font, Inter, "Helvetica Neue", Arial, sans-serif);
  font-size: clamp(48px, 6.6vw, 96px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.service-hero__lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.26;
  font-weight: 650;
  text-wrap: balance;
}

.service-hero__actions {
  margin-top: clamp(42px, 5vw, 66px) !important;
}

.service-hero__visual {
  position: relative;
  align-self: end;
  width: min(100%, 520px);
  aspect-ratio: 4 / 5;
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: clamp(26px, 3vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    #101010;
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.46);
}

.service-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.42)),
    radial-gradient(360px 220px at 18% 0%, rgba(255, 255, 255, 0.18), transparent 72%);
  pointer-events: none;
}

.service-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.08) contrast(1.04) brightness(0.92);
  transform: scale(1.01);
}

.service-hero__visual figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.service-intro,
.service-related,
.service-faq {
  color: #111;
}

.service-intro {
  padding-top: clamp(34px, 4.6vw, 58px);
  padding-bottom: clamp(58px, 7vw, 96px);
}

.service-intro__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(32px, 5vw, 86px);
  align-items: start;
}

.service-intro__copy {
  display: grid;
  gap: 18px;
  max-width: 760px;
  color: rgba(17, 17, 17, 0.78);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.36;
  letter-spacing: -0.035em;
}

.service-intro__copy p {
  margin: 0;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(32px, 4vw, 54px);
}

.service-card,
.service-format-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 220px;
  padding: clamp(22px, 2.4vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--project-radius-lg, 28px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    #090909;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
}

.service-card::before,
.service-format-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(320px 180px at 18% 0%, rgba(255, 255, 255, 0.075), transparent 74%);
  pointer-events: none;
}

.service-card__no {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.service-card h3,
.service-format-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #f5f5f5;
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.02;
  font-weight: 760;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.service-card p,
.service-format-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.48;
}

.service-gallery {
  overflow: hidden;
}

.service-gallery__rail {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  width: 100%;
  height: clamp(330px, 43vw, 520px);
  margin-top: clamp(32px, 4vw, 54px);
}

.service-gallery__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #101010;
  transition: flex 0.5s ease-in-out, border-color 0.25s ease, transform 0.25s ease;
}

.service-gallery__rail:hover .service-gallery__item {
  flex: 0.5 1 0;
}

.service-gallery__rail .service-gallery__item:hover,
.service-gallery__item:focus-visible {
  flex: 2 1 0;
  border-color: rgba(255, 255, 255, 0.28);
}

.service-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.94);
}

.service-gallery__shade {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.service-gallery__item:hover .service-gallery__shade,
.service-gallery__item:focus-visible .service-gallery__shade {
  opacity: 0;
}

.service-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(18px);
}

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

.service-gallery-modal__frame {
  width: min(100%, 1120px);
  max-height: 90vh;
  display: grid;
  place-items: center;
}

.service-gallery-modal__frame img {
  width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 18px;
}

.service-gallery-modal__close,
.service-gallery-modal__nav {
  position: absolute;
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
}

.service-gallery-modal__close {
  top: 22px;
  right: 22px;
}

.service-gallery-modal__close::before,
.service-gallery-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.service-gallery-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.service-gallery-modal__nav {
  top: 50%;
  transform: translateY(-50%);
}

.service-gallery-modal__nav--prev {
  left: 24px;
}

.service-gallery-modal__nav--next {
  right: 24px;
}

.service-gallery-modal__nav::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.service-gallery-modal__nav--prev::before {
  transform: translate(-36%, -50%) rotate(45deg);
}

.service-gallery-modal__nav--next::before {
  transform: translate(-64%, -50%) rotate(-135deg);
}

.service-gallery-modal__counter {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: 0.16em;
}

.service-format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(32px, 4vw, 54px);
}

.service-related {
  padding-top: clamp(78px, 8vw, 116px);
  padding-bottom: clamp(76px, 8vw, 112px);
}

.service-related .project-section__title {
  letter-spacing: 0;
}

.service-related .project-services__chip {
  color: #111;
  text-decoration: none;
}

.service-faq {
  padding-top: clamp(74px, 8vw, 112px);
  padding-bottom: clamp(80px, 8vw, 124px);
}

.service-faq__list {
  display: grid;
  gap: 10px;
  margin-top: clamp(30px, 4vw, 52px);
}

.service-faq__item {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.045);
  overflow: hidden;
}

.service-faq__item summary {
  cursor: pointer;
  padding: 22px 24px;
  color: rgba(17, 17, 17, 0.88);
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.18;
  font-weight: 760;
  letter-spacing: -0.035em;
  list-style: none;
}

.service-faq__item summary::-webkit-details-marker {
  display: none;
}

.service-faq__item summary::after {
  content: "+";
  float: right;
  margin-left: 18px;
  color: rgba(17, 17, 17, 0.36);
}

.service-faq__item[open] summary::after {
  content: "–";
}

.service-faq__item p {
  max-width: 820px;
  margin: -8px 0 0;
  padding: 0 24px 24px;
  color: rgba(17, 17, 17, 0.66);
  font-size: 15px;
  line-height: 1.55;
}

.service-news .project-news__lead {
  display: block;
}

.service-detail-page .contact {
  margin-top: 0;
}

.service-detail-page .contact-pill.contact-pill--visible {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.service-detail-page footer {
  position: relative;
  z-index: 1;
}

.service-footer-pull {
  position: relative;
  z-index: 2;
  min-height: clamp(260px, 36vh, 390px);
  display: grid;
  place-items: center;
  padding: clamp(62px, 8vw, 104px) 20px clamp(76px, 8vw, 112px);
  overflow: hidden;
  background:
    radial-gradient(420px 220px at 50% 24%, rgba(255, 255, 255, 0.08), transparent 70%),
    linear-gradient(180deg, #050505 0%, #070707 52%, #050505 100%);
}

.service-footer-pull::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(680px, calc(100% - 44px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.service-footer-pull__link {
  display: inline-grid;
  justify-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.service-footer-pull__link:hover,
.service-footer-pull__link:focus-visible {
  color: #fff;
  transform: translateY(4px);
}

.service-footer-pull__label {
  font-size: 11px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.service-footer-pull__icon {
  width: 78px;
  height: 98px;
  display: grid;
  place-items: start center;
  position: relative;
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.42));
}

.service-footer-pull__mouse {
  width: 34px;
  height: 54px;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 28px rgba(255, 255, 255, 0.08);
}

.service-footer-pull__wheel {
  width: 4px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  animation: serviceFooterWheel 1.55s ease-in-out infinite;
}

.service-footer-pull__chevrons {
  position: absolute;
  left: 50%;
  bottom: 2px;
  display: grid;
  gap: 4px;
  transform: translateX(-50%);
}

.service-footer-pull__chevrons span {
  width: 24px;
  height: 24px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.42;
  transform: rotate(45deg);
  animation: serviceFooterChevron 1.7s ease-in-out infinite;
}

.service-footer-pull__chevrons span:last-child {
  animation-delay: 0.18s;
}

@keyframes serviceFooterWheel {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  62% {
    transform: translateY(12px);
    opacity: 0.2;
  }

  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

@keyframes serviceFooterChevron {
  0%,
  100% {
    transform: translateY(0) rotate(45deg);
    opacity: 0.2;
  }

  46% {
    transform: translateY(8px) rotate(45deg);
    opacity: 0.76;
  }
}





































































@keyframes stickyFooterReveal {
  from {
    opacity: 0;
    filter: blur(4px);
    transform: translate3d(0, -8px, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  
}

@media (max-width: 1180px) {
  .service-card-grid,
  .service-format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.54fr);
  }

  

  
}

@media (max-width: 900px) {
  .service-hero__grid,
  .service-intro__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .service-card,
  .service-format-card {
    min-height: 196px;
  }

  .service-hero__visual {
    width: min(100%, 420px);
    aspect-ratio: 16 / 10;
    justify-self: start;
  }

  


  

  

  

  

  

  

  

  

  

  

  

  

  
}

@media (max-width: 820px) {
  .service-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 96px 0 42px;
  }

  @supports (height: 100dvh) {
    .service-hero {
      min-height: 100dvh;
    }
  }

  .service-hero__veil {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.62) 58%, rgba(0, 0, 0, 0.38) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.56));
  }

  .service-hero__title {
    max-width: 100%;
    font-size: clamp(38px, 10.8vw, 48px);
  }

  .service-hero__lead {
    max-width: 92%;
    margin-top: 16px;
    font-size: clamp(16px, 5vw, 21px);
  }

  .service-hero__actions {
    width: 100%;
    margin-top: 34px !important;
  }

  .service-hero__actions .project-btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .service-footer-pull {
    min-height: 250px;
    padding-top: 54px;
    padding-bottom: 78px;
  }

  

  

  

  

  

  

  

  .service-card-grid,
  .service-format-grid {
    grid-template-columns: 1fr;
  }

  .service-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-bottom: 38px;
  }

  @supports (height: 100dvh) {
    .service-hero {
      min-height: 100dvh;
    }
  }

  .service-gallery__rail {
    height: 360px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .service-gallery__item,
  .service-gallery__rail:hover .service-gallery__item,
  .service-gallery__rail .service-gallery__item:hover,
  .service-gallery__item:focus-visible {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  .service-hero .project-breadcrumbs {
    margin-bottom: 16px;
  }

  .service-hero__title {
    font-size: clamp(36px, 10.2vw, 42px);
  }

  .service-faq__item summary {
    padding: 20px;
  }

  .service-faq__item p {
    padding: 0 20px 22px;
  }
}

/* Master service page compact rhythm */
body.service-detail-page main > section > .besson-watermark {
  position: absolute !important;
  z-index: 0;
}

body.service-detail-page :is(.service-intro, .service-scenarios, .service-gallery, .service-formats, .service-cases, .service-related, .service-faq) {
  padding-top: clamp(42px, 4.8vw, 72px) !important;
  padding-bottom: clamp(42px, 4.8vw, 72px) !important;
}

body.service-detail-page #contact.contact {
  min-height: auto !important;
  padding-top: clamp(54px, 5.6vw, 84px) !important;
  padding-bottom: clamp(54px, 5.6vw, 84px) !important;
}

body.service-detail-page #projectNews.project-news {
  padding-top: clamp(50px, 5.4vw, 82px) !important;
  padding-bottom: clamp(50px, 5.4vw, 82px) !important;
}

body.service-detail-page .service-footer-pull {
  min-height: clamp(150px, 18vw, 220px);
  padding-top: clamp(34px, 4vw, 54px);
  padding-bottom: clamp(42px, 4.8vw, 64px);
}

body.service-detail-page #faq.faq-home {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background: #fff !important;
}

body.service-detail-page #faq.faq-home::after {
  content: "" !important;
  position: absolute !important;
  left: max(-300px, -18vw) !important;
  bottom: max(-420px, -28vw) !important;
  z-index: 0 !important;
  display: block !important;
  width: clamp(520px, 54vw, 1040px) !important;
  height: clamp(680px, 72vw, 1360px) !important;
  background: #050505 !important;
  opacity: .038 !important;
  pointer-events: none !important;
  user-select: none !important;
  -webkit-mask-image: url("../brand/besson-monogram.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../brand/besson-monogram.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

body.service-detail-page #faq.faq-home .faq-home__inner {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 820px) {
  body.service-detail-page :is(.service-intro, .service-scenarios, .service-gallery, .service-formats, .service-cases, .service-related, .service-faq) {
    padding-top: 34px !important;
    padding-bottom: 38px !important;
  }

  body.service-detail-page #contact.contact,
  body.service-detail-page #projectNews.project-news {
    padding-top: 42px !important;
    padding-bottom: 44px !important;
  }

  body.service-detail-page #faq.faq-home::after {
    left: -270px !important;
    bottom: -360px !important;
    width: 470px !important;
    height: 660px !important;
    opacity: .035 !important;
  }
}

@media (max-width: 560px) {
  body.service-detail-page .service-footer-pull {
    min-height: 170px;
    padding-top: 34px;
    padding-bottom: 48px;
  }
}

/* Service master hero, pull and hover motion */
body.service-detail-page .service-float-cta .cta-float-left__label {
  color: rgba(255, 255, 255, 0.94);
}

body.service-detail-page .service-hero {
  overflow: hidden;
}

body.service-detail-page .service-hero__inner {
  width: min(100% - 40px, 1320px);
}

body.service-detail-page .service-hero__grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(430px, 0.96fr);
  gap: clamp(38px, 4.8vw, 78px);
  align-items: end;
}

body.service-detail-page .service-hero__copy {
  transform: translate3d(0, calc(-1 * clamp(56px, 8vh, 96px)), 0);
}

body.service-detail-page .service-hero__title {
  max-width: 560px;
  font-size: clamp(40px, 4vw, 64px);
  line-height: 0.92;
  overflow-wrap: break-word;
  word-break: normal;
}

body.service-detail-page .service-hero__lead {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 1.75vw, 24px);
  line-height: 1.38;
  font-weight: 300;
  letter-spacing: -0.018em;
}

body.service-detail-page .service-hero__visual {
  width: min(100%, 720px);
  aspect-ratio: 16 / 11;
}

body.service-detail-page .service-hero__reveal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 44vh;
  background: #fff;
  transform: translate3d(0, 44vh, 0);
  pointer-events: none;
  will-change: transform;
}

body.service-detail-page .service-intro {
  will-change: transform;
}

body.service-detail-page .service-intro__grid {
  grid-template-columns: minmax(420px, 0.62fr) minmax(0, 1fr);
  gap: clamp(44px, 5vw, 92px);
}

body.service-detail-page .service-intro__head {
  max-width: 520px;
  text-align: left;
}

body.service-detail-page .service-intro .project-section__title {
  max-width: 520px;
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 0.98;
  text-align: left;
  overflow-wrap: normal;
}

body.service-detail-page .service-intro .project-section__title span {
  display: block;
}

body.service-detail-page .service-intro__copy {
  max-width: 760px;
  justify-self: end;
}

body.service-detail-page .service-cases .project-shell {
  display: grid;
  grid-template-columns: minmax(380px, 0.42fr) minmax(0, 1fr);
  gap: clamp(76px, 7vw, 128px);
  align-items: start;
}

body.service-detail-page .service-cases #projectRelatedKicker,
body.service-detail-page .service-cases #projectRelatedTitleMain {
  grid-column: 1;
  position: relative;
  z-index: 2;
}

body.service-detail-page .service-cases #projectRelatedTitleMain {
  max-width: 380px;
  margin-top: 0 !important;
}

body.service-detail-page .service-cases .project-related__grid {
  grid-column: 2;
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(100%, 820px);
  margin-top: 0 !important;
}

body.service-detail-page .service-related .project-services__chips {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px 24px !important;
  align-items: start;
  margin-top: clamp(30px, 3.8vw, 48px) !important;
}

body.service-detail-page .service-related .project-services__chip {
  width: 100% !important;
  min-width: 0 !important;
  font-size: 10px !important;
  line-height: 1.28 !important;
  letter-spacing: 0.14em !important;
  overflow-wrap: anywhere;
}

body.service-detail-page :is(.service-card, .service-format-card, .project-related__card, .project-news__card, .faq-home__item) {
  transition:
    opacity 720ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 820ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 820ms cubic-bezier(0.19, 1, 0.22, 1),
    border-color 320ms ease,
    background 320ms ease,
    box-shadow 420ms cubic-bezier(0.19, 1, 0.22, 1) !important;
}

body.service-detail-page :is(.service-card, .service-format-card, .project-related__card, .project-news__card, .faq-home__item):hover,
body.service-detail-page :is(.service-card, .service-format-card, .project-related__card, .project-news__card, .faq-home__item):focus-within {
  transform: translate3d(0, -6px, 0) scale(1.01) !important;
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 34px 92px rgba(0, 0, 0, 0.38);
}

body.service-detail-page .faq-home__item:hover,
body.service-detail-page .faq-home__item:focus-within {
  border-color: rgba(0, 0, 0, 0.18);
  background: #fff;
  box-shadow: 0 24px 54px rgba(17, 17, 17, 0.09);
}

body.service-detail-page .project-related__cardMedia img {
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), filter 320ms ease;
}

body.service-detail-page .project-related__card:hover .project-related__cardMedia img,
body.service-detail-page .project-related__card:focus-within .project-related__cardMedia img {
  transform: scale(1.065);
}

body.service-detail-page .project-services__chip {
  transition:
    opacity 320ms ease,
    color 320ms ease,
    transform 320ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 640ms cubic-bezier(0.19, 1, 0.22, 1) !important;
}

body.service-detail-page .project-services__chip:hover,
body.service-detail-page .project-services__chip:focus-visible {
  transform: translate3d(0, -2px, 0);
}

@media (max-width: 1180px) {
  body.service-detail-page .service-hero__grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.9fr);
    gap: 34px;
  }

  body.service-detail-page .service-hero__title {
    font-size: clamp(38px, 4.8vw, 58px);
  }

  body.service-detail-page .service-related .project-services__chips {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 16px 18px !important;
  }
}

@media (max-width: 900px) {
  body.service-detail-page .service-hero__grid,
  body.service-detail-page .service-intro__grid,
  body.service-detail-page .service-cases .project-shell {
    grid-template-columns: 1fr;
  }

  body.service-detail-page .service-hero__copy {
    transform: translate3d(0, calc(-1 * clamp(34px, 6vh, 58px)), 0);
  }

  body.service-detail-page .service-hero__visual {
    width: min(100%, 520px);
    aspect-ratio: 16 / 10;
    justify-self: start;
  }

  body.service-detail-page .service-intro__copy {
    justify-self: start;
  }

  body.service-detail-page .service-cases #projectRelatedKicker,
  body.service-detail-page .service-cases #projectRelatedTitleMain,
  body.service-detail-page .service-cases .project-related__grid {
    grid-column: 1;
  }

  body.service-detail-page .service-cases .project-related__grid {
    justify-self: start;
    width: 100%;
    margin-top: 24px !important;
  }

  body.service-detail-page .service-related .project-services__chips {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  body.service-detail-page .service-hero__title {
    font-size: clamp(34px, 9.3vw, 44px);
  }

  body.service-detail-page .service-hero__reveal {
    height: 32vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.service-detail-page .service-hero__reveal,
  body.service-detail-page .service-intro {
    transform: none !important;
    transition: none !important;
  }
}

/* Canonical homepage footer copied from index.html */
/* 2026-06-06: homepage sticky footer with preserved animated social icons. */




























































































@keyframes stickyFooterReveal {
  from {
    opacity: 0;
    filter: blur(4px);
    transform: translate3d(0, -8px, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  
}

@media (max-width: 1180px) {
  

  
}

@media (max-width: 900px) {
  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  
}

@media (max-width: 560px) {
  

  

  

  

  

  

  

  
}

/* 2026-06-21: align service detail mobile header and FAQ with the canonical homepage. */
body.service-detail-page #siteNav .nav__mobile-actions {
  display: none;
}

body.service-detail-page #faq.faq-home {
  background: #fff !important;
  color: #080808 !important;
  padding: clamp(72px, 8vw, 120px) 0 !important;
}

body.service-detail-page #faq.faq-home .faq-home__inner {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
}

body.service-detail-page #faq.faq-home .faq-home__head {
  margin: 0 0 clamp(28px, 4vw, 46px) !important;
  text-align: center !important;
}

body.service-detail-page #faq.faq-home .faq-home__kicker {
  margin: 0 0 12px !important;
  color: rgba(0, 0, 0, .42) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: .24em !important;
  text-transform: uppercase !important;
}

body.service-detail-page #faq.faq-home .faq-home__title {
  margin: 0 !important;
  color: #080808 !important;
  font-size: clamp(38px, 5.2vw, 76px) !important;
  line-height: .94 !important;
  font-weight: 900 !important;
  letter-spacing: var(--section-title-tracking, -.045em) !important;
  text-transform: uppercase !important;
}

body.service-detail-page #faq.faq-home .faq-home__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
}

body.service-detail-page #faq.faq-home .faq-home__item {
  padding: 24px !important;
  border: 1px solid rgba(0, 0, 0, .08) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .04) !important;
  transform: none !important;
}

body.service-detail-page #faq.faq-home .faq-home__item h3 {
  margin: 0 0 10px !important;
  color: #080808 !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.12 !important;
  font-weight: 760 !important;
  letter-spacing: -.035em !important;
}

body.service-detail-page #faq.faq-home .faq-home__item p {
  margin: 0 !important;
  color: rgba(0, 0, 0, .66) !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

@media (max-width: 768px) {
  body.service-detail-page #siteNav .nav__mobile-actions {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-left: auto !important;
    position: relative !important;
    z-index: 1302 !important;
  }

  body.service-detail-page #siteNav .nav__mobile-actions .lang--mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.service-detail-page #siteNav .nav__mobile-actions .lang__trigger {
    width: 38px !important;
    height: 38px !important;
  }

  body.service-detail-page #siteNav .nav__mobile-actions .burger {
    display: flex !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
  }

  body.service-detail-page #siteNav .mobile-menu {
    top: 0 !important;
    right: 0 !important;
    width: min(82vw, 360px) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 104px 24px 30px !important;
    background: #000 !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
  }

  body.service-detail-page #siteNav .mobile-menu ul {
    display: grid !important;
    gap: 14px !important;
  }

  body.service-detail-page #siteNav .mobile-menu a {
    display: flex !important;
    width: 100% !important;
    justify-content: flex-start !important;
    color: #fff !important;
    font-size: 17px !important;
    line-height: 1.1 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  body.service-detail-page #faq.faq-home {
    padding: 56px 0 !important;
  }

  body.service-detail-page #faq.faq-home .faq-home__inner {
    width: calc(100% - 28px) !important;
  }

  body.service-detail-page #faq.faq-home .faq-home__grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.service-detail-page #faq.faq-home .faq-home__item {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  body.service-detail-page #faq.faq-home .faq-home__item h3 {
    font-size: 18px !important;
  }

  body.service-detail-page #faq.faq-home .faq-home__item p {
    font-size: 14px !important;
  }
}

/* 2026-06-22: service detail cleanup for intro, service chips and compact formats. */
body.service-detail-page .service-ai-summary .service-intro__grid,
body.service-detail-page .service-intro .service-intro__grid {
  grid-template-columns: minmax(360px, .46fr) minmax(0, 1fr) !important;
  gap: clamp(56px, 7vw, 128px) !important;
}

body.service-detail-page .service-ai-summary .service-intro__head,
body.service-detail-page .service-intro .service-intro__head {
  max-width: 560px !important;
  min-width: 0 !important;
}

body.service-detail-page .service-ai-summary .project-section__title,
body.service-detail-page .service-intro .project-section__title {
  max-width: 100% !important;
  font-size: clamp(32px, 3.1vw, 48px) !important;
  line-height: 1 !important;
  letter-spacing: .03em !important;
  text-align: left !important;
  text-wrap: balance !important;
}

body.service-detail-page .service-ai-summary .project-section__title span,
body.service-detail-page .service-intro .project-section__title span {
  display: block !important;
}

body.service-detail-page .service-intro__copy {
  max-width: 820px !important;
  justify-self: end !important;
  font-size: clamp(18px, 1.85vw, 28px) !important;
}

body.service-detail-page #projectServicesTitleMain[hidden] {
  display: none !important;
}

body.service-detail-page .service-format-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.service-detail-page .service-format-card {
  min-height: 0 !important;
  padding: clamp(18px, 1.45vw, 24px) !important;
  border-radius: 22px !important;
}

body.service-detail-page .service-format-card h3 {
  font-size: clamp(14px, 1vw, 17px) !important;
  line-height: 1.08 !important;
}

body.service-detail-page .service-format-card p {
  font-size: 13px !important;
  line-height: 1.46 !important;
}

@media (max-width: 1180px) {
  body.service-detail-page .service-format-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body.service-detail-page .service-ai-summary .service-intro__grid,
  body.service-detail-page .service-intro .service-intro__grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.service-detail-page .service-ai-summary .project-section__title,
  body.service-detail-page .service-intro .project-section__title {
    font-size: clamp(30px, 9.2vw, 42px) !important;
    line-height: 1.02 !important;
    letter-spacing: .02em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body.service-detail-page .service-intro__copy {
    justify-self: stretch !important;
    font-size: clamp(17px, 5.2vw, 22px) !important;
    line-height: 1.38 !important;
  }

  body.service-detail-page .service-format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.service-detail-page .service-format-card {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  body.service-detail-page .service-related .project-services__chips {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.service-detail-page .service-related .project-services__chip {
    min-height: 46px !important;
    padding: 0 18px !important;
    justify-content: flex-start !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    letter-spacing: .14em !important;
    white-space: normal !important;
  }
}

/* 2026-06-22: mobile service cards must not look clipped or overlap. */
@media (max-width: 768px) {
  body.service-detail-page .service-cases .project-related__grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 0 2px 16px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: x proximity !important;
    scroll-padding-left: 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.service-detail-page .service-cases .project-related__grid::-webkit-scrollbar {
    display: none;
  }

  body.service-detail-page .service-cases .project-related__card {
    flex: 0 0 min(82vw, 318px) !important;
    width: min(82vw, 318px) !important;
    min-width: min(82vw, 318px) !important;
    height: auto !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  body.service-detail-page .service-cases .project-related__cardMedia {
    aspect-ratio: 16 / 11 !important;
  }

  body.service-detail-page .service-cases .project-related__body {
    min-height: 128px !important;
    padding: 15px !important;
  }

  body.service-detail-page .service-cases .project-related__title {
    font-size: 17px !important;
    line-height: 1.2 !important;
    letter-spacing: -.025em !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.service-detail-page .service-related .project-services__chips {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.service-detail-page .service-related .project-services__chip {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    height: auto !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 12px 12px 13px !important;
    border-radius: 15px !important;
    font-size: 10px !important;
    line-height: 1.24 !important;
    letter-spacing: .075em !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    hyphens: auto;
  }
}

@media (max-width: 370px) {
  body.service-detail-page .service-related .project-services__chips {
    grid-template-columns: 1fr !important;
  }

  body.service-detail-page .service-cases .project-related__card {
    flex-basis: min(86vw, 306px) !important;
    width: min(86vw, 306px) !important;
    min-width: min(86vw, 306px) !important;
  }
}

/* 2026-06-25: canonical service template blocks for Event service pages. */
body.service-detail-page .service-section-lead {
  max-width: 760px;
  margin: 0 0 clamp(24px, 3vw, 38px);
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.44;
  letter-spacing: -0.015em;
}

body.service-detail-page .service-intro__grid--stacked {
  margin-bottom: clamp(28px, 4vw, 54px);
}

body.service-detail-page .service-card-grid .service-card h3 {
  margin-bottom: 0;
}

body.service-detail-page .service-process {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f5f5f3;
  color: #050505;
}

body.service-detail-page .service-process .howpath__inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 120px) 0;
}

body.service-detail-page .service-process .howpath__head {
  text-align: left;
}

body.service-detail-page .service-process .howpath__title {
  max-width: 820px;
}

body.service-detail-page .service-process .howpath__h {
  text-transform: none;
}

body.service-detail-page .service-process .howpath__p {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

body.service-detail-page .service-cases--projects {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #050505;
  color: #fff;
}

body.service-detail-page .service-cases--projects .projects-case-section__inner {
  width: min(calc(100% - 64px), 1180px);
  margin-inline: auto;
}

body.service-detail-page .service-cases--projects .projects-case-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(24px, 3vw, 38px);
}

body.service-detail-page .service-cases--projects .projects-showcase__kicker {
  margin: 0 0 18px;
  font-family: var(--display-font);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 520;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.54);
}

body.service-detail-page .service-cases--projects .projects-case-section__head h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(32px, 4vw, 64px);
  line-height: .94;
  font-weight: 860;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

body.service-detail-page .service-cases--projects .projects-filter__lead {
  max-width: 360px;
  margin: 0;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.45;
  color: rgba(255,255,255,.62);
}

body.service-detail-page .service-cases--projects .projects-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

body.service-detail-page .service-cases--projects .projects-case-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 26px;
  background: rgba(255,255,255,.045);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
  transition: transform .38s cubic-bezier(.16,1,.3,1), border-color .38s ease, background .38s ease;
}

body.service-detail-page .service-cases--projects .projects-case-card:hover,
body.service-detail-page .service-cases--projects .projects-case-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.072);
}

body.service-detail-page .service-cases--projects .projects-case-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111;
}

body.service-detail-page .service-cases--projects .projects-case-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(.92) contrast(1.04) brightness(.9);
  transition: transform .55s cubic-bezier(.16,1,.3,1), filter .55s ease;
}

body.service-detail-page .service-cases--projects .projects-case-card:hover .projects-case-card__media img,
body.service-detail-page .service-cases--projects .projects-case-card:focus-within .projects-case-card__media img {
  transform: scale(1.055);
  filter: saturate(1) contrast(1.06) brightness(1);
}

body.service-detail-page .service-cases--projects .projects-case-card__body {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: clamp(20px, 2.3vw, 30px);
}

body.service-detail-page .service-cases--projects .projects-case-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.48);
  font-family: var(--display-font);
  font-size: 10px;
  font-weight: 620;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body.service-detail-page .service-cases--projects .projects-case-card h3 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(25px, 2.25vw, 36px);
  line-height: .98;
  font-weight: 850;
  letter-spacing: -.052em;
  text-transform: uppercase;
}

body.service-detail-page .service-cases--projects .projects-case-card h3 a {
  color: inherit;
  text-decoration: none;
}

body.service-detail-page .service-cases--projects .projects-case-card__geo {
  margin: 14px 0 0;
  font-family: var(--display-font);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.52);
}

body.service-detail-page .service-cases--projects .projects-case-card__description {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,.68);
}

body.service-detail-page .service-cases--projects .projects-case-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}

body.service-detail-page .service-cases--projects .projects-case-card__tags span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.66);
  font-size: 11px;
}

body.service-detail-page .service-cases--projects .projects-case-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding-top: 24px;
  color: #fff;
  font-family: var(--display-font);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
}

body.service-detail-page .service-cases--projects .projects-case-card__link span {
  transition: transform .28s ease;
}

body.service-detail-page .service-cases--projects .projects-case-card__link:hover span,
body.service-detail-page .service-cases--projects .projects-case-card__link:focus-visible span {
  transform: translateX(4px);
}

body.service-detail-page .service-related #projectServicesTitleMain:not([hidden]) {
  margin-top: 12px;
}

@media (max-width: 900px) {
  body.service-detail-page .service-process .howpath__inner,
  body.service-detail-page .service-cases--projects .projects-case-section__inner {
    width: min(calc(100% - 32px), 1180px);
  }

  body.service-detail-page .service-process .howpath__layout,
  body.service-detail-page .service-cases--projects .projects-case-section__head {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.service-detail-page .service-cases--projects .projects-case-grid {
    grid-template-columns: 1fr;
  }

  body.service-detail-page .service-cases--projects .projects-case-card__body {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  body.service-detail-page .service-section-lead {
    font-size: 16px;
    line-height: 1.42;
  }

  body.service-detail-page .service-cases--projects .projects-case-section__head h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  body.service-detail-page .service-cases--projects .projects-filter__lead {
    max-width: none;
  }
}

/* 2026-06-25: canonical service template uses one-column cards on narrow mobile. */
@media (max-width: 560px) {
  body.service-detail-page .service-card-grid,
  body.service-detail-page .service-format-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 2026-06-25: canonical service polish — clean FAQ, horizontal cases, compact mobile blocks. */
body.service-detail-page .nav-estimate {
  border-color: rgba(255, 255, 255, 0.74) !important;
  background: #fff !important;
  color: #050505 !important;
  box-shadow: 0 22px 64px rgba(255, 255, 255, 0.12) !important;
}

body.service-detail-page .nav.nav--on-light .nav-estimate {
  border-color: #050505 !important;
  background: #050505 !important;
  color: #fff !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.14) !important;
}

body.service-detail-page .service-missing-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-family: var(--display-font);
  font-size: 11px;
  line-height: 1;
  font-weight: 780;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), background 0.32s ease, color 0.32s ease, border-color 0.32s ease;
}

body.service-detail-page .service-missing-cta__button::after {
  content: "↘";
  margin-left: 12px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

body.service-detail-page .service-missing-cta__button:hover,
body.service-detail-page .service-missing-cta__button:focus-visible {
  background: #fff;
  color: #050505;
  transform: translateY(-2px);
}

body.service-detail-page .service-missing-cta__button:hover::after,
body.service-detail-page .service-missing-cta__button:focus-visible::after {
  transform: translate3d(3px, 3px, 0);
}

body.service-detail-page .service-cases--projects {
  overflow: hidden !important;
}

body.service-detail-page .service-cases--projects .projects-case-section__head {
  position: relative;
  z-index: 2;
  width: 100%;
}

body.service-detail-page .service-cases--projects .projects-case-grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: clamp(16px, 2vw, 26px) !important;
  width: calc(100vw - max(32px, (100vw - 1180px) / 2));
  margin-right: calc(50% - 50vw);
  padding: 0 max(24px, calc((100vw - 1180px) / 2 + 56px)) 18px 0;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

body.service-detail-page .service-cases--projects .projects-case-grid::-webkit-scrollbar {
  display: none;
}

body.service-detail-page .service-cases--projects .projects-case-card {
  flex: 0 0 clamp(340px, 38vw, 470px);
  min-width: clamp(340px, 38vw, 470px);
  scroll-snap-align: start;
}

body.service-detail-page #faq.faq-home {
  background: #fff !important;
  color: #050505 !important;
}

body.service-detail-page #faq.faq-home .faq-home__head {
  text-align: left !important;
}

body.service-detail-page #faq.faq-home .faq-home__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

body.service-detail-page #faq.faq-home .faq-home__item {
  padding: clamp(22px, 2.2vw, 32px) 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.service-detail-page #faq.faq-home .faq-home__item:hover,
body.service-detail-page #faq.faq-home .faq-home__item:focus-within {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.service-detail-page #faq.faq-home .faq-home__item h3 {
  max-width: 740px;
  margin: 0 0 10px !important;
  font-family: var(--display-font);
  font-size: clamp(21px, 2vw, 30px) !important;
  line-height: 1.04 !important;
  font-weight: 760 !important;
  letter-spacing: -0.04em !important;
}

body.service-detail-page #faq.faq-home .faq-home__item p {
  max-width: 820px;
  font-size: clamp(15px, 1.2vw, 17px) !important;
  line-height: 1.52 !important;
  letter-spacing: -0.012em !important;
}

@media (max-width: 900px) {
  body.service-detail-page .service-process .howpath__inner {
    width: min(calc(100% - 32px), 1120px) !important;
    padding: 56px 0 !important;
  }

  body.service-detail-page .service-process .howpath__layout {
    display: block !important;
  }

  body.service-detail-page .service-process .howpath__rail {
    display: none !important;
  }

  body.service-detail-page .service-process .howpath__list {
    display: grid !important;
    gap: 10px !important;
    margin-top: 24px !important;
  }

  body.service-detail-page .service-process .howpath__item {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 14px !important;
    min-height: 0 !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
  }

  body.service-detail-page .service-process .howpath__plate {
    width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    border-radius: 999px !important;
  }

  body.service-detail-page .service-process .howpath__plateNo {
    font-size: 15px !important;
    line-height: 1 !important;
  }

  body.service-detail-page .service-process .howpath__plateTag {
    display: none !important;
  }

  body.service-detail-page .service-process .howpath__content {
    padding: 0 !important;
  }

  body.service-detail-page .service-process .howpath__h {
    font-size: 20px !important;
    line-height: 1.04 !important;
    letter-spacing: -0.035em !important;
  }

  body.service-detail-page .service-process .howpath__p {
    margin-top: 6px !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  body.service-detail-page .service-cases--projects .projects-case-section__head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-bottom: 22px !important;
  }

  body.service-detail-page .service-cases--projects .projects-case-grid {
    width: calc(100vw - 16px);
    margin-right: -16px;
    padding-right: 18px;
  }

  body.service-detail-page .service-cases--projects .projects-case-card {
    flex-basis: min(82vw, 360px);
    min-width: min(82vw, 360px);
  }
}

@media (max-width: 560px) {
  body.service-detail-page .service-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 22px !important;
  }

  body.service-detail-page .service-card {
    min-height: 104px !important;
    padding: 14px !important;
    border-radius: 16px !important;
    gap: 8px !important;
  }

  body.service-detail-page .service-card__no {
    font-size: 9px !important;
    letter-spacing: 0.18em !important;
  }

  body.service-detail-page .service-card h3 {
    font-size: 13px !important;
    line-height: 1.06 !important;
    letter-spacing: -0.025em !important;
  }

  body.service-detail-page .service-format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 22px !important;
  }

  body.service-detail-page .service-format-card {
    min-height: 116px !important;
    padding: 13px !important;
    border-radius: 16px !important;
    gap: 8px !important;
  }

  body.service-detail-page .service-format-card h3 {
    font-size: 13px !important;
    line-height: 1.06 !important;
    letter-spacing: -0.025em !important;
  }

  body.service-detail-page .service-format-card p {
    font-size: 11px !important;
    line-height: 1.32 !important;
  }

  body.service-detail-page #faq.faq-home .faq-home__inner {
    width: min(100% - 32px, 1180px) !important;
  }

  body.service-detail-page #faq.faq-home .faq-home__head {
    margin-bottom: 24px !important;
  }

  body.service-detail-page #faq.faq-home .faq-home__title {
    font-size: clamp(32px, 10vw, 42px) !important;
    line-height: 0.98 !important;
  }

  body.service-detail-page #faq.faq-home .faq-home__item {
    padding: 20px 0 !important;
  }

  body.service-detail-page .service-missing-cta__button {
    width: 100%;
    min-height: 52px;
  }
}

/* 2026-06-25: Event service pre-form CTA and FAQ must follow homepage/event canon. */
body.service-detail-page .service-project-curtain {
  position: relative;
  background: #050505;
  color: #f5f5f5;
  isolation: isolate;
}

body.service-detail-page .service-project-curtain #contact.contact {
  background: #050505 !important;
}

body.service-detail-page .service-project-start {
  min-height: 100vh;
  min-height: 100svh;
}

@supports (height: 100dvh) {
  body.service-detail-page .service-project-start {
    min-height: 100dvh;
  }
}

body.service-detail-page .service-project-start .project-start__title {
  max-width: 10ch;
  margin-inline: auto;
  font-size: clamp(56px, 8.4vw, 128px);
}

body.service-detail-page .service-project-start .project-start__lead {
  width: min(860px, 100%);
  font-size: clamp(22px, 2.45vw, 36px);
  line-height: 1.12;
}

body.service-detail-page #faq.faq-home.service-faq--canonical {
  position: relative !important;
  padding: clamp(76px, 7vw, 108px) clamp(20px, 4vw, 52px) clamp(88px, 8vw, 120px) !important;
  background: #fff !important;
  color: #080808 !important;
}

body.service-detail-page #faq.faq-home.service-faq--canonical .faq-home__inner {
  width: min(1120px, 100%) !important;
  margin: 0 auto !important;
}

body.service-detail-page #faq.faq-home.service-faq--canonical .faq-home__head {
  max-width: 680px !important;
  margin: 0 auto 30px !important;
  text-align: center !important;
}

body.service-detail-page #faq.faq-home.service-faq--canonical .faq-home__kicker {
  margin: 0 0 12px !important;
  color: rgba(8, 8, 8, .46) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 360 !important;
  letter-spacing: .24em !important;
  text-transform: uppercase !important;
}

body.service-detail-page #faq.faq-home.service-faq--canonical .faq-home__title {
  margin: 0 !important;
  color: #080808 !important;
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: 1 !important;
  font-weight: 560 !important;
  letter-spacing: -.03em !important;
  text-transform: none !important;
  text-wrap: balance;
}

body.service-detail-page #faq.faq-home.service-faq--canonical .faq-home__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
  border-top: 0 !important;
}

body.service-detail-page #faq.faq-home.service-faq--canonical .faq-home__item {
  padding: clamp(18px, 1.5vw, 24px) !important;
  border: 1px solid rgba(8, 8, 8, .08) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .04) !important;
  transform: none !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

body.service-detail-page #faq.faq-home.service-faq--canonical .faq-home__item:hover,
body.service-detail-page #faq.faq-home.service-faq--canonical .faq-home__item:focus-within {
  transform: translate3d(0, -2px, 0) !important;
  border-color: rgba(8, 8, 8, .14) !important;
  background: #fff !important;
  box-shadow: 0 22px 56px rgba(0, 0, 0, .06) !important;
}

body.service-detail-page #faq.faq-home.service-faq--canonical .faq-home__item h3 {
  max-width: none !important;
  margin: 0 0 8px !important;
  color: #080808 !important;
  font-size: clamp(13px, .96vw, 15px) !important;
  line-height: 1.24 !important;
  font-weight: 720 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}

body.service-detail-page #faq.faq-home.service-faq--canonical .faq-home__item p {
  max-width: none !important;
  margin: 0 !important;
  color: rgba(8, 8, 8, .62) !important;
  font-size: clamp(12px, .84vw, 13px) !important;
  line-height: 1.52 !important;
  letter-spacing: .01em !important;
}

@media (max-width: 960px) {
  body.service-detail-page #faq.faq-home.service-faq--canonical {
    padding-inline: 16px !important;
  }

  body.service-detail-page #faq.faq-home.service-faq--canonical .faq-home__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  body.service-detail-page .service-project-start .project-start__title {
    font-size: clamp(42px, 13vw, 64px);
  }

  body.service-detail-page .service-project-start .project-start__lead {
    width: min(100%, 340px);
    font-size: clamp(18px, 5.2vw, 24px);
    line-height: 1.16;
  }

  body.service-detail-page #faq.faq-home.service-faq--canonical {
    padding: 56px 16px !important;
  }

  body.service-detail-page #faq.faq-home.service-faq--canonical .faq-home__item {
    padding: 18px !important;
    border-radius: 14px !important;
  }
}

/* 2026-07-05: shared premium section subtitle typography. */
body.service-detail-page :where(
  .service-section-lead,
  .project-news__lead,
  .projects-filter__lead,
  .project-section__lead,
  .project-services__lead,
  .services-format__lead
){
  display:block !important;
  max-width:min(1120px, calc(100vw - 64px)) !important;
  margin:clamp(18px,2.2vw,30px) auto 0 !important;
  color:currentColor !important;
  opacity:.56 !important;
  font-family:var(--body-font, Inter, "Helvetica Neue", Arial, sans-serif) !important;
  font-size:clamp(24px,3.05vw,44px) !important;
  font-weight:360 !important;
  line-height:1.34 !important;
  letter-spacing:.005em !important;
  text-align:center !important;
  text-transform:none !important;
  text-wrap:balance !important;
}

body.service-detail-page [data-theme="dark"] :where(
  .service-section-lead,
  .project-news__lead,
  .projects-filter__lead,
  .project-section__lead,
  .project-services__lead,
  .services-format__lead
){
  opacity:.64 !important;
}

@media (max-width:760px){
  body.service-detail-page :where(
    .service-section-lead,
    .project-news__lead,
    .projects-filter__lead,
    .project-section__lead,
    .project-services__lead,
    .services-format__lead
  ){
    max-width:calc(100vw - 34px) !important;
    margin-top:16px !important;
    font-size:clamp(18px,5.7vw,28px) !important;
    line-height:1.38 !important;
    letter-spacing:0 !important;
  }
}
