:root {
  --home-paper: #f5f4ef;
  --home-white: #ffffff;
  --home-ink: #10212c;
  --home-ink-soft: #263944;
  --home-copy: #4d5b62;
  --home-muted: #727d82;
  --home-line: #d2d4cf;
  --home-line-dark: #465761;
  --home-accent: #e1533d;
  --home-accent-dark: #b83b29;
  --home-blue: #245f73;
  --home-green: #2b705e;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--home-paper);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--home-paper);
  color: var(--home-ink);
  font-family: "Instrument Sans", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body > nav,
main > *,
body > footer {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

a {
  color: inherit;
}

.page-shell {
  width: min(1220px, calc(100% - 96px));
  margin: 0 auto;
}

.eyebrow,
.document-kicker,
.state-label {
  margin: 0;
  color: var(--home-accent-dark);
  font: 500 12px/1.4 "DM Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #f19a88;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-stretch: 92%;
  text-wrap: balance;
}

h2 {
  font-size: 58px;
  line-height: 1.06;
  font-weight: 600;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  border-bottom: 1px solid rgba(18, 29, 37, 0.14);
  background: rgba(242, 240, 233, 0.96) !important;
  backdrop-filter: blur(16px);
}

.nav-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 30px;
}

.brand {
  margin-right: auto;
  color: var(--home-ink);
  font-size: 22px;
  font-weight: 650;
  text-decoration: none;
}

.brand span,
.footer-brand span {
  color: var(--home-accent);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links > a,
.nav-links summary {
  color: var(--home-ink-soft);
  font-size: 14px;
  font-weight: 550;
  text-decoration: none;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  list-style: none;
}

.nav-dropdown-menu {
  position: absolute;
  top: 38px;
  right: 0;
  display: grid;
  width: 250px;
  padding: 8px;
  border: 1px solid var(--home-line);
  border-radius: 2px;
  background: var(--home-white);
  box-shadow: 0 22px 60px rgba(18, 29, 37, 0.16);
}

.nav-dropdown:not([open]) .nav-dropdown-menu {
  display: none;
}

.nav-dropdown-menu a {
  padding: 9px 10px;
  color: var(--home-ink);
  font-size: 14px;
  text-decoration: none;
}

.nav-dropdown-menu a:hover {
  background: var(--home-paper);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.nav-cta {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--home-ink);
  color: var(--home-ink);
}

.button-primary {
  background: var(--home-accent);
  color: var(--home-white);
}

.button-primary:hover,
.nav-cta:hover {
  background: var(--home-accent-dark) !important;
  color: var(--home-white);
  opacity: 1;
}

.hero {
  padding: 92px 0 0 !important;
  overflow: hidden;
  background: var(--home-paper);
}

.hero-inner > .eyebrow {
  margin-bottom: 26px;
}

.hero h1 {
  max-width: 1040px;
  font-size: 108px;
  line-height: 0.96;
  font-weight: 620;
  font-stretch: 88%;
}

.hero h1 span {
  color: var(--home-accent);
}

.hero-lead {
  max-width: 830px;
  margin-top: 30px;
  color: var(--home-copy);
  font-size: 22px;
  line-height: 1.55;
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--home-ink);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.text-link-light {
  color: var(--home-white);
}

.hero-control {
  margin-top: 18px;
  color: var(--home-muted);
  font-size: 14px;
}

.transformation-brief {
  margin-top: 64px;
  border: 1px solid #bbc2c2;
  border-top: 4px solid var(--home-accent);
  border-bottom: 0;
  background: var(--home-white);
  box-shadow: 0 28px 80px rgba(16, 33, 44, 0.09);
}

.brief-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 54px;
  align-items: end;
  padding: 34px 36px 30px;
  border-bottom: 1px solid var(--home-line);
}

.brief-header h2 {
  max-width: 720px;
  margin-top: 9px;
  font-size: 34px;
  line-height: 1.15;
}

.brief-owners {
  display: flex;
  gap: 32px;
  margin: 0;
}

.brief-owners div {
  min-width: 130px;
}

.brief-owners dt {
  color: var(--home-muted);
  font: 400 11px/1.4 "DM Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brief-owners dd {
  margin: 6px 0 0;
  font-size: 15px;
  font-weight: 600;
}

.mandate-path {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.mandate-path li {
  min-height: 148px;
  padding: 24px 22px 26px;
  border-right: 1px solid var(--home-line);
}

.mandate-path li:last-child {
  border-right: 0;
}

.mandate-path li > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  background: #f7e1db;
  color: var(--home-accent-dark);
  font: 500 10px/1 "DM Mono", monospace;
}

.mandate-path strong {
  display: block;
  margin-top: 24px;
  font-size: 18px;
}

.mandate-path small {
  display: block;
  margin-top: 6px;
  color: var(--home-copy);
  font-size: 13px;
  line-height: 1.45;
}

.measurement-strip {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  border-top: 1px solid var(--home-ink);
  background: var(--home-ink);
  color: var(--home-white);
}

.measurement-strip span,
.measurement-strip strong {
  padding: 16px 18px;
  border-right: 1px solid var(--home-line-dark);
  font-size: 13px;
}

.measurement-strip span {
  color: #aeb9bf;
  font: 400 10px/1.5 "DM Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.measurement-strip strong:last-child {
  border-right: 0;
}

.credibility {
  border-top: 1px solid var(--home-ink);
  border-bottom: 1px solid var(--home-line);
  background: #e8e7e1;
}

.credibility-inner {
  display: flex;
  align-items: center;
  min-height: 88px;
  gap: 34px;
}

.credibility-inner > span {
  color: var(--home-muted);
  font: 500 11px/1.4 "DM Mono", monospace;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.credibility-inner strong {
  font-size: 16px;
}

.credibility-inner p {
  margin-left: auto;
  color: var(--home-copy);
  font-size: 14px;
}

.section {
  padding: 112px 0 !important;
}

.split-heading,
.example-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 88px;
  align-items: end;
}

.split-heading h2,
.example-heading h2 {
  max-width: 770px;
  margin-top: 16px;
}

.section-intro {
  max-width: 510px;
  color: var(--home-copy);
  font-size: 19px;
}

.problem {
  background: var(--home-white);
}

.problem-ledger {
  margin-top: 64px;
  border-top: 1px solid var(--home-ink);
}

.problem-ledger article {
  display: grid;
  grid-template-columns: 68px 1fr 160px;
  gap: 28px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--home-line);
}

