/* NView studio system — shared by every public page. */
:root {
  --steel-dark: #090f14;
  --steel-medium: #101c25;
  --steel-light: #223440;
  --primary-blue: #64d9f2;
  --primary-blue-dark: #24accd;
  --industrial-accent: #64d9f2;
  --text-secondary: #b6c5ce;
  --text-muted: #96abb7;
  --gradient-steel: linear-gradient(135deg, #13212c, #0c141c);
  --gradient-rust: linear-gradient(120deg, #8be8f8, #47bedf);
  --section-padding: 104px 0;
}
body {
  background: #090f14;
  color: #f3f7fa;
}
body::before {
  display: none;
}
a {
  color: var(--primary-blue);
}
.container,
.nav-container {
  max-width: 1320px;
  padding-left: 40px;
  padding-right: 40px;
}
h1,
h2,
h3 {
  letter-spacing: -0.045em;
}
p {
  line-height: 1.8;
}
section {
  scroll-margin-top: 96px;
}
.navbar,
.navbar.scrolled {
  background: rgba(9, 15, 20, 0.96);
  border-bottom: 1px solid #263640;
  box-shadow: none;
  padding: 18px 0;
  backdrop-filter: blur(16px);
}
.nav-logo {
  gap: 12px;
}
.nav-logo h2 {
  font-size: 21px;
  letter-spacing: -0.04em;
}
.logo-image {
  height: 38px;
  width: auto;
}
.nav-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
.nav-menu {
  gap: 28px;
}
.nav-menu .nav-link:last-child {
  border: 1px solid #425966;
  padding: 10px 18px;
  color: #e7f7ff;
}
.nav-toggle {
  background: none;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
.btn {
  border-radius: 3px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  min-height: 50px;
  box-shadow: none;
  transform: none;
}
.btn-primary {
  background: #80e1f5;
  color: #071820;
  border: 1px solid #80e1f5;
}
.btn-primary:hover {
  background: #b3f1fc;
  color: #071820;
  box-shadow: 0 0 28px #64d9f221;
}
.btn-secondary {
  background: transparent;
  color: #edf7fb;
  border: 1px solid #58717f;
}
.btn::before {
  display: none;
}
.hero {
  min-height: 780px;
  height: auto;
  padding: 170px 0 96px;
  display: block;
  background:
    radial-gradient(ellipse at 80% 30%, #16394755, transparent 55%), #090f14;
  overflow: hidden;
}
.hero::before {
  display: none;
}
.hero-content {
  position: relative;
  width: 100%;
  text-align: left;
}
.hero-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 60px;
}
.hero-title {
  font-size: clamp(42px, 4.7vw, 70px);
  font-weight: 600;
  line-height: 1.07;
  text-transform: none;
  max-width: 720px;
  margin: 22px 0 28px;
  text-shadow: none;
  letter-spacing: -0.06em;
}
.hero-title .highlight {
  display: block;
  color: #83def1;
  background: none;
  -webkit-text-fill-color: currentColor;
}
.hero-subtitle {
  font-size: 17px;
  line-height: 1.8;
  max-width: 570px;
  margin: 0;
  color: #b6c5ce;
}
.hero-buttons {
  justify-content: flex-start;
  margin-top: 32px;
  gap: 12px;
}
.eyebrow,
.section-tag {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #85ddef;
  background: none;
  border: 0;
  padding: 0;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #7ae9cf;
  margin-right: 10px;
  border-radius: 50%;
}
.hero-local {
  font-size: 13px;
  color: #8fa7b5;
  margin-top: 26px;
}
.studio-monitor {
  border: 1px solid #39515d;
  background: #0f1b24;
  padding: 10px;
  box-shadow: 22px 22px 0 #10212b55;
  transform: rotate(1deg);
}
.monitor-bar,
.monitor-caption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 6px;
  font:
    12px ui-monospace,
    monospace;
  color: #a2bfce;
  letter-spacing: 0.04em;
}
.monitor-frame {
  aspect-ratio: 16/10;
  position: relative;
  background: #152330 url("assets/hero-mobile.jpg") center/cover;
}
.monitor-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.monitor-caption {
  padding: 18px 6px 10px;
  align-items: center;
}
.monitor-caption button {
  background: none;
  border: 0;
  color: #a3eaff;
  cursor: pointer;
  font: inherit;
}
.studio-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  margin-top: 72px;
  border-top: 1px solid #263640;
  color: #819aaa;
  font:
    12px ui-monospace,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.scroll-indicator {
  display: none;
}
.section-header {
  text-align: left;
  margin-bottom: 48px;
  max-width: 800px;
}
.section-header h2,
.section-title {
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 600;
  line-height: 1.15;
  margin-top: 16px;
}
.section-subtitle {
  font-size: 17px;
  max-width: 700px;
  margin-left: 0;
}
.about,
.services,
.portfolio,
.contact,
.service-details,
.service-process,
.city-content,
.blog-grid-section,
.article-content,
.legal-content {
  background: #090f14;
  padding: 90px 0;
  border-top: 1px solid #21313b;
}
.services,
.contact,
.service-process {
  background: #0c151d;
}
.about::before,
.services::before,
.portfolio::before,
.contact::before {
  display: none;
}
.about-story,
.story-content,
.about-visual,
.service-card,
.service-detail-card,
.process-step-card,
.blog-card {
  background: #101c25;
  border: 1px solid #293c48;
  border-radius: 4px;
  box-shadow: none;
}
.service-card:hover,
.service-detail-card:hover,
.blog-card:hover {
  border-color: #65c9df;
  box-shadow: none;
  transform: translateY(-4px);
}
.service-card {
  padding: 32px;
}
.service-number {
  font-family: ui-monospace, monospace;
  color: #89a7b8;
}
.service-icon,
.service-icon-large {
  color: #86dff2;
  background: #152c38;
  border: 1px solid #34515f;
  box-shadow: none;
  border-radius: 4px;
}
.service-card h3 {
  font-size: 23px;
}
.service-card::before {
  display: none;
}
.story-title {
  font-size: 42px;
}
.value-item {
  border-color: #263e4d;
}
.portfolio-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.portfolio-item {
  border: 1px solid #2b424e;
  border-radius: 4px;
  overflow: hidden;
  background: #101c25;
}
.portfolio-image {
  aspect-ratio: 16/9;
  height: auto;
}
.portfolio-label {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.portfolio-label h3 {
  font-size: 18px;
  letter-spacing: -0.02em;
}
.portfolio-label p {
  font-size: 12px;
  color: #9fb6c4;
}
.portfolio-play-btn {
  color: #fff;
}
.contact-form {
  background: #111f29;
  border: 1px solid #324754;
  border-radius: 4px;
  padding: 32px;
}
.form-group label {
  display: block;
  font-size: 13px;
  color: #cadce7;
  margin-bottom: 7px;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: #09141c;
  border: 1px solid #39515f;
  border-radius: 3px;
  color: #ecf5fa;
  padding: 14px;
}
.form-line {
  display: none;
}
.footer {
  background: #070c11;
  border-top: 1px solid #2b3c46;
}
.footer-bottom {
  border-color: #23333e;
}
.service-hero,
.blog-hero,
.article-hero,
.legal-hero {
  background:
    radial-gradient(ellipse at 80% 10%, #19415166, transparent 60%), #0b141c;
  padding: 160px 40px 72px;
  border-bottom: 1px solid #2e414c;
}
.service-hero::before,
.blog-hero::before,
.article-hero::before,
.legal-hero::before {
  display: none;
}
.service-hero-content,
.blog-hero-content,
.article-hero-content,
.legal-hero-content {
  max-width: 1120px;
  text-align: left;
  margin: auto;
}
.service-hero h1,
.blog-hero h1,
.article-hero h1,
.legal-hero h1 {
  font-size: clamp(34px, 4.7vw, 64px);
  line-height: 1.12;
  text-transform: none;
}
.service-hero-description,
.blog-hero-description,
.article-hero-description {
  max-width: 800px;
  margin-left: 0;
  font-size: 18px;
}
.service-tags {
  justify-content: flex-start;
}
.service-tag,
.article-category {
  background: #142c38;
  color: #ade9f6;
  border: 1px solid #345666;
  border-radius: 3px;
}
.service-cta {
  background: #112733;
  padding: 80px 24px;
  border-top: 1px solid #35515f;
}
.article-body {
  max-width: 790px;
  font-size: 17px;
}
.article-body h2 {
  font-size: 30px;
}
.article-body p,
.article-body li {
  color: #c1ced6;
}
.article-body a {
  text-underline-offset: 4px;
}
.article-body table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
.breadcrumb-nav {
  font-size: 13px;
  color: #a8c0ce;
  max-width: 1320px;
  margin: 0 auto 24px;
}
.breadcrumb-nav a {
  color: #96ddec;
}
.related-reading {
  max-width: 1240px;
  margin: 0 auto;
  padding: 44px 0;
  border-top: 1px solid #2c424e;
}
.related-reading h2 {
  font-size: 24px;
  margin-bottom: 18px;
}
.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}
.related-links a {
  font-size: 15px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: #a3ebfc;
  color: #06121a;
  padding: 12px 20px;
  z-index: 10000;
}
.skip-link:focus {
  top: 12px;
}
:focus-visible {
  outline: 3px solid #a3ebfc;
  outline-offset: 5px;
}
.nav-toggle:focus-visible {
  outline-offset: 0;
}
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
button,
a,
input,
textarea,
select {
  touch-action: manipulation;
}
.faq-visible {
  max-width: 900px;
}
.faq-visible details {
  border-top: 1px solid #324651;
  padding: 22px 0;
}
.faq-visible summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}
.faq-visible details p {
  padding-top: 16px;
  color: #b8cbd6;
}
@media (min-width: 1000px) {
  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .container,
  .nav-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero {
    padding: 130px 0 65px;
    min-height: 0;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-title {
    max-width: 680px;
  }
  .studio-monitor {
    max-width: 640px;
    transform: none;
  }
  .studio-strip {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .nav-menu {
    gap: 12px;
  }
  .service-hero,
  .blog-hero,
  .article-hero,
  .legal-hero {
    padding: 125px 24px 55px;
  }
  .related-reading {
    margin: 0 24px;
  }
  .about,
  .services,
  .portfolio,
  .contact {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    background: #101c25;
    border-bottom: 1px solid #354b59;
    padding: 24px;
  }
  .nav-menu .nav-link:last-child {
    display: inline-block;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  .hero-title {
    font-size: 44px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .studio-strip {
    font-size: 11px;
    line-height: 1.8;
  }
  .hero-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero-buttons .btn {
    width: auto;
  }
  .monitor-caption {
    font-size: 11px;
  }
  .contact-form {
    padding: 22px;
  }
  .portfolio-label {
    padding: 18px;
  }
  .section-header {
    margin-bottom: 32px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.hero-content {
  max-width: none;
  padding: 0;
}
.hero-title .highlight,
.hero-subtitle {
  text-shadow: none;
}
.hero-layout > * {
  min-width: 0;
}
.portfolio-image:hover {
  transform: none;
  box-shadow: none;
}
.portfolio-play-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.15);
}
.portfolio-image:focus-within .portfolio-play-overlay {
  opacity: 1;
}
.blog-hero-content,
.article-hero-content {
  width: 100%;
}
.related-reading {
  padding-left: 24px;
  padding-right: 24px;
}
.service-hero-content .breadcrumb-nav {
  margin-bottom: 30px;
}
.btn-submit:disabled {
  opacity: 0.6;
  cursor: wait;
}
