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

:root {
  --blue: #012e6f;
  --orange: #f56622;
  --cream: #fefef2;
  --ink: #061b38;
  --muted: #637187;
  --line: rgba(1, 46, 111, .14);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

body {
  font-family: "Manrope", Arial, sans-serif;
  color: var(--blue);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

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

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

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: var(--cream);
  display: grid;
  place-items: center;
  transition: opacity .7s var(--ease), visibility .7s;
}

.site-loader.done {
  opacity: 0;
  visibility: hidden
}

.loader-mark {
  position: relative;
  width: 70px;
  height: 90px
}

.loader-mark img {
  width: 100px;
}

.loader-mark span:first-child {
  position: absolute;
  left: 22px;
  top: 0;
  width: 42px;
  height: 68px;
  border-radius: 0 40px 40px 30px;
  background: var(--blue);
  transform: rotate(0deg);
}

.loader-mark span:last-child {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--orange);
}

.loader-line {
  position: absolute;
  bottom: 16%;
  left: 50%;
  width: 130px;
  height: 2px;
  background: rgba(1, 46, 111, .1);
  transform: translateX(-50%)
}

.loader-line i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
  animation: load 1.5s var(--ease) forwards
}

@keyframes load {
  to {
    width: 100%
  }
}

.topbar {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  padding: 28px 4.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.brand {
  pointer-events: auto;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(17%) sepia(56%) saturate(2224%) hue-rotate(190deg) brightness(78%) contrast(108%)
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  pointer-events: auto
}

.main-nav button {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--blue);
  padding: 10px;
  border-radius: 50px;
  background-color: rgba(255,255,255,0.7);
}

.main-nav button:hover {
  color: var(--orange)
}

.main-nav button.nav-cta,
.pill-button {
  background: var(--orange) !important;
  color: white !important;
  border-radius: 999px;
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 10px 30px rgba(245, 102, 34, .18);
  transition: transform .3s var(--ease), box-shadow .3s;
}

.nav-cta:hover,
.pill-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(245, 102, 34, .28)
}

.nav-cta b {
  font-size: 16px;
  margin-left: 10px
}

.menu-toggle {
  display: none
}

.stage {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  will-change: transform;
  transition: transform 1.05s cubic-bezier(.77, 0, .175, 1);
}

.panel {
  position: relative;
  flex: 0 0 100vw;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background: var(--cream);
}

.panel-bg,
.services-bg,
.about-image,
.contact-bg {
  position: absolute;
  inset: -8%;
  background-size: cover;
  background-position: center;
  will-change: transform;
}

.hero-bg {
  background-image: url("../assets/bg1.jpg");
  background-position: center right;
  transform: scale(1.08)
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(254, 254, 242, .98) 0%, rgba(254, 254, 242, .84) 26%, rgba(254, 254, 242, .1) 59%, rgba(1, 20, 45, .08) 100%)
}

.hero-vignette:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(1, 20, 45, .2), transparent 40%)
}

.side-index {
  position: absolute;
  left: 4.2vw;
  top: 28%;
  height: 48%;
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  padding-left: 24px;
  border-left: 1px solid rgba(1, 46, 111, .15);
  z-index: 3;
  display: none;

}

.side-index span {
  font-size: 12px;
  color: #7b8595;
  font-weight: 700
}

.side-index span.active {
  color: var(--orange)
}

.hero-content {
  position: absolute;
  z-index: 4;
  left: 13.7vw;
  top: 24%;
  max-width: 620px
}

.eyebrow,
.kicker {
  font-size: 12px;
  letter-spacing: .45em;
  font-weight: 800;
  margin: 0 0 20px
}

.kicker {
  letter-spacing: .18em;
  color: var(--orange)
}

.hero-content h1,
.section-heading h2,
.about-copy h2,
.contact-copy h2 {
  font-size: clamp(50px, 5.3vw, 92px);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 0;
  font-weight: 800
}

.hero-content h1 em,
.section-heading h2 em,
.about-copy h2 em,
.contact-copy h2 em {
  font-style: normal;
  color: var(--orange)
}

.orange-rule {
  width: 38px;
  height: 3px;
  background: var(--orange);
  margin: 32px 0 25px
}

.hero-copy,
.section-heading>p:last-child,
.about-copy>p,
.contact-copy>p {
  color: #56657a;
  font-size: 15px;
  line-height: 1.9;
  max-width: 440px;
  margin: 0
}

.pill-button {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 24px
}

.pill-button span {
  font-size: 18px
}

