:root {
  --ink: #07111f;
  --navy: #0f1721;
  --blue: #2563eb;
  --blue-soft: #dce7ff;
  --paper: #f7f8fb;
  --white: #ffffff;
  --mist: #edf2f7;
  --muted: #4f5f73;
  --line: rgba(15, 23, 33, 0.12);
  --dark-line: rgba(255, 255, 255, 0.14);
  --shadow: 0 30px 90px rgba(15, 23, 33, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(37, 99, 235, 0.104), transparent 30rem),
    linear-gradient(180deg, #fbfcff 0%, #eef4f8 48%, #f7f8fb 100%);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

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

[data-section],
#top {
  scroll-margin-top: 128px;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 18px;
  left: 50%;
  display: flex;
  width: min(1120px, calc(100% - 28px));
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(15, 23, 33, 0.08);
  padding: 10px 12px;
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-elevated,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(15, 23, 33, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: var(--navy) url("/assets/cb-logo-web.png") center / cover no-repeat;
  box-shadow: 0 12px 28px rgba(15, 23, 33, 0.16);
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  border-radius: 999px;
  color: #253247;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 12px 15px;
  transition: background 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: var(--navy);
  color: var(--white);
}

.menu-toggle {
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid var(--navy);
  border-radius: 999px;
  background: var(--navy);
  box-shadow: 0 12px 28px rgba(15, 23, 33, 0.14);
  padding: 0 13px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  border-radius: 99px;
  background: var(--white);
}

.menu-toggle span + span {
  margin-top: 7px;
}

@media (min-width: 981px) {
  .menu-toggle {
    display: none;
  }
}

.hero {
  display: grid;
  width: min(1240px, calc(100% - 80px));
  min-height: min(88svh, 820px);
  grid-template-columns: minmax(0, 0.98fr) minmax(30rem, 0.9fr);
  align-items: center;
  gap: clamp(3rem, 5vw, 5rem);
  padding: clamp(7.5rem, 12vh, 9.5rem) 0 clamp(4rem, 8vh, 5.5rem);
}

.hero-copy,
.hero-system {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: clamp(1.15rem, 2vw, 1.5rem);
  color: var(--ink);
  font-size: clamp(3.5rem, 5.1vw, 5.05rem);
  line-height: 0.94;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 3.48rem;
  line-height: 1;
}

h3 {
  color: var(--ink);
  font-size: 1.38rem;
  line-height: 1.1;
}

.hero-lede {
  max-width: 680px;
  color: #304057;
  font-size: clamp(1.08rem, 1.3vw, 1.28rem);
  line-height: 1.62;
}

.hero-outcome {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  padding: 0 clamp(1.1rem, 2vw, 1.4rem);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
}

.button-primary {
  background: var(--navy);
  box-shadow: 0 18px 42px rgba(15, 23, 33, 0.24);
  color: var(--white);
}

.button-primary span {
  background: var(--blue);
  color: var(--white);
}

.button-primary:hover {
  background: var(--blue);
}

.button-primary:hover span {
  background: var(--white);
  color: var(--blue);
}

.button-secondary {
  border-color: rgba(15, 23, 33, 0.22);
  background: rgba(255, 255, 255, 0.78);
  color: var(--navy);
}

.button-secondary:hover {
  border-color: rgba(37, 99, 235, 0.5);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(15, 23, 33, 0.1);
}

.button-secondary span {
  background: var(--blue);
  color: var(--white);
}

.hero-system {
  position: relative;
  width: 100%;
  max-width: 39rem;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background: var(--navy);
  box-shadow: none;
  color: var(--white);
  overflow: hidden;
}

.signal-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.7vw, 1.2rem);
  align-items: stretch;
  padding: clamp(1.35rem, 2.4vw, 1.9rem);
  scrollbar-width: none;
}

.signal-map::-webkit-scrollbar {
  display: none;
}

.signal-map article {
  position: relative;
  z-index: 2;
  display: grid;
  height: 100%;
  align-content: start;
  gap: 8px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  background: #1a2535;
  padding: clamp(1.05rem, 2vw, 1.35rem);
}

.signal-map .stage-name {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  font-weight: 900;
  line-height: 1.15;
}

.signal-map article p {
  margin: 0;
  color: #94a3b8;
  font-size: clamp(0.9rem, 1.05vw, 0.98rem);
  line-height: 1.45;
}

.timeline span,
.steps span {
  color: #8eb0ff;
  font-size: 0.78rem;
  font-weight: 900;
}

.work {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
  padding: 84px 0;
}

.work-statement {
  border-top: 1px solid var(--line);
  padding-top: 40px;
}

.work-copy {
  display: grid;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 74px;
}

.work-copy p,
.proof-intro p:not(.eyebrow),
.contact p {
  color: #3d4b60;
  font-size: 1.08rem;
  line-height: 1.72;
}

.who-help,
.services,
.examples,
.proof,
.method,
.discovery {
  padding: 80px 0;
}

.section-heading {
  display: block;
  max-width: 820px;
  margin-bottom: 34px;
}

