:root {
  --ink: #101413;
  --muted: #5d6963;
  --paper: #fbf8f1;
  --paper-strong: #fffdf8;
  --panel: #f1ece2;
  --line: #d8d0c2;
  --green: #0f6b53;
  --green-deep: #07372f;
  --green-dark: #082a25;
  --teal: #4aa391;
  --gold: #b88943;
  --charcoal: #111815;
  --shadow: 0 20px 60px rgba(22, 32, 28, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.nav-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
}

h1 {
  max-width: 880px;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

h1 span {
  display: block;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.1rem;
  line-height: 1.25;
  margin-bottom: 0.65rem;
}

p {
  margin-bottom: 1rem;
}

.section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 1.35rem max(24px, calc((100vw - 1180px) / 2));
  background: rgba(251, 248, 241, 0.94);
  border-bottom: 1px solid rgba(216, 208, 194, 0.68);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  color: var(--green);
  font-size: 1.75rem;
  font-weight: 800;
}

.brand-name {
  font-weight: 800;
  font-size: 1.05rem;
}

.primary-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 1.35rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.primary-nav a {
  position: relative;
  text-decoration: none;
  padding: 0.3rem 0;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.15rem;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 0.78rem 1.2rem;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.header-cta,
.button-primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 8px 20px rgba(15, 107, 83, 0.16);
}

.header-cta:hover,
.button-primary:hover {
  background: #0a5b47;
}

.button-secondary {
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.44);
  border-color: rgba(15, 107, 83, 0.46);
}

.button-secondary:hover {
  background: #fff;
}

.button-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.button-light:hover {
  background: rgba(255, 255, 255, 0.18);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.centered-row {
  justify-content: center;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--green-deep);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.06fr);
  gap: 2.2rem;
  align-items: center;
  padding: 2.8rem 0 1.3rem;
}

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

.hero-modern {
  position: relative;
}

.hero-ribbon {
  display: inline-flex;
  margin-bottom: 1.25rem;
  padding: 0.55rem 0.75rem;
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.62);
  border-left: 3px solid var(--gold);
  font-size: 0.9rem;
  font-weight: 900;
}

.eyebrow {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}

.lede {
  color: #26302c;
  font-size: 1.18rem;
  line-height: 1.65;
  max-width: 720px;
}

.hero-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 20%, rgba(255, 221, 160, 0.72), transparent 19%),
    radial-gradient(circle at 22% 45%, rgba(139, 85, 37, 0.56), transparent 30%),
    linear-gradient(110deg, rgba(5, 20, 17, 0.98), rgba(42, 36, 27, 0.5) 45%, rgba(209, 159, 88, 0.36)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 2px, transparent 2px 90px),
    #18231d;
  box-shadow: var(--shadow);
}

.hero-packshot {
  position: absolute;
  left: 7%;
  bottom: 8%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  perspective: 1000px;
}

.pack {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.25rem;
  color: #f8f0df;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(160deg, #0f6b53, #061816);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.34);
  animation: softFloat 6s ease-in-out infinite;
}

.pack span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0;
}

.pack small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-packshot .pack-mix {
  width: 138px;
  height: 238px;
  transform: rotateY(-9deg) rotateZ(-1deg);
}

.hero-packshot .pack-gim {
  width: 198px;
  height: 210px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(160deg, #18302b, #061816);
  transform: rotateY(8deg) rotateZ(1deg);
  animation-delay: -2s;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% 7% 10% 8%;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(255, 255, 255, 0.16) 12% 14%, transparent 14% 35%, rgba(255, 255, 255, 0.11) 35% 37%, transparent 37%),
    radial-gradient(ellipse at 50% 82%, rgba(255, 255, 255, 0.15), transparent 35%),
    linear-gradient(180deg, transparent 0 58%, rgba(255, 255, 255, 0.12) 58% 60%, transparent 60%);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-visual::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
  height: 18%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(184, 137, 67, 0.38), rgba(255, 255, 255, 0.08));
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  transform: skewY(-2deg);
}

