:root {
  --bg: #050916;
  --bg-deep: #02050c;
  --panel: rgba(9, 16, 34, 0.88);
  --panel-soft: rgba(13, 25, 49, 0.76);
  --line: rgba(126, 203, 225, 0.18);
  --line-strong: rgba(80, 232, 207, 0.42);
  --text: #f4f8ff;
  --muted: #9aaac0;
  --teal: #4debd0;
  --red: #ff405c;
  --gold: #f2c94c;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
  --soft-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(ellipse at 18% 10%, rgba(38, 184, 148, 0.25), transparent 32rem),
    radial-gradient(ellipse at 78% 6%, rgba(41, 117, 180, 0.3), transparent 36rem),
    radial-gradient(ellipse at 50% 105%, rgba(132, 39, 82, 0.18), transparent 36rem),
    linear-gradient(115deg, #071b1b 0%, #060916 48%, #071f36 100%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(107, 226, 217, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 226, 217, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black 0%, black 78%, transparent 100%);
}

a {
  color: inherit;
}

button {
  font: inherit;
}

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

.site-header {
  display: grid;
  grid-template-columns: minmax(250px, 0.56fr) minmax(0, 1.44fr);
  align-items: center;
  gap: 20px;
  padding: 30px 0 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  color: var(--text);
  text-decoration: none;
}

.brand:hover .brand-logo {
  border-color: rgba(77, 235, 208, 0.72);
  box-shadow: 0 0 34px rgba(67, 230, 207, 0.22);
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  color: var(--teal);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
  background: linear-gradient(140deg, rgba(50, 228, 211, 0.2), rgba(8, 25, 43, 0.82));
  box-shadow: 0 0 28px rgba(67, 230, 207, 0.14);
}

.brand-logo {
  width: 56px;
  height: 56px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  object-fit: cover;
  background: #020814;
  box-shadow: 0 0 28px rgba(67, 230, 207, 0.14);
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.77rem;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px;
}

.site-nav a,
.nav-link-button,
.primary-button,
.secondary-button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.site-nav a,
.nav-link-button {
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  color: #dce9f5;
  background: rgba(8, 19, 36, 0.58);
  cursor: pointer;
  font-size: 0.86rem;
}

.site-nav a:hover,
.secondary-button:hover,
.system-card:hover,
.accessibility-proof:hover {
  border-color: rgba(77, 235, 208, 0.54);
}

.site-nav .nav-cta {
  border-color: rgba(255, 64, 92, 0.48);
  background: linear-gradient(135deg, rgba(187, 35, 62, 0.95), rgba(97, 19, 63, 0.9));
}

.inline-profile-link {
  padding: 0;
  border: 0;
  color: var(--teal);
  background: transparent;
  cursor: pointer;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 20px;
  align-items: stretch;
  min-height: 630px;
  min-width: 0;
}

.hero-copy,
.hero-visual,
.section,
.talk-grid article,
.pricing-band,
.coming-soon,
.booking-section {
  min-width: 0;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(5, 11, 24, 0.96), rgba(8, 24, 41, 0.82));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 8%, rgba(77, 235, 208, 0.15), transparent 18rem),
    linear-gradient(145deg, rgba(5, 11, 24, 0.96), rgba(8, 24, 41, 0.78));
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 5vw, 4.55rem);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.24rem;
  letter-spacing: 0;
}

.hero-lede,
.section-copy p,
.section-heading p,
.talk-grid p,
.project-card p,
.proof-list p,
.booking-section p,
.price-options p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-lede {
  max-width: 680px;
  font-size: 1.06rem;
}

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

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  padding: 0 22px;
}

.primary-button {
  border-color: rgba(72, 230, 207, 0.44);
  color: #031018;
  background: linear-gradient(135deg, rgba(74, 235, 208, 0.98), rgba(35, 156, 162, 0.95));
}

.secondary-button {
  background: rgba(9, 21, 40, 0.8);
}

