:root {
  color-scheme: light;
  --ink: #222923;
  --muted: #64665e;
  --paper: #f7f5ef;
  --line: #dcded3;
  --night: #151b1a;
  --gold: #d8c5a5;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
button,
input,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid #9d702d;
  outline-offset: 6px;
}
::selection {
  color: var(--night);
  background: var(--gold);
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.048em;
}
h2 {
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 1.09;
}
h2 em,
h1 em {
  font-weight: 400;
}
p {
  line-height: 1.55;
}
.section-pad {
  padding: 64px max(6vw, calc((100vw - 1320px) / 2));
}
.eyebrow {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.19em;
  line-height: 1.5;
}
.skip-link {
  position: fixed;
  z-index: 20;
  background: var(--paper);
  color: var(--ink);
  padding: 16px;
  top: -80px;
  left: 12px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 91px;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #e6e3da;
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 5;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  font-size: 30px;
  letter-spacing: -0.06em;
  font-weight: 600;
  white-space: nowrap;
}
.wordmark-period {
  color: #926f42;
}
.brand-symbol {
  width: 25px;
  height: 23px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  margin-right: 11px;
  position: relative;
}
.brand-symbol::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 12px;
}
.site-header nav a {
  padding: 14px 0;
}
.site-header nav a:hover,
.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-header nav .nav-cta {
  border: 1px solid #b8bcae;
  padding: 13px 18px;
  margin-left: 12px;
}
.nav-cta span {
  margin-left: 26px;
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 12px 0 12px 12px;
  font-size: 12px;
}
.hero {
  position: relative;
  color: #f9f6ef;
  background: #071016;
  min-height: 750px;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #071016e0 0%, #071016a6 27%, transparent 72%),
    linear-gradient(0deg, #071016d9, transparent 22%);
}
.hero-content {
  position: relative;
  padding: 83px 6% 100px;
  max-width: 730px;
}
.hero .eyebrow {
  color: #e4d8c2;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 9.75px;
}
.small-line {
  display: inline-block;
  width: 29px;
  height: 1px;
  background: currentColor;
}
.hero h1 {
  font-size: clamp(65px, 6.4vw, 100px);
  line-height: 0.99;
  margin-top: 30px;
}
.hero h1 em {
  color: var(--gold);
}
.hero-description {
  margin: 29px 0;
  font-size: clamp(18px, 1.5vw, 21px);
  color: #e0e2de;
  max-width: 480px;
  line-height: 1.5;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding: 19px 24px;
  min-height: 54px;
  font-size: 12.75px;
  font-weight: 600;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.button-cream {
  color: var(--night);
  background: #f0e9dc;
}
.button-cream:hover {
  background: #ddc7a4;
  transform: translateY(-2px);
}
.button-dark {
  background: var(--night);
  color: var(--paper);
}
.button-dark:hover {
  background: #374339;
}
.hero-credit {
  font-size: 9.75px;
  letter-spacing: 0.1em;
  color: #bdc4c3;
  margin-top: 22px;
}
.hero-bottom {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8.25px;
  letter-spacing: 0.15em;
  color: #d4d8d6;
}
.hero-bottom span:nth-child(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.hero-bottom span:nth-child(2) span {
  margin-left: 18px;
}
.hero-bottom .art-credit {
  font-size: 9px;
  letter-spacing: 0.03em;
}
.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6%;
  padding-top: 64px;
}
.intro > .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 28px;
}
.intro-copy {
  padding-top: 6px;
  max-width: none;
  justify-self: stretch;
  font-size: clamp(18px, 1.5vw, 21px);
  color: var(--muted);
}
.intro-copy p + p {
  margin-top: 15px;
}
.principles {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  gap: 32px;
}
.principles > div {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.index {
  font-size: 10.5px;
  letter-spacing: 0.07em;
  color: var(--muted);
}
.principles h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 17px 0 10px;
}
.principles p {
  font-size: clamp(16.5px, 1.425vw, 19.5px);
  color: var(--muted);
  max-width: none;
}
.experience {
  background: #eaece4;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  margin-bottom: 32px;
}
.section-heading .eyebrow {
  margin-bottom: 25px;
}
.section-heading > p {
  font-size: clamp(16.5px, 1.425vw, 19.5px);
  color: var(--muted);
  padding-bottom: 7px;
}
.tour-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 4%;
  align-items: center;
}
.tour-step {
  text-align: left;
  display: grid;
  grid-template-columns: 26px 1fr 12px;
  gap: 12px;
  width: 100%;
  padding: 22px 0;
  border: 0;
  border-top: 1px solid #cdd1c4;
  background: transparent;
}
.tour-step:last-child {
  border-bottom: 1px solid #cdd1c4;
}
.tour-step .index {
  padding-top: 4px;
}
.tour-step strong {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.tour-step span span {
  display: block;
  margin-top: 11px;
  font-size: clamp(16.5px, 1.35vw, 18px);
  color: var(--muted);
  line-height: 1.5;
}
.tour-step.is-active {
  border-top-color: #657457;
}
.tour-step.is-active strong {
  color: #365032;
}
.step-arrow {
  opacity: 0.3;
}
.tour-step.is-active .step-arrow {
  opacity: 1;
}
.tour-panel {
  min-width: 0;
}
.tour-window-bar {
  background: var(--night);
  color: #c6d0c4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 18px;
  font-size: 8.25px;
  letter-spacing: 0.12em;
}
.window-dots {
  color: #819083;
  font-size: 8px;
  letter-spacing: 2px;
}
.screen-button {
  border: 0;
  background: #ede9de;
  padding: 0;
  position: relative;
  width: 100%;
  display: block;
}
.screen-button img {
  width: 100%;
  aspect-ratio: 1.475;
  object-fit: contain;
}
.enlarge-label {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: var(--night);
  color: var(--paper);
  padding: 10px 14px;
  font-size: 10.5px;
  box-shadow: 0 2px 8px #0003;
}
.tour-panel figcaption {
  color: #5f655c;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 15px;
}
.workflow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
  align-items: center;
}
.workflow-image {
  height: 635px;
  position: relative;
  overflow: hidden;
  background: #091115;
}
.workflow-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 68%;
}
.image-caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #e5d4b6;
  font-size: 9px;
  letter-spacing: 0.18em;
}
.workflow-copy .eyebrow {
  margin-bottom: 25px;
}
.workflow-copy h2 {
  font-size: clamp(38px, 4vw, 60px);
}
.workflow-list {
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}
.workflow-list li {
  display: flex;
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.workflow-list li > span {
  font-family: var(--serif);
  font-size: 22px;
  color: #686e5b;
}
.workflow-list h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 2px 0 7px;
}
.workflow-list p {
  font-size: clamp(16.5px, 1.35vw, 18px);
  color: var(--muted);
}
.audience {
  padding-top: 5px;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #d5d6cb;
  border: 1px solid #d5d6cb;
}
.audience-grid article {
  padding: 28px;
  background: #eeeee6;
}
.audience-mark {
  display: block;
  font-size: 32px;
  font-family: var(--serif);
  color: #677558;
  margin-bottom: 24px;
}
.audience-grid .eyebrow {
  font-size: 9px;
  color: var(--muted);
}
.audience-grid h3 {
  font: 400 30px/1.15 var(--serif);
  letter-spacing: -0.03em;
  margin: 19px 0;
}
.audience-grid p:last-child {
  font-size: clamp(16.5px, 1.35vw, 18px);
  color: var(--muted);
}
.privacy-feature {
  background: #dfe3d7;
  text-align: center;
}
.privacy-feature .eyebrow {
  margin-bottom: 29px;
}
.privacy-feature h2 {
  font-size: clamp(36px, 4.3vw, 62px);
}
.privacy-feature > p:not(.eyebrow) {
  font-size: clamp(16.5px, 1.425vw, 19.5px);
  max-width: 800px;
  margin: 28px auto;
  color: #545d50;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
  font-size: 13.5px;
}
.text-link:hover {
  color: #786035;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 9%;
}
.faq .eyebrow {
  margin-bottom: 25px;
}
.faq h2 {
  font-size: clamp(38px, 4vw, 58px);
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  padding: 24px 35px 24px 0;
  position: relative;
  font-size: clamp(16.5px, 1.425vw, 19.5px);
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 19px;
  top: 19px;
  font-weight: 300;
}
details[open] summary::after {
  content: "−";
}
details p {
  font-size: clamp(16.5px, 1.35vw, 18px);
  color: var(--muted);
  padding: 0 30px 25px 0;
}
.contact {
  background: var(--night);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
}
.contact .eyebrow {
  color: var(--gold);
  margin-bottom: 27px;
}
.contact h2 em {
  color: var(--gold);
}
.contact p:not(.eyebrow) {
  color: #bdc6be;
  font-size: clamp(16.5px, 1.425vw, 19.5px);
  margin-top: 25px;
}
.contact-action {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact-action > span {
  color: #b2beb4;
  font-size: 12px;
  text-align: center;
}
.partner-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: #e9e8df;
  padding: 33px 6%;
  font-size: 16.5px;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 36px 6%;
}
.site-footer .wordmark {
  font-size: 25px;
}
.site-footer p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
.site-footer nav {
  display: flex;
  gap: 28px;
  font-size: 12px;
}
.site-footer > span {
  font-size: 10.5px;
  color: var(--muted);
}
dialog {
  border: 1px solid #a9b0a0;
  padding: 20px;
  width: min(1200px, 94vw);
  max-height: 94dvh;
  color: var(--ink);
  background: var(--paper);
}
dialog::backdrop {
  background: #071016df;
}
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 18px;
}
.dialog-header h2 {
  font: 500 16px var(--sans);
  letter-spacing: 0;
}
.dialog-close {
  background: transparent;
  border: 1px solid #b8bcae;
  padding: 10px 16px;
}
dialog > img {
  max-height: 73dvh;
  width: 100%;
  object-fit: contain;
}
dialog p {
  font-size: 12px;
  margin-top: 15px;
}
body:has(dialog[open]) {
  overflow: hidden;
}
.document-hero {
  padding: 64px 6% 48px;
  max-width: 1250px;
}
.document-hero .eyebrow {
  margin-bottom: 33px;
}
.document-hero h1 {
  font-size: clamp(50px, 6.6vw, 90px);
  line-height: 1.03;
}
.document-hero > p:last-child {
  max-width: 850px;
  margin-top: 30px;
  font-size: clamp(18px, 1.575vw, 22.5px);
  color: var(--muted);
}
.founder-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  align-items: center;
  gap: 48px;
}
.founder-hero > div > p:not(.eyebrow) {
  font-size: clamp(18px, 1.575vw, 22.5px);
  color: var(--muted);
  margin-top: 24px;
}
.founder-hero > div > .founder-hero-role {
  margin-bottom: 24px;
  font-size: 18px;
}
.founder-portrait {
  display: block;
  width: 100%;
  height: auto;
  max-width: 360px;
  border-radius: 4px;
}
@media (max-width: 760px) {
  .founder-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .founder-portrait {
    max-width: 320px;
  }
}
.story-content {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 12%;
}
.story-content .eyebrow {
  margin-bottom: 25px;
}
.story-content h2 {
  font-size: 45px;
}
.prose {
  max-width: 720px;
}
.prose h2 {
  font-size: 32px;
  margin: 40px 0 18px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose h3 {
  margin: 25px 0 10px;
  font-size: 18px;
}
.prose p {
  font-size: clamp(18px, 1.5vw, 21px);
  color: var(--muted);
  margin-bottom: 20px;
}
.prose a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.prose ul {
  padding-left: 20px;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.55;
}
.founder-name {
  display: block;
  font-size: 18px;
  margin-top: 28px;
}
.founder-role {
  font-size: 18px;
  color: var(--muted);
  display: block;
  margin-top: 8px;
}
.founder-jump {
  margin-top: 24px;
}
.founder-credentials {
  margin-top: 12px;
  font-size: 18px;
  color: #6a5638;
}
.founder-background {
  font-size: 18px;
  color: var(--muted);
  margin: 24px 0;
  max-width: 36ch;
}
.prose .founder-signature {
  font-family: var(--serif);
  font-style: italic;
  font-size: 36px;
  color: var(--ink);
  margin-bottom: 0;
}
.founder-history,
.founder-intro {
  background: #eaece3;
}
.founder-history > .eyebrow {
  margin-bottom: 24px;
}
.founder-milestones {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  list-style: none;
  margin: 36px 0 28px;
  padding: 0;
}
.founder-milestones li {
  padding-top: 22px;
  border-top: 1px solid #acb2a3;
}
.founder-milestones h3 {
  font-size: 21px;
  line-height: 1.35;
  margin: 16px 0 12px;
}
.founder-milestones p:not(.eyebrow) {
  font-size: 18px;
  color: var(--muted);
}
@media (max-width: 1050px) {
  .founder-milestones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .founder-milestones {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.contact-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-top: 20px;
}
.contact-options article {
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.contact-options h2 {
  font-size: 34px;
  margin-bottom: 20px;
}
.contact-options p {
  font-size: clamp(18px, 1.5vw, 21px);
  color: var(--muted);
  margin-bottom: 25px;
}
.contact-note {
  font-size: 16.5px;
  color: var(--muted);
}
.contact-pending {
  padding: 20px;
  border: 1px solid var(--line);
  line-height: 1.55;
  font-size: clamp(16.5px, 1.425vw, 19.5px);
}
/* Founding-beta invitation uses the existing site palette and typography. */
.beta-hero,
.beta-fit,
.beta-offer,
.beta-conversation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(32px, 6vw, 88px);
}
.beta-hero {
  align-items: center;
  padding-top: 78px;
  padding-bottom: 78px;
}
.beta-intro h1 {
  font-size: clamp(46px, 4.5vw, 72px);
  line-height: 1.06;
  margin: 24px 0;
}
.beta-page h2 {
  font-size: clamp(36px, 3.5vw, 54px);
  margin-top: 22px;
}
.beta-page main p:not(.eyebrow):not(.beta-price):not(.beta-caption) {
  font-size: clamp(17px, 1.35vw, 20px);
}
.beta-page .button {
  margin-top: 25px;
}
.beta-page .beta-caption {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 18px;
}
.beta-preview img {
  border: 1px solid var(--line);
  border-radius: 8px;
}
.beta-preview figcaption {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
.beta-fit {
  border-top: 1px solid var(--line);
}
.beta-list {
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.6;
}
.beta-list li + li {
  margin-top: 12px;
}
.beta-offer {
  background: var(--night);
  color: var(--paper);
}
.beta-offer .eyebrow,
.beta-offer h2 em {
  color: var(--gold);
}
.beta-offer > div > p:not(.eyebrow):not(.beta-price) {
  margin-top: 24px;
}
.beta-offer .beta-caption {
  color: #bdc6be;
}
.beta-terms {
  border: 1px solid #566159;
  padding: clamp(24px, 3vw, 42px);
}
.beta-price {
  font-family: var(--serif);
  font-size: clamp(44px, 4.2vw, 66px);
  margin-top: 16px;
}
.beta-price span {
  font: 16px var(--sans);
  white-space: nowrap;
}
.beta-terms dl {
  margin: 22px 0 0;
}
.beta-terms dl > div {
  border-top: 1px solid #566159;
  padding: 18px 0;
}
.beta-terms dt {
  font-weight: 600;
  line-height: 1.5;
}
.beta-terms dd {
  margin: 6px 0 0;
  color: #bdc6be;
  line-height: 1.5;
}
.beta-conversation {
  border-top: 1px solid var(--line);
}
.beta-conversation p,
.beta-conversation .text-link {
  margin-top: 22px;
}
.beta-conversation [data-email] {
  overflow-wrap: anywhere;
}
.beta-next {
  background: #eeece3;
  padding: clamp(24px, 3vw, 42px);
}
.beta-next h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}
.beta-next ol {
  padding-left: 22px;
  line-height: 1.7;
}
.beta-next li + li {
  margin-top: 18px;
}
@media (max-width: 900px) {
  .beta-hero,
  .beta-fit,
  .beta-offer,
  .beta-conversation {
    grid-template-columns: minmax(0, 1fr);
  }
  .beta-hero {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
/* Investor collateral shares the product's established type scale. */
.investor-page main p:not(.eyebrow):not(.investor-price) {
  font-size: clamp(18px, 1.5vw, 21px);
}
.investor-page main p + p {
  margin-top: 18px;
}
.investor-page h3 {
  font-size: 21px;
  line-height: 1.35;
  margin-bottom: 14px;
}
.investor-page figcaption {
  margin-top: 12px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--muted);
}
.investor-page .eyebrow {
  margin-bottom: 22px;
}
.investor-hero,
.video-value {
  background: #eaece3;
}
.value-heading {
  max-width: 880px;
}
.value-heading h2 {
  margin: 16px 0 24px;
}
.video-value p {
  font-size: clamp(18px, 1.45vw, 21px);
}
.video-value .eyebrow {
  font-size: 12px;
}
.video-value h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
.value-premise {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 36px;
  padding: 30px 0;
  margin: 28px 0;
  border-block: 1px solid #c9cdbf;
}
.value-premise > strong {
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  white-space: nowrap;
}
.value-controls {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 24px;
}
.video-value label {
  display: grid;
  gap: 8px;
  font-size: 17px;
  line-height: 1.4;
}
.video-value input {
  width: 100%;
  min-width: 0;
  max-width: 240px;
  border: 1px solid #838779;
  border-radius: 3px;
  background: var(--paper);
  color: var(--ink);
  padding: 12px;
  font-size: 20px;
}
.video-value input[aria-invalid="true"] {
  border-color: #a12b20;
}
.value-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.value-cards article {
  padding: 28px;
  background: var(--paper);
  border: 1px solid #c9cdbf;
}
.value-cards .eyebrow {
  margin-bottom: 16px;
}
.value-field,
.value-editor-fields {
  margin-top: 22px;
}
.value-editor-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.value-result {
  margin: 24px 0 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  overflow-wrap: anywhere;
}
.video-value .value-number {
  font-family: var(--serif);
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.value-month {
  font-weight: 600;
  margin: 14px 0 6px;
}
.video-value .value-note,
.video-value .value-calculation,
.video-value #value-input-help {
  font-size: 16.5px;
  color: var(--muted);
}
.value-boundary,
.value-investor-note {
  margin-top: 24px;
}
.value-assumptions {
  margin-top: 24px;
  border-top: 1px solid #c9cdbf;
  padding-top: 20px;
}
.value-assumptions summary {
  cursor: pointer;
  font-size: 18px;
}
.value-assumptions p {
  margin-top: 18px;
  max-width: 960px;
}
.value-assumptions a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 760px) {
  .value-premise,
  .value-cards,
  .value-editor-fields {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .value-controls {
    display: block;
  }
  .value-controls p {
    margin-top: 16px;
  }
  .value-cards article {
    padding: 22px;
  }
}
.investor-thesis,
.investor-evidence {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
  align-items: center;
}
.investor-hero h1 {
  font-size: clamp(50px, 5.5vw, 80px);
  line-height: 1.05;
}
.investor-hero .investor-lead {
  margin-top: 26px;
  font-weight: 600;
}
.investor-hero img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  object-position: 65%;
  border-radius: 4px;
}
.investor-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
}
.investor-thesis,
.investor-models,
.investor-validation {
  background: #eaece3;
}
.investor-thesis h2,
.investor-evidence h2 {
  margin-bottom: 24px;
}
.investor-thesis .text-link,
.investor-evidence .text-link {
  margin-top: 22px;
}
.investor-section-heading {
  max-width: 900px;
  margin-bottom: 36px;
}
.investor-section-heading h2 {
  margin-bottom: 24px;
}
.investor-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
}
.investor-stat-grid article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.investor-stat {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(44px, 5vw, 64px);
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}
.investor-stat-grid .text-link {
  margin-top: 20px;
}
.investor-page main .investor-note {
  font-size: 16.5px;
  color: var(--muted);
  margin-top: 26px;
  max-width: 1000px;
}
.investor-evidence img {
  border: 1px solid var(--line);
  border-radius: 4px;
}
.investor-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.investor-card-grid article {
  padding: 26px;
  background: var(--paper);
  border: 1px solid #c9cdbf;
}
/* One photographic triptych, framed per stage so its labels stay readable. */
.studio-pathway-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.studio-pathway-steps > li {
  position: relative;
  min-width: 0;
}
.studio-pathway-steps > li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: calc(100% + 32px);
  border-top: 1px solid #8d7959;
}
.studio-pathway-steps > li:nth-child(2)::before {
  border-top-style: dashed;
}
.studio-pathway-stage {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.studio-pathway-number {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  height: 44px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 15px;
}
.studio-pathway-steps > li:not(:first-child) .studio-pathway-number {
  background: #eaece3;
  color: var(--ink);
  border-color: #8d7959;
}
.studio-pathway-steps > li:last-child .studio-pathway-number {
  border-style: dashed;
}
.investor-page .studio-pathway-stage .eyebrow {
  background: #eaece3;
  padding: 6px 12px 6px 0;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.studio-pathway-image {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--night);
  border-radius: 3px;
  margin-bottom: 24px;
}
.studio-pathway-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.studio-pathway-steps > li:nth-child(2) img {
  object-position: center;
}
.studio-pathway-steps > li:nth-child(3) img {
  object-position: right;
}
.investor-page .studio-pathway h3 {
  font-size: 24px;
}
@media (max-width: 900px) {
  .studio-pathway-steps {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-left: 52px;
  }
  .studio-pathway-steps > li:not(:last-child)::before {
    top: 0;
    left: -31px;
    width: 0;
    height: calc(100% + 32px);
    border-top: 0;
    border-left: 1px solid #8d7959;
  }
  .studio-pathway-steps > li:nth-child(2)::before {
    border-left-style: dashed;
  }
  .studio-pathway-stage {
    min-height: 44px;
    margin-bottom: 16px;
  }
  .studio-pathway-number {
    position: absolute;
    left: -52px;
    width: 44px;
  }
  .studio-pathway-image {
    max-width: 480px;
  }
}
.investor-price {
  font-family: var(--serif);
  font-size: clamp(32px, 3vw, 44px);
  margin: 20px 0;
}
.investor-price span {
  font: 16.5px var(--sans);
}
.investor-partners article {
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
}
.investor-milestones {
  margin: 0;
  padding-left: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.investor-milestones li::marker {
  font-size: 18px;
  color: #6a5638;
}
.investor-comparison {
  max-width: 1000px;
}
.investor-comparison a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.investor-invitation .button {
  margin-top: 28px;
}
@media (max-width: 1050px) {
  .investor-card-grid,
  .investor-milestones {
    grid-template-columns: 1fr;
  }
  .investor-hero img {
    height: 440px;
  }
}
@media (max-width: 760px) {
  .investor-hero,
  .investor-thesis,
  .investor-evidence,
  .investor-stat-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .investor-hero img {
    height: 280px;
  }
  .investor-hero h1 {
    font-size: clamp(44px, 10vw, 64px);
  }
}
@media (min-width: 1600px) {
  .hero-content {
    max-width: 900px;
    padding-left: max(6vw, calc((100vw - 1320px) / 2));
  }
  .hero {
    min-height: 840px;
  }
}
@media (max-width: 1050px) {
  .site-header nav {
    gap: 12px;
  }
  .section-pad {
    padding: 56px 6%;
  }
  .hero {
    min-height: 715px;
  }
  .hero-content {
    padding-top: 75px;
  }
  .hero-image {
    object-position: 58%;
  }
  .intro {
    column-gap: 6%;
  }
  .tour-layout {
    grid-template-columns: 1fr 1.2fr;
    gap: 4%;
  }
  .workflow {
    gap: 6%;
  }
  .workflow-image {
    height: 590px;
  }
  .audience-grid article {
    padding: 27px;
  }
  .contact .button {
    gap: 15px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 100px;
  }
  .site-header {
    height: auto;
    min-height: 76px;
    max-height: 100dvh;
    overflow-y: auto;
    flex-wrap: wrap;
    padding: 19px 6%;
    gap: 0;
  }
  .wordmark {
    font-size: 27px;
  }
  .site-header nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 17px 0 5px;
  }
  .site-header nav .nav-cta {
    margin: 10px 0 0;
    text-align: center;
  }
  .menu-toggle {
    display: inline-flex;
    gap: 22px;
  }
  .js-menu nav:not(.is-open) {
    display: none;
  }
  .section-pad {
    padding: 48px 7%;
  }
  .hero {
    min-height: 770px;
  }
  .hero-image {
    object-fit: cover;
    object-position: 66% bottom;
    height: 62%;
    top: auto;
  }
  .hero-shade {
    background: linear-gradient(
      180deg,
      #071016 0%,
      #071016 22%,
      #07101666 57%,
      #0710161a 80%,
      #071016c9 100%
    );
  }
  .hero-content {
    padding: 45px 7% 160px;
    max-width: 530px;
  }
  .hero h1 {
    font-size: clamp(62px, 11.5vw, 83px);
    margin-top: 28px;
  }
  .hero-description {
    font-size: 18px;
    max-width: 440px;
    margin: 24px 0;
  }
  .hero-credit {
    max-width: 320px;
    font-size: 9px;
  }
  .hero-bottom {
    left: 7%;
    right: 7%;
  }
  .hero-bottom > span:nth-child(2) {
    display: none;
  }
  .intro {
    display: block;
  }
  .intro-copy {
    margin-top: 26px;
    max-width: 100%;
  }
  .principles {
    display: block;
    margin-top: 37px;
  }
  .principles > div {
    padding: 23px 0;
  }
  .principles p {
    max-width: 100%;
  }
  .principles h3 {
    margin-top: 13px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    margin-top: 23px;
  }
  .tour-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .tour-steps {
    width: 100%;
  }
  .tour-step {
    padding: 21px 0;
  }
  .tour-step span span {
    margin-top: 6px;
  }
  .tour-panel {
    width: 100%;
  }
  .workflow {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .workflow-image {
    height: 350px;
    width: 100%;
  }
  .workflow-image img {
    object-position: 68% 60%;
  }
  .audience {
    padding-top: 0;
  }
  .audience-grid {
    grid-template-columns: 1fr;
  }
  .audience-grid article {
    padding: 30px;
  }
  .audience-mark {
    margin-bottom: 25px;
  }
  .audience-grid h3 br {
    display: none;
  }
  .faq {
    display: block;
  }
  .faq-list {
    margin-top: 35px;
  }
  .contact {
    display: block;
  }
  .contact-action {
    align-items: flex-start;
    margin-top: 35px;
  }
  .partner-strip {
    display: block;
    padding: 28px 7%;
  }
  .partner-strip p {
    margin-bottom: 16px;
  }
  .site-footer {
    flex-wrap: wrap;
    padding: 40px 7%;
  }
  .site-footer nav {
    gap: 20px;
  }
  .site-footer > span {
    width: 100%;
  }
  .document-hero {
    padding: 48px 7%;
  }
  .document-hero h1 {
    font-size: clamp(48px, 9.5vw, 68px);
  }
  .story-content {
    display: block;
  }
  .story-content > div + div {
    margin-top: 40px;
  }
  .contact-options {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 0;
  }
  dialog {
    padding: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}
@media print {
  .site-header {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .site-header nav,
  .menu-toggle,
  .screen-button .enlarge-label,
  .contact,
  .partner-strip,
  .site-footer nav {
    display: none !important;
  }
  .section-pad {
    padding: 35px 0;
  }
  .site-header,
  .document-hero {
    padding: 20px 0;
  }
  body {
    background: white;
  }
  .story-content {
    display: block;
  }
  .prose {
    max-width: none;
  }
  .story-content > div + div {
    margin-top: 30px;
  }
  h2,
  h3 {
    break-after: avoid;
  }
}
