:root {
  --red: #ed1c24;
  --ink: #111111;
  --muted: #5a5a5a;
  --line: #e7e7e7;
  --paper: #ffffff;
  --soft: #f7f7f7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

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

.text-link {
  color: var(--red);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 126px;
  height: auto;
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.5vw, 30px);
  color: #303030;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

nav a {
  padding: 9px 0;
}

nav a:hover {
  color: var(--red);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.header-cta {
  color: var(--red);
  border-color: var(--red);
}

.button-primary {
  color: #ffffff;
  background: var(--red);
  border-color: var(--red);
}

.button-secondary {
  background: #ffffff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  min-height: calc(100vh - 73px);
  border-bottom: 1px solid var(--line);
}

.hero-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  min-height: calc(100vh - 73px);
  overflow: hidden;
  background: #050505;
  color: #ffffff;
  border-bottom: 0;
  isolation: isolate;
}

.hero-showcase::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.86) 38%, rgba(5, 5, 5, 0.36) 68%, rgba(5, 5, 5, 0.72) 100%),
    radial-gradient(circle at 78% 22%, rgba(237, 28, 36, 0.34), rgba(237, 28, 36, 0) 30%),
    linear-gradient(135deg, rgba(237, 28, 36, 0.22), rgba(255, 255, 255, 0) 38%);
  content: "";
}

.hero-showcase::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 104px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 86px);
  content: "";
  opacity: 0.46;
  transform: translate3d(0, 0, 0);
  animation: grid-drift 18s linear infinite;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.08) brightness(0.82);
  transform: scale(1.06);
  animation: hero-slow-zoom 16s ease-in-out infinite alternate;
}

.hero-grid-layer {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(237, 28, 36, 0) 0%, rgba(237, 28, 36, 0.18) 48%, rgba(255, 255, 255, 0) 54%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.76));
  mix-blend-mode: screen;
  animation: light-sweep 6.5s ease-in-out infinite;
}

.hero-scan-line {
  position: absolute;
  top: -20%;
  left: 56%;
  width: 2px;
  height: 140%;
  background: linear-gradient(180deg, rgba(237, 28, 36, 0), rgba(237, 28, 36, 0.9), rgba(237, 28, 36, 0));
  box-shadow: 0 0 28px rgba(237, 28, 36, 0.62);
  transform: rotate(16deg);
  animation: scan-pass 5.8s ease-in-out infinite;
}

.hero-signal {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, rgba(237, 28, 36, 0), rgba(237, 28, 36, 0.95), rgba(255, 255, 255, 0.7), rgba(237, 28, 36, 0));
  box-shadow: 0 0 26px rgba(237, 28, 36, 0.52);
  transform-origin: left;
}

.hero-signal-one {
  top: 28%;
  left: 46%;
  width: min(42vw, 640px);
  transform: rotate(-9deg);
  animation: signal-flow 4.8s ease-in-out infinite;
}

.hero-signal-two {
  right: -8%;
  bottom: 26%;
  width: min(48vw, 720px);
  transform: rotate(12deg);
  animation: signal-flow 5.6s ease-in-out infinite reverse;
}

.hero-showcase-copy {
  position: relative;
  z-index: 2;
  max-width: 920px;
  min-height: calc(100vh - 73px);
  padding-top: clamp(72px, 8vw, 118px);
  padding-bottom: clamp(108px, 10vw, 150px);
}

.hero-showcase .eyebrow {
  color: #ffffff;
}

.hero-showcase .eyebrow::before {
  display: inline-block;
  width: 42px;
  height: 2px;
  margin-right: 12px;
  background: var(--red);
  vertical-align: middle;
  content: "";
  box-shadow: 0 0 18px rgba(237, 28, 36, 0.62);
}

.hero-showcase h1 {
  max-width: 980px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  text-transform: uppercase;
}

.hero-showcase .hero-lede {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
}

.hero-showcase .button-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(14px);
}

.hero-command {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(24px, 4vw, 58px);
}

.command-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: rgba(10, 10, 10, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.24);
}

.command-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(237, 28, 36, 0.22), rgba(255, 255, 255, 0) 42%);
  content: "";
  opacity: 0.78;
  pointer-events: none;
}

