:root {
  --ink: #07111f;
  --ink-soft: #334155;
  --blue: #7c4dff;
  --blue-light: #c6a4ff;
  --ice: #f2efff;
  --line: rgba(7, 17, 31, 0.13);
  --white: #ffffff;
  --radius: 24px;
  --page: min(1440px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f8fbff;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  transform: translateY(-180%);
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--white);
  background: var(--ink);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  width: var(--page);
  height: 72px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 14px 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 42px rgba(10, 29, 54, 0.08);
  backdrop-filter: blur(20px);
  transition: top 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  top: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 46px rgba(7, 17, 31, 0.13);
}

.brand {
  width: max-content;
  display: grid;
  grid-template-columns: 38px auto;
  grid-template-rows: 21px 16px;
  align-items: center;
  column-gap: 10px;
}

.brand-mark {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(135deg, #111326 0%, #6840dc 62%, #b68bff 100%);
  box-shadow: 0 8px 20px rgba(124, 77, 255, 0.22);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.brand-name {
  align-self: end;
  font-size: 16px;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1;
}

.brand-sub {
  align-self: start;
  color: #6b7a8d;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #314157;
  font-size: 14px;
  font-weight: 620;
}

.main-nav a,
.header-cta {
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--blue);
}

.header-cta {
  justify-self: end;
  padding: 13px 18px;
  border-radius: 12px;
  color: var(--white);
  background: var(--ink);
  font-size: 14px;
  font-weight: 680;
}

.header-cta:hover {
  background: var(--blue);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  width: var(--page);
  min-height: 100vh;
  margin: 0 auto;
  padding: 142px 0 42px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  grid-template-rows: 1fr auto;
  gap: 24px;
  overflow: hidden;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(124, 77, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 77, 255, 0.08) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.hero-copy {
  align-self: center;
  padding: 44px clamp(12px, 3.7vw, 68px) 52px 10px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 24px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--blue);
}

.hero h1,
.section-heading h2,
.approach-intro h2,
.spaces-copy h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(3rem, 5.7vw, 6.7rem);
  font-weight: 540;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.hero h1 em {
  display: block;
  color: var(--blue);
  font-style: normal;
}

.hero-lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 720;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button-primary {
  color: var(--white);
  background: var(--blue);
  background: linear-gradient(135deg, #6f43f1 0%, #8d5bff 64%, #a36cff 100%);
  box-shadow: 0 15px 30px rgba(124, 77, 255, 0.24);
}

.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(124, 77, 255, 0.34);
}

.button-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.button-ghost:hover {
  background: var(--white);
  transform: translateY(-2px);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
}

.hero-tags span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #526175;
  background: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 650;
}

.hero-visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 28px;
  background: #c7d4e4;
  box-shadow: 0 28px 70px rgba(13, 36, 66, 0.13);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% center;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-visual:hover img {
  transform: scale(1.018);
}

.visual-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(3, 12, 24, 0.58));
}

.visual-label {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  font-size: 14px;
  line-height: 1.3;
}

.visual-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(10px);
  font-size: 34px;
}

.visual-index {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 9px;
  color: var(--white);
  background: rgba(3, 12, 24, 0.24);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hero-proof {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(12px);
}

.hero-proof div {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
}

.hero-proof div + div {
  border-left: 1px solid var(--line);
}

.hero-proof strong {
  color: var(--blue);
  font-size: 29px;
  font-weight: 560;
  letter-spacing: -0.04em;
}

.hero-proof span {
  color: #5d6979;
  font-size: 13px;
  font-weight: 650;
}

.section {
  width: var(--page);
  margin: 0 auto;
  padding: 140px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 62px;
}

.section-heading .section-kicker {
  grid-column: 1 / 3;
  margin-bottom: -18px;
}

.section-heading h2,
.spaces-copy h2 {
  font-size: clamp(3rem, 5.1vw, 5.8rem);
}

.section-heading > p:last-child,
.spaces-copy > p:last-child {
  max-width: 490px;
  margin: 0;
  color: #607084;
  font-size: 18px;
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 14px;
}

.service-card {
  position: relative;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 77, 255, 0.38);
  box-shadow: 0 22px 50px rgba(21, 55, 98, 0.09);
}

