:root {
  color-scheme: dark;
  --bg: #050505;
  --ink: #f4f1ec;
  --muted: #aca49a;
  --soft: #ded8cf;
  --line: rgba(244, 241, 236, 0.18);
  --panel: rgba(244, 241, 236, 0.07);
  --panel-strong: rgba(244, 241, 236, 0.14);
  --accent: #d51f2a;
  --bone: #f4f1ec;
  --red: #d51f2a;
  --black: #030303;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.58);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 16% 8%, rgba(213, 31, 42, 0.2), transparent 24%),
    linear-gradient(90deg, rgba(213, 31, 42, 0.08), transparent 28%),
    linear-gradient(180deg, #080808 0%, #050505 50%, #0b0707 100%),
    var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(244, 241, 236, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 241, 236, 0.02) 1px, transparent 1px),
    repeating-linear-gradient(0deg, rgba(213, 31, 42, 0.075) 0 1px, transparent 1px 86px);
  background-size: 36px 36px, 36px 36px, 100% 100%;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 88%);
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

#system-map {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.26;
}

a {
  color: inherit;
}

.site-header,
main,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  border-bottom: 1px solid rgba(244, 241, 236, 0.08);
}

.brand,
.nav-links,
.hero-actions,
.console-header,
.site-footer,
.proof-points,
.button {
  display: flex;
  align-items: center;
}

.brand picture,
.footer-brand picture {
  display: inline-flex;
  flex: 0 0 auto;
}

.brand {
  gap: 12px;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(213, 31, 42, 0.22));
}

.nav-links {
  gap: 8px;
}

