:root {
  --ink: #061426;
  --ink-soft: #082f63;
  --paper: #eef4f3;
  --white: #ffffff;
  --line: rgba(6, 20, 38, 0.18);
  --line-light: rgba(255, 255, 255, 0.22);
  --steel: #006fba;
  --signal: #0080cf;
  --amber: #0a7a47;
  --green: #0a7a47;
  --wash: #e4efed;
  --section-blue: #e4ebe8;
  --section-green-edge: #0a7a47;
  --carbon-texture:
    repeating-linear-gradient(45deg, rgba(8, 47, 99, 0.028) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(135deg, rgba(10, 122, 71, 0.024) 0 1px, transparent 1px 8px);
  --shadow: 0 24px 80px rgba(6, 47, 99, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
}

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

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

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background:
    linear-gradient(90deg, rgba(8, 47, 99, 0.07), rgba(10, 122, 71, 0.05)),
    rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(6, 20, 38, 0.16);
  color: var(--ink);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 1rem clamp(1.2rem, 3vw, 3rem);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
}

.brand,
.hero-actions,
.contact-details {
  display: flex;
}

.brand {
  align-items: center;
  min-width: 0;
}

.brand-logo {
  height: auto;
  width: clamp(11rem, 17vw, 15rem);
}

.site-nav {
  display: flex;
  gap: clamp(0.9rem, 2vw, 2rem);
  justify-content: center;
}

.site-nav a,
.header-cta {
  font-size: 0.92rem;
  font-weight: 600;
}

.site-nav a {
  color: rgba(6, 20, 38, 0.78);
}

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

.header-cta {
  border: 1px solid rgba(8, 47, 99, 0.34);
  box-shadow: inset 0 -0.18rem 0 rgba(10, 122, 71, 0.24);
  padding: 0.78rem 1rem;
  white-space: nowrap;
}

.vmat-modal {
  align-items: center;
  background: rgba(6, 20, 38, 0.62);
  display: none;
  inset: 0;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
  position: fixed;
  z-index: 20;
}

.vmat-modal.is-visible {
  display: flex;
}

.vmat-modal[hidden] {
  display: none;
}

.vmat-modal-panel {
  background:
    radial-gradient(circle at 88% 12%, rgba(0, 128, 207, 0.28), transparent 9rem),
    radial-gradient(circle at 8% 95%, rgba(10, 122, 71, 0.35), transparent 9rem),
    linear-gradient(135deg, #061426, #082f63 62%, #061426);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.55rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.38);
  color: var(--white);
  max-height: min(92vh, 44rem);
  max-width: 49rem;
  overflow: auto;
  padding: clamp(1rem, 2.2vw, 1.55rem);
  position: relative;
  width: min(100%, 49rem);
}

.vmat-modal-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.4rem;
  height: 2.25rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.25rem;
}

.vmat-modal-close:hover,
.vmat-modal-close:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  outline: 2px solid rgba(255, 255, 255, 0.36);
}

.vmat-modal-kicker {
  color: #8dd7b1;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 3rem 0.45rem 0;
  text-align: left;
  text-transform: uppercase;
}

.vmat-modal h2 {
  color: var(--white);
  font-size: clamp(1.45rem, 2.7vw, 2rem);
  line-height: 1.08;
  margin: 0 3rem 0.72rem 0;
  text-align: center;
}

.vmat-modal-copy {
  display: grid;
  gap: 0.62rem;
}

.vmat-modal-copy p {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.88rem, 1.18vw, 0.98rem);
  line-height: 1.43;
  margin: 0;
}

.vmat-modal-copy .vmat-modal-pill-line {
  display: grid;
  gap: 0.25rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(141, 215, 177, 0.35);
  border-radius: 999px;
  color: var(--white);
  font-weight: 800;
  line-height: 1.3;
  padding: 0.55rem 0.9rem;
  text-align: center;
}

.vmat-modal-actions {
  display: flex;
  margin-top: 0.8rem;
}

.vmat-modal-actions .button {
  background: var(--white);
  color: var(--ink);
}

.section-shell {
  margin: 0 auto;
  width: min(1200px, calc(100% - clamp(2.4rem, 6vw, 6rem)));
}

#partners,
#performance,
#headlines,
#services,
#contact {
  scroll-margin-top: 6.5rem;
}