.section-intro {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

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

.help-grid article {
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 46px rgba(15, 23, 33, 0.07);
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.help-grid h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.help-grid p {
  margin: 0;
  color: #3d4b60;
  line-height: 1.55;
}

.section-outcome {
  max-width: 760px;
  margin: 24px 0 0;
  color: #304057;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.6;
}

.proof-intro p:not(.eyebrow) {
  max-width: 620px;
}

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

.service-grid article {
  min-height: 382px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 56px rgba(15, 23, 33, 0.08);
  padding: 28px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-grid article > span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 900;
}

.service-grid h3 {
  margin: 28px 0 16px;
  font-size: 1.65rem;
}

.service-grid p {
  color: #3d4b60;
  line-height: 1.62;
}

.service-grid .pillar-outcome {
  margin: 18px 0 0;
  color: #6b7280;
  font-size: 0.96rem;
  font-weight: 500;
}

.capability-list {
  display: grid;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.capability-list li {
  position: relative;
  border-top: 1px solid rgba(15, 23, 33, 0.09);
  color: #3d4b60;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.45;
  padding: 11px 0 0 18px;
}

.capability-list li::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

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

.example-grid article {
  min-height: 174px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 46px rgba(15, 23, 33, 0.07);
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.help-grid article:hover,
.service-grid article:hover,
.example-grid article:hover {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 24px 54px rgba(15, 23, 33, 0.11);
  transform: translateY(-4px);
}

.example-grid h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
}

.example-grid p {
  margin: 0;
  color: #3d4b60;
  line-height: 1.58;
}

.proof {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
}

.proof-lines {
  display: grid;
  gap: 20px;
}

.proof-lines p {
  margin: 0;
  border-left: 5px solid var(--blue);
  background: rgba(255, 255, 255, 0.66);
  color: var(--navy);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.38;
  padding: 24px 26px;
}

.founder-points {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.founder-points p {
  margin: 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.4;
  padding: 18px 0;
}

.method .section-heading h2 {
  font-size: 2.78rem;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
}

.timeline article {
  min-height: 260px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding: 28px 28px 20px;
}

.timeline article:last-of-type {
  border-right: 0;
}

.timeline h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 1.7rem;
}

.timeline p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.timeline > a {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--blue);
  font-weight: 500;
  padding: 24px 28px;
}

.timeline > a:hover {
  color: #8eb0ff;
  text-decoration: underline;
}

.discovery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 56px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.steps h3,
.steps p {
  grid-column: 2;
}

.steps p {
  color: var(--muted);
  line-height: 1.6;
}

.summary-note {
  max-width: 620px;
  margin: 26px 0 0;
  border-left: 4px solid var(--blue);
  color: #304057;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 18px;
}

.discovery-outcome {
  max-width: 620px;
  margin: 20px 0 0;
  color: #6b7280;
  font-weight: 400;
  line-height: 1.6;
}

.download-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--blue);
  font-weight: 900;
}

.download-link:hover {
  text-decoration: underline;
}

.faq {
  padding: 80px 0;
}

.faq-list {
  display: grid;
  gap: 9px;
  max-width: 900px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 34px rgba(15, 23, 33, 0.05);
  padding: 0 20px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.faq-list details:hover {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 20px 42px rgba(15, 23, 33, 0.08);
  transform: translateY(-2px);
}

.faq-list summary {
  cursor: pointer;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  padding: 16px 32px 16px 0;
}

.faq-answer {
  max-width: 760px;
  padding: 0 0 16px;
}

.faq-answer p,
.faq-answer li {
  color: var(--muted);
  line-height: 1.65;
}

.faq-answer p {
  margin: 0 0 12px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer ul {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
  padding-left: 18px;
}

.faq-answer li::marker {
  color: var(--blue);
}

.offer-card {
  border-radius: 30px;
  background: var(--navy);
  color: var(--white);
  padding: 34px;
  box-shadow: var(--shadow);
}

.offer-card > span {
  display: inline-flex;
  margin-bottom: 22px;
  color: #8eb0ff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-card strong {
  display: block;
  margin-bottom: 20px;
  font-size: 4.4rem;
  line-height: 1;
}

.offer-card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.offer-card .offer-note {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 18px;
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 700;
}

.offer-card .button {
  margin-top: 20px;
}

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

.contact-inner {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 36px;
  align-items: center;
  padding: 98px 0;
}

.contact h2 {
  color: var(--white);
}

.contact-page {
  min-height: 100vh;
}

.contact-page .contact-inner {
  align-items: start;
  padding: 150px 0 92px;
}

.contact-page h1 {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--white);
  font-size: clamp(2.35rem, 3.6vw, 3.75rem);
  line-height: 1.03;
}

.contact-page-intro .contact-details {
  margin-top: 36px;
}

.contact p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-panel {
  display: grid;
  gap: 12px;
}

.contact-details {
  display: grid;
  gap: 14px;
}

.contact-detail {
  display: flex;
  min-height: 0;
  align-items: baseline;
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--white);
  padding: 0;
  overflow-wrap: anywhere;
}

.contact-detail span {
  min-width: 72px;
  color: #8eb0ff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-detail span::after {
  content: " \2014";
}

.contact-detail strong {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.35;
}

.contact-detail strong a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: rgba(142, 176, 255, 0.85);
  text-underline-offset: 4px;
}

.contact-detail strong a:hover {
  color: #bcd0ff;
}

.contact-panel .button {
  width: 100%;
}

.contact-panel .button-primary {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.button-outline-blue {
  border-color: var(--blue);
  background: transparent;
  color: var(--white);
}

.button-outline-blue:hover {
  background: var(--white);
  color: var(--blue);
}

.enquiry-form,
.booking-form {
  display: grid;
  gap: 14px;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  padding: 20px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.enquiry-form.is-highlighted,
.booking-form.is-highlighted {
  border-color: rgba(37, 99, 235, 0.9);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18);
}

.enquiry-form label,
.booking-form label {
  display: grid;
  gap: 8px;
}

.enquiry-form label span,
.booking-form label span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.4;
}

.enquiry-form input,
.enquiry-form select,
.booking-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  font: inherit;
  padding: 0 14px;
}

.enquiry-form input::placeholder,
.booking-form input::placeholder {
  color: rgba(15, 23, 33, 0.56);
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.booking-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18);
  outline: 0;
}

.enquiry-form select option {
  color: var(--navy);
}

.response-note,
.booking-note,
.form-status {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.5;
}

.form-status {
  min-height: 1.4em;
}

.form-status.is-success {
  color: #bfdbfe;
}