.signal-overlay {
  position: absolute;
  right: 6%;
  bottom: 6%;
  z-index: 3;
  width: min(390px, 82%);
  padding: 1rem;
  color: #fff;
  background: rgba(6, 23, 20, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  animation: signalDrift 7s ease-in-out infinite;
}

.overlay-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.overlay-heading small {
  color: #a8d8cc;
  font-weight: 700;
}

.signal-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  margin: 0 0 0.9rem;
}

.signal-stats div {
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.signal-stats dt {
  color: #b7c9c3;
  font-size: 0.72rem;
}

.signal-stats dd {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
}

.mini-chart {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 0.35rem;
  height: 70px;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.mini-chart span {
  display: block;
  background: linear-gradient(180deg, #8dd7c6, #0f6b53);
  min-height: 18px;
  transform-origin: bottom;
  animation: barRise 1800ms ease both;
}

.mini-chart span:nth-child(1) { height: 34%; }
.mini-chart span:nth-child(2) { height: 56%; }
.mini-chart span:nth-child(3) { height: 44%; }
.mini-chart span:nth-child(4) { height: 72%; }
.mini-chart span:nth-child(5) { height: 62%; }
.mini-chart span:nth-child(6) { height: 82%; }

.service-wrap {
  padding-bottom: 1rem;
}

.brand-marquee {
  overflow: hidden;
  color: #fff;
  background: var(--green-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-marquee-track {
  display: flex;
  width: max-content;
  gap: 2rem;
  align-items: center;
  padding: 0.82rem 0;
  animation: marquee 32s linear infinite;
}

.brand-marquee span {
  position: relative;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-marquee span::after {
  content: "";
  position: absolute;
  right: -1.15rem;
  top: 50%;
  width: 5px;
  height: 5px;
  background: var(--gold);
  transform: translateY(-50%) rotate(45deg);
}

.service-note {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: #27342f;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
}

.service-note::before {
  content: "i";
  display: inline-flex;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: var(--green);
  border: 1px solid var(--green);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
}

.centered-note {
  justify-content: center;
  text-align: center;
  margin-top: 1.6rem;
}

.problem-section,
.tools-preview,
.examples-section,
.trust-section,
.pilot-section,
.product-detail-section,
.trust-page-grid,
.engagement-grid,
.narrative-section,
.membership-strip,
.abv-teaser,
.abv-feature,
.ethos-grid,
.founder-note,
.policy-layout {
  padding: 4.6rem 0;
}

.problem-section {
  padding-top: 2.8rem;
}

.membership-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.1fr);
  gap: 2rem;
  align-items: center;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  border-top: 1px solid rgba(216, 208, 194, 0.72);
  border-bottom: 1px solid rgba(216, 208, 194, 0.72);
}

.membership-copy h2 {
  font-size: 2rem;
}

.membership-copy p:last-child {
  color: var(--muted);
  margin-bottom: 0;
}

.membership-logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 142px;
  padding: 1.35rem 1.6rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(26, 32, 29, 0.06);
}

.combined-partner-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 96px;
  object-fit: contain;
  object-position: center;
}


.abv-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 2rem;
  align-items: center;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.abv-teaser-copy {
  max-width: 720px;
}

.abv-logo-card {
  justify-self: end;
  width: min(300px, 100%);
  padding: 0.85rem;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.abv-logo-card img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.abv-feature {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: center;
}

.abv-image-panel,
.abv-copy-panel,
.founder-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-strong);
  box-shadow: 0 16px 40px rgba(26, 32, 29, 0.06);
}

.abv-image-panel {
  padding: 1.5rem;
}

.abv-image-panel img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.abv-copy-panel {
  padding: 2rem;
}

.abv-copy-panel p,
.founder-note p {
  color: var(--muted);
}

.ethos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.ethos-grid .section-heading {
  grid-column: 1 / -1;
}

.founder-note {
  max-width: 900px;
  padding: 2rem;
  margin-bottom: 4.6rem;
}

.section-heading {
  margin-bottom: 2rem;
}

.section-heading.centered {
  text-align: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 2rem;
  align-items: end;
}

.section-heading p,
.feature-card p,
.product-card p,
.signal-card p,
.detail-card dd,
.trust-column p,
.engagement-card p {
  color: var(--muted);
}

.feature-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.feature-grid.five {
  grid-template-columns: repeat(5, 1fr);
}

.feature-card {
  min-height: 230px;
  padding: 1.35rem;
  background: var(--paper-strong);
}

.card-index {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
}

.tools-preview {
  width: min(1240px, calc(100% - 48px));
  padding-left: min(2vw, 1rem);
  padding-right: min(2vw, 1rem);
  background:
    radial-gradient(circle at 18% 8%, rgba(184, 137, 67, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(241, 236, 226, 0.78), rgba(251, 248, 241, 0.92));
  border-top: 1px solid rgba(216, 208, 194, 0.7);
  border-bottom: 1px solid rgba(216, 208, 194, 0.7);
}

.product-family-section {
  overflow: hidden;
}

.product-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.tool-product {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-rows: 230px 1fr;
  gap: 1rem;
  padding: 1.1rem;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.18), transparent 20%),
    linear-gradient(180deg, #0b493c, #082a25);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(11, 33, 28, 0.16);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.tool-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(11, 33, 28, 0.24);
}

.tool-product::before {
  content: "";
  position: absolute;
  inset: auto 1rem 42% 1rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.tool-packshot {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.24), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 22px 44px rgba(0, 0, 0, 0.18);
}

.tool-packshot::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 18%;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.tool-packshot > .visual-title {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: rgba(255, 255, 255, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 800;
}

.pack-eon {
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(17, 24, 21, 0.18));
}

.pack-agent {
  background:
    radial-gradient(circle at 50% 14%, rgba(184, 137, 67, 0.28), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(8, 42, 37, 0.12));
}

.pack-gim-index {
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(6, 24, 22, 0.14));
}

