:root {
  --ink-980: #030a10;
  --ink-940: #07121c;
  --ink-900: #0d1f2e;
  --ink-820: #17384e;
  --steel-600: #3f6278;
  --steel-420: #6f8ea4;
  --fog-100: #f4f8fb;
  --fog-200: #e5edf3;
  --fog-300: #d3e0ea;
  --text-main: #10293c;
  --text-muted: #4f697a;
  --signal: #ddb25a;
  --signal-strong: #c9973a;
  --white: #ffffff;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-soft: 0 24px 52px rgba(8, 22, 34, 0.2);
  --shadow-tight: 0 12px 28px rgba(7, 19, 29, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Public Sans", "Segoe UI", Tahoma, sans-serif;
  color: var(--text-main);
  line-height: 1.65;
  background: linear-gradient(180deg, #f9fcff 0%, #eef4f9 50%, #f9fcff 100%);
}

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

img {
  width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(1280px, 93vw);
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--signal-strong);
}

.skip-link {
  position: absolute;
  left: 10px;
  top: -42px;
  background: var(--ink-940);
  color: var(--white);
  border-radius: 8px;
  padding: 10px 12px;
  z-index: 300;
}

.skip-link:focus {
  top: 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 220;
  background: rgba(7, 19, 30, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(124, 156, 178, 0.28);
}

.utility-bar {
  border-bottom: 1px solid rgba(113, 149, 171, 0.24);
}

.utility-inner {
  min-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.utility-inner p,
.utility-inner a {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(218, 234, 246, 0.85);
}

.utility-inner a {
  color: rgba(235, 244, 250, 0.95);
}

.nav-inner {
  min-height: 80px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}

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

.brand-mark {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 2px solid var(--signal);
  transform: rotate(45deg);
}

.brand-wordmark {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
}

.primary-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 24px;
}

.primary-nav a {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(221, 236, 246, 0.86);
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--signal);
  border-color: rgba(221, 178, 90, 0.9);
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(221, 178, 90, 0.8);
  color: var(--signal);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--signal);
  color: var(--ink-900);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(219, 236, 247, 0.32);
  border-radius: 8px;
  background: transparent;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(221, 178, 90, 0.08), transparent 46%),
    radial-gradient(circle at 88% 12%, rgba(80, 166, 208, 0.15), transparent 36%),
    linear-gradient(145deg, var(--ink-940) 0%, #10293d 52%, #16344a 100%);
  padding: 90px 0 82px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 46px 46px;
}

.hero::after {
  left: -16%;
  right: -16%;
  bottom: -92px;
  height: 180px;
  background: #eef4f9;
  transform: rotate(-4deg);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 48px;
  align-items: center;
}

.hero-copy h1 {
  margin: 14px 0 18px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(2.35rem, 6vw, 4.85rem);
  line-height: 0.92;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  max-width: 13ch;
}

