:root {
  --black: #05090b;
  --black-2: #090e10;
  --black-3: #101416;
  --white: #ffffff;
  --paper: #fffefd;
  --paper-soft: #fbfaf8;
  --text: #080b0d;
  --muted: #4b4d50;
  --line: #e7dfd1;
  --gold: #d5962d;
  --gold-deep: #a76411;
  --gold-light: #f4c15b;
  --footer-line: rgba(255, 255, 255, 0.13);
  --serif: "Times New Roman", Georgia, serif;
  --sans: "Inter", "Segoe UI", Arial, sans-serif;
  --shadow-card: 0 14px 34px rgba(15, 13, 9, 0.08);
  --shadow-dark: 0 20px 42px rgba(0, 0, 0, 0.26);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.modal-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

button,
input {
  font: inherit;
}

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

.site-header {
  position: relative;
  z-index: 20;
  height: 70px;
  background: #030607;
  color: var(--white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.nav-shell {
  width: calc(100% - 58px);
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-image {
  width: 222px;
  height: auto;
}

.brand-mark {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 0.83;
  letter-spacing: -2px;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-name {
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.brand-tagline {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1.2;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.primary-nav a {
  position: relative;
  padding: 29px 0 27px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.primary-nav a.active {
  color: var(--gold-light);
}

.primary-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 2px;
  background: var(--gold-light);
  border-radius: 99px;
}

.header-cta {
  width: 119px;
  height: 34px;
  margin-left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  color: #050607;
  background: linear-gradient(135deg, #efbd5c 0%, #bf7a20 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 8px 22px rgba(187, 120, 34, 0.25);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.header-cta svg,
.btn svg,
.text-link svg,
.contact-button svg,
.email-form button svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-button {
  display: none;
  width: 40px;
  height: 40px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: transparent;
  color: var(--white);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-button span {
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
}

.hero {
  position: relative;
  height: 435px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(39, 51, 58, 0.24), transparent 32%),
    linear-gradient(90deg, #070b0c 0%, #070b0c 50%, #050708 100%);
  color: var(--white);
}

.hero-skyline {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: min(60.45%, calc(100% - 430px));
  height: 275px;
  background-image: url("assets/hero-new-york-skyline.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 11%, #000 24%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 11%, #000 24%);
}

.hero-skyline::before {
  display: none;
  content: none;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 8, 9, 0.02) 0%, rgba(5, 8, 9, 0.02) 43%, rgba(5, 8, 9, 0.12) 55%, rgba(5, 8, 9, 0.3) 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.28) 100%);
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 110px), 914px);
  height: 100%;
  margin-left: clamp(55px, 5.4vw, 120px);
  margin-right: auto;
}

.hero-copy {
  width: 352px;
  padding-top: 55px;
}

.section-kicker,
.gold-label {
  margin: 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.25px;
  line-height: 1.2;
}

.hero h1 {
  margin: 9px 0 13px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 44px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-text {
  width: 330px;
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.btn {
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.btn-primary {
  width: 141px;
  color: #ffffff;
  background: linear-gradient(135deg, #f1be5a 0%, #b36f1c 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), 0 10px 22px rgba(0, 0, 0, 0.26);
}

.btn-secondary {
  width: 142px;
  color: #ffffff;
  border: 1px solid rgba(213, 150, 45, 0.8);
  background: rgba(6, 8, 9, 0.5);
}

.value-strip {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: min(62.3%, calc(100% - 430px));
  height: 165px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 27px 48px 28px 58px;
  background:
    linear-gradient(180deg, rgba(3, 7, 8, 0.76), rgba(3, 7, 8, 0.93)),
    radial-gradient(circle at 74% 0%, rgba(213, 150, 45, 0.08), transparent 36%);
  border-top: 1px solid rgba(213, 150, 45, 0.45);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.value-item {
  min-width: 0;
  display: block;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.value-item:first-child {
  border-left: 0;
}

.value-icon,
.stat-icon,
.industry-icon {
  color: var(--gold);
}

.value-icon svg,
.stat-icon svg,
.industry-icon svg,
.contact-icon svg {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-icon svg {
  width: 35px;
  height: 35px;
  stroke-width: 1.7;
}

.value-item h2 {
  margin: 12px 0 5px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
}

.value-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  line-height: 1.55;
}

.page-container {
  width: min(calc(100% - 108px), 914px);
  margin: 0 auto;
}

.portfolio-section {
  position: relative;
  padding: 28px 0 14px;
  background:
    radial-gradient(circle at 24% 16%, rgba(213, 150, 45, 0.055), transparent 26%),
    radial-gradient(circle at 83% 49%, rgba(213, 150, 45, 0.055), transparent 28%),
    var(--paper);
}

.section-header {
  display: grid;
  align-items: start;
}

.portfolio-header {
  grid-template-columns: 350px 320px 1fr;
  column-gap: 18px;
}

.section-header h2 {
  margin: 7px 0 0;
  color: #111111;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
}

.section-lead {
  margin: 16px 0 0;
  color: #171717;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.text-link {
  justify-self: end;
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.text-link svg {
  color: var(--gold);
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.platform-card {
  position: relative;
  height: 190px;
  padding: 17px 13px 13px;
  border: 1px solid rgba(15, 15, 15, 0.06);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-card);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.platform-card:hover,
.platform-card:focus-within {
  border-color: rgba(213, 150, 45, 0.32);
  box-shadow: 0 18px 40px rgba(15, 13, 9, 0.12);
  transform: translateY(-2px);
}

.platform-mark {
  width: 52px;
  height: 52px;
  margin: 0 auto 13px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--gold);
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(145deg, #020507, #11181d);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 14px rgba(0, 0, 0, 0.16);
}

.platform-mark.letter {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.platform-mark.aq {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -2px;
}

.platform-mark.logo {
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.platform-mark.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.platform-mark.game svg {
  width: 38px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.platform-mark.dots {
  grid-template-columns: repeat(3, 7px);
  grid-auto-rows: 7px;
  gap: 5px;
}

.platform-mark.dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.platform-card h3 {
  margin: 0 0 7px;
  color: #080b0d;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.platform-card p {
  min-height: 49px;
  margin: 0 0 11px;
  color: #0f1316;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 500;
}

.platform-card a,
.news-card a {
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 600;
}

.platform-card > a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.platform-card a span,
.news-card a span {
  color: var(--gold);
  margin-left: 6px;
}

.stats-strip {
  min-height: 117px;
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 8px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 86% -20%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(135deg, #020506 0%, #11181b 100%);
  box-shadow: var(--shadow-dark);
}

.stat-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 20px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.stat-item:first-child {
  border-left: 0;
}

.stat-icon svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.8;
}

.stat-item strong {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.stat-item h3 {
  margin: 5px 0 3px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
}

.stat-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  line-height: 1.45;
}

.industries {
  margin-top: 17px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 14px;
}

.industry-item {
  min-height: 109px;
  padding: 0 10px 0 9px;
  border-left: 1px solid var(--line);
}

.industry-item:first-child {
  border-left: 0;
}

.industry-icon svg {
  width: 39px;
  height: 39px;
  stroke-width: 1.5;
}

.industry-item h3 {
  margin: 8px 0 3px;
  color: #0f1113;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 800;
}

.industry-item p {
  margin: 0;
  color: #111416;
  font-size: 10px;
  line-height: 1.38;
  font-weight: 500;
}

.contact-band {
  position: relative;
  min-height: 95px;
  margin-top: 15px;
  padding: 20px 26px 20px 104px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 143px;
  align-items: center;
  gap: 28px;
  overflow: hidden;
  border-radius: 7px;
  background:
    linear-gradient(90deg, #fbf2e3 0%, #fffefd 48%, #fbefd8 100%);
  border: 1px solid rgba(213, 150, 45, 0.13);
}

.contact-band::before,
.contact-band::after {
  content: "";
  position: absolute;
  right: 110px;
  bottom: -75px;
  width: 330px;
  height: 180px;
  border: 1px solid rgba(213, 150, 45, 0.16);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.contact-band::after {
  right: 45px;
  bottom: -106px;
  width: 460px;
  height: 230px;
  border-color: rgba(213, 150, 45, 0.1);
}

.contact-icon {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  background:
    radial-gradient(circle at 65% 15%, rgba(255, 255, 255, 0.09), transparent 35%),
    linear-gradient(145deg, #020506, #11181b);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.13);
}

.contact-icon svg {
  width: 37px;
  height: 37px;
  stroke-width: 1.6;
}

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

.contact-copy h2 {
  margin: 0 0 3px;
  color: #0d0e10;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.contact-copy p {
  width: 520px;
  margin: 0;
  color: #0d0e10;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
}

.contact-button {
  position: relative;
  z-index: 1;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  color: #ffffff;
  background: linear-gradient(135deg, #020506, #11181b);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  font-size: 12px;
  font-weight: 800;
}

.news-section {
  margin-top: 2px;
}

.news-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 12px;
}

.news-card {
  height: 112px;
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  gap: 13px;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 15, 15, 0.06);
  box-shadow: 0 12px 30px rgba(15, 13, 9, 0.055);
}

.news-card img {
  width: 122px;
  height: 112px;
  object-fit: cover;
}

.news-card div {
  padding: 7px 8px 8px 0;
}

.news-card h3 {
  margin: 0 0 6px;
  color: #101114;
  font-size: 12px;
  line-height: 1.16;
  font-weight: 800;
}

.news-card p {
  margin: 0 0 9px;
  color: #1a1c1f;
  font-size: 9.5px;
  line-height: 1.32;
  font-weight: 500;
}

.site-footer {
  min-height: 150px;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 4%, rgba(213, 150, 45, 0.08), transparent 24%),
    linear-gradient(135deg, #030708 0%, #0a1114 100%);
}

.footer-grid {
  width: min(calc(100% - 102px), 920px);
  min-height: 150px;
  margin: 0 auto;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 210px 105px 120px 106px 110px 1fr;
  gap: 22px;
}

.brand-footer .brand-mark {
  font-size: 34px;
}

.brand-footer .brand-image {
  width: 184px;
}

.brand-footer .brand-name {
  font-size: 13px;
}

.brand-footer .brand-tagline {
  font-size: 7px;
}

.footer-brand,
.footer-links,
.newsletter {
  border-left: 1px solid var(--footer-line);
}

.footer-brand {
  border-left: 0;
}

.footer-brand p {
  margin: 10px 0 9px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  line-height: 1.3;
  max-width: 180px;
}

.social-row {
  display: flex;
  gap: 9px;
}

.social-row a {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  font-size: 9px;
  font-weight: 800;
}

.footer-links,
.newsletter {
  padding-left: 31px;
}

.footer-links h2,
.newsletter h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 800;
}

.footer-links a {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  line-height: 1.1;
}

.newsletter p {
  width: 165px;
  margin: 0 0 11px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  line-height: 1.35;
}

.email-form {
  width: 173px;
  height: 30px;
  display: grid;
  grid-template-columns: 1fr 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.22);
}

.email-form input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0 12px;
  color: var(--white);
  background: transparent;
  font-size: 10px;
  font-weight: 500;
}

.email-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.email-form button {
  display: grid;
  place-items: center;
  border: 0;
  color: #080b0d;
  background: linear-gradient(135deg, #efbd5c, #bf7a20);
  cursor: pointer;
}

.form-status {
  min-height: 13px;
  margin: 7px 0 0 !important;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px !important;
  line-height: 1.3 !important;
}

.form-status.is-success {
  color: #f4c15b;
}

.form-status.is-error {
  color: #ffb8a8;
}

.legal-links {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 17px;
}

.legal-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
}

.legal-links span {
  width: 1px;
  height: 11px;
  background: rgba(255, 255, 255, 0.26);
}

.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(6px);
}

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

.modal-panel {
  position: relative;
  width: min(100%, 540px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 34px 34px 28px;
  border: 1px solid rgba(244, 193, 91, 0.34);
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 0%, rgba(213, 150, 45, 0.16), transparent 30%),
    linear-gradient(145deg, #05090b 0%, #101416 100%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 193, 91, 0.38);
  border-radius: 50%;
  color: var(--gold-light);
  background: rgba(255, 255, 255, 0.04);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.modal-label {
  margin: 0 0 8px;
}

.modal-panel h2 {
  margin: 0 38px 16px 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.12;
}

.modal-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.65;
}

.modal-body p + p {
  margin-top: 12px;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.modal-contact,
.modal-dismiss {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.modal-contact {
  color: #080b0d;
  background: linear-gradient(135deg, #efbd5c, #bf7a20);
}

.modal-dismiss {
  border: 1px solid rgba(244, 193, 91, 0.38);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
}

:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .nav-shell {
    width: calc(100% - 32px);
  }

  .primary-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 70px;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 10px;
    background: rgba(3, 6, 7, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.32);
  }

  body.nav-open .primary-nav {
    display: grid;
  }

  .primary-nav a {
    padding: 12px;
  }

  .primary-nav a.active::after {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .header-cta {
    margin-left: 0;
  }
}

@media (max-width: 860px) {
  .hero {
    height: auto;
    min-height: 820px;
  }

  .hero-skyline {
    width: 100%;
    height: 280px;
    opacity: 0.72;
    background-size: cover;
  }

  .hero-inner,
  .page-container {
    width: min(calc(100% - 36px), 620px);
  }

  .hero-copy {
    width: 100%;
    padding-top: 338px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-text {
    width: min(100%, 420px);
  }

  .value-strip {
    position: relative;
    width: min(calc(100% - 36px), 620px);
    height: auto;
    margin: 34px auto 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px;
    clip-path: none;
    border: 1px solid rgba(213, 150, 45, 0.35);
    border-radius: 8px;
  }

  .value-item {
    padding: 14px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .value-item:nth-child(-n + 2) {
    border-top: 0;
  }

  .value-item h2 {
    margin-top: 4px;
  }

  .portfolio-header {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .section-lead {
    margin-top: 0;
  }

  .text-link {
    justify-self: start;
  }

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

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

  .stat-item:nth-child(odd),
  .industry-item:nth-child(odd) {
    border-left: 0;
  }

  .contact-band {
    grid-template-columns: 1fr;
    padding-right: 22px;
  }

  .contact-copy p {
    width: auto;
  }

  .contact-button {
    width: 143px;
  }

  .footer-grid {
    width: min(calc(100% - 36px), 620px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    padding: 28px 0;
  }

  .footer-brand,
  .footer-links,
  .newsletter {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .site-header,
  .nav-shell {
    height: 66px;
  }

  .brand-mark {
    font-size: 36px;
  }

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

  .brand-tagline {
    font-size: 8px;
  }

  .header-cta {
    display: none;
  }

  .primary-nav {
    top: 66px;
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 850px;
  }

  .hero-copy {
    padding-top: 316px;
  }

  .hero h1 {
    font-size: 35px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-primary,
  .btn-secondary {
    width: 192px;
  }

  .value-strip,
  .platform-grid,
  .stats-strip,
  .industry-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .value-item,
  .value-item:nth-child(-n + 2) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .value-item:first-child {
    border-top: 0;
  }

  .platform-card {
    min-height: 0;
  }

  .stat-item,
  .stat-item:nth-child(odd),
  .industry-item,
  .industry-item:nth-child(odd) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .stat-item:first-child,
  .industry-item:first-child {
    border-top: 0;
  }

  .news-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .news-card img {
    width: 112px;
  }

  .contact-band {
    padding: 102px 20px 24px;
  }

  .contact-icon {
    left: 20px;
  }

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

  .modal-shell {
    padding: 16px;
  }

  .modal-panel {
    padding: 30px 22px 22px;
  }

  .modal-panel h2 {
    font-size: 25px;
  }
}