.tool-visual,
.product-screen,
.detail-visual {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 32%),
    radial-gradient(circle at 78% 20%, rgba(184, 137, 67, 0.32), transparent 22%),
    linear-gradient(145deg, #0c2f29, #071615);
}

.tool-visual {
  display: grid;
  align-content: end;
  gap: 0.6rem;
  padding: 1rem;
}

.has-screenshot {
  display: block;
  padding: 0;
  background: #111815;
}

.tool-packshot.has-screenshot::before,
.tool-visual.has-screenshot::after {
  display: none;
}

.cropped-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.gim-screenshot {
  object-position: center top;
}

.detail-visual.has-screenshot {
  min-height: 260px;
  height: 260px;
}

.tool-visual > .visual-title {
  position: static;
  align-self: start;
  margin-bottom: auto;
}

.tool-visual::after {
  content: "";
  position: absolute;
  inset: 1rem 1rem auto auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(156, 224, 209, 0.42);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(156, 224, 209, 0.3), transparent 62%);
}

.visual-search,
.visual-list span,
.variance-row,
.route-line,
.index-note,
.report-lines span,
.screen-feed span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.visual-search {
  padding: 0.62rem 0.72rem;
  border-radius: 999px;
  color: #d9fff6;
  font-size: 0.82rem;
  font-weight: 800;
}

.visual-list,
.report-lines,
.screen-feed {
  display: grid;
  gap: 0.42rem;
}

.visual-list span,
.report-lines span,
.screen-feed span {
  display: block;
  padding: 0.5rem 0.62rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.74rem;
  font-weight: 800;
}

.variance-row {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  align-items: center;
  padding: 0.62rem 0.7rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
}

.variance-row strong {
  color: #fff;
}

.variance-row.alert {
  border-color: rgba(184, 137, 67, 0.65);
  background: rgba(184, 137, 67, 0.18);
}

.route-line {
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  gap: 0.45rem;
  align-items: center;
  padding: 0.55rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
}

.route-line i,
.void-flow i {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}

.index-bars {
  display: flex;
  align-items: end;
  gap: 0.45rem;
  min-height: 110px;
}