.card-number {
  width: max-content;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #728095;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.service-card h3 {
  max-width: 430px;
  margin: 0 0 12px;
  font-size: clamp(23px, 2.2vw, 35px);
  font-weight: 590;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.service-card p {
  max-width: 520px;
  margin: 0;
  color: #687588;
  line-height: 1.62;
}

.service-featured {
  grid-row: span 2;
  min-height: 586px;
  padding: 34px;
  color: var(--white);
  border-color: transparent;
  background:
    radial-gradient(circle at 80% 16%, rgba(198, 164, 255, 0.3), transparent 25%),
    linear-gradient(155deg, #07111f 0%, #17102e 68%, #5b2bb7 130%);
}

.service-featured::after {
  content: "∞";
  position: absolute;
  top: 18%;
  right: -6%;
  color: rgba(255, 255, 255, 0.055);
  font-size: 260px;
  font-weight: 200;
  line-height: 1;
}

.service-featured .card-number {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--blue-light);
}

.service-featured .card-label {
  margin-bottom: 16px;
  color: var(--blue-light);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-featured h3 {
  max-width: 560px;
  font-size: clamp(38px, 4.2vw, 66px);
}

.service-featured p:not(.card-label) {
  color: #b8c8dc;
  font-size: 17px;
}

.card-arrow {
  position: absolute;
  right: 28px;
  top: 28px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--white);
}

.service-open {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(135deg, #6236df 0%, #8551f4 60%, #a36cff 100%);
}

.service-open .card-number,
.service-open p {
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.25);
}

.service-open a {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  font-weight: 740;
}

.approach {
  padding-top: 16px;
}

.approach-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 9vw;
  padding: clamp(44px, 7vw, 100px);
  overflow: hidden;
  border-radius: 34px;
  color: var(--white);
  background: var(--ink);
}

.approach-panel::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -310px;
  left: 25%;
  border-radius: 50%;
  background: rgba(124, 77, 255, 0.4);
  filter: blur(100px);
}

.section-kicker-light {
  color: var(--blue-light);
}

.approach-intro,
.process-list {
  position: relative;
  z-index: 1;
}

.approach-intro h2 {
  font-size: clamp(3rem, 4.7vw, 5.6rem);
}

.approach-intro h2 span {
  color: #758297;
}

.process-list {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.process-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 8px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.process-step > span {
  color: var(--blue-light);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.process-step h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 610;
  letter-spacing: -0.025em;
}

.process-step p {
  margin: 0;
  color: #9dabbd;
  line-height: 1.6;
}

.spaces {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(50px, 10vw, 150px);
  align-items: start;
}

.spaces-copy {
  position: sticky;
  top: 130px;
}

.spaces-copy > p:last-child {
  margin-top: 30px;
}

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

.spaces-list > div {
  min-height: 108px;
  display: grid;
  grid-template-columns: 56px 1fr 40px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: color 0.2s ease, padding 0.25s ease;
}

.spaces-list > div:hover {
  padding-left: 10px;
  color: var(--blue);
}

.spaces-list span {
  color: #9aa6b5;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.spaces-list strong {
  font-size: clamp(21px, 2.1vw, 31px);
  font-weight: 570;
  letter-spacing: -0.035em;
}

.spaces-list i {
  font-style: normal;
  text-align: center;
}

.contact {
  position: relative;
  min-height: 530px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 24px;
  padding: clamp(48px, 7vw, 96px);
  overflow: hidden;
  border-radius: 34px;
  color: var(--white);
  background: linear-gradient(135deg, #6236df 0%, #8551f4 58%, #9e66ff 100%);
}

.contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 70%);
}

.contact-orbit {
  position: absolute;
  top: -180px;
  right: 5%;
  width: 520px;
  height: 520px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.contact-orbit::before,
.contact-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.contact-orbit::before {
  width: 72%;
  height: 72%;
}

.contact-orbit::after {
  width: 42%;
  height: 42%;
}

.contact-orbit span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 150px;
  font-weight: 200;
}

.contact-copy,
.contact-action {
  position: relative;
  z-index: 1;
}

.contact-copy .section-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.contact-copy h2 {
  font-size: clamp(3.8rem, 6.8vw, 7rem);
}

