:root {
  --navy: #061625;
  --navy-soft: #0b2133;
  --ink: #0a1724;
  --muted: #61707e;
  --cyan: #00bfff;
  --paper: #f6f8fa;
  --line-dark: rgba(10, 23, 36, 0.14);
  --line-light: rgba(255, 255, 255, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  text-rendering: optimizeLegibility;
  word-break: keep-all;
  overflow-wrap: break-word;
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

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

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

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 96px;
  padding: 0 clamp(24px, 4vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: min-height 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  min-height: 78px;
  color: var(--ink);
  border-color: rgba(10, 23, 36, 0.1);
  background: rgba(250, 252, 253, 0.9);
  backdrop-filter: blur(18px) saturate(150%);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 44px;
}

.site-header .wordmark {
  position: relative;
  flex: none;
  width: 90px;
  height: 88px;
  min-height: 0;
  transition: width 220ms ease, height 220ms ease;
}

.site-header.is-scrolled .wordmark {
  width: 70px;
  height: 69px;
}

.brand-logo {
  display: block;
  height: auto;
}

.site-header .brand-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 220ms ease;
}

.brand-logo-reverse {
  opacity: 1;
}

.brand-logo-default {
  opacity: 0;
}

.site-header.is-scrolled .brand-logo-reverse {
  opacity: 0;
}

.site-header.is-scrolled .brand-logo-default {
  opacity: 1;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.1vw, 34px);
  font-size: 12px;
  font-weight: 550;
  color: rgba(255, 255, 255, 0.74);
}

.is-scrolled .desktop-nav {
  color: rgba(10, 23, 36, 0.66);
}

.desktop-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--cyan);
}

.header-call {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.is-scrolled .header-call {
  color: #fff;
  border-color: var(--navy);
  background: var(--navy);
}

.header-call:hover {
  color: var(--navy);
  border-color: #fff;
  background: #fff;
  transform: translateY(-1px);
}

.is-scrolled .header-call:hover {
  color: var(--navy);
  border-color: var(--cyan);
  background: var(--cyan);
}

.header-call-short,
.menu-toggle,
.mobile-menu,
.mobile-contact-bar {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: 100svh;
  overflow: hidden;
  padding: 148px clamp(24px, 7.2vw, 138px) clamp(76px, 9vh, 112px);
  color: #f7fbff;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background: url("./assets/hero-control-room.webp") center 58% / cover no-repeat;
  animation: hero-zoom 12s ease-out both;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 16, 28, 0.95) 0%, rgba(2, 16, 28, 0.78) 39%, rgba(2, 16, 28, 0.15) 74%),
    linear-gradient(0deg, rgba(2, 16, 28, 0.77) 0%, transparent 42%, rgba(2, 16, 28, 0.2) 100%);
}

.hero-content {
  width: min(980px, 82vw);
  animation: hero-rise 900ms 120ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.19em;
}

.eyebrow-dark {
  color: #0088b8;
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(46px, 5.45vw, 84px);
  font-weight: 720;
  line-height: 1.035;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-description {
  max-width: 660px;
  margin-top: 30px;
  color: rgba(247, 251, 255, 0.76);
  font-size: clamp(16px, 1.22vw, 20px);
  line-height: 1.75;
  letter-spacing: -0.02em;
}

.hero-actions,
.procurement-actions,
.work-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 760;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #03131f;
  background: var(--cyan);
}

.button-primary:hover {
  background: #35cbff;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(4, 21, 36, 0.3);
  backdrop-filter: blur(12px);
}

.button-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.hero-link,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-size: 13px;
  font-weight: 650;
  transition: color 180ms ease;
}

.hero-link {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.66);
}

.hero-link:hover,
.text-link:hover {
  color: var(--cyan);
}

.hero-caption {
  position: absolute;
  right: clamp(24px, 4vw, 72px);
  bottom: 28px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
}

.scroll-cue {
  position: absolute;
  right: clamp(24px, 4vw, 72px);
  bottom: 50%;
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
}

.scroll-cue i {
  display: block;
  width: 58px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.25);
}

.scroll-cue i::after {
  display: block;
  width: 50%;
  height: 100%;
  background: var(--cyan);
  content: "";
  animation: scroll-line 2.2s ease-in-out infinite;
}

.section-shell {
  padding-inline: clamp(24px, 6.7vw, 128px);
}

