:root {
  --canvas: #F4F6F1;
  --surface: #FFFFFF;
  --band: #E8EDE4;
  --hairline: #D8E0D4;
  --sage: #7FA08F;
  --forest: #2F5B4C;
  --deep: #1F3A32;
  --body: #2A322D;
  --muted: #6B776F;
  --gold: #B58A3C;
  --gold-tint: #E5D3A8;
}

body.handoff {
  background: var(--canvas);
}

.handoff .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--canvas);
  backdrop-filter: blur(10px);
}

.handoff-page {
  background: var(--canvas);
}

.handoff-section {
  padding: clamp(72px, 8vw, 112px) var(--site-gutter);
}

.handoff-section > .inner,
.handoff-hero,
.handoff-footer-inner {
  max-width: var(--site-max);
  margin: 0 auto;
}

.handoff-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  min-height: calc(100vh - 72px);
  padding: clamp(72px, 8vw, 104px) var(--site-gutter);
}

.handoff-hero.short {
  min-height: 0;
  padding-bottom: 72px;
}

.handoff-kicker,
.handoff .eyebrow {
  color: var(--deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.handoff-kicker::after,
.handoff .eyebrow::after {
  display: block;
  width: 64px;
  height: 1px;
  margin-top: 18px;
  background: var(--gold);
  content: "";
}

.handoff h1,
.handoff h2,
.handoff h3 {
  color: var(--deep);
}

.handoff h1 {
  max-width: 780px;
  margin: 28px 0 22px;
  font-family: var(--serif);
  font-size: clamp(36px, 5.2vw, 68px);
  font-weight: 400;
  line-height: 0.98;
}

.handoff h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.3vw, 58px);
  font-weight: 400;
  line-height: 1.04;
}

.handoff h3 {
  font-size: 20px;
}

.handoff p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.lead {
  max-width: 660px;
}

.hero-note {
  margin-top: 28px;
  font-size: 14px;
}

.visual-card,
.handoff-card,
.demo-panel,
.article-card,
.module-shot {
  border: 1px solid var(--hairline);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: 0 18px 54px var(--hairline);
}

.examiner-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: clamp(32px, 5vw, 48px);
}

.home-hero {
  position: relative;
}

.home-hero::after {
  position: absolute;
  right: clamp(54px, 9vw, 150px);
  bottom: clamp(54px, 8vw, 112px);
  z-index: 0;
  width: 240px;
  height: 190px;
  background-image: radial-gradient(var(--sage) 1px, var(--canvas) 1px);
  background-size: 16px 16px;
  opacity: 0.45;
  content: "";
}

.examiner-card::before {
  position: absolute;
  inset: -80px -50px auto auto;
  width: 340px;
  height: 220px;
  border: 1px solid var(--hairline);
  border-radius: 48%;
  transform: rotate(-12deg);
  opacity: 0.5;
  content: "";
}

.chart-title {
  margin-bottom: 14px;
  color: var(--deep);
  font-weight: 800;
}

.initials {
  margin-bottom: 18px;
  color: var(--deep);
  font-family: var(--serif);
  font-size: 54px;
  line-height: 1;
}

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

.stat-tiles span {
  display: grid;
  gap: 8px;
  min-height: 92px;
  place-items: center;
  border: 1px solid var(--hairline);
  border-radius: 8px;
  background: var(--surface);
  color: var(--deep);
  font-family: var(--serif);
  font-size: 36px;
}

.stat-tiles em {
  color: var(--body);
  font-family: var(--sans);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.trust-note {
  padding: 34px var(--site-gutter);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  text-align: center;
}

.trust-note p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.center-copy {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.center-copy .handoff-kicker::after,
.center-copy .eyebrow::after {
  margin-right: auto;
  margin-left: auto;
}

.three-up,
.two-up,
.module-grid,
.article-grid,
.badge-row {
  display: grid;
  gap: 24px;
}

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

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

.handoff-card {
  padding: 32px;
}

.rule-card {
  border-top: 1px solid var(--gold);
  background: var(--canvas);
  box-shadow: none;
}

.rule-card h3,
.handoff-card h3 {
  margin-bottom: 12px;
}

.platform-diagram {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(430px, 1fr);
  align-items: center;
  gap: clamp(44px, 6vw, 88px);
}

.platform-diagram svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.platform-cards {
  display: grid;
  gap: 18px;
}

.platform-cards article {
  display: grid;
  grid-template-columns: 86px 1px 1fr;
  align-items: center;
  gap: 28px;
  min-height: 132px;
  padding: 22px 28px;
}

.platform-cards .divider {
  height: 70px;
  background: var(--gold-tint);
}

.icon-ring {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 2px solid var(--sage);
  border-radius: 50%;
}

.icon-ring svg {
  width: 44px;
  height: 44px;
  stroke: var(--forest);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.showcase {
  display: grid;
  gap: 64px;
}

.showcase-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(40px, 6vw, 72px);
}

.showcase-row.reverse {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
}

.module-shot {
  min-height: 300px;
  padding: 28px;
}

.fake-bars,
.fake-table,
.fake-editor,
.fake-map,
.fake-score {
  display: grid;
  gap: 12px;
}

.fake-bars span,
.fake-table span,
.fake-editor span,
.fake-map span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: var(--band);
}

.fake-bars span::after {
  display: block;
  width: var(--w, 60%);
  height: 100%;
  border-radius: inherit;
  background: var(--forest);
  content: "";
}

.number-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.number-row article {
  padding: 32px;
  border-right: 1px solid var(--hairline);
}

.number-row article:last-child {
  border-right: 0;
}

.number-row strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 400;
}

