@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap');

:root {
  --color-primary: #c8ac6b;
  --color-primary-hover: #d4b87d;
  --brand-gradient-deep: #9f8248;
  --brand-gradient-gold: #c8ac6b;
  --brand-gradient-cream: #f3efe6;
  --color-page: #2e2e2e;
  --color-header: #333333;
  --color-panel: #373737;
  --color-panel-muted: #3d3d3d;
  --color-dropdown: #2d2d2d;
  --color-mobile: #000000;
  --color-text: #ffffff;
  --color-text-muted: rgba(255, 255, 255, 0.72);
  --color-border: rgba(255, 255, 255, 0.12);
  --color-shadow: rgba(0, 0, 0, 0.25);
  --gradient-text: linear-gradient(90deg, #ffffff 0%, #c8ac6b 100%);
  --gradient-mask: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  --font-heading: 'Noto Sans SC', 'Alibaba PuHuiTi 3.0', 'Alibaba Sans', 'Source Han Sans SC', 'Noto Sans CJK SC', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  --font-body: 'Noto Sans SC', 'Alibaba PuHuiTi 3.0', 'Alibaba Sans', 'Source Han Sans SC', 'Noto Sans CJK SC', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  --font-interface: 'Noto Sans SC', 'Alibaba PuHuiTi 3.0', 'Alibaba Sans', 'Source Han Sans SC', 'Noto Sans CJK SC', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  --fs-hero: 40px;
  --lh-hero: 48px;
  --ls-hero: -0.024em;
  --fs-page-hero: 40px;
  --lh-page-hero: 48px;
  --ls-page-hero: -0.022em;
  --fs-h2-large: 48px;
  --lh-h2-large: 52px;
  --ls-h2-large: -0.03em;
  --fs-h2: 32px;
  --lh-h2: 38.4px;
  --ls-h2: -0.022em;
  --fs-card-title: 24px;
  --lh-card-title: 33.6px;
  --ls-card-title: -0.016em;
  --fs-body: 16px;
  --lh-body: 1.62;
  --ls-body: 0;
  --container: 1320px;
  --container-narrow: 860px;
  --radius-small: 8px;
  --radius-medium: 10px;
  --radius-large: 22px;
  --radius-xl: 28px;
  --shadow-dropdown: 0 10px 30px rgba(0, 0, 0, 0.2);
  --header-height: 88px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 36px;
  --space-5: 54px;
  --space-6: 80px;
  --space-7: 120px;
}

@property --brand-gradient-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 180deg;
}

@keyframes brand-gradient-sunrise {
  0%,
  100% {
    --brand-gradient-angle: 180deg;
  }

  46%,
  62% {
    --brand-gradient-angle: 0deg;
  }
}

.brand-gradient-char {
  display: inline-block;
  color: var(--brand-gradient-gold);
  background: linear-gradient(
    var(--brand-gradient-angle),
    var(--brand-gradient-deep) 0%,
    var(--brand-gradient-gold) 42%,
    var(--brand-gradient-cream) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: brand-gradient-sunrise 6.4s ease-in-out infinite;
  animation-delay: var(--brand-char-delay, 0ms);
  will-change: background;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto !important;
}

/* Lenis smooth scroll integration */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body);
  word-spacing: normal;
  background: var(--color-page);
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

body.is-loader-active {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.home-loader {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  pointer-events: auto;
  animation: home-loader-shell-hide 10ms linear 3040ms forwards;
}

.home-loader__panel {
  flex: 1 1 50%;
  background: var(--color-primary);
}

.home-loader__panel--left {
  animation: home-loader-panel-exit 720ms cubic-bezier(0.645, 0.045, 0.355, 1) 2280ms forwards;
}

.home-loader__panel--right {
  animation: home-loader-panel-exit 720ms cubic-bezier(0.645, 0.045, 0.355, 1) 2380ms forwards;
}

.home-loader__wordmark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 24px);
  padding: 0 24px;
  color: #333333;
  pointer-events: none;
}

.home-loader__group {
  display: inline-flex;
  overflow: hidden;
  padding-bottom: 0.12em;
  margin-bottom: -0.12em;
}

.home-loader__char {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: clamp(52px, 6.4vw, 96px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  opacity: 0;
  transform: translate3d(0, 115%, 0);
  animation:
    home-loader-char-in 620ms cubic-bezier(0.175, 0.885, 0.32, 1.18) var(--loader-enter, 0ms) both,
    home-loader-char-out 460ms cubic-bezier(0.7, 0, 0.84, 0) var(--loader-exit, 0ms) forwards;
  will-change: transform, opacity;
}

.home-loader--reduced-motion {
  animation: home-loader-shell-hide 10ms linear 320ms forwards;
}

.home-loader--reduced-motion .home-loader__panel--left,
.home-loader--reduced-motion .home-loader__panel--right {
  animation: none;
}

.home-loader--reduced-motion .home-loader__char {
  animation: home-loader-char-in 220ms ease-out 0ms both;
}

@keyframes home-loader-char-in {
  from {
    opacity: 0;
    transform: translate3d(0, 115%, 0);
  }

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

@keyframes home-loader-char-out {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -120%, 0);
  }
}

@keyframes home-loader-panel-exit {
  from {
    transform: translate3d(0, 0, 0);
  }

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

@keyframes home-loader-shell-hide {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 640px) {
  .home-loader__wordmark {
    flex-direction: column;
    gap: 8px;
  }

  .home-loader__char {
    font-size: clamp(36px, 12vw, 52px);
  }
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: none;
  color: inherit;
}

.section-shell {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.section-shell--narrow {
  width: min(calc(100% - 48px), var(--container-narrow));
}

.page-main {
  position: relative;
  z-index: 5;
  background: var(--color-page);
}

.page-main--home {
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-hero-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: var(--header-height);
  margin-bottom: -100vh;
}

.home-hero-stage__fade {
  position: relative;
  height: 100vh;
}

.home-hero-stage__fade::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.29);
  filter: blur(50px);
}

.section {
  padding: var(--space-7) 0;
}

.text-gradient {
  display: inline-block;
  width: fit-content;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.section-kicker,
.service-feature__tag {
  margin: 0 0 18px;
  font-family: var(--font-interface);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.section-heading {
  margin-bottom: var(--space-5);
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 40px;
  align-items: end;
}

.section-heading--center {
  text-align: center;
}

.section-heading h1,
.section-heading h2,
.cta-panel h2,
.contact-preview__content h2,
.contact-layout h1,
.faq-section h2,
.featured-leader h3,
.leader-grid h3,
.portfolio-case h1,
.press-card h2,
.page-hero h1,
.story-band h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 500;
  color: var(--color-text);
}

.section-heading h1,
.section-heading h2,
.cta-panel h2,
.contact-preview__content h2,
.faq-section h2,
.story-band h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
}

.contact-layout h1,
.portfolio-case h1,
.page-hero h1 {
  font-size: var(--fs-page-hero);
  line-height: var(--lh-page-hero);
  letter-spacing: var(--ls-page-hero);
}

.featured-leader h3,
.leader-grid h3,
.press-card h2 {
  font-size: var(--fs-card-title);
  line-height: var(--lh-card-title);
  letter-spacing: var(--ls-card-title);
}

.section-heading h1,
.section-heading h2,
.cta-panel h2,
.contact-preview__content h2,
.faq-section h2,
.page-hero h1,
.story-band h2,
.split-story__visual h2,
.services-intro h1,
.service-narrative h2,
.marquee-overlay__card h2,
.horizontal-showcase__intro h2,
.portfolio-detail-hero h1,
.portfolio-gallery__intro h2,
.about-partners__heading h3,
.notice-panel__form h2 {
  display: inline-block;
  width: fit-content;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.section-lede {
  margin: 20px 0 0;
  max-width: 680px;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: var(--ls-body);
  color: var(--color-text-muted);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-small);
  font-family: var(--font-interface);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: scale(1.05);
}

.button:active {
  transform: scale(0.95);
}

.button--primary {
  background: var(--color-primary);
  color: #000000;
}

.button--primary:hover {
  background: var(--color-primary-hover);
}

.button--secondary {
  border: 1px solid rgba(200, 172, 107, 0.45);
  color: var(--color-primary);
}

.button--secondary:hover {
  background: rgba(200, 172, 107, 0.08);
}

.button--submit {
  width: 100%;
  background: #7b7f88;
  color: #fff;
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
}

.text-link::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 1px;
  background: currentColor;
}

.back-to-top {
  position: fixed;
  right: clamp(18px, 2.5vw, 36px);
  bottom: max(clamp(18px, 2.5vw, 32px), env(safe-area-inset-bottom));
  z-index: 900;
  display: grid;
  place-items: center;
  width: clamp(44px, 4vw, 48px);
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: var(--color-primary);
  color: #252525;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.94);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    bottom 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top.is-over-footer {
  bottom: max(82px, calc(env(safe-area-inset-bottom) + 64px));
}

.back-to-top svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (hover: hover) {
  .back-to-top.is-visible:hover {
    background: var(--color-primary-hover);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px) scale(1);
  }
}

.back-to-top:active {
  transform: translateY(0) scale(0.94);
}

.back-to-top:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: none;
  }
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 24px 5%;
  background: var(--color-header);
  font-family: var(--font-interface);
  transition: transform 0.3s ease;
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.site-header__inner {
  max-width: 90%;
  margin: 0 auto;
  min-height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  width: 188px;
  flex: 0 0 auto;
}

.site-logo--with-mark {
  width: 260px;
  gap: 14px;
}

.site-logo__mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 57px;
  flex: 0 0 58px;
}

.site-logo__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-logo__image {
  width: 100%;
  height: auto;
}

.site-logo__wordmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.site-logo__primary {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: var(--font-heading);
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.026em;
  font-weight: 700;
  text-align: center;
}

.site-logo__primary .brand-gradient-char,
.site-footer__brandmark-main .brand-gradient-char {
  padding-bottom: 0.12em;
  margin-bottom: -0.12em;
}

.site-logo__secondary-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.site-logo__secondary {
  display: flex;
  justify-content: center;
  font-family: var(--font-interface);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-logo__line {
  flex: 1;
  min-width: 18px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(200, 172, 107, 0.16) 0%,
    rgba(200, 172, 107, 0.98) 28%,
    rgba(200, 172, 107, 0.98) 72%,
    rgba(200, 172, 107, 0.16) 100%
  );
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
}

.site-nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
}

.site-nav__item {
  display: block;
  list-style: none;
  position: relative;
}

.site-nav__item::marker {
  content: '';
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font-family: var(--font-interface);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: var(--color-text);
  transition: opacity 0.3s ease;
}

.site-nav__link:hover {
  opacity: 0.9;
}

.site-nav__link--dropdown::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.3s ease;
}

.site-nav__item--dropdown:hover .site-nav__link--dropdown::after {
  transform: rotate(225deg) translateY(-1px);
}

.site-nav__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  padding: 12px 0;
  border-radius: var(--radius-small);
  background: var(--color-dropdown);
  box-shadow: var(--shadow-dropdown);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.site-nav__item--dropdown:hover .site-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-nav__dropdown-link {
  display: block;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-interface);
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: var(--color-text);
  transition: all 0.2s ease;
}

.site-nav__cta {
  font-family: var(--font-interface);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: var(--color-text);
}

.site-nav__cta:hover,
.site-nav__cta:active {
  color: var(--color-text);
}

