:root {
  --shell-border: rgba(232, 230, 227, 0.14);
  --shell-surface: rgba(8, 10, 11, 0.86);
  --shell-surface-strong: rgba(7, 8, 9, 0.94);
  --shell-card: rgba(15, 18, 20, 0.88);
  --shell-accent: #9bb8e1;
  --shell-accent-strong: #c6d8f1;
  --shell-shadow: 0 20px 52px rgba(0, 0, 0, 0.28);
}

.site-header[data-shell-rendered="true"] {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 18px;
}

.shell-nav {
  justify-content: center;
}

.shell-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}

.shell-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(232, 230, 227, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: #f5f6f7;
  font: 600 11px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 220ms var(--ease-smooth), background-color 220ms var(--ease-smooth), border-color 220ms var(--ease-smooth);
}

.shell-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.shell-cta-primary {
  background: rgba(155, 184, 225, 0.14);
  border-color: rgba(155, 184, 225, 0.42);
}

.nav-toggle {
  display: none;
  justify-self: center;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  color: #f5f6f7;
  border: 1px solid rgba(232, 230, 227, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font: 600 11px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mobile-nav-panel {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  align-items: start;
  padding: 18px;
  background: rgba(5, 6, 7, 0.72);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.mobile-nav-panel[hidden] {
  display: none;
}

.mobile-nav-shell {
  margin-left: auto;
  width: min(360px, 100%);
  padding: 22px;
  border: 1px solid var(--shell-border);
  border-radius: 28px;
  background: var(--shell-surface-strong);
  box-shadow: var(--shell-shadow);
}

.mobile-nav-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

.mobile-nav-heading span {
  font: 600 12px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--shell-accent-strong);
}

.mobile-nav-heading strong {
  color: rgba(245, 246, 247, 0.78);
  font: 500 13px/1.4 Inter, Arial, sans-serif;
}

.mobile-nav-links {
  display: grid;
  gap: 10px;
}

.mobile-nav-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--shell-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  color: #f5f6f7;
  font: 500 14px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: 0.05em;
}

.mobile-nav-links a.active {
  border-color: rgba(155, 184, 225, 0.42);
  background: rgba(155, 184, 225, 0.12);
}

.mobile-nav-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.site-footer[data-shell-rendered="true"] {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: min(1280px, calc(100vw - 96px));
  margin: 40px auto 0;
  padding: 28px 0 36px;
  border-top: 1px solid var(--shell-border);
}

.site-footer[data-shell-rendered="true"] .footer-brand,
.site-footer[data-shell-rendered="true"] .footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer[data-shell-rendered="true"] .footer-kicker,
.site-footer[data-shell-rendered="true"] .footer-column span {
  font: 600 11px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(195, 215, 241, 0.92);
}

.site-footer[data-shell-rendered="true"] .footer-brand p,
.site-footer[data-shell-rendered="true"] .footer-column a,
.site-footer[data-shell-rendered="true"] .footer-note {
  margin: 0;
  color: rgba(245, 246, 247, 0.76);
  font: 400 13px/1.7 Inter, Arial, sans-serif;
}

.site-footer[data-shell-rendered="true"] .footer-copy {
  max-width: 360px;
}

.site-footer[data-shell-rendered="true"] .footer-column a {
  width: fit-content;
}

.page-shell {
  width: min(1320px, calc(100vw - 72px));
  margin: 0 auto;
}

.page-hero {
  display: grid;
  gap: 18px;
  min-height: 62vh;
  align-content: end;
  padding: 150px 0 40px;
}

.page-eyebrow {
  color: var(--shell-accent);
  font: 600 11px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.page-hero h1,
.page-hero h2,
.section-title {
  margin: 0;
  color: #f5f6f7;
  font: 500 clamp(36px, 4.6vw, 76px)/0.98 "Space Grotesk", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-title-feature {
  font-size: clamp(28px, 3.4vw, 52px);
}

.section-title-card {
  font-size: clamp(24px, 2.8vw, 40px);
}

.section-title-solution {
  font-size: clamp(26px, 3vw, 46px);
}

.page-lead,
.page-copy,
.section-copy {
  margin: 0;
  max-width: 740px;
  color: rgba(245, 246, 247, 0.76);
  font: 400 15px/1.8 Inter, Arial, sans-serif;
}

.section-block {
  margin: 0 auto;
  padding: 24px 0 56px;
}

.section-header {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.controls-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip-button,
.pill-button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--shell-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(245, 246, 247, 0.8);
  font: 600 11px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.chip-button[aria-pressed="true"],
.pill-button.active {
  border-color: rgba(155, 184, 225, 0.5);
  background: rgba(155, 184, 225, 0.14);
  color: #f5f6f7;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card,
.solution-card,
.info-card,
.quote-card,
.contact-card,
.support-card-lite,
.gallery-card {
  border: 1px solid var(--shell-border);
  border-radius: 28px;
  background: var(--shell-card);
  box-shadow: var(--shell-shadow);
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product-card-media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(155, 184, 225, 0.15), rgba(255, 255, 255, 0.04));
}

.product-card-media img,
.detail-visual img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-card-body,
.info-card,
.solution-card,
.quote-card,
.contact-card,
.support-card-lite,
.gallery-card {
  padding: 22px;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.card-meta span,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(155, 184, 225, 0.24);
  color: rgba(245, 246, 247, 0.78);
  font: 600 10px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.button-link,
.button-link-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font: 600 11px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.button-link {
  color: #091013;
  background: var(--shell-accent);
}

.button-link-secondary {
  color: #f5f6f7;
  border: 1px solid rgba(232, 230, 227, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

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

.detail-visual {
  overflow: hidden;
  aspect-ratio: 16 / 11;
  border-radius: 30px;
  border: 1px solid var(--shell-border);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shell-shadow);
}

.detail-hero,
.detail-stack {
  display: grid;
  gap: 18px;
}

.detail-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  padding-left: 18px;
  position: relative;
  color: rgba(245, 246, 247, 0.76);
  font: 400 14px/1.7 Inter, Arial, sans-serif;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--shell-accent);
}

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

.gallery-card {
  overflow: hidden;
  padding: 0;
}

.gallery-card .gallery-caption {
  padding: 14px 16px 16px;
  color: rgba(245, 246, 247, 0.74);
  font: 500 12px/1.5 Inter, Arial, sans-serif;
}

.quote-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.quote-form {
  display: grid;
  gap: 14px;
}

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

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

.field-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field-checkbox {
  gap: 0;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(245, 246, 247, 0.78);
  font: 400 14px/1.6 Inter, Arial, sans-serif;
}

.checkbox-row input {
  margin-top: 2px;
}

.checkbox-row strong {
  font-weight: 500;
}

.field label,
.field span {
  color: rgba(245, 246, 247, 0.72);
  font: 600 11px/1 "Space Grotesk", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 14px 13px;
  color: #f5f6f7;
  border: 1px solid rgba(232, 230, 227, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  font: 400 14px/1.5 Inter, Arial, sans-serif;
}

.field textarea {
  min-height: 180px;
  resize: vertical;
}

.field-error {
  color: #f3b4b4;
  font: 500 12px/1.5 Inter, Arial, sans-serif;
}

.form-note {
  margin: 0;
  color: rgba(245, 246, 247, 0.6);
  font: 400 13px/1.7 Inter, Arial, sans-serif;
}

.status-box {
  padding: 16px;
  border: 1px solid rgba(155, 184, 225, 0.22);
  border-radius: 18px;
  background: rgba(155, 184, 225, 0.08);
  color: rgba(245, 246, 247, 0.76);
}

.status-box.is-muted {
  border-color: rgba(232, 230, 227, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.status-box.is-warning {
  border-color: rgba(205, 184, 113, 0.28);
  background: rgba(205, 184, 113, 0.1);
}

.status-box.is-error {
  border-color: rgba(196, 109, 109, 0.34);
  background: rgba(196, 109, 109, 0.12);
}

.status-box.is-success {
  border-color: rgba(124, 196, 148, 0.3);
  background: rgba(124, 196, 148, 0.12);
}

.shell-input {
  min-width: min(100%, 320px);
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(151, 165, 193, 0.28);
  background: rgba(10, 14, 18, 0.58);
  color: #f5f6f7;
}

.shell-input::placeholder {
  color: rgba(245, 246, 247, 0.52);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.detail-spec-group + .detail-spec-group {
  margin-top: 16px;
}

@media (max-width: 1024px) {
  .site-header[data-shell-rendered="true"] {
    grid-template-columns: minmax(120px, 1fr) auto;
  }

  .shell-nav,
  .shell-actions {
    display: none;
  }

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

  .site-footer[data-shell-rendered="true"] {
    width: min(1320px, calc(100vw - 36px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-layout,
  .card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid,
  .card-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-footer[data-shell-rendered="true"],
  .detail-layout,
  .card-grid.two,
  .card-grid.three,
  .card-grid.four,
  .gallery-grid,
  .field-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-shell {
    width: calc(100vw - 28px);
  }

  .page-hero {
    min-height: 54vh;
    padding-top: 132px;
  }

  .section-block {
    padding-bottom: 44px;
  }
}
