:root {
  --bg: #050505;
  --panel: #101010;
  --panel-soft: #141414;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.3);
  --text: #f5f5f5;
  --muted: #a2a2a2;
  --muted-strong: #c8c8c8;
  --accent: #d0ff00;
  --accent-deep: #9cc200;
  --shell: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: var(--bg);
  color: var(--text);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.page-backdrop {
  position: fixed;
  top: 0;
  width: min(50vw, 760px);
  height: min(72vh, 820px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: url("./assets/background.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0 62%, rgba(0, 0, 0, 0) 100%);
}

.page-backdrop:not(.page-backdrop--left) {
  right: 0;
}

.page-backdrop--left {
  left: 0;
  opacity: 0.4;
  background-image: url("./assets/img247-removebg-preview.png");
  background-position: left top;
}

.page-frame {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

body::before,
body::after,
.page-frame::before,
.page-frame::after {
  content: "";
  position: fixed;
  z-index: 20;
  pointer-events: none;
}

body::before,
body::after {
  top: 0;
  bottom: 0;
  width: 2px;
}

body::before {
  left: 2px;
}

body::after {
  right: 2px;
}

.page-frame::before,
.page-frame::after {
  left: 0;
  right: 0;
  height: 2px;
}

.page-frame::before {
  top: 0;
}

.page-frame::after {
  bottom: 0;
}

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

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

button,
a,
input,
select,
textarea {
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 64px, var(--shell));
  margin: 0 auto;
  padding: 0 0 48px;
}

.site-shell::before,
.site-shell::after,
.hero::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}

.site-shell::before {
  display: none;
}

.site-shell::after {
  top: 410px;
  left: -150px;
  z-index: 0;
  width: min(28vw, 320px);
  height: min(32vw, 360px);
  opacity: 0.42;
  transform: rotate(196deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 380'%3E%3Cg fill='none' stroke='%23d0ff00' stroke-width='1.35' stroke-linecap='round' opacity='0.78'%3E%3Cpath d='M30 24 C67 92 121 138 196 150 C259 160 314 136 390 44'/%3E%3Cpath d='M24 39 C64 101 117 145 191 156 C253 166 308 143 384 55'/%3E%3Cpath d='M19 54 C62 110 114 152 186 163 C249 172 303 151 379 66'/%3E%3Cpath d='M14 69 C60 119 111 160 182 170 C244 179 299 159 374 78'/%3E%3Cpath d='M10 84 C59 127 109 167 179 177 C240 186 295 168 370 91'/%3E%3Cpath d='M7 99 C59 135 108 174 177 184 C237 194 292 177 367 104'/%3E%3Cpath d='M5 114 C60 143 108 181 176 191 C235 202 290 186 365 118'/%3E%3Cpath d='M4 129 C62 151 109 188 176 199 C234 210 289 196 364 133'/%3E%3Cpath d='M4 144 C65 158 111 195 177 206 C234 219 289 206 364 148'/%3E%3Cpath d='M5 159 C69 165 114 202 180 214 C236 227 290 217 365 163'/%3E%3Cpath d='M7 174 C74 171 118 208 184 221 C239 235 292 228 367 179'/%3E%3Cpath d='M10 189 C80 176 123 214 189 228 C243 243 295 239 370 194'/%3E%3C/svg%3E");
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 15;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 0 40px;
  background: rgba(16, 16, 16, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.brand-mark {
  position: relative;
  display: inline-grid;
  min-width: 0;
  width: fit-content;
  row-gap: 6px;
  color: var(--text);
}

.brand-mark__image {
  display: block;
  width: min(100%, 560px);
  height: auto;
}

.brand-mark__tagline {
  margin: 0;
  color: var(--accent);
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  justify-self: start;
  margin-left: 50%;
  letter-spacing: 0.02em;
  text-transform: none;
}

.brand-mark__wordmark {
  margin: 0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.82;
  letter-spacing: -0.06em;
  text-transform: none;
}

.brand-mark__wordmark span {
  color: var(--text);
}

.brand-mark--header {
  align-self: center;
  padding-top: 0;
}

.brand-mark--header .brand-mark__image {
  width: min(100%, 180px);
}

.brand-mark--header .brand-mark__tagline {
  font-size: 0.58rem;
}

.brand-mark--header .brand-mark__wordmark {
  font-size: 3.2rem;
}

.brand-mark--hero .brand-mark__tagline {
  margin-left: 18%;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
}

.brand-mark--hero {
  max-width: min(100%, 560px);
}

.brand-mark--hero .brand-mark__wordmark {
  font-size: clamp(5rem, 12vw, 8.8rem);
  font-weight: 800;
  padding-left: 0.08em;
  -webkit-text-stroke: 0.45px rgba(245, 245, 245, 0.38);
  text-shadow: 0 0 1px rgba(245, 245, 245, 0.18);
}

.brand-mark--footer .brand-mark__tagline {
  font-size: 0.56rem;
}

.brand-mark--footer .brand-mark__wordmark {
  font-size: 3.6rem;
}

.nav {
  display: inline-flex;
  justify-content: center;
  gap: 34px;
}

.nav a,
.topbar__cta,
.contact-form label span,
.contact__label,
.footer__links p,
.values-card__title,
.section-kicker,
.hero__scroll span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav a {
  color: #d8d8d8;
  font-size: 14px;
}

.nav a:hover,
.nav a.is-active,
.nav a[aria-current=true],
.nav a:focus-visible,
.footer a:hover,
.footer a:focus-visible {
  color: var(--accent);
}

.topbar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  min-width: 122px;
  min-height: 40px;
  padding: 0 18px;
  background: var(--accent);
  color: #0a0a0a;
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line-strong);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

main,
.footer {
  position: relative;
  z-index: 1;
  padding: 0 40px;
}

.hero {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 74px);
  padding: 140px 0 120px;
}

.hero::before {
  top: 320px;
  right: -220px;
  z-index: -1;
  width: min(34vw, 420px);
  height: min(44vw, 500px);
  opacity: 0.18;
  transform: rotate(178deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 540'%3E%3Cg fill='none' stroke='%23d0ff00' stroke-width='1.2' stroke-linecap='round' opacity='0.75'%3E%3Cpath d='M354 0 C391 80 399 132 370 176 C340 221 278 248 241 295 C204 342 193 419 215 540'/%3E%3Cpath d='M343 0 C381 79 389 130 360 174 C331 218 271 245 235 291 C199 338 188 417 210 540'/%3E%3Cpath d='M332 0 C370 77 379 128 350 171 C322 214 265 242 229 286 C195 333 184 413 207 540'/%3E%3Cpath d='M321 0 C360 75 370 126 341 168 C314 210 259 238 224 282 C191 328 182 409 206 540'/%3E%3Cpath d='M310 0 C350 73 361 123 333 164 C306 205 254 233 220 277 C189 322 182 404 207 540'/%3E%3Cpath d='M299 0 C341 70 353 120 326 160 C300 199 250 229 217 272 C187 316 184 399 210 540'/%3E%3Cpath d='M288 0 C332 67 346 117 320 155 C295 193 247 223 215 266 C187 309 188 393 215 540'/%3E%3Cpath d='M277 0 C324 63 339 114 315 150 C291 186 245 217 215 260 C188 301 194 387 222 540'/%3E%3Cpath d='M266 0 C317 59 334 110 312 145 C289 178 244 210 216 253 C191 293 201 380 231 540'/%3E%3Cpath d='M255 0 C311 55 330 106 310 139 C288 170 245 203 219 246 C196 284 210 372 242 540'/%3E%3C/svg%3E");
}

.section-kicker {
  margin: 0 0 24px;
  color: var(--accent);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.94;
  letter-spacing: -0.06em;
}

h1,
h2,
.statement-card h3,
.vision-card--primary h2,
.contact__content h2 {
  font-family: "Space Grotesk", sans-serif;
}

h1 {
  font-size: clamp(5rem, 12vw, 8.8rem);
}

h1 span {
  color: var(--accent);
}

h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 800;
}

p,
li {
  line-height: 1.6;
}

.hero__lede {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--muted-strong);
  font-size: 1.2rem;
  text-wrap: balance;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 44px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--line-strong);
  font-size: 0.82rem;
  font-weight: 700;
}

.button span {
  margin-left: 10px;
}

.button:hover,
.button:focus-visible,
.topbar__cta:hover,
.topbar__cta:focus-visible {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #090909;
}

.button--secondary {
  background: transparent;
  color: #f5f5f5;
}

.button--full {
  width: 100%;
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 34px;
  display: grid;
  gap: 10px;
  justify-items: center;
  transform: translateX(-50%);
}

.hero__scroll::after {
  content: "";
  width: 1px;
  height: 24px;
  background: var(--accent-deep);
}

.section {
  padding: 54px 0 0;
  scroll-margin-top: 92px;
}

.section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
}