.hero-copy > p {
  margin: 0;
  max-width: 60ch;
  color: rgba(228, 242, 250, 0.9);
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn-primary {
  background: linear-gradient(120deg, #e8c173 0%, #d5a34a 100%);
  color: var(--ink-940);
  box-shadow: 0 10px 26px rgba(190, 134, 32, 0.35);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(190, 134, 32, 0.4);
}

.btn-outline {
  border: 1px solid rgba(194, 218, 233, 0.56);
  color: rgba(241, 250, 255, 0.94);
  background: rgba(255, 255, 255, 0.06);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.13);
}

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

.hero-points li {
  margin: 0;
  padding: 10px 12px 10px 16px;
  border-left: 3px solid rgba(221, 178, 90, 0.86);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(233, 246, 253, 0.92);
}

.hero-stage {
  position: relative;
  min-height: 530px;
}

.stage-main,
.stage-overlay {
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.stage-main {
  height: 100%;
  border-radius: var(--radius-lg);
  clip-path: polygon(0 0, 93% 0, 100% 12%, 100% 100%, 7% 100%, 0 89%);
}

.stage-main img {
  height: 100%;
  object-fit: cover;
}

.stage-overlay {
  position: absolute;
  right: -3%;
  bottom: -46px;
  width: min(355px, 60%);
  border-radius: var(--radius-md);
  border: 1px solid rgba(203, 223, 235, 0.48);
}

.stage-overlay img {
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
}

.stage-signal {
  position: absolute;
  top: 18px;
  right: 20px;
  padding: 12px 14px;
  background: rgba(7, 23, 35, 0.84);
  border: 1px solid rgba(129, 170, 196, 0.48);
  border-radius: 12px;
  min-width: 180px;
}

.stage-signal p {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(222, 239, 249, 0.76);
}

.stage-signal strong {
  display: block;
  margin-top: 4px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 1.48rem;
  letter-spacing: 0.04em;
  color: var(--signal);
}

.status-ribbon {
  background: linear-gradient(90deg, #081621 0%, #14324a 100%);
  color: var(--white);
  border-top: 1px solid rgba(118, 151, 172, 0.32);
  border-bottom: 1px solid rgba(118, 151, 172, 0.32);
}

.ribbon-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ribbon-track p {
  margin: 0;
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  font-size: 0.84rem;
  letter-spacing: 0.03em;
  color: rgba(223, 238, 248, 0.88);
}

.ribbon-track p + p {
  border-left: 1px solid rgba(118, 151, 172, 0.32);
}

.ribbon-track strong {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 1.18rem;
  color: var(--signal);
}

.section-intro {
  max-width: 76ch;
}

.section-intro h2 {
  margin: 10px 0 14px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(1.9rem, 4.2vw, 3.3rem);
  line-height: 0.94;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0b2233;
}

.section-intro p {
  margin: 0;
  color: var(--text-muted);
}

.response-loop {
  background: linear-gradient(180deg, rgba(250, 253, 255, 0) 0%, rgba(13, 45, 67, 0.04) 100%);
}

.loop-layout {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  gap: 24px;
  align-items: center;
}

.loop-photo {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-tight);
  height: 100%;
}

.loop-photo img {
  height: 100%;
  object-fit: cover;
}

.loop-canvas {
  position: relative;
  min-height: 620px;
  background:
    radial-gradient(circle at center, rgba(198, 220, 234, 0.35) 0%, rgba(198, 220, 234, 0) 58%),
    #f8fbfe;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(120, 154, 176, 0.32);
}

.loop-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 270px;
  aspect-ratio: 1 / 1;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid rgba(227, 237, 244, 0.96);
  box-shadow: 0 14px 32px rgba(7, 22, 33, 0.2);
}

.loop-center img {
  height: 100%;
  object-fit: cover;
}

.loop-nodes {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}

.loop-nodes li {
  position: absolute;
  width: min(240px, 33vw);
  margin: 0;
  padding: 12px 14px 12px 42px;
  background: var(--white);
  border: 1px solid rgba(121, 152, 171, 0.35);
  border-radius: 12px;
  box-shadow: var(--shadow-tight);
}

.loop-nodes li span {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--ink-900);
  background: rgba(221, 178, 90, 0.9);
}

.loop-nodes h3 {
  margin: 0;
  font-size: 1rem;
  color: #0f2b3f;
}

.loop-nodes p {
  margin: 4px 0 0;
  font-size: 0.86rem;
  color: var(--text-muted);
}

.loop-nodes li:nth-child(1) {
  left: 7%;
  top: 9%;
}

.loop-nodes li:nth-child(2) {
  right: 8%;
  top: 10%;
}

.loop-nodes li:nth-child(3) {
  right: 2.5%;
  top: 41%;
}

.loop-nodes li:nth-child(4) {
  right: 8%;
  bottom: 10%;
}

.loop-nodes li:nth-child(5) {
  left: 7%;
  bottom: 9%;
}

.loop-nodes li:nth-child(6) {
  left: 2.5%;
  top: 41%;
}

.operations-wall {
  color: var(--white);
  background:
    radial-gradient(circle at 9% 8%, rgba(72, 169, 214, 0.2), transparent 45%),
    radial-gradient(circle at 92% 84%, rgba(221, 178, 90, 0.16), transparent 38%),
    linear-gradient(145deg, var(--ink-940) 0%, #14324a 54%, #112d43 100%);
}

.operations-wall .section-intro h2 {
  color: var(--white);
}

.operations-wall .section-intro p {
  color: rgba(221, 238, 247, 0.84);
}

.wall-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 88px;
  gap: 12px;
}

.wall-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(170, 201, 220, 0.26);
  box-shadow: var(--shadow-tight);
}

.wall-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 13, 20, 0.18), rgba(5, 13, 20, 0.82));
}

.wall-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.wall-item:hover img {
  transform: scale(1.05);
}

.wall-item figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  z-index: 1;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(235, 247, 255, 0.95);
}

.wall-a {
  grid-column: 1 / span 4;
  grid-row: span 4;
}

.wall-b {
  grid-column: 5 / span 3;
  grid-row: span 3;
}

.wall-c {
  grid-column: 8 / span 5;
  grid-row: span 4;
}

.wall-d {
  grid-column: 1 / span 3;
  grid-row: span 3;
}

.wall-e {
  grid-column: 4 / span 4;
  grid-row: span 4;
}

.wall-f {
  grid-column: 8 / span 2;
  grid-row: span 3;
}

.wall-g {
  grid-column: 10 / span 3;
  grid-row: span 3;
}

.wall-h {
  grid-column: 1 / span 6;
  grid-row: span 4;
}

.wall-i {
  grid-column: 7 / span 6;
  grid-row: span 4;
}

