:root {
  --bg: #050607;
  --bg-soft: #0c0d10;
  --surface: #111318;
  --surface-strong: #171a21;
  --line: rgba(255, 255, 255, .14);
  --line-strong: rgba(255, 255, 255, .24);
  --text: #f7f4ed;
  --muted: #babeca;
  --accent: #6f8cff;
  --accent-strong: #9aabff;
  --warm: #d2ae54;
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --container: 1140px;
  --header-height: 78px;
}

@font-face {
  font-family: "Museo Sans";
  src: url("nc_assets/fonts/museo-sans-300-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("nc_assets/fonts/museo-sans-500-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("nc_assets/fonts/museo-sans-700-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Museo Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  padding-top: var(--header-height);
  width: 100%;
}

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

a {
  color: var(--accent-strong);
  text-decoration-color: rgba(154, 171, 255, .45);
  text-underline-offset: 4px;
}

a:hover {
  color: var(--text);
}

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

button {
  cursor: pointer;
}

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

h1,
h2,
h3 {
  line-height: 1.12;
  overflow-wrap: break-word;
}

h1 {
  font-family: Merriweather, Georgia, serif;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 24px;
}

h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 18px;
}

h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

p {
  margin-bottom: 18px;
  overflow-wrap: break-word;
}

address {
  font-style: normal;
}

.container {
  margin-inline: auto;
  max-width: var(--container);
  min-width: 0;
  padding-inline: 32px;
  width: 100%;
}

.narrow {
  max-width: 920px;
}

.section {
  padding-block: 86px;
}

.section--intro {
  padding-top: 120px;
}

.section--compact {
  padding-block: 52px;
}

.eyebrow {
  color: var(--warm);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.4;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.lede {
  color: var(--muted);
  font-size: 21px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.muted {
  color: var(--muted);
}

.button {
  align-items: center;
  background: var(--text);
  border: 1px solid var(--text);
  border-radius: 6px;
  color: #08090c;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1.2;
  min-height: 46px;
  overflow-wrap: anywhere;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.button:hover {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  color: #07080b;
  transform: translateY(-1px);
}

.button--small {
  min-height: 40px;
  padding: 11px 16px;
}

.button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.site-header {
  align-items: center;
  background: rgba(5, 6, 7, .94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 26px;
  justify-content: space-between;
  left: 0;
  min-height: var(--header-height);
  padding: 14px 34px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand-link {
  align-items: center;
  color: var(--text);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  text-decoration: none;
}

.brand-mark,
.footer-mark {
  border-radius: 50%;
}

.brand-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 10px;
  justify-content: center;
}

.nav-link {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--text);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-toggle {
  cursor: pointer;
}

.nav-link:hover,
.nav-link.is-current {
  color: var(--accent-strong);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > summary {
  list-style: none;
}

.nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

.dropdown-toggle::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  content: "";
  display: inline-block;
  margin-left: 8px;
  margin-top: 5px;
}

.dropdown-menu {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-top: 2px solid var(--accent);
  border-radius: 0 0 8px 8px;
  box-shadow: var(--shadow);
  display: none;
  left: 50%;
  min-width: 286px;
  padding: 8px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown[open] .dropdown-menu {
  display: block;
}

.dropdown-link {
  border-radius: 6px;
  color: var(--text);
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .7px;
  line-height: 1.4;
  padding: 12px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-link:hover,
.dropdown-link.is-current {
  background: rgba(111, 140, 255, .12);
  color: var(--accent-strong);
}

.header-action {
  flex: 0 0 auto;
}

.hero {
  align-items: center;
  display: flex;
  min-height: 680px;
  padding: 96px 32px;
  position: relative;
  text-align: center;
}

.hero--home {
  background:
    linear-gradient(180deg, rgba(5, 6, 7, .14), rgba(5, 6, 7, .72)),
    url("images/vitruvian-systems-BANNER-image-DAVINCI-1200x480-MOON-LINES.png") center / cover no-repeat;
}

.hero--home .hero-content {
  transform: translateY(-44px);
}

.hero-content {
  margin-inline: auto;
  max-width: 900px;
}

.hero h1 {
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hero-tagline {
  color: var(--text);
  font-family: Merriweather, Georgia, serif;
  font-size: 23px;
  font-style: italic;
}

.motto {
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.motto h2 {
  font-family: Merriweather, Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.split-layout {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
}

.split-layout > * {
  min-width: 0;
}

.split-layout--reverse {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
}

.section-copy {
  max-width: 620px;
  min-width: 0;
}

.section-copy p {
  color: var(--muted);
}

.media-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.media-panel img,
.media-image {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.media-image--wide {
  aspect-ratio: 16 / 9;
}

.media-image--playbook {
  aspect-ratio: 480 / 408;
  background: #050607;
  object-fit: contain;
}

.media-image--portrait {
  aspect-ratio: 3 / 4;
}

.product-hero {
  text-align: center;
}

.status-pill {
  border: 1px solid rgba(210, 174, 84, .55);
  border-radius: 999px;
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 12px 0 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 10px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  white-space: normal;
}

.status-pill:hover,
.status-pill:focus-visible {
  background: rgba(210, 174, 84, .12);
  border-color: rgba(210, 174, 84, .8);
  color: var(--text);
  transform: translateY(-1px);
}

.hero-media {
  background:
    linear-gradient(135deg, rgba(111, 140, 255, .16), rgba(210, 174, 84, .08)),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  margin: 34px auto 0;
  max-width: 660px;
  overflow: hidden;
}

.hero-video {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.hero-media--portrait {
  max-width: 420px;
}

.hero-media--portrait .hero-video {
  aspect-ratio: 738 / 1008;
  background: #050607;
  object-fit: contain;
}

.hero-media figcaption {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  padding: 12px 16px 14px;
}

.card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
}

.summary-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-width: 0;
  padding: 24px;
}

.summary-card h2 {
  font-size: 21px;
}

.summary-card p {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.detail-list {
  color: var(--muted);
  margin: 24px 0 0;
  padding-left: 22px;
}

.detail-list li {
  margin-bottom: 10px;
}

.notice {
  border-left: 3px solid var(--warm);
  color: var(--muted);
  margin: 0;
  padding: 4px 0 4px 18px;
  text-align: left;
}

.product-cta {
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  text-align: center;
}

.product-cta .button-row {
  justify-content: center;
}

.contact-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 34px;
  padding: 28px;
}

.contact-panel p {
  color: var(--text);
  margin-bottom: 18px;
}

.contact-panel p:last-child {
  margin-bottom: 0;
}

.contact-panel span {
  color: var(--warm);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.contact-illustration {
  margin-inline: auto;
  max-width: 440px;
}

.contact-illustration img {
  aspect-ratio: 345 / 530;
  object-fit: cover;
}

.site-footer {
  background: #030405;
  border-top: 1px solid var(--line);
  padding-block: 52px;
}

.footer-grid {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, .95fr) minmax(0, .8fr) minmax(0, 1.4fr);
}

.footer-brand {
  align-items: center;
  display: flex;
  gap: 14px;
}

.footer-name {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.footer-contact p,
.footer-note {
  color: var(--muted);
  margin-bottom: 8px;
}

.footer-contact .eyebrow {
  color: var(--warm);
}

.footer-note {
  margin-bottom: 0;
}

@media (min-width: 921px) {
  .site-nav {
    gap: 14px;
  }

  .nav-link {
    font-size: 14px;
    letter-spacing: 1.05px;
    padding: 13px 12px;
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 108px;
  }

  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding: 12px 22px;
  }

  .brand-link {
    order: 1;
  }

  .header-action {
    order: 2;
  }

  .site-nav {
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: center;
    order: 3;
  }

  .dropdown-menu {
    left: auto;
    right: 0;
    transform: none;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 29px;
  }

  .hero {
    min-height: 560px;
  }

  .split-layout,
  .split-layout--reverse {
    gap: 36px;
    grid-template-columns: minmax(0, 1fr);
  }

  .split-layout--reverse .media-panel {
    order: 2;
  }

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

@media (max-width: 640px) {
  :root {
    --header-height: 52px;
  }

  body {
    font-size: 15px;
  }

  .container {
    padding-inline: 20px;
  }

  .site-header {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
    justify-items: center;
    padding-block: 8px;
    padding-inline: 8px;
    row-gap: 0;
  }

  .brand-name {
    display: none;
  }

  .brand-link {
    display: none;
  }

  .brand-mark {
    height: 38px;
    width: 38px;
  }

  .site-nav {
    display: contents;
  }

  .site-nav > * {
    min-width: 0;
  }

  .site-nav > a[href="contact.html"] {
    display: none;
  }

  .nav-dropdown {
    min-width: 0;
    position: static;
  }

  .nav-link {
    align-items: center;
    justify-content: center;
    font-size: 10px;
    letter-spacing: .36px;
    height: 36px;
    line-height: 1;
    min-height: 0;
    padding: 0;
    white-space: nowrap;
    width: auto;
  }

  .dropdown-toggle::after {
    border-top-width: 4px;
    margin-left: 2px;
  }

  .header-action {
    font-size: 11px;
    display: none;
    min-height: 36px;
    padding: 10px 12px;
  }

  .dropdown-menu {
    left: 14px;
    max-width: calc(100vw - 24px);
    min-width: 0;
    position: fixed;
    right: 12px;
    top: calc(var(--header-height) - 12px);
    transform: none;
    width: auto;
  }

  h1 {
    font-size: 37px;
    line-height: 1.18;
  }

  h2 {
    font-size: 25px;
  }

  .lede {
    font-size: 18px;
  }

  .hero h1,
  .product-hero h1,
  .product-hero .lede {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }

  .status-pill {
    display: inline-block;
    max-width: 310px;
  }

  .hero-media {
    margin-top: 28px;
  }

  .section {
    padding-block: 58px;
  }

  .section--intro {
    padding-top: 74px;
  }

  .hero {
    min-height: 460px;
    padding-inline: 20px;
  }

  .hero--home {
    background-image:
      linear-gradient(180deg, rgba(5, 6, 7, .08), rgba(5, 6, 7, .78)),
      url("images/vitruvian-systems-BANNER-image-DAVINCI-800x340-MOON-LINES.png");
  }

  .hero--home .eyebrow {
    color: var(--text);
  }

  .hero--home .hero-content {
    transform: translateY(-100px);
  }

  .hero-tagline {
    font-size: 19px;
  }

  .motto h2 {
    font-size: 23px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }

  .summary-card,
  .contact-panel {
    padding: 20px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

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

@media (max-width: 440px) {
  .nav-link {
    font-size: 9px;
    letter-spacing: .24px;
  }

  .dropdown-toggle::after {
    margin-left: 1px;
  }

  .dropdown-menu {
    left: 14px;
    max-width: calc(100vw - 28px);
    right: 14px;
  }
}