.section-head--split {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: start;
}

.section-head p:last-child,
.statement-card p,
.vision-card p,
.footer__brand p,
.visual-card__label span,
.service-card li,
.contact__item a:not(.contact__value),
.contact__item p:not(.contact__label):not(.contact__value) {
  color: var(--muted);
}

.services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.visual-card,
.statement-card,
.vision-card,
.values-card,
.contact-form,
.contact__item {
  position: relative;
}

.service-card {
  min-height: 224px;
  padding: 18px 16px 18px;
}

.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.service-card__icon,
.service-card__index {
  color: var(--accent-deep);
  font-size: 1.9rem;
  font-weight: 800;
}

.service-card h3 {
  max-width: 8ch;
  margin-bottom: 16px;
  font-size: 1.55rem;
  line-height: 0.98;
}

.service-card ul {
  margin: 0;
  padding-left: 14px;
}

.service-card li {
  font-size: 0.9rem;
}

.service-card li + li {
  margin-top: 8px;
}

.services-detail {
  position: relative;
  padding-top: 26px;
}

.services-detail__head {
  margin-bottom: 24px;
}

.services-detail__head h2 {
  color: #FFFFFF;
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.services-detail__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
}

.services-detail__card {
  min-width: 0;
  padding: 20px 26px 26px;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.services-detail__card:nth-child(2n) {
  border-right: 0;
}

.services-detail__card h3 {
  margin-bottom: 18px;
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.85rem, 3.1vw, 2.7rem);
  font-weight: 700;
  line-height: 0.94;
}

