@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Space+Grotesk:wght@400;500;700&display=swap");

:root {
  --accent-rgb: 255, 90, 31;
  --accent: #ff5a1f;
  --live-blue-strength: 0;
  --bg: #030303;
  --bg-soft: #0b0b0b;
  --panel: rgba(14, 14, 14, 0.96);
  --panel-soft: rgba(20, 20, 20, 0.96);
  --text: #f3efe7;
  --muted: #b8b0a4;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(var(--accent-rgb), 0.48);
  --orange: var(--accent);
  --orange-deep: #b92f00;
  --gold: #ffbf70;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
  --radius: 6px;
  --nav-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  line-height: 1.55;
  color: var(--text);
  background:
    linear-gradient(180deg, #050505 0%, #0a0a0a 48%, #020202 100%);
  transition: background .9s ease, color .9s ease;
}
body.is-blue-tint {
  --accent-rgb: 51, 153, 255;
  --accent: #3399ff;
  --orange: #3399ff;
  --orange-deep: #0f63c9;
  --gold: #b6dcff;
  --line-strong: rgba(var(--accent-rgb), 0.5);
  background:
    linear-gradient(180deg, #030913 0%, #071727 48%, #01060f 100%);
}
body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  transition: background .9s ease, opacity .9s ease;
}
body::before {
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(var(--accent-rgb), 0.12) 7% 7.12%, transparent 7.12% 100%),
    linear-gradient(180deg, transparent 0 77%, rgba(var(--accent-rgb), 0.12) 77% 77.12%, transparent 77.12% 100%);
  opacity: .75;
  z-index: -3;
  animation: siteAmbientPulse 12s ease-in-out infinite;
}
body::after {
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .08;
  z-index: -4;
  animation: siteGridPulse 16s ease-in-out infinite;
}
.site-blue-tint-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 90;
  opacity: var(--live-blue-strength);
  background:
    radial-gradient(circle at 78% 16%, rgba(102, 178, 255, 0.42), transparent 40%),
    linear-gradient(180deg, rgba(21, 91, 182, 0.5) 0%, rgba(7, 40, 96, 0.62) 100%);
  mix-blend-mode: soft-light;
  filter: saturate(1.12);
  transition: opacity .22s linear;
  animation: siteBluePulse 8.8s ease-in-out infinite;
}

.site-translate-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  background: rgba(3, 3, 3, 0.88);
  backdrop-filter: blur(8px);
}
.site-translate-card {
  width: min(420px, calc(100% - 2rem));
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(12, 12, 12, 0.96);
  box-shadow: var(--shadow);
  display: grid;
  gap: 10px;
  text-align: center;
}
.site-translate-spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto 2px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.14);
  border-top-color: var(--orange);
  animation: siteSpin .9s linear infinite;
}
.site-translate-copy {
  color: var(--muted);
  font-size: .96rem;
}
@keyframes siteSpin {
  to { transform: rotate(360deg); }
}

