:root {
  --ink: #181a28;
  --navy: #123f86;
  --blue: #0d4cb4;
  --cyan: #68d8df;
  --pink: #f077cf;
  --paper: #fbfaf7;
  --white: #ffffff;
  --mist: #eefafa;
  --soft-blue: #edf3fb;
  --line: #d9d9df;
  --muted: #646774;
  --serif: "Iowan Old Style", Baskerville, "Times New Roman", ui-serif, Georgia,
    serif;
  --sans: Inter, var(--font-geist-sans), ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.brand-rail {
  display: grid;
  grid-template-columns: 34% 33% 33%;
  height: 4px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.brand-rail span:nth-child(1) {
  background: var(--pink);
}

.brand-rail span:nth-child(2) {
  background: var(--cyan);
}

.brand-rail span:nth-child(3) {
  background: var(--navy);
}

.site-header {
  align-items: center;
  background: rgba(251, 250, 247, 0.95);
  border-bottom: 1px solid rgba(24, 26, 40, 0.08);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 92px;
  padding: 14px clamp(28px, 5.2vw, 82px);
  position: sticky;
  top: 4px;
  z-index: 90;
  backdrop-filter: blur(16px);
}

.brand img,
footer img {
  display: block;
  height: auto;
  width: 286px;
}

.site-header nav {
  align-items: center;
  display: flex;
  gap: 38px;
}

.site-header nav a {
  font-size: 13px;
  font-weight: 700;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--blue);
}

.header-cta {
  border: 1px solid var(--navy);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  justify-self: end;
  letter-spacing: 0.08em;
  padding: 14px 22px;
  text-transform: uppercase;
  transition: 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--navy);
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 0.98fr);
  min-height: 780px;
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  padding: 84px clamp(34px, 6.7vw, 104px) 92px;
}

.eyebrow {
  align-items: center;
  color: var(--navy);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--pink);
  content: "";
  display: inline-block;
  height: 3px;
  margin-right: 14px;
  width: 36px;
}

.hero h1,
.section h2,
.final-cta h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.055em;
  margin: 0;
}

.hero h1 {
  font-size: clamp(52px, 5.25vw, 82px);
  line-height: 0.98;
  max-width: 760px;
}

.hero-lead {
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.58;
  margin: 34px 0 0;
  max-width: 690px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 34px;
  margin-top: 36px;
}

.button {
  align-items: center;
  border: 0;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 22px;
  justify-content: center;
  min-height: 60px;
  padding: 18px 26px;
  transition: 180ms ease;
}

.button-primary {
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(13, 76, 180, 0.18);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--navy);
  transform: translateY(-2px);
}

.text-link {
  background: linear-gradient(90deg, var(--pink), var(--cyan)) left bottom / 100%
    3px no-repeat;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 0;
}

.layer-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 54px;
}

.layer-line span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.layer-line i {
  background: var(--pink);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(240, 119, 207, 0.12);
  height: 5px;
  width: 5px;
}