.site-nav__dropdown-link:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-primary);
}

.mobile-nav-toggle {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  flex: 0 0 auto;
}

.mobile-nav-toggle span {
  position: absolute;
  left: 6px;
  right: 6px;
  height: 2px;
  border-radius: 3px;
  background: var(--color-primary);
  transition: all 0.3s ease;
}

.mobile-nav-toggle span:nth-child(1) {
  top: 10px;
}

.mobile-nav-toggle span:nth-child(2) {
  top: 20px;
}

.mobile-nav-toggle span:nth-child(3) {
  top: 30px;
}

.mobile-nav-toggle.is-active span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
  background: #fff;
}

.mobile-nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.mobile-nav-toggle.is-active span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
  background: #fff;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  background: var(--color-mobile);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}

.mobile-nav.is-open {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: auto;
}

.mobile-nav__inner {
  width: 100%;
  height: 100%;
  padding: 19vh 5% 5vh;
}

.mobile-nav__content {
  width: min(100%, 680px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav__item {
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(var(--delay) * 0.1s);
}

.mobile-nav.is-open .mobile-nav__item {
  opacity: 1;
  transform: translateY(0);
}

.mobile-nav__link,
.mobile-nav__group-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 9vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  transition: padding-left 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-nav__link:hover,
.mobile-nav__group-toggle:hover {
  padding-left: 20px;
}

.mobile-nav__link--button {
  color: var(--color-primary);
}

.mobile-nav__subnav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.mobile-nav__item--group.is-open .mobile-nav__subnav {
  max-height: 480px;
  padding: 10px 0 18px;
}

.mobile-nav__chevron {
  width: 18px;
  height: 18px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.mobile-nav__item--group.is-open .mobile-nav__chevron {
  transform: rotate(225deg);
}

.mobile-nav__sublink {
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.78);
}

.mobile-nav__sublink--overview {
  color: var(--color-primary);
}

.mobile-nav__footer {
  display: grid;
  gap: 20px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
}

.mobile-nav.is-open .mobile-nav__footer {
  opacity: 1;
  transform: translateY(0);
}

.mobile-nav__meta {
  font-size: clamp(1.2rem, 4vw, 2rem);
  color: #fff;
}

.mobile-nav__socials {
  display: flex;
  gap: 16px;
}

.mobile-nav__social-link {
  color: var(--color-primary);
}

.home-hero {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: clip;
}

.home-hero__media,
.home-hero__shade {
  position: absolute;
  inset: 0;
}

.home-hero__media {
  filter: saturate(0.94) contrast(1) brightness(1.04);
  transform: none;
}

.home-hero__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 71% 48%;
}

.home-hero__shade {
  background:
    radial-gradient(circle at 16% 44%, rgba(7, 7, 8, 0.24) 0%, rgba(7, 7, 8, 0.12) 22%, rgba(7, 7, 8, 0) 48%),
    linear-gradient(90deg, rgba(7, 7, 8, 0.26) 0%, rgba(7, 7, 8, 0.12) 22%, rgba(7, 7, 8, 0.03) 46%, rgba(7, 7, 8, 0) 70%);
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  width: min(90%, 1714px);
  margin: 0 auto;
  padding-top: 250px;
  padding-bottom: 200px;
}

.home-hero__content {
  max-width: 540px;
  padding-bottom: 120px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.home-hero h1 {
  margin: 0;
  font-family: var(--font-heading);
  width: fit-content;
  font-size: var(--fs-hero);
  font-weight: 500;
  line-height: var(--lh-hero);
  letter-spacing: var(--ls-hero);
  background: linear-gradient(90deg, #ffffff 0%, #c8ac6b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.home-hero__copy {
  margin: 18px 0 0;
  max-width: 520px;
  font-family: var(--font-interface);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: var(--ls-body);
  color: var(--color-text);
}

.home-hero__inline-link {
  color: inherit;
}

.narrative-block {
  position: relative;
  padding: 100px 0 136px;
  border-radius: 0;
  background: #292929;
}

.narrative-block .section-shell {
  width: min(90%, 1714px);
}

.narrative-block__text {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: -0.028em;
  word-spacing: normal;
  color: var(--color-text);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.values-stage {
  position: relative;
  min-height: 400vh;
}

.values-stage__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}

.values-stage__canvas {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.values-stage__intro {
  position: absolute;
  top: 8vh;
  left: 0;
  z-index: 16;
  max-width: 320px;
}

.values-stage__intro .section-kicker {
  margin-bottom: 12px;
}

.values-stage__lede {
  margin: 0;
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: var(--ls-body);
  color: rgba(255, 255, 255, 0.64);
}

.values-stage__anchor {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 50%;
  height: min(70vh, 760px);
  z-index: 10;
  border-radius: 24px;
  overflow: hidden;
  will-change: left;
}

.values-stage__anchor-layer {
  position: absolute;
  inset: 0;
}

.values-stage__anchor-layer:not(.is-active) {
  clip-path: inset(100% 0 0 0);
}

.values-stage__anchor-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.values-stage__panel {
  position: absolute;
  width: 50%;
  height: min(70vh, 760px);
  z-index: 5;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  will-change: top, left, opacity, transform;
}

.values-stage__panel.is-active {
  pointer-events: auto;
}

.values-stage__panel--legacy {
  top: 20%;
  left: 0;
  opacity: 1;
  transform: scale(1);
}

.values-stage__panel--precision {
  top: 50%;
  left: 50%;
}

.values-stage__panel--integrity {
  top: 50%;
  left: 0;
}

.values-stage__panel-visual {
  display: none;
}

.values-stage__panel-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 42px 38px;
  border-radius: 24px;
  background: #343434;
}

.values-stage__panel-copy {
  max-width: 380px;
}

.values-stage__panel-title {
  margin: 0 0 18px;
  width: fit-content;
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, var(--fs-h2-large));
  font-weight: 500;
  line-height: var(--lh-h2-large);
  letter-spacing: var(--ls-h2-large);
  background: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.values-stage__panel-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: var(--ls-body);
}

.values-stage__panel-actions {
  margin-top: 28px;
}

.values-stage__button {
  min-height: 44px;
}

.marquee-section {
  padding: 0;
}

.marquee-shell {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  height: 100vh;
  overflow: clip;
  mask-image: var(--gradient-mask);
  -webkit-mask-image: var(--gradient-mask);
}

.marquee-column {
  overflow: hidden;
}

.marquee-column__track {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 0;
  will-change: transform;
}

.marquee-column--up .marquee-column__track {
  animation: scroll-top 100s linear infinite;
}

.marquee-column--down .marquee-column__track {
  animation: scroll-bottom 100s linear infinite;
}

.marquee-section[data-animation-active='false'] .marquee-column__track {
  animation-play-state: paused;
}

.marquee-tile {
  margin: 0;
  border-radius: 8px;
  overflow: clip;
  background: rgba(255, 255, 255, 0.03);
}

.marquee-tile__image {
  width: 100%;
  height: auto;
}

.marquee-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  pointer-events: none;
}

.marquee-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(46, 46, 46, 0.34);
}

.marquee-overlay__card {
  position: relative;
  z-index: 1;
  width: 100vw;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  pointer-events: auto;
  gap: 18px;
}

.marquee-overlay__card h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
  width: fit-content;
}

.marquee-overlay__card p {
  margin: 0;
  max-width: min(100%, 832px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: var(--ls-body);
}

.marquee-overlay__card .button {
  min-height: 39px;
  margin-top: 12px;
  padding: 0.625rem 2rem;
  line-height: 1;
}

.marquee-overlay__card .button--primary {
  background: #7b7f88;
  color: #fff;
}

.marquee-overlay__card .button--primary:hover {
  background: #8a8f99;
}

.horizontal-showcase {
  position: relative;
  min-height: 220vh;
}

.horizontal-showcase,
.horizontal-showcase__sticky,
.horizontal-showcase__sticky * {
  transition: none !important;
}

.horizontal-showcase__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: clip;
}

.horizontal-showcase__frame {
  height: 100%;
  display: grid;
  align-content: center;
  gap: 42px;
}

.horizontal-showcase__intro {
  max-width: 620px;
}

.horizontal-showcase__intro h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
}

.horizontal-showcase__row {
  display: flex;
  gap: 18px;
  will-change: transform;
}

.testimonial-panel {
  flex: 0 0 420px;
  min-height: 390px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: var(--color-panel);
  border: 1px solid rgba(200, 172, 107, 0.2);
  border-radius: var(--radius-small);
}