.hero {
  min-height: min(760px, 86svh);
  overflow: hidden;
  position: relative;
}

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

.hero-media {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(248, 251, 250, 0.84) 0%, rgba(236, 244, 241, 0.58) 34%, rgba(228, 235, 232, 0.18) 64%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(8, 47, 99, 0.16), rgba(10, 122, 71, 0.18));
}

.hero-inner {
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  min-height: min(760px, 86svh);
  padding: clamp(6rem, 11vh, 7.8rem) 0 clamp(2.5rem, 5vh, 4rem);
  position: relative;
  width: min(1200px, calc(100% - clamp(2.4rem, 6vw, 6rem)));
}

.eyebrow,
.section-kicker,
.headline-date,
.service-number {
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  color: var(--steel);
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "IBM Plex Sans", "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.45rem, 8vw, 8.2rem);
  line-height: 0.92;
  margin-bottom: 1.4rem;
  max-width: 8ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.35rem);
  line-height: 1;
  margin-bottom: 0;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.15;
  margin-bottom: 0.9rem;
}

.hero-copy {
  color: rgba(6, 20, 38, 0.9);
  text-shadow: 0 0.06rem 0 rgba(255, 255, 255, 0.52);
  font-size: clamp(1.55rem, 2.8vw, 3.2rem);
  font-weight: 600;
  line-height: 1.2;
  max-width: 17ch;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.15rem 0 1.6rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0.72rem 1.08rem;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--ink-soft), #006fba);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #061f43, #0080cf);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(8, 47, 99, 0.34);
  color: var(--ink);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: var(--white);
}