.form-status.is-error {
  color: #fecaca;
}

.contact-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-divider::before,
.contact-divider::after {
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.16);
  content: "";
}

.sticky-book {
  position: fixed;
  z-index: 25;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(142, 176, 255, 0.28);
  border-radius: 999px;
  background: var(--navy);
  box-shadow: 0 14px 32px rgba(15, 23, 33, 0.16);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 0 15px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-book.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cookie-notice {
  position: fixed;
  z-index: 40;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: none;
  max-width: 620px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(15, 23, 33, 0.1);
  padding: 14px 16px;
}

.cookie-notice.is-visible {
  display: flex;
}

.cookie-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.cookie-notice a {
  color: var(--blue);
  font-weight: 800;
}

.cookie-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.cookie-notice button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
  padding: 0 16px;
}

.cookie-notice .cookie-decline {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--navy);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
  padding: 12px 18px;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.insights-preview {
  padding: 80px 0;
}

.insights-heading {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.insight-card {
  display: grid;
  min-height: 280px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 46px rgba(15, 23, 33, 0.07);
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.insight-card:hover {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 24px 54px rgba(15, 23, 33, 0.11);
  transform: translateY(-4px);
}

.insight-topic {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.insight-card h2,
.insight-card h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.insight-card h2 a:hover,
.insight-card h3 a:hover {
  color: var(--blue);
}

.insight-card > p:not(.insight-topic) {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.6;
}

.text-link {
  display: inline-flex;
  align-self: end;
  color: var(--blue);
  font-weight: 900;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.content-main {
  min-height: 100vh;
}

.content-hero {
  padding: 142px 0 58px;
}

.content-hero .breadcrumb,
.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.breadcrumb a:hover,
.article-breadcrumb a:hover {
  color: var(--blue);
}

.content-hero h1 {
  max-width: 900px;
  font-size: clamp(2.55rem, 4.4vw, 4.25rem);
  line-height: 1;
}

.content-hero-lede {
  max-width: 760px;
  margin: 0;
  color: #304057;
  font-size: 1.1rem;
  line-height: 1.64;
}

.content-listing {
  padding: 0 0 84px;
}

.content-listing .insight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-cta {
  border-radius: 30px;
  background: var(--navy);
  color: var(--white);
  padding: clamp(28px, 5vw, 52px);
}

.content-cta h2 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
}

.content-cta p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.content-cta .button {
  margin-top: 12px;
}

.content-cta .button + .button {
  margin-left: 10px;
}

.tools-main {
  min-height: 100vh;
}

.tools-hero h1 {
  max-width: 860px;
}

.tools-supporting-copy {
  max-width: 790px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.66;
}

.tools-listing {
  padding: 0 0 76px;
}

.tools-card-grid,
.tools-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.tool-card {
  display: grid;
  gap: 24px;
  align-content: start;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 56px rgba(15, 23, 33, 0.08);
  padding: clamp(24px, 4vw, 34px);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.tool-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 26px 64px rgba(15, 23, 33, 0.11);
}

.tool-card h3 {
  margin: 0 0 14px;
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.12;
}

.tool-card p:not(.insight-topic) {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.tool-card .capability-list {
  margin: 0;
}

.tool-card .button,
.tool-card .text-link {
  justify-self: start;
}

.tool-card-compact {
  gap: 18px;
  box-shadow: none;
}

.tool-card-compact h3 {
  font-size: 1.28rem;
}

.tools-preview {
  padding: 0 0 86px;
}

.future-tools {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.8fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
  border-top: 1px solid var(--line);
  padding: 8px 0 86px;
}

.future-tools h2 {
  max-width: 620px;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.08;
}

.future-tools p {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.7;
}

.future-tool-grid {
  display: grid;
  gap: 12px;
}

.future-tool-grid article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.52);
  padding: 20px;
}

.future-tool-grid span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.future-tool-grid h3 {
  margin: 8px 0 0;
  font-size: 1.08rem;
  line-height: 1.25;
}

.article-main {
  min-height: 100vh;
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 56px;
  align-items: start;
  padding: 136px 0 84px;
}

.article-header {
  border-bottom: 1px solid var(--line);
  margin-bottom: 34px;
  padding-bottom: 28px;
}

.article-header h1 {
  max-width: 850px;
  font-size: clamp(2.35rem, 4vw, 3.85rem);
  line-height: 1;
}

.article-meta {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-lede {
  max-width: 760px;
  margin: 0;
  color: #304057;
  font-size: 1.1rem;
  line-height: 1.65;
}

.article-body {
  max-width: 780px;
}

.article-body h2 {
  margin: 42px 0 14px;
  font-size: 1.82rem;
  line-height: 1.14;
}

.article-body h3 {
  margin: 30px 0 10px;
  font-size: 1.24rem;
}

.article-body p,
.article-body li {
  color: #3d4b60;
  font-size: 1.02rem;
  line-height: 1.68;
}

.article-body ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.article-body li::marker {
  color: var(--blue);
}

.article-aside {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  padding: 22px;
}

.article-aside h2 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.16;
}

.article-aside p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.article-aside .button {
  min-height: 48px;
  font-size: 0.9rem;
}

.related-insights {
  padding: 0 0 82px;
}

.related-insights h2 {
  font-size: 2.15rem;
}

.assessment-main {
  min-height: 100vh;
}

.assessment-inline-link {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: baseline;
  max-width: 920px;
  border-top: 1px solid var(--line);
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.55;
  padding-top: 18px;
}

.assessment-inline-link a {
  color: var(--blue);
  font-weight: 900;
}

.assessment-inline-link a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.assessment-page-hero {
  display: grid;
  min-height: auto;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.66fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: 132px 0 54px;
}

.assessment-page-hero-copy h1,
.assessment-results-header h2 {
  max-width: 800px;
  font-size: clamp(2.45rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.assessment-page-hero .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.assessment-page-hero .breadcrumb a:hover {
  color: var(--blue);
}

.assessment-page-lede {
  max-width: 690px;
  color: #304057;
  font-size: clamp(1.06rem, 1.15vw, 1.18rem);
  line-height: 1.62;
}

.assessment-page-copy {
  max-width: 660px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.58;
}

.assessment-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.assessment-page-actions .button {
  font-family: inherit;
  font-size: 0.96rem;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.assessment-page-actions .button-secondary {
  font-weight: 800;
}

.assessment-context {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 7vw, 94px);
  border-top: 1px solid var(--line);
  padding: 50px 0 66px;
}

.assessment-context h2 {
  max-width: 560px;
  font-size: clamp(1.92rem, 3.2vw, 2.8rem);
}

.assessment-context p {
  max-width: 720px;
  color: #3d4b60;
  line-height: 1.72;
}

.assessment-context p + p {
  margin-top: 16px;
}

.assessment-workspace-heading {
  max-width: 700px;
  margin-bottom: 22px;
}

.assessment-workspace-heading h2 {
  font-size: clamp(1.85rem, 2.8vw, 2.55rem);
}

.assessment-workspace-heading p {
  max-width: 690px;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.assessment-intro {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.76fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  padding: 148px 0 92px;
}

.assessment-intro-copy h1 {
  max-width: 780px;
  font-size: clamp(3.8rem, 6vw, 6.2rem);
  line-height: 0.94;
}

.assessment-results-header h2 {
  max-width: 780px;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 1;
}

.assessment-intro .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.assessment-intro .breadcrumb a:hover {
  color: var(--blue);
}

.assessment-kicker,
.assessment-panel-label {
  margin: 0 0 15px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.assessment-lede {
  max-width: 720px;
  color: #304057;
  font-size: clamp(1.08rem, 1.4vw, 1.25rem);
  line-height: 1.7;
}

.assessment-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 30px;
}

.assessment-intro-actions span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.assessment-intro-panel {
  border-radius: 26px;
  background: var(--navy);
  box-shadow: 0 24px 70px rgba(15, 23, 33, 0.14);
  color: var(--white);
  padding: clamp(24px, 3.2vw, 34px);
}

.assessment-intro-panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.assessment-intro-panel li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
  padding: 15px 0;
}

.assessment-intro-panel li span {
  color: #8eb0ff;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.assessment-panel-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.55;
}

.assessment-workspace {
  max-width: 940px;
  min-height: auto;
  border: 1px solid rgba(15, 23, 33, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 80px rgba(15, 23, 33, 0.09);
  scroll-margin-top: 118px;
  margin: 38px auto 92px;
  padding: clamp(24px, 4vw, 38px);
  backdrop-filter: blur(14px);
}

.assessment-progress-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
}

.assessment-progress-label,
.assessment-progress-percent {
  margin: 0;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.assessment-progress-category {
  margin: 4px 0 0;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 900;
}

.assessment-progress-track {
  height: 5px;
  border-radius: 99px;
  background: rgba(15, 23, 33, 0.1);
  overflow: hidden;
}

.assessment-progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
  transition: width 260ms ease;
}

.assessment-form {
  margin-top: 26px;
}

.assessment-step-heading {
  max-width: 720px;
  margin-bottom: 18px;
}

.assessment-step-heading h2 {
  margin: 0;
  font-size: clamp(1.48rem, 2.35vw, 2.2rem);
  line-height: 1.12;
}

.assessment-question {
  min-width: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

.assessment-question legend {
  display: grid;
  max-width: 850px;
  grid-template-columns: 36px 1fr;
  gap: 8px;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.32;
}

.assessment-question legend span {
  color: var(--blue);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  padding-top: 4px;
}

.assessment-question-help {
  max-width: 720px;
  margin: 8px 0 0 44px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.52;
}

.assessment-options {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.assessment-option {
  position: relative;
  display: block;
  cursor: pointer;
}

.assessment-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.assessment-option span {
  display: block;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  color: #3d4b60;
  line-height: 1.45;
  padding: 12px 15px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.assessment-option:hover span {
  border-color: rgba(37, 99, 235, 0.44);
  transform: translateX(3px);
}

.assessment-option input:checked + span {
  border-color: var(--blue);
  background: #eaf0ff;
  color: var(--navy);
  font-weight: 800;
}

.assessment-option input:focus-visible + span {
  outline: 3px solid rgba(37, 99, 235, 0.34);
  outline-offset: 3px;
}

.assessment-range-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
  margin-top: 16px;
}

.assessment-range-wrap input {
  width: 100%;
  accent-color: var(--blue);
  cursor: pointer;
}

.assessment-selected-answer {
  justify-self: start;
  margin: 0 0 10px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: #eef4ff;
  color: #40506a;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 8px 11px;
}

.assessment-selected-answer strong {
  color: var(--navy);
}

.assessment-range-scale {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  max-width: 760px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.assessment-range-scale span:first-child {
  text-align: left;
}

.assessment-range-scale span:last-child {
  text-align: right;
}

.assessment-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  margin-top: 4px;
  padding-top: 22px;
}

.assessment-controls .button {
  min-width: 138px;
}

.assessment-controls .button-primary {
  margin-left: auto;
}

.assessment-validation {
  min-height: 1.4em;
  margin: 12px 0 0;
  color: #b42318;
  font-size: 0.9rem;
  font-weight: 800;
}

.assessment-results {
  padding: 150px 0 104px;
}

.assessment-results-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 54px;
  align-items: center;
}

.assessment-results-header > div:first-child > p:last-child {
  max-width: 770px;
  color: #304057;
  font-size: 1.12rem;
  line-height: 1.72;
}

.assessment-score-card {
  border-radius: 28px;
  background: var(--navy);
  box-shadow: var(--shadow);
  color: var(--white);
  padding: 30px;
}

.assessment-score-card strong {
  display: block;
  font-size: 5.4rem;
  line-height: 0.9;
}

.assessment-score-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  font-weight: 800;
}

.assessment-score-card p {
  margin: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #8eb0ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-top: 18px;
  text-transform: uppercase;
}

.assessment-category-panel,
.assessment-interpretation,
.assessment-recommendations,
.assessment-report-panel,
.assessment-discovery-cta {
  margin-top: 50px;
}

.assessment-category-panel h2,
.assessment-interpretation h2,
.assessment-recommendations h2,
.assessment-report-panel h2,
.assessment-discovery-cta h2 {
  font-size: 2.55rem;
}

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

.assessment-category-result {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  padding: 19px;
}

.assessment-category-result > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
}

.assessment-category-result h3 {
  margin: 0;
  font-size: 1rem;
}

.assessment-category-result strong {
  color: var(--blue);
}

.assessment-category-result > span {
  display: block;
  height: 6px;
  margin-top: 16px;
  border-radius: 99px;
  background: rgba(15, 23, 33, 0.1);
  overflow: hidden;
}

.assessment-category-result i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
}

.assessment-findings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.assessment-interpretation {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 42px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 28px;
  background: #eaf0ff;
  padding: 30px 34px;
}

.assessment-interpretation h2 {
  margin: 0;
}

.assessment-interpretation ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.assessment-interpretation li {
  color: #304057;
  line-height: 1.62;
  padding-left: 3px;
}

.assessment-interpretation li::marker {
  color: var(--blue);
  font-weight: 900;
}

.assessment-findings-grid section {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  padding: 24px;
}

.assessment-findings-grid h2 {
  font-size: 1.62rem;
}

.assessment-findings-grid ul,
.assessment-recommendations ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 20px;
}

.assessment-findings-grid li,
.assessment-recommendations li {
  color: #3d4b60;
  line-height: 1.62;
  padding-left: 3px;
}

.assessment-findings-grid li::marker,
.assessment-recommendations li::marker {
  color: var(--blue);
  font-weight: 900;
}

.assessment-recommendations {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 42px;
  border-radius: 28px;
  background: var(--navy);
  color: var(--white);
  padding: 34px;
}

.assessment-recommendations h2 {
  margin: 0;
  color: var(--white);
}

.assessment-recommendations li {
  color: rgba(255, 255, 255, 0.74);
}

.assessment-report-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 50px;
}