.testimonial-panel__meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.testimonial-panel__quote {
  margin: 58px 0 44px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

.testimonial-panel__footer {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.testimonial-panel__footer h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.testimonial-panel__brand-mark {
  width: 30px;
  height: 28px;
  display: inline-flex;
  flex: 0 0 auto;
  opacity: 0.82;
}

.testimonial-panel__brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-preview__grid,
.contact-layout__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 36px;
  align-items: start;
}

.contact-preview__visual,
.contact-layout__visual {
  border-radius: 24px;
  overflow: hidden;
  min-height: 660px;
}

.contact-preview__image,
.contact-layout__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-form {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.site-form__field {
  display: grid;
  gap: 10px;
}

.site-form__field span {
  color: rgba(255, 255, 255, 0.88);
}

.site-form input,
.site-form textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: var(--radius-small);
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.02);
  color: var(--color-text);
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.site-form textarea {
  min-height: 124px;
  resize: none;
}

.site-form input:focus,
.site-form textarea:focus {
  border-color: rgba(200, 172, 107, 0.66);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 0 3px rgba(200, 172, 107, 0.12);
}

.site-form__actions {
  display: grid;
  gap: 10px;
}

.site-form__field--honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-form__note,
.site-form__message {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.site-form__note {
  color: rgba(255, 255, 255, 0.62);
}

.site-form__message:empty {
  display: none;
}

.site-form.is-success .site-form__message {
  color: var(--color-primary);
}

.site-form.is-error .site-form__message {
  color: #f1a7a7;
}

.site-form.is-submitting .button--submit {
  cursor: wait;
  opacity: 0.72;
}

.page-hero {
  padding: calc(var(--header-height) + 110px) 0 var(--space-6);
}

.page-hero--simple {
  padding: calc(var(--header-height) + 86px) 0 72px;
  text-align: left;
}

.page-hero--simple .section-shell--narrow {
  max-width: 900px;
  margin: 0 auto;
}

.page-hero--simple h1 {
  display: block;
  width: 100%;
  max-width: 14ch;
}

.page-hero--simple .section-lede {
  max-width: 46ch;
  margin-top: 24px;
  line-height: 1.84;
  text-align: left;
  text-indent: 2em;
}

.page-portfolio .page-hero--simple .section-shell--narrow {
  max-width: 1180px;
}

.page-portfolio .page-hero--simple .section-lede {
  max-width: 66ch;
}

.page-portfolio .page-hero--simple,
.page-press .page-hero--simple {
  padding-top: calc(var(--header-height) + 72px);
  padding-bottom: 88px;
  text-align: center;
}

.page-portfolio .page-hero--simple .section-shell--narrow,
.page-press .page-hero--simple .section-shell--narrow {
  width: min(calc(100% - 48px), 1080px);
  max-width: 1080px;
  display: grid;
  gap: 24px;
  justify-items: center;
  text-align: center;
}

.page-portfolio .page-hero--simple h1,
.page-press .page-hero--simple h1 {
  width: 100%;
  max-width: none;
  text-align: center;
}

.page-portfolio .page-hero--simple .section-lede,
.page-press .page-hero--simple .section-lede {
  width: 100%;
  max-width: 72ch;
  margin: 0;
  line-height: 1.68;
  text-align: center;
  text-indent: 0;
}

.page-portfolio .page-hero--simple .section-shell--narrow {
  width: min(calc(100% - 48px), var(--container));
  max-width: var(--container);
  justify-items: start;
  text-align: left;
}

.page-portfolio .page-hero--simple h1 {
  width: fit-content;
  text-align: left;
}

.page-portfolio .page-hero--simple .section-lede {
  max-width: none;
  text-align: left;
  text-indent: 2em;
}

.page-press .page-hero--simple .section-shell--narrow {
  width: min(calc(100% - 48px), var(--container));
  max-width: var(--container);
  justify-items: start;
  text-align: left;
}

.page-press .page-hero--simple h1 {
  width: fit-content;
  text-align: left;
}

.page-press .page-hero--simple .section-lede {
  max-width: none;
  text-align: left;
  text-indent: 2em;
}

@media (max-width: 991px) {
  .page-portfolio .page-hero--simple,
  .page-press .page-hero--simple {
    padding-top: calc(var(--header-height) + 64px);
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .page-portfolio .page-hero--simple,
  .page-press .page-hero--simple {
    padding-top: calc(var(--header-height) + 52px);
    padding-bottom: 72px;
  }

  .page-portfolio .page-hero--simple .section-shell--narrow,
  .page-press .page-hero--simple .section-shell--narrow {
    width: min(calc(100% - 32px), 1080px);
    gap: 30px;
  }

  .page-portfolio .page-hero--simple h1,
  .page-press .page-hero--simple h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .page-portfolio .page-hero--simple .section-lede,
  .page-press .page-hero--simple .section-lede {
    font-size: 15px;
    line-height: 22.5px;
  }

  .page-portfolio .page-hero--simple .section-lede {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

.page-portfolio .page-hero--simple {
  padding-bottom: 56px;
}

.page-portfolio .page-hero--simple + .section {
  padding-top: 56px;
}

@media (max-width: 767px) {
  .page-portfolio .page-hero--simple {
    padding-bottom: 40px;
  }

  .page-portfolio .page-hero--simple + .section {
    padding-top: 40px;
  }
}

.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.page-hero__image {
  width: 100%;
  height: min(66vh, 720px);
  object-fit: cover;
  border-radius: 26px;
}

.portfolio-detail-hero {
  position: relative;
  min-height: clamp(620px, 82vh, 940px);
  margin-top: var(--header-height);
  overflow: clip;
}

.portfolio-detail-hero__image,
.portfolio-detail-hero__shade {
  position: absolute;
  inset: 0;
}

.portfolio-detail-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-detail-hero__shade {
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.2) 0%, rgba(18, 18, 18, 0.12) 28%, rgba(18, 18, 18, 0.28) 56%, rgba(18, 18, 18, 0.72) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.12) 100%);
}

.portfolio-detail-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: clamp(620px, 82vh, 940px);
  padding-top: clamp(150px, 18vh, 220px);
  padding-bottom: 96px;
  text-align: center;
}

.portfolio-detail-hero__content {
  max-width: 980px;
}

.portfolio-detail-hero h1,
.portfolio-gallery__intro h2 {
  margin: 0;
  font-family: var(--font-heading);
  color: var(--color-text);
}

.portfolio-detail-hero h1 {
  font-size: clamp(40px, 5vw, 52px);
  line-height: var(--lh-page-hero);
  letter-spacing: var(--ls-page-hero);
}

.services-hero-band {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: clamp(240px, 34vh, 360px);
  margin-top: var(--header-height);
  padding: 0 0 88px;
  background: linear-gradient(180deg, #171717 0%, #1b1b1b 100%);
  text-align: center;
}

.services-hero-band__label {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.services-intro {
  padding: clamp(82px, 11vw, 128px) 0 clamp(112px, 14vw, 168px);
  background: var(--color-panel);
  text-align: left;
}

.services-intro__inner {
  display: grid;
  gap: 24px;
  max-width: min(100%, 840px);
  margin: 0 auto;
  justify-items: start;
}

.services-intro h1 {
  margin: 0;
  font-family: var(--font-heading);
  max-width: 16ch;
  font-size: var(--fs-page-hero);
  line-height: var(--lh-page-hero);
  letter-spacing: var(--ls-page-hero);
  font-weight: 500;
}

.services-intro__lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: var(--ls-body);
  text-align: left;
  text-indent: 2em;
}

.editorial-block__stack {
  display: grid;
  gap: 30px;
}

.editorial-block__copy {
  max-width: 920px;
  display: grid;
  gap: 16px;
}

.editorial-block__copy p,
.split-story__content p,
.story-band__content p,
.portfolio-case__content p,
.notice-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: var(--ls-body);
  text-indent: 2em;
}

.editorial-block__image,
.split-story__image-frame,
.story-band__visual,
.portfolio-case__visual,
.portfolio-case__gallery {
  border-radius: 24px;
  overflow: hidden;
}

.editorial-block__photo,
.split-story__image,
.story-band__image,
.portfolio-case__image,
.portfolio-case__gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-story__grid,
.story-band__grid,
.portfolio-case__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: center;
}

.story-band--reverse .story-band__grid,
.service-feature--reverse .service-feature__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.story-band--reverse .story-band__visual,
.service-feature--reverse .service-feature__visual {
  order: -1;
}

.featured-leader {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 30px;
  margin-bottom: 34px;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.featured-leader__visual {
  border-radius: 18px;
  overflow: hidden;
}

.featured-leader__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-leader__role,
.person-card__role,
.press-card__source,
.metric-item span {
  margin: 8px 0 14px;
  color: var(--color-primary);
  font-family: var(--font-interface);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

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

.leader-grid--leadership {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 44px;
}

.person-card {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.person-card__media {
  aspect-ratio: 0.94;
  background: rgba(255, 255, 255, 0.04);
}

.person-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-card__body {
  padding: 16px;
}

.person-card__body h3,
.portfolio-card h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--fs-card-title);
  font-weight: 500;
  line-height: var(--lh-card-title);
  letter-spacing: var(--ls-card-title);
}

.team-group {
  margin-top: 42px;
}

.faq-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: start;
}

.faq-section__grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.faq-section__content {
  display: grid;
  gap: 18px;
  align-content: start;
}

.faq-section__content--wide {
  max-width: 920px;
}

.faq-section__visual {
  border-radius: 24px;
  overflow: hidden;
}

.faq-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-image-reveal] {
  --image-reveal-radius: 24px;
  position: relative;
  overflow: hidden;
  transform: translateY(-22px) scale(1.02);
  transition:
    transform 1.08s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.72s ease;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
  will-change: transform, box-shadow;
}

[data-image-reveal] > img,
[data-image-reveal] > .elevator-comparison__stage,
[data-image-reveal] > .about-hero-carousel {
  display: block;
  width: 100%;
  clip-path: inset(0 0 100% 0 round var(--image-reveal-radius));
  transform: scale(1.08);
  transition:
    clip-path 1.08s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.28s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: clip-path, transform;
}

[data-image-reveal].is-visible {
  transform: translateY(0) scale(1);
  box-shadow: 0 30px 68px rgba(0, 0, 0, 0.24);
}

[data-image-reveal].is-visible > img,
[data-image-reveal].is-visible > .elevator-comparison__stage,
[data-image-reveal].is-visible > .about-hero-carousel {
  clip-path: inset(0 0 0 0 round var(--image-reveal-radius));
  transform: scale(1);
}

.service-gallery {
  padding: 12px 0 0;
}

.service-gallery .marquee-shell {
  height: clamp(560px, 86vh, 980px);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.faq-item {
  border-radius: var(--radius-medium);
  background: var(--color-header);
  transition: background-color 0.3s ease;
}

.faq-item[open] {
  background: var(--color-primary);
  color: #1f1f1f;
}

.faq-item summary {
  position: relative;
  list-style: none;
  padding: 24px 62px 24px 24px;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.faq-item__answer {
  padding: 0 24px 24px;
}

.faq-item__answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  letter-spacing: var(--ls-body);
  color: inherit;
  opacity: 0.9;
}

.page-about .section-kicker {
  display: none;
}

.page-about .page-hero,
.page-about .split-story {
  background: #2e2e2e;
}

.page-about .editorial-block,
.page-about .leadership,
.page-about .faq-section {
  background: #333333;
}

.page-about .page-hero {
  padding-top: calc(var(--header-height) + 72px);
  padding-bottom: 88px;
}

.page-about .page-hero__grid {
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr);
  gap: 52px;
  justify-items: stretch;
}

.page-about .page-hero__content {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  gap: 24px;
  justify-items: start;
  text-align: left;
}

.page-about .page-hero h1 {
  margin: 0;
  width: auto;
  text-align: left;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: var(--ls-page-hero);
  text-transform: none;
}

.page-about .page-hero .section-lede {
  max-width: 72ch;
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: var(--ls-body);
  color: rgba(255, 255, 255, 0.82);
}

.page-about .page-hero .section-lede.section-lede--rich {
  width: 100%;
  max-width: none;
  display: grid;
  gap: 20px;
  justify-items: stretch;
  text-align: left;
  color: rgba(255, 255, 255, 0.86);
}

.page-about .page-hero .section-lede.section-lede--rich p {
  margin: 0;
  width: 100%;
  max-width: 100%;
  text-align: left;
  text-indent: 2em;
}

.page-about .page-hero .section-lede.section-lede--rich strong {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
}

.page-about .page-hero__visual {
  width: 100%;
  --image-reveal-radius: 16px;
}

.page-about .page-hero__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.page-about .page-hero__visual--carousel {
  background: transparent;
}

.page-about .page-hero__visual > .about-hero-carousel {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  background: #171715;
}

.about-hero-carousel__stage {
  position: relative;
  min-width: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: none;
  touch-action: pan-y;
  user-select: none;
}

.about-hero-carousel__stage::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 8, 7, 0.02) 0%, rgba(8, 8, 7, 0.05) 58%, rgba(8, 8, 7, 0.16) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.12) 0%, rgba(5, 5, 5, 0) 24%, rgba(5, 5, 5, 0) 76%, rgba(5, 5, 5, 0.08) 100%);
  box-shadow: inset 0 0 0 1px rgba(213, 178, 103, 0.16);
}

.about-hero-carousel__stage:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(219, 185, 111, 0.92);
}

.about-hero-carousel__slide {
  flex: 0 0 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
}

.about-hero-carousel__track {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(calc(var(--about-hero-carousel-index, 0) * -100%), 0, 0);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.about-hero-carousel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.82) contrast(1.05) brightness(1.02) sepia(0.08);
}