.section-index {
  color: rgba(10, 23, 36, 0.42);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.section-index-light {
  color: rgba(255, 255, 255, 0.38);
}

.statement {
  display: grid;
  grid-template-columns: 2fr 7fr;
  align-items: start;
  gap: 48px;
  padding-top: clamp(110px, 12vw, 190px);
  padding-bottom: clamp(110px, 12vw, 190px);
  background: #fff;
}

.statement-copy {
  font-size: clamp(32px, 4.15vw, 67px);
  font-weight: 680;
  line-height: 1.22;
  letter-spacing: -0.055em;
}

.statement-copy span {
  color: #8c969f;
}

.statement-line,
.heading-line {
  display: block;
}

.statement-copy .statement-line-primary {
  color: inherit;
}

.spaces {
  padding-top: clamp(120px, 13vw, 200px);
  padding-bottom: clamp(130px, 14vw, 220px);
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: 2fr 5fr 3fr;
  align-items: end;
  column-gap: 44px;
  margin-bottom: clamp(70px, 8vw, 124px);
}

.section-heading .eyebrow {
  align-self: start;
}

.section-heading h2,
.procurement h2,
.process h2,
.work h2,
.faq h2,
.contact h2 {
  font-size: clamp(38px, 4.55vw, 72px);
  font-weight: 690;
  line-height: 1.11;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.section-heading h2 > span {
  display: block;
}

.section-heading > p:last-child,
.work-heading > p,
.faq-heading > p:last-child {
  max-width: 390px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.spaces-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: start;
  gap: clamp(54px, 7vw, 118px);
}

.spaces-visual {
  position: sticky;
  top: 108px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #dce5eb;
}

.spaces-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 480ms ease, transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.spaces-visual img.is-active {
  opacity: 1;
  transform: scale(1);
}

.spaces-visual figcaption,
.procurement-visual figcaption,
.process-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  gap: 10px;
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(4, 18, 30, 0.66);
  font-size: 10px;
  backdrop-filter: blur(10px);
}

.spaces-visual figcaption span {
  color: var(--cyan);
}

.space-options {
  border-bottom: 1px solid var(--line-dark);
}

.space-options button {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 32px;
  align-items: start;
  gap: 8px;
  width: 100%;
  min-height: 152px;
  padding: 30px 0;
  border: 0;
  border-top: 1px solid var(--line-dark);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.space-number {
  padding-top: 5px;
  color: #8c979f;
  font-size: 10px;
  font-weight: 700;
}

.space-text {
  display: grid;
  gap: 12px;
}

.space-text strong {
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 690;
  letter-spacing: -0.04em;
  transition: color 180ms ease;
}

.space-text > span {
  max-width: 430px;
  color: #73808a;
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: -0.02em;
}

.space-arrow {
  padding-top: 3px;
  color: #9aa4ab;
  font-size: 18px;
  transform: translate(-4px, 4px);
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.space-options button:hover .space-text strong,
.space-options button.is-active .space-text strong {
  color: #0089ba;
}

.space-options button:hover .space-arrow,
.space-options button.is-active .space-arrow {
  color: #0089ba;
  opacity: 1;
  transform: translate(0, 0);
}

.procurement {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 70px) 24px;
  padding-top: clamp(125px, 13vw, 210px);
  padding-bottom: clamp(125px, 13vw, 210px);
  color: #f5f9fc;
  background: var(--navy);
}

.procurement-intro {
  grid-column: 1 / 6;
  align-self: center;
}

.procurement-intro .section-index {
  margin-bottom: 65px;
}

.procurement h2 {
  margin-top: 0;
}

.section-description {
  max-width: 550px;
  margin-top: 30px;
  color: rgba(240, 247, 252, 0.62);
  font-size: 15px;
  line-height: 1.83;
  letter-spacing: -0.02em;
}

.text-link {
  color: rgba(255, 255, 255, 0.67);
}

.procurement-visual {
  grid-column: 7 / 13;
}

.procurement-visual figure {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #102538;
}

.procurement-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.procurement-visual .product-figure {
  background:
    radial-gradient(circle at 52% 45%, rgba(0, 191, 255, 0.18), transparent 42%),
    linear-gradient(145deg, #0d2436, #05111c 72%);
}

.procurement-visual .product-figure img {
  object-fit: contain;
  padding: clamp(34px, 7vw, 86px);
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.34));
}

.budget-highlight {
  grid-column: 1 / 13;
  display: grid;
  grid-template-columns: 0.82fr 1.58fr;
  gap: 34px 64px;
  margin-top: clamp(54px, 6vw, 94px);
  padding: clamp(38px, 4.5vw, 68px) 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  scroll-margin-top: 120px;
}

.budget-title > p:first-child {
  margin-bottom: 23px;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.17em;
}

.budget-title h3 {
  display: grid;
  gap: 7px;
  font-size: clamp(30px, 3.15vw, 50px);
  font-weight: 660;
  line-height: 1.14;
  letter-spacing: -0.05em;
}

.budget-title h3 strong {
  color: var(--cyan);
  font-weight: 720;
}

.budget-title h3 span {
  color: rgba(255, 255, 255, 0.94);
}

.budget-title .budget-summary {
  max-width: 440px;
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  line-height: 1.75;
}

.budget-title > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 23px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 650;
  transition: color 180ms ease;
}