.command-card-main {
  min-height: 190px;
  border-color: rgba(237, 28, 36, 0.55);
}

.command-label {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.command-card strong,
.command-card p {
  position: relative;
  z-index: 1;
}

.command-card strong {
  display: block;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.02;
}

.command-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.hero-capability-rail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  gap: 0;
  overflow: hidden;
  background: rgba(237, 28, 36, 0.94);
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-capability-rail span {
  flex: 0 0 auto;
  min-width: 230px;
  padding: 18px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  animation: rail-pulse 4.8s ease-in-out infinite;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  min-height: 620px;
  border-bottom: 1px solid var(--line);
}

.compact-hero {
  display: block;
  min-height: auto;
  padding: clamp(72px, 10vw, 128px) clamp(22px, 6vw, 86px);
}

.hero-copy,
.page-hero > div {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 7vw, 92px) clamp(22px, 5vw, 72px);
}

.compact-hero > div {
  min-height: auto;
  max-width: 1040px;
  padding: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(38px, 4.7vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 22px);
}

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

.hero-visual {
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: var(--soft);
}

.page-visual {
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: var(--soft);
}

.hero-visual img,
.page-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: #ffffff;
}

.fact-strip div {
  min-height: 132px;
  padding: 26px clamp(18px, 3vw, 32px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.fact-strip strong {
  display: block;
  color: var(--red);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1;
}

.fact-strip span {
  display: block;
  margin-top: 9px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section,
.page-section,
.entity-panel,
.verification-section,
.contact-section {
  padding: clamp(60px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.soft-band {
  background: var(--soft);
}

.rich-copy p {
  max-width: 920px;
  margin-top: 0;
  color: var(--muted);
  font-size: 18px;
}

.entity-panel,
.verification-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.entity-answer {
  padding-left: clamp(0px, 2vw, 34px);
  border-left: 4px solid var(--red);
}

.entity-answer p,
.proof-copy p,
.contact-section p {
  max-width: 820px;
  margin-top: 0;
  color: var(--muted);
  font-size: 18px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 32px;
  align-items: start;
  margin-bottom: 36px;
}

.simple-grid,
.culture-grid,
.faq-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--ink);
  border-left: 1px solid var(--line);
}

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

.simple-grid article,
.culture-grid article,
.faq-list article {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.simple-grid article:nth-child(1),
.culture-grid article:nth-child(2) {
  background: var(--ink);
  color: #ffffff;
}

.simple-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--red);
  font-size: 38px;
  font-weight: 900;
}

.simple-grid p,
.culture-grid p,
.faq-list p {
  color: inherit;
  opacity: 0.76;
}

.product-focus,
.culture-section {
  background: var(--soft);
}

.verification-route {
  background:
    linear-gradient(135deg, rgba(237, 28, 36, 0.06), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, #ffffff, #f9f9f9);
}

.focus-list,
.verify-list {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--ink);
}

.focus-list p,
.verify-list p {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 18px;
}

.focus-list strong,
.verify-list strong {
  color: var(--ink);
}

.visual-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
  align-items: center;
  background: var(--ink);
  color: #ffffff;
}

.image-band {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding: 0;
  background: var(--ink);
}

.image-band figure {
  min-height: 460px;
  margin: 0;
  overflow: hidden;
}

.image-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.proof-copy {
  padding: clamp(46px, 7vw, 86px);
}

.proof-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.verification-section {
  background: #ffffff;
}

.verify-list a {
  color: var(--red);
  font-weight: 900;
}

.verification-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--ink);
  border-left: 1px solid var(--line);
}

.verification-grid article {
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
}

.verification-grid article:nth-child(2),
.verification-grid article:nth-child(4) {
  background: var(--ink);
  color: #ffffff;
}

.verification-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--red);
  font-size: 38px;
  font-weight: 900;
}

.verification-grid p {
  color: inherit;
  opacity: 0.8;
}