.assessment-report-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.assessment-report-panel .button-secondary {
  margin-top: 12px;
}

.assessment-lead-form {
  display: grid;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  padding: 22px;
}

.assessment-lead-form label {
  display: grid;
  gap: 7px;
}

.assessment-lead-form label span {
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
}

.assessment-lead-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(15, 23, 33, 0.2);
  border-radius: 12px;
  background: var(--white);
  color: var(--navy);
  font: inherit;
  padding: 0 13px;
}

.assessment-lead-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.16);
  outline: 0;
}

.assessment-form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.assessment-discovery-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  border-radius: 28px;
  background: #eaf0ff;
  padding: 32px;
}

.assessment-discovery-cta > div {
  max-width: 780px;
}

.assessment-discovery-cta h2 {
  margin-bottom: 14px;
}

.assessment-discovery-cta p:last-child {
  margin: 0;
  color: #304057;
  line-height: 1.66;
}

.assessment-discovery-cta .button {
  flex: 0 0 auto;
}

.assessment-restart {
  border: 0;
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  margin-top: 28px;
  padding: 0;
}

.assessment-restart:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.assessment-noscript {
  margin: 140px auto 40px;
  max-width: 720px;
  color: var(--navy);
  padding: 20px;
}

.calculator-main {
  min-height: 100vh;
}