.glass {
  position: absolute;
  right: 4.2vw;
  bottom: 8.5%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 18px 26px;
  border-radius: 28px;
  background: rgba(5, 21, 42, .78);
  backdrop-filter: blur(18px);
  color: white;
  box-shadow: 0 20px 60px rgba(1, 17, 38, .25)
}

.hero-stats>div {
  padding-right: 32px;
  border-right: 1px solid rgba(255, 255, 255, .22)
}

.hero-stats strong {
  display: block;
  font-size: 23px
}

.hero-stats strong.orange {
  color: var(--orange)
}

.hero-stats small {
  font-size: 9px;
  letter-spacing: .1em;
  color: rgba(255, 255, 255, .68)
}

.watch {
  display: flex;
  align-items: center;
  gap: 14px;
  color: white;
  text-align: left
}

.watch i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: white;
  color: var(--blue);
  border-radius: 50%;
  font-style: normal;
  font-size: 13px
}

.watch span {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .06em;
  font-weight: 800
}

.scroll-hint {
  position: absolute;
  z-index: 5;
  left: 4.2vw;
  bottom: 8%;
  color: white;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .08em
}

.scroll-hint i {
  display: block;
  width: 1px;
  height: 34px;
  background: white;
  margin: 10px 0 0 10px;
  opacity: .65
}

.section-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12vh 12vw 7vh;
  z-index: 3
}

.panel-projects {
  background: var(--cream)
}

.panel-projects:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 20%, rgba(123, 151, 190, .2), transparent 35%)
}

.section-heading {
  max-width: 560px
}

.section-heading h2 {
  font-size: clamp(48px, 4.4vw, 76px)
}

.filter-row {
  position: absolute;
  right: 7vw;
  top: 25vh;
  display: flex;
  gap: 27px;
  align-items: center
}

.filter-row button {
  font-size: 11px;
  font-weight: 800;
  color: var(--blue);
  padding: 10px 0
}

.filter-row button.active {
  background: white;
  border-radius: 999px;
  padding: 12px 20px;
  box-shadow: 0 10px 25px rgba(1, 46, 111, .08)
}

.project-track {
  display: flex;
  gap: 18px;
  margin-top: 28px;
  transform: translateX(0);
  transition: transform .7s var(--ease)
}

.project-card {
  position: relative;
  flex: 0 0 min(23vw, 390px);
  height: 51vh;
  border-radius: 16px;
  overflow: hidden;
  background: #17283f;
  box-shadow: 0 18px 45px rgba(1, 46, 111, .13)
}

.card-image {
  position: absolute;
  inset: 0
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease)
}

.project-card:hover .card-image img {
  transform: scale(1.07)
}

.card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  color: white;
  background: linear-gradient(180deg, rgba(2, 20, 42, .08) 25%, rgba(2, 20, 42, .92) 100%)
}

.card-no {
  font-size: 13px
}

.card-overlay>div {
  margin-top: auto
}

.card-overlay h3 {
  font-size: 18px;
  margin: 0 0 5px
}

.card-overlay p {
  font-size: 12px;
  color: #cbd3dd;
  margin: 0 0 12px
}

.card-overlay small {
  font-size: 10px;
  color: #e4e8ed
}

.card-overlay button {
  align-self: flex-end;
  margin-top: -46px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-size: 22px
}

.track-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 25px
}

.track-controls button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(1, 46, 111, .2);
  border-radius: 50%;
  font-size: 18px
}

.track-controls button:hover {
  background: var(--blue);
  color: white
}

.track-progress {
  width: 280px;
  height: 2px;
  background: rgba(1, 46, 111, .15);
  position: relative
}

.track-progress i {
  position: absolute;
  left: 0;
  top: 0;
  width: 28%;
  height: 100%;
  background: var(--orange)
}

.track-controls>span {
  font-size: 10px;
  font-weight: 800
}

.panel-services {
  background: #eef2f5
}