.budget-title > a:hover {
  color: var(--cyan);
}

.budget-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  min-width: 0;
}

.budget-option {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 290px;
  padding: 31px 23px 28px;
  border-left: 1px solid var(--line-light);
}

.budget-option:first-child {
  border-left: 0;
}

.budget-option.is-recommended {
  background: rgba(0, 191, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(0, 191, 255, 0.46);
}

.budget-option > em {
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 7px 13px;
  color: #041624;
  background: var(--cyan);
  border-radius: 30px;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.04em;
  transform: translateX(-50%);
}

.budget-option > span {
  color: rgba(255, 255, 255, 0.47);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.budget-option h4 {
  margin: 9px 0 0;
  color: #fff;
  font-size: clamp(20px, 1.85vw, 27px);
  font-weight: 720;
  letter-spacing: -0.035em;
}

.budget-id {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  line-height: 1.4;
}

.budget-id strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.budget-option .budget-size {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
}

.budget-option .budget-size small {
  display: block;
  margin-top: 2px;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 680;
}

.budget-option .budget-size small span {
  display: block;
}

.budget-option .budget-benefit {
  margin: 10px 0 24px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.55;
}

.budget-option > s {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.28);
  font-size: 12px;
}

.budget-option > strong {
  margin-top: auto;
  color: #fff;
  white-space: nowrap;
  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 650;
  letter-spacing: -0.045em;
}

.budget-option > s + strong {
  margin-top: 5px;
}

.budget-option > b {
  margin-top: 8px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 750;
}

.budget-blueprint {
  grid-column: 1 / 3;
  width: min(100%, 1080px);
  margin: clamp(28px, 3.5vw, 54px) auto 0;
}

.budget-blueprint-drawing {
  --budget-dimension-font-size: clamp(11px, 1.2vw, 17px);

  display: grid;
  grid-template-columns: clamp(32px, 4vw, 48px) minmax(0, 1fr);
  gap: 13px clamp(9px, 1.2vw, 14px);
}

.budget-blueprint-width {
  position: relative;
  grid-column: 2;
  margin: 0;
  padding-bottom: 10px;
  color: var(--cyan);
  text-align: center;
  font-size: var(--budget-dimension-font-size);
  font-weight: 750;
  letter-spacing: 0.08em;
}

.budget-blueprint-width::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.36);
}

.budget-blueprint-width::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.36);
  border-left: 1px solid rgba(255, 255, 255, 0.36);
  content: "";
}

.budget-blueprint-height {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  margin: 0;
}

.budget-blueprint-height::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.36);
}

.budget-blueprint-height::after {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  width: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  content: "";
}

.budget-blueprint-height span {
  position: absolute;
  top: 50%;
  left: 42%;
  color: var(--cyan);
  font-size: var(--budget-dimension-font-size);
  font-weight: 750;
  letter-spacing: 0.07em;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.budget-blueprint-frame {
  position: relative;
  grid-column: 2;
  grid-row: 2;
  isolation: isolate;
  aspect-ratio: 16 / 7.4;
  overflow: hidden;
  border: 2px solid var(--cyan);
  background: #04101a;
}

.budget-blueprint-frame::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(2, 12, 21, 0.48), rgba(2, 12, 21, 0.18) 48%, rgba(2, 12, 21, 0.54));
}

.budget-blueprint-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  opacity: 0.72;
  filter: saturate(0.8) contrast(1.08);
}

.budget-blueprint-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    linear-gradient(rgba(0, 191, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 191, 255, 0.2) 1px, transparent 1px);
  background-size: 10% 20%;
  pointer-events: none;
}