.calculator-hero {
  padding-bottom: 38px;
}

.calculator-hero h1 {
  max-width: 900px;
  font-size: clamp(2.45rem, 4vw, 4.05rem);
}

.calculator-hero .content-hero-lede {
  max-width: 780px;
}

.calculator-workspace {
  padding: 0 0 72px;
  scroll-margin-top: 128px;
}

.calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.92fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.calculator-form,
.calculator-results {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 56px rgba(15, 23, 33, 0.08);
  padding: clamp(24px, 4vw, 34px);
}

.calculator-form .section-heading,
.calculator-results .section-heading {
  margin-bottom: 22px;
}

.calculator-form .section-heading h2,
.calculator-results .section-heading h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  line-height: 1.12;
}

.calculator-fields,
.breakdown-grid {
  display: grid;
  gap: 14px;
}

.calculator-fields label,
.breakdown-grid label {
  display: grid;
  gap: 8px;
}

.calculator-fields label span,
.breakdown-grid label span {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.35;
}

.calculator-fields small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.calculator-fields input,
.calculator-fields select,
.breakdown-grid input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(15, 23, 33, 0.2);
  border-radius: 14px;
  background: var(--white);
  color: var(--navy);
  font: inherit;
  padding: 0 14px;
}

.calculator-fields input:focus,
.calculator-fields select:focus,
.breakdown-grid input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.16);
  outline: 0;
}

.breakdown-panel {
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 16px;
}

.breakdown-panel summary {
  color: var(--navy);
  cursor: pointer;
  font-weight: 900;
  list-style-position: outside;
}

.breakdown-panel p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.55;
}