.services-bg {
  background: linear-gradient(90deg, rgba(238, 242, 245, .98) 0%, rgba(238, 242, 245, .93) 43%, rgba(238, 242, 245, .58)), url("../assets/bg3.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(.65);
  transform: scale(1.08)
}

.services-layout {
  display: grid;
  grid-template-columns: 36% 54%;
  gap: 7%;
  align-items: center;
  padding-top: 15vh
}

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

.service {
  display: grid;
  grid-template-columns: 50px 1fr 40px;
  align-items: center;
  gap: 15px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  transition: padding .35s var(--ease)
}

.service:hover {
  padding-left: 12px;
  padding-right: 12px;
  background: rgba(255, 255, 255, .45)
}

.service>span {
  font-size: 11px;
  color: var(--orange);
  font-weight: 800
}

.service h3 {
  font-size: 18px;
  margin: 0 0 7px
}

.service p {
  margin: 0;
  max-width: 530px;
  color: #617086;
  font-size: 12px;
  line-height: 1.7
}

.service>b {
  font-size: 20px;
  font-weight: 400
}

.panel-about {
  background: #0a203a;
  color: white
}

.about-image {
  background-image: url("../assets/bg2.jpg");
  background-position: center;
  transform: scale(1.12);
  filter: saturate(.75)
}

.about-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(1, 23, 49, .92), rgba(1, 23, 49, .73) 45%, rgba(1, 23, 49, .2))
}

.about-layout {
  display: flex;
  align-items: center;
  padding-left: 13.7vw
}

.about-number {
  position: absolute;
  left: 4.2vw;
  top: 27%;
  font-size: 12px;
  color: var(--orange);
  font-weight: 800
}

.about-copy {
  max-width: 690px
}

.about-copy h2 {
  font-size: clamp(50px, 5vw, 85px)
}

.about-copy>p {
  color: #d3dae3;
  max-width: 600px
}

.about-metrics {
  display: flex;
  gap: 55px;
  margin-top: 42px
}

.about-metrics strong {
  display: block;
  font-size: 35px
}

.about-metrics span {
  font-size: 9px;
  letter-spacing: .18em;
  color: #aeb9c6
}

.panel-process {
  background: var(--cream)
}

.process-lines {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0, transparent 49.9%, rgba(1, 46, 111, .08) 50%, transparent 50.1%);
  opacity: .7
}

.process-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 12vh;
  border-top: 1px solid var(--line)
}

.process-step {
  min-height: 37vh;
  padding: 32px 28px 0 0;
  border-right: 1px solid var(--line);
  margin-right: 30px;
  position: relative
}

.process-step:last-child {
  border-right: 0
}

.process-step span {
  font-size: 12px;
  color: var(--orange);
  font-weight: 800
}

.process-step h3 {
  font-size: 28px;
  margin: 42px 0 18px;
  letter-spacing: -.03em
}

.process-step p {
  color: #617086;
  line-height: 1.8;
  font-size: 13px;
  max-width: 230px
}

.panel-contact {
  background: #071d36;
  color: white
}

.contact-bg {
  background: radial-gradient(circle at 75% 50%, rgba(245, 102, 34, .22), transparent 25%), linear-gradient(120deg, #061a32, #012e6f);
  opacity: 1
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
  padding-left: 13.7vw;
  padding-right: 13.7vw
}

.contact-copy h2 {
  font-size: clamp(48px, 5vw, 82px)
}

.contact-copy>p {
  color: #c5d0dd;
  max-width: 500px
}

.contact-email {
  display: inline-block;
  margin-top: 25px;
  color: var(--orange);
  font-size: 17px;
  font-weight: 700
}

.contact-form {
  display: grid;
  gap: 18px
}

.contact-form label {
  font-size: 10px;
  letter-spacing: .12em;
  color: #aeb9c6;
  font-weight: 800
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  margin-top: 8px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  background: transparent;
  color: white;
  outline: none;
  border-radius: 0;
  resize: none
}

.contact-form select option {
  color: var(--blue)
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8190a2
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--orange)
}

.contact-form .pill-button {
  border: 0
}

footer {
  position: absolute;
  left: 13.7vw;
  right: 4.2vw;
  bottom: 4%;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: .12em;
  color: #94a3b6;
  border-top: 1px solid rgba(255, 255, 255, .13);
  padding-top: 16px
}

.page-dots {
  position: fixed;
  z-index: 40;
  left: 4.2vw;
  bottom: 7%;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.page-dots button {
  font-size: 10px;
  color: #7e8998;
  font-weight: 800;
  transition: .25s
}

.page-dots button.active {
  color: var(--orange);
  transform: translateX(5px)
}

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .9s var(--ease), transform .9s var(--ease)
}

.panel.is-active .reveal {
  opacity: 1;
  transform: none
}

.panel.is-active .reveal:nth-child(2) {
  transition-delay: .08s
}

.panel.is-active .reveal:nth-child(3) {
  transition-delay: .16s
}

.panel.is-active .reveal:nth-child(4) {
  transition-delay: .24s
}