h1, h2, h3, h4 {
  margin: 0 0 1rem;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: .97;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
h1 { font-size: clamp(3rem, 5.5vw, 5.8rem); }
h2 { font-size: clamp(2.1rem, 3.3vw, 3.5rem); }
h3 { font-size: clamp(1.1rem, 1.9vw, 1.45rem); }
p { margin: 0 0 1rem; color: var(--muted); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

.nav-actions .primary-link,
.btn-primary,
.hero-panel::before,
.hero-panel-divider,
.hero-title-emphasis,
.glow-dot,
.check-list li::before,
.package-card.featured,
.package-card.featured::before,
.loader-spinner,
.audit-activity li.active::before,
.scan-live-list li::before,
.floating-cta,
.cta-banner,
.audit-overlay-panel,
.infra-node-alt,
.infra-arrow::before,
.infra-arrow::after {
  transition:
    background .9s ease,
    background-color .9s ease,
    border-color .9s ease,
    box-shadow .9s ease,
    color .9s ease,
    text-shadow .9s ease;
}

.container {
  width: calc(100% - 3rem);
  margin: 0 auto;
}
.page-home .hero-copy,
.page-home .section-header {
  max-width: none;
}
.page-interior .section-header {
  max-width: 820px;
}
.page-home .hero-grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
}
.page-home .hero-copy {
  max-width: min(100%, 1120px);
}
.page-home .hero-copy p,
.page-home .hero-bridge,
.page-home .hero-inline-note {
  max-width: 900px;
}
.page-home .hero-title {
  max-width: 17.4ch;
}
.section {
  padding: 92px 0;
  position: relative;
}
.section + .section {
  border-top: 1px solid rgba(255,255,255,.06);
}
.section.tight {
  padding-top: 68px;
  padding-bottom: 68px;
}
.section-header {
  max-width: 760px;
  margin-bottom: 2rem;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1rem;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: .72rem;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--orange);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  background: rgba(3, 3, 3, 0.92);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav {
  min-height: var(--nav-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .8rem;
  align-items: center;
  position: relative;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.12);
}
.brand span { font-size: 1rem; }
.nav-menu,
.nav-links,
.nav-actions {
  display: flex;
  gap: .34rem;
  align-items: center;
  flex-wrap: wrap;
}
.nav-menu {
  justify-content: space-between;
  gap: .7rem;
}
.nav-links { justify-content: center; }
.nav-links a,
.nav-actions .ghost-link,
.nav-actions .primary-link,
.nav-toggle {
  padding: .56rem .72rem;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #f3efe7;
  cursor: pointer;
  font-size: .76rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: .22s ease;
  line-height: 1.15;
  white-space: nowrap;
}
.nav-links a:hover,
.nav-links a:focus-visible,
.nav-actions .ghost-link:hover,
.nav-actions .ghost-link:focus-visible,
.nav-links a.active {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
}
.nav-actions .primary-link {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.nav-actions .primary-link:hover { transform: translateY(-1px); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.nav-search {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-right: .25rem;
}
.nav-search input {
  width: 144px;
  min-height: 34px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.03);
  color: var(--text);
  padding: .48rem .58rem;
  font: inherit;
  font-size: .73rem;
  letter-spacing: .03em;
}
.nav-search input::placeholder {
  color: #a8a093;
}
.nav-search button {
  min-height: 34px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.04);
  color: var(--text);
  font: inherit;
  font-size: .71rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .46rem .62rem;
  cursor: pointer;
}
.nav-search button:hover,
.nav-search button:focus-visible {
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.1);
}
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  justify-self: end;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,.04);
  min-width: 48px;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #f3efe7;
  transition: .2s ease;
}
.site-header.is-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header.is-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}
.site-header.is-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.admin-pill {
  padding: 6px 10px;
  border: 1px solid var(--line-strong);
  background: rgba(var(--accent-rgb), 0.12);
  font-family: "IBM Plex Mono", monospace;
  font-size: .72rem;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--nav-height));
  display: grid;
  align-items: center;
  overflow: clip;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.hero-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 42%, rgba(var(--accent-rgb), .22), transparent 18%),
    linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.58) 34%, rgba(0,0,0,.26) 58%, rgba(0,0,0,.72) 100%),
    linear-gradient(180deg, #121212 0%, #040404 100%);
}
.hero-portal {
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/hero-portal.png");
  background-size: cover;
  background-position: 70% center;
  opacity: .6;
  mix-blend-mode: screen;
  filter: grayscale(.35) contrast(1.02) brightness(.78);
  transform-origin: 70% 50%;
  animation: heroPortalDrift 11s ease-in-out infinite alternate;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.52) 34%, rgba(0,0,0,.2) 56%, rgba(0,0,0,.66) 100%);
  animation: heroVeilPulse 8s ease-in-out infinite alternate;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: 2rem;
  align-items: start;
  padding: 1.1rem 0 3rem;
}
.hero-copy { max-width: 760px; }
.hero-copy,
.hero-panel {
  align-self: start;
}
.hero-mobile-topbar {
  display: none;
}
.hero-mobile-cta {
  display: none;
}
.hero-title {
  display: grid;
  gap: .18rem;
  perspective: 1200px;
}
.hero-title-line {
  display: block;
  opacity: 0;
  transform: translate3d(0, 24px, 0) rotateX(14deg);
  transform-origin: 50% 100%;
  animation: heroLineReveal .85s cubic-bezier(.18,.8,.22,1) forwards;
}
.hero-title-line:nth-child(2) {
  animation-delay: .12s;
}
.hero-title-line:nth-child(3) {
  animation-delay: .24s;
}
.hero-title-rotator {
  display: inline-block;
  opacity: 1;
  transform: none;
  min-height: 1.08em;
}
.hero-title-emphasis {
  color: #fff4e9;
  text-shadow: 0 0 28px rgba(var(--accent-rgb), 0.2);
  animation: heroEmphasisPulse 3.2s ease-in-out 1.1s infinite;
}
.hero-copy p {
  max-width: 680px;
  font-size: clamp(1rem, 1.55vw, 1.16rem);
  color: #d4cdc1;
}
.hero-support {
  display: grid;
  gap: 0;
}
.hero-bridge {
  margin-top: 1rem;
  margin-bottom: .5rem;
  max-width: 640px;
  color: #f0ebe2;
  font-size: clamp(.95rem, 1.35vw, 1.04rem);
  font-weight: 500;
}
.hero-copy .hero-actions {
  margin-top: .7rem;
  margin-bottom: .7rem;
}
.hero-actions-priority {
  margin-top: .85rem;
  margin-bottom: .45rem;
}
.hero-panel-actions {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2rem;
  margin-right: -2rem;
}
.hero-panel-divider {
  width: auto;
  height: 1px;
  margin: 0 -2rem 1.2rem;
  background: linear-gradient(90deg, rgba(var(--accent-rgb), 0.85), rgba(255,255,255,.16));
}
.hero-inline-note {
  color: #f0ebe2;
  font-size: .88rem;
  letter-spacing: .02em;
  margin-bottom: .55rem;
}
.hero-copy .hero-badges {
  margin-top: .65rem;
}
.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}
.btn,
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 52px;
  padding: .95rem 1.25rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: 700;
  font-size: .9rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: .22s ease;
  white-space: nowrap;
}
.btn:hover,
.button-link:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.btn-secondary,
.btn-ghost {
  background: rgba(255,255,255,.02);
  color: var(--text);
}