.problem-ledger article > span {
  color: var(--home-accent-dark);
  font: 500 12px/1.6 "DM Mono", monospace;
}

.problem-ledger article > div {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) 1fr;
  gap: 38px;
}

.problem-ledger h3 {
  font-size: 23px;
}

.problem-ledger p {
  color: var(--home-copy);
  font-size: 15px;
}

.problem-ledger article > strong {
  justify-self: end;
  color: var(--home-blue);
  font: 500 11px/1.5 "DM Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mandate {
  background: var(--home-ink);
  color: var(--home-white);
}

.mandate-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 96px;
  align-items: start;
}

.mandate-sticky {
  position: sticky;
  top: 120px;
}

.mandate-sticky h2 {
  margin-top: 17px;
}

.mandate-sticky > p:not(.eyebrow) {
  margin-top: 24px;
  color: #b9c2c7;
  font-size: 18px;
}

.mandate-sticky .text-link {
  margin-top: 28px;
}

.mandate-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--home-line-dark);
  list-style: none;
}

.mandate-list li {
  display: grid;
  grid-template-columns: 50px 1fr 90px;
  gap: 24px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--home-line-dark);
}

.mandate-list li > span {
  color: #f19a88;
  font: 500 12px/1.6 "DM Mono", monospace;
}

.mandate-list h3 {
  font-size: 24px;
}