.contact-copy > p:last-child {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.contact-action {
  justify-self: stretch;
  padding: 28px 0 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-channel > span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-channel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 12px 0 0;
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 570;
  letter-spacing: -0.04em;
}

.contact-channel + .contact-channel {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-channel i {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  color: var(--blue);
  background: var(--white);
  font-size: 20px;
  font-style: normal;
  transition: transform 0.25s ease;
}

.contact-channel a:hover i {
  transform: rotate(45deg);
}

.site-footer {
  width: var(--page);
  min-height: 230px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.25fr 0.75fr;
  align-items: start;
  gap: 48px;
  padding: 52px 0 30px;
  border-top: 1px solid var(--line);
  color: #718095;
  font-size: 13px;
}

.brand-footer {
  transform: scale(0.88);
  transform-origin: left center;
}

.footer-label {
  margin: 0 0 13px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-billing address {
  color: #59687b;
  font-style: normal;
  line-height: 1.7;
}

.footer-billing strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 680;
}

.footer-meta p {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
  margin: 0 0 7px;
  color: #59687b;
}

.footer-meta span {
  color: #9aa6b5;
  font-size: 11px;
  font-weight: 740;
  letter-spacing: 0.06em;
}

.footer-meta a {
  display: inline-block;
  margin-top: 15px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 680;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.2, 0.72, 0.2, 1);
}

.reveal-delay {
  transition-delay: 0.12s;
}

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

@media (max-width: 1120px) {
  :root {
    --page: min(100% - 36px, 1100px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .header-cta {
    margin-right: 58px;
  }

  .menu-toggle {
    position: absolute;
    right: 14px;
    display: grid;
    place-content: center;
    gap: 7px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 12px;
    color: var(--white);
    background: var(--ink);
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    width: 20px;
    height: 2px;
    background: currentColor;
    transition: transform 0.2s ease;
  }

  .site-header.menu-active .menu-toggle span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .site-header.menu-active .menu-toggle span:nth-child(2) {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .site-header.menu-active .main-nav {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 50px rgba(7, 17, 31, 0.16);
  }

  .site-header.menu-active .main-nav a {
    width: 100%;
    padding: 14px 8px;
    border-bottom: 1px solid var(--line);
    font-size: 17px;
  }

  .site-header.menu-active .main-nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    grid-template-columns: 1fr 1.12fr;
  }

  .hero-visual {
    min-height: 530px;
  }

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

  .service-featured {
    grid-row: span 2;
  }

  .approach-panel {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (max-width: 760px) {
  :root {
    --page: calc(100% - 24px);
    --radius: 20px;
  }

  .site-header {
    top: 10px;
    height: 66px;
    padding-left: 14px;
  }

  .brand {
    grid-template-columns: 34px auto;
    grid-template-rows: 19px 14px;
    column-gap: 8px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 25px;
  }

  .brand-name {
    font-size: 14px;
  }

  .brand-sub {
    font-size: 9px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 110px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
  }

  .hero-copy {
    padding: 34px 8px 30px;
  }

  .eyebrow {
    margin-bottom: 20px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 15vw, 5.2rem);
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 17px;
  }

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

  .button {
    width: 100%;
  }

  .hero-tags {
    margin-top: 26px;
  }

  .hero-visual {
    min-height: 430px;
    border-radius: 22px;
  }

  .hero-visual img {
    object-position: 68% center;
  }

  .hero-proof {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    min-height: 74px;
    padding: 14px 18px;
  }

  .hero-proof div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section {
    padding: 94px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 36px;
  }

  .section-heading .section-kicker {
    margin-bottom: 20px;
  }

  .section-heading h2,
  .spaces-copy h2 {
    font-size: clamp(3rem, 13vw, 4.5rem);
  }

  .section-heading > p:last-child,
  .spaces-copy > p:last-child {
    margin-top: 26px;
    font-size: 16px;
  }

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

  .service-card,
  .service-featured {
    min-height: 300px;
    grid-row: auto;
  }

  .service-featured {
    min-height: 470px;
  }

  .service-featured::after {
    font-size: 200px;
  }

  .approach {
    width: 100%;
    padding-top: 0;
  }

  .approach-panel {
    padding: 70px 24px;
    border-radius: 0;
  }

  .approach-intro h2 {
    font-size: clamp(3rem, 13vw, 4.7rem);
  }

  .process-step {
    grid-template-columns: 42px 1fr;
  }

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

  .spaces-copy {
    position: static;
  }

  .spaces-list > div {
    min-height: 92px;
    grid-template-columns: 42px 1fr 26px;
  }

  .contact {
    width: 100%;
    min-height: 650px;
    grid-template-columns: 1fr;
    align-content: end;
    gap: 64px;
    margin-bottom: 0;
    padding: 70px 24px 48px;
    border-radius: 0;
  }

  .contact-orbit {
    top: -220px;
    right: -250px;
  }

  .contact-copy h2 {
    font-size: clamp(4rem, 18vw, 6.3rem);
  }

  .contact-action a {
    font-size: clamp(25px, 8vw, 36px);
  }

  .site-footer {
    min-height: 0;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 36px;
    padding: 52px 0 34px;
  }

  .footer-bottom {
    grid-column: auto;
    flex-direction: column;
    gap: 10px;
  }

  .footer-bottom p {
    margin: 0;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