.architecture {
  background: #f6fafc;
}

.architecture-stream {
  margin-top: 34px;
  display: grid;
  gap: 14px;
}

.arch-layer {
  display: grid;
  grid-template-columns: 120px minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 16px;
  align-items: stretch;
  padding: 16px;
  background: linear-gradient(125deg, rgba(235, 244, 250, 0.76), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(122, 151, 168, 0.3);
  border-radius: 14px;
}

.layer-index {
  align-self: start;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2b4e64;
  padding-top: 8px;
}

.layer-copy h3 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 1.55rem;
  line-height: 0.98;
  text-transform: uppercase;
  color: #0f293d;
}

.layer-copy p {
  margin: 10px 0 0;
  color: var(--text-muted);
}

.layer-media {
  display: grid;
  gap: 8px;
}

.layer-media img {
  height: 100%;
  min-height: 140px;
  object-fit: cover;
  border-radius: 8px;
}

.layer-media.two-up {
  grid-template-columns: 1fr 1fr;
}

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

.layer-media.four-up {
  grid-template-columns: repeat(4, 1fr);
}

.arch-layer:nth-child(even) {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) 120px;
}

.arch-layer:nth-child(even) .layer-index {
  order: 3;
  text-align: right;
}

.arch-layer:nth-child(even) .layer-copy {
  order: 2;
}

.arch-layer:nth-child(even) .layer-media {
  order: 1;
}

.coverage {
  color: var(--white);
  background: var(--ink-980);
  position: relative;
  overflow: hidden;
}

.coverage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(80, 164, 208, 0.2), transparent 40%),
    radial-gradient(circle at 84% 80%, rgba(221, 178, 90, 0.17), transparent 36%);
  pointer-events: none;
}

.coverage-shell {
  position: relative;
  z-index: 1;
}

.section-intro-light h2 {
  color: var(--white);
}

.section-intro-light p {
  color: rgba(220, 238, 248, 0.84);
}