.verification-grid a {
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fact-table {
  display: grid;
  border-top: 2px solid var(--ink);
  border-left: 1px solid var(--line);
}

.fact-table div {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fact-table strong,
.fact-table span {
  padding: 18px 22px;
}

.fact-table strong {
  background: var(--ink);
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}

.fact-table span {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.faq-list {
  grid-template-columns: repeat(3, 1fr);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 40px;
  align-items: center;
  background: var(--red);
  color: #ffffff;
}

.contact-section .eyebrow,
.contact-section p {
  color: #ffffff;
}

.contact-card {
  display: grid;
  gap: 8px;
  padding: 28px;
  background: #ffffff;
  color: var(--ink);
}

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

.contact-card .contact-name {
  color: var(--ink);
  font-size: 30px;
  font-weight: 900;
}

.contact-card a {
  display: block;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--red);
  font-weight: 900;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px clamp(20px, 5vw, 72px);
  background: #ffffff;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.site-footer img {
  width: 112px;
  margin-bottom: 8px;
}

@keyframes hero-slow-zoom {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.12) translate3d(1.4%, -1%, 0);
  }
}

@keyframes grid-drift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 104px 86px, 104px 86px;
  }
}

@keyframes light-sweep {
  0%,
  100% {
    transform: translateX(-18%);
    opacity: 0.28;
  }

  48% {
    transform: translateX(18%);
    opacity: 0.72;
  }
}

@keyframes scan-pass {
  0%,
  100% {
    transform: translateX(-38vw) rotate(16deg);
    opacity: 0;
  }

  18%,
  76% {
    opacity: 1;
  }

  50% {
    transform: translateX(30vw) rotate(16deg);
    opacity: 0.86;
  }
}

@keyframes signal-flow {
  0%,
  100% {
    opacity: 0.2;
    clip-path: inset(0 100% 0 0);
  }

  45% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }

  78% {
    opacity: 0.26;
    clip-path: inset(0 0 0 100%);
  }
}

@keyframes rail-pulse {
  0%,
  100% {
    background: rgba(255, 255, 255, 0);
  }

  50% {
    background: rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero,
  .hero-showcase,
  .page-hero,
  .entity-panel,
  .verification-section,
  .visual-proof,
  .contact-section,
  .section-heading,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    min-height: auto;
  }

  .hero-copy,
  .hero-visual,
  .hero-showcase-copy,
  .page-hero > div,
  .page-visual {
    min-height: auto;
  }

  .hero-showcase-copy {
    padding-bottom: 36px;
  }

  .hero-command {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
    padding-bottom: 110px;
  }

  .command-card-main {
    min-height: auto;
    grid-column: 1 / -1;
  }

  .hero-visual,
  .page-visual {
    height: min(78vw, 560px);
  }

  .hero-showcase .hero-media img {
    object-position: 62% center;
  }

  .fact-strip,
  .simple-grid,
  .culture-grid,
  .verification-grid,
  .three-grid,
  .image-band {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 12px;
    padding: 12px 16px;
  }

  .brand img {
    width: 104px;
  }

  .header-cta {
    min-height: 40px;
    padding: 9px 10px;
    font-size: 11px;
  }

  nav {
    gap: 18px;
    font-size: 12px;
  }

  h1 {
    font-size: 36px;
  }

  .hero-showcase h1 {
    font-size: 40px;
    line-height: 1;
  }

  h2 {
    font-size: 30px;
  }

  .hero-showcase-copy {
    padding-top: 56px;
    padding-bottom: 24px;
  }

  .hero-command {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 16px 108px;
  }

  .command-card {
    padding: 18px;
  }

  .command-card strong {
    font-size: 26px;
  }

  .hero-capability-rail {
    overflow-x: auto;
  }

  .hero-capability-rail span {
    min-width: 190px;
    padding: 14px 18px;
  }

  .button {
    width: 100%;
  }

  .fact-strip,
  .simple-grid,
  .culture-grid,
  .faq-list,
  .verification-grid,
  .three-grid,
  .image-band {
    grid-template-columns: 1fr;
  }

  .fact-strip div,
  .simple-grid article,
  .culture-grid article,
  .faq-list article,
  .verification-grid article {
    min-height: auto;
  }

  .entity-answer {
    padding-left: 18px;
  }

  .fact-table div {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: block;
  }
}

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