.hero-panel,
.card,
.band,
.cta-banner {
  background: var(--panel);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-panel .button-link {
  width: 100%;
  min-height: 58px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  white-space: normal;
  text-wrap: balance;
  line-height: 1.2;
}
.hero-panel {
  position: relative;
  padding: 0 2rem 2rem;
}
.hero-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: var(--orange);
}
@media (min-width: 1200px) {
  .page-home .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, calc(460px - 8vw));
    gap: clamp(.8rem, 1vw, 1.2rem);
  }
  .page-home .hero-copy {
    grid-column: auto;
    max-width: none;
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .page-home .hero-panel {
    grid-column: auto;
    justify-self: end;
    width: min(100%, clamp(260px, calc(460px - 8vw), 360px));
    min-width: 0;
    margin-top: .25rem;
  }
  .page-home .hero-copy h1.hero-title,
  .page-home .hero-copy h1 {
    font-size: clamp(2.25rem, 2vw + 1rem, 3.85rem) !important;
    line-height: .95 !important;
    letter-spacing: -.028em !important;
    overflow-wrap: anywhere;
  }
  .page-home .hero-title {
    max-width: none;
  }
  .page-home .hero-title-line,
  .page-home .hero-title-rotator {
    white-space: normal;
    text-wrap: balance;
  }
  .page-home .hero-copy p,
  .page-home .hero-bridge,
  .page-home .hero-inline-note {
    max-width: 920px;
  }
  .page-home .hero-title-rotator {
    width: auto;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
  }
}