.primary-button,
.secondary-button,
.site-nav a {
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.primary-button:hover,
.secondary-button:hover,
.site-nav a:hover {
  transform: translateY(-1px);
}

.primary-button:hover {
  box-shadow: 0 16px 42px rgba(77, 235, 208, 0.18);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 680px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  min-height: 76px;
  padding: 14px 14px 14px 34px;
  border: 1px solid rgba(126, 203, 225, 0.14);
  border-radius: 14px;
  color: #c4d5e5;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.9rem;
  line-height: 1.34;
}

.hero-points li::before {
  position: absolute;
  top: 19px;
  left: 14px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(77, 235, 208, 0.72);
  border-radius: 50%;
  content: "";
  background: rgba(77, 235, 208, 0.18);
  box-shadow: 0 0 18px rgba(77, 235, 208, 0.22);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 26px 0 0;
}

.hero-stats div {
  min-height: 104px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-stats dt {
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 900;
}

.hero-stats dd {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  min-height: 640px;
  border-radius: 22px;
  overflow: hidden;
}

.threat-feed-panel {
  position: absolute;
  inset: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 1px solid rgba(86, 232, 211, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 12%, rgba(73, 231, 207, 0.2), transparent 14rem),
    radial-gradient(circle at 84% 92%, rgba(255, 64, 92, 0.18), transparent 14rem),
    linear-gradient(150deg, rgba(4, 10, 22, 0.96), rgba(6, 22, 40, 0.86));
  overflow: auto;
  padding: 24px;
}

.threat-feed-panel::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-image:
    linear-gradient(rgba(76, 235, 208, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 235, 208, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
}

.feed-header,
.feed-summary,
.feed-metrics,
.feed-list,
.feed-footer {
  position: relative;
  z-index: 2;
}

.feed-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.feed-header h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
}

.feed-status {
  flex: 0 0 auto;
  padding: 10px 13px;
  border: 1px solid rgba(72, 230, 207, 0.34);
  border-radius: 999px;
  color: var(--teal);
  background: rgba(72, 230, 207, 0.08);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feed-summary {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.feed-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.feed-metrics div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(126, 203, 225, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.feed-metrics span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.feed-metrics strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.1;
}

.feed-list {
  display: grid;
  gap: 12px;
}

.feed-item {
  display: block;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(126, 203, 225, 0.22);
  border-radius: 16px;
  color: var(--text);
  text-align: left;
  background: rgba(8, 17, 34, 0.84);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.36);
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.feed-item:hover {
  border-color: rgba(72, 230, 207, 0.42);
  background: rgba(11, 27, 49, 0.92);
  transform: translateY(-1px);
}

.feed-item.high {
  border-color: rgba(255, 64, 92, 0.42);
  background: linear-gradient(135deg, rgba(255, 64, 92, 0.12), rgba(8, 17, 34, 0.84));
}

.feed-item-top,
.feed-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feed-item-top span {
  color: var(--teal);
}

.feed-item.high .feed-item-top span {
  color: var(--red);
}

.feed-item h3 {
  margin: 10px 0 6px;
  font-size: 1.08rem;
  line-height: 1.18;
}

.feed-item p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.52;
}

.feed-item small {
  display: block;
  margin-top: 10px;
  color: #b8c8dc;
  font-weight: 800;
}

.feed-item small a {
  color: var(--teal);
  text-decoration: none;
}

.feed-footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(126, 203, 225, 0.16);
}

body.modal-open {
  overflow: hidden;
}

.threat-modal[hidden],
.about-modal[hidden] {
  display: none;
}

.threat-modal,
.about-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 24px;
}

.threat-modal__backdrop,
.about-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 5, 12, 0.72);
  backdrop-filter: blur(12px);
}

.threat-modal__panel,
.about-modal__panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(78vh, 720px);
  overflow: auto;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 64, 92, 0.14), transparent 15rem),
    linear-gradient(145deg, rgba(5, 11, 24, 0.98), rgba(8, 24, 41, 0.94));
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.58);
}

.about-modal__panel {
  width: min(860px, 100%);
}

.threat-modal__panel h2,
.about-modal__panel h2 {
  max-width: 620px;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.threat-modal__panel p:not(.eyebrow),
.about-modal__panel p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.threat-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  font-weight: 800;
}

.about-modal__copy {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.compact-credentials {
  margin-top: 24px;
}

.compact-credentials article {
  min-height: 150px;
}

.client-strip {
  margin: 20px 0;
}

.client-strip .eyebrow {
  margin: 0 0 10px;
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
}

.logo-strip span {
  display: grid;
  min-height: 54px;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: #c8d8e9;
  background: rgba(7, 17, 32, 0.62);
  font-size: 0.84rem;
  font-weight: 800;
  text-align: center;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0 0;
}

.service-strip article {
  min-height: 174px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: var(--soft-shadow);
}

.service-strip span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--teal);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-strip strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.12rem;
  line-height: 1.25;
}

.service-strip p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

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

  .site-nav {
    justify-content: flex-start;
  }
}

.section,
.pricing-band,
.coming-soon,
.booking-section {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 22px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}

.section-copy p:last-child,
.section-heading p:last-child,
.booking-section p:last-child {
  margin-bottom: 0;
}