.coverage-track {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.coverage-band {
  min-height: 250px;
  border-radius: 16px;
  overflow: hidden;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(159, 194, 215, 0.34);
  position: relative;
}

.coverage-band::before,
.coverage-band::after {
  content: "";
  position: absolute;
  inset: 0;
}

.band-home::before {
  background: url("../images/home-security-system.png") center / cover no-repeat;
}

.band-business::before {
  background: url("../images/commercial-building-security.png") center / cover no-repeat;
}

.coverage-band::after {
  background: linear-gradient(180deg, rgba(4, 11, 17, 0.16), rgba(4, 11, 17, 0.86));
}

.coverage-band h3,
.coverage-band p {
  margin: 0;
  position: relative;
  z-index: 1;
}

.coverage-band h3 {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 2rem;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.coverage-band p {
  margin-top: 8px;
  color: rgba(224, 240, 249, 0.91);
}

.contact {
  background: #f4f9fc;
}

.contact-layout {
  margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 18px;
}

.contact-info {
  color: var(--white);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(145deg, #091b2a 0%, #15384f 100%);
  border: 1px solid rgba(112, 148, 171, 0.35);
}

.contact-info figure {
  margin: 0;
  max-height: 236px;
  overflow: hidden;
}

.contact-info figure img {
  height: 100%;
  object-fit: cover;
}

.contact-lines {
  padding: 22px;
  display: grid;
  gap: 14px;
}

.contact-lines p {
  margin: 0;
  color: rgba(220, 237, 246, 0.9);
}

.contact-lines strong {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(236, 248, 255, 0.95);
}

.contact-lines a {
  color: rgba(236, 248, 255, 0.98);
  border-bottom: 1px solid rgba(236, 248, 255, 0.34);
}

.contact-form-wrap {
  border-radius: 16px;
  border: 1px solid rgba(120, 150, 167, 0.33);
  background: linear-gradient(120deg, #f5fafe 0%, #ffffff 100%);
  padding: 22px;
}

.contact-form-wrap h3 {
  margin: 0 0 14px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 1.9rem;
  line-height: 0.96;
  text-transform: uppercase;
  color: #0f2b3f;
}

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

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #385a70;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(123, 152, 169, 0.48);
  border-radius: 9px;
  padding: 11px 12px;
  background: #ffffff;
  color: var(--text-main);
  font: inherit;
  text-transform: none;
  letter-spacing: normal;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(67, 145, 180, 0.23);
  outline-offset: 2px;
  border-color: rgba(68, 138, 171, 0.62);
}

.contact-form button {
  justify-self: start;
  min-height: 46px;
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(120deg, #e9c377 0%, #d09c43 100%);
  color: var(--ink-940);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(185, 128, 29, 0.34);
}

.form-feedback {
  margin: 0;
  min-height: 20px;
  color: #2a6f8b;
  font-size: 0.88rem;
}

.site-footer {
  margin-top: 88px;
  background: var(--ink-980);
  color: rgba(211, 228, 239, 0.84);
}

.footer-inner {
  padding: 36px 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 20px;
}

.footer-brand {
  margin: 0 0 8px;
  font-family: "Archivo Black", Impact, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(245, 251, 255, 0.95);
}

.footer-title {
  margin: 0 0 8px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(232, 245, 252, 0.93);
}

.footer-inner p {
  margin: 0 0 8px;
}

.footer-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.footer-inner a {
  border-bottom: 1px solid rgba(228, 243, 252, 0.3);
  color: rgba(228, 243, 252, 0.95);
}

.footer-bottom {
  border-top: 1px solid rgba(120, 152, 171, 0.24);
  padding: 12px 0 16px;
}

.footer-bottom p {
  margin: 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(194, 216, 230, 0.7);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (max-width: 1150px) {
  .nav-inner {
    grid-template-columns: auto 1fr;
  }

  .nav-cta {
    display: none;
  }

  .hero-layout,
  .loop-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 460px;
  }

  .loop-photo {
    max-height: 360px;
  }

  .arch-layer,
  .arch-layer:nth-child(even) {
    grid-template-columns: 110px 1fr;
  }

  .arch-layer:nth-child(even) .layer-index,
  .arch-layer:nth-child(even) .layer-copy,
  .arch-layer:nth-child(even) .layer-media {
    order: initial;
    text-align: left;
  }

  .layer-copy {
    grid-column: 2;
  }

  .layer-media {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .primary-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 118px;
    flex-direction: column;
    gap: 0;
    background: rgba(8, 22, 34, 0.98);
    border-top: 1px solid rgba(112, 148, 171, 0.25);
    border-bottom: 1px solid rgba(112, 148, 171, 0.25);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
  }

  .primary-nav a {
    padding: 12px 16px;
    width: 100%;
    border-bottom: 1px solid rgba(112, 148, 171, 0.2);
  }

  .site-header.nav-open .primary-nav {
    max-height: 360px;
  }

  .ribbon-track {
    grid-template-columns: 1fr 1fr;
  }

  .ribbon-track p:nth-child(3),
  .ribbon-track p:nth-child(4) {
    border-top: 1px solid rgba(118, 151, 172, 0.32);
  }

  .ribbon-track p:nth-child(3) {
    border-left: 0;
  }

  .loop-canvas {
    min-height: 560px;
  }

  .loop-center {
    width: 220px;
  }

  .loop-nodes li {
    width: min(210px, 43vw);
  }

  .wall-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 200px;
  }

  .wall-a,
  .wall-b,
  .wall-c,
  .wall-d,
  .wall-e,
  .wall-f,
  .wall-g,
  .wall-h,
  .wall-i {
    grid-column: span 1;
    grid-row: span 1;
  }

  .layer-media.four-up {
    grid-template-columns: 1fr 1fr;
  }

  .coverage-track {
    grid-template-columns: 1fr;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .section {
    padding: 72px 0;
  }

  .utility-inner {
    flex-direction: column;
    justify-content: center;
    padding: 6px 0;
  }

  .utility-inner p,
  .utility-inner a {
    text-align: center;
  }

  .primary-nav {
    top: 124px;
  }

  .hero {
    padding: 68px 0 64px;
  }

  .hero::after {
    height: 120px;
    bottom: -64px;
  }

  .hero-stage {
    min-height: 360px;
  }

  .stage-overlay {
    width: min(250px, 58%);
    right: 4px;
    bottom: -28px;
  }

  .stage-signal {
    right: 8px;
    top: 8px;
    min-width: 150px;
  }

  .ribbon-track {
    grid-template-columns: 1fr;
  }

  .ribbon-track p + p,
  .ribbon-track p:nth-child(3),
  .ribbon-track p:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(118, 151, 172, 0.32);
  }

  .loop-canvas {
    min-height: auto;
    padding: 16px;
  }

  .loop-center {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .loop-nodes {
    margin-top: 14px;
    display: grid;
    gap: 10px;
    height: auto;
  }

  .loop-nodes li,
  .loop-nodes li:nth-child(1),
  .loop-nodes li:nth-child(2),
  .loop-nodes li:nth-child(3),
  .loop-nodes li:nth-child(4),
  .loop-nodes li:nth-child(5),
  .loop-nodes li:nth-child(6) {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }

  .arch-layer,
  .arch-layer:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .layer-index,
  .layer-copy,
  .layer-media {
    grid-column: auto;
  }

  .layer-media.two-up,
  .layer-media.three-up,
  .layer-media.four-up {
    grid-template-columns: 1fr;
  }

  .contact-form-wrap {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal.visible,
  .wall-item img,
  .btn,
  .contact-form button {
    transition: none;
    transform: none;
  }
}