.mandate-list p {
  margin-top: 8px;
  color: #aeb9bf;
  font-size: 15px;
}

.mandate-list small {
  justify-self: end;
  color: #aeb9bf;
  font: 400 10px/1.5 "DM Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.operating-example {
  background: var(--home-paper);
}

.workflow-example {
  margin-top: 62px;
  border-top: 4px solid var(--home-blue);
  border-bottom: 1px solid var(--home-ink);
  background: var(--home-white);
}

.workflow-title {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--home-line);
}

.workflow-title span {
  color: var(--home-muted);
  font: 500 10px/1.5 "DM Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.workflow-title strong {
  font-size: 15px;
}

.workflow-row {
  display: grid;
  grid-template-columns: 110px repeat(4, 1fr 28px) 1fr;
  align-items: center;
  min-height: 104px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--home-line);
}

.workflow-row p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.workflow-row i {
  position: relative;
  display: block;
  height: 1px;
  background: var(--home-line);
}

.workflow-row i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--home-muted);
  border-right: 1px solid var(--home-muted);
  content: "";
  transform: rotate(45deg);
}

.workflow-before p {
  color: var(--home-copy);
}

.workflow-intervention {
  display: grid;
  grid-template-columns: 110px repeat(3, 1fr);
  padding: 0 24px;
  border-bottom: 1px solid var(--home-ink);
  background: #e6edef;
}

.workflow-intervention > * {
  padding-top: 24px;
  padding-bottom: 24px;
}

.workflow-intervention > div {
  padding-right: 24px;
  padding-left: 24px;
  border-left: 1px solid #c3ccd0;
}

.workflow-intervention strong {
  display: block;
  color: var(--home-blue);
  font-size: 15px;
}

.workflow-intervention p {
  margin-top: 8px;
  color: var(--home-copy);
  font-size: 13px;
}

.workflow-outcome {
  display: grid;
  grid-template-columns: 110px minmax(260px, 1fr) 1.4fr;
  gap: 24px;
  align-items: center;
  padding: 26px 24px;
  background: var(--home-white);
}

.workflow-outcome > strong {
  font-size: 18px;
  line-height: 1.35;
}

.workflow-outcome > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid var(--home-line);
}

.workflow-outcome > div span {
  padding: 8px 14px;
  color: var(--home-green);
  font: 500 11px/1.5 "DM Mono", monospace;
}

.outcomes {
  background: #dfe8e9;
  color: var(--home-ink);
}

.outcomes .eyebrow-light {
  color: var(--home-blue);
}

.outcomes-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 96px;
  align-items: start;
}

.outcomes h2 {
  margin-top: 17px;
}

.scorecard {
  border-top: 4px solid var(--home-blue);
  background: var(--home-white);
  box-shadow: 0 22px 60px rgba(16, 33, 44, 0.08);
}

.scorecard-head,
.score-row {
  display: grid;
  grid-template-columns: 0.55fr 1fr 100px;
  gap: 24px;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #c2cdcf;
}

.scorecard-head {
  color: var(--home-muted);
  font: 400 10px/1.5 "DM Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.scorecard-head span:last-child {
  grid-column: 3;
  text-align: right;
}

.score-row strong {
  font-size: 18px;
}

.score-row p {
  color: var(--home-copy);
  font-size: 14px;
}

.score-row > span {
  justify-self: end;
  color: var(--home-accent-dark);
  font: 500 11px/1.5 "DM Mono", monospace;
  text-transform: uppercase;
}

.starting-points {
  background: var(--home-white);
}

.function-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 62px;
  border-top: 1px solid var(--home-ink);
}

.function-list a {
  display: grid;
  grid-template-columns: 120px 1fr 30px;
  gap: 20px;
  align-items: center;
  min-height: 116px;
  padding: 22px 24px 22px 0;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-ink);
  text-decoration: none;
}