.index-bars i {
  display: block;
  flex: 1;
  min-width: 10px;
  background: linear-gradient(180deg, #9ce0d1, var(--green));
  border-radius: 4px 4px 0 0;
}

.index-bars i:nth-child(1) { height: 34%; }
.index-bars i:nth-child(2) { height: 62%; }
.index-bars i:nth-child(3) { height: 48%; }
.index-bars i:nth-child(4) { height: 76%; }
.index-bars i:nth-child(5) { height: 58%; }
.index-bars i:nth-child(6) { height: 86%; }
.index-bars i:nth-child(7) { height: 67%; }

.index-note {
  padding: 0.5rem 0.62rem;
  color: #d9fff6;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-screen {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
}

.screen-bar {
  display: flex;
  gap: 0.42rem;
  align-items: center;
  padding: 0.75rem 0.85rem;
  background: rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.screen-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(156, 224, 209, 0.9);
}

.screen-bar span:nth-child(2) {
  background: rgba(184, 137, 67, 0.9);
}

.screen-bar span:nth-child(3) {
  background: rgba(255, 255, 255, 0.68);
}

.screen-bar strong {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-dashboard {
  position: absolute;
  top: 10%;
  left: 7%;
  bottom: 12%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: min(320px, 44%);
  pointer-events: none;
}

.screen-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  padding: 0.85rem;
}

.screen-metrics div,
.wide-report-grid div {
  padding: 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.screen-metrics small,
.wide-report-grid small,
.report-score small {
  display: block;
  color: #a8d8cc;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.screen-metrics strong,
.wide-report-grid strong,
.report-score strong {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.15;
}

.screen-feed {
  margin-top: auto;
  padding: 0.85rem;
}

.visual-map-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(260px, 0.72fr) minmax(360px, 1fr);
}

.signal-report-card {
  min-height: 340px;
  align-self: stretch;
}

.signal-report-card .report-score {
  margin: 0.9rem;
}

.report-score {
  padding: 0.9rem;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.07);
}

.signal-report-card .report-lines {
  padding: 0 0.9rem 0.9rem;
}

.detail-visual {
  display: grid;
  gap: 0.7rem;
  min-height: 190px;
  margin: 1rem 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(8, 42, 37, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.detail-visual .visual-search,
.detail-visual .visual-list,
.detail-visual .report-lines,
.detail-visual .variance-row,
.detail-visual .route-line,
.detail-visual .void-flow {
  margin-left: 0.9rem;
  margin-right: 0.9rem;
}

.detail-visual .visual-list,
.detail-visual .report-lines {
  margin-bottom: 0.9rem;
}

.detail-visual .index-bars {
  padding: 0.2rem 1rem 0;
}

.signal-report-wide {
  display: grid;
  gap: 1rem;
  min-height: 300px;
  margin-top: 2rem;
  padding-bottom: 1.25rem;
}

.wide-report-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  padding: 0 1.25rem;
}

.wide-report-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 800;
}

.signal-report-wide .index-bars {
  padding: 0 1.25rem;
}

.void-flow {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px minmax(90px, 1.2fr);
  gap: 0.55rem;
  align-items: center;
  padding: 0.75rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
}

.eon-product {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.2), transparent 20%),
    linear-gradient(180deg, #18493d, #111815);
}

.agent-product {
  background:
    radial-gradient(circle at 50% 18%, rgba(184, 137, 67, 0.22), transparent 22%),
    linear-gradient(180deg, #0f6b53, #082a25);
}

.gim-index-product {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(180deg, #18302b, #061816);
}

.tool-product-copy {
  position: relative;
  z-index: 1;
}

.tool-product-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.tool-product-copy .subtitle {
  color: #fff !important;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.product-card,
.signal-card,
.detail-card,
.engagement-card,
.trust-column {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-strong);
  box-shadow: 0 16px 40px rgba(26, 32, 29, 0.06);
}

.product-card {
  padding: 1.2rem;
  min-height: 330px;
}

.image-card {
  display: grid;
  grid-template-rows: 150px 1fr;
  gap: 1rem;
}

.product-visual {
  min-height: 150px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #24352e;
}

.visual-mix {
  background:
    radial-gradient(circle at 28% 24%, rgba(248, 214, 151, 0.8), transparent 16%),
    radial-gradient(circle at 72% 62%, rgba(58, 137, 108, 0.42), transparent 24%),
    linear-gradient(135deg, rgba(40, 24, 15, 0.95), rgba(12, 83, 65, 0.62)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 28px);
}

.visual-agent {
  background:
    linear-gradient(90deg, rgba(8, 42, 37, 0.95) 0 44%, rgba(20, 94, 75, 0.82) 44% 54%, rgba(244, 238, 226, 0.42) 54%),
    radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.5), transparent 14%),
    #082a25;
}