@media (max-width:1100px) {
  .main-nav {
    gap: 18px
  }

  .main-nav button {
    font-size: 11px
  }

  .hero-content {
    left: 12vw
  }

  .hero-stats {
    right: 3vw;
    gap: 20px
  }

  .section-inner {
    padding-left: 11vw;
    padding-right: 7vw
  }

  .project-card {
    flex-basis: 29vw
  }

  .filter-row {
    right: 6vw
  }
}

@media (max-width:800px) {
  html,
  body {
    width: 100%;
    min-height: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  body {
    -webkit-overflow-scrolling: touch;
  }

  .stage {
    width: 100%;
    height: auto;
    min-height: 100svh;
    display: block;
    transform: none !important;
    overflow: visible;
  }

  .panel {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }

  .topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 14px 6vw;
    min-height: 72px;
    z-index: 100;
  }

  .brand,
  .brand img {
    width: 44px;
    height: 44px;
  }

  .main-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    padding: 11px;
    pointer-events: auto;
    background: rgba(255,255,255,.88);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(1,46,111,.12);
    position: relative;
    z-index: 102;
  }

  .menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--blue);
    transition: transform .25s ease, opacity .25s ease;
  }

  body.menu-open .menu-toggle {
    background: var(--orange);
  }

  body.menu-open .menu-toggle span {
    background: white;
  }

  body.menu-open .menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .side-index,
  .page-dots,
  .scroll-hint {
    display: none;
  }

  .hero-bg,
  .services-bg,
  .about-image {
    inset: 0;
  }

  .hero-bg {
    background-position: 62% center;
  }

  .hero-vignette {
    background:
      linear-gradient(180deg, rgba(254,254,242,.96) 0%, rgba(254,254,242,.78) 35%, rgba(254,254,242,.18) 68%, rgba(1,20,45,.28) 100%);
  }

  .hero-content {
    position: absolute;
    left: 8vw;
    right: 8vw;
    top: 18%;
    max-width: none;
  }

  .eyebrow {
    font-size: 9px;
    letter-spacing: .24em;
    margin-bottom: 16px;
  }

  .hero-content h1 {
    font-size: clamp(42px, 12vw, 68px);
    line-height: .98;
  }

  .orange-rule {
    margin: 24px 0 18px;
  }

  .hero-copy {
    font-size: 13px;
    line-height: 1.75;
    max-width: 340px;
  }

  .hero-content .pill-button {
    margin-top: 24px;
  }

  .hero-stats {
    left: 6vw;
    right: 6vw;
    bottom: max(24px, env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
    padding: 13px 14px;
    gap: 8px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .hero-stats > div {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 8px;
  }

  .hero-stats > div:last-of-type {
    border-right: 0;
  }

  .hero-stats strong {
    font-size: 17px;
  }

  .hero-stats small {
    display: block;
    font-size: 6.5px;
    line-height: 1.3;
    letter-spacing: .04em;
    white-space: nowrap;
  }

  .watch {
    display: none;
  }

  .section-inner {
    width: 100%;
    height: auto;
    min-height: 100svh;
    padding: 100px 8vw 56px;
  }

  .section-heading {
    max-width: 100%;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(42px, 11vw, 58px);
    line-height: .98;
  }

  .section-heading > p:last-child,
  .about-copy > p,
  .service p {
    font-size: 13px;
    line-height: 1.75;
  }

  /* Projects */
  .filter-row {
    position: static;
    width: calc(100% + 8vw);
    margin: 22px 0 12px;
    padding: 4px 0 8px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .filter-row::-webkit-scrollbar {
    display: none;
  }

  .filter-row button {
    flex: 0 0 auto;
    padding: 10px 12px;
    font-size: 9px;
  }

  .filter-row button.active {
    padding: 10px 14px;
  }

  .project-track {
    width: calc(100% + 8vw);
    margin: 18px 0 0;
    padding: 0 8vw 12px 0;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    transform: none !important;
  }

  .project-track::-webkit-scrollbar {
    display: none;
  }

  .project-card {
    flex: 0 0 78vw;
    width: 78vw;
    max-width: 390px;
    height: min(58svh, 520px);
    min-height: 350px;
    scroll-snap-align: start;
  }

  .project-card .card-overlay {
    padding: 17px;
  }

  .track-controls {
    display: none;
  }

  /* Services */
  .services-bg {
    background-position: 68% center;
  }

  .services-layout,
  .contact-layout {
    display: block;
  }

  .services-layout {
    padding-top: 100px;
  }

  .service-list {
    margin-top: 36px;
  }

  .service {
    grid-template-columns: 30px minmax(0, 1fr) 22px;
    gap: 10px;
    padding: 20px 0;
  }

  .service h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .service p {
    font-size: 11px;
    line-height: 1.65;
  }

  .service > b {
    font-size: 17px;
  }

  /* About */
  .about-image {
    background-position: 58% center;
  }

  .about-layout {
    display: flex;
    align-items: flex-end;
    padding: 120px 8vw 70px;
  }

  .about-number {
    display: none;
  }

  .about-copy {
    max-width: 100%;
  }

  .about-copy h2 {
    font-size: clamp(42px, 11vw, 60px);
  }

  .about-copy > p {
    max-width: 100%;
  }

  .about-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 30px;
    margin-top: 32px;
  }

  .about-metrics > div {
    min-width: 65px;
  }

  .about-metrics strong {
    font-size: 27px;
  }

  .about-metrics span {
    font-size: 8px;
  }

  /* Process */
  .process-track {
    display: flex;
    width: calc(100% + 8vw);
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 45px;
    margin-right: 0;
    padding-right: 8vw;
    border-top: 1px solid var(--line);
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .process-track::-webkit-scrollbar {
    display: none;
  }

  .process-step {
    flex: 0 0 72vw;
    min-width: 72vw;
    min-height: 280px;
    padding: 28px 24px 28px 0;
    margin-right: 24px;
    border-right: 1px solid var(--line);
    scroll-snap-align: start;
  }

  .process-step:last-child {
    border-right: 0;
  }

  .process-step h3 {
    font-size: 25px;
    margin: 30px 0 14px;
  }

  .process-step p {
    font-size: 12px;
    line-height: 1.7;
  }

  /* Contact */
  .contact-layout {
    padding-top: 105px;
  }

  .contact-copy h2 {
    font-size: clamp(40px, 10.5vw, 56px);
  }

  .contact-copy > p {
    font-size: 13px;
    line-height: 1.75;
  }

  .contact-email {
    margin-top: 18px;
    font-size: 15px;
  }

  .contact-form {
    margin-top: 40px;
    gap: 16px;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    font-size: 14px;
    padding: 11px 0;
  }

  .contact-form .pill-button {
    margin-top: 8px;
  }

  footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 54px 0 0;
    padding-top: 14px;
    gap: 10px 18px;
    flex-wrap: wrap;
    line-height: 1.5;
  }

  /* Full-screen mobile menu */
  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .main-nav {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 101;
    width: 100%;
    height: 100svh;
    background: var(--cream);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24vw 12vw;
    gap: 16px;
    overflow-y: auto;
  }

  body.menu-open .main-nav button {
    font-size: clamp(22px, 7vw, 30px);
    padding: 8px 0;
    background: transparent;
    box-shadow: none;
  }

  body.menu-open .main-nav button.nav-cta {
    margin-top: 12px;
    padding: 14px 20px;
    font-size: 12px;
  }
}

@media (max-width:420px) {
  body,html {
    overflow: hidden;
  }
  .topbar {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-content {
    left: 7vw;
    right: 7vw;
    top: 16%;
  }

  .hero-content h1 {
    font-size: 44px;
  }

  .hero-copy {
    max-width: 300px;
  }

  .hero-stats {
    left: 5vw;
    right: 5vw;
    padding: 11px 8px;
  }

  .hero-stats > div {
    padding: 0 5px;
  }

  .hero-stats strong {
    font-size: 15px;
  }

  .hero-stats small {
    font-size: 5.5px;
  }

  .section-inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .project-track,
  .process-track {
    width: calc(100% + 7vw);
  }

  .project-card {
    flex-basis: 82vw;
    width: 82vw;
  }

  .service {
    grid-template-columns: 27px minmax(0, 1fr) 18px;
    gap: 8px;
  }

  .service p {
    font-size: 10.5px;
  }

  .about-metrics {
    gap: 18px 22px;
  }
}

@media (max-width:800px) and (orientation:landscape) {
  .panel {
    min-height: 620px;
  }

  .hero-content {
    top: 105px;
  }

  .hero-stats {
    bottom: 18px;
  }

  .about-layout {
    padding-top: 110px;
  }
}

body.menu-open .main-nav {
  display: flex;
  position: fixed;
  inset: 0;
  background: var(--cream);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15vw;
  gap: 25px
}

body.menu-open .main-nav button {
  font-size: 25px
}