:root {
  --navy: #071b33;
  --ink: #0b223d;
  --teal: #0c5960;
  --sea: #0f7779;
  --frost: #f4f7f9;
  --line: #dbe4e8;
  --burgundy: #7d1f2d;
  --muted: #5d6a78;
  --shadow: 0 18px 45px rgba(7, 27, 51, 0.12);
  --lift: 0 18px 34px rgba(7, 27, 51, 0.18);
  color-scheme: light;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--frost);
  color: var(--ink);
  font-family: Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  min-width: 320px;
}

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

svg {
  display: block;
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 24px;
}

.container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
  width: 100%;
}

.site-header {
  background: rgba(7, 27, 51, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav-shell {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 12px 24px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: max-content;
}

.brand img {
  background: white;
  border-radius: 8px;
  height: 54px;
  object-fit: contain;
  padding: 4px;
  width: 124px;
}

.brand span,
.footer-brand strong {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.desktop-nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 18px;
  justify-content: center;
}

.desktop-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 750;
  transition: color 180ms ease;
  white-space: nowrap;
}

.desktop-nav a:hover {
  color: white;
}

.header-actions,
.button-row {
  align-items: center;
  display: flex;
  gap: 12px;
}

.btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  padding: 14px 18px;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--burgundy);
  box-shadow: var(--shadow);
  color: white;
}

.btn-primary:hover {
  background: #691925;
  box-shadow: var(--lift);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: white;
}

.btn-ghost:hover {
  background: white;
  color: var(--navy);
}

.btn-light {
  background: white;
  box-shadow: var(--shadow);
  color: var(--navy);
}

.btn.block {
  margin-top: 28px;
  width: 100%;
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: white;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.menu-toggle span {
  background: currentColor;
  display: block;
  height: 2px;
  position: absolute;
  width: 18px;
}

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

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

.mobile-nav {
  display: none;
}

.hero {
  background: var(--navy);
  color: white;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(120deg, rgba(12, 89, 96, 0.76), rgba(7, 27, 51, 0) 52%),
    radial-gradient(circle at 16% 24%, rgba(125, 31, 45, 0.34), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
    linear-gradient(225deg, rgba(255, 255, 255, 0.055) 25%, transparent 25%);
  background-size: auto, auto, 72px 72px, 72px 72px;
  content: "";
  inset: 0;
  position: absolute;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: 1.03fr 0.97fr;
  min-height: 720px;
  padding-bottom: 72px;
  padding-top: 72px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--burgundy);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.22em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.68);
}

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

h1 {
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.01;
  margin-bottom: 24px;
  max-width: 850px;
}

h2 {
  color: var(--navy);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 18px;
}

h3 {
  color: var(--navy);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
}

.hero-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.65;
  max-width: 680px;
}

.metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
  max-width: 560px;
}

.metrics div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 16px;
}

.metrics strong {
  display: block;
  font-size: 28px;
  font-weight: 950;
}

.metrics span {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 4px;
  text-transform: uppercase;
}

.hero-panel {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: var(--lift);
  color: var(--ink);
  padding: 20px;
}

.mini-grid,
.why-grid,
.contact-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mini-card,
.why-card,
.service-card,
.detail-card,
.product-card,
.contact-card,
.service-list-panel,
.printer-feature {
  border-radius: 8px;
}

.mini-card {
  background: var(--frost);
  border: 1px solid var(--line);
  padding: 18px;
}

.mini-card p,
.service-card p,
.detail-card p,
.section p,
.cta p {
  color: var(--muted);
  line-height: 1.75;
}

.lease-strip {
  background: var(--navy);
  border-radius: 8px;
  color: white;
  margin-top: 16px;
  padding: 22px;
}