.nav-links a {
  min-height: 38px;
  padding: 9px 12px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.header-cta,
.mobile-nav summary {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(213, 31, 42, 0.48);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-cta {
  display: none;
  margin-left: auto;
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  cursor: pointer;
  list-style: none;
}

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

.mobile-nav nav {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 10;
  display: grid;
  min-width: 210px;
  padding: 8px;
  border: 1px solid rgba(213, 31, 42, 0.48);
  background: rgba(5, 5, 5, 0.96);
  box-shadow: var(--shadow);
}

.mobile-nav nav a {
  min-height: 42px;
  padding: 11px 12px;
  color: var(--soft);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.header-cta:hover,
.header-cta:focus-visible,
.mobile-nav nav a:hover,
.mobile-nav nav a:focus-visible {
  color: var(--red);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  min-height: calc(86vh - 78px);
  padding: 34px 0 46px;
}

.hero-copy {
  max-width: 760px;
}

.hero-mark {
  width: min(230px, 42vw);
  margin-bottom: 22px;
}

.hero-mark img {
  display: block;
  width: 100%;
  height: auto;
  filter:
    contrast(1.06)
    drop-shadow(12px 12px 0 rgba(213, 31, 42, 0.18))
    drop-shadow(0 28px 42px rgba(0, 0, 0, 0.62));
}

.eyebrow,
.section-kicker,
.card-index,
.console-header,
.site-footer,
.status-dot {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker,
.card-index {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
}

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

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

h1 {
  max-width: 14ch;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 5.35rem);
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

p,
li,
dd {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.hero-lede {
  max-width: 680px;
  color: var(--soft);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(244, 241, 236, 0.22);
  background: rgba(244, 241, 236, 0.055);
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(213, 31, 42, 0.7);
  background: rgba(244, 241, 236, 0.1);
}

.button.primary {
  border-color: rgba(213, 31, 42, 0.92);
  background: var(--red);
  color: #fff8f5;
  box-shadow: 8px 8px 0 rgba(244, 241, 236, 0.08);
}

.button.secondary {
  color: var(--soft);
}

.trust-console,
.security-band,
.products-section,
.programs-section,
.lane,
.proof-section,
.contact-section {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(244, 241, 236, 0.1), rgba(213, 31, 42, 0.035)),
    rgba(3, 3, 3, 0.86);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.trust-console {
  padding: 18px;
  border-color: rgba(213, 31, 42, 0.32);
}

.console-header {
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 900;
}

.status-dot {
  position: relative;
  padding-left: 18px;
  color: var(--red);
}

.status-dot::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--red);
  content: "";
  transform: translateY(-50%);
}

.signal-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.signal-list div {
  padding: 16px;
  border: 1px solid rgba(244, 241, 236, 0.11);
  background:
    linear-gradient(90deg, rgba(213, 31, 42, 0.11), transparent 34%),
    rgba(0, 0, 0, 0.28);
}

.signal-list dt {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.78rem;
}

.signal-list dd {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 800;
}

main {
  display: grid;
  gap: 24px;
  padding-bottom: 48px;
}

.security-band,
.products-section,
.programs-section,
.work-section,
.proof-section,
.contact-section {
  scroll-margin-top: 24px;
}

.security-band,
.products-section,
.programs-section,
.proof-section,
.contact-section {
  padding: clamp(24px, 5vw, 48px);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.72fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: end;
  margin-bottom: 30px;
}

.section-intro.compact {
  grid-template-columns: minmax(0, 0.78fr);
}

.security-grid,
.lane-grid,
.product-grid,
.program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.security-grid article,
.product-grid article,
.program-grid article,
.lane {
  min-height: 236px;
  padding: 20px;
  border: 1px solid rgba(244, 241, 236, 0.13);
  background: rgba(0, 0, 0, 0.26);
}

.security-grid article:nth-child(2),
.product-grid article:nth-child(2),
.program-grid article:nth-child(2),
.lane:nth-child(2) {
  border-color: rgba(244, 241, 236, 0.26);
}

.security-grid article:nth-child(3),
.product-grid article:nth-child(3),
.program-grid article:nth-child(3),
.lane:nth-child(3) {
  border-color: rgba(213, 31, 42, 0.38);
}

.security-grid article:nth-child(4),
.product-grid article:nth-child(4),
.program-grid article:nth-child(4),
.lane:nth-child(4) {
  border-color: rgba(213, 31, 42, 0.26);
}

.lead-products {
  border-color: rgba(213, 31, 42, 0.42);
}

.product-stack .signal-list dd {
  font-size: 1rem;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.58fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: stretch;
  margin-bottom: 24px;
}

.product-status {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 10px;
  border: 1px solid rgba(213, 31, 42, 0.56);
  background: rgba(213, 31, 42, 0.14);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
}

.product-console {
  position: relative;
  display: grid;
  align-content: end;
  overflow: hidden;
  min-height: 300px;
  padding: 22px;
  border: 1px solid rgba(244, 241, 236, 0.15);
  background:
    linear-gradient(160deg, rgba(213, 31, 42, 0.22), transparent 46%),
    repeating-linear-gradient(0deg, rgba(244, 241, 236, 0.045) 0 1px, transparent 1px 12px),
    rgba(0, 0, 0, 0.32);
}

.clipguard-product-mark {
  position: absolute;
  top: clamp(28px, 10%, 52px);
  left: 50%;
  width: min(180px, 46%);
  height: auto;
  object-fit: contain;
  opacity: 0.96;
  transform: translateX(-50%);
  filter:
    drop-shadow(0 0 18px rgba(43, 196, 188, 0.22))
    drop-shadow(0 18px 30px rgba(0, 0, 0, 0.38));
}

.product-console span {
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-console strong {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1;
}

.programs-section {
  border-color: rgba(244, 241, 236, 0.18);
}

.program-grid article {
  background:
    linear-gradient(180deg, rgba(213, 31, 42, 0.12), rgba(244, 241, 236, 0.025)),
    rgba(0, 0, 0, 0.28);
}

.work-section {
  padding: clamp(8px, 2vw, 16px) 0;
}

.work-section > .section-kicker,
.work-section > .section-intro {
  padding-inline: clamp(24px, 5vw, 48px);
}

.lane-grid {
  padding-inline: clamp(8px, 2vw, 16px);
}

.lane {
  background:
    linear-gradient(180deg, rgba(244, 241, 236, 0.07), rgba(213, 31, 42, 0.035)),
    rgba(5, 5, 5, 0.84);
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.72fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.proof-points {
  flex-wrap: wrap;
  gap: 10px;
}

.proof-points span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.32);
  color: var(--soft);
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.64fr);
  gap: 22px;
  align-items: start;
  border-color: rgba(213, 31, 42, 0.42);
}

.contact-button {
  min-width: 0;
}

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

.contact-form {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(244, 241, 236, 0.14);
  background: rgba(0, 0, 0, 0.28);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(244, 241, 236, 0.2);
  background: rgba(5, 5, 5, 0.82);
  color: var(--ink);
  font: inherit;
}

.contact-form input {
  min-height: 44px;
  padding: 0 12px;
}

.contact-form textarea {
  min-height: 112px;
  resize: vertical;
  padding: 12px;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: 2px solid rgba(213, 31, 42, 0.72);
  outline-offset: 2px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.site-footer {
  justify-content: space-between;
  gap: 16px;
  min-height: 86px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

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

.footer-brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero,
  .section-intro,
  .product-hero,
  .proof-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }

  h1 {
    max-width: 13ch;
  }

  .security-grid,
  .product-grid,
  .program-grid,
  .lane-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-button {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    padding: 16px 0;
  }

  .brand span {
    max-width: 150px;
    line-height: 1.05;
  }

  .desktop-nav {
    display: none;
  }

  .header-cta,
  .mobile-nav {
    display: inline-flex;
  }

  .hero {
    gap: 28px;
    padding-top: 24px;
    padding-bottom: 34px;
  }

  h1 {
    font-size: clamp(2.38rem, 12vw, 3.55rem);
    line-height: 0.98;
  }

  .hero-lede {
    font-size: 1rem;
    line-height: 1.55;
  }

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

  .contact-section {
    grid-template-columns: 1fr;
  }

  .security-grid,
  .product-grid,
  .program-grid,
  .lane-grid {
    grid-template-columns: 1fr;
  }

  .security-grid article,
  .product-grid article,
  .program-grid article,
  .lane {
    min-height: auto;
  }

  .product-console {
    min-height: 220px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