.function-list a:nth-child(odd) {
  padding-right: 32px;
  border-right: 1px solid var(--home-line);
}

.function-list a:nth-child(even) {
  padding-left: 32px;
}

.function-list a:hover {
  background: #f8f7f3;
  opacity: 1;
}

.function-list span {
  color: var(--home-accent-dark);
  font: 500 11px/1.5 "DM Mono", monospace;
  text-transform: uppercase;
}

.function-list strong {
  font-size: 16px;
  line-height: 1.4;
}

.function-list i {
  justify-self: end;
  color: var(--home-accent);
  font-style: normal;
  font-size: 22px;
}

.control {
  border-top: 1px solid var(--home-line);
  background: var(--home-paper);
}

.control-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 96px;
}

.control h2 {
  margin-top: 17px;
}

.control-ledger {
  border-top: 1px solid var(--home-ink);
}

.control-ledger article {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 30px;
  padding: 26px 0;
  border-bottom: 1px solid var(--home-line);
}

.control-ledger strong {
  font-size: 17px;
}

.control-ledger p {
  color: var(--home-copy);
  font-size: 15px;
}

.standard {
  background: var(--home-ink);
  color: var(--home-white);
}

.standard-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 96px;
  align-items: start;
}

.standard h2 {
  margin-top: 17px;
}

.standard-layout > div:first-child > p:not(.eyebrow) {
  margin-top: 24px;
  color: #b9c2c7;
  font-size: 17px;
}

.standard-list {
  border-top: 1px solid var(--home-line-dark);
}

.standard-list article {
  display: grid;
  grid-template-columns: 42px 0.8fr 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--home-line-dark);
}

.standard-list article > span {
  color: #f19a88;
  font: 500 11px/1.6 "DM Mono", monospace;
}

.standard-list strong {
  font-size: 16px;
}

.standard-list p {
  color: #aeb9bf;
  font-size: 14px;
}

.final-cta {
  padding: 96px 0 !important;
  background: var(--home-accent);
  color: var(--home-white);
}

.final-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: end;
}

.final-cta h2 {
  max-width: 850px;
  margin-top: 16px;
  font-size: 74px;
}

.final-cta p:not(.eyebrow) {
  max-width: 730px;
  margin-top: 22px;
  color: #ffe7e1;
  font-size: 18px;
}

.button-inverse {
  min-height: 58px;
  background: var(--home-ink);
  color: var(--home-white);
  white-space: nowrap;
}

.site-footer {
  padding: 42px 0 !important;
  border-top: 0;
  background: var(--home-ink);
  color: #aeb9bf;
}