.budget-blueprint-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.budget-blueprint-copy > span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
  font-size: clamp(34px, 6vw, 78px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.budget-blueprint-copy > strong {
  margin-top: 9px;
  color: var(--cyan);
  font-size: clamp(34px, 6.4vw, 82px);
  font-weight: 820;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.budget-blueprint-copy > small {
  margin-top: 22px;
  padding: 8px 13px;
  color: #fff;
  background: rgba(2, 13, 22, 0.78);
  font-size: clamp(9px, 1.05vw, 13px);
  font-weight: 700;
}

.budget-blueprint figcaption {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.budget-note {
  grid-column: 1 / 3;
  max-width: 1080px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  line-height: 1.75;
}

.product-lines {
  grid-column: 1 / 8;
  margin-top: clamp(46px, 5vw, 80px);
  border-bottom: 1px solid var(--line-light);
}

.product-lines a {
  display: grid;
  grid-template-columns: minmax(100px, 0.55fr) minmax(0, 2.4fr) 24px;
  align-items: center;
  gap: 24px;
  min-height: 100px;
  border-top: 1px solid var(--line-light);
  transition: color 180ms ease, padding 180ms ease;
}

.product-lines a > div {
  min-width: 0;
}

.product-lines a:hover {
  color: var(--cyan);
  padding-inline: 8px;
}

.product-lines span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.product-lines strong {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 550;
  letter-spacing: -0.02em;
}

.product-lines small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 10px;
  font-weight: 520;
  line-height: 1.55;
  letter-spacing: 0.015em;
}

.product-lines i {
  font-style: normal;
}

.credentials {
  grid-column: 9 / 13;
  align-self: end;
  margin-top: clamp(46px, 5vw, 80px);
}

.credentials > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 64px;
  border-top: 1px solid var(--line-light);
}

.credentials > div:last-of-type {
  border-bottom: 1px solid var(--line-light);
}

.credentials span {
  color: var(--cyan);
  font-size: 10px;
  font-weight: 750;
}

.credentials strong {
  font-size: 14px;
  font-weight: 570;
}

.credentials > p {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  line-height: 1.7;
}

.process {
  padding-top: clamp(125px, 13vw, 205px);
  padding-bottom: clamp(125px, 13vw, 205px);
  background: #fff;
}

.process-heading {
  grid-template-columns: 2fr 3fr 5fr;
  align-items: start;
}

.process-heading .section-index {
  grid-column: 1;
  grid-row: 1;
}

.process-heading .eyebrow {
  grid-column: 2;
  grid-row: 1;
}

.process-heading h2 {
  grid-column: 3;
  grid-row: 1;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.8fr);
  align-items: start;
  gap: clamp(62px, 8vw, 135px);
}

.process-photo {
  position: sticky;
  top: 100px;
  aspect-ratio: 4 / 4.75;
  overflow: hidden;
  background: #dfe8ee;
}

.process-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--line-dark);
}

.process-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  min-height: 142px;
  padding: 28px 0;
  border-top: 1px solid var(--line-dark);
}

.process-list li > span {
  padding-top: 5px;
  color: #008cbd;
  font-size: 10px;
  font-weight: 800;
}

.process-list strong {
  display: block;
  font-size: clamp(21px, 1.7vw, 27px);
  font-weight: 670;
  letter-spacing: -0.035em;
}

.process-list p {
  max-width: 430px;
  margin-top: 11px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.02em;
}

.work {
  padding-top: clamp(125px, 13vw, 205px);
  padding-bottom: clamp(125px, 13vw, 205px);
  color: #f4f8fb;
  background: #071724;
}

.work-heading {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: end;
  gap: 64px;
  margin-bottom: clamp(78px, 8vw, 126px);
}

.work-heading .section-index {
  margin-bottom: 64px;
}

.work-heading > p {
  justify-self: end;
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.5);
}

.work-feature figure,
.work-pair figure {
  position: relative;
  overflow: hidden;
  background: #10293c;
}

.work-feature figure {
  aspect-ratio: 16 / 7.8;
}

.work-feature img,
.work-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.work-feature:hover img,
.work-pair article:hover img {
  transform: scale(1.025);
}

.work-meta {
  display: grid;
  grid-template-columns: 1fr 2.6fr;
  gap: 8px 38px;
  padding-top: 24px;
}