.about-hero-carousel__controls {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(20, 20, 18, 0.62);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.about-hero-carousel__dot {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.about-hero-carousel__dot span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  transition:
    width 280ms ease,
    background-color 280ms ease,
    transform 280ms ease;
}

.about-hero-carousel__dot:hover span,
.about-hero-carousel__dot:focus-visible span {
  background: rgba(255, 255, 255, 0.76);
  transform: scale(1.12);
}

.about-hero-carousel__dot:focus-visible {
  outline: 1px solid rgba(219, 185, 111, 0.92);
  outline-offset: -3px;
}

.about-hero-carousel__dot.is-active span {
  width: 20px;
  background: #dbb96f;
}

.page-service-uplink .service-preface {
  padding-top: calc(var(--header-height) + 72px);
  padding-bottom: 88px;
  background: #2e2e2e;
}

.page-service-uplink .service-preface__grid {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 52px;
  justify-items: center;
}

.page-service-uplink .service-preface__content {
  width: min(100%, 1080px);
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
  justify-items: center;
  text-align: center;
}

.page-service-uplink .service-preface__title {
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: var(--ls-page-hero);
  text-transform: none;
}

.page-service-uplink .service-preface .section-lede {
  max-width: 72ch;
  margin: 0;
  text-align: center;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: var(--ls-body);
  color: rgba(255, 255, 255, 0.82);
}

.page-service-uplink .service-preface .section-lede.section-lede--rich {
  width: 100%;
  max-width: 1080px;
  display: grid;
  gap: 20px;
  justify-items: stretch;
  text-align: center;
  color: rgba(255, 255, 255, 0.86);
}

.page-service-uplink .service-preface .section-lede.section-lede--rich p {
  margin: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.page-service-uplink .service-preface__visual {
  width: 100%;
  --image-reveal-radius: 16px;
}

.page-service-uplink .service-preface__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.page-service-uplink .service-preface + .s .spacer.large.tab__med {
  height: 3.5em;
}

@media (max-width: 991px) {
  .page-service-uplink .service-preface {
    padding-top: calc(var(--header-height) + 64px);
    padding-bottom: 80px;
  }

  .page-service-uplink .service-preface__grid {
    gap: 42px;
  }
}

@media (max-width: 767px) {
  .page-service-uplink .service-preface {
    padding-top: calc(var(--header-height) + 52px);
    padding-bottom: 72px;
  }

  .page-service-uplink .service-preface__grid {
    gap: 30px;
  }

  .page-service-uplink .service-preface__title {
    font-size: 34px;
    line-height: 40px;
  }

  .page-service-uplink .service-preface .section-lede,
  .page-service-uplink .service-preface .section-lede.section-lede--rich {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-size: 15px;
    line-height: 22.5px;
  }

  .page-service-uplink .service-preface + .s .spacer.large.tab__med {
    height: 2.75em;
  }
}

.page-about .editorial-block {
  padding-top: 112px;
  padding-bottom: 112px;
}

.page-about .editorial-block__stack {
  gap: 0;
}

.page-about .editorial-block .section-heading {
  width: 100%;
  max-width: none;
  margin: 0 0 24px;
  text-align: left;
}

.page-about .editorial-block .section-heading h2,
.page-about .split-story__visual h2,
.page-about .leadership > .section-shell > .section-heading h2,
.page-about .faq-section h2 {
  margin: 0;
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: var(--ls-h2);
  text-transform: none;
}

.page-about .editorial-block .section-heading h2 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: var(--ls-page-hero);
}

.page-about .team-group__title {
  margin: 0 0 28px;
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 33.6px;
  letter-spacing: -0.03em;
  text-align: left;
}

.page-about .about-richtext {
  display: grid;
  gap: 20px;
}

.page-about .editorial-block__copy {
  width: 100%;
  max-width: none;
  margin: 0;
}

.page-about .editorial-block__copy p,
.page-about .split-story__content p,
.page-about .featured-leader__copy,
.page-about .person-card__copy,
.page-about .faq-item__answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.82;
  color: rgba(255, 255, 255, 0.78);
  text-indent: 2em;
}

.page-about .editorial-block__copy p {
  line-height: 1.68;
  text-align: left;
  text-indent: 2em;
}

.page-about .leadership > .section-shell > .section-heading {
  text-align: left;
}

.page-about .editorial-block__image,
.page-about .faq-section__visual {
  border-radius: 16px;
  overflow: hidden;
}

.page-about .editorial-block__image {
  margin-top: 44px;
}

.page-about .editorial-block__photo {
  display: block;
  width: 100%;
  height: min(80vh, 720px);
  object-fit: cover;
  border-radius: 16px;
}

.about-partners {
  --about-partner-shift-x: 0px;
  --about-partner-shift-y: 0px;
  --about-partner-depth: 0px;
  --about-partner-rotate-x: 0deg;
  --about-partner-rotate-y: 0deg;
  --about-partner-scale: 1;
  --about-partner-opacity: 1;
  margin-top: 40px;
}

.about-partners__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(140px, 220px);
  gap: 28px;
  align-items: end;
  padding: 0 4px;
}

.about-partners__kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.about-partners__heading h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.about-partners__heading p {
  margin: 14px 0 0;
  max-width: 620px;
  color: var(--color-text-muted);
}

.about-partners__stat {
  justify-self: end;
  display: grid;
  gap: 2px;
  padding: 22px 24px;
  min-width: 160px;
  border: 1px solid rgba(200, 172, 107, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(200, 172, 107, 0.2), transparent 58%),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.about-partners__stat strong {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.about-partners__stat span {
  color: var(--color-text-muted);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-partner-grid {
  --about-partner-columns-active: var(--about-partner-columns, 4);
  --about-partner-gap: 10px;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 38%, rgba(200, 172, 107, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  perspective: 1200px;
}

.about-partner-grid__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--about-partner-columns-active), minmax(0, 1fr));
  gap: var(--about-partner-gap);
}

.about-partner-grid__item {
  --about-partner-glow-opacity: 0.92;
  --about-partner-glow-scale: 1.01;
  --about-partner-glow-left: rgba(138, 111, 72, 0.14);
  --about-partner-glow-right: rgba(226, 203, 155, 0.78);
  --about-partner-card-padding: 5px;
  --about-partner-media-padding: 1px;
  position: relative;
  min-height: 96px;
  padding: 1px;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
  transform:
    translate3d(var(--about-partner-shift-x), var(--about-partner-shift-y), var(--about-partner-depth))
    rotateX(var(--about-partner-rotate-x))
    rotateY(var(--about-partner-rotate-y))
    scale(var(--about-partner-scale));
  opacity: var(--about-partner-opacity);
  isolation: isolate;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.about-partner-grid__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.03);
}

.about-partner-grid__glow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    rgba(138, 111, 72, 0) 0deg,
    rgba(138, 111, 72, 0) 144deg,
    var(--about-partner-glow-left) 164deg,
    var(--about-partner-glow-right) 180deg,
    var(--about-partner-glow-left) 196deg,
    rgba(138, 111, 72, 0) 216deg,
    rgba(138, 111, 72, 0) 360deg
  );
  opacity: var(--about-partner-glow-opacity);
  transform: translate(-50%, -78%) scale(var(--about-partner-glow-scale));
  filter: blur(12px);
  animation: about-partner-glow-spin 12.8s linear infinite;
  animation-delay: calc(var(--about-partner-order, 0) * -0.45s);
}

.about-partner-grid[data-scroll-active='false'] .about-partner-grid__item {
  will-change: auto;
}

.about-partner-grid[data-scroll-active='false'] .about-partner-grid__glow::before {
  animation-play-state: paused;
}

.about-partner-grid__glow::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.06);
  opacity: 0.9;
}

.about-partner-grid__surface {
  position: relative;
  z-index: 2;
  min-height: 94px;
  padding: var(--about-partner-card-padding);
  border-radius: 11px;
  overflow: visible;
  background: transparent;
}

.about-partner-grid__surface::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.11), transparent 56%),
    linear-gradient(180deg, rgba(48, 48, 48, 0.72), rgba(36, 36, 36, 0.34));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 12px 18px rgba(255, 255, 255, 0.04),
    inset 0 -18px 26px rgba(0, 0, 0, 0.14);
}

.about-partner-grid__media {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 80px;
  padding: var(--about-partner-media-padding);
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

.about-partner-grid__image {
  width: 100%;
  height: 100%;
  min-height: 76px;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  transform: scale(0.998);
  transform-origin: center;
  -webkit-mask-image: radial-gradient(
    circle at 50% 50%,
    rgba(0, 0, 0, 1) 79%,
    rgba(0, 0, 0, 0.98) 87%,
    rgba(0, 0, 0, 0.9) 93%,
    rgba(0, 0, 0, 0.62) 97%,
    transparent 100%
  );
  mask-image: radial-gradient(
    circle at 50% 50%,
    rgba(0, 0, 0, 1) 79%,
    rgba(0, 0, 0, 0.98) 87%,
    rgba(0, 0, 0, 0.9) 93%,
    rgba(0, 0, 0, 0.62) 97%,
    transparent 100%
  );
}

@keyframes about-partner-glow-spin {
  to {
    transform: translate(-50%, -78%) scale(var(--about-partner-glow-scale)) rotate(360deg);
  }
}

.page-about .split-story {
  --about-honors-title-gap: 30px;
  padding-top: 112px;
  padding-bottom: 112px;
}

.page-about .split-story__grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(40px, 4.8vw, 84px);
  align-items: start;
}

.page-about .about-foundation__visual {
  display: grid;
  gap: var(--about-honors-title-gap);
  align-content: start;
}

.page-about .split-story__visual {
  border-radius: 0;
  overflow: visible;
}

.page-about .split-story__image-frame {
  --image-reveal-radius: 16px;
  position: relative;
  min-height: 0;
  isolation: isolate;
}

.page-about .split-story__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 18;
  object-fit: cover;
  border-radius: 16px;
}

.page-about .split-story__image-frame--honors-wall {
  height: var(--honors-frame-height, auto);
  max-height: var(--honors-frame-height, none);
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.page-about .about-honors-gallery {
  --honors-columns: 3;
  --honors-gap: 5px;
  --honors-overscan-top: 0px;
  --honors-overscan-bottom: 0px;
  --honor-row-size: 100px;
  display: grid;
  grid-template-columns: repeat(var(--honors-columns), minmax(0, 1fr));
  gap: var(--honors-gap);
  height: var(--honors-frame-height, auto);
  align-content: start;
  background: transparent;
  overflow: hidden;
  padding-top: var(--honors-overscan-top);
  padding-bottom: var(--honors-overscan-bottom);
  box-sizing: content-box;
}

.page-about .about-honors-gallery__column {
  display: flex;
  flex-direction: column;
  gap: var(--honors-gap);
  height: calc(
    var(--honors-frame-height, 0px) + var(--honors-overscan-top) + var(--honors-overscan-bottom)
  );
  flex: 0 0 auto;
  transform: translate3d(0, calc(-1 * var(--honors-overscan-top)), 0);
  will-change: transform;
}

.page-about .about-honors-gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  height: calc(var(--honor-row-span, 1) * var(--honor-row-size));
  flex: 0 0 auto;
  background: transparent;
}

.page-about .about-honors-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: saturate(0.98) contrast(1.01);
}

.page-about .split-story__content {
  max-width: none;
  padding-top: clamp(72px, 9vw, 118px);
}

.page-about .about-honors {
  display: block;
  align-self: start;
  min-height: 0;
  margin-top: calc(var(--lh-h2) + var(--about-honors-title-gap));
  padding-top: 0;
  min-width: 0;
}

.page-about .about-honors__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: clamp(560px, 58vw, 760px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  font-family: var(--font-body);
}

.page-about .about-honors__item {
  margin: 0;
  padding: 0 0 0 22px;
  position: relative;
  font-family: var(--font-body);
  min-width: 0;
}