@media (min-width: 1600px) {
  .page-home .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(220px, calc(500px - 10vw));
    gap: clamp(.85rem, .95vw, 1.25rem);
  }
  .page-home .hero-copy {
    max-width: none;
  }
  .page-home .hero-copy h1.hero-title,
  .page-home .hero-copy h1 {
    font-size: clamp(3rem, 3.2vw, 4.8rem) !important;
    line-height: .92 !important;
    letter-spacing: -.04em !important;
  }
  .page-home .hero-title {
    max-width: none;
  }
  .page-home .hero-panel {
    width: min(100%, clamp(240px, calc(520px - 10vw), 330px));
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .page-home .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.1rem;
    padding: .35rem 0 1.85rem;
  }
  .page-home .hero-copy {
    max-width: 100%;
  }
  .page-home .hero-title {
    max-width: min(100%, 13.5ch);
    gap: .14rem;
  }
  .page-home .hero-copy h1.hero-title,
  .page-home .hero-copy h1 {
    font-size: clamp(2.2rem, 5vw, 3.25rem);
    line-height: .92;
    letter-spacing: -.04em;
  }
  .page-home .hero-inline-note,
  .page-home .hero-copy p,
  .page-home .hero-bridge {
    max-width: min(100%, 760px);
  }
  .page-home .hero-panel {
    max-width: 560px;
  }
}
.card,
.band { padding: 2rem; }
.cta-banner {
  padding: 2.5rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: linear-gradient(90deg, rgba(var(--accent-rgb), .14) 0 18%, rgba(10,10,10,.98) 18% 100%);
}
.panel-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: .15rem;
  margin-bottom: 1.2rem;
}
.glow-dot {
  width: 12px;
  height: 12px;
  background: var(--orange);
}
.subtle { color: var(--muted); font-size: .95rem; }
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.5rem;
}
.badge,
.archetype-pill {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.02);
}
.badge {
  padding: .52rem .9rem;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.quick-prompts,
.stat-row,
.sales-actions,
.lead-form,
.check-list,
.process-grid,
.package-grid,
.faq-grid { display: grid; }
.quick-prompts { gap: .7rem; margin-bottom: 1.2rem; }
.prompt-pill {
  padding: .8rem 1rem;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
  color: #eff4ff;
  overflow-wrap: anywhere;
}
.stat-row { gap: .9rem; margin-top: 1.5rem; }
.stat { display: grid; gap: .2rem; }
.stat strong { color: var(--text); }
.stat span { overflow-wrap: anywhere; }
.trust-strip {
  display: grid;
  gap: .7rem;
  margin-top: 1.5rem;
  max-width: 680px;
  color: #d4cdc1;
}

.archetype-strip { margin-top: 2rem; }
.archetype-scroll {
  display: flex;
  gap: .9rem;
  overflow-x: auto;
  padding-bottom: .35rem;
}
.archetype-pill {
  flex: 0 0 auto;
  min-height: 48px;
  padding: .8rem 1.05rem;
  color: #f5efe8;
  cursor: pointer;
  font-weight: 700;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: .2s ease;
}
.archetype-pill:hover,
.archetype-pill.active {
  border-color: var(--orange);
  background: rgba(var(--accent-rgb), 0.12);
}
.archetype-grid {
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.4rem;
}
.archetype-card {
  min-height: 150px;
  padding: 1.2rem 1.15rem;
  background: var(--panel-soft);
  border: 1px solid rgba(255,255,255,.12);
}
.archetype-title {
  margin-bottom: .65rem;
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-size: .84rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.archetype-desc { margin: 0; color: #d5d0c7; line-height: 1.65; }
.avatar-cta { margin-top: 1.2rem; }
.avatar-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .9rem 1.2rem;
  border: 1px solid var(--orange);
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.grid-4 {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.grid-3 {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.icon-wrap {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.02);
}
.feature-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}
.feature-list li { margin-bottom: .4rem; }
.check-list {
  list-style: none;
  gap: .6rem;
  padding: 0;
  margin: 1.2rem 0 0;
}
.check-list li::before {
  content: "■";
  color: var(--orange);
  margin-right: .6rem;
}
.check-list.compact { gap: .45rem; margin-top: .4rem; }

.package-grid { gap: 1.5rem; }
.package-card.featured {
  position: relative;
  border-color: var(--orange);
}
.package-card.featured::before {
  content: "Priority";
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--orange);
  font-family: "IBM Plex Mono", monospace;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.sales-band { align-self: start; }
.process-grid {
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.faq-grid {
  gap: 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.faq-card p { margin-bottom: 0; }

.lead-layout {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr);
}
.lead-form { gap: 1rem; }
.lead-form label { display: grid; gap: .45rem; }
.lead-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lead-textarea {
  min-height: 170px;
  resize: vertical;
}
.sales-sidebar {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.sales-actions { gap: .8rem; }
.sales-status,
.form-note,
.small-note {
  color: var(--muted);
  font-size: .95rem;
}
.website-field { grid-column: span 2; }
.website-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .5rem;
}
.website-inline-option {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: .55rem;
  color: var(--muted);
  font-size: .92rem;
}
.website-inline-option input {
  width: 16px;
  height: 16px;
}
.analysis-loader,
.analysis-results {
  margin-top: .6rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
}
.audit-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}
.audit-overlay[hidden] { display: none; }
.audit-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 4, 6, 0.88);
  backdrop-filter: blur(10px);
}
.audit-overlay-panel {
  position: relative;
  width: min(980px, calc(100vw - 2rem));
  min-height: min(720px, calc(100vh - 2rem));
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: 3.5rem 2rem 2rem;
  border: 1px solid rgba(255,255,255,.1);
  background:
    radial-gradient(circle at top right, rgba(var(--accent-rgb), .16), transparent 24%),
    linear-gradient(180deg, rgba(12,14,18,.98) 0%, rgba(6,7,9,.98) 100%);
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
}
.audit-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  min-height: 42px;
  padding: .7rem .95rem;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
}
.audit-overlay .analysis-loader,
.audit-overlay .analysis-results {
  margin-top: 0;
  min-height: calc(100vh - 10rem);
  padding: 2rem;
  display: grid;
  align-content: start;
  gap: 1rem;
  background: transparent;
  border: 0;
}
.audit-overlay .analysis-loader[hidden],
.audit-overlay .analysis-results[hidden] {
  display: none !important;
}
.analysis-loader {
  display: flex;
  align-items: center;
  gap: .9rem;
}
.audit-overlay .analysis-loader {
  display: grid;
  justify-items: start;
  align-content: center;
}
.loader-spinner {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255,255,255,.2);
  border-top-color: var(--orange);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.analysis-loader-copy strong {
  display: block;
  margin-bottom: .2rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 1.5rem;
}
.audit-activity {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: .7rem;
  width: min(100%, 760px);
}
.audit-activity li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: .7rem;
  align-items: start;
  color: #d8d2c8;
  font-size: .98rem;
}
.audit-activity li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: .28rem;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  box-shadow: 0 0 0 1px rgba(255,255,255,.08);
}
.audit-activity li.active::before {
  background: var(--orange);
  box-shadow: 0 0 18px rgba(var(--accent-rgb), .45);
}
.audit-activity li.done::before {
  background: var(--gold);
}
.analysis-results h3 { margin-bottom: .7rem; }
.audit-overlay .analysis-results p {
  max-width: 780px;
  font-size: 1.05rem;
}
.audit-overlay .analysis-results .check-list {
  max-width: 780px;
}
.analysis-refine {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.08);
}
.privacy-trust-note {
  margin-top: .85rem;
  color: #d7d0c4;
  font-size: .92rem;
  line-height: 1.5;
  opacity: .92;
}
.scan-live-strip {
  max-width: 780px;
  margin: .6rem 0 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
}
.scan-live-head {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .8rem;
  margin-bottom: .65rem;
}
.scan-live-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .45rem;
  color: #d7d1c7;
}
.scan-live-list li {
  display: flex;
  gap: .55rem;
  align-items: center;
}
.scan-live-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 14px rgba(var(--accent-rgb), .35);
  flex: 0 0 auto;
}
.resource-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.resource-card {
  display: grid;
  gap: .9rem;
  align-content: start;
}
.team-groups {
  display: grid;
  gap: 1.25rem;
}
.team-group {
  display: grid;
  gap: .75rem;
}
.infra-diagram {
  display: grid;
  gap: 1rem;
  align-items: center;
}
.infra-cluster {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.infra-node {
  display: grid;
  gap: .35rem;
  min-height: 112px;
  padding: 1.15rem;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.045) 0%, rgba(255,255,255,.02) 100%);
}
.infra-node strong {
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .9rem;
}
.infra-node span {
  color: var(--muted);
}
.infra-node-alt {
  border-color: rgba(var(--accent-rgb), 0.28);
  background: rgba(var(--accent-rgb), 0.08);
}
.infra-arrow {
  position: relative;
  height: 26px;
}
.infra-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 18px;
  top: 12px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.18), rgba(var(--accent-rgb), .8));
}
.infra-arrow::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(var(--accent-rgb), .9);
  border-right: 1px solid rgba(var(--accent-rgb), .9);
  transform: rotate(45deg);
}
.case-study-card {
  display: grid;
  gap: 1.5rem;
  align-content: start;
  margin-bottom: 1.5rem;
}
.case-study-card .grid-2 {
  gap: 1rem;
}
.case-study-card .card {
  min-height: 100%;
}
.blog-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.blog-feature {
  grid-column: span 2;
  display: grid;
  gap: .9rem;
  align-content: start;
}
.blog-entry {
  display: grid;
  gap: .75rem;
  align-content: start;
}
.text-link {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .82rem;
}
.text-link:hover {
  color: #fff;
}
.interior-hero { min-height: auto; }
.page-hero {
  display: grid;
  gap: 1rem;
  padding: 5rem 0 4rem;
  max-width: 840px;
}
.video-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 2rem;
  border: 1px solid rgba(255,255,255,.1);
  background: #000;
}
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.input {
  width: 100%;
  padding: .85rem 1rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 0;
  background: rgba(255,255,255,.02);
  color: var(--text);
}
.input::placeholder { color: #8c867c; }
@keyframes spin {
  to { transform: rotate(360deg); }
}
@keyframes heroPortalDrift {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
    opacity: .56;
    filter: grayscale(.38) contrast(1.01) brightness(.75);
  }
  100% {
    transform: scale(1.07) translate3d(-1.2%, 0.8%, 0);
    opacity: .7;
    filter: grayscale(.18) contrast(1.08) brightness(.88);
  }
}
@keyframes siteAmbientPulse {
  0%, 100% {
    opacity: .7;
  }
  50% {
    opacity: .86;
  }
}
@keyframes siteGridPulse {
  0%, 100% {
    opacity: .065;
  }
  50% {
    opacity: .11;
  }
}
@keyframes siteBluePulse {
  0%, 100% {
    filter: saturate(1.08) brightness(1);
  }
  50% {
    filter: saturate(1.24) brightness(1.08);
  }
}
@keyframes heroVeilPulse {
  0% {
    opacity: .92;
  }
  100% {
    opacity: .76;
  }
}
@keyframes heroLineReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 24px, 0) rotateX(14deg);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0deg);
    filter: blur(0);
  }
}
@keyframes heroEmphasisPulse {
  0%, 100% {
    text-shadow: 0 0 22px rgba(var(--accent-rgb), 0.18);
  }
  50% {
    text-shadow: 0 0 34px rgba(var(--accent-rgb), 0.32);
  }
}
.hero-title-emphasis.is-swapping {
  animation: heroSwapOut .24s ease forwards;
}
.hero-title-emphasis.is-entering {
  animation: heroSwapIn .34s cubic-bezier(.18,.8,.22,1) forwards, heroEmphasisPulse 3.2s ease-in-out .34s infinite;
}
@keyframes heroSwapOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -8px, 0);
    filter: blur(4px);
  }
}
@keyframes heroSwapIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

