/* Project pages are spatial galleries; service pages are immersive scenes. */
.interior-page {
  background: #f1f2f7;
  color: #16171c;
}
.interior-page main {
  overflow: clip;
}
.interior-page .section-nav {
  top: 96px;
  background: #f1f2f7ed;
  border-color: #dfe2eb;
  backdrop-filter: blur(18px);
}
.interior-page .section-nav a {
  font-size: 11px;
  padding: 20px 0;
  color: #747986;
}
.interior-page .section-nav a[aria-current] {
  color: #244bff;
}
.interior-page .section-nav a[aria-current]:after {
  background: #244bff;
}
.detail-sequence {
  position: relative;
  height: 260svh;
  background: #111319;
  color: #fff;
}
.detail-pin {
  height: 100svh;
  position: sticky;
  top: 0;
  padding: 126px var(--gutter) 70px;
  overflow: hidden;
}
.detail-track {
  display: flex;
  width: max-content;
  gap: 60px;
  align-items: stretch;
  height: calc(100svh - 220px);
  will-change: transform;
}
.detail-track .interior-hero {
  width: 43vw;
  flex-shrink: 0;
  padding: 0 35px 0 0;
  min-height: 0;
  display: flex;
  align-items: center;
  background: transparent;
  overflow: visible;
}
.detail-track .interior-hero-copy {
  padding: 0;
  margin: 0;
  max-width: none;
  width: 100%;
  text-align: left;
}
.detail-track .interior-breadcrumb {
  color: #a6b0c8;
  margin: 0 0 40px;
  font-size: 10px;
}
.detail-track .interior-kicker {
  font-size: 9px;
  color: #959dad;
  margin-bottom: 30px;
}
.detail-track .interior-hero h1 {
  color: #fff;
  font-size: clamp(42px, 4.3vw, 70px);
  line-height: 1.13;
  letter-spacing: -0.055em;
  font-weight: 500;
  margin-bottom: 35px;
}
.detail-track .interior-hero h1 span {
  color: inherit;
}
.detail-track .interior-hero p {
  color: #a8b0c0;
  font-size: 14px;
  line-height: 1.9;
  max-width: 520px;
}
.detail-cover {
  width: 79vw;
  flex-shrink: 0;
  position: relative;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #08090c;
}
.detail-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  will-change: transform;
}
.detail-cover figcaption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 25px;
  display: flex;
  justify-content: space-between;
  font: 9px var(--mono);
  letter-spacing: 0.08em;
  color: #bdc6d9;
}
.detail-diagram-panel {
  flex-shrink: 0;
  width: 86vw;
  background: #f1f2f7;
  border-radius: 22px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.detail-diagram-panel > .eyebrow {
  color: #697188;
  margin: 0 0 15px;
}
.detail-diagram-panel .interior-architecture {
  margin: 0;
  max-width: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: auto;
}
.detail-diagram-panel .interior-architecture > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  flex: 1;
  min-height: 0;
}
.detail-diagram-panel figcaption {
  font-size: 10px;
  line-height: 1.5;
  color: #626979;
  padding: 12px;
}
.detail-scroll-controls {
  position: absolute;
  bottom: 33px;
  left: var(--gutter);
  right: var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 9px var(--mono);
  color: #a6b2ce;
}
.detail-scroll-controls > div {
  display: flex;
  gap: 10px;
}
.detail-scroll-controls button {
  background: #ffffff0c;
  border: 1px solid #ffffff30;
  border-radius: 50%;
  color: #fff;
  width: 35px;
  height: 35px;
}
.interior-solution .interior-hero {
  height: 100svh;
  min-height: 700px;
  background: #f1f2f7;
  padding: 175px var(--gutter) 120px;
  isolation: isolate;
}
.interior-solution .interior-hero-copy {
  z-index: 3;
  margin: 0;
  max-width: 85%;
  pointer-events: none;
}
.interior-solution .interior-hero-copy a {
  pointer-events: auto;
}
.interior-solution .interior-hero h1 {
  color: #fff;
  font-size: clamp(48px, 5.3vw, 87px);
  font-weight: 500;
  max-width: 940px;
  line-height: 1.12;
  letter-spacing: -0.055em;
}
.interior-solution .interior-hero h1 span {
  color: #fff;
}
.interior-solution .interior-hero p {
  color: #bec5d5;
  font-size: 16px;
  max-width: 690px;
}
.interior-solution .interior-kicker,
.interior-solution .interior-breadcrumb {
  color: #afb9d0;
}
.current-stage-detail {
  inset: 110px 20px 20px;
  z-index: 0;
}
.current-stage-detail:after {
  background: linear-gradient(180deg, #10111775, transparent 85%);
}
.current-stage-detail .current-tools {
  top: auto;
  bottom: 26px;
}
.current-stage-detail .gesture-hint {
  margin-left: auto;
  flex: 0 1 auto;
}
.interior-page .interior-section {
  padding-block: 95px;
  background: #f1f2f7;
  border-color: #dde1ea;
}
.interior-page .interior-section:nth-of-type(odd) {
  background: #fff;
}
.interior-page .interior-section h2 {
  font-size: clamp(34px, 3.6vw, 57px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.22;
}
.interior-page .interior-section h3 {
  font-weight: 500;
  letter-spacing: -0.025em;
}
.interior-page .interior-section .text-gray-600 {
  color: #6d7483;
}
.interior-page .interior-section .text-primary {
  color: #244bff;
}
.interior-page .interior-card {
  border-radius: 16px;
  box-shadow: none;
  border-color: #e0e4ef;
}
.interior-page .interior-card:hover {
  box-shadow: none;
  border-color: #9bacff;
}
.interior-page .interior-card > .bg-primary {
  background: #244bff;
}
.interior-page .interior-section .bg-gradient-to-r,
.interior-page .interior-section .bg-gradient-to-br {
  --tw-gradient-from: #e6ecff;
  --tw-gradient-to: #f7f8fc;
}
.interior-page .interior-cta {
  background: #171b27;
  color: #fff;
  border-radius: 22px;
  padding: 50px;
}
.interior-page .interior-cta h2,
.interior-page .interior-cta h3 {
  color: #fff;
}
.interior-page .interior-cta p {
  color: #bac2d3;
}
.detail-next {
  background: #244bff;
  color: #fff;
  padding: 95px var(--gutter) 70px;
}
.detail-next .eyebrow {
  color: #c3cfff;
  margin-bottom: 35px;
}
.detail-next > a:first-of-type {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(36px, 4.8vw, 77px);
  line-height: 1.24;
  letter-spacing: -0.045em;
}
.detail-next > a:first-of-type > span:last-child {
  font-size: 1.6em;
  transition: transform 0.4s;
}
.detail-next > a:hover > span:last-child {
  transform: rotate(45deg);
}
.detail-all-link {
  display: block;
  margin-top: 60px;
  font-size: 12px;
  color: #cbd6ff;
}
.interior-legal .interior-document {
  padding-top: 160px;
  background: #f1f2f7;
}
.interior-legal .document-sheet {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  max-width: 1050px;
}
.interior-legal .document-sheet h1 {
  font-size: clamp(48px, 6vw, 88px);
  letter-spacing: -0.055em;
  color: #16171c;
  font-weight: 500;
  margin-bottom: 55px;
}
.interior-legal .document-sheet h2 {
  color: #244bff;
}
.interior-page .footer-logo img {
  filter: none;
}
@media (max-width: 800px) {
  .interior-page .section-nav {
    top: 78px;
  }
  .detail-sequence {
    height: auto;
  }
  .detail-pin {
    height: auto;
    position: relative;
    padding: 115px 24px 75px;
  }
  .detail-track {
    width: calc(100vw - 24px);
    height: auto;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    transform: none !important;
    align-items: stretch;
    padding-right: 24px;
    scrollbar-width: thin;
  }
  .detail-track .interior-hero {
    width: 82vw;
    min-height: 60svh;
    scroll-snap-align: start;
    padding: 20px 20px 35px 0;
  }
  .detail-track .interior-hero h1 {
    font-size: 44px;
    margin-bottom: 28px;
  }
  .detail-track .interior-breadcrumb {
    margin-bottom: 35px;
    font-size: 9px;
  }
  .detail-track .interior-hero p {
    font-size: 13px;
  }
  .detail-cover {
    width: 86vw;
    height: 62svh;
    min-height: 400px;
    scroll-snap-align: start;
    border-radius: 15px;
  }
  .detail-cover figcaption {
    left: 20px;
    right: 20px;
    font-size: 7px;
    gap: 15px;
    line-height: 1.6;
  }
  .detail-diagram-panel {
    width: 90vw;
    height: 62svh;
    min-height: 400px;
    padding: 18px;
    scroll-snap-align: start;
    border-radius: 15px;
  }
  .detail-diagram-panel .interior-architecture > img {
    min-width: 650px;
    height: auto;
    flex: none;
  }
  .detail-scroll-controls {
    bottom: 26px;
    font-size: 8px;
    left: 24px;
    right: 24px;
  }
  .interior-solution .interior-hero {
    height: 90svh;
    min-height: 680px;
    padding: 125px 30px 90px;
  }
  .interior-solution .interior-hero-copy {
    max-width: none;
  }
  .interior-solution .interior-hero h1 {
    font-size: 43px;
    line-height: 1.2;
  }
  .interior-solution .interior-hero p {
    font-size: 13px;
    max-width: 90%;
  }
  .current-stage-detail {
    inset: 88px 10px 12px;
  }
  .current-stage-detail .gesture-hint {
    display: none;
  }
  .current-stage-detail .current-tools {
    justify-content: flex-end;
    bottom: 23px;
  }
  .interior-page .interior-section {
    padding-block: 60px;
  }
  .interior-page .interior-section h2 {
    font-size: 34px;
  }
  .interior-page .interior-cta {
    padding: 30px 25px;
  }
  .detail-next {
    padding: 65px 24px 45px;
  }
  .detail-next > a:first-of-type {
    font-size: 35px;
  }
  .detail-next .eyebrow {
    margin-bottom: 30px;
  }
  .detail-all-link {
    margin-top: 40px;
  }
  .interior-legal .interior-document {
    padding-top: 115px;
  }
  .interior-legal .document-sheet h1 {
    font-size: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .detail-sequence {
    height: auto;
  }
  .detail-pin {
    height: auto;
    position: relative;
  }
  .detail-track {
    transform: none !important;
    overflow-x: auto;
    width: 100%;
  }
}
.detail-diagram-panel .diagram-title {
  font: 11px/1.5 var(--font);
  color: #616a80;
  text-align: left;
  margin: 0 0 15px;
  letter-spacing: 0;
}
.detail-diagram-panel .interior-architecture > a {
  display: flex;
  flex: 1;
  min-height: 0;
  align-items: center;
  justify-content: center;
}
.detail-diagram-panel .interior-architecture > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail-diagram-panel .interior-architecture {
  overflow: hidden;
}
@media (max-width: 800px) {
  .detail-diagram-panel .interior-architecture {
    overflow: auto;
  }
  .detail-diagram-panel .interior-architecture > a {
    min-width: 650px;
    flex: none;
  }
  .detail-diagram-panel .interior-architecture > a > img {
    min-width: 650px;
    height: auto;
  }
}
html:not(.js-experience) .detail-sequence {
  height: auto;
}
html:not(.js-experience) .detail-pin {
  height: auto;
  position: relative;
}
html:not(.js-experience) .detail-track {
  width: 100%;
  overflow-x: auto;
}
html:not(.js-experience) .detail-scroll-controls {
  display: none;
}
.current-stage-detail:after {
  background: linear-gradient(
    180deg,
    #101117d9 0%,
    #101117b8 42%,
    transparent 86%
  );
}
.interior-solution .interior-hero p {
  color: #d0d5df;
}