.timeline {
  display: grid;
  gap: 18px;
  counter-reset: step;
}

.timeline article {
  position: relative;
  padding-left: 56px;
}

.timeline article::before {
  position: absolute;
  left: 0;
  top: 30px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.dark-band {
  background: var(--deep);
  color: var(--surface);
}

.dark-band blockquote {
  max-width: 900px;
  margin: 0 auto;
  color: var(--surface);
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.12;
}

.dark-band p {
  max-width: 900px;
  margin: 18px auto 0;
  color: var(--gold-tint);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.badge-row span,
.resource-filters span {
  display: inline-grid;
  min-height: 46px;
  place-items: center;
  border: 1px solid var(--hairline);
  border-radius: 8px;
  background: var(--surface);
  color: var(--deep);
  font-size: 14px;
  font-weight: 800;
}

.editorial {
  max-width: 870px;
  margin: 0 auto;
}

.editorial article {
  padding: 36px 0;
  border-bottom: 1px solid var(--hairline);
}

.editorial article:last-child {
  border-bottom: 0;
}

.editorial strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}

.method-box {
  border-left: 2px solid var(--gold);
}

.method-box ul,
.check-list,
.demo-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.method-box li,
.check-list li,
.demo-list li,
.handoff-card li {
  color: var(--body);
}

.method-box li::before,
.check-list li::before,
.demo-list li::before,
.handoff-card li::before {
  color: var(--gold);
  content: "✓ ";
}

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

.article-card {
  min-height: 230px;
  padding: 28px;
}

.resource-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 40px;
}

.home-trust-strip {
  padding: 36px var(--site-gutter) 34px;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  text-align: center;
}