.calculator-validation {
  min-height: 1.35em;
  margin: 16px 0 12px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.calculator-validation.is-error {
  color: #b42318;
  font-weight: 800;
}

.calculator-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.calculator-result-grid article {
  display: grid;
  gap: 10px;
  min-height: 118px;
  align-content: space-between;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  padding: 18px;
}

.calculator-summary-card {
  display: grid;
  gap: 14px;
  border-color: var(--navy);
  border-radius: 22px;
  background: var(--navy);
  color: var(--white);
  padding: clamp(22px, 4vw, 30px);
}

.calculator-summary-card span,
.calculator-result-grid span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.calculator-summary-card span {
  color: rgba(255, 255, 255, 0.68);
}

.calculator-summary-card strong {
  color: var(--white);
  font-size: clamp(2.25rem, 4vw, 3.8rem);
  line-height: 1;
}

.calculator-summary-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.calculator-result-grid strong {
  color: var(--navy);
  font-size: clamp(1.18rem, 2vw, 1.68rem);
  line-height: 1.08;
}

.calculator-hourly-card {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  padding: 18px;
}

.calculator-hourly-card span,
.calculator-scenario-grid dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.calculator-hourly-card strong {
  color: var(--navy);
  font-size: clamp(1.18rem, 2vw, 1.68rem);
  line-height: 1.08;
}

.calculator-scenario-grid {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.calculator-scenario-grid article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  padding: 18px;
}

.calculator-scenario-grid h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 1.04rem;
  line-height: 1.25;
}

.calculator-scenario-grid dl {
  display: grid;
  gap: 13px;
  margin: 0;
}

.calculator-scenario-grid dl div {
  display: grid;
  gap: 4px;
}

.calculator-scenario-grid dd {
  margin: 0;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.25;
}

.calculator-capacity-note {
  margin: 20px 0 0;
  border-left: 3px solid var(--blue);
  color: #304057;
  font-size: 0.92rem;
  line-height: 1.6;
  padding-left: 16px;
}

.calculator-explanation,
.calculator-disclaimer {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.calculator-recommendation {
  margin: 22px 0 0;
  border-left: 3px solid var(--blue);
  color: #304057;
  padding-left: 16px;
}

.calculator-recommendation h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.3;
}

.calculator-recommendation p {
  margin: 0;
  color: #304057;
  line-height: 1.62;
}

.calculator-disclaimer {
  font-size: 0.82rem;
}

.calculator-email {
  padding: 0 0 68px;
}

.calculator-final-cta {
  margin-bottom: 82px;
}

.calculator-cta-actions {
  display: grid;
  gap: 14px;
  justify-items: end;
}

.calculator-assessment-cta {
  margin-top: 32px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 24px;
  border: 1px solid rgba(15, 23, 33, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(15, 23, 33, 0.06);
  padding: 36px clamp(24px, 5vw, 64px);
}

.site-footer .brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.site-footer nav {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.site-footer nav a {
  border-radius: 0;
  color: #253247;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
  padding: 0;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.site-footer nav a:hover {
  background: transparent;
  color: var(--blue);
  text-decoration: underline;
  text-decoration-color: rgba(37, 99, 235, 0.4);
  text-underline-offset: 4px;
}

.footer-navigation {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.site-footer .footer-legal {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.site-footer .footer-legal a {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.footer-company {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
}

.footer-company p:first-child {
  color: #253247;
  font-weight: 800;
}

.footer-company a:hover,
.legal-content a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.footer-company a {
  white-space: nowrap;
}

.about-hero {
  display: grid;
  width: min(1260px, calc(100% - 56px));
  min-height: auto;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.88fr);
  gap: clamp(2.75rem, 4.5vw, 4.75rem);
  align-items: center;
  padding: 132px 0 74px;
}

.about-hero-copy h1 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(2.85rem, 4.6vw, 4.65rem);
  line-height: 1;
}

.about-hero-lede {
  max-width: 730px;
  margin: 22px 0 0;
  color: #3d4b60;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.62;
}

.about-hero-copy .button {
  margin-top: 30px;
}

.about-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background: var(--navy);
  color: var(--white);
  padding: clamp(2rem, 4vw, 3rem);
}

.about-hero-panel > span {
  color: #8eb0ff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero-panel h2 {
  margin: 18px 0 28px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: 1.08;
}

.about-highlights {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.about-highlights p {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  padding: 15px 0;
}

.about-statement-band {
  background: var(--navy);
  color: var(--white);
}

.about-statement-inner {
  max-width: 940px;
  padding: 92px 0;
}

.about-statement-inner p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
  line-height: 1.68;
}

.about-statement-inner h2 {
  max-width: 790px;
  margin: 22px 0 34px;
  color: var(--white);
  font-size: clamp(1.95rem, 3.1vw, 3.2rem);
  line-height: 1.08;
}

.about-principles,
.about-capabilities {
  padding: 84px 0;
}

.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-principles-grid article {
  display: grid;
  align-content: start;
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 46px rgba(15, 23, 33, 0.06);
  padding: 26px;
}

.about-principles-grid h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 1.22rem;
}

.about-principles-grid p {
  margin: 0;
  color: #3d4b60;
  line-height: 1.62;
}

.about-approach {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.56);
}

.about-approach-inner {
  padding: 74px 0;
}

.about-framework {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: var(--navy);
}

.about-framework article {
  min-height: 144px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding: 22px;
}

.about-framework article:last-child {
  border-right: 0;
}

.about-framework h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 1.2rem;
}

.about-framework p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.62;
}

.about-capabilities {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.about-capabilities h2 {
  margin-top: 0;
}

.about-capabilities > div:first-child p {
  max-width: 740px;
  color: #3d4b60;
  font-size: 1.08rem;
  line-height: 1.72;
}

.about-capability-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.about-capability-list p {
  margin: 0;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.4;
  padding: 16px 0;
}

.about-final-cta {
  background: var(--navy);
  color: var(--white);
}

.about-final-cta-inner {
  padding: 92px 0;
}

.about-final-cta h2 {
  max-width: 850px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 3.25vw, 3.35rem);
  line-height: 1.08;
}

.about-final-cta p {
  max-width: 740px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
  line-height: 1.68;
}

