@font-face {
  font-family:Inter;
  src:url('/assets/fonts/inter-latin-variable.woff2') format('woff2');
  font-style:normal;
  font-weight:400 600;
  font-display:swap
}
@font-face {
  font-family:'Source Serif 4';
  src:url('/assets/fonts/source-serif-4-latin-variable.woff2') format('woff2');
  font-style:normal;
  font-weight:400 600;
  font-display:swap
}
@font-face {
  font-family:'Source Serif 4';
  src:url('/assets/fonts/source-serif-4-latin-italic-variable.woff2') format('woff2');
  font-style:italic;
  font-weight:400 600;
  font-display:swap
}
:root {
  --paper:#f5f2ea;
  --ink:#182e2a;
  --teal:#165f52;
  --sage:#e3ebe2;
  --muted:#50625b;
  --rule:#ccd2c7;
  --display:'Source Serif 4',Georgia,serif;
  --body:Inter,Arial,sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:32px;
  -webkit-text-size-adjust:100%
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--body);
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-underline-offset:5px;
  text-decoration-thickness:1px
}
a:hover {
  text-decoration-thickness:2px
}
a:focus-visible {
  outline:3px solid currentColor;
  outline-offset:5px
}
img {
  max-width:100%;
  height:auto
}
p,h1,h2,h3 {
  margin:0
}
p+p {
  margin-top:1.1em
}
h1,h2 {
  font-family:var(--display);
  font-weight:400;
  letter-spacing:-.045em;
  text-wrap:balance
}
h1 {
  font-size:clamp(49px,6.35vw,88px);
  line-height:1.04;
  max-width:1020px
}
h1 em {
  color:var(--teal);
  font-weight:400
}
h2 {
  font-size:clamp(36px,3.45vw,49px);
  line-height:1.13
}
h3 {
  font-size:17px;
  line-height:1.5;
  font-weight:600;
  letter-spacing:-.015em
}
.wrap {
  width:min(100% - 112px,1264px);
  margin-inline:auto
}
.skip-link {
  position:absolute;
  top:8px;
  left:8px;
  background:var(--ink);
  color:var(--paper);
  padding:12px 20px;
  z-index:10;
  transform:translateY(-180%)
}
.skip-link:focus {
  transform:translateY(0)
}
.site-header {
  border-bottom:1px solid var(--rule)
}
.header-inner {
  min-height:98px;
  display:flex;
  align-items:center;
  gap:32px
}
.wordmark {
  font-family:var(--display);
  font-weight:600;
  font-size:28px;
  letter-spacing:-.05em;
  text-decoration:none;
  white-space:nowrap;
  line-height:1.2
}
.wordmark span {
  color:var(--teal)
}
.header-inner nav {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:25px
}
.header-inner nav a {
  display:flex;
  align-items:center;
  min-height:44px;
  font-size:14px;
  text-decoration:none
}
.header-inner nav a:hover {
  text-decoration:underline
}
.header-action {
  display:inline-flex;
  gap:15px;
  align-items:center;
  padding:10px 0 10px 30px;
  border-left:1px solid var(--rule);
  font-size:14px;
  font-weight:600;
  text-decoration:none
}
.header-action:hover {
  text-decoration:underline
}
.eyebrow {
  color:var(--teal);
  font-size:12px;
  line-height:1.6;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:30px
}
.hero {
  display:grid;
  grid-template-columns:minmax(0,.97fr) minmax(0,1.18fr);
  column-gap:56px;
  row-gap:27px;
  padding-block:76px 84px;
  align-items:start
}
.hero-heading {
  grid-column:1
}
.hero h1 {
  font-size:clamp(48px,5vw,71px);
  line-height:1.07
}
.hero .eyebrow {
  margin-bottom:25px
}
.hero-bottom {
  grid-column:1;
  margin:0
}
.hero-bottom .lead {
  font-size:18px;
  line-height:1.75
}
.hero-bottom .hero-actions {
  margin-top:25px
}
.hero-art {
  grid-column:2;
  grid-row:1 / span 2;
  align-self:center;
  margin:0
}
.hero-art video {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  object-fit:contain;
  background:#e9e5dc;
  border-radius:3px
}
.hero-art figcaption {
  border-bottom:1px solid var(--rule);
  padding:15px 0 14px;
  color:var(--muted);
  font-size:12px
}
.hero-art-caption {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:6px 18px
}
.hero-art-description {
  display:block;
  margin-top:8px;
  font-size:11px
}
.visually-hidden {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
  border:0
}
.hero-motion {
  display:block;
  width:100%;
  padding:0;
  border:0;
  border-radius:3px;
  background:transparent;
  cursor:pointer
}
.hero-motion:disabled {
  cursor:default
}
.hero-motion:focus-visible {
  outline:3px solid var(--teal);
  outline-offset:5px
}
.lead {
  font-size:20px;
  line-height:1.65;
  max-width:55ch;
  color:var(--muted)
}
.hero-actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px 25px
}
.button {
  display:inline-flex;
  justify-content:space-between;
  gap:25px;
  align-items:center;
  min-height:53px;
  padding:13px 22px;
  background:var(--teal);
  color:var(--paper);
  border:1px solid var(--teal);
  border-radius:3px;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
  text-decoration:none;
  transition:background .15s ease
}
.button span,.text-link span,.header-action span {
  flex-shrink:0
}
.button:hover {
  background:var(--ink);
  border-color:var(--ink)
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:18px;
  min-height:44px;
  font-size:14px;
  font-weight:600;
  text-decoration:underline;
  text-decoration-color:var(--rule)
}
.text-link:hover {
  text-decoration-color:currentColor
}
.lane-section {
  background:var(--ink);
  color:var(--paper)
}
.lane-grid {
  display:grid;
  grid-template-columns:1.08fr 1fr;
  gap:100px;
  padding-block:70px 78px
}
.lane-section .eyebrow {
  color:#c8d7cb;
  margin-bottom:22px
}
.product-name {
  font-family:var(--display);
  font-size:25px;
  line-height:1;
  letter-spacing:-.04em;
  margin-bottom:24px
}
.lane-title h2 {
  font-size:clamp(36px,3.2vw,46px);
  margin-bottom:32px
}
.button-light {
  background:var(--paper);
  border-color:var(--paper);
  color:var(--ink);
  max-width:100%
}
.button-light:hover {
  background:var(--sage);
  border-color:var(--sage)
}
.lane-detail {
  padding-top:40px;
  font-size:18px
}
.boundary {
  margin-top:28px;
  border-top:1px solid #52645b;
  padding-top:26px;
  font-family:var(--display);
  font-size:25px;
  line-height:1.4;
  letter-spacing:-.02em
}
.boundary p+p {
  margin-top:4px;
  color:#d7dfd3
}
.stage-note {
  margin-top:28px;
  font-size:13px;
  line-height:1.7;
  color:#c8d7cb;
  max-width:42ch
}
.founder-section {
  padding-block:78px 88px;
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.6fr);
  gap:42px 100px
}
.section-label {
  grid-column:1 / -1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  padding-bottom:20px;
  border-bottom:1px solid var(--rule)
}
.section-label .eyebrow {
  margin:0
}
.section-note {
  font-size:12px;
  color:var(--muted)
}
.founder-intro h2 {
  font-size:42px;
  margin-bottom:16px
}
.role {
  font-size:14px;
  color:var(--muted);
  margin-bottom:23px
}
.founder-story {
  color:var(--muted);
  font-size:17px
}
.founder-story .founder-lead {
  font-family:var(--display);
  font-size:31px;
  line-height:1.35;
  letter-spacing:-.025em;
  color:var(--ink);
  margin-bottom:26px
}
.contact-section {
  background:var(--sage);
  border-top:1px solid var(--rule);
  border-bottom:1px solid var(--rule)
}
.contact-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:34px;
  padding-block:60px 65px
}
.contact-grid h2 br {
  display:none
}
.contact-grid .eyebrow {
  margin-bottom:25px
}
.contact-options {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  border-top:1px solid #becabe
}
.contact-row {
  padding:28px 45px 0 0
}
.contact-row+.contact-row {
  border-left:1px solid #becabe;
  padding:28px 0 0 45px
}
.contact-label {
  display:block;
  margin-bottom:16px;
  color:var(--teal);
  font-size:12px;
  font-weight:600;
  letter-spacing:.09em;
  text-transform:uppercase
}
.contact-row p {
  font-size:15px;
  color:var(--muted);
  margin-block:10px 4px;
  max-width:55ch
}
.contact-row .small {
  font-size:12px;
  line-height:1.8;
  max-width:57ch;
  margin-top:12px
}
.email-link {
  display:inline-flex;
  align-items:center;
  gap:15px;
  min-height:44px;
  font-family:var(--display);
  font-size:26px;
  letter-spacing:-.03em;
  margin-top:6px;
  overflow-wrap:anywhere
}
.site-footer {
  padding-block:42px
}
.footer-inner {
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:25px 50px
}
.site-footer .wordmark {
  font-size:24px
}
.site-footer p {
  font-size:12px;
  color:var(--muted);
  margin-top:10px
}
.site-footer nav {
  display:flex;
  gap:27px;
  align-items:center
}
.site-footer nav a {
  display:inline-flex;
  min-height:44px;
  align-items:center;
  font-size:12px;
  text-decoration:none
}
.site-footer nav a:hover {
  text-decoration:underline
}
.site-footer .copyright {
  font-size:11px;
  min-height:44px;
  display:flex;
  align-items:center;
  margin:0
}
.document {
  max-width:850px;
  padding-block:78px 95px;
  min-height:65vh
}
.document h1 {
  font-size:clamp(45px,5.3vw,66px);
  max-width:750px
}
.document .intro {
  font-size:20px;
  color:var(--muted);
  margin-top:26px;
  max-width:62ch
}
.document .updated {
  font-size:13px;
  color:var(--muted);
  margin-top:18px
}
.document .document-section {
  padding-top:30px;
  margin-top:30px;
  border-top:1px solid var(--rule)
}
.document h2 {
  font-family:var(--body);
  font-size:21px;
  font-weight:600;
  letter-spacing:-.02em;
  line-height:1.4;
  margin-bottom:14px
}
.document-section p {
  color:var(--muted)
}
.document-section .button {
  margin-top:24px
}
.archive-note {
  border-left:3px solid var(--teal);
  background:var(--sage);
  padding:23px 27px;
  margin-top:34px;
  color:var(--ink)
}
.archive-note strong {
  display:block;
  margin-bottom:8px;
  font-size:15px
}
.document-actions {
  display:flex;
  gap:17px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:30px
}
@media(max-width:1100px) {
  .wrap {
    width:calc(100% - 72px)
  }
  .hero {
    padding-block:72px
  }
  .hero {
    column-gap:36px
  }
  .lane-grid {
    gap:60px
  }
  .founder-section {
    gap:36px 60px
  }
  .site-footer .copyright {
    flex-basis:100%;
    min-height:auto
  }
  .document {
    max-width:800px
  }
}
@media(max-width:800px) {
  .wrap {
    width:calc(100% - 48px)
  }
  .header-inner {
    min-height:85px;
    gap:18px;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-block:20px 10px
  }
  .header-inner nav {
    order:3;
    width:100%;
    margin:0;
    gap:27px
  }
  .header-action {
    border:0;
    padding:5px 0;
    min-height:44px
  }
  .hero {
    grid-template-columns:minmax(0,1fr);
    gap:28px;
    padding-block:46px 52px
  }
  .hero h1 {
    max-width:13ch;
    font-size:clamp(48px,7.8vw,65px)
  }
  .hero-art {
    grid-column:1;
    grid-row:auto
  }
  .hero-bottom {
    margin:0
  }
  .hero-actions {
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    gap:13px 24px
  }
  .lead {
    font-size:18px;
    max-width:61ch
  }
  .lane-grid {
    grid-template-columns:1fr;
    gap:25px;
    padding-block:48px 52px
  }
  .lane-detail {
    padding-top:0;
    font-size:17px;
    max-width:65ch
  }
  .boundary {
    max-width:55ch
  }
  .stage-note {
    max-width:none
  }
  .founder-section {
    grid-template-columns:1fr 1.4fr;
    gap:30px;
    padding-block:53px
  }
  .section-label {
    grid-column:1 / -1;
    flex-direction:row;
    align-items:center
  }
  .section-label .eyebrow {
    margin:0
  }
  .founder-intro h2 {
    font-size:36px
  }
  .contact-grid {
    gap:30px;
    padding-block:49px 54px
  }
  .contact-row {
    padding-right:25px
  }
  .contact-row+.contact-row {
    padding-left:25px
  }
  .email-link {
    font-size:22px
  }
  .site-footer nav {
    gap:24px
  }
  .document {
    padding-block:53px 65px
  }
}
@media(max-width:540px) {
  body {
    font-size:16px
  }
  .wrap {
    width:calc(100% - 40px)
  }
  .wordmark {
    font-size:26px
  }
  .header-inner {
    gap:4px 20px;
    padding-top:16px
  }
  .header-action {
    font-size:12px;
    gap:8px
  }
  .header-inner nav {
    gap:28px
  }
  .header-inner nav a {
    font-size:13px
  }
  .hero {
    gap:24px;
    padding-block:36px 43px
  }
  .hero-art figcaption {
    padding-block:12px;
    font-size:11px
  }
  .eyebrow {
    font-size:11px;
    margin-bottom:25px
  }
  h1 {
    font-size:49px;
    line-height:1.075;
    letter-spacing:-.05em
  }
  h1 br {
    display:none
  }
  .hero h1 {
    max-width:13ch;
    font-size:49px
  }
  .hero-bottom .lead {
    font-size:17px
  }
  .lead {
    font-size:17px
  }
  .hero-actions {
    gap:10px 25px
  }
  .button {
    font-size:13px;
    padding:13px 17px;
    gap:18px
  }
  .text-link {
    font-size:13px
  }
  .lane-title h2 {
    font-size:35px;
    margin-bottom:25px
  }
  .lane-grid {
    padding-block:40px 43px;
    gap:25px
  }
  .lane-section .eyebrow {
    margin-bottom:20px
  }
  .product-name {
    font-size:25px;
    margin-bottom:19px
  }
  .lane-detail {
    font-size:16px
  }
  .boundary {
    font-size:25px;
    margin-top:23px;
    padding-top:22px
  }
  .stage-note {
    font-size:12px;
    margin-top:23px
  }
  .founder-section {
    grid-template-columns:1fr;
    gap:25px;
    padding-block:43px 48px
  }
  .section-label {
    grid-column:auto;
    flex-wrap:wrap;
    gap:8px;
    padding-bottom:18px
  }
  .founder-intro h2 {
    font-size:37px;
    margin-bottom:12px
  }
  .role {
    margin-bottom:9px
  }
  .founder-story {
    font-size:16px
  }
  .founder-story .founder-lead {
    font-size:27px;
    margin-bottom:23px
  }
  .contact-grid {
    grid-template-columns:1fr;
    gap:30px;
    padding-block:41px 45px
  }
  .contact-grid .eyebrow {
    margin-bottom:20px
  }
  .contact-grid h2 {
    font-size:39px
  }
  .contact-grid h2 br {
    display:none
  }
  .contact-options {
    grid-template-columns:minmax(0,1fr)
  }
  .contact-row {
    padding:24px 0 0
  }
  .contact-row+.contact-row {
    border-left:0;
    border-top:1px solid #becabe;
    margin-top:26px;
    padding:24px 0 0
  }
  .email-link {
    font-size:clamp(17px,5vw,22px);
    gap:10px
  }
  .site-footer {
    padding-block:31px
  }
  .footer-inner {
    gap:20px
  }
  .site-footer nav {
    width:100%;
    gap:22px;
    flex-wrap:wrap
  }
  .site-footer nav a {
    font-size:11px
  }
  .document h1 {
    font-size:46px
  }
  .document .intro {
    font-size:18px
  }
  .document .document-section {
    margin-top:25px;
    padding-top:25px
  }
  .archive-note {
    padding:20px
  }
  .document-actions {
    align-items:flex-start;
    flex-direction:column
  }
}
@media(max-width:350px) {
  .wrap {
    width:calc(100% - 32px)
  }
  .wordmark {
    font-size:24px
  }
  .header-action {
    font-size:11px
  }
  .header-inner {
    column-gap:10px
  }
  h1,.hero h1 {
    font-size:45px
  }
  .button-light {
    font-size:12px;
    gap:10px
  }
  .email-link {
    font-size:17px
  }
  .site-footer nav {
    gap:16px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important
  }
}
@media print {
  body {
    background:white;
    color:black;
    font-size:12pt
  }
  .wrap {
    width:100%;
    max-width:none
  }
  .site-header,.hero-actions,.site-footer,.skip-link {
    display:none
  }
  .hero,.lane-grid,.founder-section,.contact-grid,.document {
    padding-block:25px
  }
  .lane-section,.contact-section {
    background:white;
    color:black
  }
  .lane-section .eyebrow,.stage-note,.boundary p+p {
    color:black
  }
  .lane-grid {
    gap:30px
  }
  .button {
    background:white;
    color:black;
    border:1px solid black
  }
  .hero {
    display:block
  }
  .hero h1 {
    font-size:40pt
  }
  .hero-art {
    display:none
  }
  .hero-bottom {
    margin-top:20px
  }
  .founder-section {
    grid-template-columns:1fr 1fr
  }
  .section-label {
    display:none
  }
  a {
    color:black
  }
  .contact-grid {
    gap:30px
  }
  section {
    break-inside:avoid
  }
}