.home-trust-strip p {
  margin: 0 0 22px;
  color: var(--body);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-wordmarks {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  max-width: var(--site-max);
  margin: 0 auto;
}

.home-wordmarks span {
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1;
  opacity: 0.58;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gold);
  color: var(--deep);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.home-strategy-shot {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 28px;
  align-items: center;
}

.home-strategy-shot h3,
.home-draft-shot h3,
.home-map-shot h3 {
  grid-column: 1 / -1;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
}

.meter {
  display: grid;
  width: 146px;
  height: 146px;
  place-items: center;
  padding: 24px;
  border: 18px solid var(--band);
  border-top-color: var(--forest);
  border-right-color: var(--sage);
  border-radius: 50%;
  text-align: center;
}

.meter strong {
  display: block;
  color: var(--deep);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.meter span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

.home-strategy-shot ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-strategy-shot li {
  display: grid;
  grid-template-columns: 1fr minmax(82px, 0.7fr) 38px;
  gap: 12px;
  align-items: center;
  color: var(--body);
  font-size: 13px;
}

.home-strategy-shot li span {
  display: block;
  height: 10px;
  background: var(--band);
}

.home-strategy-shot li span::after {
  display: block;
  width: var(--w);
  height: 100%;
  background: var(--forest);
  content: "";
}

.home-strategy-shot li em {
  color: var(--muted);
  font-style: normal;
}

.home-draft-shot > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.home-draft-shot article {
  display: grid;
  gap: 12px;
}

.home-draft-shot b {
  color: var(--deep);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.home-draft-shot span {
  height: 10px;
  background: var(--band);
}

.home-draft-shot .green {
  background: var(--sage);
}

.home-draft-shot .gold {
  background: var(--gold-tint);
}

.showcase-wide {
  display: grid;
  grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1.48fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: start;
}

.home-map-shot {
  grid-column: 1 / -1;
  min-height: 0;
}

.home-map-shot table {
  width: 100%;
  border-collapse: collapse;
  color: var(--body);
  font-size: 13px;
}

.home-map-shot th,
.home-map-shot td {
  padding: 13px 12px;
  border: 1px solid var(--hairline);
  text-align: left;
}

.home-map-shot th {
  color: var(--muted);
  font-weight: 800;
}

.home-audience .handoff-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.home-audience svg {
  width: 118px;
  height: 88px;
  margin-bottom: 18px;
  fill: none;
  stroke: var(--sage);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.home-audience h3 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}

.home-audience ul {
  display: grid;
  gap: 6px;
  margin: 0 0 24px;
  padding: 0;
  color: var(--body);
  list-style: none;
}

.home-audience li::before {
  color: var(--gold);
  content: "✓ ";
}

.home-quote-band blockquote {
  position: relative;
  padding-left: 58px;
}

.home-quote-band blockquote span {
  position: absolute;
  left: 0;
  top: -16px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 82px;
  line-height: 1;
}

.home-security-strip {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(430px, 1fr);
  gap: 32px;
  align-items: center;
  padding: 38px var(--site-gutter);
  border-bottom: 1px solid var(--hairline);
  background: var(--canvas);
}

.home-security-strip > * {
  max-width: var(--site-max);
}

.home-security-strip h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
}

.home-security-strip p {
  margin: 0;
  color: var(--muted);
}

.home-security-strip .badge-row {
  gap: 14px;
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(420px, 1fr);
  gap: clamp(44px, 7vw, 88px);
  align-items: start;
}

.demo-panel {
  padding: clamp(32px, 5vw, 54px);
}

.handoff .demo-form {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.footer-disclaimer {
  grid-column: 1 / -1;
  max-width: 980px;
}

.handoff .security-section {
  padding: clamp(72px, 8vw, 112px) var(--site-gutter);
  border-bottom: 0;
}

.handoff .security-section > * {
  max-width: var(--site-max);
}

.handoff .center-heading {
  max-width: 840px;
  margin-bottom: 56px;
}

.handoff .security-cards {
  gap: 24px;
  margin-top: 0;
}

.handoff .security-cards article {
  min-height: 236px;
  padding: 34px 28px;
  border-radius: 14px;
  box-shadow: 0 18px 54px var(--hairline);
}

.handoff .security-cards h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.handoff .security-icon {
  width: 88px;
  height: 102px;
  margin-bottom: 20px;
}

.handoff .boundary-card {
  margin-top: 64px;
  padding: clamp(34px, 5vw, 56px);
  border-radius: 14px;
  box-shadow: 0 18px 54px var(--hairline);
}

.handoff .boundary-card .eyebrow::after {
  margin-right: auto;
  margin-left: auto;
}

.handoff .boundary-card h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.handoff .security-controls,
.handoff .security-faq {
  gap: clamp(40px, 6vw, 72px);
  margin-top: 72px;
  padding-top: 64px;
}

.handoff .security-controls-heading,
.handoff .security-faq-heading {
  padding-right: 40px;
}

.handoff .control-list {
  gap: 0 56px;
}

.handoff .control-list h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.handoff .faq-accordion details {
  background: var(--surface);
}

.handoff .faq-accordion summary {
  min-height: 64px;
  color: var(--deep);
}

.handoff .faq-accordion p {
  font-size: 16px;
}

@media (max-width: 980px) {
  .handoff-hero,
  .platform-diagram,
  .showcase-row,
  .showcase-row.reverse,
  .demo-layout {
    grid-template-columns: 1fr;
  }

  .three-up,
  .two-up,
  .article-grid,
  .badge-row,
  .number-row,
  .home-wordmarks,
  .showcase-wide,
  .home-security-strip {
    grid-template-columns: 1fr;
  }

  .number-row article {
    border-right: 0;
    border-bottom: 1px solid var(--hairline);
  }

  .number-row article:last-child {
    border-bottom: 0;
  }

  .home-wordmarks {
    gap: 18px;
  }

  .home-strategy-shot,
  .home-draft-shot > div {
    grid-template-columns: 1fr;
  }

  .handoff .security-controls-heading,
  .handoff .security-faq-heading {
    padding-right: 0;
  }
}

@media (max-width: 680px) {
  .handoff-hero,
  .handoff-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .platform-cards article {
    grid-template-columns: 64px 1fr;
    gap: 18px;
  }

  .platform-cards .divider {
    display: none;
  }

  .icon-ring {
    width: 58px;
    height: 58px;
  }
}