.about-final-cta .button {
  margin-top: 36px;
}

.about-page .button {
  min-height: 58px;
  padding-inline: clamp(1.35rem, 2.4vw, 1.75rem);
}

@media (min-width: 981px) {
  .about-page .site-nav a {
    padding-inline: 17px;
  }
}

.legal-shell {
  min-height: 100vh;
  padding: 32px 20px;
}

.legal-header,
.legal-content,
.legal-footer {
  width: min(860px, 100%);
  margin: 0 auto;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}

.legal-header a:last-child {
  color: var(--blue);
  font-weight: 800;
}

.legal-content {
  padding: 44px 0 56px;
}

.legal-content h1 {
  max-width: none;
  font-size: clamp(2.05rem, 5vw, 3.2rem);
  line-height: 1.04;
}

.legal-content h2 {
  margin-top: 28px;
  font-size: 1.32rem;
  line-height: 1.24;
}

.legal-content p,
.legal-content li {
  color: #3d4b60;
  line-height: 1.64;
}

.legal-content a {
  color: var(--blue);
  font-weight: 700;
}

.about-page-content {
  width: min(960px, 100%);
}

.about-page-content > p {
  max-width: 780px;
  font-size: 1.08rem;
}

.about-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 44px;
  align-items: start;
  margin-top: 34px;
}

.about-page-grid h2 {
  margin-top: 0;
}

.about-page-cta {
  margin-top: 42px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}

.about-page-cta .button {
  color: var(--white);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.55);
  outline-offset: 4px;
}

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