.services-detail__card p {
  max-width: 34rem;
  margin: 0 0 20px;
  color: #d3d3d3;
  font-size: 0.99rem;
}

.services-detail__card ul {
  margin: 0;
  padding-left: 1.5rem;
  color: #d7d7d7;
}

.services-detail__card li {
  font-size: 0.98rem;
  line-height: 1.55;
}

.services-detail__card li + li {
  margin-top: 4px;
}

.portfolio-grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 6px;
  padding-top: 28px;
  border-top: 1px solid var(--line-strong);
}

#portfolio .section-head h2 {
  color: #FFFFFF;
}

.airport-showcase {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  padding: 24px;
  background: #141414;
  border: 1px solid var(--line-strong);
}

.airport-showcase__copy {
  position: relative;
  display: grid;
  align-content: center;
  gap: 26px;
  min-height: 100%;
  padding: 4px 4px 4px 0;
}

.airport-showcase__copy h3 {
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  line-height: 0.98;
}

.airport-showcase__copy p {
  max-width: 34rem;
  margin: 0;
  color: #c4c4c4;
  font-size: 18px;
  line-height: 1.52;
  text-wrap: pretty;
}

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

.airport-showcase__image {
  margin: 0;
  overflow: hidden;
  background: #0b0b0b;
  border: 1px solid var(--line-strong);
  cursor: pointer;
}

.airport-showcase__image--hero {
  grid-column: 1/-1;
}

.airport-showcase__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.airport-showcase__image:hover img,
.airport-showcase__image:focus-visible img {
  transform: scale(1.045);
}

.airport-showcase__image:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.portfolio-lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 32px 20px;
  background: rgba(2, 5, 12, 0.88);
  backdrop-filter: blur(10px);
}

.portfolio-lightbox[hidden] {
  display: none;
}

