:root {
  --night: #07080c;
  --black-blue: #0c1118;
  --steel: #121a22;
  --panel: #151d27;
  --panel-soft: #1b2430;
  --paper: #f3efe7;
  --white: #fffaf0;
  --muted: #aeb6bd;
  --muted-dark: #5d6870;
  --line: rgba(255, 250, 240, 0.16);
  --line-dark: rgba(7, 8, 12, 0.16);
  --teal: #20b8b2;
  --blue-green: #0e7c86;
  --purple: #7964d9;
  --orange: #f2763b;
  --amber: #d7a34a;
  --font-main: "Lato", "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "Roboto Mono", "SFMono-Regular", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
  color: var(--white);
  font-family: var(--font-main);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}

body {
  background: var(--night);
  margin: 0;
  min-width: 320px;
}

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

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(7, 8, 12, 0.88);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr;
  min-height: 76px;
  padding: 14px 34px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.brand-logo {
  height: 46px;
  width: auto;
}

.site-nav {
  display: flex;
  gap: 28px;
  justify-content: flex-end;
}

.nav-toggle {
  align-items: center;
  background: rgba(255, 250, 240, 0.04);
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 4px;
  display: none;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.nav-toggle span {
  background: var(--white);
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 160ms ease, opacity 160ms ease;
  width: 18px;
}

.nav-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.nav-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.site-header.nav-open .nav-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

.site-header.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .nav-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.site-nav a {
  color: rgba(255, 250, 240, 0.64);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--white);
}

.site-nav a.active {
  box-shadow: inset 0 -2px 0 var(--teal);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

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

.button.solid {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--night);
}

.button.ghost {
  background: rgba(255, 250, 240, 0.04);
  border-color: rgba(255, 250, 240, 0.28);
  color: var(--white);
}

.button.ghost.dark {
  background: rgba(255, 250, 240, 0.04);
  border-color: rgba(255, 250, 240, 0.28);
  color: var(--white);
}

.button.large {
  font-size: 13px;
  min-height: 48px;
  padding: 0 20px;
}

.hero {
  background-color: var(--night);
  background-image:
    radial-gradient(circle at 78% 16%, rgba(32, 184, 178, 0.22), transparent 28%),
    radial-gradient(circle at 38% 85%, rgba(121, 100, 217, 0.2), transparent 34%),
    linear-gradient(90deg, rgba(7, 8, 12, 0.92), rgba(7, 8, 12, 0.7) 44%, rgba(7, 8, 12, 0.2)),
    url("assets/profusion-hero.png");
  background-position: center;
  background-size: cover;
  color: var(--white);
  display: flex;
  min-height: 82vh;
  padding: 88px 34px 78px;
}

.home-hero {
  align-items: center;
}

.page-hero {
  align-items: flex-end;
  min-height: 58vh;
}