.work-meta > span {
  grid-row: 1 / 4;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.work-meta h3 {
  font-size: clamp(25px, 2.5vw, 39px);
  font-weight: 660;
  letter-spacing: -0.045em;
}

.work-meta p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.7;
}

.work-meta a {
  width: max-content;
  min-height: 44px;
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  transition: color 180ms ease;
}

.work-meta a:hover {
  color: var(--cyan);
}

.work-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: clamp(28px, 4vw, 72px);
  margin-top: clamp(82px, 9vw, 142px);
}

.work-pair article:first-child {
  margin-top: 0;
}

.work-pair figure {
  aspect-ratio: 16 / 10;
}

.work-pair article:first-child img {
  object-position: center;
}

.work-pair .control-room-figure img {
  object-position: right center;
}

.work-pair .work-meta {
  grid-template-columns: minmax(90px, 0.7fr) 2fr;
}

.work-actions {
  justify-content: center;
  margin-top: clamp(82px, 9vw, 148px);
}

.text-link-light {
  color: rgba(255, 255, 255, 0.58);
}

.faq {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 44px 24px;
  padding-top: clamp(125px, 13vw, 205px);
  padding-bottom: clamp(125px, 13vw, 205px);
  background: #edf2f5;
}

.faq-heading {
  grid-column: 1 / 5;
}

.faq-heading .section-index {
  margin-bottom: 64px;
}

.faq-heading > p:last-child {
  margin-top: 24px;
}

.faq-list {
  grid-column: 6 / 13;
  border-bottom: 1px solid var(--line-dark);
}

.faq-list details {
  border-top: 1px solid var(--line-dark);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  align-items: center;
  min-height: 94px;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary > span {
  color: #008cbd;
  font-size: 10px;
  font-weight: 750;
}

.faq-list summary strong {
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 630;
  letter-spacing: -0.03em;
}

.faq-list summary i {
  position: relative;
  width: 18px;
  height: 18px;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}

.faq-list summary i::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: rotate(0);
}

.faq-list details > p {
  max-width: 640px;
  padding: 0 46px 32px 48px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.contact {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 820px;
  overflow: hidden;
  padding: 130px clamp(24px, 9vw, 172px);
  color: #fff;
}

.contact-media,
.contact-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.contact-media {
  background: url("./assets/contact-public-mobile.webp") center / cover no-repeat;
  transition: transform 1.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.contact:hover .contact-media {
  transform: scale(1.015);
}

.contact-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 17, 30, 0.95) 0%, rgba(3, 17, 30, 0.74) 54%, rgba(3, 17, 30, 0.26) 100%),
    linear-gradient(0deg, rgba(3, 17, 30, 0.36), rgba(3, 17, 30, 0.16));
}

.contact-content {
  width: min(850px, 73vw);
}

.contact h2 {
  font-size: clamp(44px, 5.5vw, 86px);
}

.contact-content > p:not(.eyebrow) {
  max-width: 610px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.78;
}

.contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 820px;
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-option {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 118px;
  padding: 26px 56px 24px 0;
  transition: color 180ms ease, padding 180ms ease;
}