.intro-band {
  background:
    linear-gradient(115deg, rgba(8, 47, 99, 0.14), rgba(10, 122, 71, 0.14) 58%, rgba(255, 255, 255, 0.24)),
    var(--section-blue);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.intro-grid {
  display: block;
  padding: clamp(1rem, 2vw, 1.6rem) 0;
}

.highlight-photo {
  align-self: stretch;
  box-shadow: var(--shadow);
  margin: 0;
  min-height: 15rem;
  overflow: hidden;
}

.highlight-photo img {
  display: block;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.intro-grid > p:last-of-type {
  color: rgba(7, 26, 43, 0.84);
  font-size: clamp(1.18rem, 2vw, 2rem);
  line-height: 1.35;
  margin-bottom: 0;
}

.focus-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
  position: relative;
}

.focus-grid span {
  align-items: center;
  background:
    radial-gradient(circle at 90% 15%, rgba(0, 128, 207, 0.28), transparent 6rem),
    linear-gradient(135deg, #081a35, #092f63 64%, #061426);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  box-shadow: 0 0.9rem 2rem rgba(6, 20, 38, 0.16);
  color: var(--white);
  display: flex;
  font-family: "IBM Plex Sans", "Inter", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 700;
  justify-content: center;
  line-height: 1.12;
  min-height: 6.1rem;
  padding: 0.9rem 1rem;
  text-align: center;
}

.focus-swoosh {
  display: block;
  flex: 0 0 auto;
  height: 1rem;
  width: 3rem;
}

.focus-swoosh path {
  fill: var(--green);
}

.partners,
.headlines,
.services .section-shell,
.contact-grid {
  padding-top: clamp(1.8rem, 3.5vw, 3rem);
  padding-bottom: clamp(2.1rem, 4vw, 3.4rem);
}

.partners {
  background: transparent;
  position: relative;
  z-index: 0;
}

.partners::after,
.headlines::after {
  background:
    linear-gradient(90deg, rgba(8, 47, 99, 0.13), rgba(10, 122, 71, 0.1) 52%, rgba(255, 255, 255, 0.12)),
    var(--section-blue);
  bottom: 0;
  content: "";
  left: calc(50% - 50vw + 0.46875rem);
  position: absolute;
  right: calc(50% - 50vw + 0.46875rem);
  top: 0;
  z-index: -2;
}

.partners::before,
.headlines::before {
  background: var(--ink-soft);
  bottom: 0;
  content: "";
  left: calc(50% - 50vw + 0.46875rem);
  position: absolute;
  top: 0;
  width: 0.5rem;
  z-index: -1;
}

.partners-heading {
  margin-bottom: clamp(0.95rem, 2vw, 1.55rem);
}

.partner-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.partner-logo {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(8, 47, 99, 0.18);
  box-shadow: 0 0.45rem 1.25rem rgba(8, 47, 99, 0.08);
  display: flex;
  justify-content: center;
  min-height: 5.4rem;
  padding: 1rem;
}

.partner-logo:hover,
.partner-logo:focus-visible {
  border-color: rgba(0, 128, 207, 0.56);
  box-shadow: 0 0.85rem 1.8rem rgba(8, 47, 99, 0.16);
  outline: none;
}

.partner-logo img {
  max-height: 4.5rem;
  max-width: 12rem;
  object-fit: contain;
}

.partner-cue-row,
.performance-cue-row {
  display: flex;
  justify-content: flex-end;
}

.partner-cue-row {
  margin: -0.85rem 0 1rem;
}

.headlines {
  background: transparent;
  position: relative;
  z-index: 0;
}

.section-heading {
  align-items: end;
  border-bottom: 1px solid rgba(8, 47, 99, 0.22);
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(1.2rem, 2.4vw, 2rem);
  padding-bottom: 1rem;
}

.section-heading .section-kicker {
  margin-bottom: 0;
}

.headline-scroll {
  background:
    radial-gradient(circle at 90% 15%, rgba(0, 128, 207, 0.24), transparent 8rem),
    linear-gradient(135deg, #081a35, #092f63 64%, #061426);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  box-shadow: 0 0.9rem 2rem rgba(6, 20, 38, 0.16);
  padding: 0.75rem;
  position: relative;
}

.headline-list {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 249, 0.98));
  border: 0;
  border-radius: 0.35rem;
  box-shadow: none;
  display: grid;
  max-height: 21.3rem;
  overflow-y: auto;
  padding-left: clamp(1.1rem, 2vw, 1.6rem);
  padding-right: clamp(0.8rem, 2vw, 1.2rem);
  position: relative;
  scrollbar-color: #7fc5ff var(--ink-soft);
  scrollbar-width: thin;
}

.headline-list::-webkit-scrollbar {
  width: 0.55rem;
}

.headline-list::-webkit-scrollbar-track {
  background: var(--ink-soft);
}

.headline-list::-webkit-scrollbar-thumb {
  background: #7fc5ff;
  border: 2px solid var(--ink-soft);
  border-radius: 999px;
}

.headline-scroll::after,
.headline-scroll::before {
  background: linear-gradient(180deg, rgba(247, 249, 248, 0), rgba(247, 249, 248, 0.98) 68%);
  content: "";
  height: 4.2rem;
  left: calc(0.75rem + 1px);
  pointer-events: none;
  position: absolute;
  right: calc(0.75rem + 1.05rem);
  z-index: 1;
}

.headline-scroll::after {
  bottom: calc(0.75rem + 1px);
}

.headline-scroll::before {
  background: linear-gradient(0deg, rgba(247, 249, 248, 0), rgba(247, 249, 248, 0.98) 68%);
  opacity: 1;
  top: calc(0.75rem + 1px);
}

.headline-scroll.is-at-top::before,
.headline-scroll.is-at-bottom::after {
  opacity: 0;
}

.headline-more {
  align-items: center;
  background: linear-gradient(135deg, var(--ink-soft), var(--signal));
  color: var(--white);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 0.45rem;
  letter-spacing: 0;
  padding: 0.42rem 0.65rem;
  pointer-events: none;
  position: absolute;
  right: 1.75rem;
  text-transform: uppercase;
  z-index: 2;
}

.headline-more-top {
  top: 0.75rem;
}

.headline-more-bottom {
  bottom: 0.75rem;
}

.headline-scroll.is-at-top .headline-more-top,
.headline-scroll.is-at-bottom .headline-more-bottom {
  display: none;
}

.headline-more::after {
  border-left: 0.28rem solid transparent;
  border-right: 0.28rem solid transparent;
  border-top: 0.38rem solid currentColor;
  content: "";
  height: 0;
  width: 0;
}

.headline-more-top::after {
  border-bottom: 0.38rem solid currentColor;
  border-top: 0;
  order: -1;
}

.headline-item {
  align-items: start;
  display: grid;
  gap: 0.22rem;
  grid-template-columns: minmax(8rem, 0.22fr) minmax(0, 1fr);
  padding: clamp(0.25rem, 0.45vw, 0.36rem) 0 clamp(0.25rem, 0.45vw, 0.36rem)
    clamp(1rem, 2vw, 1.45rem);
  position: relative;
}

.headline-item::before {
  background: var(--white);
  border: 3px solid var(--ink-soft);
  border-radius: 999px;
  box-shadow: 0 0 0 0.35rem rgba(8, 47, 99, 0.12);
  content: "";
  height: 0.9rem;
  left: -0.42rem;
  position: absolute;
  top: 0.48rem;
  width: 0.9rem;
}

.headline-item.headline-recent::before {
  animation: recent-headline-dot 1.8s ease-in-out infinite;
  background: var(--ink-soft);
  border-color: var(--ink-soft);
  box-shadow:
    0 0 0 0.35rem rgba(8, 47, 99, 0.14),
    0 0 0 0.68rem rgba(8, 47, 99, 0.08);
}

.headline-date {
  color: #284a60;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0;
}

.headline-item p {
  margin-bottom: 0;
}

.headline-item p {
  color: #233d4d;
  line-height: 1.55;
}

.services {
  background:
    var(--carbon-texture),
    linear-gradient(135deg, rgba(10, 122, 71, 0.08), rgba(255, 255, 255, 0) 42%),
    var(--white);
}

.services-heading {
  margin-bottom: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-item {
  border-bottom: 1px solid rgba(8, 47, 99, 0.18);
  min-height: 9.2rem;
  padding: clamp(0.85rem, 1.6vw, 1.2rem) clamp(0rem, 2.4vw, 1.6rem) clamp(0.85rem, 1.6vw, 1.2rem) 0;
}

.service-item:nth-child(odd) {
  border-right: 1px solid rgba(8, 47, 99, 0.18);
}

.service-item:nth-child(even) {
  padding-left: clamp(0.9rem, 2vw, 1.6rem);
}

.service-number {
  color: var(--signal);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.service-item p,
.contact-copy p {
  color: #334956;
  line-height: 1.7;
}

.contact {
  background:
    var(--carbon-texture),
    var(--white);
  border-top: 0;
  color: var(--ink);
}

.contact-grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
}

.contact-copy h2 {
  color: var(--ink-soft);
  margin-bottom: 1.3rem;
  max-width: 10ch;
}

.contact-copy p {
  color: rgba(6, 20, 38, 0.78);
  font-size: 1.08rem;
  max-width: 34rem;
}

.contact-details {
  align-items: center;
  border-top: 1px solid rgba(8, 47, 99, 0.2);
  flex-direction: row;
  gap: clamp(1rem, 2.8vw, 2rem);
  justify-content: flex-start;
  margin-top: 1.4rem;
  padding-top: 0.9rem;
}

.contact-text {
  display: grid;
  gap: 0.5rem;
}

.contact-details a {
  font-size: clamp(0.95rem, 1.4vw, 1.12rem);
  font-weight: 700;
  width: fit-content;
}

address {
  color: rgba(6, 20, 38, 0.72);
  font-style: normal;
  line-height: 1.6;
}

.contact-logo {
  flex: 0 0 auto;
  height: auto;
  width: clamp(10rem, 14vw, 13rem);
}

.contact-form {
  background:
    radial-gradient(circle at 90% 15%, rgba(0, 128, 207, 0.28), transparent 6rem),
    linear-gradient(135deg, #081a35, #092f63 64%, #061426);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0.9rem 2rem rgba(6, 20, 38, 0.16);
  color: var(--white);
  display: grid;
  gap: 0.75rem;
  padding: clamp(1rem, 2.3vw, 1.5rem);
}

label {
  display: grid;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.35rem;
}

.contact-form label {
  color: rgba(255, 255, 255, 0.86);
}

input,
textarea {
  border: 1px solid rgba(8, 47, 99, 0.26);
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  min-height: 2.65rem;
  padding: 0.62rem 0.78rem;
  width: 100%;
}

textarea {
  min-height: 5.8rem;
  resize: vertical;
}

.form-honeypot {
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}

.captcha-field {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.45rem;
  padding: 0.75rem;
}

input:focus,
textarea:focus {
  border-color: var(--signal);
  outline: 2px solid rgba(0, 128, 207, 0.2);
}

.contact-form .button {
  justify-self: start;
}

.form-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.performance-strip {
  background:
    var(--carbon-texture),
    linear-gradient(135deg, rgba(10, 122, 71, 0.08), rgba(255, 255, 255, 0) 42%),
    var(--white);
  border-top: 0;
  overflow: hidden;
  padding: clamp(1.6rem, 3vw, 2.4rem) 0 clamp(1.4rem, 2.4vw, 2rem);
}

.performance-heading {
  margin-bottom: 0;
}

.performance-heading h2 {
  color: var(--ink);
}

.performance-heading .section-kicker {
  color: var(--steel);
}

.performance-cue-row {
  justify-content: center;
  margin: 0.9rem auto 0;
}

.detail-hint {
  align-items: center;
  background: linear-gradient(135deg, var(--ink-soft), var(--signal));
  border: 1px solid rgba(6, 20, 38, 0.18);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0.48rem 0.78rem;
  text-transform: uppercase;
}

.detail-hint::before {
  content: none;
}

.logo-marquee {
  background:
    radial-gradient(circle at 88% 20%, rgba(0, 128, 207, 0.22), transparent 11rem),
    linear-gradient(135deg, #081a35, #092f63 64%, #061426);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0.9rem 2rem rgba(6, 20, 38, 0.16);
  margin-inline: auto;
  overflow: hidden;
  padding: 0.75rem;
  position: relative;
  width: min(1200px, calc(100% - clamp(2.4rem, 6vw, 6rem)));
}

.logo-track,
.logo-set {
  align-items: stretch;
  display: flex;
}

.logo-track {
  animation: logo-scroll 72s linear infinite;
  width: max-content;
}

.logo-marquee:hover .logo-track,
.logo-marquee:focus-within .logo-track {
  animation-play-state: paused;
}

.logo-set {
  gap: 0.9rem;
  padding-right: 0.9rem;
}

.logo-set > span {
  position: relative;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.performance-tooltip {
  background: var(--white);
  border: 1px solid rgba(8, 47, 99, 0.18);
  border-left: 0.32rem solid var(--ink-soft);
  box-shadow: 0 1rem 2.4rem rgba(8, 47, 99, 0.2);
  color: var(--ink);
  display: grid;
  gap: 0.45rem;
  max-width: min(24rem, calc(100vw - 1.5rem));
  min-width: min(20rem, calc(100vw - 1.5rem));
  padding: 0.72rem 0.82rem 0.78rem;
  pointer-events: none;
  position: fixed;
  text-align: center;
  width: max-content;
  z-index: 20;
}

.performance-tooltip[hidden] {
  display: none;
}

.performance-tooltip span {
  background: linear-gradient(135deg, var(--ink-soft), var(--signal));
  border-radius: 999px;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 800;
  justify-self: center;
  line-height: 1;
  padding: 0.45rem 0.72rem;
}

.performance-tooltip p {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.22;
  margin: 0;
}

.logo-set > span:hover,
.logo-set > span:focus-visible {
  border-color: rgba(0, 128, 207, 0.56);
  box-shadow: 0 0.85rem 1.9rem rgba(8, 47, 99, 0.16);
  outline: none;
  transform: translateY(-0.15rem);
  z-index: 3;
}

.airport-mark {
  border: 1px solid var(--line);
  color: rgba(7, 26, 43, 0.88);
  display: grid;
  gap: 0.35rem;
  min-width: 10.5rem;
  padding: 1rem 1.1rem;
  text-transform: uppercase;
}

.airport-logo {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(8, 47, 99, 0.16);
  display: flex;
  height: 5.2rem;
  justify-content: center;
  min-width: 12rem;
  padding: 0.65rem 1rem;
}

.airport-logo img {
  max-height: 4.3rem;
  max-width: 10rem;
  object-fit: contain;
}

.logo-emphasis img {
  max-height: 4.7rem;
  max-width: 10.8rem;
}

.reverse-logo {
  background: #41515d;
  border-color: #41515d;
}

.reverse-logo img {
  max-width: 10.8rem;
}

.dsm-logo img {
  max-height: 5rem;
  max-width: 11.2rem;
}

.metro-logo img {
  height: auto;
  max-height: 4.8rem;
  max-width: 11.7rem;
  width: auto;
}

.teb-logo img {
  max-height: 4.25rem;
  max-width: 11.2rem;
}

.trk-logo img {
  max-height: 5rem;
  max-width: 11.4rem;
}

.pdx-logo img {
  max-height: 5rem;
  max-width: 11.2rem;
}

.rsw-logo img {
  max-height: 5rem;
  max-width: 11.2rem;
}

.airport-mark strong {
  color: var(--ink-soft);
  font-family: "IBM Plex Sans", "Inter", Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  letter-spacing: 0;
  line-height: 1;
}

.airport-mark em {
  color: rgba(7, 26, 43, 0.56);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

/* Airport platform visual system */
body {
  background:
    radial-gradient(circle at 50% 0%, rgba(8, 47, 99, 0.12), transparent 34rem),
    #eef2f1;
}

.site-header {
  background: var(--white);
  border: 1px solid rgba(6, 20, 38, 0.14);
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 0.8rem 2rem rgba(6, 20, 38, 0.12);
  left: 50%;
  max-width: 1220px;
  padding: 0.55rem clamp(0.9rem, 2.4vw, 2rem);
  right: auto;
  top: 0;
  transform: translateX(-50%);
  width: min(100% - 1.5rem, 1220px);
}

main {
  padding-top: clamp(5.65rem, 8vw, 7.25rem);
}

.brand-logo {
  width: clamp(10rem, 14vw, 13rem);
}

.hero {
  background: var(--ink);
  border-radius: 0.5rem;
  margin: 0 auto;
  min-height: min(450px, 54svh);
  overflow: hidden;
  width: min(1220px, 100%);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 20, 38, 0.8) 0%, rgba(6, 20, 38, 0.62) 34%, rgba(6, 20, 38, 0.2) 58%, rgba(6, 20, 38, 0.02) 82%),
    linear-gradient(180deg, rgba(6, 20, 38, 0.16), rgba(6, 20, 38, 0.08));
}

.hero-inner {
  align-items: flex-start;
  justify-content: center;
  min-height: min(450px, 54svh);
  padding: clamp(4.8rem, 8vh, 5.8rem) 0 clamp(1.7rem, 3.8vh, 2.8rem);
  text-align: left;
}

.hero-eyebrow {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero-copy {
  color: var(--white);
  font-size: clamp(1.38rem, 2.35vw, 2.38rem);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 0.85rem;
  max-width: min(48%, 38rem);
  text-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.42);
  text-wrap: balance;
}

.hero-subcopy {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.7vw, 1.45rem);
  line-height: 1.42;
  margin-bottom: 0;
  max-width: min(45%, 34rem);
}

.hero-actions {
  justify-content: flex-start;
  margin-top: 1rem;
}

.button,
.header-cta {
  border-radius: 0.4rem;
}

.button-primary,
.header-cta {
  background: #081a35;
  color: var(--white);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.92);
  color: #081a35;
}

.intro-band,
.performance-strip,
.services,
.contact {
  background:
    var(--carbon-texture),
    #f9fbfa;
}

.partners::after,
.headlines::after {
  background:
    linear-gradient(90deg, rgba(8, 47, 99, 0.9) 0 0.42rem, transparent 0.42rem),
    linear-gradient(135deg, rgba(8, 47, 99, 0.1), rgba(10, 122, 71, 0.08)),
    #eef4f2;
  left: calc(50% - 50vw + 0.46875rem);
  right: calc(50% - 50vw + 0.46875rem);
}

.partners::before,
.headlines::before {
  display: none;
}

.intro-grid {
  gap: clamp(1.2rem, 3vw, 2.5rem);
}

.highlight-photo,
.headline-list,
.intelligence-panel,
.service-item,
.partner-logo,
.contact-form,
.logo-marquee,
.airport-logo {
  border-radius: 0.5rem;
}

.highlight-photo {
  box-shadow: 0 1.2rem 3.5rem rgba(6, 20, 38, 0.18);
}

.focus-grid span {
  background:
    radial-gradient(circle at 90% 15%, rgba(0, 128, 207, 0.28), transparent 6rem),
    linear-gradient(135deg, #081a35, #092f63 64%, #061426);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 6.1rem;
  padding: 0.9rem 1rem;
}

.headline-layout {
  display: grid;
  gap: clamp(1rem, 2.4vw, 1.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
}

.headline-list {
  max-height: 17.6rem;
}

.intelligence-panel {
  align-self: stretch;
  background:
    radial-gradient(circle at 82% 28%, rgba(0, 128, 207, 0.35), transparent 9rem),
    radial-gradient(circle at 18% 80%, rgba(10, 122, 71, 0.26), transparent 8rem),
    linear-gradient(135deg, #071426, #082f63 58%, #061426);
  box-shadow: 0 1rem 2.8rem rgba(6, 20, 38, 0.22);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 17.6rem;
  overflow: hidden;
  padding: clamp(1.1rem, 2vw, 1.6rem);
  position: relative;
}

.latest-headline-panel {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.intelligence-panel::before {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
  content: "";
  inset: 1rem;
  position: absolute;
}

.intelligence-panel .section-kicker,
.intelligence-panel h3,
.intelligence-panel p {
  position: relative;
}

.intelligence-panel .latest-headline-label {
  color: #7fc5ff;
  font-family: var(--display-font);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 0.95rem;
  text-align: center;
  text-transform: uppercase;
}

.intelligence-panel .latest-headline-copy {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--display-font);
  font-size: clamp(1.05rem, 1.6vw, 1.36rem);
  font-weight: 400;
  line-height: 1.38;
  margin: 0 auto;
  max-width: 27rem;
  text-align: left;
  text-align-last: auto;
}

.intelligence-panel .section-kicker {
  color: #7fc5ff;
}

.intelligence-panel h3 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  margin-bottom: 0.85rem;
}

.intelligence-panel p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  margin-bottom: 0;
}

.services {
  padding-bottom: clamp(0.6rem, 1vw, 1rem);
}

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

.service-item,
.service-item:nth-child(odd),
.service-item:nth-child(even) {
  background:
    radial-gradient(circle at 90% 15%, rgba(0, 128, 207, 0.28), transparent 6rem),
    linear-gradient(135deg, #081a35, #092f63 64%, #061426);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0.9rem 2rem rgba(6, 20, 38, 0.16);
  color: var(--white);
  display: grid;
  grid-template-rows: 2.2rem 4.1rem 1fr;
  min-height: 14rem;
  padding: 1.1rem;
}

.service-item h3 {
  align-items: center;
  align-self: stretch;
  color: var(--white);
  display: flex;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
}

.service-item p {
  align-self: start;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
  margin-bottom: 0;
  text-align: center;
}

.service-number {
  justify-self: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.45rem;
  color: #7fc5ff;
  display: inline-flex;
  height: 2.2rem;
  justify-content: center;
  width: 2.2rem;
}

.partner-logo,
.contact-form,
.headline-list,
.logo-marquee {
  background-color: rgba(255, 255, 255, 0.94);
}

.partner-grid {
  gap: 1rem;
}

.partner-logo {
  align-items: stretch;
  background:
    radial-gradient(circle at 90% 15%, rgba(0, 128, 207, 0.28), transparent 6rem),
    linear-gradient(135deg, #081a35, #092f63 64%, #061426);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0.9rem 2rem rgba(6, 20, 38, 0.16);
  color: var(--white);
  display: grid;
  gap: 0.9rem;
  grid-template-rows: 6rem 1fr;
  min-height: 17.75rem;
  padding: 1.1rem;
}

.partner-logo-mark {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 0.45rem;
  display: flex;
  height: 6rem;
  justify-content: center;
  padding: 0.85rem;
  width: 100%;
}

.partner-logo img {
  max-height: 4rem;
  max-width: 10.5rem;
  object-fit: contain;
}

.partner-logo p {
  align-items: start;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.76);
  display: flex;
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
  min-height: 8.5rem;
  padding: 0;
}

.partners::after,
.headlines::after {
  background: var(--white);
  box-shadow: none;
}

.intro-band,
.performance-strip,
.services,
.contact {
  border-top: 0;
}

.section-heading {
  align-items: center;
  border-bottom: 0;
  justify-content: center;
  margin-bottom: clamp(1.35rem, 2.6vw, 2rem);
  padding-bottom: 0;
  position: relative;
  text-align: center;
}

.section-heading::before {
  background: rgba(8, 47, 99, 0.16);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.section-heading h2 {
  background: var(--white);
  color: var(--ink);
  font-family: "IBM Plex Sans", "Inter", Arial, sans-serif;
  font-size: clamp(1.1rem, 2vw, 2.15rem);
  font-weight: 700;
  line-height: 1.05;
  padding: 0 1.15rem;
  position: relative;
  z-index: 1;
}

.section-heading .section-kicker {
  font-size: 0.72rem;
  left: 0;
  margin: 0;
  position: absolute;
  top: -1rem;
  z-index: 1;
}

.site-footer {
  margin: 0 auto;
  width: min(1220px, 100%);
}

@keyframes logo-scroll {
  to {
    transform: translateX(-50%);
  }
}

@keyframes recent-headline-dot {
  0%,
  100% {
    background: var(--ink-soft);
    box-shadow:
      0 0 0 0.35rem rgba(8, 47, 99, 0.14),
      0 0 0 0.68rem rgba(8, 47, 99, 0.08);
  }

  50% {
    background: var(--white);
    box-shadow:
      0 0 0 0.25rem rgba(8, 47, 99, 0.16),
      0 0 0 0.5rem rgba(8, 47, 99, 0.05);
  }
}

.site-footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 128, 207, 0.18), transparent 24rem),
    linear-gradient(135deg, #030814, #071044 52%, #061426);
  border-radius: 0.5rem;
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(26rem, 0.55fr);
  min-height: 21rem;
  overflow: hidden;
  position: relative;
}

.footer-content {
  display: grid;
  gap: clamp(1.2rem, 2.4vw, 2.2rem);
  grid-template-columns: minmax(12rem, 1.08fr) minmax(8rem, 0.75fr) minmax(10rem, 0.92fr) minmax(12rem, 1fr);
  padding: clamp(2rem, 4vw, 3rem) clamp(1.6rem, 4vw, 3.5rem);
  position: relative;
  z-index: 1;
}

.footer-brand {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.footer-logo {
  background: transparent;
  height: auto;
  padding: 0;
  width: clamp(10rem, 13vw, 12.5rem);
}

.footer-brand p,
.footer-column p,
.footer-bottom {
  color: rgba(255, 255, 255, 0.82);
}

.footer-column {
  align-content: start;
  display: grid;
  gap: 0.58rem;
}

.footer-column h2 {
  color: var(--white);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.1;
  margin-bottom: 0.15rem;
}

.footer-column a {
  color: #7fc5ff;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.footer-column p,
.footer-brand p {
  line-height: 1.55;
  margin-bottom: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(127, 197, 255, 0.34);
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  grid-column: 1 / -1;
  justify-content: space-between;
  line-height: 1.45;
  margin-top: 1rem;
  padding-top: 1.25rem;
}

.footer-visual {
  background: #030814;
  clip-path: ellipse(82% 92% at 100% 50%);
  display: grid;
  justify-items: end;
  min-height: 100%;
  overflow: hidden;
  place-content: end;
  position: relative;
}

.footer-visual::before {
  content: none;
}

.footer-visual img {
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .headline-item,
  .headline-layout,
  .contact-grid,
  .intro-grid {
    grid-template-columns: 1fr;
  }

  .contact-details {
    align-items: flex-start;
    flex-direction: column;
  }

  .intelligence-panel {
    min-height: 15rem;
  }

  .hero-inner {
    align-items: center;
    text-align: center;
  }

  .hero-copy,
  .hero-subcopy {
    max-width: 100%;
  }

  .hero-actions {
    justify-content: center;
  }

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

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

  .footer-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand,
  .footer-bottom {
    grid-column: 1 / -1;
  }

  .footer-visual {
    clip-path: none;
    min-height: 15rem;
  }

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

  .service-item,
  .service-item:nth-child(even) {
    border-right: 0;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 0.9rem 1rem;
  }

  .brand-logo {
    width: min(10.2rem, 43vw);
  }

  .header-cta {
    max-width: 10.5rem;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .hero,
  .hero-inner {
    min-height: 560px;
  }

  .hero-inner {
    width: calc(100% - 2rem);
  }

  h1 {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }

  .section-shell {
    width: calc(100% - 2rem);
  }

  .section-heading,
  .site-footer {
    align-items: start;
    flex-direction: column;
  }

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

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

  .footer-content {
    grid-template-columns: 1fr;
  }

  .performance-heading {
    align-items: start;
    flex-direction: column;
    gap: 0.45rem;
  }

  .performance-hint {
    margin-left: 0;
  }

  .airport-mark {
    min-width: 9.3rem;
  }

  .airport-logo {
    min-width: 10rem;
  }

  .hero-actions .button,
  .contact-form .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation-play-state: paused;
  }
}