.portfolio-lightbox__dialog {
  position: relative;
  width: min(100%, 540px);
  max-height: calc(100vh - 64px);
}

.portfolio-lightbox__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 64px);
  object-fit: contain;
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.portfolio-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(7, 12, 24, 0.72);
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.portfolio-lightbox__close:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

body.lightbox-open {
  overflow: hidden;
}

.airport-showcase__image--hero img {
  aspect-ratio: 1.82;
}

.airport-showcase__image--detail img {
  aspect-ratio: 1;
}

.airport-showcase--single .airport-showcase__media {
  grid-template-columns: 1fr;
}

.airport-showcase--single .airport-showcase__image {
  height: 100%;
}

.airport-showcase--single .airport-showcase__image--hero img {
  aspect-ratio: auto;
  min-height: 100%;
}

.visual-card {
  overflow: hidden;
  min-height: 300px;
}

.visual-card--wide {
  min-height: 276px;
}

.visual-card--airport,
.visual-card--mall,
.visual-card--panel {
  background-color: #0a0a0a;
  background-size: cover;
  background-position: center;
}

.visual-card--airport {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.68)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 560'%3E%3Crect width='900' height='560' fill='%23091218'/%3E%3Crect x='0' y='0' width='900' height='130' fill='%230d1c26'/%3E%3Cpath d='M450 40 L880 530 H20 Z' fill='none' stroke='%23385863' stroke-width='4'/%3E%3Cpath d='M450 20 L850 540' stroke='%233a505b' stroke-width='3'/%3E%3Cpath d='M450 20 L50 540' stroke='%233a505b' stroke-width='3'/%3E%3Cpath d='M165 0 V560 M265 0 V560 M365 0 V560 M535 0 V560 M635 0 V560 M735 0 V560' stroke='%231b313c' stroke-width='3'/%3E%3Cpath d='M0 445 H900 M0 505 H900' stroke='%23223844' stroke-width='3'/%3E%3Crect x='350' y='98' width='200' height='36' fill='%230e1822' stroke='%234f6772'/%3E%3Ctext x='382' y='122' fill='%23f1f1f1' font-family='Arial' font-size='18'%3EA17   B23   C09%3C/text%3E%3Cellipse cx='450' cy='550' rx='360' ry='28' fill='%23101e25'/%3E%3C/svg%3E");
}

.visual-card--mall {
  background-image: linear-gradient(180deg, rgba(1, 8, 11, 0.15), rgba(4, 6, 8, 0.6)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 820'%3E%3Crect width='700' height='820' fill='%23071017'/%3E%3Crect y='570' width='700' height='250' fill='%2310171f'/%3E%3Cpath d='M70 620 L190 280 H520 L630 620 Z' fill='%2316212c' stroke='%232b3946' stroke-width='4'/%3E%3Crect x='280' y='220' width='140' height='400' fill='%2324323f'/%3E%3Cpath d='M302 250 V600 M330 250 V600 M358 250 V600 M386 250 V600' stroke='%23d7bc8b' opacity='0.75'/%3E%3Crect x='108' y='334' width='98' height='58' fill='%23283a45'/%3E%3Crect x='492' y='334' width='98' height='58' fill='%23283a45'/%3E%3Crect x='295' y='602' width='110' height='18' fill='%23090d10'/%3E%3Cpath d='M0 730 H700' stroke='%23895d2d' stroke-width='3' opacity='0.6'/%3E%3Cpath d='M0 760 H700' stroke='%235392c7' stroke-width='4' opacity='0.45'/%3E%3Ccircle cx='126' cy='650' r='24' fill='%23202127'/%3E%3Ccircle cx='570' cy='650' r='24' fill='%23202127'/%3E%3C/svg%3E");
}

.visual-card--panel {
  min-height: 280px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.55)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 520'%3E%3Crect width='540' height='520' fill='%230d0d0d'/%3E%3Crect x='55' y='55' width='215' height='330' fill='%23121212' stroke='%23313131' stroke-width='3'/%3E%3Crect x='84' y='92' width='158' height='240' fill='none' stroke='%23464646'/%3E%3Cg stroke='%23424242' opacity='0.7'%3E%3Cpath d='M95 128 H230 M95 150 H230 M95 172 H230 M95 194 H230 M95 216 H230 M95 238 H230 M95 260 H230 M95 282 H230'/%3E%3C/g%3E%3Cg fill='%23222222'%3E%3Ccircle cx='104' cy='350' r='7'/%3E%3Ccircle cx='133' cy='350' r='7'/%3E%3Ccircle cx='162' cy='350' r='7'/%3E%3Ccircle cx='191' cy='350' r='7'/%3E%3Ccircle cx='220' cy='350' r='7'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center left;
}

