@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/source-serif-4-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/source-serif-4-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: DM Sans;
  src: url("../fonts/dm-sans.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
  scroll-padding-top: 120px;
}
body {
  margin: 0;
  color: var(--soft-jet);
  background: var(--frost);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
p + p {
  margin-top: 20px;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--sapphire);
  outline-offset: 5px;
}
::selection {
  background: var(--sapphire);
  color: var(--frost);
}
h1,
h2,
h3 {
  color: var(--sapphire);
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.028em;
}
h1 {
  font-size: clamp(56px, 6.2vw, 88px);
}
h2 {
  font-size: clamp(38px, 3.8vw, 56px);
}
h3 {
  font-size: 32px;
}
h1 em,
h2 em,
h3 em,
.large-quote em {
  font-style: normal;
  font-weight: inherit;
}
p {
  max-width: 66ch;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
svg {
  display: block;
}
.shell {
  width: 88%;
  max-width: 1320px;
  margin-inline: auto;
}
.section {
  padding-block: 120px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.small,
.reassurance {
  font-size: 14px;
}
.lead {
  font-size: 20px;
  line-height: 1.65;
}
.muted {
  color: var(--muted);
}
.dark {
  background: var(--sapphire);
  color: var(--frost);
}
.dark p {
  color: #dce3f1;
}
.dark .eyebrow {
  color: var(--champagne);
}
.arrow {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}
.button,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  background: var(--sapphire);
  color: var(--frost);
  padding: 17px 23px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  min-height: 54px;
  border: 1px solid transparent;
  transition:
    background 0.25s,
    color 0.25s;
}
.button:hover,
.nav-cta:hover {
  background: var(--soft-jet);
  color: white;
}
.dark .button {
  background: var(--frost);
  color: var(--soft-jet);
}
.dark .button:hover {
  background: var(--pale);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  min-height: 46px;
  transition: gap 0.25s;
}
.text-link:hover {
  gap: 38px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--frost);
  border-bottom: 1px solid #25282d26;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 96px;
}
.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font:
    500 27px/1.15 "Source Serif 4",
    Georgia,
    serif;
  letter-spacing: -0.025em;
  text-decoration: none;
  white-space: nowrap;
  min-height: 48px;
}
.brand svg {
  width: 32px;
  height: 32px;
}
.site-header ul {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header li > a:not(.nav-cta) {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.site-header li > a[aria-current],
.site-header li > a:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.nav-cta {
  font-size: 13px;
  gap: 20px;
  padding: 12px 18px;
  min-height: 46px;
}
.menu-toggle {
  display: none;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 15px;
  top: 8px;
  background: var(--soft-jet);
  color: white;
  padding: 12px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.home-hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  min-height: calc(94svh - 96px);
  max-width: 1800px;
  margin: auto;
}
.hero-copy {
  padding: 68px 6.4vw 24px 6vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-copy h1 {
  font-size: clamp(64px, 6.9vw, 104px);
  line-height: 1.04;
  margin-bottom: 32px;
}
.hero-copy h1 em {
  color: var(--sapphire);
}
.hero-description {
  font-size: 17px;
  max-width: 510px;
  line-height: 1.65;
  margin-bottom: 28px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 28px;
}
.reassurance {
  color: var(--muted);
  margin-top: 13px;
}
.hero-bottom {
  width: 100%;
  margin-top: auto;
  padding-top: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
}
.hero-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--sapphire);
}
.hero-visual img {
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.image-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 56px 32px 28px;
  background: linear-gradient(transparent, #25282dc9);
  color: var(--frost);
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-size: 14px;
  line-height: 1.4;
}
.image-caption > span:last-child {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.trust-rail {
  background: var(--sapphire);
  color: var(--frost);
}
.trust-rail .shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 27px;
}
.trust-rail p {
  padding: 4px 28px;
  border-left: 1px solid #eef2ff2e;
  margin: 0;
}
.trust-rail p:first-child {
  padding-left: 0;
  border: 0;
}
.trust-rail strong,
.trust-rail span {
  display: block;
}
.trust-rail strong {
  font-weight: 400;
  font-size: 18px;
}
.trust-rail span {
  font-size: 13px;
  color: #cad3e1;
}
.split {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 7vw;
}
.split h2 {
  margin-bottom: 30px;
  max-width: 780px;
}
.split .text-link {
  margin-top: 18px;
}
.side-note {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 27px;
  line-height: 1.25;
  color: var(--muted);
  margin-top: 85px;
}
.closing {
  padding-block: 100px;
}
.closing-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 10vw;
  align-items: end;
}
.closing h2 {
  max-width: 730px;
}
.closing .small {
  margin-top: 14px;
}
.site-footer {
  padding: 60px 0 22px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #25282d30;
  padding-bottom: 32px;
}
.footer-top > p {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 28px;
}
.footer-middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 35px 0;
}
.footer-middle p {
  font-size: 14px;
  color: var(--muted);
}
.footer-middle nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 20px;
}
.footer-middle nav a {
  font-size: 14px;
  min-height: 38px;
  text-decoration: none;
}
.footer-middle nav a:hover {
  text-decoration: underline;
}
.disclosure {
  font-size: 12px;
  color: var(--muted);
  max-width: 110ch;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: var(--muted);
  border-top: 1px solid #25282d26;
  margin-top: 28px;
  padding-top: 20px;
}
.page-hero {
  padding: 88px 0 72px;
  border-bottom: 1px solid #25282d26;
}
.page-hero h1 {
  max-width: 930px;
}
.page-intro {
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  font-size: 20px;
}
.page-intro p {
  max-width: 58ch;
}
@media (min-width: 1800px) {
  .hero-copy {
    padding-left: 108px;
    padding-right: 110px;
  }
}
@media (max-width: 1190px) {
  .site-header ul {
    gap: 17px;
  }
  .nav-wrap {
    width: 92%;
    gap: 20px;
  }
  .brand {
    font-size: 25px;
  }
  .site-header li > a:not(.nav-cta) {
    font-size: 13px;
  }
  .nav-cta {
    padding: 11px 13px;
    font-size: 12px;
    gap: 10px;
  }
  .hero-copy {
    padding-top: 55px;
    padding-right: 4vw;
  }
  .hero-copy h1 {
    font-size: clamp(62px, 6.8vw, 82px);
  }
  .hero-actions {
    gap: 7px;
  }
  .hero-bottom {
    padding-top: 30px;
  }
}
@media (max-width: 999px) {
  .nav-wrap {
    width: 88%;
    min-height: 78px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 22px;
    background: none;
    border: 0;
    padding: 12px 0 12px 16px;
    min-height: 48px;
    font-size: 14px;
  }
  .menu-toggle span {
    font-size: 24px;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--frost);
    padding: 20px 6% 30px;
    border-bottom: 1px solid #25282d35;
    max-height: calc(100svh - 80px);
    overflow: auto;
  }
  .menu-open .site-header nav {
    display: block;
  }
  .site-header ul {
    display: block;
  }
  .site-header li > a:not(.nav-cta) {
    font-size: 24px;
    font-family: "Source Serif 4", Georgia, serif;
    min-height: 54px;
  }
  .nav-cta {
    margin-top: 18px;
    font-size: 14px;
  }
  .home-hero {
    min-height: calc(90svh - 78px);
    grid-template-columns: 1.15fr 0.85fr;
  }
  .hero-copy {
    padding: 50px 5vw 26px 6vw;
  }
  .hero-copy h1 {
    font-size: clamp(52px, 7.2vw, 70px);
  }
  .hero-description {
    font-size: 16px;
  }
  .button {
    padding: 16px 18px;
    gap: 17px;
  }
  .hero-bottom {
    display: none;
  }
  .image-caption {
    padding: 40px 22px 24px;
  }
  .image-caption > span:last-child {
    display: none;
  }
  .section {
    padding-block: 88px;
  }
  .split {
    grid-template-columns: 1fr 2fr;
    gap: 5vw;
  }
  .closing-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .trust-rail p {
    padding-inline: 16px;
  }
  .trust-rail strong {
    font-size: 16px;
  }
  .footer-middle nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  body {
    font-size: 16px;
  }
  .shell {
    width: 88%;
  }
  .nav-wrap {
    min-height: 74px;
  }
  .brand {
    font-size: 24px;
  }
  .brand svg {
    width: 28px;
    height: 28px;
  }
  .home-hero {
    display: block;
    min-height: 0;
  }
  .hero-copy {
    padding: 44px 6% 32px;
    min-height: calc(86svh - 74px);
  }
  .hero-copy .eyebrow {
    margin-bottom: 28px;
  }
  .hero-copy h1 {
    font-size: clamp(52px, 13.7vw, 82px);
    margin-bottom: 26px;
  }
  .hero-description {
    font-size: 17px;
    max-width: 510px;
  }
  .hero-actions {
    gap: 10px 22px;
  }
  .hero-actions .button {
    font-size: 13px;
    gap: 12px;
    padding-inline: 16px;
  }
  .hero-visual {
    height: 260px;
    min-height: 0;
  }
  .hero-visual img {
    object-position: 50% 44%;
  }
  .image-caption {
    padding: 45px 6% 24px;
  }
  .image-caption > span:last-child {
    display: block;
  }
  .trust-rail .shell {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 12px;
  }
  .trust-rail p {
    padding: 15px 0 15px 18px;
  }
  .trust-rail p:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
  .trust-rail p:nth-child(n + 3) {
    border-top: 1px solid #eef2ff2e;
  }
  .section {
    padding-block: 70px;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .eyebrow {
    margin-bottom: 25px;
  }
  .side-note {
    display: none;
  }
  h2 {
    font-size: 44px;
  }
  .lead {
    font-size: 18px;
  }
  .closing {
    padding-block: 70px;
  }
  .closing h2 {
    font-size: 46px;
  }
  .closing-grid {
    gap: 32px;
  }
  .footer-top {
    align-items: start;
    gap: 22px;
    flex-direction: column;
  }
  .footer-top > p {
    font-size: 24px;
  }
  .footer-middle {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-middle nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .page-hero {
    padding: 54px 0 44px;
  }
  .page-hero h1 {
    font-size: clamp(44px, 11.2vw, 66px);
  }
  .page-intro {
    margin: 30px 0 0;
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
.section-heading {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 9vw;
  align-items: end;
  margin-bottom: 56px;
}
.section-heading > p {
  color: var(--muted);
  max-width: 42ch;
}
.dark .section-heading > p {
  color: #dce3f1;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  border-top: 1px solid #25282d36;
}
.steps li {
  display: grid;
  grid-template-columns: 65px 1fr 1.25fr;
  gap: 30px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid #25282d36;
}
.steps p {
  color: var(--muted);
  font-size: 16px;
}
.steps h3 {
  font-size: 33px;
}
.step-number,
.number {
  font-size: 13px;
  color: var(--sapphire);
  letter-spacing: 0.04em;
  padding-top: 7px;
}
.journey {
  background: var(--pale);
}
.model-band {
  padding: 100px 0;
}
.model-band .split {
  grid-template-columns: 1fr 1.5fr;
  gap: 12vw;
}
.model-band h2 {
  font-size: clamp(36px, 3.2vw, 49px);
}
.model-band .lead {
  font-size: 18px;
}
.large-word {
  display: block;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 38px;
  line-height: 1.25;
  margin-top: 70px;
}
.large-word em {
  color: var(--champagne);
}
.fit-grid {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 8vw;
  align-items: center;
}
.workshop-figure img {
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: 70% 50%;
}
.workshop-figure figcaption {
  font-size: 12px;
  color: var(--muted);
  padding-top: 14px;
}
.fit-grid h2 {
  margin-bottom: 30px;
}
.priority-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 20px;
  border-top: 1px solid #25282d30;
}
.priority-list li {
  border-bottom: 1px solid #25282d30;
  padding: 12px 0;
  font-size: 15px;
}
.industries-home {
  background: #e3e9f380;
}
.industry-rows {
  border-top: 1px solid #25282d40;
}
.industry-row {
  display: grid;
  grid-template-columns: 65px 1fr 1fr 30px;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid #25282d40;
  padding: 26px 0;
  text-decoration: none;
  transition:
    padding 0.35s,
    background 0.35s;
}
.industry-row:hover {
  padding-left: 16px;
  background: #0f346008;
}
.industry-row h3 {
  font-size: clamp(34px, 3.1vw, 46px);
}
.industry-tag {
  font-size: 14px;
  color: var(--muted);
}
.section-footnote {
  margin-top: 30px;
  max-width: 75ch;
}
.comparison-wrap {
  overflow: auto;
}
.comparison {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
}
.comparison caption {
  text-align: left;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 12px;
}
.comparison th,
.comparison td {
  padding: 24px 25px;
  vertical-align: top;
  border-bottom: 1px solid #25282d30;
}
.comparison thead th {
  font-weight: 500;
  border-top: 1px solid #25282d60;
  font-size: 16px;
}
.comparison th:first-child {
  padding-left: 0;
  width: 21%;
}
.comparison td {
  width: 39.5%;
}
.comparison tbody th {
  font-weight: 400;
  font-size: 14px;
}
.comparison td:last-child,
.comparison th:last-child {
  background: #e3e9f37f;
}
.comparison thead th:last-child {
  background: var(--sapphire);
  color: var(--frost);
}
.comparison td strong {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
}
.comparison-route {
  display: none;
}
.comparison-next {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 9vw;
  margin-top: 42px;
}
.comparison-next h3 {
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 12px;
}
.comparison-next p {
  font-size: 16px;
  max-width: 52ch;
}
.comparison-next aside p {
  color: var(--muted);
}
.comparison-next .button {
  margin-top: 12px;
}
.buyer-strip {
  background: var(--pale);
  padding: 65px 0;
}
.buyer-strip .shell {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 9vw;
  align-items: center;
}
.buyer-strip h2 {
  font-size: 42px;
}
.buyer-strip .eyebrow {
  margin-bottom: 20px;
}
.buyer-strip .text-link {
  margin-top: 12px;
}
.faq-section {
  display: block;
  max-width: 900px;
  padding-block: 64px 88px;
}
.faq-section > div:first-child {
  margin-bottom: 36px;
}
.faq-section .eyebrow {
  margin-bottom: 20px;
}
.faq-section h2 {
  font-size: clamp(34px, 4vw, 48px);
  margin-bottom: 16px;
}
.faq-section > div > p:not(.eyebrow) {
  font-size: 15px;
  color: var(--muted);
}
.faqs {
  border-top: 1px solid #25282d40;
}
.faqs summary {
  padding: 20px 0;
  min-height: 66px;
}
@media (max-width: 600px) {
  .faq-section {
    padding-block: 40px 64px;
  }
  .faq-section h2 {
    font-size: 36px;
  }
  .faq-section > div:first-child {
    margin-bottom: 28px;
  }
}
details {
  border-bottom: 1px solid #25282d40;
}
summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
  padding: 24px 0;
  font-size: 16px;
  line-height: 1.5;
  min-height: 70px;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 26px;
  font-weight: 400;
  color: var(--sapphire);
  transition: transform 0.3s;
}
details[open] summary > span {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 35px 26px 0;
  color: var(--muted);
  font-size: 16px;
}
.owner-stages,
.industry-context {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 30px;
  border-bottom: 1px solid #25282d30;
  font-size: 14px;
  color: var(--muted);
}
.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
}
.info-pair {
  margin-top: 45px;
  gap: 35px;
  border-top: 1px solid #25282d40;
  padding-top: 30px;
}
.info-pair h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.info-pair p {
  font-size: 16px;
}
.dark .steps,
.dark .steps li {
  border-color: #eef2ff33;
}
.dark .steps p {
  color: #dce3f1;
}
.dark .step-number,
.dark .number {
  color: var(--champagne);
}
.top-rule {
  border-top: 1px solid #25282d30;
}
.top-rule .button {
  margin-top: 30px;
}
.scope-band {
  padding: 100px 0;
}
.scope-band h2 {
  font-size: 44px;
  margin-bottom: 35px;
}
.scope-band .two-columns > div:last-child {
  border-left: 1px solid #eef2ff3b;
  padding-left: 5vw;
}
.industry-index {
  padding-top: 45px;
}
.industry-detail {
  display: grid;
  grid-template-columns: 60px 1fr 1.2fr;
  gap: 4vw;
  padding: 60px 0;
  border-bottom: 1px solid #25282d40;
  scroll-margin-top: 105px;
}
.industry-detail h2 {
  font-size: 48px;
}
.industry-detail .industry-tag {
  margin-top: 15px;
}
.industry-detail .small {
  color: var(--muted);
}
.industry-photo {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
}
.industry-photo > div:last-child {
  padding: 70px 6vw;
}
.industry-photo img {
  height: 100%;
  object-fit: cover;
}
.industry-photo h2 {
  margin-bottom: 30px;
}
.industry-photo .text-link {
  margin-top: 20px;
}
.about-statement {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8vw;
}
.large-quote {
  font:
    clamp(38px, 3.7vw, 54px)/1.18 "Source Serif 4",
    Georgia,
    serif;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.values-grid h2 {
  font-size: 49px;
  margin: 35px 0 25px;
}
.values-grid article {
  border-top: 1px solid #eef2ff66;
  padding-top: 18px;
}
.founder {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 8vw;
}
.founder img {
  max-height: 620px;
  object-fit: cover;
}
.founder h2 {
  margin-bottom: 30px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 9vw;
  align-items: start;
}
.contact-layout aside {
  position: sticky;
  top: 135px;
}
.contact-layout aside h2 {
  font-size: 44px;
  margin-bottom: 30px;
}
.contact-layout aside > p {
  font-size: 16px;
}
.contact-detail {
  padding: 30px 0;
  margin: 30px 0;
  border-block: 1px solid #25282d30;
}
.contact-detail .eyebrow {
  font-size: 12px;
  margin-bottom: 15px;
}
.contact-detail p {
  font-size: 14px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.inquiry-selector legend {
  font-size: 14px;
  margin-bottom: 18px;
}
.inquiry-selector > div {
  display: flex;
  border: 1px solid #25282d60;
}
.inquiry-selector label {
  position: relative;
  flex: 1;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: stretch;
}
.inquiry-selector input {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.inquiry-selector span {
  padding: 15px 13px;
  font-size: 14px;
  line-height: 1.4;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.inquiry-selector input:checked + span {
  background: var(--sapphire);
  color: var(--frost);
}
.inquiry-selector input:focus-visible + span {
  outline: 2px solid var(--sapphire);
  outline-offset: 4px;
  z-index: 1;
}
.inquiry-selector label + label {
  border-left: 1px solid #25282d60;
}
.preview-note {
  background: var(--pale);
  border-left: 2px solid var(--sapphire);
  padding: 18px 21px;
  margin: 25px 0;
  font-size: 14px;
}
.preview-note strong {
  font-weight: 500;
}
.preview-note p {
  margin-top: 6px;
}
.form-fields legend {
  font:
    30px/1.2 "Source Serif 4",
    Georgia,
    serif;
  padding: 20px 0 25px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px 24px;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  display: block;
  font-size: 14px;
  margin-bottom: 9px;
}
.field label span {
  font-size: 12px;
  color: var(--muted);
}
input,
select,
textarea {
  border: 1px solid #697584;
  border-radius: 0;
  color: var(--soft-jet);
  background: transparent;
  padding: 13px 14px;
  width: 100%;
  min-height: 50px;
  font-size: 16px;
}
select {
  padding-right: 25px;
}
textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.5;
}
.field-error {
  display: block;
  font-size: 13px;
  color: #933421;
  min-height: 0;
  margin-top: 5px;
}
[aria-invalid="true"] {
  border-color: #933421;
}
.form-help {
  font-size: 13px;
  color: var(--muted);
  margin: 20px 0 30px;
}
.form-permission {
  font-size: 14px;
  padding-top: 25px;
  border-top: 1px solid #25282d30;
}
.form-submit {
  margin-top: 25px;
}
.form-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
#form-status:not(:empty) {
  padding: 16px 0 0;
  font-size: 15px;
  color: #933421;
}
.inquiry-review {
  margin-top: 30px;
  padding: 25px;
  background: var(--pale);
  overflow-wrap: anywhere;
}
.inquiry-review h3 {
  font-size: 32px;
  margin-bottom: 14px;
}
.inquiry-review > p {
  font-size: 15px;
}
.inquiry-review dl {
  font-size: 15px;
}
.inquiry-review dt {
  font-size: 12px;
  font-weight: 500;
  margin-top: 15px;
}
.inquiry-review dd {
  margin: 0;
  white-space: pre-wrap;
}
.inquiry-review button {
  background: none;
  color: inherit;
  border-width: 0 0 1px;
  font: inherit;
  font-size: 14px;
}
.legal-layout,
.article-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 8vw;
}
.legal-layout aside p {
  font-size: 15px;
}
.prose {
  max-width: 740px;
}
.prose h2 {
  font-size: 37px;
  margin-bottom: 22px;
}
.prose p {
  margin-bottom: 25px;
}
.prose p + h2 {
  margin-top: 55px;
}
.prose section {
  margin-bottom: 55px;
}
.prose .number {
  display: block;
  margin-bottom: 20px;
}
.article-end {
  border-top: 1px solid #25282d40;
  padding-top: 45px;
}
.article-layout aside .text-link {
  font-size: 13px;
}
.reading-section,
.article-layout {
  display: block;
  max-width: 900px;
  padding-block: 72px;
}
.reading-section > div:first-child .eyebrow {
  margin-bottom: 24px;
}
.reading-section > div:last-child,
.article-layout .prose {
  max-width: 740px;
}
.article-layout aside {
  margin-bottom: 36px;
}
.article-layout aside .eyebrow {
  margin-bottom: 8px;
}
.recognition + .owner-comparison,
.reading-section + .owner-comparison {
  padding-top: 32px;
}
@media (max-width: 700px) {
  .reading-section,
  .article-layout {
    padding-block: 48px;
  }
}
[hidden] {
  display: none !important;
}
@media (max-width: 999px) {
  .section-heading {
    gap: 6vw;
    grid-template-columns: 1.3fr 1fr;
  }
  .steps li {
    grid-template-columns: 45px 1fr 1.25fr;
    gap: 25px;
  }
  .steps h3 {
    font-size: 29px;
  }
  .model-band .split {
    gap: 6vw;
    grid-template-columns: 1fr 1.4fr;
  }
  .large-word {
    font-size: 31px;
  }
  .fit-grid {
    gap: 5vw;
  }
  .industry-row {
    grid-template-columns: 45px 1fr 1fr 20px;
    gap: 16px;
  }
  .industry-detail {
    grid-template-columns: 35px 1fr 1.2fr;
    gap: 25px;
  }
  .industry-detail h2 {
    font-size: clamp(33px, 10.3vw, 40px);
  }
  .industry-photo > div:last-child {
    padding: 55px 5vw;
  }
  .contact-layout {
    gap: 6vw;
    grid-template-columns: 0.85fr 1.4fr;
  }
  .contact-layout aside h2 {
    font-size: 37px;
  }
  .inquiry-selector span {
    font-size: 13px;
    padding: 13px 10px;
  }
  .form-grid {
    column-gap: 17px;
  }
  .about-statement {
    gap: 6vw;
  }
  .values-grid {
    gap: 25px;
  }
}
@media (max-width: 700px) {
  .section-heading {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 35px;
  }
  .section-heading > p {
    max-width: 100%;
  }
  .steps {
    margin-top: 35px;
  }
  .steps li {
    grid-template-columns: 32px 1fr;
    gap: 12px 15px;
    padding: 26px 0;
  }
  .steps h3 {
    font-size: 31px;
  }
  .steps p {
    grid-column: 2;
  }
  .model-band {
    padding: 65px 0;
  }
  .model-band .split {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .large-word {
    display: none;
  }
  .model-band h2 {
    font-size: 40px;
  }
  .fit-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .workshop-figure img {
    aspect-ratio: 1.2;
    object-position: 50% 50%;
  }
  .industry-row {
    grid-template-columns: 28px 1fr 20px;
    gap: 13px;
    padding: 24px 0;
  }
  .industry-row h3 {
    font-size: clamp(28px, 8.5vw, 34px);
  }
  .industry-row .industry-tag {
    grid-column: 2;
    grid-row: 2;
    font-size: 13px;
  }
  .industry-row .arrow {
    grid-column: 3;
    grid-row: 1;
  }
  .industry-row .number {
    align-self: start;
  }
  .comparison th,
  .comparison td {
    padding: 18px 12px;
  }
  .comparison {
    font-size: 13px;
  }
  .comparison thead th {
    font-size: 14px;
  }
  .comparison th:first-child {
    width: 22%;
    font-size: 12px;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .comparison td {
    width: 39%;
  }
  .buyer-strip {
    padding: 55px 0;
  }
  .buyer-strip .shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .buyer-strip h2 {
    font-size: 40px;
  }
  summary {
    font-size: 16px;
    padding-block: 22px;
  }
  .faq-answer {
    padding-right: 15px;
  }
  .owner-stages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    font-size: 12px;
  }
  .two-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .info-pair {
    gap: 27px;
  }
  .info-pair h3 {
    margin-bottom: 12px;
  }
  .scope-band {
    padding: 65px 0;
  }
  .scope-band h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .scope-band .two-columns > div:last-child {
    padding: 30px 0 0;
    border-left: 0;
    border-top: 1px solid #eef2ff3b;
  }
  .industry-context {
    flex-direction: column;
    gap: 7px;
    font-size: 13px;
    padding-block: 23px;
  }
  .industry-detail {
    grid-template-columns: 28px 1fr;
    gap: 16px;
    padding: 35px 0;
  }
  .industry-detail > div:last-child {
    grid-column: 2;
  }
  .industry-detail h2 {
    font-size: clamp(33px, 10.3vw, 40px);
  }
  .industry-detail .industry-tag {
    margin-top: 12px;
  }
  .industry-photo {
    grid-template-columns: 1fr;
  }
  .industry-photo img {
    aspect-ratio: 1.3;
    object-fit: cover;
  }
  .industry-photo > div:last-child {
    padding: 55px 6%;
  }
  .about-statement {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .large-quote {
    font-size: 39px;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .values-grid h2 {
    margin: 22px 0 20px;
  }
  .founder {
    grid-template-columns: 1fr;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .contact-layout aside {
    position: static;
  }
  .contact-layout aside h2 {
    font-size: 40px;
  }
  .contact-detail {
    margin: 25px 0;
    padding: 24px 0;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .inquiry-selector span {
    font-size: 13px;
    padding: 14px 9px;
  }
  .legal-layout,
  .article-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .prose h2 {
    font-size: 34px;
  }
  .prose p + h2 {
    margin-top: 38px;
  }
  .prose section {
    margin-bottom: 40px;
  }
  .inquiry-review {
    padding: 22px;
  }
  .article-layout aside .text-link {
    margin-top: -12px;
  }
}

@keyframes settle {
  from {
    opacity: 0.92;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .page-hero .hero-heading,
  .home-hero .hero-copy {
    animation: settle 650ms ease-out both;
  }
  .hero-visual img {
    animation: settle 800ms ease-out both;
  }
}
#inquiry-review:focus-visible,
#form-status:focus-visible {
  outline: 2px solid var(--sapphire);
  outline-offset: 5px;
}
input,
select,
textarea {
  scroll-margin-top: 130px;
}

.dark a:focus-visible,
.dark button:focus-visible {
  outline-color: var(--frost);
}
@media (max-width: 700px) {
  .footer-middle nav a {
    min-height: 44px;
  }
  .comparison {
    font-size: 14px;
  }
}

.trust-rail .trust-model {
  display: block;
  margin: 0 auto;
  padding: 0 0 23px;
  border: 0;
  font-size: 13px;
  color: #dce3f1;
}

/* Landscape-led home: a calm overlook, followed by a clear owner story. */
body[data-page="index.html"] .site-header {
  position: absolute;
  inset: 0 0 auto;
  background: transparent;
  color: var(--frost);
  border-bottom-color: #eef2ff33;
}
body[data-page="index.html"] .menu-toggle {
  color: var(--frost);
}
body[data-page="index.html"] .site-header .nav-cta {
  color: var(--frost);
  background: transparent;
  border: 1px solid #eef2ff80;
}
body[data-page="index.html"] .site-header a:focus-visible,
body[data-page="index.html"] .menu-toggle:focus-visible,
.landscape-hero :focus-visible {
  outline-color: var(--frost);
}
.landscape-hero {
  position: relative;
  background: var(--sapphire);
  color: var(--frost);
}
.landscape-stage {
  min-height: 820px;
  height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: clip;
}
.landscape-media,
.landscape-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.landscape-poster,
.landscape-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
  position: absolute;
  inset: 0;
}
.landscape-video {
  opacity: 0;
}
.landscape-video.is-ready {
  opacity: 1;
}
.landscape-shade {
  background:
    linear-gradient(90deg, #25282db8 0%, #25282d94 38%, #25282d25 78%),
    linear-gradient(
      180deg,
      #25282d94 0%,
      transparent 32%,
      transparent 62%,
      #25282d8c 100%
    );
}
.landscape-content {
  position: relative;
  padding-top: 85px;
  padding-bottom: 100px;
}
.landscape-content .eyebrow {
  color: var(--frost);
  margin-bottom: 30px;
}
.landscape-content h1 {
  font-size: clamp(72px, 7.6vw, 112px);
  line-height: 1.04;
  max-width: 760px;
  letter-spacing: -0.035em;
  margin-bottom: 27px;
}
.landscape-intro {
  font-size: 22px;
  line-height: 1.45;
  max-width: 490px;
}
.landscape-description {
  font-size: 16px;
  line-height: 1.65;
  max-width: 440px;
  margin-top: 16px;
}
.landscape-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 30px;
  align-items: center;
}
.landscape-actions .button {
  background: #b9bfc3;
  color: var(--soft-jet);
}
.landscape-actions .button:hover {
  background: #c8cdd0;
}
.landscape-actions .text-link {
  color: #d0d3d6;
  border-color: #d0d3d680;
}
.landscape-reassurance {
  font-size: 12px;
  margin-top: 15px;
}
.landscape-foot {
  position: absolute;
  bottom: 28px;
  left: 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 12px;
}
.landscape-scroll {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 44px;
  text-decoration: none;
}
.landscape-scroll span {
  font-size: 22px;
}
.landscape-motion {
  background: transparent;
  color: var(--frost);
  border: 1px solid #eef2ff80;
  font-size: 12px;
  padding: 10px 16px;
  min-height: 44px;
  margin-left: auto;
}
.landscape-motion[hidden] {
  display: none;
}
body[data-page="index.html"] .trust-rail {
  background: var(--frost);
  color: var(--soft-jet);
  border-bottom: 1px solid #25282d26;
}
body[data-page="index.html"] .trust-rail p {
  border-color: #25282d26;
}
body[data-page="index.html"] .trust-rail span {
  color: var(--muted);
}
body[data-page="index.html"] .trust-rail .trust-model {
  color: var(--muted);
}
body[data-page="index.html"] .recognition {
  padding-block: 110px;
}
body[data-page="index.html"] .recognition h2 {
  max-width: 720px;
}
body[data-page="index.html"] .landscape-detail img {
  aspect-ratio: 5 / 6;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1000px) and (prefers-reduced-motion: no-preference) {
  .landscape-hero.scene-enhanced {
    height: 150svh;
  }
  .scene-enhanced .landscape-stage {
    position: sticky;
    top: 0;
    min-height: 0;
  }
}
@media (max-width: 999px) {
  body[data-page="index.html"] .site-header nav {
    color: var(--soft-jet);
  }
  body[data-page="index.html"] .site-header nav .nav-cta {
    background: var(--sapphire);
    color: var(--frost);
    border-color: transparent;
  }
  body[data-page="index.html"] .site-header nav a:focus-visible {
    outline-color: var(--sapphire);
  }
  .landscape-stage {
    min-height: 780px;
  }
  .landscape-content {
    padding-top: 90px;
  }
  .landscape-content h1 {
    font-size: 76px;
  }
  .landscape-location {
    display: none;
  }
}
@media (max-width: 700px) {
  .landscape-stage {
    min-height: 760px;
    height: 100svh;
  }
  .landscape-poster {
    object-position: 58% 50%;
  }
  .landscape-shade {
    background: linear-gradient(
      180deg,
      #25282d8c 0%,
      #25282d94 35%,
      #25282d94 70%,
      #25282d8c 100%
    );
  }
  .landscape-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .landscape-content .eyebrow {
    margin-bottom: 26px;
  }
  .landscape-content h1 {
    font-size: clamp(52px, 14vw, 76px);
    margin-bottom: 24px;
  }
  .landscape-intro {
    font-size: 20px;
    max-width: 330px;
  }
  .landscape-description {
    font-size: 15px;
    margin-top: 15px;
    max-width: 365px;
  }
  .landscape-actions {
    margin-top: 26px;
    gap: 10px 22px;
  }
  .landscape-actions .button {
    font-size: 12px;
    padding-inline: 15px;
    gap: 12px;
  }
  .landscape-actions .text-link {
    font-size: 13px;
  }
  .landscape-foot {
    bottom: 14px;
    gap: 12px;
  }
  .landscape-scroll {
    font-size: 11px;
    gap: 12px;
  }
  .landscape-motion {
    font-size: 11px;
    padding-inline: 10px;
  }
  body[data-page="index.html"] .recognition {
    padding-block: 72px;
  }
  body[data-page="index.html"] .landscape-detail img {
    aspect-ratio: 1.15;
  }
}
@media (max-height: 720px) and (min-width: 1000px) {
  .landscape-content h1 {
    font-size: 70px;
    margin-bottom: 18px;
  }
  .landscape-content .eyebrow {
    margin-bottom: 18px;
  }
  .landscape-content {
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .landscape-intro {
    font-size: 20px;
  }
  .landscape-description {
    margin-top: 10px;
  }
  .landscape-actions {
    margin-top: 20px;
  }
}

/* A single supporting landscape beside the owner’s first conversation. */
.owner-landscape {
  margin-top: 40px;
}
.owner-landscape img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.owner-landscape figcaption {
  margin-top: 15px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}
@media (max-width: 700px) {
  .owner-context {
    display: contents;
  }
  .owner-context > .eyebrow {
    grid-row: 1;
    margin-bottom: 0;
  }
  .owner-story {
    grid-row: 2;
  }
  .owner-landscape {
    grid-row: 3;
    margin-top: 12px;
  }
  .owner-landscape img {
    aspect-ratio: 1.35;
    object-position: center 56%;
  }
}

/* Keep each owner question and both answers together on small screens. */
@media (max-width: 700px) {
  .owner-comparison .comparison thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .owner-comparison .comparison,
  .owner-comparison .comparison tbody {
    display: block;
    width: 100%;
  }
  .owner-comparison .comparison caption {
    display: block;
    margin-bottom: 24px;
  }
  .owner-comparison .comparison tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 24px;
  }
  .owner-comparison .comparison tbody th {
    width: auto;
    font-size: 19px;
    font-weight: 500;
    padding: 18px 0 14px;
    border-top: 1px solid #25282d40;
    border-bottom: 0;
  }
  .owner-comparison .comparison td {
    width: auto;
    padding: 18px;
    font-size: 15px;
    border: 0;
  }
  .owner-comparison .comparison td:first-of-type {
    padding-top: 0;
    padding-left: 0;
  }
  .comparison-route {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 9px;
  }
  .comparison-next {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 12px;
  }
}

/* A concise first comparison, with the full explanation on Our Approach. */
.comparison-role {
  max-width: 80ch;
  font-size: 16px;
  margin-top: 24px;
}
.comparison-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px 35px;
  margin-top: 26px;
}
.broad-industries h2 {
  max-width: 650px;
}
.broad-size {
  margin-top: 28px;
}
.buyer-scope-heading {
  margin-top: 32px;
  margin-bottom: 12px;
}
.field-hint {
  color: var(--muted);
  font-size: 14px;
  margin-top: 7px;
  line-height: 1.5;
}
.owner-reflection-list {
  max-width: 740px;
  padding-left: 22px;
  margin-block: 24px;
}
.owner-reflection-list li + li {
  margin-top: 16px;
}

/* Help owners choose a guide by the question they are considering. */
.resource-hub {
  max-width: 900px;
  padding-block: 64px;
}
.resource-hub-intro {
  max-width: 740px;
  margin-bottom: 40px;
}
.resource-hub h2 {
  font-size: clamp(28px, 3vw, 38px);
  margin-bottom: 18px;
}
.resource-guide {
  padding-block: 36px;
  border-top: 1px solid #25282d30;
}
.resource-guide:last-child {
  padding-bottom: 0;
}
.resource-guide .eyebrow {
  margin-bottom: 16px;
}
.resource-guide h2 .text-link {
  display: inline;
  font: inherit;
  padding: 0;
  border: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.resource-guide > p,
.resource-guide ul {
  max-width: 740px;
}
.resource-guide-label {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}
.resource-guide ul {
  margin-top: 10px;
  padding-left: 20px;
  color: var(--muted);
  font-size: 16px;
}
.resource-guide li + li {
  margin-top: 8px;
}
@media (max-width: 700px) {
  .resource-hub {
    padding-block: 40px;
  }
  .resource-guide {
    padding-block: 28px;
  }
}
.resource-list article {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 8vw;
  padding: 38px 0;
  border-top: 1px solid #25282d30;
}
.resource-list article:first-child {
  padding-top: 0;
  border: 0;
}
.resource-list h2 {
  font-size: clamp(27px, 3vw, 38px);
}
.resource-list h2 .text-link {
  display: inline;
  font: inherit;
  border: 0;
  padding: 0;
}
.resource-list h2 .arrow {
  display: inline-block;
  font:
    0.6em "DM Sans",
    sans-serif;
  margin-left: 10px;
}
.resource-list .eyebrow {
  margin-bottom: 16px;
}
.resource-list article > p {
  padding-top: 30px;
}
.related-guides {
  border-top: 1px solid #25282d30;
  padding-top: 35px;
  margin-top: 35px;
}
.related-guides h2 {
  font-size: 25px;
}
.related-guides .text-link {
  display: table;
  margin-top: 15px;
}
@media (max-width: 700px) {
  .comparison-short .comparison tbody tr {
    padding-bottom: 14px;
  }
  .comparison-short .comparison td {
    padding: 14px;
  }
  .comparison-short .comparison td:first-of-type {
    padding-left: 0;
    padding-top: 0;
  }
  .comparison-short .comparison-role {
    margin-top: 6px;
  }
  .comparison-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .resource-list article {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .resource-list article > p {
    padding-top: 0;
  }
}

/* Signal View / Frost, Sapphire, Soft Jet, restrained Champagne accent. */
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm-sans-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
.dark :is(h1, h2, h3), .landscape-content h1 { color: var(--frost); }
.eyebrow { color: var(--sapphire); }
.dark .eyebrow { color: var(--champagne); }
.page-hero .eyebrow::before,
.landscape-content .eyebrow::before,
.closing .eyebrow::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  margin-right: 13px;
  vertical-align: middle;
  background: var(--champagne);
}
.brand { color: var(--sapphire); }
.brand svg { width: 230px; height: auto; }
body[data-page="index.html"] .site-header .brand { color: var(--frost); }
.brand .brand-accent { fill: var(--champagne); }
.site-footer { background: var(--soft-jet); color: var(--frost); }
.site-footer .brand { color: var(--frost); }
.site-footer :is(.footer-middle p, .disclosure, .footer-bottom) { color: #cad3e1; }
.site-footer :is(.footer-top, .footer-bottom) { border-color: #eef2ff26; }
.site-footer a:focus-visible { outline-color: var(--champagne); }
.site-header li > a[aria-current] { text-decoration-color: var(--champagne); text-decoration-thickness: 2px; }
.preview-note { border-left-color: var(--champagne); }
@media (max-width: 1190px) { .brand svg { width: 208px; } }
@media (max-width: 700px) { .brand svg { width: 190px; } }

.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