.contact-option + .contact-option {
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-option:hover {
  color: var(--cyan);
  padding-right: 46px;
}

.contact-option > span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-option strong {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.contact-option i {
  position: absolute;
  top: 49px;
  right: 16px;
  font-style: normal;
  font-size: 19px;
}

.contact-home-button {
  width: max-content;
  margin-top: 24px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 56px;
  min-height: 160px;
  padding: 36px clamp(24px, 6.7vw, 128px);
  color: rgba(255, 255, 255, 0.65);
  background: #03101b;
}

.footer-wordmark {
  color: #fff;
}

.footer-brand-logo {
  width: 108px;
  opacity: 1;
}

.site-footer > div {
  display: flex;
  gap: 26px;
  font-size: 11px;
}

.site-footer > div a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  transition: color 180ms ease;
}

.site-footer > div a:hover {
  color: var(--cyan);
}

.site-footer > p {
  color: rgba(255, 255, 255, 0.32);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.consultation-modal {
  width: min(920px, calc(100vw - 48px));
  max-width: none;
  max-height: calc(100dvh - 48px);
  margin: auto;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  overflow: auto;
}

.consultation-modal::backdrop {
  background: rgba(2, 13, 23, 0.76);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  animation: consultation-backdrop 220ms ease both;
}

.consultation-modal-shell {
  overflow: hidden;
  border-top: 4px solid var(--cyan);
  background: #f7f9fa;
  box-shadow: 0 34px 90px rgba(0, 8, 16, 0.42);
  animation: consultation-enter 360ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.consultation-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 32px;
  border-bottom: 1px solid var(--line-dark);
  background: #fff;
}

.consultation-modal-header > span {
  color: #536574;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.consultation-modal-close {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(6, 22, 37, 0.2);
  border-radius: 50%;
  color: var(--navy);
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.consultation-modal-close:hover {
  border-color: var(--navy);
  color: #fff;
  background: var(--navy);
  transform: rotate(4deg);
}

.consultation-modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 17px;
  height: 1px;
  background: currentColor;
}

.consultation-modal-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.consultation-modal-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.consultation-modal-body {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
}

.consultation-modal-intro {
  padding: 54px 52px 58px;
}

.consultation-modal-eyebrow {
  margin: 0 0 22px;
  color: #007caa;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.19em;
}

.consultation-modal h2 {
  margin: 0;
  font-size: clamp(36px, 4.1vw, 50px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.058em;
}

.consultation-modal-intro > p:not(.consultation-modal-eyebrow) {
  max-width: 470px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.consultation-modal-proof {
  display: grid;
  gap: 9px;
  margin-top: 42px;
  padding: 21px 0 0;
  border-top: 1px solid var(--line-dark);
}

.consultation-modal-proof span {
  color: #60717f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.consultation-modal-proof strong {
  color: var(--navy);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.consultation-modal-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 50px 42px;
  color: #fff;
  background: var(--navy);
}

.consultation-modal-contact > p:first-child {
  margin: 0 0 17px;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.consultation-modal-contact > strong {
  display: block;
  white-space: nowrap;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.consultation-modal-contact > span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.consultation-modal-actions {
  display: grid;
  gap: 10px;
  margin-top: 38px;
}

.consultation-modal-actions button,
.consultation-modal-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.consultation-modal-actions button {
  border-color: var(--cyan);
  color: #021522;
  background: var(--cyan);
}

.consultation-modal-actions button:hover,
.consultation-modal-actions button.is-copied {
  border-color: #fff;
  background: #fff;
}

.consultation-modal-actions a:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.consultation-modal-actions i {
  font-style: normal;
  transition: transform 180ms ease;
}

.consultation-modal-actions button:hover i,
.consultation-modal-actions a:hover span {
  transform: translate(2px, -2px);
}

.consultation-copy-status {
  min-height: 18px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  line-height: 1.5;
}

.consultation-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 76px;
  padding: 17px 32px;
  border-top: 1px solid var(--line-dark);
  background: #fff;
}

.consultation-modal-footer p {
  margin: 0;
  color: #71808c;
  font-size: 10px;
  line-height: 1.6;
}

.consultation-modal-footer a {
  flex: none;
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
}

.consultation-modal-footer a span {
  display: inline-block;
  margin-left: 5px;
  color: #008dbf;
  transition: transform 180ms ease;
}

.consultation-modal-footer a:hover span {
  transform: translate(2px, -2px);
}

@keyframes consultation-backdrop {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes consultation-enter {
  from { opacity: 0; transform: translateY(24px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 720px) {
  .consultation-modal {
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
  }

  .consultation-modal-shell {
    border-top-width: 3px;
  }

  .consultation-modal-header {
    min-height: 58px;
    padding: 0 19px;
  }

  .consultation-modal-close {
    width: 38px;
    height: 38px;
  }

  .consultation-modal-body {
    grid-template-columns: 1fr;
  }

  .consultation-modal-intro {
    padding: 30px 24px 28px;
  }

  .consultation-modal-eyebrow {
    margin-bottom: 16px;
  }

  .consultation-modal h2 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .consultation-modal-intro > p:not(.consultation-modal-eyebrow) {
    margin-top: 18px;
    font-size: 13px;
  }

  .consultation-modal-proof {
    margin-top: 26px;
    padding-top: 17px;
  }

  .consultation-modal-contact {
    padding: 30px 24px 24px;
  }

  .consultation-modal-actions {
    margin-top: 26px;
  }

  .consultation-modal-footer {
    display: grid;
    gap: 10px;
    padding: 18px 24px 21px;
  }
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms ease, transform 850ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

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

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-zoom {
  from { transform: scale(1.045); }
  to { transform: scale(1); }
}

@keyframes scroll-line {
  0% { transform: translateX(-110%); }
  55%, 100% { transform: translateX(210%); }
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav a:last-child {
    display: none;
  }

  .section-heading {
    grid-template-columns: 1.2fr 3fr 1.6fr;
  }

  .spaces-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
    gap: 48px;
  }

  .space-options button {
    min-height: 138px;
    padding-block: 24px;
  }

  .procurement-intro {
    grid-column: 1 / 7;
  }

  .procurement-visual {
    grid-column: 7 / 13;
  }

  .product-lines {
    grid-column: 1 / 9;
  }

  .credentials {
    grid-column: 9 / 13;
  }
}

@media (max-width: 840px) {
  body {
    padding-bottom: 64px;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
    min-height: 78px;
    padding-inline: 20px;
  }

  .site-header.is-scrolled {
    min-height: 66px;
  }

  .site-header .wordmark {
    width: 70px;
    height: 69px;
  }

  .site-header.is-scrolled .wordmark {
    width: 58px;
    height: 57px;
  }

  .desktop-nav {
    display: none;
  }

  .header-call {
    z-index: 2;
    min-width: 58px;
    min-height: 40px;
    margin-right: 8px;
    padding-inline: 14px;
  }

  .header-call-full {
    display: none;
  }

  .header-call-short,
  .menu-toggle {
    display: inline-flex;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 19px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    visibility: hidden;
    color: #fff;
    background: rgba(3, 16, 27, 0.98);
    opacity: 0;
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
  }

  .mobile-menu nav {
    display: grid;
    width: min(78vw, 420px);
  }

  .mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 24px;
    font-weight: 620;
    letter-spacing: -0.04em;
  }

  .hero {
    min-height: 100svh;
    padding: 116px 22px 72px;
  }

  .hero-media {
    background-position: 66% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 16, 28, 0.88), rgba(2, 16, 28, 0.32)),
      linear-gradient(0deg, rgba(2, 16, 28, 0.94) 3%, rgba(2, 16, 28, 0.52) 62%, rgba(2, 16, 28, 0.2));
  }

  .hero-content {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(40px, 10.6vw, 62px);
    line-height: 1.08;
  }

  .hero-description {
    max-width: 560px;
    margin-top: 23px;
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions {
    margin-top: 30px;
  }

  .scroll-cue {
    display: none;
  }

  .hero-caption {
    right: 22px;
    bottom: 22px;
  }

  .section-shell {
    padding-inline: 22px;
  }

  .statement {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 110px;
  }

  .statement-copy {
    font-size: clamp(31px, 7.6vw, 52px);
  }

  .section-heading,
  .process-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .section-heading .eyebrow,
  .process-heading .section-index,
  .process-heading .eyebrow,
  .process-heading h2 {
    grid-column: 1;
    grid-row: auto;
  }

  .section-heading > p:last-child {
    margin-top: 12px;
  }

  .spaces {
    padding-block: 110px 130px;
  }

  .spaces-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .spaces-visual {
    position: relative;
    top: auto;
    aspect-ratio: 4 / 3;
  }

  .space-options button {
    min-height: 138px;
  }

  .procurement {
    display: block;
    padding-block: 120px;
  }

  .procurement-intro .section-index {
    margin-bottom: 52px;
  }

  .procurement-visual,
  .budget-highlight,
  .product-lines,
  .credentials {
    margin-top: 70px;
  }

  .budget-highlight {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .budget-options {
    grid-template-columns: 1fr 1fr;
  }

  .budget-option:first-child {
    border-left: 0;
  }

  .budget-option:nth-child(3) {
    grid-column: 1 / 3;
    min-height: 250px;
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .budget-blueprint,
  .budget-note {
    grid-column: 1;
  }

  .product-lines a {
    grid-template-columns: 90px 1fr 22px;
    gap: 14px;
    min-height: 88px;
  }

  .product-lines strong {
    font-size: 14px;
  }

  .product-lines small {
    font-size: 9px;
  }

  .process {
    padding-block: 120px;
  }

  .process-layout {
    grid-template-columns: 1fr;
    gap: 66px;
  }

  .process-photo {
    position: relative;
    top: auto;
    aspect-ratio: 4 / 3.6;
  }

  .work {
    padding-block: 120px;
  }

  .work-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .work-heading .section-index {
    margin-bottom: 52px;
  }

  .work-heading > p {
    justify-self: start;
  }

  .work-feature figure {
    aspect-ratio: 4 / 3;
  }

  .work-feature img {
    object-position: 57% center;
  }

  .work-pair {
    grid-template-columns: 1fr;
    gap: 78px;
  }

  .work-pair article:first-child {
    margin-top: 0;
  }

  .work-pair figure,
  .work-pair article:last-child figure {
    aspect-ratio: 4 / 3;
  }

  .faq {
    display: block;
    padding-block: 120px;
  }

  .faq-heading {
    margin-bottom: 64px;
  }

  .faq-heading .section-index {
    margin-bottom: 52px;
  }

  .contact {
    min-height: 760px;
    padding: 108px 22px;
  }

  .contact-content {
    width: 100%;
  }

  .contact-media {
    background-position: center;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }

  .contact-option + .contact-option {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 48px 22px;
  }

  .site-footer > div {
    flex-wrap: wrap;
    gap: 8px 22px;
  }

  .mobile-contact-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 64px;
    color: #fff;
    background: var(--navy);
    box-shadow: 0 -6px 24px rgba(1, 12, 21, 0.2);
    transition: transform 220ms ease;
  }

  .mobile-contact-bar.is-hidden {
    transform: translateY(110%);
  }

  .mobile-contact-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    font-size: 14px;
    font-weight: 750;
  }

  .mobile-contact-bar a + a {
    color: #03131f;
    background: var(--cyan);
  }
}

@media (max-width: 540px) {
  .wordmark {
    min-width: 0;
  }

  .site-header .wordmark {
    width: 66px;
    height: 65px;
  }

  .site-header.is-scrolled .wordmark {
    width: 54px;
    height: 53px;
  }

  .footer-brand-logo {
    width: 96px;
  }

  .hero {
    padding-bottom: 62px;
  }

  .hero h1 {
    font-size: clamp(34px, 10.3vw, 42px);
    line-height: 1.1;
  }

  .hero-title-line {
    white-space: normal;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-caption {
    display: none;
  }

  .section-heading h2,
  .procurement h2,
  .process h2,
  .work h2,
  .faq h2,
  .contact h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .spaces-visual {
    aspect-ratio: 4 / 4.2;
  }

  .spaces-visual img:first-child {
    object-position: 65% center;
  }

  .space-options button {
    grid-template-columns: 34px 1fr 24px;
  }

  .space-text strong {
    font-size: 23px;
  }

  .space-text > span {
    font-size: 13px;
  }

  .product-lines a {
    grid-template-columns: 1fr 24px;
    gap: 8px;
    padding-block: 18px;
  }

  .budget-highlight {
    padding-block: 42px;
  }

  .budget-options {
    grid-template-columns: 1fr;
  }

  .budget-option,
  .budget-option:nth-child(3) {
    grid-column: auto;
    min-height: 250px;
    padding: 29px 20px 26px;
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .budget-option:first-child {
    border-top: 0;
  }

  .budget-option:last-child {
    border-bottom: 1px solid var(--line-light);
  }

  .budget-blueprint-drawing {
    --budget-dimension-font-size: 9px;

    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px 8px;
  }

  .budget-blueprint-width {
    padding-bottom: 8px;
    letter-spacing: 0.04em;
  }

  .budget-blueprint-height span {
    left: 38%;
    letter-spacing: 0.04em;
  }

  .budget-blueprint-frame {
    aspect-ratio: 4 / 3;
  }

  .budget-blueprint-copy > span,
  .budget-blueprint-copy > strong {
    font-size: clamp(32px, 11vw, 48px);
  }

  .budget-blueprint-copy > small {
    max-width: 92%;
    margin-top: 16px;
    line-height: 1.45;
  }

  .budget-blueprint figcaption {
    line-height: 1.6;
  }

  .product-lines span {
    grid-column: 1;
  }

  .product-lines strong {
    grid-column: 1;
  }

  .product-lines a > div {
    grid-column: 1;
  }

  .product-lines i {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .work-meta,
  .work-pair .work-meta {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .work-meta > span {
    grid-row: auto;
    margin-bottom: 4px;
  }

  .faq-list summary {
    grid-template-columns: 38px 1fr 24px;
  }

  .faq-list details > p {
    padding-left: 38px;
    padding-right: 12px;
  }

  .contact-home-button {
    width: 100%;
  }

  .contact-option strong {
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