.lease-strip p,
.lease-strip span {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lease-strip div {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 12px 0;
}

.lease-strip h3 {
  color: white;
  margin: 0;
}

.lease-strip strong {
  font-size: 32px;
  font-weight: 950;
}

.section {
  padding: 88px 0;
}

.section.white {
  background: white;
}

.section.muted {
  background: var(--frost);
}

.section.dark {
  background: var(--navy);
  color: white;
}

.section.dark h2,
.section.dark h3 {
  color: white;
}

.section.dark .section-heading p,
.section.dark p {
  color: rgba(255, 255, 255, 0.74);
}

.section-heading {
  margin: 0 auto 42px;
  max-width: 780px;
  text-align: center;
}

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

.service-card,
.why-card,
.product-card {
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 26px;
}

.service-card {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card:hover {
  border-color: rgba(12, 89, 96, 0.36);
  box-shadow: 0 22px 42px rgba(7, 27, 51, 0.14);
  transform: translateY(-4px);
}

.icon-box {
  align-items: center;
  background: var(--navy);
  border-radius: 8px;
  color: white;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 18px;
  width: 48px;
}

.icon-box.teal {
  background: var(--teal);
}

.icon-box.burgundy {
  background: var(--burgundy);
}

.icon-box.light-box {
  background: white;
  color: var(--teal);
}

.split {
  display: grid;
  gap: 56px;
  grid-template-columns: 0.9fr 1.1fr;
}

.why-card p {
  color: var(--ink);
  font-weight: 750;
}

.why-card small {
  color: #97a3af;
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.18em;
  margin-top: 22px;
}

.printer-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 0.9fr;
}

.printer-feature {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 32px;
}

.printer-feature h3 {
  font-size: 34px;
}

.spec-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.spec-grid div {
  background: white;
  border-radius: 8px;
  color: var(--ink);
  padding: 18px;
}

.spec-grid span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 750;
}

.spec-grid strong {
  color: var(--navy);
  display: block;
  font-size: 24px;
  font-weight: 950;
  margin-top: 6px;
}

.service-list-panel {
  background: white;
  box-shadow: var(--lift);
  color: var(--ink);
  padding: 32px;
}

.service-list-panel ul {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.service-list-panel li {
  align-items: center;
  color: #435062;
  display: flex;
  font-weight: 800;
  gap: 12px;
}

.service-list-panel li svg {
  background: var(--teal);
  border-radius: 8px;
  color: white;
  height: 28px;
  padding: 5px;
  width: 28px;
}

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

.detail-card {
  background: var(--frost);
  border: 1px solid var(--line);
  padding: 34px;
}

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

.product-card svg {
  background: var(--navy);
  border-radius: 8px;
  color: white;
  height: 42px;
  margin-bottom: 18px;
  padding: 9px;
  width: 42px;
}

.cta-wrap {
  background: white;
  padding: 64px 0;
}

.cta {
  align-items: center;
  background: var(--teal);
  border-radius: 8px;
  box-shadow: var(--lift);
  color: white;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 46px;
}

.cta h2 {
  color: white;
  max-width: 780px;
}

.cta p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 760px;
}

.contact-layout {
  display: grid;
  gap: 56px;
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 22px;
}

.contact-card small {
  color: rgba(255, 255, 255, 0.56);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}

.footer {
  background: white;
  border-top: 1px solid var(--line);
  padding: 30px 0;
}

.footer-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.footer-brand span {
  color: var(--muted);
  display: block;
  font-size: 14px;
  margin-top: 4px;
}

.footer p {
  color: var(--muted);
  margin: 0;
}

@media (max-width: 1080px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }

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

  .mobile-nav.open {
    display: grid;
  }

  .mobile-nav {
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    gap: 6px;
    padding: 10px 24px 22px;
  }

  .mobile-nav a:not(.btn) {
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    font-weight: 800;
    padding: 12px;
  }

  .mobile-nav a:not(.btn):hover {
    background: rgba(255, 255, 255, 0.08);
    color: white;
  }

  .hero-inner,
  .split,
  .printer-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .container,
  .nav-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand span {
    display: none;
  }

  .hero-inner {
    min-height: auto;
    padding-bottom: 48px;
    padding-top: 48px;
  }

  .button-row,
  .cta,
  .footer-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .metrics,
  .mini-grid,
  .why-grid,
  .service-grid,
  .detail-grid,
  .product-grid,
  .contact-grid,
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .cta {
    padding: 28px;
  }

  .printer-feature,
  .service-list-panel,
  .detail-card {
    padding: 24px;
  }
}