.legal-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  padding-top: 20px;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 2.25rem;
    min-height: auto;
  }

  .hero-copy {
    max-width: 46rem;
  }

  .hero-system {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 104px;
  }

  [data-section],
  #top {
    scroll-margin-top: 112px;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .site-header::before,
  .site-header::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: "";
    pointer-events: none;
    transform: translateY(-50%);
  }

  .site-header::before {
    z-index: 2;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: var(--navy);
    box-shadow: 0 12px 28px rgba(15, 23, 33, 0.14);
  }

  .site-header::after {
    z-index: 4;
    right: 24px;
    width: 18px;
    height: 11px;
    background:
      linear-gradient(var(--white), var(--white)) top / 100% 2px no-repeat,
      linear-gradient(var(--white), var(--white)) bottom / 100% 2px no-repeat;
  }

  .menu-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 5;
    display: block;
    transform: translateY(-50%);
  }

  .site-nav {
    position: fixed;
    top: 84px;
    right: 10px;
    left: 10px;
    display: none;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--white);
    box-shadow: 0 18px 48px rgba(15, 23, 33, 0.12);
    padding: 12px;
  }

  .site-nav.is-open {
    display: grid;
    gap: 4px;
  }

  .site-nav a {
    display: block;
    border-radius: 16px;
    color: var(--navy);
    font-size: 1.08rem;
    padding: 16px;
    text-align: center;
  }

  .content-hero {
    padding: 124px 0 50px;
  }

  .content-hero h1,
  .calculator-hero h1,
  .article-header h1 {
    font-size: clamp(2.35rem, 6vw, 3.3rem);
  }

  .article-shell {
    padding: 124px 0 72px;
  }

  .hero,
  .work,
  .proof,
  .about-page-grid,
  .about-hero,
  .about-capabilities,
  .discovery,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .hero-system {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .hero {
    gap: 32px;
    min-height: auto;
    padding-top: 124px;
  }

  h1 {
    font-size: 4.15rem;
  }

  h2 {
    font-size: 2.62rem;
  }

  .method .section-heading h2 {
    font-size: 2.28rem;
  }

  .work-copy {
    padding-top: 34px;
  }

  .help-grid,
  .example-grid,
  .service-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

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

  .site-footer p {
    justify-self: start;
  }

  .about-hero {
    min-height: auto;
    gap: 34px;
    padding: 122px 0 66px;
  }

  .about-principles-grid,
  .about-framework {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-framework article:nth-child(2) {
    border-right: 0;
  }

  .about-framework article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 620px) {
  .section {
    width: 330px;
    max-width: calc(100% - 44px);
    margin-left: 22px;
    margin-right: 22px;
  }

  .site-header {
    min-height: 64px;
    border-radius: 20px;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  h1 {
    font-size: 2.52rem;
    line-height: 0.96;
  }

  .eyebrow {
    max-width: 300px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  h2 {
    font-size: 1.98rem;
  }

  .method .section-heading h2 {
    font-size: 1.98rem;
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .about-hero {
    padding: 112px 0 56px;
  }

  .about-hero-copy h1 {
    font-size: 2.32rem;
    line-height: 1;
  }

  .about-hero-lede {
    font-size: 1.08rem;
  }

  .about-hero-panel {
    padding: 24px;
  }

  .about-hero-panel h2 {
    font-size: 1.55rem;
    line-height: 1.08;
  }

  .about-statement-inner,
  .about-principles,
  .about-approach-inner,
  .about-capabilities,
  .about-final-cta-inner {
    padding: 60px 0;
  }

  .about-statement-inner h2 {
    margin: 18px 0 28px;
    font-size: 1.72rem;
  }

  .about-final-cta h2 {
    font-size: 1.82rem;
  }

  .about-final-cta p {
    margin-top: 24px;
  }

  .about-final-cta .button {
    margin-top: 30px;
  }

  .about-principles-grid,
  .about-framework {
    grid-template-columns: 1fr;
  }

  .about-principles-grid article,
  .about-framework article {
    min-height: auto;
    padding: 22px;
  }

  .about-framework article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

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

  .contact-page .contact-inner {
    padding: 112px 0 60px;
  }

  .contact-page h1 {
    font-size: 2rem;
    line-height: 1.04;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .signal-map {
    grid-template-columns: 1fr;
    gap: 14px;
    overflow-x: visible;
    padding: 24px;
  }

  .signal-map article {
    min-height: 0;
    padding: 20px;
  }

  .signal-map article p {
    font-size: 0.8rem;
  }

  .who-help,
  .services,
  .examples,
  .proof,
  .faq,
  .method,
  .discovery,
  .work {
    padding: 60px 0;
  }

  .service-grid article,
  .example-grid article,
  .timeline article,
  .offer-card {
    min-height: auto;
    padding: 24px;
  }

  .steps article {
    grid-template-columns: 1fr;
  }

  .steps h3,
  .steps p {
    grid-column: auto;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

  .footer-navigation,
  .footer-company {
    justify-items: start;
    text-align: left;
  }

  .sticky-book {
    right: 22px;
    left: 22px;
    justify-content: center;
  }

  .site-footer nav {
    flex-wrap: wrap;
    gap: 9px 13px;
  }

  .site-footer {
    border-radius: 20px;
    margin-bottom: 18px;
    padding: 24px 22px;
  }

  .footer-navigation {
    gap: 10px;
  }

  .footer-company {
    gap: 8px;
  }

  .contact-detail {
    min-height: 0;
    padding: 0;
  }

  .cookie-notice {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .sticky-book {
    display: none;
  }
}

@media (max-width: 980px) {
  .insight-grid,
  .content-listing .insight-grid {
    grid-template-columns: 1fr;
  }

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

  .tools-card-grid,
  .tools-preview-grid,
  .future-tools {
    grid-template-columns: 1fr;
  }

  .article-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .article-aside {
    position: static;
  }

  .assessment-intro,
  .assessment-page-hero,
  .assessment-context,
  .assessment-results-header,
  .assessment-interpretation,
  .assessment-recommendations,
  .assessment-report-panel {
    grid-template-columns: 1fr;
  }

  .assessment-intro {
    min-height: auto;
    gap: 34px;
    padding: 132px 0 76px;
  }

  .assessment-page-hero {
    min-height: auto;
    gap: 34px;
    padding: 118px 0 54px;
  }

  .assessment-context {
    gap: 12px;
    padding: 44px 0 58px;
  }

  .assessment-score-card {
    max-width: 240px;
  }

  .assessment-discovery-cta {
    align-items: start;
    flex-direction: column;
  }

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

  .calculator-results {
    order: 2;
  }

  .calculator-cta-actions {
    justify-items: start;
  }

}

@media (max-width: 620px) {
  .insights-heading {
    align-items: start;
    flex-direction: column;
  }

  .content-hero {
    padding: 118px 0 46px;
  }

  .content-hero h1 {
    font-size: 2.35rem;
  }

  .calculator-hero h1 {
    font-size: 2.2rem;
  }

  .content-hero-lede,
  .article-lede {
    font-size: 1rem;
  }

  .content-cta .button + .button {
    margin-left: 0;
  }

  .tools-listing,
  .tools-preview,
  .future-tools {
    padding-bottom: 72px;
  }

  .tool-card {
    border-radius: 22px;
  }

  .article-shell {
    padding: 118px 0 64px;
  }

  .article-header h1 {
    font-size: 2.3rem;
  }

  .article-body h2 {
    font-size: 1.55rem;
  }

  .related-insights h2 {
    font-size: 1.82rem;
  }

  .assessment-intro-copy h1,
  .assessment-page-hero-copy h1 {
    font-size: 2.32rem;
  }

  .assessment-results-header h2 {
    font-size: 2.65rem;
  }

  .assessment-intro-panel {
    border-radius: 24px;
    padding: 24px;
  }

  .assessment-workspace {
    width: min(100% - 28px, 940px);
    margin: 28px auto 72px;
    border-radius: 22px;
    padding: 22px 18px;
  }

  .assessment-results {
    padding: 126px 0 72px;
  }

  .assessment-workspace-heading {
    margin-bottom: 18px;
  }

  .assessment-workspace-heading h2 {
    font-size: 1.75rem;
  }

  .assessment-progress-shell {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
  }

  .assessment-step-heading h2 {
    font-size: 1.45rem;
    line-height: 1.16;
  }

  .assessment-question legend {
    grid-template-columns: 1fr;
    font-size: 0.98rem;
  }

  .assessment-question-help {
    margin-left: 0;
  }

  .assessment-range-wrap {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .assessment-range-scale {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    font-size: 0.66rem;
  }

  .assessment-range-scale span:not(:first-child):not(:last-child) {
    display: none;
  }

  .assessment-controls .button {
    min-width: 0;
    width: auto;
  }

  .assessment-category-grid,
  .assessment-findings-grid {
    grid-template-columns: 1fr;
  }

  .assessment-category-panel h2,
  .assessment-interpretation h2,
  .assessment-recommendations h2,
  .assessment-report-panel h2,
  .assessment-discovery-cta h2 {
    font-size: 2.05rem;
  }

  .assessment-recommendations,
  .assessment-discovery-cta {
    border-radius: 22px;
    padding: 24px;
  }

  .assessment-page-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .assessment-page-actions .button {
    min-height: 52px;
    padding: 0.82rem 1.1rem;
    font-size: 0.94rem;
  }

  .assessment-page-actions .button-secondary {
    font-weight: 750;
    line-height: 1.22;
  }

  .assessment-report-panel {
    gap: 22px;
    padding-top: 38px;
  }

  .calculator-workspace {
    padding: 0 0 60px;
  }

  .calculator-form,
  .calculator-results {
    border-radius: 22px;
    padding: 20px;
  }

  .calculator-result-grid {
    grid-template-columns: 1fr;
  }

  .calculator-summary-card strong {
    font-size: 2.65rem;
  }

  .calculator-email {
    padding-bottom: 60px;
  }
}