.visual-card__label {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: grid;
  gap: 3px;
}

.visual-card__label strong {
  font-size: 1rem;
}

.visual-card__label--compact strong,
.visual-card__label--compact span {
  max-width: 170px;
}

.statement-card {
  min-height: 280px;
  padding: 34px 24px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(208, 255, 0, 0.04));
}

.statement-card h3 {
  max-width: 11ch;
  font-size: clamp(2rem, 4vw, 4rem);
  text-wrap: balance;
}

.statement-card p {
  max-width: 420px;
  margin: 18px 0 24px;
}

.statement-card a {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vision-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.vision-card--primary {
  min-height: 200px;
  padding: 38px 34px;
  border-left: 3px solid var(--accent);
}

.vision-card--primary h2 {
  color: #FFFFFF;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.1;
}

.vision-card__icon {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--accent);
  font-size: 1.6rem;
}

.vision-card--primary p {
  max-width: none;
  margin-top: 16px;
  color: #bcbcbc;
  font-size: 1.08rem;
  line-height: 1.7;
  font-weight: 400;
}

.vision-stack {
  display: grid;
  gap: 12px;
  height: 100%;
}

.vision-card--secondary {
  padding: 22px 20px;
  border-left: 3px solid var(--accent);
}

.vision-card__title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
}

.vision-card--secondary p:last-child {
  margin: 16px 0 0;
  color: #bcbcbc;
  font-size: 1.08rem;
  line-height: 1.7;
}

#clients .section-head h2 {
  color: #FFFFFF;
}

.clients-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
  border-top: 1px solid var(--line-strong);
  padding-top: 28px;
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 28px;
}

.clients-carousel__viewport {
  overflow-x: auto;
  overflow-y: visible;
  min-height: clamp(144px, 16vw, 190px);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.clients-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.clients-carousel__track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  padding-right: 2px;
}

.clients-carousel__button {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(208, 255, 0, 0.34);
  background: rgba(16, 16, 16, 0.92);
  color: var(--accent);
  font-size: 1.85rem;
  line-height: 1;
}

.clients-carousel__button:hover,
.clients-carousel__button:focus-visible {
  background: rgba(208, 255, 0, 0.08);
  border-color: var(--accent);
}

.clients-carousel__button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.client-logo {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: clamp(160px, 18vw, 220px);
  height: clamp(144px, 16vw, 190px);
  margin: 0;
  padding: 8px 10px;
  scroll-snap-align: start;
}

.client-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  width: auto;
  height: auto;
  object-fit: contain;
}

.values-card {
  min-height: 194px;
  padding: 20px;
  background: var(--accent);
  color: #101010;
}

.values-card__title {
  margin: 0 0 18px;
  color: rgba(16, 16, 16, 0.55);
}

.values-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.values-card__list span {
  padding: 7px 10px;
  border: 1px solid rgba(16, 16, 16, 0.32);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  align-items: start;
  padding-bottom: 30px;
}

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

.contact__content h2 {
  max-width: 9ch;
  font-size: clamp(2.6rem, 5vw, 4.3rem);
}

.contact__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 38px;
  border-top: 1px solid var(--line-strong);
  padding: 20px 24px;
}

.contact__item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 0;
}

.contact__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #f5f5f5;
  flex-shrink: 0;
}

.contact__icon svg {
  width: 24px;
  height: 24px;
}