.chat-shell {
  margin-top: 2rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease, max-height .3s ease;
}
.chat-shell.on {
  max-height: 1200px;
  opacity: 1;
  transform: translateY(0);
}
.chat-card {
  min-height: 520px;
  overflow: hidden;
  background: rgba(10, 10, 10, 0.96);
  border: 1px solid rgba(255,255,255,.08);
}
.chat-header,
.chat-input-row {
  display: flex;
  gap: .75rem;
  align-items: center;
}

.site-footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(255,255,255,.06);
  background: rgba(4, 4, 4, 0.9);
}
.footer-row {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.floating-cta {
  position: fixed !important;
  left: max(.85rem, env(safe-area-inset-left));
  right: max(.85rem, env(safe-area-inset-right));
  bottom: max(.5rem, env(safe-area-inset-bottom));
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  min-height: 46px;
  padding: .78rem 1rem;
  font-size: .78rem;
  line-height: 1;
  letter-spacing: .05em;
  opacity: 0;
  transform: translateY(16px);
  visibility: hidden;
  pointer-events: none;
  background: rgba(var(--accent-rgb), 0.86);
  border-color: rgba(var(--accent-rgb), 0.92);
  box-shadow: 0 14px 28px rgba(0,0,0,.34);
  transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
}
.floating-cta.is-hidden {
  opacity: 0;
  transform: translateY(16px);
  visibility: hidden;
  pointer-events: none;
}
.floating-cta.is-visible {
  opacity: .92;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.floating-cta:hover,
.floating-cta:focus-visible {
  opacity: .96;
}

.reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1140px) {
  .nav {
    grid-template-columns: auto auto;
    gap: .85rem;
  }
  .nav-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: calc(100% + 10px);
    width: min(320px, calc(100vw - 2rem));
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: .8rem;
    padding: 1rem;
    background: rgba(6, 6, 6, 0.98);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 20px 44px rgba(0,0,0,.52);
    z-index: 50;
  }
  .nav-links,
  .nav-actions {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }
  .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: .55rem;
  }
  .nav-actions {
    flex-direction: column;
    align-items: stretch;
    gap: .55rem;
  }
  .nav-search {
    width: 100%;
    margin-right: 0;
  }
  .nav-search input,
  .nav-search button {
    width: 100%;
  }
  .nav-search {
    flex-direction: column;
    align-items: stretch;
  }
  .site-header.is-open .nav-menu {
    display: flex;
  }
  .nav-toggle { display: inline-flex; }
}

