body .nmx-page {
  --teal:#008c98;
  --cyan:#25d4e6;
  --red:#b51235;
  --red2:#e32445;
  --text:#e9f4f7;
  --muted:#9ec1c9;

  width:100vw !important;
  max-width:none !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  background:#050708 !important;
  color:var(--text) !important;
  font-family:Arial, sans-serif !important;
  overflow:hidden;
}

body .nmx-bg {
  position:absolute !important;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(0,140,152,.26), transparent 28%),

    radial-gradient(circle at 82% 55%, rgba(181,18,53,.18), transparent 30%),
    linear-gradient(135deg, #050708 0%, #071a1c 52%, #020304 100%);
}

body .nmx-bg:after {
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(37,212,230,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,212,230,.055) 1px, transparent 1px);
  background-size:46px 46px;
}

body .nmx-page > *:not(.nmx-bg) {
  position:relative;
  z-index:1;
}

body .nmx-hero,
body .nmx-section {
  max-width:1120px !important;
  margin:0 auto !important;
  padding:55px 28px !important;
}

body .nmx-hero {
  min-height:700px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}

body .nmx-logo {
  width:160px !important;
  max-width:85% !important;
  margin-bottom:26px !important;
}

body .nmx-kicker,
body .nmx-label {
  color:var(--cyan) !important;
  text-transform:uppercase !important;
  letter-spacing:3px !important;
  font-size:13px !important;
  margin:0 0 14px !important;
}

body .nmx-hero h1,
body .nmx-section h2 {
  color:var(--text) !important;
  text-transform:uppercase !important;
  line-height:.92 !important;
  letter-spacing:-1px !important;
  margin:0 0 24px !important;
  font-weight:500 !important;
}

body .nmx-hero h1 {
  font-size:clamp(44px, 7vw, 90px) !important;
  max-width:920px !important;
}

body .nmx-section h2 {
  font-size:clamp(34px, 5vw, 62px) !important;
  max-width:850px !important;
}

body .nmx-sub {
  color:var(--muted) !important;
  font-size:20px !important;
  line-height:1.55 !important;
  max-width:700px !important;
  margin-bottom:0 !important;
}

body .nmx-btn {
  display:inline-block !important;
  margin-top:28px !important;
  width:max-content !important;
  padding:14px 28px !important;
  background:var(--red) !important;
  color:white !important;
  text-decoration:none !important;
  text-transform:uppercase !important;
  letter-spacing:2px !important;
  border:1px solid var(--red2) !important;
}

body .nmx-instagram {
  margin-top:22px !important;
  color:var(--muted) !important;
}

body .nmx-instagram a {
  color:var(--cyan) !important;
}
.nmx-ig-link {
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--cyan) !important;
  text-decoration:none;
}

.nmx-ig-link:hover {
  color:white !important;
}

.nmx-ig-link svg {
  flex-shrink:0;
}

body .nmx-grid,
body .nmx-team {
  display:grid !important;
  gap:18px !important;
  margin-top:30px !important;
}

body .nmx-grid {
  grid-template-columns:repeat(4, 1fr) !important;
}

body .nmx-team {
  grid-template-columns:repeat(3, 1fr) !important;
}

body .nmx-card,
body .nmx-person,
body .nmx-about-copy,
body .nmx-form {
  background:rgba(5,15,17,.78) !important;
  border:1px solid rgba(37,212,230,.25) !important;
  box-shadow:0 18px 60px rgba(0,0,0,.28) !important;
}

body .nmx-card,
body .nmx-person,
body .nmx-about-copy,
body .nmx-form {
  padding:26px !important;
}

body .nmx-card {
  border-top:3px solid var(--teal) !important;
}

body .nmx-card h3,
body .nmx-person h3,
body .nmx-about-copy h3 {
  color:white !important;
  text-transform:uppercase !important;
  letter-spacing:1.5px !important;
  margin:0 0 10px !important;
  font-size:20px !important;
}

body .nmx-card p,
body .nmx-person p,
body .nmx-about-copy p {
  color:var(--muted) !important;
  line-height:1.65 !important;
  font-size:16px !important;
}

body .nmx-headshot {
  height:210px !important;
  background:
    linear-gradient(135deg, rgba(37,212,230,.25), rgba(181,18,53,.2)),
    #101719 !important;
  border:1px solid rgba(255,255,255,.12) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:var(--muted) !important;
  text-transform:uppercase !important;
  letter-spacing:2px !important;
  margin-bottom:18px !important;
}

body .nmx-title {
  color:var(--cyan) !important;
  text-transform:uppercase !important;
  letter-spacing:2px !important;
  font-size:13px !important;
}

body .nmx-about-copy {
  margin-top:26px !important;
  border-left:4px solid var(--red) !important;
}

body .nmx-about-copy h3 {
  margin-top:26px !important;
  color:var(--cyan) !important;
}

body .nmx-about-copy h3:first-child {
  margin-top:0 !important;
}

body .nmx-contact {
  padding-bottom:80px !important;
}

@media (max-width:900px) {
  body .nmx-grid,
  body .nmx-team {
    grid-template-columns:1fr !important;
  }

  body .nmx-hero,
  body .nmx-section {
    padding:48px 20px !important;
  }

  body .nmx-hero {
    min-height:560px !important;
  }
}

.nmx-direct-form {
  max-width:720px;
  margin:40px 0 0 0;
  padding:34px !important;
  background:rgba(5,15,17,.88) !important;
  border:1px solid rgba(37,212,230,.38) !important;
  box-shadow:0 18px 60px rgba(0,0,0,.4) !important;
}

.nmx-direct-form label {
  display:block !important;
  color:#25d4e6 !important;
  font-size:13px !important;
  text-transform:uppercase !important;
  letter-spacing:1.6px !important;
  margin:0 0 8px !important;
}

.nmx-direct-form input,
.nmx-direct-form textarea {
  display:block !important;
  width:100% !important;
  background:#071114 !important;
  color:#fff !important;
  border:1px solid rgba(37,212,230,.42) !important;
  padding:14px !important;
  margin:0 0 22px !important;
  font-size:16px !important;
  box-sizing:border-box !important;
}

.nmx-direct-form textarea {
  min-height:180px !important;
}

.nmx-direct-form button {
  background:#b51235 !important;
  border:1px solid #e32445 !important;
  color:white !important;
  text-transform:uppercase !important;
  letter-spacing:2px !important;
  padding:14px 30px !important;
  cursor:pointer !important;
}


header.wp-block-template-part,
footer.wp-block-template-part {
  display:none !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

.wp-site-blocks > header.wp-block-template-part,
.wp-site-blocks > footer.wp-block-template-part {
  display:none !important;
}


.wp-site-blocks,
main,
.wp-block-post-content,
.entry-content {
  margin-top:0 !important;
  padding-top:0 !important;
}

.nmx-about-copy {
  max-width: 1120px !important;
  width: calc(100% - 56px) !important;
  margin: 26px auto 0 !important;
  box-sizing: border-box !important;
}