.subtitle {
  color: var(--ink) !important;
  font-weight: 800;
}

.microcopy {
  font-size: 0.9rem;
}

.void-callout {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1.25rem;
  border-left: 4px solid var(--green);
  background: rgba(255, 255, 255, 0.58);
}

.void-callout h3,
.void-callout p {
  margin-bottom: 0;
}

.dark-band {
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(74, 163, 145, 0.22), transparent 25%),
    radial-gradient(circle at 86% 18%, rgba(184, 137, 67, 0.12), transparent 28%),
    linear-gradient(135deg, var(--green-dark), #061816);
}

.signal-theatre {
  position: relative;
  overflow: hidden;
}

.signal-theatre::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 92px);
  pointer-events: none;
}

.dark-band .eyebrow {
  color: #9ce0d1;
}

.dark-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 3rem;
  align-items: start;
  padding: 4.8rem 0;
}

.dark-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.signal-list,
.example-grid,
.pilot-grid,
.detail-grid,
.engagement-grid {
  display: grid;
  gap: 1rem;
}

.signal-list {
  grid-template-columns: 1fr;
}

.signal-list article {
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.pilot-badge {
  display: inline-flex;
  margin-top: 0.4rem;
  padding: 0.55rem 0.7rem;
  color: var(--green-deep) !important;
  background: #e6f2ed;
  border: 1px solid rgba(15, 107, 83, 0.25);
  font-weight: 800;
}

.dark-band .pilot-badge {
  color: #d8fff5 !important;
  background: rgba(74, 163, 145, 0.16);
  border-color: rgba(156, 224, 209, 0.3);
}

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

.signal-card {
  padding: 1.35rem;
}

.signal-card strong {
  color: var(--green-deep);
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 2rem;
  padding: 2rem;
  color: #fff;
  background: var(--green-dark);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.trust-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.trust-panel .eyebrow {
  color: #9ce0d1;
}

.trust-line {
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.15;
}

.trust-checklist,
.plain-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.trust-checklist li,
.plain-list li {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 0.75rem;
}

.trust-checklist li::before,
.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
}

.trust-checklist li::before {
  background: #9ce0d1;
}

.pilot-grid {
  grid-template-columns: repeat(4, 1fr);
}

.pilot-card {
  min-height: 145px;
  padding: 1.2rem;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pilot-card strong {
  display: block;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.6rem;
}

.pilot-card span {
  display: block;
  font-weight: 800;
}

.final-cta {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 42, 37, 0.97), rgba(8, 42, 37, 0.88)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 20px);
}

.final-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1fr);
  gap: 3rem;
  align-items: start;
  padding: 4.6rem 0;
}

.final-grid .eyebrow {
  color: #9ce0d1;
}

.final-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  color: var(--ink);
  background: var(--paper-strong);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
}

.contact-form h3 {
  font-size: 1.35rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.35rem;
  color: #1c2824;
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfc6b8;
  border-radius: 4px;
  padding: 0.72rem 0.8rem;
  background: #fff;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.button:focus-visible,
.header-cta:focus-visible,
.nav-toggle:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(74, 163, 145, 0.38);
  outline-offset: 2px;
}