.page-about .about-honors__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 5px rgba(200, 172, 107, 0.12);
}

.page-about .about-honors__text {
  display: block;
  margin: 0;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.84);
  letter-spacing: var(--ls-body);
  font-family: var(--font-body);
  font-weight: 400;
  word-break: normal;
  overflow-wrap: anywhere;
}

.page-about .split-story__content p + p {
  margin-top: 0;
}

.page-about .leadership {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-about .leadership > .section-shell > .section-heading {
  margin-bottom: 64px;
}

.page-about .featured-leader {
  max-width: 1240px;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 0;
  margin: 0 auto 64px;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  align-items: stretch;
}

.page-about .featured-leader__visual {
  border-radius: 0;
  overflow: hidden;
}

.page-about .featured-leader__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 400 / 535;
  object-fit: cover;
}

.page-about .featured-leader__intro {
  display: grid;
  gap: 6px;
}

.page-about .featured-leader__content {
  max-width: none;
  display: grid;
  align-content: center;
  gap: 24px;
  padding: 30px;
}

.page-about .featured-leader__content h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--font-body);
}

.page-about .featured-leader__role {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.82);
}

.page-about .leader-grid--leadership {
  max-width: 1240px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  justify-content: normal;
  margin: 0 auto;
}

.page-about .leader-grid--leadership .person-card,
.page-about .person-card--compact {
  overflow: hidden;
}

.page-about .leader-grid--leadership .person-card {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.page-about .person-card--compact {
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.page-about .leader-grid--leadership .person-card__media {
  aspect-ratio: 251 / 168;
  background: rgba(255, 255, 255, 0.02);
}

.page-about .leader-grid--leadership .person-card__body {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.page-about .leader-grid--leadership .person-card__body h3 {
  font-size: 17px;
  line-height: 25.5px;
  font-family: var(--font-body);
}

.page-about .leader-grid--leadership .person-card__role {
  margin: 0;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.72);
}

.page-about .leader-grid--leadership .person-card__copy {
  margin: 0;
  display: grid;
  gap: 0;
  overflow: visible;
  font-size: 12px;
  line-height: 1.7;
  text-indent: 1em;
}

.page-about .featured-leader__copy p,
.page-about .leader-grid--leadership .person-card__copy p {
  margin: 0;
}

.page-about .featured-leader__copy p + p {
  margin-top: 14px;
}

.page-about .team-group {
  margin-top: 64px;
}

.page-about .team-group .leader-grid {
  max-width: 1240px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  justify-content: normal;
  margin: 0 auto;
}

.page-about .person-card--compact .person-card__media {
  aspect-ratio: 161 / 161;
  background: transparent;
  border-radius: 0;
}

.page-about .person-card--compact .person-card__body {
  display: grid;
  gap: 4px;
  padding: 12px 0 0;
}

.page-about .person-card--compact .person-card__body h3 {
  font-size: 15px;
  line-height: 22.5px;
  font-family: var(--font-body);
}

.page-about .person-card--compact .person-card__role {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.72);
}

.page-about .faq-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-about .faq-section__grid {
  grid-template-columns: minmax(0, 596px) minmax(0, 1fr);
  justify-content: normal;
  gap: 60px;
  align-items: start;
}

.page-about .faq-section__visual {
  --image-reveal-radius: 10px;
  border-radius: 10px;
}

.page-about .faq-section__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 10px;
}

.page-about .elevator-comparison {
  position: relative;
  isolation: isolate;
  background: #202020;
}

.page-about .elevator-comparison__stage {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: inherit;
  background: #252525;
}

.page-about .elevator-comparison__image,
.page-about .elevator-comparison__after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-about .elevator-comparison__image {
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-about .elevator-comparison__after {
  z-index: 2;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
}

.page-about .elevator-comparison__label {
  position: absolute;
  z-index: 5;
  top: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(24, 24, 24, 0.7);
  color: #ffffff;
  font-family: var(--font-interface);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-about .elevator-comparison__label--before {
  right: 18px;
}

.page-about .elevator-comparison__label--after {
  left: 18px;
  border-color: rgba(200, 172, 107, 0.58);
  background: rgba(95, 76, 38, 0.72);
}

.page-about .elevator-comparison__scan {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  will-change: transform;
}

.page-about .elevator-comparison__scan::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 245, 214, 0.96) 12%,
    #d8b96e 50%,
    rgba(255, 245, 214, 0.96) 88%,
    rgba(255, 255, 255, 0)
  );
  box-shadow:
    0 0 9px rgba(255, 236, 178, 0.94),
    0 0 26px rgba(200, 172, 107, 0.68);
}

.page-about .elevator-comparison__scan::before {
  content: '';
  position: absolute;
  top: 0;
  right: -24px;
  bottom: 0;
  width: 48px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(224, 195, 122, 0.2),
    transparent
  );
}

.page-about .faq-section__content {
  display: grid;
  gap: 28px;
  padding-top: 0;
}

.page-about .faq-section h2 {
  font-size: 32px;
  line-height: 38.4px;
}

.page-about .faq-list {
  margin-top: 0;
  gap: 16px;
}

.page-about .faq-item {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #333333;
  box-shadow: none;
  transition: background-color 0.28s ease, box-shadow 0.28s ease;
}

.page-about .faq-item[open] {
  background: var(--color-primary);
  color: var(--color-text);
}

.page-about .faq-item summary {
  padding: 28px 84px 28px 48px;
  font-family: var(--font-interface);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.page-about .faq-item summary::after {
  right: 44px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  background: transparent;
  transform: translateY(-62%) rotate(45deg);
  transition: transform 0.28s ease;
}

.page-about .faq-item[open] summary::after {
  transform: translateY(-32%) rotate(225deg);
}

.page-about .faq-item summary:focus-visible {
  outline: none;
}

.page-about .faq-item:focus-within {
  box-shadow: 0 0 0 1px rgba(200, 172, 107, 0.62);
}

.page-about .faq-item__answer {
  padding: 0 48px 30px;
}

.page-about .faq-item__answer p {
  color: var(--color-text);
  font-family: var(--font-interface);
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0;
  opacity: 1;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.portfolio-card {
  border-radius: 16px;
  overflow: hidden;
  background: #333333;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.portfolio-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.portfolio-card__link {
  display: block;
}

.portfolio-card__media {
  aspect-ratio: 16 / 9;
  background: #272727;
  overflow: hidden;
}

.portfolio-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.portfolio-card:hover .portfolio-card__image {
  transform: scale(1.1);
}

.portfolio-card__body {
  padding: 22px 24px 24px;
}

.portfolio-card__tag {
  margin: 0 0 12px;
  color: var(--color-primary);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.portfolio-card__summary {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.72;
}

.portfolio-card__cta {
  margin: 18px 0 0;
  color: var(--color-primary);
}

.service-narrative {
  padding: clamp(108px, 14vw, 172px) 0;
  background: #343434;
}

.service-narrative--tone-muted {
  background: #3b3b3b;
}

.service-narrative__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 0.82fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
  justify-content: space-between;
  min-height: clamp(520px, 74vh, 820px);
}

.service-narrative__content {
  max-width: 500px;
  display: grid;
  gap: 18px;
}

.service-narrative--reverse .service-narrative__content {
  margin-left: auto;
}

.service-narrative__tag {
  margin: 0;
  color: var(--color-primary);
  font-family: var(--font-interface);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.service-narrative h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--fs-h2);
  font-weight: 500;
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
}

.service-narrative__kicker {
  margin: 0;
  font-size: 15px;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: var(--ls-body);
  color: rgba(255, 255, 255, 0.82);
}

.service-narrative__copy {
  margin: 0;
  display: grid;
  gap: 14px;
  color: rgba(255, 255, 255, 0.76);
}

.service-narrative__copy p {
  margin: 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.82;
  letter-spacing: var(--ls-body);
  text-align: left;
  text-indent: 2em;
}

.service-narrative__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
}

.service-narrative__highlights li {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.62;
  letter-spacing: var(--ls-body);
}

.service-narrative__cta {
  margin-top: 10px;
  justify-self: start;
}

.service-narrative__visual {
  width: 100%;
}

.service-narrative__frame {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 15 / 18;
  background: #262626;
  clip-path: inset(0 0 100% 0 round 28px);
  transform: translateY(-22px) scale(1.02);
  transition:
    clip-path 1.08s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.08s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.72s ease;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.service-narrative__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 1.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-narrative--reverse .service-narrative__visual {
  order: -1;
}

[data-service-visual].is-visible .service-narrative__frame {
  clip-path: inset(0 0 0 0 round 28px);
  transform: translateY(0) scale(1);
  box-shadow: 0 30px 68px rgba(0, 0, 0, 0.24);
}

[data-service-visual].is-visible .service-narrative__image {
  transform: scale(1);
}

.page-service-story {
  background: var(--color-page);
}

.service-story-heading .section-lede {
  margin-top: 10px;
  max-width: 100%;
}

.service-story-hero {
  padding-top: calc(var(--header-height) + 72px);
  padding-bottom: clamp(88px, 11vw, 132px);
  background:
    radial-gradient(circle at top right, rgba(200, 172, 107, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 30%),
    var(--color-page);
}

.service-story-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}

.service-story-hero__content {
  display: grid;
  gap: 22px;
  max-width: 540px;
}

.service-story-hero__lead {
  margin-top: 0;
  max-width: 36rem;
}

.service-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.service-story-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-story-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.4;
  transition:
    color 0.24s ease,
    background-color 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s ease;
}

.service-story-nav__link:hover {
  color: #ffffff;
  border-color: rgba(200, 172, 107, 0.45);
  transform: translateY(-1px);
}

.service-story-nav__link.is-current {
  background: rgba(200, 172, 107, 0.12);
  border-color: rgba(200, 172, 107, 0.45);
  color: var(--color-primary);
}

.service-story-hero__frame,
.service-roadmap__phase-frame,
.service-products__card-frame {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #262626;
  clip-path: inset(0 0 100% 0 round 28px);
  transform: translateY(-22px) scale(1.02);
  transition:
    clip-path 1.08s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.08s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.72s ease;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.service-story-hero__frame {
  aspect-ratio: 0.92;
}

.service-roadmap__phase-frame {
  aspect-ratio: 1.16;
}

.service-products__card-frame {
  aspect-ratio: 1.1;
}

.service-story-hero__image,
.service-roadmap__phase-image,
.service-products__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 1.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-story-hero__visual.is-visible .service-story-hero__frame,
.service-roadmap__phase-media.is-visible .service-roadmap__phase-frame,
.service-products__card-media.is-visible .service-products__card-frame {
  clip-path: inset(0 0 0 0 round 28px);
  transform: translateY(0) scale(1);
  box-shadow: 0 30px 68px rgba(0, 0, 0, 0.24);
}

.service-story-hero__visual.is-visible .service-story-hero__image,
.service-roadmap__phase-media.is-visible .service-roadmap__phase-image,
.service-products__card-media.is-visible .service-products__card-image {
  transform: scale(1);
}

.service-roadmap {
  background: var(--color-header);
}

.service-roadmap__track {
  --roadmap-progress: 0;
  position: relative;
  display: grid;
  gap: 34px;
  padding: 8px 0;
}

.service-roadmap__track::before,
.service-roadmap__track::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  transform: translateX(-50%);
}

.service-roadmap__track::before {
  background: rgba(255, 255, 255, 0.1);
}