.dit-hero {
  background-image:
    radial-gradient(circle at 78% 16%, rgba(32, 184, 178, 0.22), transparent 28%),
    radial-gradient(circle at 38% 85%, rgba(121, 100, 217, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(7, 8, 12, 0.94), rgba(7, 8, 12, 0.72) 44%, rgba(7, 8, 12, 0.18)),
    url("assets/hero-dit-practical.png");
}

.vtr-hero {
  background-image:
    radial-gradient(circle at 78% 16%, rgba(32, 184, 178, 0.18), transparent 28%),
    radial-gradient(circle at 38% 85%, rgba(239, 126, 67, 0.15), transparent 34%),
    linear-gradient(90deg, rgba(7, 8, 12, 0.94), rgba(7, 8, 12, 0.66) 44%, rgba(7, 8, 12, 0.16)),
    url("assets/hero-vtr-practical.png");
}

.about-hero {
  background-image:
    radial-gradient(circle at 78% 16%, rgba(32, 184, 178, 0.2), transparent 28%),
    radial-gradient(circle at 38% 85%, rgba(121, 100, 217, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(7, 8, 12, 0.94), rgba(7, 8, 12, 0.7) 44%, rgba(7, 8, 12, 0.12)),
    url("assets/hero-about-practical.png");
}

.hero-content {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.eyebrow,
.section-kicker,
.card-label {
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 16px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  color: var(--white);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  max-width: 900px;
}

.page-hero h1 {
  font-size: 66px;
  max-width: 960px;
}

h2 {
  color: inherit;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  max-width: 820px;
}

h3 {
  color: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
}

.hero-copy {
  color: rgba(255, 250, 240, 0.78);
  font-size: 22px;
  line-height: 1.52;
  margin: 28px 0 32px;
  max-width: 710px;
}

.signal-row {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 58px;
  max-width: 560px;
}

.signal-row span {
  color: rgba(255, 250, 240, 0.76);
  font-size: 12px;
  font-weight: 700;
  padding: 16px 20px 0 0;
  text-transform: uppercase;
}

.section {
  background: var(--night);
  border-top: 1px solid var(--line);
  padding: clamp(56px, 5vw, 72px) 34px clamp(64px, 6vw, 88px);
  position: relative;
  scroll-margin-top: 76px;
}

main > .hero + .section::before {
  background: linear-gradient(90deg, var(--teal), var(--purple), var(--orange));
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}

.intro-band {
  background: linear-gradient(135deg, var(--black-blue), #121020 58%, #1c1118);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.split-band {
  background:
    linear-gradient(90deg, rgba(7, 8, 12, 0.68), rgba(7, 8, 12, 0.34) 52%, rgba(7, 8, 12, 0.04)),
    linear-gradient(180deg, rgba(7, 8, 12, 0), rgba(7, 8, 12, 0.48)),
    url("assets/outdoor-video-village.png");
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--white);
  overflow: hidden;
  padding-bottom: clamp(44px, 4.5vw, 64px);
  padding-top: clamp(48px, 4.8vw, 64px);
  position: relative;
}

.market-minimal {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.market-copy {
  max-width: 820px;
}

.market-copyline {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  margin: clamp(18px, 2.2vw, 28px) 0 0;
  max-width: 620px;
}

.muted {
  background: var(--steel);
}

.content-grid,
.section-heading,
.service-grid,
.detail-grid,
.cta-section,
.contact-panel,
.site-footer {
  margin: 0 auto;
  max-width: 1180px;
}

.two-column {
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.focus-grid {
  align-items: center;
}

.bio-portrait {
  margin: 28px 0 0;
  max-width: 380px;
}

.bio-portrait img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.body-copy .bio-signature {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  margin-top: 28px;
}

.setup-proof {
  padding-bottom: clamp(56px, 6vw, 82px);
  padding-top: 0;
}

.setup-photo {
  margin: 0 auto;
  max-width: 1180px;
}

.setup-photo img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.body-copy {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.split-band h2,
.cta-section h2 {
  font-size: 32px;
  line-height: 1.12;
  max-width: 620px;
}

.body-copy p {
  margin: 0 0 20px;
}

.section-heading {
  margin-bottom: 34px;
}

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

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

.service-card,
.detail-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 292px;
  padding: 30px;
  position: relative;
}

.service-card::before,
.detail-card::before {
  background: linear-gradient(90deg, var(--teal), var(--purple), var(--orange));
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.detail-card {
  background: var(--panel-soft);
  min-height: 222px;
}

.service-card p,
.detail-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.text-link {
  color: var(--teal);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  margin-top: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link:hover {
  color: var(--orange);
}

.city-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px clamp(24px, 3vw, 34px);
  grid-template-columns: repeat(4, auto);
  justify-content: start;
  padding-top: clamp(22px, 3vw, 34px);
}

.city-list span {
  align-items: center;
  color: rgba(255, 250, 240, 0.78);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  padding: 0;
  text-transform: uppercase;
}

.city-list span::before {
  background: none;
  border-radius: 0;
  color: var(--orange);
  content: "/";
  height: auto;
  width: auto;
}

.cta-copyline {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.cta-section {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr auto;
}

.cta-section {
  background: var(--night);
  border-top: 1px solid var(--line);
  color: var(--white);
  gap: 28px;
  padding-bottom: 56px;
  padding-top: 56px;
}

.cta-copyline {
  margin-top: 16px;
  max-width: 520px;
}

.contact-intro {
  margin-bottom: 40px;
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.contact-form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  padding: 30px;
  position: relative;
}

.contact-form::before {
  background: linear-gradient(90deg, var(--teal), var(--purple), var(--orange));
  border-radius: 8px 8px 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.form-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.field .optional {
  color: var(--muted);
  font-weight: 400;
}

.field input,
.field select,
.field textarea {
  background: rgba(7, 8, 12, 0.55);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--white);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 14px;
  width: 100%;
}

.field textarea {
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--muted);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal);
  outline: none;
}

.contact-form .button {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  justify-self: start;
}

.contact-form .button:disabled {
  cursor: default;
  opacity: 0.6;
  transform: none;
}

.hp-field {
  display: none;
}

.form-status {
  color: var(--teal);
  font-size: 14px;
  margin: 0;
  min-height: 1em;
}

.form-status.error {
  color: var(--orange);
}

.contact-methods {
  display: grid;
  gap: 12px;
}

.contact-method {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 22px;
  text-decoration: none;
}

.contact-method span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-method strong {
  color: var(--white);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.site-footer {
  background: var(--night);
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 12px 24px;
  justify-content: space-between;
  padding: 32px 34px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 44px;
}

.footer-contact span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  margin-right: 6px;
  text-transform: uppercase;
}

.site-nav a,
.button,
.button.large,
.text-link,
.field label,
.contact-method span {
  font-size: 14px;
}

@media (max-width: 900px) {
  .hero {
    min-height: 72vh;
    padding: 64px 20px;
  }

  .page-hero {
    min-height: 54vh;
  }

  h1 {
    font-size: 48px;
  }

  .page-hero h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 22px;
  }

  .hero-copy,
  .body-copy {
    font-size: 17px;
  }

  .section {
    padding: 52px 20px 60px;
  }

  .two-column,
  .service-grid,
  .detail-grid,
  .cta-section,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .split-band {
    padding-bottom: 44px;
    padding-top: 48px;
  }

}

@media (min-width: 761px) and (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr;
    min-height: 76px;
    padding: 14px 28px;
  }

  .site-nav {
    gap: 20px;
    justify-content: flex-end;
    overflow-x: visible;
  }

}

@media (max-width: 760px) {
  .site-header {
    gap: 14px 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 78px;
    padding: 16px 20px;
  }

  .brand-logo {
    height: 42px;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
    position: relative;
  }

  .site-nav {
    border-top: 1px solid var(--line);
    display: none;
    gap: 0;
    grid-column: 1 / -1;
    justify-content: stretch;
    overflow: hidden;
    padding-top: 4px;
  }

  .site-header.nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    border-bottom: 1px solid var(--line);
    padding: 14px 0;
  }
}

@media (max-width: 560px) {
  .site-nav {
    gap: 0;
  }

  h1,
  .page-hero h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  h2 {
    font-size: 30px;
  }

  .split-band h2,
  .cta-section h2 {
    font-size: 26px;
  }

  .hero {
    background-image:
      radial-gradient(circle at 80% 18%, rgba(32, 184, 178, 0.18), transparent 32%),
      linear-gradient(90deg, rgba(7, 8, 12, 0.94), rgba(7, 8, 12, 0.64)),
      url("assets/profusion-hero.png");
  }

  .dit-hero {
    background-image:
      radial-gradient(circle at 80% 18%, rgba(32, 184, 178, 0.18), transparent 32%),
      linear-gradient(90deg, rgba(7, 8, 12, 0.95), rgba(7, 8, 12, 0.68)),
      url("assets/hero-dit-practical.png");
  }

  .vtr-hero {
    background-image:
      radial-gradient(circle at 80% 18%, rgba(239, 126, 67, 0.16), transparent 32%),
      linear-gradient(90deg, rgba(7, 8, 12, 0.95), rgba(7, 8, 12, 0.66)),
      url("assets/hero-vtr-practical.png");
  }

  .about-hero {
    background-image:
      radial-gradient(circle at 80% 18%, rgba(32, 184, 178, 0.16), transparent 32%),
      linear-gradient(90deg, rgba(7, 8, 12, 0.95), rgba(7, 8, 12, 0.66)),
      url("assets/hero-about-practical.png");
  }

  .split-band {
    background:
      linear-gradient(90deg, rgba(7, 8, 12, 0.72), rgba(7, 8, 12, 0.36)),
      linear-gradient(180deg, rgba(7, 8, 12, 0.04), rgba(7, 8, 12, 0.56)),
      url("assets/outdoor-video-village.png");
    background-position: center;
    background-size: cover;
  }

  .hero-actions,
  .cta-actions {
    width: 100%;
  }

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

  .signal-row,
  .city-list {
    grid-template-columns: 1fr;
  }

  .city-list {
    gap: 14px;
  }

  .signal-row span {
    border-bottom: 1px solid var(--line);
    padding: 14px 0;
  }

  .service-card,
  .detail-card {
    min-height: 0;
    padding: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 24px;
  }

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