.form-note {
  color: var(--muted) !important;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.form-note a,
.text-link {
  color: inherit;
  font-weight: 900;
  text-decoration-color: rgba(74, 163, 145, 0.8);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  padding: 2.2rem max(24px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: var(--charcoal);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0.35rem;
}

.footer-brand {
  color: #fff;
  margin-bottom: 0.55rem;
}

.lab-credit {
  font-size: 0.9rem;
}

.lab-credit a,
.product-link {
  color: inherit;
  text-decoration-color: rgba(156, 224, 209, 0.62);
  text-underline-offset: 3px;
}

.lab-credit a:hover,
.product-link:hover {
  text-decoration-color: currentColor;
}

.footer-lab-logo {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 0.65rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  opacity: 0.82;
  transition: opacity 160ms ease, transform 160ms ease;
}

.footer-lab-logo:hover,
.footer-lab-logo:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.footer-lab-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-meta {
  text-align: right;
  font-size: 0.92rem;
}

.social-links,
.legal-links,
.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  justify-content: flex-end;
}

.contact-socials {
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.82) !important;
}

.social-links a,
.legal-links a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration-color: rgba(156, 224, 209, 0.5);
  text-underline-offset: 3px;
}

.page-hero {
  padding: 5rem 0 3.2rem;
}

.compact-hero {
  max-width: 940px;
}

.page-hero h1 {
  font-size: 3rem;
}

.signal-hero {
  display: grid;
  gap: 0.5rem;
  min-height: 470px;
  align-content: end;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 42, 37, 0.92), rgba(8, 42, 37, 0.35)),
    radial-gradient(circle at 78% 28%, rgba(184, 137, 67, 0.6), transparent 24%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 84px),
    #082a25;
  padding: 4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.signal-hero .eyebrow {
  color: #9ce0d1;
}

.signal-hero p {
  color: rgba(255, 255, 255, 0.82);
}

.detail-grid {
  grid-template-columns: repeat(2, 1fr);
}

.detail-card {
  padding: 1.5rem;
}

.detail-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.detail-top h2 {
  font-size: 2.1rem;
}

.status {
  flex: 0 0 auto;
  padding: 0.42rem 0.55rem;
  color: var(--green-deep);
  background: #e6f2ed;
  border: 1px solid rgba(15, 107, 83, 0.2);
  border-radius: 4px;
  font-size: 0.76rem;
  font-weight: 900;
}

.tool-facts {
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0 0;
}

.tool-facts div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}

.tool-facts dt {
  color: var(--green);
  font-weight: 900;
}

.tool-facts dd {
  margin: 0;
}

.wide-card {
  grid-column: 1 / -1;
}

.narrative-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.narrative-section article {
  min-height: 260px;
  padding: 1.5rem;
  background: var(--paper-strong);
}

.narrative-section h2 {
  font-size: 2rem;
}

.button-stack {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  justify-items: start;
}

.trust-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.trust-column {
  padding: 1.5rem;
}

.trust-column h2 {
  font-size: 2.2rem;
}

.privacy-statement {
  max-width: 880px;
  padding: 2rem;
  margin: 0 auto;
  color: #fff;
  background: var(--green-dark);
  border-radius: 8px;
}

.privacy-statement .eyebrow {
  color: #9ce0d1;
}

.privacy-statement p {
  color: rgba(255, 255, 255, 0.78);
}