.service-roadmap__track::after {
  background: linear-gradient(180deg, #c8ac6b 0%, rgba(200, 172, 107, 0.12) 100%);
  transform: translateX(-50%) scaleY(var(--roadmap-progress));
  transform-origin: top center;
}

.service-roadmap__phase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: clamp(280px, 34vw, 420px);
}

.service-roadmap__phase-node {
  grid-column: 2;
  justify-self: center;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-interface);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  transition:
    background-color 0.36s ease,
    border-color 0.36s ease,
    color 0.36s ease,
    transform 0.36s ease,
    box-shadow 0.36s ease;
}

.service-roadmap__phase-card {
  grid-column: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    border-color 0.36s ease,
    background-color 0.36s ease,
    transform 0.36s ease,
    box-shadow 0.36s ease;
}

.service-roadmap__phase--reverse .service-roadmap__phase-card {
  grid-column: 1;
}

.service-roadmap__phase-copy {
  display: grid;
  gap: 16px;
}

.service-roadmap__phase-tag,
.service-products__card-tag,
.service-products__spotlight-tag,
.service-ecosystem__panel-label,
.service-partners__card-role {
  margin: 0;
  color: var(--color-primary);
  font-family: var(--font-interface);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-roadmap__phase-copy h3,
.service-impact__card h3,
.service-ecosystem__panel h3,
.service-products__spotlight h3,
.service-products__card h3,
.service-partners__card h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--color-text);
}

.service-roadmap__phase-copy p:last-child,
.service-impact__card p:last-child,
.service-ecosystem__panel p,
.service-products__spotlight p,
.service-products__card p:last-child,
.service-partners__card p:last-child,
.service-contact-band__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: var(--ls-body);
}

.service-roadmap__phase.is-active .service-roadmap__phase-node {
  background: var(--color-primary);
  border-color: rgba(200, 172, 107, 0.72);
  color: #1f1f1f;
  transform: scale(1.06);
  box-shadow: 0 18px 42px rgba(200, 172, 107, 0.18);
}

.service-roadmap__phase.is-active .service-roadmap__phase-card {
  border-color: rgba(200, 172, 107, 0.3);
  background: rgba(200, 172, 107, 0.06);
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.16);
}

.service-impact {
  background: var(--color-page);
}

.service-impact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.service-impact__intro {
  position: sticky;
  top: calc(var(--header-height) + 36px);
  display: grid;
  gap: 18px;
}

.service-impact__display {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(54px, 8vw, 96px);
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.16);
}

.service-impact__cards {
  display: grid;
  gap: 18px;
}

.service-impact__card,
.service-products__card,
.service-partners__card {
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.service-impact__card {
  display: grid;
  gap: 14px;
}

.service-impact__value {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--color-primary);
}

.service-ecosystem {
  background: var(--color-header);
}

.service-ecosystem__layout {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.service-ecosystem__tabs {
  display: grid;
  gap: 12px;
}

.service-ecosystem__tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.45;
  text-align: left;
  transition:
    border-color 0.24s ease,
    background-color 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

.service-ecosystem__tab:hover {
  transform: translateY(-1px);
  border-color: rgba(200, 172, 107, 0.28);
  color: #ffffff;
}

.service-ecosystem__tab.is-active {
  background: rgba(200, 172, 107, 0.08);
  border-color: rgba(200, 172, 107, 0.38);
  color: var(--color-primary);
}

.service-ecosystem__panel {
  min-height: 340px;
  display: grid;
  gap: 18px;
  padding: 32px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.service-ecosystem__points {
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.service-ecosystem__points li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.68;
}

.service-ecosystem__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
  transform: translateY(-50%);
}

.service-products {
  background: var(--color-page);
}

.service-products__spotlight {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 30px 32px;
  border-radius: 28px;
  border: 1px solid rgba(200, 172, 107, 0.14);
  background:
    linear-gradient(135deg, rgba(200, 172, 107, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
}

.service-products__grid,
.service-partners__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.service-products__card {
  display: grid;
  gap: 18px;
}

.service-products__card-body {
  display: grid;
  gap: 14px;
}

.service-products__actions,
.service-partners__actions,
.service-contact-band__actions {
  margin-top: 24px;
}

.service-partners {
  background: var(--color-header);
}

.service-partners__card {
  display: grid;
  gap: 12px;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.service-partners__card:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 172, 107, 0.3);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.service-partners__footer {
  display: flex;
  justify-content: flex-start;
}

.service-contact-band {
  background: var(--color-page);
  padding-bottom: clamp(100px, 12vw, 146px);
}

.service-contact-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 24px;
  align-items: start;
}

.service-contact-band__content {
  position: sticky;
  top: calc(var(--header-height) + 36px);
  display: grid;
  gap: 18px;
}

.service-contact-band__form {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.service-contact-band__form .site-form {
  margin: 0;
}

.service-products--uplink .service-story-heading {
  margin-bottom: 28px;
}

.service-products__uplink-top {
  display: flex;
  justify-content: flex-start;
}

.service-products__uplink-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.16fr) minmax(0, 0.92fr);
  gap: 18px;
  align-items: center;
  margin-top: 24px;
}

.service-products__uplink-right {
  display: grid;
  gap: 18px;
}

.service-products__uplink-card {
  display: grid;
  gap: 14px;
}

.service-products__diagram {
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(200, 172, 107, 0.18);
  background:
    radial-gradient(circle at center, rgba(200, 172, 107, 0.08), transparent 62%),
    rgba(255, 255, 255, 0.02);
}

.service-products__diagram-image {
  display: block;
  width: 100%;
  height: auto;
}

.service-partners__heading {
  margin-bottom: 22px;
}

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

.service-partners__logo-card {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.service-partners__logo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 172, 107, 0.3);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.service-partners__logo-link {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 124px;
  padding: 24px;
}

.service-partners__logo {
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.service-partners__logo--hover {
  position: absolute;
  inset: 0;
  width: auto;
  height: 46px;
  margin: auto;
  opacity: 0;
  transform: scale(0.98);
}

.service-partners__logo-link:hover .service-partners__logo--base {
  opacity: 0;
}

.service-partners__logo-link:hover .service-partners__logo--hover {
  opacity: 1;
  transform: scale(1);
}

.service-partners__cta {
  margin-top: 24px;
}

.service-newsletter {
  background: var(--color-page);
  padding-bottom: clamp(96px, 12vw, 144px);
}

.service-newsletter__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: start;
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(200, 172, 107, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
}

.service-newsletter__content,
.service-newsletter__actions {
  display: grid;
  gap: 20px;
}

.service-newsletter__form {
  display: grid;
  gap: 14px;
  margin-top: 6px;
}

.service-newsletter__field {
  display: grid;
  gap: 8px;
}

.service-newsletter__field-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

.service-newsletter__field input {
  min-height: 54px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--color-text);
  font-size: 16px;
}

.service-newsletter__field input:focus {
  outline: none;
  border-color: rgba(200, 172, 107, 0.66);
  box-shadow: 0 0 0 3px rgba(200, 172, 107, 0.12);
}

.service-newsletter__submit {
  justify-self: start;
}

.service-newsletter__message {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

.service-newsletter__form.is-success .service-newsletter__message {
  color: var(--color-primary);
}

.page-redirect .page-hero {
  min-height: calc(100vh - var(--header-height));
  display: grid;
  place-items: center;
}

@media (max-width: 1100px) {
  .service-story-hero__grid,
  .service-impact__grid,
  .service-contact-band__grid,
  .service-ecosystem__layout,
  .service-newsletter__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-impact__intro,
  .service-contact-band__content {
    position: static;
  }

  .service-roadmap__track::before,
  .service-roadmap__track::after {
    left: 19px;
    transform: translateX(0);
  }

  .service-roadmap__track::after {
    transform: scaleY(var(--roadmap-progress));
    transform-origin: top center;
  }

  .service-roadmap__phase {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
  }

  .service-roadmap__phase-node {
    grid-column: 1;
    width: 38px;
    height: 38px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .service-roadmap__phase-card,
  .service-roadmap__phase--reverse .service-roadmap__phase-card {
    grid-column: 2;
    grid-template-columns: minmax(0, 1fr);
  }

  .service-products__grid,
  .service-partners__grid,
  .service-partners__logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-products__uplink-stage {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .service-story-hero {
    padding-top: calc(var(--header-height) + 48px);
  }

  .service-story-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .service-story-actions .button {
    width: 100%;
  }

  .service-story-nav__link {
    flex: 1 1 calc(50% - 10px);
  }

  .service-roadmap__phase-card,
  .service-impact__card,
  .service-products__card,
  .service-partners__card,
  .service-contact-band__form {
    padding: 22px;
  }

  .service-products__spotlight {
    grid-template-columns: minmax(0, 1fr);
    padding: 24px;
  }

  .service-products__grid,
  .service-partners__grid,
  .service-partners__logo-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-ecosystem__panel {
    min-height: 0;
    padding: 24px;
  }

  .service-newsletter__grid {
    padding: 24px;
  }
}

.page-hero--service-detail {
  padding-top: calc(var(--header-height) + 64px);
  padding-bottom: clamp(56px, 8vw, 96px);
}

.page-service-detail .page-hero__grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}

.page-service-detail .page-hero__content {
  max-width: 480px;
}

.page-service-detail .page-hero h1 {
  max-width: 12ch;
  font-size: var(--fs-page-hero);
  line-height: var(--lh-page-hero);
  letter-spacing: var(--ls-page-hero);
}

.page-service-detail .page-hero__image {
  height: min(76vh, 840px);
}

.service-detail-intro {
  padding: 0 0 clamp(88px, 10vw, 136px);
}

.service-detail-intro__inner {
  display: grid;
}

.service-detail-intro__copy {
  margin: 0 auto;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.82;
  letter-spacing: var(--ls-body);
  text-align: left;
}

.page-service-detail .faq-section,
.page-service-detail .cta-panel {
  padding-top: clamp(88px, 10vw, 120px);
}

.page-service-detail .cta-panel {
  padding-bottom: 0;
}

.page-service-detail .service-gallery {
  padding-top: clamp(28px, 4vw, 56px);
}

.cta-panel {
  padding: 90px 0;
}

.cta-panel__inner {
  padding: 56px 48px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(200, 172, 107, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
  text-align: center;
}

.cta-panel__inner p {
  max-width: 720px;
  margin: 18px auto 28px;
  color: var(--color-text-muted);
}

.press-list {
  display: grid;
  gap: 18px;
}

.press-card {
  position: relative;
  isolation: isolate;
  view-timeline-name: --press-card-view;
  view-timeline-axis: block;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.12),
    0 12px 30px rgba(72, 174, 255, 0.055),
    0 8px 16px rgba(200, 172, 107, 0.05);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.3s ease;
}

.press-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.05);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.18),
    0 0 28px rgba(72, 174, 255, 0.1),
    0 0 18px rgba(200, 172, 107, 0.1);
}