.contact__details {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.contact__label {
  color: #87B745;
  font-size: 1.05rem;
  font-weight: 500;
}

.contact__value {
  color: #f5f5f5;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-word;
}

.contact__item a,
.contact__item p {
  display: block;
  margin: 0;
}

.contact__item a.contact__value:hover,
.contact__item a.contact__value:focus-visible {
  color: var(--accent);
}

.contact-form {
  padding: 22px;
}

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

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

.contact-form label + label,
.contact-form__grid + label,
.contact-form label + button {
  margin-top: 18px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #0b0b0b;
  color: #f5f5f5;
  padding: 14px 16px;
  outline: none;
}

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

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 24px;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  border-top: 1px solid var(--line-strong);
}

.footer__brand,
.footer__legal {
  display: grid;
  gap: 16px;
}

.footer__brand p {
  max-width: 280px;
  margin: 0;
}

.footer__socials {
  display: flex;
  gap: 12px;
  color: #cfcfcf;
}

.footer__links {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.footer__links div {
  display: grid;
  gap: 14px;
}

.footer__links p,
.footer__legal p {
  margin: 0;
}

.contact-us-title {
  color: #FFFFFF;
}

.footer__links a,
.footer__legal a,
.footer__legal p {
  color: var(--muted);
  font-size: 16px;
}

.footer__legal {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-top: 44px;
  padding-top: 18px;
  border-top: 1px solid var(--line-strong);
}

.footer__legal div {
  display: inline-flex;
  gap: 16px;
}

.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;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@media (max-width: 980px) {
  .site-shell::before {
    top: 92px;
    right: -18px;
    width: min(54vw, 380px);
    height: min(78vh, 560px);
    opacity: 0.18;
  }
  .site-shell::after {
    top: 440px;
    left: -110px;
    width: min(34vw, 240px);
    height: min(42vw, 280px);
  }
  .hero::before {
    top: 260px;
    right: -160px;
    width: min(36vw, 280px);
    height: min(48vw, 360px);
  }
  .site-shell {
    width: min(100% - 28px, var(--shell));
  }
  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 0 18px;
  }
  .menu-toggle {
    display: inline-grid;
    place-content: center;
  }
  .nav {
    position: absolute;
    top: 74px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    justify-content: start;
    gap: 18px;
    padding: 16px 18px 20px;
    background: var(--panel);
    border: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
  }
  .nav.is-open {
    display: flex;
  }
  .topbar__cta {
    display: none;
  }
  main,
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }
  .footer::before {
    left: 18px;
    right: 18px;
  }
  .hero {
    min-height: auto;
    padding-top: 84px;
    padding-bottom: 90px;
  }
  .hero__lede,
  .section-head p:last-child,
  .statement-card p,
  .footer__brand p {
    max-width: none;
  }
  .contact__item,
  .statement-card,
  .vision-card--primary {
    max-width: none;
    min-height: auto;
  }
  .contact__meta {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .section-head--split,
  .services-grid,
  .services-detail__grid,
  .portfolio-grid,
  .vision-grid,
  .contact,
  .contact-form__grid,
  .footer__legal {
    grid-template-columns: 1fr;
  }
  .services-detail::after {
    right: -42px;
    width: min(42vw, 250px);
    height: min(18vw, 120px);
  }
  .services-detail__card,
  .services-detail__card:nth-child(2n) {
    border-right: 0;
  }
  .footer__links {
    justify-content: start;
    margin-top: 32px;
  }
  .airport-showcase {
    grid-template-columns: 1fr;
  }
  .airport-showcase__copy {
    min-height: auto;
    padding-right: 0;
  }
}
@media (max-width: 720px) {
  .site-shell::before {
    top: 112px;
    right: -24px;
    width: min(76vw, 280px);
    height: min(68vh, 420px);
    opacity: 0.14;
  }
  .site-shell::after {
    top: 460px;
    left: -90px;
    width: min(42vw, 180px);
    height: min(52vw, 220px);
    opacity: 0.28;
  }
  .hero::before {
    display: none;
  }
  .brand-mark--header .brand-mark__wordmark {
    font-size: 2.3rem;
  }
  .brand-mark--hero .brand-mark__tagline {
    margin-left: 0;
    font-size: 0.76rem;
  }
  .brand-mark--hero .brand-mark__wordmark {
    padding-left: 0;
    font-size: clamp(3.6rem, 19vw, 5.4rem);
    line-height: 0.9;
  }
  .brand-mark--footer .brand-mark__wordmark {
    font-size: 2.8rem;
  }
  .topbar {
    min-height: 68px;
  }
  .nav {
    top: 68px;
  }
  .hero__lede {
    font-size: 1rem;
  }
  .section {
    padding-top: 42px;
  }
  .section-head {
    margin-bottom: 24px;
  }
  .service-card {
    min-height: auto;
  }
  .services-detail {
    padding-top: 24px;
  }
  .services-detail::after {
    top: -6px;
    right: -20px;
    width: min(52vw, 190px);
    opacity: 0.42;
  }
  .services-detail__head {
    margin-bottom: 20px;
  }
  .services-detail__card {
    padding: 16px 18px 18px;
  }
  .services-detail__card h3 {
    margin-bottom: 14px;
    font-size: 1.75rem;
  }
  .services-detail__card p,
  .services-detail__card li {
    font-size: 0.94rem;
  }
  .service-card h3 {
    max-width: none;
    font-size: 1.35rem;
  }
  .visual-card,
  .visual-card--wide,
  .visual-card--panel,
  .statement-card {
    min-height: 240px;
  }
  .airport-showcase {
    gap: 18px;
    padding: 18px;
  }
  .airport-showcase__copy {
    gap: 18px;
  }
  .airport-showcase__copy p {
    font-size: 0.98rem;
  }
  .clients-carousel {
    gap: 10px;
  }
  .client-logo {
    width: 180px;
    height: 136px;
  }
  .airport-showcase__media {
    gap: 8px;
  }
  .vision-card--primary p,
  .vision-card--secondary p:last-child {
    max-width: none;
  }
  .contact {
    padding-bottom: 56px;
  }
  .contact__content h2 {
    max-width: none;
  }
  .contact__item {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }
  .button {
    width: 100%;
    min-width: 0;
  }
  .statement-card,
  .vision-card--primary,
  .contact-form,
  .service-card {
    padding-left: 18px;
    padding-right: 18px;
  }
  .footer__legal div {
    display: grid;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .page-backdrop,
  .site-shell::after {
    opacity: 0.16;
  }
  .site-shell {
    width: min(100% - 16px, var(--shell));
    padding-bottom: 32px;
  }
  .topbar,
  main,
  .footer {
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer::before {
    left: 12px;
    right: 12px;
  }
  .nav {
    left: 12px;
    right: 12px;
    padding: 14px;
  }
  .brand-mark--header .brand-mark__wordmark {
    font-size: 1.95rem;
  }
  .hero {
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .hero__actions {
    gap: 12px;
    margin-top: 32px;
  }
  .button {
    min-height: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .service-card,
  .statement-card,
  .vision-card--primary,
  .vision-card--secondary,
  .contact-form,
  .values-card {
    padding: 16px;
  }
  .clients-carousel {
    grid-template-columns: 1fr;
    padding-top: 22px;
  }
  .clients-carousel__button {
    display: none;
  }
  .clients-carousel__track {
    gap: 12px;
  }
  .client-logo {
    width: 146px;
    height: 118px;
    padding: 12px;
  }
  .airport-showcase {
    padding: 16px;
  }
  .airport-showcase__media {
    grid-template-columns: 1fr;
  }
  .airport-showcase__image--hero {
    grid-column: auto;
  }
  .airport-showcase__image--hero img,
  .airport-showcase__image--detail img {
    aspect-ratio: 1.08;
  }
  .services-detail__head h2 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }
  .services-detail__card {
    padding: 14px 16px 16px;
  }
  .values-card__list span {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }
  .contact__content h2,
  h2 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 12px 14px;
  }
  .footer__links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer__links div {
    gap: 10px;
  }
  .footer__legal {
    margin-top: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .js .reveal {
    opacity: 1;
    transform: none;
  }
  .clients-carousel__viewport {
    scroll-behavior: auto;
  }
}
