@font-face {
  font-family: Steadymoor Serif;
  src: url("/assets/fonts/EBGaramond.ttf") format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Steadymoor Sans;
  src: url("/assets/fonts/Schibsted.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --sm-ink: #142e43;
  --sm-muted: #516574;
  --sm-paper: #f8f8f4;
  --sm-mist: #e7edf0;
  --sm-line: #cdd7db;
  --sm-serif: "Steadymoor Serif", Georgia, serif;
  --sm-sans: "Steadymoor Sans", Arial, sans-serif;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 115px;
  color-scheme: light;
  background: var(--sm-paper);
}
body {
  margin: 0;
  background: var(--sm-paper);
  color: var(--sm-ink);
  font-family: var(--sm-sans);
}
.sm-site {
  background: var(--sm-paper);
  color: var(--sm-ink);
  font-family: var(--sm-sans);
  font-size: 16px;
  line-height: 1.65;
  overflow: clip;
  -webkit-font-smoothing: antialiased;
}
.sm-site *,
.sm-site *::before,
.sm-site *::after {
  box-sizing: border-box;
}
.sm-site h1,
.sm-site h2,
.sm-site h3,
.sm-site p,
.sm-site figure,
.sm-site blockquote {
  margin: 0;
}
.sm-site h1,
.sm-site h2 {
  font-family: var(--sm-serif);
  font-weight: 400;
  letter-spacing: -0.042em;
  line-height: 1.02;
  text-wrap: balance;
}
.sm-site h2 {
  font-size: clamp(48px, 5.5vw, 86px);
}
.sm-site h3 {
  font-weight: 500;
  line-height: 1.3;
}
.sm-site em {
  font-weight: 400;
  font-style: italic;
}
.sm-site a {
  color: inherit;
  text-decoration: none;
}
.sm-site button,
.sm-site input,
.sm-site textarea {
  font: inherit;
}
.sm-site button {
  cursor: pointer;
  color: inherit;
}
.sm-site button:disabled {
  cursor: default;
  opacity: 0.65;
}
.sm-site img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
.sm-site :focus-visible {
  outline: 3px solid #557d9c;
  outline-offset: 5px;
}
.sm-site ::selection {
  background: #bcd0dd;
  color: #102b45;
}
.sm-site p {
  max-width: 65ch;
}
.sm-wrap {
  width: min(1376px, calc(100% - 112px));
  margin-inline: auto;
}
.sm-section {
  padding-block: 128px;
}
.sm-eyebrow {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.sm-index {
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: var(--sm-muted);
}
.sm-small {
  font-size: 12px;
  line-height: 1.7;
  color: var(--sm-muted);
}
.sm-arrow {
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.25s ease;
}
a:hover .sm-arrow,
button:hover .sm-arrow {
  transform: translate(3px, -2px);
}
.sm-button {
  display: inline-flex;
  gap: 34px;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  transition:
    background 0.25s,
    transform 0.25s;
}
.sm-button-light {
  background: var(--sm-paper);
  color: var(--sm-ink) !important;
}
.sm-button-light:hover {
  background: #dce7ed;
  transform: translateY(-2px);
}
.sm-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid currentColor;
  padding-block: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.sm-skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  background: white;
  color: var(--sm-ink) !important;
  padding: 12px;
  transform: translateY(-180%);
}
.sm-skip:focus {
  transform: none;
}
.sm-header {
  height: 100px;
  padding: 12px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 248, 244, 0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(20, 46, 67, 0.08);
}
.sm-logo {
  width: 191px;
  flex-shrink: 0;
  display: block;
}
.sm-logo img {
  width: 100%;
  height: 64px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.sm-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
}
.sm-header nav > a:not(.sm-nav-call) {
  padding-block: 12px;
  border-bottom: 1px solid transparent;
}
.sm-header nav > a:hover {
  border-color: currentColor;
}
.sm-header .sm-nav-call {
  display: flex;
  gap: 30px;
  align-items: center;
  border: 1px solid var(--sm-line);
  padding: 12px 18px;
  margin-left: 6px;
}
.sm-menu-toggle {
  display: none;
}
.sm-hero {
  position: relative;
  min-height: 740px;
  height: calc(100svh - 100px);
  max-height: 1060px;
  background: #0c233f;
  color: var(--sm-paper);
  isolation: isolate;
  margin: 0 20px;
}
.sm-hero-image,
.sm-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sm-hero-image {
  object-position: 58% center;
}
.sm-hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(6, 24, 47, 0.6),
      rgba(6, 24, 47, 0.15) 58%,
      transparent 80%
    ),
    linear-gradient(0deg, rgba(6, 24, 47, 0.8), transparent 30%);
}
.sm-hero-copy {
  padding: 64px 4.5% 140px;
  position: relative;
}
.sm-live-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #bfd3df;
  border-radius: 50%;
  margin: 0 12px 2px 0;
  box-shadow: 0 0 0 4px #bfd3df20;
}
.sm-hero h1 {
  font-size: clamp(76px, 7.7vw, 122px);
  margin-top: 28px;
  line-height: 0.97;
  letter-spacing: -0.05em;
  max-width: 780px;
}
.sm-hero h1 em {
  color: #b8ccd9;
}
.sm-hero-copy > p {
  font-size: 15px;
  line-height: 1.65;
  margin-top: 26px;
  color: #dce5ea;
}
.sm-hero .sm-button {
  margin-top: 27px;
}
.sm-hero-note {
  display: block;
  margin-top: 14px;
  font-size: 10px;
  color: #d2dce3;
}
.sm-hero-bottom {
  position: absolute;
  bottom: 31px;
  left: 4.5%;
  right: 4.5%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-top: 1px solid #ffffff40;
  padding-top: 22px;
}
.sm-hero-bottom p {
  font-family: var(--sm-serif);
  font-size: 24px;
  line-height: 1.15;
}
.sm-hero-bottom a {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 11px;
}
.sm-hero-bottom a span {
  font-size: 26px;
}
.sm-belief-strip {
  display: flex;
  justify-content: center;
  gap: 12vw;
  padding: 29px 24px;
  border-bottom: 1px solid var(--sm-line);
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.sm-belief-strip span::before {
  content: "+";
  margin-right: 12px;
  color: #6a8291;
}
.sm-journey {
  padding-top: 76px;
  padding-bottom: 100px;
}
.sm-section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 30px;
}
.sm-section-top .sm-text-link {
  font-size: 11px;
  border: 0;
}
.sm-journey-grid {
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  gap: 9%;
  align-items: start;
}
.sm-chapter {
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 65px;
  scroll-margin-top: 60px;
}
.sm-chapter h2 {
  font-size: clamp(46px, 4.7vw, 72px);
  margin: 26px 0;
}
.sm-chapter > p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--sm-muted);
}
.sm-chapter-note {
  font-family: var(--sm-serif);
  font-size: 24px;
  line-height: 1.3;
  display: block;
  margin-top: 25px;
}
.sm-chapter-next {
  display: inline-flex;
  gap: 24px;
  font-size: 11px;
  margin-top: 32px;
  align-items: center;
  align-self: start;
}
.sm-chapter-next span {
  font-size: 20px;
}
.sm-mobile-photo {
  display: none;
}
.sm-journey-visual {
  position: sticky;
  top: 150px;
  padding-top: 20px;
}
.sm-journey-photos {
  position: relative;
  aspect-ratio: 1.35;
  overflow: hidden;
  background: #183048;
}
.sm-journey-photos img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.035);
  transition:
    opacity 0.85s ease,
    transform 1.3s cubic-bezier(0.2, 0.65, 0.2, 1);
  object-position: 60%;
}
.sm-journey-photos img.is-current {
  opacity: 1;
  transform: scale(1);
}
.sm-image-label {
  position: absolute;
  bottom: 22px;
  left: 22px;
  color: white;
  font-size: 12px;
  text-shadow: 0 1px 10px #000;
  background: #102b4560;
  padding: 7px 12px;
  backdrop-filter: blur(8px);
}
.sm-workflow {
  height: 216px;
  position: relative;
  background: #e6eced;
  border: 1px solid #d6dfe1;
  border-top: none;
}
.sm-workflow-top {
  position: absolute;
  top: 19px;
  left: 22px;
  right: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.04em;
}
.sm-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a18d6b;
  transition: background 0.6s;
}
[data-phase="2"] .sm-status-dot {
  background: #4b7b82;
}
.sm-connections {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 120px;
}
.sm-connections path {
  stroke: #6b8999;
  stroke-width: 1.5;
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
  transition: stroke-dashoffset 1.2s ease;
}
[data-phase="1"] .sm-connections path,
[data-phase="2"] .sm-connections path {
  stroke-dashoffset: 0;
}
.sm-work-card {
  position: absolute;
  top: 69px;
  left: 5%;
  width: 27%;
  padding: 12px 10px;
  background: var(--sm-paper);
  border: 1px solid #d1dbdf;
  box-shadow: 0 8px 14px #1a354b08;
  font-size: 12px;
  line-height: 1.4;
  transition:
    transform 1s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 1s;
}
.sm-work-card-1 {
  left: 36.5%;
}
.sm-work-card-2 {
  left: 68%;
}
.sm-work-card small {
  display: block;
  font-size: 8px;
  color: var(--sm-muted);
  margin-top: 7px;
}
.sm-card-symbol {
  float: right;
  color: #668698;
  font-size: 15px;
}
[data-phase="0"] .sm-work-card-0 {
  transform: translate(6px, 12px) rotate(-9deg);
}
[data-phase="0"] .sm-work-card-1 {
  transform: translate(-3px, -8px) rotate(7deg);
}
[data-phase="0"] .sm-work-card-2 {
  transform: translate(-8px, 17px) rotate(-6deg);
}
[data-phase="2"] .sm-work-card {
  box-shadow: 0 5px 18px #1a354b12;
}
.sm-workflow-caption {
  position: absolute;
  bottom: 15px;
  left: 22px;
  font-size: 8px;
  color: var(--sm-muted);
}
.sm-stage-progress {
  display: flex;
  gap: 7px;
  margin-top: 19px;
}
.sm-stage-progress span {
  height: 2px;
  background: #dae1e4;
  flex: 1;
  transition: background 0.6s;
}
.sm-stage-progress .is-current {
  background: #476a81;
}
.sm-heading-pair {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 9%;
  align-items: end;
  margin-bottom: 64px;
}
.sm-heading-pair .sm-eyebrow {
  margin-bottom: 24px;
}
.sm-heading-pair > p,
.sm-heading-pair > div > p {
  color: var(--sm-muted);
  font-size: 15px;
  line-height: 1.8;
}
.sm-heading-pair > div > p + p {
  margin-top: 20px;
}
.sm-problems {
  background: var(--sm-mist);
}
.sm-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #bbcbd3;
}
.sm-problem {
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr 20px;
  gap: 12px;
  align-items: start;
  padding: 30px 20px 35px 0;
  border-bottom: 1px solid #bbcbd3;
  min-height: 133px;
}
.sm-problem:not(:nth-child(3n + 1)) {
  padding-left: 25px;
  border-left: 1px solid #bbcbd3;
}
.sm-problem h3 {
  font-size: 17px;
  max-width: 250px;
}
.sm-problem .sm-arrow {
  font-size: 16px;
  color: #7e98a8;
}
.sm-problem .sm-index {
  padding-top: 3px;
}
.sm-method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  align-items: start;
}
.sm-method-photo {
  position: sticky;
  top: 135px;
}
.sm-method-photo > img {
  height: 640px;
  width: 100%;
  object-position: 54%;
}
.sm-method-photo figcaption {
  font-size: 10px;
  color: var(--sm-muted);
  margin-top: 12px;
}
.sm-method-tag {
  position: absolute;
  bottom: 55px;
  left: 24px;
  right: 24px;
  padding: 24px;
  background: #f8f8f4ee;
  backdrop-filter: blur(12px);
}
.sm-method-tag > span {
  display: block;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.sm-method-tag strong {
  font-size: 23px;
  font-family: var(--sm-serif);
  font-weight: 400;
  line-height: 1.15;
}
.sm-method-tag .sm-arrow {
  position: absolute;
  right: 22px;
  bottom: 26px;
}
.sm-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sm-step {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 17px;
  padding: 28px 0;
  border-top: 1px solid var(--sm-line);
}
.sm-step:first-child {
  padding-top: 22px;
}
.sm-step h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.sm-step p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--sm-muted);
}
.sm-step .sm-index {
  padding-top: 4px;
}
.sm-principle {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 100px 0;
  background: #18354b;
  color: var(--sm-paper);
}
.sm-principle .sm-wrap {
  max-width: 1050px;
  text-align: center;
}
.sm-principle blockquote {
  font-family: var(--sm-serif);
  font-size: clamp(28px, 3.1vw, 46px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 35px auto;
}
.sm-principle p {
  font-size: 11px;
  margin: auto;
  color: #bdccd7;
}
.sm-contours {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.17;
  stroke: #a5c5d6;
  stroke-width: 0.7;
}
.sm-sector {
  border-top: 1px solid var(--sm-line);
}
.sm-sector:last-child {
  border-bottom: 1px solid var(--sm-line);
}
.sm-sector summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 28px 0;
  cursor: pointer;
}
.sm-sector summary::-webkit-details-marker {
  display: none;
}
.sm-sector summary h3 {
  font-family: var(--sm-serif);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.015em;
}
.sm-expand {
  margin-left: auto;
  font-size: 25px;
  font-weight: 400;
  transition: transform 0.3s;
}
.sm-sector[open] .sm-expand {
  transform: rotate(45deg);
}
.sm-sector-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  padding: 0 0 35px 49px;
}
.sm-sector-content p {
  font-size: 13px;
  color: var(--sm-muted);
  line-height: 1.8;
}
.sm-sector-content .sm-eyebrow {
  font-size: 9px;
  margin-bottom: 10px;
}
.sm-examples > .sm-small {
  margin-top: 26px;
  max-width: 800px;
}
.sm-outcome {
  position: relative;
  background: #b9c9d1;
  min-height: 700px;
  isolation: isolate;
}
.sm-outcome > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-position: center;
}
.sm-outcome::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #132d47dd, #132d4770 37%, transparent 75%);
  z-index: -1;
}
.sm-outcome-copy {
  padding: 150px max(56px, calc((100vw - 1376px) / 2));
  color: white;
}
.sm-outcome h2 {
  margin-block: 30px;
  font-size: clamp(54px, 6vw, 90px);
}
.sm-outcome p {
  font-size: 15px;
  color: #e0e8ed;
  line-height: 1.9;
}
.sm-pricing {
  background: #eef1f0;
}
.sm-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #c5d2d9;
}
.sm-plan {
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.sm-plan + .sm-plan {
  border-left: 1px solid #c5d2d9;
}
.sm-plan-featured {
  background: #fff;
}
.sm-plan .sm-eyebrow {
  font-size: 9px;
  letter-spacing: 0.09em;
}
.sm-plan h3 {
  font-family: var(--sm-serif);
  font-size: 31px;
  font-weight: 400;
  margin-top: 25px;
  min-height: 80px;
  line-height: 1.1;
}
.sm-plan .sm-price {
  font-family: var(--sm-serif);
  font-size: 42px;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin-top: 10px;
  white-space: nowrap;
}
.sm-price > span {
  font-family: var(--sm-sans);
  font-size: 11px;
  letter-spacing: 0;
  margin-left: 4px;
}
.sm-plan-note {
  font-size: 12px;
  color: var(--sm-muted);
  margin-top: 13px !important;
  min-height: 48px;
}
.sm-plan ul {
  list-style: none;
  margin: 25px 0 32px;
  padding: 22px 0 0;
  border-top: 1px solid var(--sm-line);
  width: 100%;
  font-size: 12px;
}
.sm-plan li {
  padding: 6px 0 6px 20px;
  position: relative;
}
.sm-plan li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #637f8c;
}
.sm-plan .sm-text-link {
  margin-top: auto;
  width: 100%;
  font-size: 12px;
}
.sm-pricing .sm-small {
  margin-top: 25px;
  max-width: none;
}
.sm-about {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10%;
}
.sm-about h2 {
  font-size: clamp(48px, 5.3vw, 78px);
  margin-top: 25px;
}
.sm-about-copy {
  padding-top: 36px;
}
.sm-about-copy p {
  font-size: 14px;
  color: var(--sm-muted);
  margin-bottom: 20px;
}
.sm-about-copy .sm-large-copy {
  font-family: var(--sm-serif);
  font-size: 31px;
  line-height: 1.25;
  color: var(--sm-ink);
  letter-spacing: -0.02em;
}
.sm-founder-mark {
  font-family: var(--sm-serif);
  font-size: 36px;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 45px;
}
.sm-founder-mark > span {
  font-family: var(--sm-sans);
  font-size: 10px;
  line-height: 1.8;
  border-left: 1px solid var(--sm-line);
  padding-left: 20px;
}
.sm-systems {
  padding-top: 64px;
  padding-bottom: 115px;
  border-top: 1px solid var(--sm-line);
}
.sm-systems > .sm-eyebrow {
  margin-bottom: 25px;
}
.sm-systems h2 {
  font-size: 60px;
}
.sm-systems .sm-heading-pair {
  margin-bottom: 45px;
}
.sm-system-names {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  border-top: 1px solid var(--sm-line);
}
.sm-system-names span {
  font-size: 14px;
  padding: 22px 30px 22px 0;
  color: #536b7a;
}
.sm-life {
  position: relative;
  min-height: 660px;
  isolation: isolate;
  background: #173a42;
  color: white;
}
.sm-life > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-position: 50% 57%;
}
.sm-life::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, #071b26d9, transparent 85%);
}
.sm-life > div {
  position: absolute;
  bottom: 64px;
  left: max(56px, calc((100vw - 1376px) / 2));
  right: 30px;
}
.sm-life h2 {
  font-size: clamp(56px, 6.3vw, 95px);
  margin-top: 24px;
}
.sm-contact {
  background: #122c41;
  color: var(--sm-paper);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.sm-contact .sm-contours {
  left: 35%;
  width: 90%;
  opacity: 0.24;
}
.sm-contact-inner {
  max-width: 1150px;
}
.sm-contact h2 {
  font-size: clamp(54px, 6.6vw, 96px);
  max-width: 1100px;
  margin: 30px 0;
}
.sm-contact h2 em {
  color: #b7cddb;
}
.sm-contact-inner > p {
  font-size: 15px;
  color: #c6d4de;
  max-width: 550px;
}
.sm-contact .sm-button {
  margin-top: 28px;
}
.sm-contact .sm-contact-note {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 17px;
  max-width: none;
}
.sm-contact-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sm-brief {
  margin-top: 50px;
  max-width: 750px;
  border-top: 1px solid #ffffff36;
  padding-top: 22px;
}
.sm-brief > h3 {
  font-family: var(--sm-serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}
.sm-brief-result .sm-send-help {
  margin-top: 22px;
  font-size: 12px;
  color: #c6d4de;
}
.sm-brief > p {
  font-size: 12px;
  color: #c6d4de;
  margin: 22px 0;
}
.sm-brief label {
  display: block;
  font-size: 12px;
}
.sm-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.sm-brief input,
.sm-brief textarea {
  display: block;
  width: 100%;
  background: #ffffff0a;
  border: 1px solid #91a7b7;
  color: white;
  padding: 12px;
  margin-top: 8px;
  border-radius: 0;
  font-size: 14px;
  resize: vertical;
}
.sm-brief textarea::placeholder {
  color: #b2c0ca;
}
.sm-brief .sm-small {
  color: #c6d4de;
}
.sm-brief-result {
  margin-top: 30px;
}
.sm-brief-actions {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.sm-brief-actions button {
  background: none;
  border: 0;
  border-bottom: 1px solid currentColor;
}
.sm-footer {
  padding-block: 65px 25px;
}
.sm-footer-top {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}
.sm-footer-top img {
  width: 250px;
  height: 85px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.sm-footer-top p {
  font-size: 11px;
  margin-top: 18px;
  color: var(--sm-muted);
}
.sm-footer-email {
  display: inline-block;
  font-size: 22px;
  margin-top: 20px;
  border-bottom: 1px solid var(--sm-line);
}
.sm-footer-bottom {
  border-top: 1px solid var(--sm-line);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 9px;
  align-items: center;
  color: var(--sm-muted);
}
.sm-footer-bottom button {
  background: none;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 10px;
  white-space: nowrap;
  font-size: 10px;
}
@keyframes sm-arrive {
  from {
    transform: translateY(22px);
  }
  to {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  html:not([data-motion="paused"]) .sm-in-view {
    animation: sm-arrive 0.85s cubic-bezier(0.2, 0.65, 0.2, 1) both;
  }
  html:not([data-motion="paused"]) .sm-hero-copy {
    animation: sm-arrive 1.2s cubic-bezier(0.2, 0.65, 0.2, 1) both;
  }
}
html[data-motion="paused"] {
  scroll-behavior: auto;
}
html[data-motion="paused"] .sm-site *,
html[data-motion="paused"] .sm-site *::before,
html[data-motion="paused"] .sm-site *::after {
  animation: none !important;
  transition: none !important;
}
html[data-motion="paused"] .sm-journey-visual {
  display: none;
}
html[data-motion="paused"] .sm-journey-grid {
  display: block;
}
html[data-motion="paused"] .sm-chapters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
html[data-motion="paused"] .sm-chapter {
  min-height: 0;
  justify-content: start;
  padding-block: 30px;
}
html[data-motion="paused"] .sm-chapter h2 {
  font-size: 40px;
}
html[data-motion="paused"] .sm-chapter > p {
  font-size: 14px;
}
html[data-motion="paused"] .sm-chapter-note {
  font-size: 22px;
}
html[data-motion="paused"] .sm-mobile-photo {
  display: block;
  margin-top: 25px;
}
html[data-motion="paused"] .sm-mobile-photo img {
  aspect-ratio: 1.35;
  width: 100%;
  height: auto;
}
html[data-motion="paused"] .sm-chapter-next {
  display: none;
}
@media (min-width: 1800px) {
  .sm-hero-copy {
    padding-left: max(70px, calc((100vw - 1376px) / 2 - 20px));
  }
}
@media (max-width: 1150px) {
  .sm-header {
    padding-inline: 28px;
  }
  .sm-header nav {
    gap: 18px;
    font-size: 11px;
  }
  .sm-logo {
    width: 165px;
  }
  .sm-wrap {
    width: calc(100% - 72px);
  }
  .sm-journey-grid {
    gap: 6%;
  }
  .sm-journey-visual {
    top: 135px;
  }
  .sm-work-card {
    font-size: 10px;
  }
  .sm-plan {
    padding: 28px 21px;
  }
  .sm-plan .sm-price {
    font-size: 35px;
  }
  .sm-plan h3 {
    font-size: 29px;
  }
  .sm-sector-content {
    gap: 30px;
  }
  .sm-outcome-copy {
    padding-inline: 36px;
  }
  .sm-life > div {
    left: 36px;
  }
  .sm-method-photo > img {
    height: 620px;
  }
}
@media (max-width: 900px) {
  .sm-header {
    height: 84px;
    padding-inline: 24px;
  }
  .sm-logo {
    width: 158px;
  }
  .sm-logo img {
    height: 59px;
  }
  .sm-menu-toggle {
    display: flex;
    gap: 18px;
    align-items: center;
    border: 0;
    background: none;
    font-size: 12px;
    padding: 12px;
  }
  .sm-menu-toggle span {
    font-size: 22px;
  }
  .sm-header nav {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: var(--sm-paper);
    padding: 20px 28px;
    border-bottom: 1px solid var(--sm-line);
  }
  .sm-header nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .sm-header .sm-nav-call {
    margin: 15px 0 0;
    justify-content: space-between;
  }
  .sm-hero {
    height: calc(100svh - 84px);
    min-height: 730px;
    margin-inline: 12px;
  }
  .sm-hero h1 {
    font-size: 84px;
  }
  .sm-hero-copy {
    padding-top: 65px;
  }
  .sm-hero-image {
    object-position: 57%;
  }
  .sm-hero-shade {
    background: linear-gradient(90deg, #0a233ae0, #0a233a60 70%, transparent);
  }
  .sm-section {
    padding-block: 90px;
  }
  .sm-heading-pair {
    gap: 7%;
    grid-template-columns: 1.2fr 0.8fr;
  }
  .sm-site h2 {
    font-size: 56px;
  }
  .sm-journey-grid {
    gap: 5%;
  }
  .sm-chapter h2 {
    font-size: 46px;
  }
  .sm-chapter > p {
    font-size: 14px;
  }
  .sm-journey-photos {
    aspect-ratio: 1;
  }
  .sm-workflow {
    height: 198px;
  }
  .sm-workflow-top {
    font-size: 9px;
    left: 12px;
    right: 12px;
  }
  .sm-work-card {
    padding: 10px 7px;
    left: 3%;
    width: 30%;
  }
  .sm-work-card-1 {
    left: 35%;
  }
  .sm-work-card-2 {
    left: 67%;
  }
  .sm-work-card small {
    font-size: 7px;
  }
  .sm-card-symbol {
    display: none;
  }
  .sm-problem-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sm-problem:not(:nth-child(3n + 1)) {
    padding-left: 0;
    border-left: 0;
  }
  .sm-problem:nth-child(2n) {
    padding-left: 22px;
    border-left: 1px solid #bbcbd3;
  }
  .sm-method-grid {
    gap: 6%;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .sm-method-photo > img {
    height: 620px;
  }
  .sm-method-tag {
    left: 14px;
    right: 14px;
    padding: 18px;
  }
  .sm-method-tag strong {
    font-size: 22px;
  }
  .sm-method-tag .sm-arrow {
    display: none;
  }
  .sm-plans {
    grid-template-columns: 1fr;
  }
  .sm-plan {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 45px;
    padding: 35px;
  }
  .sm-plan + .sm-plan {
    border-left: 0;
    border-top: 1px solid #c5d2d9;
  }
  .sm-plan .sm-eyebrow,
  .sm-plan h3,
  .sm-plan .sm-price,
  .sm-plan-note {
    grid-column: 1;
  }
  .sm-plan h3 {
    min-height: 0;
    margin-top: 15px;
  }
  .sm-plan ul {
    grid-column: 2;
    grid-row: 1/5;
    margin: 0;
    border-top: 0;
    padding: 0;
  }
  .sm-plan .sm-text-link {
    grid-column: 1/3;
    margin-top: 28px;
  }
  .sm-plan .sm-price {
    font-size: 42px;
  }
  .sm-about {
    gap: 7%;
    grid-template-columns: 1fr 1fr;
  }
  .sm-about h2 {
    font-size: 50px;
  }
  .sm-outcome {
    min-height: 620px;
  }
  .sm-outcome-copy {
    padding-block: 130px;
  }
  .sm-life {
    min-height: 580px;
  }
  .sm-sector-content {
    padding-left: 0;
    grid-template-columns: 1fr 1fr;
  }
  .sm-sector-content > p {
    grid-column: 1/3;
  }
  .sm-contact h2 {
    font-size: 68px;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 95px;
  }
  .sm-wrap {
    width: calc(100% - 40px);
  }
  .sm-header {
    height: 76px;
    padding: 8px 20px;
  }
  .sm-header nav {
    top: 76px;
  }
  .sm-logo {
    width: 146px;
  }
  .sm-logo img {
    height: 54px;
  }
  .sm-hero {
    min-height: 785px;
    height: calc(100svh - 76px);
    max-height: 950px;
    margin: 0 8px;
  }
  .sm-hero-image {
    object-position: 64% center;
  }
  .sm-hero-shade {
    background:
      linear-gradient(90deg, #092342dc, #09234268),
      linear-gradient(0deg, #092342f2, transparent 75%);
  }
  .sm-hero-copy {
    padding: 46px 24px 180px;
  }
  .sm-hero .sm-eyebrow {
    font-size: 8px;
    letter-spacing: 0.13em;
  }
  .sm-hero h1 {
    font-size: clamp(62px, 13vw, 83px);
    margin-top: 28px;
    line-height: 1.02;
  }
  .sm-hero-copy > p {
    font-size: 13px;
    margin-top: 27px;
  }
  .sm-button {
    font-size: 12px;
    gap: 25px;
    padding: 15px 18px;
    min-height: 52px;
  }
  .sm-hero .sm-button {
    margin-top: 24px;
  }
  .sm-hero-note {
    font-size: 9px;
    max-width: 270px;
  }
  .sm-hero-bottom {
    left: 24px;
    right: 24px;
    bottom: 24px;
    align-items: start;
    gap: 15px;
    flex-direction: column;
    padding-top: 18px;
  }
  .sm-hero-bottom p {
    font-size: 24px;
  }
  .sm-hero-bottom a {
    font-size: 10px;
    gap: 25px;
  }
  .sm-belief-strip {
    gap: 14px;
    padding: 22px 10px;
    font-size: 7px;
    letter-spacing: 0.02em;
  }
  .sm-belief-strip span::before {
    margin-right: 5px;
  }
  .sm-section {
    padding-block: 72px;
  }
  .sm-site h2 {
    font-size: 48px;
  }
  .sm-eyebrow {
    font-size: 9px;
  }
  .sm-section-top {
    display: block;
    margin: 0;
  }
  .sm-section-top .sm-text-link {
    margin-top: 14px;
  }
  .sm-journey {
    padding-top: 46px;
    padding-bottom: 20px;
  }
  .sm-journey-grid {
    display: block;
  }
  .sm-journey-visual {
    display: none;
  }
  .sm-chapter {
    min-height: 0;
    padding-block: 43px;
    border-bottom: 1px solid var(--sm-line);
  }
  .sm-chapter:last-child {
    border: 0;
  }
  .sm-chapter h2 {
    font-size: 46px;
    margin: 22px 0;
  }
  .sm-chapter > p {
    font-size: 14px;
  }
  .sm-chapter-note {
    font-size: 24px;
  }
  .sm-mobile-photo {
    display: block;
    margin-top: 28px;
  }
  .sm-mobile-photo img {
    width: 100%;
    aspect-ratio: 1.2;
    object-fit: cover;
    object-position: 60%;
    height: auto;
  }
  .sm-chapter-next {
    display: none;
  }
  .sm-heading-pair {
    display: block;
    margin-bottom: 36px;
  }
  .sm-heading-pair > p,
  .sm-heading-pair > div + div {
    margin-top: 25px;
  }
  .sm-heading-pair p {
    font-size: 14px;
  }
  .sm-heading-pair .sm-eyebrow {
    margin-bottom: 20px;
  }
  .sm-problem-grid {
    grid-template-columns: 1fr;
  }
  .sm-problem {
    min-height: 0;
    padding: 22px 0;
    grid-template-columns: 24px 1fr 18px;
  }
  .sm-problem:nth-child(2n) {
    padding-left: 0;
    border-left: 0;
  }
  .sm-problem h3 {
    font-size: 15px;
    max-width: none;
  }
  .sm-problem .sm-index {
    font-size: 9px;
  }
  .sm-method-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .sm-method-photo {
    position: relative;
    top: auto;
    width: 100%;
  }
  .sm-method-photo > img {
    height: 430px;
  }
  .sm-method-tag {
    left: 20px;
    right: 20px;
    bottom: 50px;
    padding: 22px;
  }
  .sm-method-tag strong {
    font-size: 26px;
  }
  .sm-method-tag .sm-arrow {
    display: block;
  }
  .sm-step {
    gap: 10px;
    padding: 25px 0;
  }
  .sm-step h3 {
    font-size: 17px;
  }
  .sm-step p {
    font-size: 13px;
  }
  .sm-principle {
    padding: 72px 0;
  }
  .sm-principle blockquote {
    font-size: 31px;
    margin-block: 28px;
  }
  .sm-principle p {
    font-size: 10px;
  }
  .sm-sector summary {
    gap: 18px;
    padding: 22px 0;
  }
  .sm-sector summary h3 {
    font-size: 27px;
  }
  .sm-sector-content {
    display: block;
    padding-bottom: 27px;
  }
  .sm-sector-content > div {
    margin-top: 20px;
  }
  .sm-sector-content p {
    font-size: 13px;
  }
  .sm-outcome {
    min-height: 670px;
  }
  .sm-outcome > img {
    object-position: 55%;
  }
  .sm-outcome::after {
    background: linear-gradient(0deg, #102940ed, transparent 85%);
  }
  .sm-outcome-copy {
    padding: 0 25px 45px;
    position: absolute;
    bottom: 0;
  }
  .sm-outcome h2 {
    font-size: 51px;
    margin-block: 24px;
  }
  .sm-outcome p {
    font-size: 14px;
  }
  .sm-plan {
    display: flex;
    padding: 30px 24px;
  }
  .sm-plan h3 {
    font-size: 32px;
    max-width: 240px;
  }
  .sm-plan .sm-price {
    font-size: 42px;
    margin-top: 24px;
  }
  .sm-plan-note {
    min-height: 0;
  }
  .sm-plan ul {
    margin: 24px 0;
    padding-top: 20px;
    border-top: 1px solid var(--sm-line);
  }
  .sm-plan .sm-text-link {
    margin-top: 0;
  }
  .sm-about {
    display: block;
  }
  .sm-about h2 {
    font-size: 50px;
  }
  .sm-about-copy {
    padding-top: 38px;
  }
  .sm-about-copy .sm-large-copy {
    font-size: 30px;
  }
  .sm-founder-mark {
    margin-top: 28px;
  }
  .sm-systems {
    padding-block: 55px 60px;
  }
  .sm-systems h2 {
    font-size: 48px;
  }
  .sm-system-names span {
    font-size: 12px;
    padding: 16px 24px 8px 0;
  }
  .sm-life {
    min-height: 570px;
  }
  .sm-life > img {
    object-position: 58%;
  }
  .sm-life > div {
    left: 25px;
    right: 20px;
    bottom: 40px;
  }
  .sm-life h2 {
    font-size: 50px;
  }
  .sm-life .sm-eyebrow {
    font-size: 8px;
  }
  .sm-contact h2 {
    font-size: 52px;
    margin-block: 26px;
  }
  .sm-contact-inner > p {
    font-size: 14px;
  }
  .sm-contact .sm-button {
    gap: 24px;
  }
  .sm-contact .sm-contact-note {
    font-size: 10px;
  }
  .sm-brief > h3 {
    font-size: 30px;
  }
  .sm-fields {
    grid-template-columns: 1fr;
  }
  .sm-footer {
    padding-block: 40px 16px;
  }
  .sm-footer-top {
    display: block;
    margin-bottom: 32px;
  }
  .sm-footer-top > div + div {
    margin-top: 38px;
  }
  .sm-footer-top img {
    width: 210px;
    height: 70px;
  }
  .sm-footer-email {
    font-size: 21px;
    margin-top: 15px;
  }
  .sm-footer-bottom {
    flex-wrap: wrap;
    gap: 8px;
  }
  .sm-footer-bottom > span:nth-child(2) {
    order: 3;
    flex-basis: 100%;
    max-width: 340px;
  }
  .sm-footer-bottom button {
    margin-left: auto;
  }
  html[data-motion="paused"] .sm-chapters {
    display: block;
  }
  html[data-motion="paused"] .sm-chapter h2 {
    font-size: 46px;
  }
  html[data-motion="paused"] .sm-chapter {
    padding-block: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .sm-site *,
  .sm-site *::before,
  .sm-site *::after {
    animation: none !important;
    transition: none !important;
  }
  .sm-journey-visual {
    display: none;
  }
  .sm-journey-grid {
    display: block;
  }
  .sm-chapters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  .sm-chapter {
    min-height: 0;
    justify-content: start;
  }
  .sm-chapter h2 {
    font-size: 40px;
  }
  .sm-chapter > p {
    font-size: 14px;
  }
  .sm-mobile-photo {
    display: block;
    margin-top: 25px;
  }
  .sm-mobile-photo img {
    aspect-ratio: 1.35;
    width: 100%;
    height: auto;
  }
  .sm-chapter-next {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 760px) {
  .sm-chapters {
    display: block;
  }
  .sm-chapter h2 {
    font-size: 46px;
  }
}
@media print {
  .sm-header,
  .sm-hero-bottom,
  .sm-journey-visual,
  .sm-brief,
  .sm-footer-bottom button {
    display: none;
  }
  .sm-site {
    overflow: visible;
  }
  .sm-section {
    padding-block: 30px;
  }
  .sm-wrap {
    width: 100%;
  }
  .sm-chapter {
    min-height: 0;
  }
  .sm-hero {
    height: auto;
    min-height: 0;
    margin: 0;
  }
  .sm-hero-copy {
    padding: 30px;
  }
  .sm-hero h1 {
    font-size: 60px;
  }
  .sm-journey-grid {
    display: block;
  }
  .sm-life,
  .sm-outcome {
    min-height: 400px;
  }
  .sm-contours {
    display: none;
  }
}