.hero-visual {
  background:
    radial-gradient(circle at 12% 35%, rgba(104, 216, 223, 0.24), transparent 28%),
    radial-gradient(circle at 62% 60%, rgba(240, 119, 207, 0.16), transparent 25%),
    linear-gradient(130deg, #f5f0e9 0%, #e8dfd3 56%, #d7c9bb 100%);
  min-height: 780px;
  overflow: hidden;
  position: relative;
}

.ambient {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
}

.ambient-one {
  height: 380px;
  left: -180px;
  top: 120px;
  width: 380px;
}

.ambient-two {
  height: 480px;
  right: -180px;
  top: -180px;
  width: 480px;
}

.book-shadow {
  background: #cfc2b4;
  bottom: 7%;
  height: 33%;
  left: 14%;
  position: absolute;
  transform: skewY(-8deg);
  width: 82%;
  box-shadow: 0 24px 40px rgba(24, 26, 40, 0.2);
}

.report-book {
  background: #f8f4ee;
  border: 1px solid rgba(24, 26, 40, 0.08);
  box-shadow: -20px 26px 40px rgba(24, 26, 40, 0.18);
  height: 660px;
  left: 25%;
  padding: 60px 54px;
  position: absolute;
  top: 76px;
  transform: rotate(8deg);
  width: 490px;
}

.report-book::after {
  background: linear-gradient(90deg, #ded8d0, #f7f2ec);
  bottom: -18px;
  content: "";
  height: 18px;
  left: 2px;
  position: absolute;
  transform: skewX(40deg);
  width: 100%;
}

.report-book > p,
.guide-page > p {
  color: var(--navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0 0 36px;
  text-transform: uppercase;
}

.report-book h2 {
  font-family: var(--serif);
  font-size: 43px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0;
  text-transform: uppercase;
}

.report-ring {
  align-items: center;
  background:
    radial-gradient(circle, #f8f4ee 54%, transparent 55%),
    conic-gradient(
      var(--blue) 0 31%,
      var(--cyan) 31% 58%,
      var(--pink) 58% 80%,
      #ddd8d1 80% 100%
    );
  border-radius: 50%;
  display: flex;
  height: 178px;
  justify-content: center;
  margin: 54px auto 38px;
  width: 178px;
}

.report-ring span {
  font-family: var(--serif);
  font-size: 54px;
}

.report-lines {
  display: grid;
  gap: 14px;
}

.report-lines b {
  background: #d8d4ce;
  height: 8px;
  overflow: hidden;
  position: relative;
}

.report-lines b::before {
  content: "";
  display: block;
  height: 100%;
}

.report-lines b:nth-child(1)::before {
  background: var(--blue);
  width: 82%;
}

.report-lines b:nth-child(2)::before {
  background: var(--cyan);
  width: 64%;
}

.report-lines b:nth-child(3)::before {
  background: var(--pink);
  width: 47%;
}

.proof-card {
  background: var(--ink);
  border-left: 4px solid var(--pink);
  bottom: 48px;
  color: var(--white);
  display: grid;
  gap: 7px;
  padding: 18px 24px;
  position: absolute;
  right: 7%;
  z-index: 3;
}

.proof-card span {
  color: var(--cyan);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.proof-card strong {
  font-size: 13px;
}

.truth-strip {
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 28px clamp(34px, 6.7vw, 104px);
}

.truth-strip p {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0 30px;
}

.truth-strip p + p {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.truth-strip strong {
  color: var(--cyan);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}

.truth-strip span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.section {
  padding: 110px clamp(34px, 7.5vw, 118px);
}

.section-heading {
  margin-bottom: 58px;
  max-width: 940px;
}

.section-heading .eyebrow {
  margin-bottom: 22px;
}

.section h2,
.final-cta h2 {
  font-size: clamp(46px, 4.6vw, 68px);
  line-height: 1.02;
}

.section-intro {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin: 28px 0 0;
  max-width: 780px;
}

.split-heading {
  align-items: end;
  display: grid;
  gap: 72px;
  grid-template-columns: 1.1fr 0.9fr;
  max-width: none;
}

.split-heading .section-intro {
  margin: 0;
}

.comparison-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, 1fr);
}

.comparison-card {
  border: 1px solid var(--line);
  min-height: 540px;
  padding: 48px;
}

.comparison-card.ordinary {
  background: #f2f1ed;
}

.comparison-card.governed {
  background:
    radial-gradient(circle at 90% 10%, rgba(104, 216, 223, 0.22), transparent 32%),
    var(--white);
  border-top: 4px solid var(--blue);
}

.card-kicker {
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.comparison-card h3,
.mechanism-card h3,
.industry-card h3,
.question-panel h3,
.result-panel h3 {
  font-family: var(--serif);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.06;
  margin: 0;
}

.comparison-card ul,
.industry-card ul,
.guide-copy ul,
.deliverables-card ul {
  list-style: none;
  margin: 36px 0;
  padding: 0;
}

.comparison-card li {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 14px;
  padding: 13px 0;
}

.check-mark {
  align-items: center;
  background: var(--cyan);
  border-radius: 50%;
  color: var(--navy);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.ordinary .check-mark {
  background: #d8d6d1;
  color: var(--muted);
}

.card-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 20px 0 0;
}

.plain-truth {
  align-items: center;
  background: var(--navy);
  color: var(--white);
  display: grid;
  gap: 50px;
  grid-template-columns: 0.68fr 1.32fr;
  margin-top: 28px;
  padding: 34px 44px;
}

.plain-truth p {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.plain-truth strong {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.program-section {
  background: var(--mist);
}

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

.layer-card {
  border-left: 1px solid rgba(18, 63, 134, 0.22);
  min-height: 390px;
  padding: 24px 28px 30px;
}

.layer-number {
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.layer-card h3 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  margin: 72px 0 8px;
}

.layer-card strong {
  color: var(--navy);
  display: block;
  font-size: 13px;
  min-height: 42px;
}

.layer-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 18px 0 0;
}

.mechanism-card {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 70px;
  grid-template-columns: 0.9fr 1.1fr;
  margin-top: 40px;
  padding: 54px 60px;
}

.mechanism-card .eyebrow {
  color: var(--cyan);
  margin-bottom: 16px;
}

.mechanism-card p:last-child {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin: 0;
}

.industries-section {
  background: var(--paper);
}

.industry-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(2, 1fr);
}

.industry-card {
  min-height: 600px;
  overflow: hidden;
  padding: 52px;
  position: relative;
}

.industry-card::after {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
  height: 360px;
  position: absolute;
  right: -180px;
  top: -180px;
  width: 360px;
}

.industry-card.professional {
  background:
    radial-gradient(circle at 87% 12%, rgba(240, 119, 207, 0.22), transparent 30%),
    var(--navy);
  color: var(--white);
}

.industry-card.industrial {
  background:
    radial-gradient(circle at 85% 12%, rgba(104, 216, 223, 0.26), transparent 30%),
    var(--ink);
  color: var(--white);
}

.industry-card > p {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin: 0 0 76px;
  text-transform: uppercase;
}

.industry-card h3 {
  max-width: 540px;
}

.industry-card > span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  line-height: 1.7;
  margin-top: 26px;
  max-width: 560px;
}

.industry-card li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
  padding: 13px 0;
}

.guide-section {
  align-items: center;
  background: var(--soft-blue);
  display: grid;
  gap: clamp(60px, 8vw, 130px);
  grid-template-columns: 0.95fr 1.05fr;
}

.guide-visual {
  min-height: 650px;
  position: relative;
}

.guide-page {
  box-shadow: 0 26px 60px rgba(24, 26, 40, 0.16);
  height: 560px;
  left: 8%;
  padding: 48px;
  position: absolute;
  top: 20px;
  width: 410px;
}

.guide-page-back {
  background: #d9ddd9;
  transform: rotate(-8deg);
}

.guide-page-front {
  background: var(--paper);
  border-top: 6px solid var(--pink);
  transform: rotate(3deg);
}

.guide-page h3 {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0;
  text-transform: uppercase;
}

.mini-control-map {
  display: grid;
  gap: 10px;
  margin-top: 60px;
}

.mini-control-map span {
  background: linear-gradient(90deg, var(--blue) 0 74%, #e0dfdc 74%);
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  padding: 9px 12px;
  text-transform: uppercase;
}

.mini-control-map span:nth-child(2) {
  background: linear-gradient(90deg, var(--cyan) 0 64%, #e0dfdc 64%);
  color: var(--ink);
}

.mini-control-map span:nth-child(3) {
  background: linear-gradient(90deg, var(--pink) 0 57%, #e0dfdc 57%);
}

.mini-control-map span:nth-child(4) {
  background: linear-gradient(90deg, var(--navy) 0 82%, #e0dfdc 82%);
}

.mini-control-map span:nth-child(5) {
  background: linear-gradient(90deg, #7a8192 0 46%, #e0dfdc 46%);
}

.page-count {
  align-items: center;
  background: var(--ink);
  bottom: 18px;
  color: var(--white);
  display: flex;
  gap: 16px;
  left: 0;
  padding: 18px 24px;
  position: absolute;
}

.page-count strong {
  color: var(--pink);
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 500;
  line-height: 0.8;
}

.page-count span {
  font-size: 12px;
  max-width: 100px;
}

.guide-copy h2 {
  margin-bottom: 28px;
}

.guide-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.guide-copy li {
  border-bottom: 1px solid rgba(18, 63, 134, 0.15);
  padding: 11px 0;
}

.guide-copy small {
  color: var(--muted);
  display: block;
  font-size: 11px;
  margin-top: 15px;
}

.score-section {
  background: var(--paper);
}

.score-heading {
  max-width: 900px;
}

.scorecard {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(24, 26, 40, 0.08);
  margin: 0 auto;
  max-width: 1040px;
  padding: 46px;
}

.score-meta {
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.score-meta strong {
  color: var(--navy);
}

.progress-track {
  background: #e4e3df;
  height: 5px;
  margin: 16px 0 56px;
  overflow: hidden;
}

.progress-track span {
  background: linear-gradient(90deg, var(--pink), var(--cyan), var(--blue));
  display: block;
  height: 100%;
  transition: width 220ms ease;
}

.question-panel > p {
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.question-panel h3 {
  max-width: 850px;
}

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

.answer-grid button {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  min-height: 58px;
  padding: 14px 18px;
  transition: 160ms ease;
}

.answer-grid button:hover,
.answer-grid button:focus-visible,
.answer-grid button.selected {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.question-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}

.question-nav button,
.result-actions button {
  background: transparent;
  border: 0;
  color: var(--navy);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 0;
}

.question-nav button:disabled {
  color: #a7a7ad;
  cursor: not-allowed;
}

.result-panel {
  align-items: center;
  border-left: 6px solid var(--cyan);
  display: grid;
  gap: 52px;
  grid-template-columns: 0.45fr 1.55fr;
  padding: 28px;
}

.result-panel.developing {
  border-color: var(--blue);
}

.result-panel.exposed {
  border-color: var(--pink);
}

.result-score {
  align-items: center;
  aspect-ratio: 1;
  background: var(--mist);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.result-score span {
  color: var(--navy);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-score strong {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 500;
}

.result-panel > div:last-child > p:first-child {
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.result-panel > div:last-child > p:last-of-type {
  color: var(--muted);
  line-height: 1.7;
}

.result-actions {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-top: 26px;
}

.assessment-section {
  background: var(--mist);
}

.assessment-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, 1fr);
}

.assessment-grid article {
  background: var(--white);
  min-height: 520px;
  padding: 46px;
}

.check-list {
  display: grid;
  gap: 0;
}

.check-list > span {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 14px;
  font-size: 13px;
  min-height: 52px;
}

.deliverables-card {
  background: var(--navy) !important;
  color: var(--white);
}

.deliverables-card .card-kicker {
  color: var(--cyan);
}

.deliverables-card li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  font-family: var(--serif);
  font-size: 22px;
  padding: 10px 0;
}

.pathway {
  align-items: stretch;
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  margin-top: 28px;
}

.pathway > div {
  display: grid;
  gap: 8px;
  padding: 32px 36px;
}

.pathway > div > span {
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.pathway > div > strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.pathway > div > p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  margin: 0;
}

.pathway > i {
  align-self: center;
  color: var(--cyan);
  font-style: normal;
  padding: 10px;
}

.final-cta {
  background:
    radial-gradient(circle at 18% 20%, rgba(104, 216, 223, 0.12), transparent 28%),
    radial-gradient(circle at 86% 82%, rgba(240, 119, 207, 0.14), transparent 30%),
    var(--navy);
  color: var(--white);
  padding: 110px clamp(34px, 9vw, 150px);
  text-align: center;
}

.final-cta .eyebrow {
  color: var(--cyan);
  justify-content: center;
}

.final-cta h2 {
  margin: 0 auto;
  max-width: 920px;
}

.final-cta > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
  margin: 28px auto 34px;
  max-width: 670px;
}

.button-light {
  background: var(--white);
  color: var(--navy);
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--cyan);
  transform: translateY(-2px);
}

.visible-url {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 12px;
  margin-top: 20px;
}

footer {
  align-items: center;
  background: var(--paper);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1.3fr 1fr;
  padding: 40px clamp(34px, 6.7vw, 104px);
}

footer p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
  text-align: center;
}

footer div {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 5px;
  justify-self: end;
  text-align: right;
}

footer a:hover,
footer a:focus-visible {
  color: var(--blue);
}

@media (max-width: 1120px) {
  .site-header nav {
    display: none;
  }

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

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

  .hero-visual,
  .hero {
    min-height: 720px;
  }

  .report-book {
    left: 15%;
    transform: rotate(7deg) scale(0.88);
    transform-origin: top left;
  }

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

  .layer-card:last-child {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .layer-card h3 {
    margin-top: 34px;
  }

  .guide-section {
    gap: 50px;
  }
}

@media (max-width: 820px) {
  .brand img,
  footer img {
    width: 220px;
  }

  .site-header {
    min-height: 76px;
    padding: 10px 22px;
  }

  .header-cta {
    padding: 11px 13px;
  }

  .hero {
    display: block;
  }

  .hero-copy {
    padding: 72px 26px 64px;
  }

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

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .text-link {
    align-self: flex-start;
  }

  .truth-strip,
  .split-heading,
  .comparison-grid,
  .mechanism-card,
  .industry-grid,
  .guide-section,
  .assessment-grid,
  footer {
    grid-template-columns: 1fr;
  }

  .truth-strip p {
    padding: 16px 0;
  }

  .truth-strip p + p {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .section {
    padding: 82px 26px;
  }

  .split-heading,
  .mechanism-card {
    gap: 32px;
  }

  .comparison-card,
  .industry-card,
  .assessment-grid article {
    min-height: auto;
    padding: 34px 28px;
  }

  .plain-truth {
    grid-template-columns: 1fr;
  }

  .guide-section {
    display: grid;
  }

  .guide-visual {
    min-height: 590px;
    order: 2;
  }

  .guide-copy {
    order: 1;
  }

  .scorecard {
    padding: 30px 24px;
  }

  .answer-grid,
  .result-panel {
    grid-template-columns: 1fr;
  }

  .result-score {
    max-width: 220px;
  }

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

  .pathway > i {
    display: none;
  }

  footer {
    justify-items: center;
  }

  footer p,
  footer div {
    justify-self: center;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .brand img {
    width: 176px;
  }

  .header-cta {
    font-size: 9px;
    padding: 9px 10px;
  }

  .hero h1 {
    font-size: 49px;
  }

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

  .report-book {
    height: 550px;
    left: 5%;
    padding: 48px 40px;
    top: 46px;
    transform: rotate(7deg) scale(0.72);
    width: 430px;
  }

  .proof-card {
    bottom: 26px;
    left: 26px;
    right: auto;
  }

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

  .layer-card:last-child {
    grid-column: auto;
  }

  .guide-page {
    height: 500px;
    left: 0;
    padding: 36px;
    width: 330px;
  }

  .guide-page h3 {
    font-size: 31px;
  }

  .page-count {
    bottom: 24px;
  }

  .question-nav {
    gap: 14px;
  }

  .question-nav button {
    flex: 1;
  }

  .result-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}