.footer-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.footer-brand {
  color: var(--home-white);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.footer-inner p {
  margin-top: 7px;
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 13px;
  text-decoration: none;
}

@media (max-width: 1040px) {
  .page-shell {
    width: min(100% - 56px, 860px);
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 74px !important;
  }

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

  h2 {
    font-size: 50px;
  }

  .final-cta h2 {
    font-size: 58px;
  }

  .brief-header,
  .split-heading,
  .example-heading,
  .mandate-layout,
  .outcomes-layout,
  .control-layout,
  .standard-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mandate-sticky {
    position: static;
  }

  .problem-ledger article > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .workflow-row {
    grid-template-columns: 110px repeat(5, 1fr);
    gap: 12px;
  }

  .workflow-row i {
    display: none;
  }

  .workflow-intervention {
    grid-template-columns: 110px 1fr;
  }

  .workflow-intervention > div {
    border-bottom: 1px solid #c3ccd0;
  }

  .workflow-intervention > div:last-child {
    border-bottom: 0;
  }

  .workflow-outcome {
    grid-template-columns: 110px 1fr;
  }

  .workflow-outcome > div {
    grid-column: 2;
    border-top: 1px solid var(--home-line);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 76px;
    font-size: 16px;
  }

  .page-shell {
    width: min(100% - 36px, 580px);
  }

  .site-nav {
    height: 66px;
  }

  .nav-inner {
    gap: 16px;
  }

  .brand {
    font-size: 18px;
    white-space: nowrap;
  }

  .nav-cta {
    display: inline-flex !important;
    min-height: 40px;
    padding: 0 13px;
    font-size: 12px;
  }

  .hero {
    padding-top: 54px !important;
  }

  .hero h1 {
    font-size: 52px !important;
    line-height: 0.98 !important;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 18px;
  }

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

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

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

  .transformation-brief {
    margin-top: 46px;
    margin-right: -18px;
    margin-left: -18px;
  }

  .brief-header {
    gap: 26px;
    padding: 24px 20px;
  }

  .brief-header h2 {
    font-size: 25px;
  }

  .brief-owners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .mandate-path {
    grid-template-columns: 1fr;
  }

  .mandate-path li {
    display: grid;
    grid-template-columns: 34px 100px 1fr;
    gap: 10px;
    align-items: center;
    min-height: 0;
    padding: 15px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .mandate-path strong,
  .mandate-path small {
    margin-top: 0;
  }

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

  .measurement-strip span {
    grid-column: 1 / -1;
  }

  .measurement-strip strong {
    border-top: 1px solid var(--home-line-dark);
  }

  .credibility-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px 20px;
    padding: 20px 0;
  }

  .credibility-inner p {
    flex-basis: 100%;
    margin-left: 0;
  }

  .section {
    padding: 78px 0 !important;
  }

  h2 {
    font-size: 42px !important;
  }

  .problem-ledger {
    margin-top: 44px;
  }

  .problem-ledger article {
    grid-template-columns: 34px 1fr;
    gap: 14px;
  }

  .problem-ledger article > strong {
    grid-column: 2;
    justify-self: start;
  }

  .mandate-list li {
    grid-template-columns: 34px 1fr;
    gap: 14px;
  }

  .mandate-list small {
    grid-column: 2;
    justify-self: start;
  }

  .workflow-example {
    margin-top: 44px;
  }

  .workflow-title {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .workflow-row {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 18px;
  }

  .workflow-row .state-label {
    padding: 18px 0 10px;
  }

  .workflow-row p {
    padding: 12px 0;
    border-top: 1px solid var(--home-line);
    text-align: left;
  }

  .workflow-intervention {
    grid-template-columns: 1fr;
    padding: 0 18px;
  }

  .workflow-intervention > div {
    padding: 18px 0;
    border-left: 0;
  }

  .workflow-outcome {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 18px;
  }

  .workflow-outcome > div {
    grid-column: 1;
    grid-template-columns: 1fr;
  }

  .workflow-outcome > div span {
    padding-left: 0;
    border-top: 1px solid var(--home-line);
  }

  .scorecard-head,
  .score-row {
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
  }

  .scorecard-head span:last-child {
    grid-column: 2;
  }

  .score-row p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .function-list {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .function-list a,
  .function-list a:nth-child(odd),
  .function-list a:nth-child(even) {
    grid-template-columns: 90px 1fr 24px;
    min-height: 108px;
    padding: 20px 0;
    border-right: 0;
  }

  .control-ledger article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .standard-list article {
    grid-template-columns: 34px 1fr;
    gap: 10px 14px;
  }

  .standard-list p {
    grid-column: 2;
  }

  .final-cta {
    padding: 72px 0 !important;
  }

  .final-cta h2 {
    font-size: 46px !important;
  }

  .final-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .button-inverse {
    width: 100%;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-modal-head strong {
    font-family: "Instrument Sans", sans-serif;
  }

  .mobile-audit-cta a {
    border-radius: 2px;
    background: var(--home-accent);
  }
}

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

@media (max-width: 420px) {
  .site-nav .nav-cta {
    display: none !important;
  }
}