.talk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.talk-grid article,
.project-card,
.proof-list article,
.price-options article {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.talk-grid article {
  min-height: 205px;
  padding: 24px;
  border-radius: 16px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.systems-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.system-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.system-card:hover {
  border-color: rgba(72, 230, 207, 0.42);
  background: rgba(72, 230, 207, 0.08);
  transform: translateY(-2px);
}

.system-card span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid rgba(72, 230, 207, 0.38);
  border-radius: 12px;
  color: var(--teal);
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
  background: rgba(72, 230, 207, 0.08);
}

.system-card p {
  margin-bottom: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.system-card strong {
  margin-top: auto;
  color: var(--teal);
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.accessibility-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.accessibility-proof {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(72, 230, 207, 0.34);
  border-radius: 16px;
  color: var(--text);
  text-decoration: none;
  background: linear-gradient(135deg, rgba(72, 230, 207, 0.12), rgba(255, 255, 255, 0.035));
}

.accessibility-proof:hover {
  border-color: rgba(72, 230, 207, 0.58);
  background: linear-gradient(135deg, rgba(72, 230, 207, 0.18), rgba(255, 255, 255, 0.055));
}

.accessibility-proof span,
.accessibility-proof em {
  color: var(--teal);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.accessibility-proof strong {
  font-size: 0.98rem;
  line-height: 1.45;
}

.project-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 22px;
  border-radius: 18px;
}

.project-card strong {
  margin-top: auto;
  color: var(--teal);
  line-height: 1.45;
}

.project-index {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid rgba(255, 64, 92, 0.44);
  border-radius: 12px;
  color: var(--red);
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
  background: rgba(255, 64, 92, 0.08);
}

.pricing-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  background:
    radial-gradient(circle at 84% 34%, rgba(255, 64, 92, 0.18), transparent 17rem),
    linear-gradient(145deg, rgba(5, 11, 24, 0.94), rgba(8, 24, 41, 0.78));
}

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

.price-options article {
  padding: 22px;
  border-radius: 18px;
}

.price-options span {
  color: var(--muted);
  font-weight: 800;
}

.price-options strong {
  display: block;
  margin: 10px 0;
  font-size: 2.6rem;
  line-height: 1;
}

.featured-price {
  border-color: rgba(72, 230, 207, 0.4) !important;
  background: rgba(72, 230, 207, 0.1) !important;
}

.proof-list {
  display: grid;
  gap: 14px;
}

.proof-list article {
  padding: 20px;
  border-radius: 16px;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
}

.about-intro h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.about-body {
  color: var(--muted);
  line-height: 1.75;
}

.about-body p:last-child {
  margin-bottom: 0;
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column: 1 / -1;
  gap: 14px;
}

.credential-grid article {
  min-height: 180px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.credential-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--red);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 800;
}

.credential-grid strong {
  display: block;
  margin-bottom: 8px;
}

.credential-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.coming-soon div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.coming-soon span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #dce9f5;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 800;
}

.booking-section {
  margin-bottom: 56px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(72, 230, 207, 0.2), transparent 20rem),
    radial-gradient(circle at 98% 100%, rgba(255, 64, 92, 0.14), transparent 18rem),
    linear-gradient(145deg, rgba(5, 11, 24, 0.94), rgba(8, 24, 41, 0.78));
}

.booking-section p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.booking-section .hero-actions {
  justify-content: center;
}

@media (max-width: 1060px) {
  .hero-section,
  .split-section,
  .about-section,
  .pricing-band {
    grid-template-columns: 1fr;
  }

  .project-grid,
  .systems-grid,
  .credential-grid,
  .logo-strip,
  .service-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-visual {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .site-header,
  main {
    width: min(100% - 28px, 460px);
    max-width: calc(100vw - 32px);
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .site-header,
  .site-nav,
  .talk-grid,
  .project-grid,
  .systems-grid,
  .credential-grid,
  .price-options,
  .hero-stats,
  .logo-strip,
  .service-strip {
    grid-template-columns: 1fr;
  }

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

  .site-nav a {
    justify-content: center;
    min-height: 42px;
    padding: 0 10px;
    font-size: 0.84rem;
  }

  .site-nav .nav-cta {
    grid-column: 1 / -1;
  }

  .accessibility-proof {
    grid-template-columns: 1fr;
  }

  .accessibility-proof-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.25rem, 12vw, 3rem);
    line-height: 1;
  }

  .hero-copy {
    width: 100%;
    max-width: calc(100vw - 32px);
    padding: 24px;
    overflow: hidden;
  }

  .hero-section,
  .hero-visual,
  .section,
  .talk-grid,
  .project-grid,
  .service-strip,
  .pricing-band,
  .coming-soon,
  .booking-section {
    width: 100%;
    max-width: none;
  }

  .hero-copy > * {
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .hero-points li {
    min-height: auto;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
    min-width: 0;
  }

  .eyebrow {
    overflow-wrap: anywhere;
  }

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

  .hero-visual {
    min-height: 590px;
  }

  .threat-feed-panel {
    inset: 16px;
    padding: 18px;
  }

  .feed-header,
  .feed-footer {
    display: grid;
  }

  .feed-metrics {
    grid-template-columns: 1fr;
  }

  .service-strip article,
  .talk-grid article,
  .system-card,
  .price-options article,
  .proof-list article {
    min-height: auto;
  }
}
