@font-face {
  font-family: "Bureau Serif";
  src: url("fonts/STKBureau-SerifLight.66fd79d1359f.otf") format("opentype");
  font-weight: 300 500;
  font-display: swap;
}
@font-face {
  font-family: "Bureau Sans";
  src: url("fonts/STKBureau-SansLight.fc7afaf57302.otf") format("opentype");
  font-weight: 300 500;
  font-display: swap;
}
:root {
  --serif: "Bureau Serif", Georgia, serif;
  --sans: "Bureau Sans", Arial, sans-serif;
  --cream: #f7f4e9;
  --sand: #f3eedc;
  --paper: #fbf9f4;
  --ink: #232322;
  --blue: #223c43;
  --sky: #4c727e;
  --green: #1f3526;
  --clay: #8d6f65;
  --brown: #6a3f33;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  margin: 0;
  background: #dedbd1;
  color: var(--ink);
  font: 300 16px/1.4 var(--sans);
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
  font-weight: inherit;
}
h1,
h2,
h3 {
  font-family: var(--serif);
}
h1,
h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.32px;
}
h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.24px;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  background: transparent;
  padding: 0;
}
button:disabled {
  cursor: default;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #4c727e;
  outline-offset: 4px;
}
button img {
  pointer-events: none;
}
.site-shell {
  width: 100%;
  max-width: 402px;
  margin: auto;
  background: var(--cream);
  overflow: clip;
  min-height: 100vh;
}
.site-header {
  height: 72px;
  padding: 12px 20px;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
.header-start {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
}
.horse {
  width: 53.6px;
  height: 48px;
  object-fit: contain;
}
.menu-toggle {
  width: 40px;
  height: 48px;
  display: grid;
  place-items: center;
}
.menu-icon {
  width: 40px;
  height: 48px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 20px;
  background: var(--ink);
  color: var(--cream);
  border-radius: 2px;
  font: 400 12px/1.2 var(--sans);
  letter-spacing: 0.96px;
  text-transform: uppercase;
  min-height: 48px;
  text-align: center;
}
.button img {
  width: 16px;
  height: 16px;
  flex: none;
}
.site-header .button {
  padding: 12px 16px;
  min-height: 40px;
  white-space: nowrap;
  width: 199px;
}
.button-light {
  background: var(--cream);
  color: var(--ink);
}
.button-light img {
  filter: brightness(0);
}
.design-button {
  cursor: pointer;
}
.site-menu {
  position: fixed;
  inset: 72px auto 0 50%;
  transform: translateX(-50%);
  width: min(100%, 402px);
  max-width: none;
  max-height: none;
  height: calc(100dvh - 72px);
  margin: 0;
  padding: 40px 20px 20px;
  background: var(--cream);
  color: var(--ink);
  z-index: 99;
  flex-direction: column;
  gap: 40px;
  overflow: auto;
}
.site-menu[open] {
  display: flex;
}
.site-menu nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.site-menu nav a {
  display: flex;
  gap: 16px;
  font: 300 40px/1.1 var(--serif);
  letter-spacing: -0.4px;
}
.site-menu nav a > span:first-child {
  padding-top: 8px;
  width: 16px;
  flex: none;
  font: 400 12px/1.3 var(--sans);
  letter-spacing: 1.8px;
}
.site-menu nav a > span:last-child {
  color: rgba(35, 35, 34, 0.25);
}
.site-menu nav a[aria-current] span:last-child,
.site-menu nav a:hover span:last-child {
  color: var(--ink);
}
.site-menu > .button {
  width: 100%;
  min-height: 51px;
  font-size: 14px;
  letter-spacing: 1.12px;
  margin-top: auto;
}
.menu-open {
  overflow: hidden;
}
.menu-open .site-header {
  position: fixed;
  top: 0;
  width: min(100%, 402px);
}
.menu-open main {
  padding-top: 72px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 8px;
  background: var(--cream);
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}
main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
main > section,
main > div,
footer.design-footer {
  max-width: 100%;
}
footer a:hover {
  text-decoration: underline;
}
main > [data-design-node] {
  isolation: isolate;
}
main [data-design-node].font-serif > :is(h1, h2, h3) {
  font-size: inherit;
  letter-spacing: inherit;
}
main > section > [class*="absolute"]:first-child {
  z-index: -1;
}
main [data-name="Image Container"] {
  overflow: hidden;
}
main [data-name="Section"] {
  scroll-margin-top: 0;
}
main [class*="w-[402px]"] {
  max-width: 100%;
}
main [class*="w-[362px]"] {
  max-width: calc(100vw - 40px);
}
main [class*="w-[267px]"] {
  max-width: calc(100vw - 80px);
}
main [class*="w-[307px]"] {
  max-width: calc(100vw - 40px);
}
.design-footer {
  line-height: 1.5;
}
.design-footer a {
  display: block;
}
.design-footer [class*="text-[12px]"] {
  line-height: 1.4;
}
.section {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.section > h1,
.section > h2 {
  text-align: center;
  width: 100%;
}
.section > p {
  width: 100%;
  text-align: justify;
}
.section .narrow {
  max-width: 267px;
}
.eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  font: 400 12px/1.3 var(--sans);
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.cream,
.theme-cream {
  background: var(--cream);
}
.sand,
.theme-sand {
  background: var(--sand);
}
.paper,
.theme-light {
  background: var(--paper);
}
.blue,
.theme-blue {
  background: var(--blue);
  color: var(--cream);
}
.sky {
  background: var(--sky);
  color: var(--cream);
}
.green,
.theme-green {
  background: var(--green);
  color: var(--cream);
}
.clay,
.theme-clay {
  background: var(--clay);
  color: var(--cream);
}
.brown,
.theme-brown {
  background: var(--brown);
  color: var(--cream);
}
.ink,
.theme-ink {
  background: var(--ink);
  color: var(--cream);
}
.theme-cocoa {
  background: color-mix(in srgb, var(--brown), var(--ink) 50%);
  color: var(--cream);
}
.bleed {
  width: calc(100% + 40px);
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
}
.photo {
  width: 100%;
  object-fit: cover;
}
.portrait {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.square {
  aspect-ratio: 1;
  object-fit: cover;
}
.rule {
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.4;
}
.body-inset {
  width: 267px;
  max-width: 100%;
  text-align: justify;
}
.display {
  font: 300 64px/1.1 var(--serif);
  letter-spacing: -0.64px;
}
.metric {
  display: grid;
  grid-template-columns: 79px minmax(0, 1fr);
  gap: 16px;
  width: 100%;
  align-items: start;
  padding: 40px 0;
  border-top: 1px solid #23232240;
}
.metric-label {
  font-size: 12px;
  line-height: 1.4;
}
.metric-value {
  font: 300 64px/1.1 var(--serif);
  letter-spacing: -0.64px;
}
.metric:last-child {
  border-bottom: 1px solid #23232240;
}
.metric-stack {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.small-print {
  font-size: 12px;
  line-height: 1.5;
}
.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  width: 100%;
  scrollbar-width: none;
}
.carousel-track::-webkit-scrollbar {
  display: none;
}
.carousel-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  min-width: 0;
}
.carousel-controls {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.96px;
}
.carousel-controls button {
  min-height: 44px;
  min-width: 64px;
  text-transform: uppercase;
}
.step {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  width: 100%;
  padding: 28px 0;
  border-top: 1px solid rgba(35, 35, 34, 0.25);
}
.step-label {
  font-size: 12px;
  letter-spacing: 0.96px;
}
.step h3 {
  margin-bottom: 16px;
}
.step p {
  font-size: 16px;
  line-height: 1.5;
}
.step-list {
  width: 100%;
}
.territory-list {
  width: 100%;
  list-style: none;
  padding: 0;
}
.territory-list li {
  padding: 16px 0;
  border-bottom: 1px solid #ffffff45;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 300 24px/1.1 var(--serif);
  gap: 12px;
}
.territory-list small {
  font: 400 10px/1.3 var(--sans);
  letter-spacing: 1px;
  white-space: nowrap;
}
.territory-map {
  width: 100%;
  height: auto;
}
.hero-home {
  height: 725px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 48px 20px;
  color: var(--paper);
  background: var(--blue);
  isolation: isolate;
}
.hero-home .hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero-home h1 {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.64px;
  text-align: center;
  max-width: 282px;
}
.hero-wordmark {
  width: 164px;
  height: 12px;
}
.hero-crest {
  width: 48px;
  height: 48px;
}
.hero-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.media-toggle {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
}
.media-toggle img {
  width: 19px;
  height: 19px;
}
.intro-statement {
  padding: 80px 52px;
  gap: 40px;
}
.intro-statement p {
  font: 300 32px/1.1 var(--serif);
  text-align: left;
  letter-spacing: -0.32px;
}
.intro-statement .muted {
  color: #60838c;
}
.photo-heading {
  position: relative;
  padding: 0;
  width: 100%;
}
.photo-heading img {
  width: 100%;
  height: auto;
}
.photo-heading .eyebrow {
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: calc(100% - 40px);
  color: var(--cream);
}
.home-numbers h2 {
  font-size: 64px;
  line-height: 1.1;
  text-align: left;
  width: 267px;
  max-width: 100%;
}
.quote-section {
  gap: 40px;
}
.quote-section blockquote {
  font: 300 24px/1.35 var(--serif);
  letter-spacing: -0.24px;
}
.quote-section cite {
  font: 300 16px/1.4 var(--sans);
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  display: block;
  margin-top: 24px;
}
.quote-section cite small {
  font-size: 12px;
  display: block;
}
.photo-hero {
  position: relative;
  min-height: 660px;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  color: var(--cream);
  isolation: isolate;
}
.photo-hero > .photo {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: -1;
  filter: brightness(0.72);
}
.photo-hero h1 {
  text-align: center;
}
.support-list {
  width: 100%;
  list-style: none;
  padding: 0;
}
.support-list li {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #ffffff55;
  font: 300 24px/1.2 var(--serif);
}
.support-list span {
  font: 300 12px var(--sans);
  width: 16px;
}
.support-list li:last-child {
  border-bottom: 1px solid #ffffff55;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 20px;
  width: 100%;
}
.team-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 16px;
}
.team-grid h3 {
  font-size: 20px;
}
.team-grid p {
  font-size: 12px;
  margin-top: 4px;
}
.inquiry-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.field input,
.field select,
.field textarea {
  border: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  height: 48px;
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  letter-spacing: 0;
  appearance: none;
}
.field select {
  background-image: none;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.field textarea {
  height: 120px;
  resize: vertical;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-status {
  font-size: 14px;
  line-height: 1.5;
}
.inquiry-confirmation {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 660px;
}
/* Programmatic focus announces the confirmation to assistive technology. */
.inquiry-confirmation:focus {
  outline: none;
}
.legal {
  padding: 40px 20px;
  gap: 24px;
  align-items: stretch;
}
.legal h1 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.legal h2 {
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  margin-top: 8px;
}
.legal p,
.legal li {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
.legal ul {
  padding-left: 20px;
}
.legal a {
  text-decoration: underline;
}
.legal .eyebrow {
  margin-bottom: 8px;
}
.fees-table {
  width: 100%;
  border-collapse: collapse;
}
.fees-table td {
  border-bottom: 1px solid #ffffff50;
  padding: 16px 0;
  font-size: 12px;
  letter-spacing: 0.96px;
}
.fees-table td:last-child {
  font: 300 32px/1.1 var(--serif);
  text-align: right;
  letter-spacing: -0.32px;
}
.qualification {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid #23232255;
}
.qualification > p {
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.96px;
}
.qualification .display {
  font-size: 40px;
}
.qualification .eyebrow {
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.qualification .display + .eyebrow {
  margin-top: 20px;
}
.path-card h3 {
  margin: 24px 0 12px;
}
.path-card p {
  font-size: 16px;
  line-height: 1.5;
}
.path-card .eyebrow {
  margin-bottom: 24px;
}
.path-card .display {
  font-size: 40px;
}
.path-card .small-print {
  margin-top: 24px;
  font-size: 12px;
}
.review-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 12px 20px;
  background: var(--ink);
  color: var(--cream);
  font-size: 12px;
}
.review-nav a {
  padding: 8px;
  border: 1px solid #ffffff55;
}
@media (max-width: 374px) {
  .site-header {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-start {
    gap: 4px;
  }
  .site-header .button {
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.5px;
    font-size: 11px;
  }
  .horse {
    width: 46px;
  }
  .site-menu nav a {
    font-size: 34px;
  }
  .intro-statement {
    padding: 60px 32px;
  }
  .display,
  .metric-value {
    font-size: 54px;
  }
  .section > h1,
  .section > h2 {
    font-size: 30px;
  }
  .home-numbers h2 {
    font-size: 56px;
  }
  .hero-home h1 {
    font-size: 60px;
  }
  .metric {
    grid-template-columns: 65px minmax(0, 1fr);
  }
  .step {
    grid-template-columns: 52px 1fr;
    gap: 12px;
  }
  .team-grid {
    gap: 24px 12px;
  }
  .team-grid h3 {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
html {
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}
.story-section {
  gap: 32px;
}
.story-section > h2 {
  text-align: left;
}
.story-section .body-inset {
  margin-left: auto;
}
.text-link {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #ffb21d;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.text-link img {
  width: 16px;
  height: 16px;
  filter: brightness(0);
}
.blue .text-link img,
.green .text-link img {
  filter: none;
}
.home-numbers .metric-value {
  text-align: right;
}
.home-numbers .metric {
  padding: 40px 0;
}
.home-invitation .territory-list {
  margin-top: 16px;
}
.territory-list li {
  padding: 10px 0;
  font-size: 18px;
  position: relative;
}
.territory-list li::after {
  content: "";
  border-bottom: 1px dotted currentColor;
  opacity: 0.3;
  flex: 1;
  order: 1;
}
.territory-list li small {
  order: 2;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #a2b0b2;
}
.territory-list li span {
  order: 0;
}
.founder-note {
  padding: 80px 20px 40px;
  text-align: center;
  gap: 32px;
}
.founder-note .eyebrow {
  color: var(--brown);
  display: block;
  letter-spacing: 1.8px;
}
.founder-note blockquote {
  font: italic 300 24px/1.4 var(--serif);
  letter-spacing: -0.24px;
}
.founder-note cite {
  font: 300 24px/1.3 var(--serif);
  font-style: normal;
  display: block;
}
.founder-note cite small {
  display: block;
  font: 300 14px/1.5 var(--sans);
  margin-top: 8px;
}
.news-slide {
  flex-basis: 267px;
}
.news-slide .eyebrow {
  margin-bottom: 24px;
}
.news-slide img {
  aspect-ratio: 1.9;
  object-fit: cover;
  width: 100%;
  margin-bottom: 16px;
}
.news-slide h3 {
  font: 400 16px/1.4 var(--sans);
}
.news-slide p {
  font-size: 12px;
  margin-top: 8px;
}
.home-path {
  overflow: hidden;
}
.home-path .step-list {
  overflow: visible;
}
.home-path .step {
  border-color: #ffffff55;
}
.home-path .button {
  width: 100%;
}
.owner-hero {
  height: 660px;
  min-height: 660px;
  gap: 24px;
  padding: 40px 20px;
}
.owner-hero h1 {
  font-size: 40px;
  text-align: left;
  width: 100%;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.owner-hero > p {
  font-size: 16px;
  text-align: justify;
  width: 173px;
  max-width: 50%;
  margin-left: auto;
  margin-top: auto;
}
.owner-hero .button {
  width: 100%;
  background: white;
  color: var(--ink);
}
.owner-hero .button img {
  display: none;
}
.owner-hero .photo {
  filter: none;
}
.owner-profile h2 {
  text-align: left;
}
.owner-profile .support-list li {
  border-color: #23232240;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 0;
  gap: 16px;
}
.owner-profile .support-list li:last-child {
  border-bottom: 0;
}
.owner-profile .support-list li span {
  color: var(--brown);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1.8px;
}
.owner-profile .support-list h3 {
  font-size: 28px;
}
.owner-profile .support-list p {
  font: 300 12px/1.4 var(--sans);
  max-width: 267px;
  margin-top: 16px;
}
.owner-paths h2 {
  text-align: left;
}
.owner-paths .carousel-track {
  width: calc(100% + 40px);
  padding: 0 20px;
  scroll-padding-inline: 20px;
  gap: 32px;
  align-self: center;
}
.owner-paths .carousel-slide {
  flex: 0 0 300px;
  padding-right: 32px;
  border-right: 1px solid #ffffff55;
}
.owner-paths .path-card > .photo {
  width: 267px;
  max-width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}
.owner-paths h3 {
  font-size: 32px;
}
.owner-paths .investment {
  width: 173px;
  margin-left: auto;
  padding-top: 20px;
}
.owner-paths .investment .eyebrow {
  color: #a6a985;
  font-size: 10px;
  letter-spacing: 1.5px;
}
.owner-paths .investment .display {
  font-size: 32px;
  line-height: 1.2;
}
.owner-paths .market-path {
  border-top: 1px solid #ffffff55;
  padding-top: 40px;
  margin-top: 40px;
  width: 100%;
}
.market-path .photo {
  aspect-ratio: 1.25;
  object-fit: cover;
}
.market-path h3 {
  margin: 24px 0 16px;
}
.market-path .development-fees {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}
.development-fees .eyebrow {
  color: #a6a985;
  font-size: 10px;
}
.development-fees .fee + .fee {
  margin-top: 24px;
}
.development-fees .display {
  font-size: 32px;
  line-height: 1.2;
}
.qualification-section {
  gap: 32px;
}
.qualification-section h2 {
  text-align: left;
}
.qualification {
  grid-template-columns: 1fr 1fr;
  padding: 40px 0;
  gap: 16px;
}
.qualification .display {
  font-size: 32px;
}
.qualification > p {
  max-width: 120px;
}
.qualification:last-of-type {
  border-bottom: 1px solid #23232255;
}
.owner-process h2 {
  text-align: left;
}
.owner-process .step-list {
  position: relative;
  padding: 64px 0 0 52px;
}
.owner-process .step-list::before {
  content: "";
  position: absolute;
  left: 11.5px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #f7f4e980;
}
.owner-process .step {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 0;
  padding: 0 0 64px;
  gap: 8px;
  max-width: 267px;
}
.owner-process .step::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -46px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--cream);
  border-radius: 50%;
  background: var(--blue);
}
.owner-process .step h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.owner-process .step p {
  font-size: 14px;
  line-height: 1.4;
}
.owner-process .step > div > p {
  width: 222px;
  max-width: 100%;
}
.owner-process .step .step-label {
  color: #b4c5c5;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1.8px;
}
.owner-team .team-grid {
  border-top: 1px solid #ffffff40;
  border-bottom: 1px solid #ffffff40;
  padding: 40px 0;
  gap: 24px 16px;
}
.owner-team .team-grid h3 {
  font-size: 18px;
  line-height: 1.1;
}
.owner-team .team-grid p {
  color: #ffffffaa;
  line-height: 1.2;
}
.owner-map {
  gap: 32px;
}
.owner-map > h2 {
  text-align: left;
}
.owner-map .territory-list {
  border-top: 1px solid #ffffff55;
  padding-top: 32px;
}
.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  width: 100%;
  font-size: 12px;
}
.map-legend span {
  border-radius: 30px;
  padding: 2px 8px;
  background: var(--sky);
  white-space: nowrap;
}
.map-legend i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #ffb21d;
  margin-right: 4px;
}
.map-legend .available i {
  background: var(--clay);
  border-color: var(--clay);
}
.map-legend .opening i {
  background: #ffb21d;
}
.map-legend .awarded i {
  background: #5a5a5a;
  border-color: #5a5a5a;
}
.inquiry-section {
  gap: 32px;
}
.inquiry-section h2 {
  text-align: left;
}
.inquiry-form .button {
  width: 100%;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  border-radius: 4px;
  border-color: #23232280;
}
.inquiry-form .field {
  gap: 8px;
}
.engine-hero {
  height: 569px;
  min-height: 569px;
}
.engine-hero h1 {
  font-size: 32px;
}
.engine-then > h2 {
  max-width: none;
}
.engine-then .old-terminal {
  width: 267px;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.engine-then .body-inset {
  margin-bottom: 8px;
}
.engine-platform {
  gap: 0;
}
.engine-platform > h2 {
  text-align: left;
  margin-bottom: 32px;
}
.engine-platform .carousel-controls {
  font-size: 10px;
  line-height: 1.3;
}
.engine-platform .carousel-track {
  width: calc(100% + 40px);
  margin: 0 -20px;
  gap: 16px;
  padding: 0 114px;
}
.engine-platform .carousel-slide {
  flex: 0 0 174px;
  scroll-snap-align: center;
  opacity: 0.2;
}
.engine-platform .carousel-slide.is-current {
  opacity: 1;
}
.engine-platform .carousel-slide img {
  height: 164px;
  width: 174px;
  object-fit: cover;
}
.engine-platform .carousel-title {
  margin-top: 8px;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
}
.engine-platform .body-inset {
  max-width: 267px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.4;
}
.engine-demand h2,
.engine-support h2 {
  text-align: left;
}
.engine-demand .numbered-benefits {
  width: 100%;
}
.numbered-benefits li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 32px 0;
  border-top: 1px solid #23232255;
  gap: 20px;
  align-items: center;
}
.numbered-benefits {
  list-style: none;
  padding: 0;
}
.numbered-benefits li:last-child {
  border-bottom: 1px solid #23232255;
}
.numbered-benefits .display {
  color: #858b56;
}
.numbered-benefits p {
  font: 400 12px/1.5 var(--sans);
  color: var(--green);
}
.engine-support .photo {
  width: 267px;
  align-self: flex-end;
  aspect-ratio: 1.25;
}
.engine-support .support-list li {
  display: block;
  border-color: #23232255;
  padding: 24px 0;
  color: #858b56;
  font-size: 28px;
}
.engine-support .support-list span {
  display: block;
  color: var(--green);
  font-size: 12px;
  letter-spacing: 1.8px;
  margin-bottom: 24px;
}
.engine-support .support-label {
  color: var(--green);
}
.engine-flywheel h2 {
  max-width: 280px;
}
.engine-close h2 {
  font-size: 40px;
  text-align: left;
  line-height: 1.2;
}
.engine-close .text-link {
  color: var(--cream);
}
.engine-close .text-link img {
  filter: none;
}
.flywheel {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 362 / 259;
}
.legal {
  gap: 0;
}
.legal h1 {
  font-size: 32px;
}
.legal-heading {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.legal-heading p {
  text-align: justify;
}
.legal-heading .eyebrow {
  font-size: 12px;
  letter-spacing: 1.8px;
}
.legal-article {
  padding: 24px 0;
  border-top: 1px solid #23232255;
}
.legal-article h2 {
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 16px;
  display: flex;
  gap: 16px;
}
.legal-article h2 span {
  font-size: 12px;
  line-height: 24px;
  min-width: 16px;
}
.legal-article p {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.legal-article.required {
  margin: 12px 0;
  padding: 20px;
  border: 1px solid var(--ink);
}
.legal-article.required > .eyebrow {
  font-size: 10px;
  margin-bottom: 16px;
}
.legal-contact {
  margin-top: 16px;
  padding: 20px;
  border: 1px solid #23232255;
}
.legal-contact h2 {
  font-family: var(--sans);
  font-size: 16px;
  margin: 0 0 16px;
}
.legal-contact p {
  font-size: 12px;
  line-height: 1.5;
}
.legacy-hero {
  height: 287px;
  aspect-ratio: auto !important;
}
.legacy-hero > img,
.legacy-hero > div {
  display: none;
}
.legacy-hero {
  background: url("images/desktop-hero-poster.cc8664f3468d.jpg") center/cover;
}
.whitespace-pre-wrap {
  white-space: normal;
}
.whitespace-pre {
  white-space: nowrap;
}
.photo-heading > .photo {
  height: 100%;
  object-fit: cover;
}
.photo-heading {
  overflow: hidden;
}
.home-opportunity > p {
  text-align: left;
}
.market-growth {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.market-arrow {
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  filter: brightness(0);
}
.home-invitation .territory-title {
  align-self: flex-start;
  font-size: 28px;
  margin-top: 32px;
}
.home-invitation > .photo {
  max-height: 260px;
  object-fit: contain;
  mask-image: linear-gradient(#000 55%, transparent);
}
.muted-note {
  color: #23232280;
}
.home-numbers > h2 {
  margin: 16px 0 8px;
}
.home-numbers .metric-stack {
  margin-top: 8px;
}
.hero-home {
  background-image: url("images/home-video-poster.84e6c35502c4.webp");
  background-size: cover;
  background-position: center;
}
.hero-home .hero-art {
  image-rendering: auto;
}
.page-index .hero-home .hero-bottom {
  padding-bottom: 67px;
}
.hero-home .hero-art {
  content: url("images/legacy-video-still.127d1e6c5bf7.webp");
}
.hero-home {
  background-image: url("images/legacy-video-still.127d1e6c5bf7.webp");
}
.legal h1 {
  font-size: 40px;
}
.legal-heading {
  padding-bottom: 32px;
}
.legal-heading p {
  text-align: left;
}
.legal-heading .eyebrow {
  color: #23232288;
  font-size: 10px;
  letter-spacing: 1.5px;
}
.legal-article {
  padding: 32px 0;
}
.legal-article h2 {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.3;
  display: grid;
  grid-template-columns: 79px 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.legal-article h2 span {
  font: 300 16px/1.3 var(--sans);
  color: #23232288;
}
.legal-article p {
  text-align: left;
}
.legal-jump {
  margin: 0 0 32px;
  padding-top: 32px;
  border-top: 1px solid #23232255;
}
.legal-jump summary {
  list-style: none;
  background: var(--clay);
  color: var(--cream);
  padding: 12px 20px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.96px;
  cursor: pointer;
  border-radius: 2px;
}
.legal-jump summary::-webkit-details-marker {
  display: none;
}
.legal-jump summary::after {
  content: "⌄";
  margin-left: 12px;
}
.legal-jump nav {
  display: flex;
  flex-direction: column;
  border: 1px solid #23232255;
  padding: 12px;
}
.legal-jump nav a {
  padding: 8px 0;
  font-size: 14px;
  text-decoration: none;
}
.legal-jump + .legal-article {
  border-top: 0;
  padding-top: 0;
}
.page-index .section:last-child:not(.content-section) {
  background: var(--blue);
  color: var(--cream);
}
.news-slide {
  flex-basis: 282px;
  padding-right: 32px;
  border-right: 1px solid #ffffff55;
}
.news-slide img {
  aspect-ratio: 1;
}
.news-slide h3 {
  font-size: 12px;
  line-height: 1.5;
}
.news-slide p {
  font-size: 12px;
  margin-top: 16px;
}
.news-slide .eyebrow {
  color: #a2b0b2;
}
.engine-hero {
  height: 660px;
  min-height: 660px;
}
.page-index .hero-home .hero-bottom {
  padding-bottom: 0;
}
.poster-status {
  width: 19px;
  height: 19px;
}
.section > p.body-inset {
  width: 267px;
  max-width: 100%;
}
.home-numbers > h2 {
  width: 100%;
  margin: 0;
}
.home-numbers .metric-stack {
  margin-top: 0;
}
.metric-value {
  text-align: right;
}
.intro-statement {
  padding-top: 80px;
  padding-bottom: 40px;
  min-height: 599px;
  justify-content: space-between;
  gap: 40px;
}
.intro-statement p {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.28px;
}
.intro-statement > .button {
  width: 100%;
  min-height: 51px;
}
.intro-statement > .button img {
  display: none;
}
.home-invitation > .button {
  width: 100%;
  min-height: 51px;
}
.home-invitation > .button img {
  display: none;
}
.engine-then .body-inset {
  margin-bottom: 0;
}
.home-path {
  gap: 40px;
}
.founder-note {
  padding-bottom: 80px;
}
.page-index main > section.sand.story-section:first-of-type {
  padding-bottom: 50px;
}
.inquiry-form {
  gap: 40px;
  border-top: 1px solid #23232240;
  padding-top: 40px;
}
.inquiry-form .field {
  gap: 16px;
  color: var(--brown);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1.8px;
}
.inquiry-form .field:has(textarea) {
  gap: 8px;
}
.inquiry-form input,
.inquiry-form select {
  height: 40px;
  border: 0;
  border-bottom: 1px solid #23232240;
  border-radius: 0;
  padding: 0 0 12px;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
  letter-spacing: 0;
}
.inquiry-form .consent-field {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
}
.inquiry-form .consent-field input[type="checkbox"] {
  appearance: auto;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  accent-color: var(--brown);
}
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: #90978e;
  opacity: 1;
}
.inquiry-form select {
  padding-right: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%236a3f33' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: right 14px top calc(50% - 6px);
}
.inquiry-form select:invalid {
  color: #90978e;
}
.inquiry-form textarea {
  background: white;
  height: 150px;
  border: 1px solid #23232230;
  border-radius: 4px;
  padding: 12px;
  color: var(--ink);
}
.inquiry-form .form-row {
  grid-template-columns: 1.5fr 1fr;
}
.inquiry-form .button {
  min-height: 51px;
  font-size: 14px;
  letter-spacing: 1.12px;
}
.form-status:empty {
  display: none;
}
.inquiry-section {
  padding-bottom: 40px;
}
.inquiry-form > .button {
  margin-top: -8px;
}
.legal {
  padding-bottom: 0;
}
.legal-article {
  padding: 24px 0;
}
.legal-contact {
  background: var(--sand);
  margin: 16px -20px 0;
  width: calc(100% + 40px);
  min-height: 215px;
  padding: 40px 20px;
  border: 0;
}
.legal-contact h2 {
  font-size: 18px;
}
.legal-contact p {
  font-size: 14px;
}

.engine-platform .carousel-track {
  padding-inline: calc((min(100vw, 402px) - 174px) / 2);
}
.engine-hero h1 {
  text-align: left;
  width: 100%;
}
.engine-hero .button,
.owner-hero .button {
  width: 100%;
  min-height: 51px;
  font-size: 14px;
  letter-spacing: 1.12px;
  background: white;
  color: var(--ink);
}
.engine-hero .button img {
  display: none;
}
.owner-hero > p {
  font-size: 14px;
  line-height: 1.4;
}

.engine-then > h2 {
  text-align: center;
  line-height: 1.2;
}

.section > .eyebrow + :is(h1, h2) {
  margin-top: -8px;
}

main .testimonial-track {
  max-width: calc(100vw - 20px);
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.desktop-only { display: none; }
.industry-comparison { display: flex; align-items: end; gap: 10px; width: 100%; margin: 0; padding: 40px 0; border-block: 1px solid #23232240; }
.industry-column { display: flex; flex-direction: column; justify-content: end; gap: 24px; flex: 1; min-width: 0; height: 265px; }
.industry-bar { position: relative; width: 100%; }
.industry-bar.independent { height: 55px; background: #8d6f65; }
.industry-bar.established { height: 179px; background: #48342d; }
.industry-bar span { position: absolute; inset: auto 0 calc(100% + 12px); text-align: center; font: 16px/1.2 var(--serif); }
.industry-label { font: 10px/1.4 var(--sans); letter-spacing: .8px; text-transform: uppercase; text-align: center; }
.testimonial-track > div {
  scroll-snap-align: start;
}
main [data-name^="Tab List"] > div {
  overflow-x: auto;
  scrollbar-width: none;
}
.shop-tabs {
  width: 100%;
  border-bottom: 1px solid #a4a586;
}
.shop-tabs [role="tablist"] {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.shop-tabs [role="tab"] {
  flex: none;
  padding: 11px 12px 10px;
  background: transparent;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.24px;
  white-space: nowrap;
}
.shop-tabs [aria-selected="true"] {
  border: 1px solid #a4a586;
  padding: 12px 13px 11px;
}
[data-tabs] [role="tabpanel"][hidden] {
  display: none;
}
.shop-placeholder {
  width: 100%;
  padding-top: 20px;
}
.shop-placeholder h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}
.shop-placeholder p {
  margin-top: 40px;
  padding-block: 20px;
  border-block: 1px solid #a4a586;
  font-size: 14px;
}
.ledger-disclosures,
.ledger-disclosure {
  width: 100%;
}
.ledger-disclosure {
  border-bottom: 1px solid #a4a586;
}
.ledger-disclosure summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px 10px 0;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
.ledger-disclosure summary::-webkit-details-marker {
  display: none;
}
.ledger-disclosure summary img {
  flex: none;
  width: 16px;
  height: 16px;
}
.ledger-disclosure[open] summary img {
  transform: rotate(45deg);
}
.ledger-content {
  padding: 20px 0;
  font-size: 14px;
}
.shop-tabs [role="tab"]:focus-visible,
[data-tabs] [role="tabpanel"]:focus-visible,
.ledger-disclosure summary:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: -3px;
}
@media (max-width: 401px) {
  main [class~="w-[173px]"] {
    width: calc((100vw - 56px) / 2);
    max-width: 100%;
  }
  main [class~="w-[276px]"] {
    width: calc(100vw - 126px);
    min-width: 0;
  }
  main [class~="w-[271px]"] {
    width: calc(100vw - 131px);
    min-width: 0;
  }
  main [class~="w-[276px]"].font-serif,
  main [class~="w-[271px]"].font-serif {
    font-size: min(64px, 15.92vw);
  }
  main [data-design-node$="763:6898"],
  main [data-design-node$="763:6901"] {
    left: 50%;
  }
  main [data-design-node$="763:6899"] {
    left: 100%;
    width: 50%;
  }
  main [data-design-node$="763:6900"] {
    width: 50%;
  }
  main [data-design-node$="763:6918"] {
    left: calc(100% - 78px);
  }
  .financial-summary [data-name="Table Cell"] {
    width: calc(100% - 79px);
    min-width: 0;
  }
  .financial-summary [data-name="Table Cell"] > p {
    max-width: 100%;
    white-space: normal;
    font-size: 20px;
  }
  .investment-summary [data-name="Header Cell"],
  .investment-summary [data-name="Table Cell"] {
    width: 50%;
    min-width: 0;
    height: auto;
    align-self: stretch;
  }
  .investment-summary [data-name="Table Cell"] > p {
    width: 100%;
  }
}

/* Image fills and overlay stops recovered from the local Figma archive. */
.owner-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgb(34 49 20 / 0) 45.0758%,
    rgb(34 49 20 / 0.5) 79.4034%
  );
}
.engine-hero > .photo {
  filter: none;
}
.home-opportunity-photo > .photo {
  position: absolute;
  width: 154.538831%;
  height: 128.79809%;
  max-width: none;
  left: -40.547267%;
  top: -14.303482%;
  object-fit: fill;
}
.home-opportunity-photo::after,
.home-engine-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 50%, rgb(0 0 0 / 0.6));
}
.home-opportunity-photo > .eyebrow,
.home-engine-photo > .eyebrow {
  z-index: 1;
}

/* Structured financial rows retain the approved label/value geometry. */
.shop-performance-tabs { width: 100%; }
.shop-summary-heading { padding-top: 20px; margin-bottom: 40px; font-size: 12px; font-weight: 500; letter-spacing: 1.8px; text-transform: uppercase; line-height: normal; }
.financial-row { display: flex; width: 100%; min-height: 50px; }
.financial-row dt { width: 79px; flex: none; display: flex; align-items: center; padding: 10px 2px; border-bottom: 1px solid #a4a586; font-size: 10px; line-height: 1.3; letter-spacing: 1.5px; font-weight: 500; text-transform: uppercase; }
.financial-row dd { flex: 1; min-width: 0; display: flex; align-items: center; justify-content: flex-end; padding-block: 10px; border-bottom: 1px solid #a4a586; font-family: var(--serif); font-size: 24px; line-height: 1.2; letter-spacing: -0.24px; color: #808855; text-align: right; }
.ledger-row { display: flex; justify-content: space-between; gap: 20px; padding-block: 8px; border-bottom: 1px solid #a4a586; }
.ledger-row dd { text-align: right; }
.shop-notes, .shop-source { margin-top: 20px; font-size: 12px; line-height: 1.5; }
.ledger-heading { margin: 28px 0 12px; font-size: 12px; font-weight: 500; letter-spacing: 1.8px; text-transform: uppercase; }
.fdd-investment h2 { font-size: 32px; line-height: 1.2; }
.investment-tabs { width: 100%; }
.investment-rows { margin-top: 20px; }
.investment-rows > div { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-block: 12px; border-bottom: 1px solid #808855; }
.investment-rows dt { font-size: 10px; line-height: 1.3; letter-spacing: 1.5px; text-transform: uppercase; }
.investment-rows dd { font-size: 12px; line-height: 1.4; }
.fdd-investment .small-print { margin-top: 20px; }
.field-help { font-size: 12px; line-height: 1.4; font-weight: 400; letter-spacing: normal; text-transform: none; }
.home-numbers .metric-value { font-size: clamp(26px, 8vw, 36px); white-space: nowrap; }
@media (max-width: 401px) { .financial-row dd { font-size: 20px; } }
.inquiry-form .errorlist { font-size: 12px; color: #8a3020; list-style: none; margin: 0; padding: 0; }

#main [data-name="Eyebrow Title"] {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.45em;
  text-align: left;
}
/* Separate rule: :has() would invalidate the whole selector list for both. */
.eyebrow:has(> span + span) {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.45em;
  text-align: left;
}
.competitive-independent {
  left: 40px;
  top: 112px;
  width: min(116px, calc(50% - 56px));
}
.category-financial-link {
  margin-top: 24px;
}