@media (max-width: 980px) {
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nav {
    min-height: 74px;
  }
  .brand img {
    width: 44px;
    height: 44px;
  }
  .brand span {
    font-size: 1rem;
  }
  .hero-grid,
  .blog-grid,
  .archetype-grid,
  .faq-grid,
  .lead-layout,
  .lead-grid,
  .infra-cluster {
    grid-template-columns: 1fr;
  }
  .audit-overlay-panel {
    width: calc(100vw - 1rem);
    min-height: calc(100vh - 1rem);
    max-height: calc(100vh - 1rem);
    padding: 3.5rem 1rem 1.25rem;
  }
  .website-field {
    grid-column: span 1;
  }
  .blog-feature {
    grid-column: span 1;
  }
  .hero-portal {
    background-position: center;
    opacity: .52;
  }
  .hero-bg::after {
    background: linear-gradient(180deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.56) 38%, rgba(0,0,0,.72) 100%);
  }
}

@media (max-width: 768px) {
  .container,
  .page-home .container {
    width: calc(100% - 1.25rem);
  }
  .resource-grid {
    grid-template-columns: 1fr;
  }
  .hero-mobile-topbar {
    display: block;
    position: sticky;
    top: var(--nav-height);
    z-index: 38;
    width: 100%;
    background: rgba(6, 6, 6, 0.9);
    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 10px 24px rgba(0,0,0,.2);
  }
.hero-mobile-topbar .button-link {
  transition: opacity .22s ease, background-color .22s ease, border-color .22s ease;
}

.page-home.home-scrolled .hero-mobile-topbar .button-link,
.page-home.home-scrolled .hero-panel-actions .button-link {
  opacity: .84;
}

.page-home.home-scrolled .hero-mobile-topbar .button-link:hover,
.page-home.home-scrolled .hero-panel-actions .button-link:hover,
.page-home.home-scrolled .hero-mobile-topbar .button-link:focus-visible,
.page-home.home-scrolled .hero-panel-actions .button-link:focus-visible {
  opacity: .94;
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after,
  .site-blue-tint-overlay {
    animation: none !important;
  }
  .hero-mobile-topbar .button-link,
  .hero-panel-actions .button-link {
    transition: none;
  }
}

@media (max-width: 768px) {
  .hero-mobile-topbar .button-link {
    width: 100%;
    min-height: 48px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    margin: 0;
    padding: .82rem 1rem;
    font-size: .78rem;
    letter-spacing: .05em;
  }
  .page-hero {
    padding: 2.75rem 0 2.25rem;
  }
  .hero {
    min-height: auto;
    align-items: start;
    overflow: visible;
  }
  .section {
    padding: 56px 0;
    overflow: visible;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding: .32rem 0 1rem;
    gap: .7rem;
    align-items: start;
  }
  .hero .eyebrow {
    margin-bottom: .6rem;
    gap: .45rem;
    font-size: .58rem;
    letter-spacing: .1em;
    line-height: 1.15;
  }
  .hero .eyebrow::before {
    width: 16px;
  }
  .hero-copy {
    order: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-inline: max(10px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-right));
  }
  .hero-copy > * {
    max-width: 100%;
  }
  .hero-panel {
    display: none;
  }
  .hero-copy h1 {
    display: block;
    width: 100%;
    font-size: clamp(1.85rem, 8vw, 2.5rem);
    line-height: .93;
    letter-spacing: -.03em;
    max-width: none;
    margin: 0 0 .28rem;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
  }
  .hero-title {
    gap: .12rem;
  }
  .hero-copy p {
    max-width: 100%;
    font-size: .92rem;
    line-height: 1.5;
    margin-bottom: .44rem;
  }
  .hero-panel,
  .card,
  .band,
  .cta-banner {
    padding: 1.25rem;
  }
  .hero-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .4rem;
    margin-top: .34rem;
    padding: .54rem;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(8, 8, 8, 0.42);
  }
  .badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    padding: .38rem .5rem;
    font-size: .64rem;
    border-color: rgba(255,255,255,.2);
    background: rgba(255,255,255,.04);
  }
  .trust-strip {
    display: none;
  }
  .hero-actions,
  .inline-actions,
  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions {
    width: 100%;
    margin-top: .28rem;
    padding-inline: max(10px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-right));
  }
  .hero-copy .hero-actions {
    margin-top: .1rem;
    margin-bottom: .18rem;
    padding-inline: max(10px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-right));
  }
  .hero-inline-note {
    display: block;
    width: 100%;
    max-width: none;
    font-size: .8rem;
    line-height: 1.45;
    margin-bottom: .22rem;
    padding-inline: max(10px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-right));
  }
  .hero-panel-actions {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .hero-panel-divider {
    margin: 0 -1.25rem .9rem;
  }
  .hero-support {
    display: none;
  }
  .hero-support p:first-child {
    display: none;
  }
  .hero-bridge {
    margin-top: 0;
    margin-bottom: .24rem;
    font-size: .86rem;
  }
  .hero-copy .hero-badges {
    margin-top: .2rem;
  }
  .button-link,
  .btn,
  .nav-links a,
  .nav-actions .ghost-link,
  .nav-actions .primary-link {
    width: 100%;
  }
  .hero-actions .button-link {
    min-height: 52px;
    padding: 1rem 1rem;
    font-size: .84rem;
    letter-spacing: .03em;
    margin-inline: 0;
    transform: none;
  }
  .cta-banner {
    align-items: flex-start;
    gap: 1rem;
  }
  .floating-cta {
    display: none !important;
  }
  .hero + .section {
    padding-top: 62px;
  }
}