.press-card::before,
.press-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.press-card::before {
  z-index: 3;
  padding: 1px;
  background: linear-gradient(
      105deg,
      rgba(200, 172, 107, 0.32),
      rgba(255, 255, 255, 0.05) 24% 76%,
      rgba(72, 174, 255, 0.32)
    )
    border-box;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.press-card::after {
  z-index: 1;
  opacity: 0;
  background: linear-gradient(
    110deg,
    transparent 37%,
    rgba(255, 255, 255, 0.06) 45%,
    rgba(224, 245, 255, 0.2) 50%,
    transparent 64%
  );
  mix-blend-mode: screen;
  transform: translate3d(-70%, 0, 0);
  will-change: transform, opacity;
}

@supports (animation-timeline: view()) {
  .press-card::after {
    animation: press-card-scroll-sweep linear both;
    animation-timeline: --press-card-view;
    animation-range: cover -10% cover 100%;
  }
}

@keyframes press-card-scroll-sweep {
  0%,
  20%,
  100% {
    opacity: 0;
  }

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

  52%,
  76% {
    opacity: 0.9;
  }

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

@media (prefers-reduced-motion: reduce) {
  .press-card {
    animation: none !important;
  }

  .press-card::after {
    animation: none !important;
    opacity: 0;
  }
}

.press-card__link {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  padding: 26px 30px;
}

.press-card__link > div {
  display: grid;
  gap: 10px;
}

.press-card__date {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.contact-cards {
  padding-top: 72px;
  padding-bottom: 110px;
}

.page-contact .contact-layout {
  padding-top: calc(var(--header-height) + 86px);
  padding-bottom: 72px;
}

.page-contact .contact-layout__visual {
  align-self: center;
  position: relative;
  isolation: isolate;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #d8d8d3;
  box-shadow:
    inset 0 0 0 1px rgba(210, 181, 104, 0.18),
    0 24px 54px rgba(0, 0, 0, 0.16);
}

.page-contact .contact-layout__visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(31, 33, 32, 0.04) 0%,
    rgba(31, 33, 32, 0) 42%,
    rgba(210, 181, 104, 0.08) 100%
  );
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.page-contact .contact-layout__image {
  object-position: center center;
  filter: brightness(1.04) saturate(0.92) contrast(1.02);
}

.contact-layout__lead {
  display: grid;
  gap: 14px;
}

.contact-layout__lead p {
  margin: 0;
  text-align: left;
  text-indent: 2em;
}

.contact-layout__form-intro {
  display: grid;
  gap: 8px;
  margin-top: 36px;
}

.contact-layout__form-intro h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: var(--ls-card-title);
}

.contact-layout__form-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.contact-cards__heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.contact-cards__heading h2 {
  margin: 14px 0 16px;
  font-family: var(--font-heading);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
}

.contact-cards__heading .section-lede {
  text-align: left;
  text-indent: 2em;
}

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

.contact-card {
  min-height: 250px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.contact-card h2 {
  margin: 0 0 20px;
  font-family: var(--font-heading);
  font-size: var(--fs-card-title);
  line-height: var(--lh-card-title);
  letter-spacing: var(--ls-card-title);
}

.contact-card__content p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.contact-card__link {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.28);
  text-underline-offset: 3px;
}

.portfolio-detail-intro {
  padding-top: 64px;
  padding-bottom: 36px;
}

.portfolio-detail-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 248px) minmax(0, 1fr);
  gap: 32px 56px;
  align-items: start;
}

.portfolio-detail-intro__header {
  display: grid;
  gap: 14px;
  margin-bottom: 0;
}

.metric-grid--portfolio-detail {
  margin-bottom: 0;
  display: grid;
  gap: 10px;
}

.metric-grid--portfolio-detail .metric-item {
  min-width: 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.metric-grid--portfolio-detail .metric-item span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.metric-grid--portfolio-detail .metric-item strong {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.01em;
}

.portfolio-detail-intro__copy {
  max-width: 780px;
  display: grid;
  gap: 14px;
}

.portfolio-detail-intro__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.82;
  text-indent: 2em;
}

.portfolio-detail-intro__lead {
  font-size: 18px;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.88);
  text-indent: 2em;
}

.portfolio-detail-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 8px;
}

.portfolio-detail-feature {
  padding-top: 0;
  padding-bottom: 34px;
}

.portfolio-detail-feature__frame {
  --image-reveal-radius: 28px;
  min-height: min(72vh, 760px);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.portfolio-detail-feature__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-gallery {
  padding-top: 20px;
}

.portfolio-gallery__intro {
  margin-bottom: 28px;
}

.portfolio-gallery__intro h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
}

.portfolio-gallery__masonry {
  column-count: 2;
  column-gap: 18px;
}

.portfolio-gallery__item {
  --image-reveal-radius: 22px;
  margin: 0 0 18px;
  break-inside: avoid;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.portfolio-gallery__image {
  width: 100%;
  height: auto;
}

.portfolio-case__visual,
.portfolio-case__gallery {
  min-height: 560px;
}

.portfolio-case__summary {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.88);
}

.metric-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 24px;
}

.metric-item {
  min-width: 140px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.metric-item strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1;
}

.portfolio-case__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.portfolio-case__gallery {
  margin-top: 26px;
}

.notice-panel {
  padding: 38px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.notice-panel__form {
  margin-top: 28px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-animate='scrub'] .scrub-char {
  opacity: 0.2;
  will-change: opacity;
}

@keyframes scroll-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

@keyframes scroll-bottom {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  .leader-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .page-about .featured-leader {
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  }

  .page-about .leader-grid--leadership {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: normal;
  }

  .page-about .team-group .leader-grid {
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: normal;
  }

  .page-about .faq-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
  }
}