.policy-date {
  display: inline-flex;
  padding: 0.5rem 0.65rem;
  color: var(--green-deep);
  background: #e6f2ed;
  border-left: 3px solid var(--gold);
  font-weight: 900;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.policy-summary {
  position: sticky;
  top: 110px;
  padding: 1.5rem;
  color: #fff;
  background: var(--green-dark);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.policy-summary .eyebrow {
  color: #9ce0d1;
}

.policy-summary h2,
.policy-block h2 {
  font-size: 2rem;
}

.policy-summary .plain-list li::before {
  background: #9ce0d1;
}

.policy-content {
  display: grid;
  gap: 1rem;
}

.policy-block {
  padding: 1.5rem;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(26, 32, 29, 0.05);
}

.policy-block p,
.policy-block li {
  color: var(--muted);
}

.policy-block li {
  margin-bottom: 0.5rem;
}

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

.engagement-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
}

.engagement-card h2 {
  font-size: 2rem;
}

.engagement-card .button {
  margin-top: auto;
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: transform 700ms ease;
}

[data-reveal].is-visible {
  transform: none;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes signalDrift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes softFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}

@keyframes barRise {
  from {
    transform: scaleY(0.18);
  }

  to {
    transform: scaleY(1);
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1060px) {
  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .site-header {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .primary-nav {
    position: fixed;
    inset: 75px 16px auto 16px;
    display: none;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem;
    background: var(--paper-strong);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  body.nav-open .primary-nav {
    display: flex;
  }

  .primary-nav a {
    padding: 0.9rem;
    border-bottom: 1px solid var(--line);
  }

  .primary-nav a:last-child {
    border-bottom: 0;
  }

  .header-cta {
    justify-self: end;
  }

  .hero,
  .dark-grid,
  .final-grid,
  .membership-strip,
  .abv-feature {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 3.8rem;
  }

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

  .feature-grid.five,
  .product-grid,
  .product-showcase,
  .pilot-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .section,
  .tools-preview {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    gap: 0.8rem;
    padding: 0.9rem 16px;
  }

  .brand-mark {
    font-size: 1.45rem;
  }

  .brand-name {
    font-size: 0.92rem;
  }

  .header-cta {
    display: none;
  }

  h1,
  .page-hero h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 2rem;
  }

  .lede {
    font-size: 1rem;
  }

  .section-heading.split,
  .feature-grid.five,
  .product-grid,
  .product-showcase,
  .signal-list,
  .example-grid,
  .pilot-grid,
  .detail-grid,
  .narrative-section,
  .trust-page-grid,
  .engagement-grid,
  .form-grid,
  .policy-layout,
  .wide-report-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 2rem;
  }

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

  .hero-packshot {
    left: 5%;
    opacity: 0.72;
  }

  .hero-dashboard {
    left: 5%;
    width: min(270px, 44%);
  }

  .signal-overlay {
    left: 6%;
    right: 6%;
    width: auto;
  }

  .signal-stats {
    grid-template-columns: 1fr 1fr;
  }

  .membership-logo-panel {
    min-height: 0;
    padding: 1rem;
  }

  .combined-partner-logo {
    max-height: none;
  }

  .void-callout,
  .tool-facts div,
  .abv-teaser,
  .ethos-grid {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .abv-logo-card {
    justify-self: center;
    width: min(240px, 100%);
  }

  .abv-image-panel {
    justify-self: center;
    width: min(420px, 100%);
  }

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

  .footer-meta {
    text-align: left;
  }

  .social-links,
  .legal-links {
    justify-content: flex-start;
  }

  .policy-summary {
    position: static;
  }

  .engagement-card {
    min-height: auto;
  }

  .engagement-card .button {
    margin-top: 1rem;
  }

  .signal-hero {
    min-height: 380px;
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 15px;
  }

  h1,
  .page-hero h1 {
    font-size: 2.08rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .button-row,
  .button-stack {
    align-items: center;
  }

  .button,
  .button-row .button {
    width: min(100%, 320px);
    max-width: calc(100% - 1rem);
    margin-left: auto;
    margin-right: auto;
  }

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

  .signal-overlay {
    padding: 0.8rem;
  }

  .overlay-heading,
  .detail-top {
    flex-direction: column;
  }

  .signal-stats dd {
    font-size: 1.05rem;
  }

  .hero-packshot {
    display: none;
  }

  .hero-dashboard {
    left: 1rem;
    right: 1rem;
    width: auto;
    max-height: 240px;
  }

  .hero-dashboard .screen-feed {
    display: none;
  }

  .void-flow {
    grid-template-columns: 1fr;
  }

  .brand-marquee-track {
    animation-duration: 22s;
  }

  .tool-product {
    min-height: 360px;
    grid-template-rows: 190px 1fr;
  }

  .problem-section,
  .tools-preview,
  .examples-section,
  .trust-section,
  .pilot-section,
  .product-detail-section,
  .trust-page-grid,
  .engagement-grid,
  .narrative-section,
  .membership-strip,
  .abv-teaser,
  .abv-feature,
  .ethos-grid,
  .founder-note,
  .policy-layout {
    padding: 3rem 0;
  }

  .trust-panel,
  .privacy-statement {
    padding: 1.2rem;
  }
}