@media (min-width: 431px) and (max-width: 768px) {
  .page-home .hero-title,
  .page-home .hero-copy .hero-title {
    display: grid !important;
    gap: .12rem !important;
    align-items: start;
    width: 100%;
    max-width: min(100%, 13ch);
    perspective: none;
  }
  .page-home .hero-copy h1.hero-title {
    width: 100% !important;
    max-width: min(100%, 13ch) !important;
    font-size: clamp(2.05rem, 7.3vw, 2.95rem) !important;
    line-height: .92 !important;
    letter-spacing: -.038em !important;
    text-wrap: balance !important;
  }
  .page-home .hero-title-line,
  .page-home .hero-title-rotator {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    margin-right: 0 !important;
  }
  .page-home .hero-title-line {
    animation: none !important;
  }
  .page-home .hero-inline-note {
    display: block;
    max-width: none;
  }
}

@media (max-width: 430px) {
  .container,
  .page-home .container {
    width: calc(100% - 1rem);
  }
  .section {
    padding: 44px 0;
  }
  .hero-copy h1 {
    font-size: clamp(1.78rem, 10.3vw, 2.46rem);
    line-height: .92;
    max-width: none;
  }
  .hero-copy p {
    font-size: .88rem;
    line-height: 1.48;
  }
  .hero-badges {
    display: none;
  }
  .hero-inline-note {
    display: block;
    font-size: .76rem;
    line-height: 1.42;
    margin-bottom: .16rem;
  }
  .hero-mobile-topbar .button-link {
    min-height: 46px;
    font-size: .74rem;
    padding: .78rem .95rem;
  }
  .hero-panel-actions .button-link {
    min-height: 48px;
    padding: .88rem .9rem;
    font-size: .78rem;
  }
  .hero-actions .button-link {
    min-height: 48px;
    padding: .88rem .9rem;
    font-size: .78rem;
  }
  .page-home .hero-title,
  .page-home .hero-copy .hero-title {
    display: grid !important;
    gap: .1rem !important;
    align-items: start;
    width: 100%;
    max-width: none;
    perspective: none;
  }
  .page-home .hero-copy h1.hero-title {
    width: 100% !important;
    max-width: none !important;
    font-size: clamp(1.88rem, 10.1vw, 2.54rem) !important;
    line-height: .91 !important;
    letter-spacing: -.038em !important;
    text-wrap: balance !important;
  }
  .page-home .hero-title-line,
  .page-home .hero-title-rotator {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    margin-right: 0 !important;
  }
  .page-home .hero-title-line {
    animation: none !important;
  }
  .page-home .hero .eyebrow {
    font-size: .56rem;
    letter-spacing: .08em;
    gap: .32rem;
    margin-bottom: .46rem;
  }
  .page-home .hero-inline-note {
    display: block;
  }
  .page-home .hero-copy {
    padding-inline: 12px;
  }
}

.event-landing {
  position: relative;
}
.event-hero {
  padding-bottom: 2rem;
}
.event-hero-layout {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: start;
}
.event-copy {
  max-width: 760px;
}
.event-subtitle {
  margin-top: 1rem;
  font-size: 1.15rem;
  color: #f2ede4;
}
.event-description {
  max-width: 62ch;
  margin-top: 1.2rem;
}
.event-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.35rem;
}
.event-signup-card {
  display: grid;
  gap: 1rem;
  align-self: stretch;
}
.event-signup-card h2,
.event-signup-card h3 {
  margin: 0;
}
.event-form {
  gap: .85rem;
}
.event-direct-access {
  padding-top: .25rem;
  border-top: 1px solid rgba(255,255,255,.08);
  display: grid;
  gap: .65rem;
}
.event-success {
  display: grid;
  gap: .85rem;
}
.event-success[hidden] {
  display: none !important;
}
.event-success .button-link {
  width: 100%;
  justify-content: center;
}

@media (max-width: 980px) {
  .event-hero-layout {
    grid-template-columns: 1fr;
  }
}