@media (max-width: 1024px) {
  .site-nav {
    display: none;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .site-header {
    padding: 20px 5%;
  }

  .page-main--home {
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .home-hero__image {
    object-position: 74% 46%;
  }

  .home-hero__inner {
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .section {
    padding: 92px 0;
  }

  .section-heading--split,
  .page-hero__grid,
  .split-story__grid,
  .story-band__grid,
  .service-narrative__grid,
  .contact-preview__grid,
  .contact-layout__grid,
  .faq-section__grid,
  .portfolio-case__grid,
  .featured-leader {
    grid-template-columns: 1fr;
  }

  .story-band--reverse .story-band__visual,
  .service-narrative--reverse .service-narrative__visual {
    order: 0;
  }

  .services-hero-band {
    min-height: 220px;
    padding-bottom: 68px;
  }

  .services-intro {
    padding-top: 76px;
    padding-bottom: 108px;
  }

  .services-intro__lead {
    max-width: 660px;
  }

  .service-gallery .marquee-shell {
    height: clamp(480px, 72vh, 760px);
  }

  .page-service-detail .page-hero__grid {
    gap: 30px;
  }

  .page-service-detail .page-hero__content {
    max-width: none;
  }

  .page-service-detail .page-hero h1 {
    max-width: none;
  }

  .service-detail-intro {
    padding-bottom: 84px;
  }

  .service-narrative {
    padding-top: 92px;
    padding-bottom: 108px;
  }

  .service-narrative__grid {
    min-height: auto;
  }

  .service-narrative__content {
    max-width: none;
  }

  .portfolio-detail-hero,
  .portfolio-detail-hero__inner {
    min-height: 68vh;
  }

  .portfolio-detail-feature__frame {
    min-height: 460px;
  }

  .values-stage {
    min-height: auto;
    padding: 92px 0;
  }

  .values-stage__sticky {
    position: relative;
    height: auto;
  }

  .values-stage__canvas {
    overflow: visible;
  }

  .values-stage__intro {
    position: relative;
    top: auto;
    left: auto;
    max-width: 520px;
    margin-bottom: 32px;
  }

  .values-stage__anchor {
    display: none;
  }

  .values-stage__panel {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 100%;
    height: auto;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto;
    margin-bottom: 24px;
    will-change: auto;
  }

  .values-stage__panel:last-child {
    margin-bottom: 0;
  }

  .values-stage__panel-visual {
    display: block;
    margin-bottom: 18px;
    min-height: 520px;
    border-radius: 24px;
    overflow: hidden;
  }

  .values-stage__panel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .values-stage__panel-card {
    height: auto;
  }

  .marquee-shell {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: auto;
    min-height: 100vh;
  }

  .marquee-column:nth-child(n + 4) {
    display: none;
  }

  .horizontal-showcase {
    min-height: 220vh;
  }

  .horizontal-showcase__sticky {
    position: sticky;
    height: 100vh;
  }

  .horizontal-showcase__row {
    display: flex;
    gap: 18px;
  }

  .testimonial-panel {
    flex: 0 0 380px;
  }

  .contact-cards__grid,
  .portfolio-grid,
  .leader-grid,
  .leader-grid--leadership {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-about .page-hero {
    padding-top: calc(var(--header-height) + 64px);
    padding-bottom: 80px;
  }

  .page-about .page-hero__grid {
    width: 100%;
    gap: 42px;
  }

  .page-about .editorial-block,
  .page-about .split-story,
  .page-about .leadership,
  .page-about .faq-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .page-about .split-story__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  .page-about .about-honors {
    margin-top: 0;
    min-height: 0;
  }

  .page-about .about-honors__list {
    margin-top: 0;
    min-height: 0;
    justify-content: flex-start;
    gap: 16px;
  }

  .page-about .split-story__image-frame {
    min-height: 0;
  }

  .page-about .about-honors-gallery {
    --honors-columns: 3;
    --honors-gap: 4px;
  }

  .page-about .split-story__content {
    padding-top: 0;
  }

  .page-about .about-honors__item {
    padding-left: 18px;
  }

  .page-about .about-honors__text {
    font-size: 15px;
    line-height: 1.7;
  }

  .page-about .split-story__content,
  .page-about .featured-leader__content {
    max-width: none;
  }

  .page-about .featured-leader {
    max-width: none;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .page-about .leader-grid--leadership,
  .page-about .team-group .leader-grid {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: normal;
  }

  .page-about .faq-section__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-about .faq-section__content {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  :root {
    --header-height: 76px;
  }

  .section-shell,
  .section-shell--narrow {
    width: min(calc(100% - 28px), var(--container));
  }

  .horizontal-showcase {
    min-height: auto !important;
    padding: 88px 0;
  }

  .horizontal-showcase__sticky {
    position: relative;
    height: auto;
    overflow: visible;
  }

  .horizontal-showcase__frame {
    height: auto;
    display: block;
  }

  .horizontal-showcase__intro {
    margin-bottom: 32px;
  }

  .horizontal-showcase__intro h2 {
    font-size: 32px;
    line-height: 1.14;
  }

  .horizontal-showcase__row {
    width: 100%;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    transform: none !important;
    will-change: auto;
  }

  .page-about .about-honors-gallery__column {
    will-change: auto;
  }

  .horizontal-showcase__row::-webkit-scrollbar {
    display: none;
  }

  .testimonial-panel {
    flex: 0 0 min(82vw, 340px);
    min-height: 360px;
    padding: 24px;
    scroll-snap-align: start;
  }

  .testimonial-panel__quote {
    margin: 42px 0 36px;
    font-size: 16px;
    line-height: 1.78;
  }

  .testimonial-panel__footer h3 {
    font-size: 21px;
  }

  .site-header {
    padding: 14px 15px;
  }

  .mobile-nav__link,
  .mobile-nav__group-toggle {
    font-size: clamp(1.5rem, 7vw, 1.8rem);
    line-height: 1.2;
    padding: 14px 0;
  }

  .site-header__inner {
    max-width: none;
    width: 100%;
    padding: 0;
  }

  .site-logo {
    width: 148px;
  }

  .site-logo--with-mark {
    width: 202px;
    gap: 10px;
  }

  .site-logo--with-mark .site-logo__wordmark {
    flex: 0 0 148px;
  }

  .site-logo__mark {
    width: 44px;
    height: 48px;
    flex-basis: 44px;
  }

  .site-logo__primary {
    font-size: 32px;
  }

  .site-logo__secondary-row {
    gap: 8px;
    padding-left: 2px;
  }

  .site-logo__secondary {
    font-size: 9px;
    letter-spacing: 0.22em;
  }

  .home-hero__inner,
  .page-hero {
    padding-top: calc(var(--header-height) + 70px);
  }

  .home-hero__image {
    object-position: 77% 48%;
  }

  .home-hero__inner {
    width: min(calc(100% - 30px), 100%);
    padding-bottom: 16vh;
  }

  .marquee-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    min-height: 100vh;
  }

  .marquee-column:nth-child(n + 3) {
    display: none;
  }

  .marquee-overlay {
    padding: 24px;
  }

  .values-stage__panel-visual,
  .contact-preview__visual,
  .contact-layout__visual,
  .portfolio-case__visual,
  .portfolio-case__gallery,
  .portfolio-detail-feature__frame {
    min-height: 320px;
  }

  .page-contact .contact-layout__visual {
    min-height: 0;
  }

  .contact-cards__grid,
  .portfolio-grid,
  .leader-grid,
  .leader-grid--leadership {
    grid-template-columns: 1fr;
  }

  .featured-leader,
  .contact-card,
  .person-card__body,
  .portfolio-card__body,
  .press-card__link,
  .cta-panel__inner,
  .notice-panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-hero-band {
    min-height: 180px;
    padding-bottom: 52px;
  }

  .services-hero-band__label {
    font-size: 24px;
  }

  .services-intro {
    padding: 64px 0 84px;
  }

  .services-intro__inner {
    gap: 20px;
  }

  .services-intro h1 {
    font-size: clamp(36px, 12vw, 48px);
    line-height: 1.08;
  }

  .services-intro__lead {
    font-size: 16px;
  }

  .service-gallery .marquee-shell {
    height: 62vh;
    min-height: 420px;
  }

  .page-hero--service-detail {
    padding-bottom: 44px;
  }

  .page-service-detail .page-hero__image {
    height: min(58vh, 520px);
  }

  .service-detail-intro {
    padding-bottom: 68px;
  }

  .service-detail-intro__copy {
    font-size: 16px;
    line-height: 1.72;
    text-align: left;
  }

  .service-narrative {
    padding: 72px 0 84px;
  }

  .service-narrative__grid {
    gap: 30px;
  }

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

  .service-narrative__frame {
    border-radius: 22px;
    aspect-ratio: 4 / 5;
  }

  .press-card__link {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__top,
  .site-footer__columns,
  .site-footer__bottom {
    display: grid;
    gap: 18px;
  }

  .site-footer__brandmark {
    margin-top: 36px;
  }

  .site-footer__brandmark-wordmark {
    width: min(100%, 320px);
    gap: 8px;
    padding-bottom: 12px;
  }

  .site-footer__brandmark-subrow {
    gap: 10px;
  }

  .site-footer__brandmark-sub {
    letter-spacing: 0.24em;
  }

  .portfolio-detail-hero,
  .portfolio-detail-hero__inner {
    min-height: 62vh;
  }

  .portfolio-detail-hero h1 {
    font-size: 40px;
    line-height: 1.02;
    letter-spacing: 0.03em;
  }

  .portfolio-detail-intro {
    padding-top: 72px;
  }

  .portfolio-detail-intro__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .metric-grid--portfolio-detail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .metric-grid--portfolio-detail .metric-item {
    min-width: 0;
    padding: 16px;
  }

  .metric-grid--portfolio-detail .metric-item strong {
    font-size: 22px;
  }

  .portfolio-detail-intro__lead {
    font-size: 17px;
  }

  .portfolio-detail-intro__actions,
  .portfolio-case__actions {
    flex-direction: column;
  }

  .portfolio-gallery__masonry {
    column-count: 1;
  }

  .portfolio-gallery__item {
    margin-bottom: 14px;
  }

  .page-about .page-hero {
    padding-top: calc(var(--header-height) + 52px);
    padding-bottom: 72px;
  }

  .page-about .page-hero h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .page-about .editorial-block .section-heading h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .page-about .editorial-block__copy p {
    font-size: 15px;
    line-height: 22.5px;
  }

  .page-about .page-hero__grid {
    width: min(calc(100% - 32px), 1240px);
    gap: 30px;
  }

  .page-about .page-hero__visual {
    --image-reveal-radius: 12px;
  }

  .page-about .page-hero__visual > .about-hero-carousel {
    border-radius: 12px;
  }

  .about-hero-carousel__controls {
    bottom: 10px;
  }

  .page-about .page-hero .section-lede {
    font-size: 15px;
    line-height: 22.5px;
  }

  .page-about .editorial-block,
  .page-about .split-story,
  .page-about .leadership,
  .page-about .faq-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .page-about .page-hero__image,
  .page-about .editorial-block__photo,
  .page-about .split-story__image,
  .page-about .faq-section__image {
    border-radius: 12px;
  }

  .page-about .about-honors {
    margin-top: 0;
    min-height: 0;
  }

  .page-about .about-honors__list {
    margin-top: 0;
    min-height: 0;
    justify-content: flex-start;
    gap: 14px;
  }

  .page-about .split-story__image-frame {
    min-height: 0;
  }

  .page-about .about-honors-gallery {
    --honors-columns: 2;
    --honors-gap: 4px;
    height: auto;
    overflow: visible;
  }

  .page-about .split-story__image-frame--honors-wall {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .page-about .about-honors-gallery__column {
    height: auto;
    transform: none !important;
  }

  .page-about .about-honors-gallery__item {
    height: auto;
  }

  .page-about .about-honors-gallery__image {
    display: block;
    height: auto;
    object-fit: contain;
  }

  .page-about .about-honors__item {
    padding-left: 18px;
  }

  .page-about .about-honors__item::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }

  .page-about .about-honors__text {
    font-size: 14px;
    line-height: 1.7;
  }

  .page-about .featured-leader {
    border-radius: 12px;
  }

  .page-about .featured-leader__image {
    height: auto;
  }

  .page-about .featured-leader__content {
    padding: 20px;
  }

  .page-about .leader-grid--leadership .person-card__body {
    padding: 16px;
  }

  .page-about .leader-grid--leadership,
  .page-about .team-group .leader-grid {
    grid-template-columns: 1fr;
  }

  .page-about .person-card--compact .person-card__body {
    padding: 12px 0 0;
  }

  .page-about .team-group {
    margin-top: 36px;
  }

  .page-about .editorial-block__image {
    margin-top: 48px;
  }

  .page-about .editorial-block__photo {
    height: auto;
  }

  .about-partners {
    margin-top: 32px;
  }

  .about-partners__intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-partners__stat {
    justify-self: start;
  }

  .about-partner-grid {
    --about-partner-columns-active: var(--about-partner-columns-tablet, 3);
    --about-partner-gap: 9px;
  }

  .about-partner-grid__item {
    min-height: 90px;
    --about-partner-card-padding: 4px;
  }

  .about-partner-grid__surface {
    min-height: 88px;
  }

  .page-about .faq-item summary {
    padding: 22px 52px 22px 20px;
    font-size: 15px;
  }

  .page-about .faq-item summary::after {
    right: 20px;
    width: 12px;
    height: 12px;
    top: 50%;
  }

  .page-about .faq-item__answer {
    padding: 0 20px 20px;
  }
}

@media (max-width: 767px) {
  .about-partners__heading p {
    margin-top: 12px;
  }

  .about-partners__stat {
    padding: 18px 18px 16px;
    min-width: 0;
  }

  .about-partner-grid {
    --about-partner-columns-active: var(--about-partner-columns-mobile, 2);
    --about-partner-gap: 8px;
  }

  .about-partner-grid__item {
    min-height: 86px;
    border-radius: 12px;
    --about-partner-card-padding: 4px;
    --about-partner-media-padding: 1px;
  }

  .about-partner-grid__surface {
    min-height: 84px;
  }

  .about-partner-grid__media,
  .about-partner-grid__image {
    min-height: 74px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-image-reveal],
  .service-narrative__frame {
    transform: none !important;
    transition: none !important;
  }

  [data-image-reveal] > img,
  [data-image-reveal] > .elevator-comparison__stage,
  [data-image-reveal] > .about-hero-carousel,
  .service-narrative__image {
    clip-path: none !important;
    transform: none !important;
    transition: none !important;
  }

  .about-hero-carousel__track,
  .about-hero-carousel__dot span {
    transition: none !important;
  }

  .about-partner-grid__item {
    transform: none !important;
    transition: none;
    opacity: 1 !important;
  }

  .about-partner-grid__glow,
  .about-partner-grid__glow::before,
  .about-partner-grid__glow::after {
    animation: none !important;
    opacity: 0.16 !important;
    transition: none !important;
  }
}

.site-footer {
  position: sticky;
  bottom: 0;
  z-index: 1;
  padding: 100px 0 34px;
  background: #292929;
}

.page-home .site-footer {
  position: relative;
  bottom: auto;
}

.page-portfolio-item .site-footer {
  position: relative;
  bottom: auto;
}

.site-footer__top {
  display: block;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  flex: 1;
}

.site-footer__column h3 {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: var(--fs-card-title);
  line-height: var(--lh-card-title);
  letter-spacing: var(--ls-card-title);
}

.site-footer__column p {
  margin: 0 0 10px;
}

.site-footer__link {
  color: rgba(255, 255, 255, 0.72);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.site-footer__brandmark {
  margin-top: 48px;
}

.site-footer__brandmark-link {
  display: flex;
  justify-content: center;
}

.site-footer__brandmark-image {
  width: min(100%, 50vw);
  margin: 0 auto;
  opacity: 0.96;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.site-footer__brandmark-wordmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: min(100%, 520px);
  margin: 0 auto;
  opacity: 0.96;
  padding-bottom: 16px;
}

.site-footer__brandmark-main {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: var(--font-heading);
  font-size: clamp(52px, 7.6vw, 98px);
  line-height: 1;
  letter-spacing: -0.026em;
  font-weight: 700;
  text-align: center;
}

.site-footer__brandmark-subrow {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.site-footer__brandmark-sub {
  display: flex;
  justify-content: center;
  font-family: var(--font-interface);
  font-size: clamp(12px, 1.4vw, 19px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-footer__brandmark-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(200, 172, 107, 0.12) 0%,
    rgba(200, 172, 107, 0.98) 34%,
    rgba(200, 172, 107, 0.98) 66%,
    rgba(200, 172, 107, 0.12) 100%
  );
}

.site-footer__bottom {
  margin-top: 10px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
}

.site-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 767px) {
  .back-to-top.is-over-footer {
    bottom: max(94px, calc(env(safe-area-inset-bottom) + 76px));
  }

  .site-logo__secondary-row {
    padding-left: 0;
  }

  .site-footer__brandmark-wordmark {
    width: min(100%, 320px);
    gap: 8px;
    padding-bottom: 12px;
  }

  .site-footer__brandmark-subrow {
    gap: 10px;
  }

  .site-footer__brandmark-sub {
    font-size: 12px;
    letter-spacing: 0.24em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-gradient-char {
    --brand-gradient-angle: 112deg;
    animation: none;
  }
}
