:root{
  --paper:#f4f3ee;
  --surface:#fff;
  --soft:#faf9f6;
  --ink:#1c1f1b;
  --muted:#596054;
  --line:#dddcd3;
  --brand:#1d7a4f;
  --deep:#155f3d;
  --tint:#e8f1eb;
  --clay:#995137;
  --clay-tint:#f6ece6;
  --serif:"Newsreader",Georgia,serif;
  --sans:"Hanken Grotesk",Arial,sans-serif;
  --mono:"JetBrains Mono",monospace
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font:400 16px/1.55 var(--sans);
  -webkit-font-smoothing:antialiased
}
button,input{
  font:inherit
}
a{
  color:inherit
}
button,a{
  -webkit-tap-highlight-color:transparent
}
button{
  cursor:pointer;
  color:inherit
}
img{
  display:block;
  max-width:100%;
  height:auto
}
button:focus-visible,a:focus-visible,[tabindex="0"]:focus-visible{
  outline:3px solid var(--brand);
  outline-offset:5px
}
button svg,a svg{
  pointer-events:none
}
[hidden]{
  display:none!important
}
h1,h2,h3,h4,p,figure,blockquote{
  margin:0
}
h1,h2,h3,h4{
  font-family:var(--serif);
  font-weight:400
}
em{
  font-weight:400
}
.shell{
  width:min(1248px,calc(100% - 96px));
  margin-inline:auto
}
.section{
  padding-block:110px
}
.icon-library{
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
.icon{
  width:22px;
  height:22px;
  flex-shrink:0;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round
}
.eyebrow,.mini-label,.demo-label{
  font-family:var(--mono);
  font-weight:500
}
.eyebrow{
  font-size:12px;
  line-height:1.6;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--deep)
}
.mini-label{
  font-size:11px;
  line-height:1.6;
  letter-spacing:.035em;
  text-transform:uppercase;
  color:var(--muted)
}
.demo-label{
  font-size:11px;
  color:var(--muted);
  line-height:1.7
}
.muted{
  color:var(--muted)
}
.fine-print{
  font-size:13px;
  color:var(--muted)
}
.skip-link{
  position:fixed;
  top:8px;
  left:12px;
  z-index:90;
  background:var(--ink);
  color:var(--paper);
  padding:12px 20px;
  transform:translateY(-150%)
}
.skip-link:focus{
  transform:translateY(0)
}
.site-header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(244,243,238,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(16px)
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  min-height:82px
}
.brand{
  display:inline-flex;
  gap:10px;
  align-items:center;
  text-decoration:none;
  font-size:19px;
  font-weight:700;
  letter-spacing:.17em;
  text-transform:uppercase;
  white-space:nowrap
}
.brand b{
  color:var(--brand);
  font-weight:700
}
.brand img{
  width:32px;
  height:32px
}
.nav-links{
  display:flex;
  align-items:center;
  gap:28px;
  margin-left:auto;
  font-size:14px
}
.nav-links a{
  text-decoration:none;
  color:var(--muted)
}
.nav-links a:hover{
  color:var(--brand)
}
.nav-links .sign-in{
  color:var(--ink);
  margin-left:20px
}
.nav-actions{
  display:flex;
  gap:12px;
  align-items:center
}
.button{
  display:inline-flex;
  min-height:52px;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:13px 23px;
  border-radius:7px;
  border:1px solid var(--brand);
  background:var(--brand);
  color:#fff;
  text-decoration:none;
  font-size:15px;
  font-weight:600;
  transition:background .2s,transform .2s,box-shadow .2s
}
.button:hover{
  background:var(--deep);
  transform:translateY(-2px);
  box-shadow:0 5px 15px #155f3d15
}
.button-small{
  min-height:43px;
  padding:8px 17px;
  font-size:14px
}
.button-small .icon{
  width:18px;
  height:18px
}
.button-outline{
  background:transparent;
  color:var(--deep);
  border-color:#aec5b4
}
.button-outline:hover{
  background:var(--tint);
  box-shadow:none
}
.text-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:none;
  border:0;
  padding:9px 0;
  text-decoration:none;
  font-size:15px;
  font-weight:600;
  line-height:1.5
}
.text-link:hover .icon{
  transform:translateX(4px)
}
.text-link .icon{
  width:18px;
  height:18px;
  transition:transform .2s
}
.icon-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  flex-shrink:0;
  background:transparent;
  border:1px solid var(--line);
  border-radius:7px
}
.icon-button:hover{
  background:var(--tint)
}
.menu-toggle{
  display:none
}
.hero{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:64px;
  align-items:center;
  padding-block:68px 76px
}
.hero-copy .eyebrow{
  margin-bottom:25px
}
.hero h1{
  font-size:clamp(58px,6.7vw,92px);
  line-height:.99;
  letter-spacing:-.045em
}
.hero h1 em{
  color:var(--brand)
}
.hero .lede{
  max-width:490px;
  margin-top:28px;
  font-size:18px;
  line-height:1.65;
  color:var(--muted)
}
.hero-actions{
  display:flex;
  gap:23px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:30px
}
.hero .fine-print{
  margin-top:13px
}
.hero-footnote{
  margin-top:45px;
  display:flex;
  align-items:center;
  gap:12px;
  font-size:13px;
  color:var(--muted)
}
.small-rule{
  height:1px;
  width:36px;
  background:var(--brand)
}
.hero-visual{
  position:relative;
  padding:16px 0 27px;
  min-width:0
}
.project-photo{
  position:relative;
  border-radius:160px 8px 8px 8px;
  overflow:hidden;
  background:#e5e4db;
  aspect-ratio:.91
}
.project-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:52% 50%;
  animation:photo-enter 1.2s ease-out both
}
.project-photo:after{
  content:"";
  position:absolute;
  inset:55% 0 0;
  background:linear-gradient(transparent,rgba(16,28,17,.63));
  pointer-events:none
}
.project-photo figcaption{
  position:absolute;
  z-index:1;
  bottom:27px;
  left:28px;
  right:24px;
  display:flex;
  flex-direction:column;
  color:#fff
}
.project-photo figcaption>span:first-child{
  font-family:var(--serif);
  font-size:25px
}
.project-photo figcaption>span:last-child{
  font-size:12px;
  opacity:.92
}
.hero-capture{
  position:absolute;
  bottom:0;
  right:-22px;
  width:335px;
  max-width:100%;
  display:flex;
  gap:13px;
  align-items:center;
  padding:19px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:0 16px 42px #152d2214;
  animation:card-enter .8s .25s both
}
.capture-symbol{
  width:41px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid #b8d1c2;
  border-radius:22px;
  color:var(--brand);
  background:var(--tint)
}
.hero-capture>div:nth-child(2){
  display:flex;
  flex-direction:column;
  flex:1
}
.hero-capture .mini-label{
  font-size:9px
}
.hero-capture strong{
  font-size:16px;
  font-weight:600
}
.hero-capture .muted{
  font-size:12px
}
.wave{
  display:flex;
  align-items:center;
  gap:3px;
  height:27px
}
.wave i{
  height:11px;
  width:3px;
  border-radius:2px;
  background:var(--brand);
  animation:wave 1.3s ease-in-out infinite alternate
}
.wave i:nth-child(3n){
  height:26px;
  animation-delay:-.3s
}
.wave i:nth-child(2n){
  height:18px;
  animation-delay:-.7s
}
.drawing-tick{
  position:absolute;
  width:30px;
  height:30px;
  pointer-events:none
}
.drawing-tick:before,.drawing-tick:after{
  content:"";
  position:absolute;
  background:#b8bbae
}
.drawing-tick:before{
  height:1px;
  width:30px;
  top:15px
}
.drawing-tick:after{
  width:1px;
  height:30px;
  left:15px
}
.tick-top{
  top:-4px;
  right:-20px
}
.tick-bottom{
  bottom:6px;
  left:-24px
}
.principle-strip{
  border-block:1px solid var(--line)
}
.principles{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding-block:24px
}
.principles>span{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  font-size:14px;
  border-right:1px solid var(--line)
}
.principles>span:first-child{
  justify-content:flex-start
}
.principles>span:last-child{
  border:0;
  justify-content:flex-end
}
.principles .icon{
  color:var(--brand);
  width:20px;
  height:20px
}
.section-heading{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  align-items:end;
  gap:80px;
  margin-bottom:45px
}
.section-heading h2,.capture-band h2,.company-copy h2,.final-section h2{
  font-size:clamp(40px,4.5vw,62px);
  line-height:1.05;
  letter-spacing:-.035em;
  margin-top:17px
}
.section-heading h2 em,.company-copy h2 em{
  color:var(--brand)
}
.section-heading>p{
  max-width:410px;
  font-size:17px;
  line-height:1.7;
  color:var(--muted);
  padding-bottom:4px
}
.project-identity{
  display:flex;
  align-items:center;
  gap:17px;
  padding:21px 0;
  margin-bottom:25px;
  border-block:1px solid var(--line)
}
.company-monogram{
  width:49px;
  height:49px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #b6c1b2;
  background:#e7eadd;
  font:500 20px var(--serif);
  letter-spacing:-.08em
}
.company-monogram span{
  font-style:italic;
  font-size:13px
}
.project-identity>div:nth-child(2){
  display:flex;
  flex-direction:column;
  gap:2px
}
.project-identity strong{
  font-size:15px;
  font-weight:600
}
.project-identity>div:nth-child(2)>span{
  color:var(--muted);
  font-size:13px
}
.identity-job{
  margin-left:auto;
  text-align:right;
  display:flex;
  flex-direction:column
}
.journey{
  display:grid;
  grid-template-columns:310px minmax(0,1fr);
  gap:35px;
  align-items:start
}
.journey-rail{
  min-width:0;
  padding-top:7px
}
.journey-tabs{
  display:flex;
  flex-direction:column;
  gap:5px
}
.journey-tabs [role=tab]{
  position:relative;
  display:flex;
  gap:17px;
  padding:19px 14px;
  text-align:left;
  background:transparent;
  border:0;
  border-bottom:1px solid var(--line);
  border-radius:7px 7px 0 0;
  overflow:hidden
}
.step-number{
  font:400 12px var(--mono);
  color:var(--muted);
  padding-top:6px
}
.journey-tabs [role=tab]>span:nth-child(2){
  display:flex;
  flex-direction:column;
  gap:5px
}
.journey-tabs strong{
  font:400 25px/1.1 var(--serif);
  letter-spacing:-.025em
}
.journey-tabs small{
  font-size:13px;
  line-height:1.5;
  color:var(--muted);
  max-width:220px
}
.journey-tabs [aria-selected=true]{
  background:#e7ede3;
  color:var(--deep);
  border-bottom-color:transparent
}
.journey-tabs [aria-selected=true] .step-number{
  color:var(--deep)
}
.step-progress{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:2px;
  background:#b7cbb8;
  transform-origin:left;
  transform:scaleX(0)
}
.walkthrough-playing .journey-tabs [aria-selected=true] .step-progress{
  animation:progress 9s linear
}
.motion-toggle{
  margin:22px 0 3px;
  color:var(--muted);
  font-size:13px;
  min-height:44px
}
.journey-stage{
  min-width:0;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--surface);
  box-shadow:0 14px 35px #1c1f1b05;
  overflow:hidden
}
.journey-panel{
  min-height:608px
}
.workspace-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 25px;
  background:#eeeee7;
  border-bottom:1px solid var(--line)
}
.workspace-bar>span:first-child{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:600
}
.workspace-bar>span:last-child{
  font:400 10px var(--mono);
  color:var(--muted);
  letter-spacing:.05em
}
.workspace-bar .icon{
  width:17px;
  height:17px;
  color:var(--brand)
}
.panel-content{
  padding:28px
}
.panel-title{
  margin-bottom:25px
}
.panel-title h3{
  font-size:31px;
  line-height:1.13;
  letter-spacing:-.02em;
  margin-top:7px
}
.panel-title>p:not(.mini-label){
  font-size:14px;
  color:var(--muted);
  margin-top:8px
}
.transcript{
  padding:20px;
  border:1px solid var(--line);
  border-radius:9px;
  background:var(--soft)
}
.transcript-top{
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:16px
}
.avatar{
  display:grid;
  place-items:center;
  flex-shrink:0;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#dfe8dc;
  color:var(--deep);
  font-size:11px;
  font-weight:600
}
.transcript-top>div{
  display:flex;
  flex-direction:column;
  flex:1
}
.transcript-top strong{
  font-size:13px;
  font-weight:600
}
.transcript-top>div>span{
  font-size:11px;
  color:var(--muted)
}
.transcript-top>.icon{
  color:var(--brand);
  width:18px
}
.transcript blockquote{
  font:400 21px/1.4 var(--serif);
  color:#353e31
}
.source-line{
  display:block;
  font-size:11px;
  color:var(--muted);
  margin-top:13px
}
.review-facts{
  display:flex;
  flex-direction:column;
  gap:13px;
  margin-top:22px
}
.review-facts>div{
  display:flex;
  gap:12px;
  align-items:center
}
.review-facts .icon{
  width:17px;
  height:17px;
  color:var(--brand)
}
.review-facts span{
  display:flex;
  flex-direction:column;
  font-size:13px;
  color:var(--muted)
}
.review-facts strong{
  font-size:12px;
  color:var(--ink);
  font-weight:600
}
.review-facts .fact-attention .icon{
  color:var(--clay)
}
.panel-footer{
  margin-top:26px;
  display:flex;
  gap:15px;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid var(--line);
  padding-top:17px;
  font-size:11px;
  color:var(--muted)
}
.status{
  display:inline-flex;
  align-items:center;
  padding:4px 8px;
  border-radius:4px;
  font-size:11px;
  line-height:1.5;
  font-weight:500
}
.status.positive{
  color:var(--deep);
  background:var(--tint)
}
.status.review{
  color:var(--clay);
  background:var(--clay-tint)
}
.status.neutral{
  color:var(--muted);
  background:#eeeee8
}
.option-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px
}
.proposal-option{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
  gap:10px;
  border:1px solid var(--line);
  border-radius:8px;
  padding:20px 17px;
  background:var(--soft)
}
.proposal-option.selected{
  border-color:var(--brand);
  background:#f1f6ef;
  box-shadow:inset 0 0 0 1px var(--brand)
}
.proposal-option>strong{
  font:400 23px/1.1 var(--serif);
  min-height:49px
}
.option-price{
  font:400 37px var(--serif);
  letter-spacing:-.03em
}
.proposal-option>span:not([class]){
  font-size:12px;
  color:var(--muted);
  line-height:1.8
}
.option-action{
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:12px;
  color:var(--deep);
  width:100%;
  border-top:1px solid var(--line);
  padding-top:12px;
  margin-top:10px
}
.option-action .icon{
  width:17px;
  height:17px
}
.scope-detail{
  padding:18px 0 0
}
.scope-detail>p{
  font-size:14px;
  color:var(--muted);
  margin-top:6px
}
.selection-line{
  display:grid;
  grid-template-columns:46px 1fr auto;
  gap:14px;
  align-items:center;
  padding:18px 0;
  border-bottom:1px solid var(--line)
}
.material-swatch{
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid #00000010
}
.oak{
  background:#c3a17a
}
.stone{
  background:#e5e0d2
}
.nickel{
  background:#babbb4
}
.selection-line>div{
  display:flex;
  flex-direction:column;
  gap:3px
}
.selection-line strong{
  font-size:15px;
  font-weight:600
}
.selection-line>div>span{
  font-size:12px;
  color:var(--muted)
}
.quiet-note{
  display:flex;
  gap:12px;
  background:var(--soft);
  padding:19px;
  border-radius:7px;
  margin-top:22px;
  color:var(--muted)
}
.quiet-note .icon{
  width:18px;
  height:18px;
  color:var(--brand)
}
.quiet-note p{
  font-size:13px;
  line-height:1.6
}
.quiet-note strong{
  display:block;
  font-size:13px;
  color:var(--ink)
}
.handoff-items{
  display:flex;
  flex-direction:column;
  gap:18px
}
.handoff-items>div{
  display:flex;
  gap:12px;
  align-items:center
}
.check-circle{
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  background:var(--tint);
  color:var(--deep);
  border-radius:50%
}
.check-circle .icon{
  width:15px;
  height:15px
}
.handoff-items>div>span:last-child{
  display:flex;
  flex-direction:column;
  font-size:12px;
  color:var(--muted)
}
.handoff-items strong{
  font-size:14px;
  color:var(--ink);
  font-weight:600
}
.watch-finding{
  margin-top:26px;
  padding:21px;
  border:1px solid #dbc7b9;
  border-radius:8px;
  background:#fcf8f3
}
.watch-heading{
  display:flex;
  gap:9px;
  align-items:center;
  color:var(--clay);
  font:500 11px var(--mono)
}
.watch-heading .icon{
  width:17px;
  height:17px
}
.watch-heading .status{
  margin-left:auto
}
.watch-finding h4{
  font-size:25px;
  margin-top:16px
}
.watch-finding>p{
  font-size:13px;
  line-height:1.7;
  color:var(--muted);
  margin-top:5px
}
.watch-finding .text-link{
  font-size:12px;
  margin-top:5px;
  color:var(--clay)
}
.watch-finding #watch-detail{
  padding-top:10px;
  border-top:1px solid #dbc7b9
}
.lesson-comparison{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-block:1px solid var(--line);
  padding-block:18px;
  gap:20px
}
.lesson-comparison>div{
  display:flex;
  flex-direction:column
}
.lesson-comparison>div+div{
  border-left:1px solid var(--line);
  padding-left:24px
}
.lesson-comparison strong{
  font:400 49px/1.2 var(--serif);
  margin-top:8px
}
.lesson-comparison small{
  font:400 16px var(--sans);
  color:var(--muted)
}
.lesson-card{
  padding:24px 0 0
}
.lesson-card blockquote{
  font:400 25px/1.3 var(--serif);
  margin-top:10px
}
.lesson-card p{
  font-size:13px;
  color:var(--muted);
  line-height:1.7;
  margin-top:14px
}
.lesson-card .status{
  margin-top:16px
}
.capture-band{
  padding-block:75px;
  background:#e7ece2;
  border-block:1px solid #d6ddce
}
.capture-band-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center
}
.capture-band h2 em{
  color:var(--deep)
}
.capture-band-grid>div:last-child>p:first-child{
  color:#414c3e;
  font-size:17px;
  line-height:1.8
}
.capture-types{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:22px
}
.capture-types span{
  padding:5px 11px;
  border:1px solid #c5d0be;
  border-radius:4px;
  font-size:12px
}
.human-note{
  display:flex;
  gap:10px;
  align-items:center;
  font-size:13px;
  color:var(--deep);
  margin-top:22px
}
.human-note .icon{
  width:16px;
  height:16px
}
.product-tabs{
  overflow-x:auto;
  display:flex;
  gap:30px;
  border-bottom:1px solid var(--line);
  margin-bottom:24px
}
.product-tabs button{
  padding:13px 0;
  background:none;
  border:0;
  border-bottom:2px solid transparent;
  color:var(--muted);
  font-size:15px;
  min-height:48px
}
.product-tabs [aria-selected=true]{
  color:var(--deep);
  border-bottom-color:var(--brand);
  font-weight:600
}
.product-window{
  border:1px solid var(--line);
  border-radius:11px;
  overflow:hidden;
  background:var(--surface);
  box-shadow:0 20px 45px #1c1f1b08
}
.product-window-bar{
  display:flex;
  gap:20px;
  align-items:center;
  justify-content:space-between;
  padding:12px 24px;
  background:#edede5;
  border-bottom:1px solid var(--line);
  font-size:12px
}
.mini-brand{
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  color:var(--deep)
}
.product-window-bar .avatar{
  width:25px;
  height:25px;
  font-size:9px
}
.product-panel picture{
  display:block
}
.product-panel img{
  display:block;
  width:100%;
  height:auto;
  background:var(--soft)
}
.screen-caption{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:23px 27px;
  border-top:1px solid var(--line)
}
.screen-caption>div{
  display:flex;
  flex-direction:column;
  gap:4px
}
.screen-caption strong{
  font-size:15px;
  font-weight:600
}
.screen-caption span{
  font-size:13px;
  color:var(--muted)
}
.product-showcase>.demo-label{
  margin-top:16px;
  text-align:center
}
.company-section{
  background:#eaece3;
  border-block:1px solid #d9dccf
}
.company-grid{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:80px;
  align-items:center
}
.company-copy h2{
  font-size:51px
}
.company-copy>p:not(.eyebrow){
  margin-top:25px;
  font-size:17px;
  line-height:1.8;
  color:var(--muted)
}
.company-copy>.text-link{
  margin-top:19px;
  color:var(--deep)
}
.company-ledger{
  padding:26px;
  background:#fafaf5;
  border:1px solid #cfd4c5;
  border-radius:10px;
  min-width:0
}
.ledger-heading{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:start;
  padding-bottom:18px;
  border-bottom:1px solid var(--line)
}
.ledger-heading h3{
  font-size:24px;
  line-height:1.2;
  margin-top:7px
}
.ledger-heading>.icon{
  color:var(--brand);
  width:18px;
  height:18px
}
.ledger-row{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:17px;
  align-items:center;
  padding:23px 0;
  border-bottom:1px solid var(--line)
}
.ledger-row>div{
  display:flex;
  flex-direction:column;
  gap:4px
}
.ledger-row>div>strong{
  font-size:14px;
  font-weight:600
}
.ledger-row>div>span{
  font-size:11px;
  color:var(--muted)
}
.ledger-money{
  font:400 24px var(--serif);
  letter-spacing:-.02em
}
.ledger-note{
  font-size:11px;
  line-height:1.7;
  color:var(--muted);
  padding-top:17px
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:38px 50px;
  border-top:1px solid #cbd1c1;
  margin-top:75px;
  padding-top:45px
}
.feature-grid article>.icon{
  width:24px;
  height:24px;
  color:var(--deep);
  margin-bottom:13px
}
.feature-grid h3{
  font-size:27px;
  line-height:1.2;
  margin-bottom:12px
}
.feature-grid p{
  color:var(--muted);
  font-size:15px;
  line-height:1.75
}
.plans{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.plan{
  padding:30px;
  border:1px solid var(--line);
  border-radius:9px;
  background:var(--soft)
}
.plan.featured{
  border-color:var(--brand);
  background:#edf2e9
}
.plan>.eyebrow{
  font-size:10px;
  letter-spacing:.055em
}
.plan h3{
  font-size:33px;
  margin-top:14px
}
.price{
  font:400 54px/1.2 var(--serif);
  letter-spacing:-.045em;
  margin-top:22px
}
.price small{
  font:400 14px var(--sans);
  color:var(--muted);
  letter-spacing:0
}
.plan>p:not(.eyebrow){
  font-size:16px;
  color:var(--muted);
  margin-top:8px
}
.plan>p strong{
  font-weight:600;
  color:var(--ink)
}
.plan .button{
  width:100%;
  margin-top:29px
}
.plan-inclusions{
  margin-top:28px;
  display:grid;
  grid-template-columns:1fr 2.1fr;
  gap:30px;
  padding:28px 0;
  border-bottom:1px solid var(--line)
}
.plan-inclusions h3{
  font-size:26px;
  line-height:1.2
}
.plan-inclusions ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 30px
}
.plan-inclusions li{
  padding-left:12px;
  border-left:2px solid #93b899;
  font-size:14px
}
.large-team{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:22px;
  padding:25px 0;
  border-bottom:1px solid var(--line)
}
.large-team>div{
  display:flex;
  align-items:baseline;
  gap:15px;
  flex-wrap:wrap
}
.large-team h3{
  font-size:27px
}
.large-team p{
  font-size:14px;
  color:var(--muted)
}
.large-team .text-link{
  color:var(--deep)
}
.pricing-note{
  font-size:12px;
  color:var(--muted);
  margin-top:18px
}
.final-section{
  padding:90px 0;
  background:#214d35;
  color:var(--paper)
}
.final-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  align-items:center;
  gap:80px
}
.final-section .eyebrow{
  color:#c0d0b8
}
.final-section h2{
  font-size:73px
}
.final-section h2 em{
  color:#d5e0c1
}
.final-grid>div:last-child>p{
  font-size:18px;
  line-height:1.7;
  color:#d5ded0;
  margin-bottom:24px
}
.button-light{
  background:#edf2df;
  border-color:#edf2df;
  color:#214d35
}
.button-light:hover{
  background:#fff;
  border-color:#fff;
  box-shadow:none
}
.final-section .fine-print{
  display:block;
  color:#c0cdb9;
  margin-top:13px
}
.site-footer{
  padding-block:39px 27px
}
.footer-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.footer-top>p{
  font-family:var(--serif);
  font-size:19px;
  color:var(--muted)
}
.footer-top>div{
  display:flex;
  gap:24px;
  font-size:13px
}
.footer-top>div a{
  text-decoration:none
}
.footer-top>div a:hover{
  text-decoration:underline
}
.footer-bottom{
  display:flex;
  align-items:start;
  justify-content:space-between;
  gap:45px;
  margin-top:30px;
  padding-top:22px;
  border-top:1px solid var(--line);
  font-size:11px;
  color:var(--muted)
}
.footer-bottom>span{
  white-space:nowrap
}
.footer-bottom p{
  max-width:640px;
  text-align:right
}
.screen-dialog{
  width:min(1300px,96vw);
  max-height:94vh;
  padding:50px 18px 15px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--soft)
}
.screen-dialog::backdrop{
  background:#102419b3;
  backdrop-filter:blur(5px)
}
.screen-dialog img{
  width:100%;
  height:auto
}
.screen-dialog>.close-dialog{
  position:absolute;
  top:8px;
  right:10px;
  width:34px;
  height:34px
}
.screen-dialog p{
  text-align:center;
  font-size:11px;
  color:var(--muted);
  margin-top:12px
}
.js-ready .reveal{
  opacity:0;
  transform:translateY(20px);
  transition:opacity .7s ease,transform .7s ease
}
.js-ready .reveal.visible{
  opacity:1;
  transform:translateY(0)
}
.flow-bit{
  animation:card-enter .55s both
}
.flow-bit:nth-child(2){
  animation-delay:.1s
}
.flow-bit:nth-child(3){
  animation-delay:.2s
}
.flow-bit:nth-child(4){
  animation-delay:.3s
}
.motion-paused .wave i,.motion-paused .flow-bit,.motion-paused .step-progress{
  animation:none!important
}
.motion-paused .flow-bit{
  opacity:1;
  transform:none
}
.motion-paused .reveal{
  opacity:1!important;
  transform:none!important;
  transition:none!important
}
@keyframes photo-enter{
  from{
    transform:scale(1.06);
    opacity:0
  }
  to{
    transform:scale(1);
    opacity:1
  }
}
@keyframes card-enter{
  from{
    opacity:0;
    transform:translateY(14px)
  }
  to{
    opacity:1;
    transform:translateY(0)
  }
}
@keyframes wave{
  from{
    transform:scaleY(.45)
  }
  to{
    transform:scaleY(1)
  }
}
@keyframes progress{
  from{
    transform:scaleX(0)
  }
  to{
    transform:scaleX(1)
  }
}
@media(max-width:1100px){
  .shell{
    width:calc(100% - 64px)
  }
  .nav{
    gap:22px
  }
  .nav-links{
    gap:18px
  }
  .nav-links .sign-in{
    margin-left:0
  }
  .hero{
    gap:35px
  }
  .hero h1{
    font-size:74px
  }
  .hero-actions{
    gap:13px
  }
  .hero-actions .button{
    padding-inline:16px;
    font-size:14px
  }
  .hero-actions .text-link{
    font-size:14px
  }
  .hero-capture{
    right:-12px;
    width:310px
  }
  .hero-footnote{
    margin-top:30px
  }
  .section-heading{
    gap:40px
  }
  .journey{
    grid-template-columns:260px minmax(0,1fr);
    gap:23px
  }
  .journey-tabs strong{
    font-size:23px
  }
  .panel-content{
    padding:24px
  }
  .journey-panel{
    min-height:640px
  }
  .selection-line{
    grid-template-columns:40px 1fr;
    gap:3px 12px;
    padding-block:14px
  }
  .selection-line>.status{
    grid-column:2;
    justify-self:start
  }
  .material-swatch{
    width:40px;
    height:40px;
    grid-row:span 2
  }
  .company-grid{
    gap:35px;
    grid-template-columns:1fr 1.15fr
  }
  .company-copy h2{
    font-size:45px
  }
  .ledger-row{
    grid-template-columns:1fr auto;
    gap:10px
  }
  .ledger-row>.status{
    grid-column:1;
    grid-row:2;
    justify-self:start
  }
  .ledger-money{
    grid-column:2;
    grid-row:1 / 3
  }
  .capture-band-grid{
    gap:60px
  }
  .plan{
    padding:25px
  }
  .plan>.eyebrow{
    font-size:9px
  }
  .price{
    font-size:49px
  }
  .final-section h2{
    font-size:64px
  }
}
@media(max-width:860px){
  .nav-links{
    gap:17px;
    font-size:13px
  }
  .nav-links .sign-in{
    display:none
  }
  .brand{
    font-size:16px;
    gap:8px;
    letter-spacing:.13em
  }
  .hero{
    gap:27px
  }
  .hero h1{
    font-size:62px
  }
  .hero .lede{
    font-size:16px
  }
  .hero-copy .eyebrow{
    font-size:10px
  }
  .hero-capture{
    width:280px;
    gap:10px;
    padding:14px
  }
  .hero-capture strong{
    font-size:14px
  }
  .wave{
    display:none
  }
  .project-photo{
    aspect-ratio:.73;
    border-top-left-radius:110px
  }
  .hero-actions{
    align-items:flex-start;
    flex-direction:column;
    gap:8px
  }
  .hero-footnote{
    display:none
  }
  .principles>span{
    font-size:12px;
    gap:7px
  }
  .principles .icon{
    width:17px;
    height:17px
  }
  .section{
    padding-block:80px
  }
  .section-heading{
    grid-template-columns:1fr 1fr;
    gap:30px
  }
  .section-heading h2{
    font-size:44px
  }
  .section-heading>p{
    font-size:15px
  }
  .journey{
    grid-template-columns:1fr;
    gap:20px
  }
  .journey-tabs{
    flex-direction:row;
    gap:4px;
    width:100%
  }
  .journey-tabs [role=tab]{
    flex:1;
    padding:13px 9px;
    gap:6px;
    flex-direction:column;
    border:1px solid var(--line);
    border-radius:6px
  }
  .journey-tabs strong{
    font-family:var(--sans);
    font-size:13px;
    line-height:1.4;
    font-weight:500;
    letter-spacing:0
  }
  .journey-tabs small{
    display:none
  }
  .journey-rail{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:0 20px
  }
  .motion-toggle{
    margin:8px 0 0
  }
  .journey-rail>.demo-label{
    margin-left:auto;
    margin-top:8px;
    font-size:10px
  }
  .journey-panel{
    min-height:560px
  }
  .panel-content{
    padding:30px
  }
  .panel-title h3{
    font-size:32px
  }
  .selection-line{
    grid-template-columns:46px 1fr auto;
    padding-block:20px;
    gap:14px
  }
  .selection-line>.status{
    grid-row:1;
    grid-column:3
  }
  .material-swatch{
    grid-row:1
  }
  .capture-band-grid{
    gap:40px
  }
  .capture-band h2{
    font-size:43px
  }
  .capture-band-grid>div:last-child>p:first-child{
    font-size:15px
  }
  .human-note{
    font-size:12px;
    align-items:start
  }
  .company-grid{
    grid-template-columns:1fr;
    gap:35px
  }
  .company-copy{
    max-width:600px
  }
  .company-copy h2{
    font-size:48px
  }
  .ledger-row{
    grid-template-columns:1fr auto auto;
    gap:25px
  }
  .ledger-row>.status{
    grid-column:2;
    grid-row:1
  }
  .ledger-money{
    grid-column:3;
    grid-row:1
  }
  .feature-grid{
    gap:30px;
    grid-template-columns:1fr 1fr;
    margin-top:50px
  }
  .plan{
    padding:20px
  }
  .plan>.eyebrow{
    min-height:27px;
    line-height:1.5
  }
  .plan h3{
    font-size:28px
  }
  .price{
    font-size:43px;
    display:flex;
    flex-direction:column;
    gap:4px
  }
  .price small{
    font-size:13px
  }
  .plan .button{
    padding-inline:10px
  }
  .plan-inclusions{
    grid-template-columns:1fr 2fr;
    gap:25px
  }
  .plan-inclusions ul{
    gap:12px
  }
  .plan-inclusions li{
    font-size:13px
  }
  .final-grid{
    gap:40px
  }
  .final-section h2{
    font-size:53px
  }
  .footer-top{
    gap:18px;
    flex-wrap:wrap
  }
  .footer-top>p{
    font-size:17px
  }
  .footer-top>div{
    gap:15px
  }
  .footer-bottom{
    gap:25px
  }
}
@media(max-width:620px){
  html{
    scroll-padding-top:85px
  }
  .shell{
    width:calc(100% - 40px)
  }
  .nav{
    min-height:70px;
    gap:10px
  }
  .nav-actions{
    gap:9px
  }
  .nav .button-small{
    padding:9px 12px;
    min-height:40px;
    font-size:12px;
    gap:8px
  }
  .nav .button-small>.icon{
    width:15px;
    height:15px
  }
  .brand{
    font-size:16px
  }
  .brand img{
    width:27px;
    height:27px
  }
  .menu-toggle{
    display:flex;
    flex-direction:column;
    gap:5px;
    width:38px;
    height:40px;
    border:0
  }
  .menu-toggle span{
    width:20px;
    height:1.5px;
    background:var(--ink);
    transition:transform .2s
  }
  .menu-toggle[aria-expanded=true] span:first-child{
    transform:translateY(3.25px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child{
    transform:translateY(-3.25px) rotate(-45deg)
  }
  .nav-links{
    display:none;
    position:absolute;
    top:70px;
    left:0;
    right:0;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:var(--paper);
    border-bottom:1px solid var(--line);
    padding:10px 20px 17px;
    box-shadow:0 10px 20px #1c1f1b08
  }
  .nav-links.open{
    display:flex
  }
  .nav-links a{
    padding:12px;
    font-size:15px
  }
  .nav-links .sign-in{
    display:block
  }
  .hero{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:35px;
    padding-block:42px 43px
  }
  .hero-copy .eyebrow{
    font-size:10px;
    letter-spacing:.08em;
    margin-bottom:20px
  }
  .hero h1{
    font-size:clamp(52px,12.9vw,75px);
    letter-spacing:-.045em;
    line-height:.99
  }
  .hero .lede{
    font-size:16px;
    margin-top:23px;
    max-width:460px;
    line-height:1.7
  }
  .hero-actions{
    margin-top:25px;
    flex-direction:row;
    align-items:center;
    gap:12px 20px
  }
  .hero-actions .button{
    font-size:14px;
    padding:13px 17px;
    min-height:49px;
    gap:11px
  }
  .hero-actions .text-link{
    font-size:13px;
    min-height:44px
  }
  .hero .fine-print{
    font-size:12px;
    margin-top:8px
  }
  .hero-visual{
    padding:0 0 21px
  }
  .project-photo{
    aspect-ratio:1.18;
    border-radius:85px 7px 7px 7px
  }
  .project-photo img{
    object-position:50% 45%
  }
  .project-photo figcaption{
    bottom:80px;
    left:20px
  }
  .project-photo figcaption>span:first-child{
    font-size:23px
  }
  .project-photo figcaption>span:last-child{
    font-size:10px
  }
  .hero-capture{
    bottom:0;
    right:-6px;
    width:260px;
    padding:12px;
    gap:10px
  }
  .capture-symbol{
    width:34px;
    height:39px
  }
  .hero-capture .mini-label{
    font-size:8px
  }
  .hero-capture strong{
    font-size:14px
  }
  .hero-capture .muted{
    font-size:11px
  }
  .tick-top{
    right:-12px;
    top:-15px
  }
  .tick-bottom{
    display:none
  }
  .principles{
    grid-template-columns:1fr 1fr;
    gap:19px 10px;
    padding-block:22px
  }
  .principles>span,.principles>span:first-child,.principles>span:last-child{
    justify-content:flex-start;
    font-size:12px;
    border:0
  }
  .principles .icon{
    width:18px;
    height:18px
  }
  .section{
    padding-block:65px
  }
  .section-heading{
    grid-template-columns:1fr;
    gap:20px;
    margin-bottom:30px
  }
  .section-heading h2{
    font-size:41px;
    margin-top:13px
  }
  .eyebrow{
    font-size:10px
  }
  .section-heading>p{
    font-size:15px;
    line-height:1.75;
    max-width:100%
  }
  .project-identity{
    gap:11px;
    flex-wrap:wrap;
    padding:17px 0;
    margin-bottom:15px
  }
  .company-monogram{
    width:40px;
    height:40px;
    font-size:18px
  }
  .project-identity strong{
    font-size:13px
  }
  .project-identity>div:nth-child(2)>span{
    font-size:10px
  }
  .identity-job{
    width:100%;
    margin-left:51px;
    text-align:left;
    gap:5px;
    flex-direction:row;
    align-items:center
  }
  .identity-job strong{
    font-size:11px
  }
  .identity-job .mini-label{
    font-size:9px
  }
  .journey-tabs{
    gap:5px;
    overflow-x:auto;
    padding:4px 3px 5px;
    margin-inline:-3px;
    scroll-snap-type:x proximity
  }
  .journey-tabs [role=tab]{
    flex:none;
    width:117px;
    min-height:84px;
    padding:10px;
    scroll-snap-align:start
  }
  .journey-tabs strong{
    font-size:12px
  }
  .step-number{
    padding-top:0;
    font-size:10px
  }
  .journey-rail>.demo-label{
    font-size:9px;
    margin-left:0
  }
  .motion-toggle{
    font-size:12px;
    margin-right:auto;
    gap:7px
  }
  .journey-rail{
    gap:0 6px
  }
  .journey-stage{
    border-radius:9px
  }
  .workspace-bar{
    padding:13px 16px
  }
  .workspace-bar>span:first-child{
    font-size:11px;
    gap:7px
  }
  .workspace-bar>span:last-child{
    font-size:9px
  }
  .workspace-bar .icon{
    width:15px;
    height:15px
  }
  .journey-panel{
    min-height:625px
  }
  .panel-content{
    padding:23px 18px
  }
  .panel-title{
    margin-bottom:20px
  }
  .panel-title .mini-label{
    font-size:9px
  }
  .panel-title h3{
    font-size:28px;
    line-height:1.15;
    margin-top:8px
  }
  .panel-title>p:not(.mini-label){
    font-size:12px
  }
  .transcript{
    padding:17px
  }
  .transcript blockquote{
    font-size:20px;
    line-height:1.35
  }
  .transcript-top{
    gap:8px
  }
  .transcript-top strong{
    font-size:12px
  }
  .transcript-top>div>span{
    font-size:10px
  }
  .source-line{
    font-size:10px
  }
  .review-facts{
    gap:13px;
    margin-top:20px
  }
  .review-facts span{
    font-size:12px
  }
  .review-facts strong{
    font-size:11px
  }
  .review-facts .icon{
    width:15px;
    height:15px
  }
  .panel-footer{
    flex-wrap:wrap;
    gap:8px;
    font-size:10px;
    margin-top:23px;
    padding-top:15px
  }
  .status{
    font-size:10px
  }
  .option-grid{
    gap:9px
  }
  .proposal-option{
    padding:15px 11px;
    gap:10px
  }
  .proposal-option>.mini-label{
    font-size:9px
  }
  .proposal-option>strong{
    font-size:23px;
    min-height:77px;
    line-height:1.12
  }
  .proposal-option>span:not([class]){
    font-size:11px;
    line-height:1.6;
    min-height:74px
  }
  .option-price{
    font-size:32px
  }
  .option-action{
    font-size:10px;
    gap:3px
  }
  .option-action .icon{
    width:14px;
    height:14px
  }
  .scope-detail>.mini-label{
    font-size:10px
  }
  .scope-detail>p{
    font-size:12px;
    line-height:1.7
  }
  .selection-line{
    grid-template-columns:40px 1fr;
    gap:5px 12px;
    padding-block:16px
  }
  .selection-line>.status{
    grid-row:2;
    grid-column:2;
    justify-self:start
  }
  .material-swatch{
    grid-row:span 2;
    width:36px;
    height:36px
  }
  .selection-line strong{
    font-size:13px
  }
  .selection-line>div>span{
    font-size:11px
  }
  .quiet-note{
    padding:16px;
    gap:9px
  }
  .quiet-note p,.quiet-note strong{
    font-size:12px
  }
  .quiet-note .icon{
    width:16px;
    height:16px
  }
  .handoff-items{
    gap:18px
  }
  .handoff-items strong{
    font-size:13px
  }
  .handoff-items>div>span:last-child{
    font-size:11px
  }
  .watch-finding{
    padding:17px;
    margin-top:23px
  }
  .watch-heading{
    font-size:10px
  }
  .watch-finding h4{
    font-size:27px;
    line-height:1.15
  }
  .watch-finding>p{
    font-size:12px
  }
  .watch-finding .text-link{
    font-size:12px;
    min-height:44px
  }
  .lesson-comparison{
    gap:16px
  }
  .lesson-comparison>div+div{
    padding-left:16px
  }
  .lesson-comparison .mini-label{
    font-size:9px
  }
  .lesson-comparison strong{
    font-size:43px
  }
  .lesson-card blockquote{
    font-size:25px
  }
  .lesson-card p{
    font-size:12px
  }
  .lesson-card>.mini-label{
    font-size:10px
  }
  .capture-band{
    padding-block:52px
  }
  .capture-band-grid{
    grid-template-columns:1fr;
    gap:25px
  }
  .capture-band h2{
    font-size:43px;
    margin-top:13px
  }
  .capture-band-grid>div:last-child>p:first-child{
    font-size:15px
  }
  .capture-types{
    gap:7px;
    margin-top:18px
  }
  .capture-types span{
    font-size:11px;
    padding:5px 9px
  }
  .human-note{
    font-size:12px;
    line-height:1.7;
    margin-top:18px
  }
  .product-tabs{
    gap:20px;
    margin-bottom:17px
  }
  .product-tabs button{
    font-size:13px;
    white-space:nowrap
  }
  .product-window-bar{
    padding:10px 12px;
    gap:8px;
    font-size:9px
  }
  .mini-brand{
    font-size:9px;
    letter-spacing:.13em
  }
  .product-window-bar .avatar{
    width:22px;
    height:22px;
    font-size:8px
  }
  .screen-caption{
    padding:18px 14px;
    gap:14px
  }
  .screen-caption strong{
    font-size:13px;
    line-height:1.5
  }
  .screen-caption span{
    font-size:12px;
    line-height:1.6
  }
  .screen-caption .icon-button{
    width:37px;
    height:42px
  }
  .product-showcase>.demo-label{
    font-size:9px;
    margin-top:13px
  }
  .company-grid{
    gap:30px
  }
  .company-copy h2{
    font-size:41px;
    margin-top:13px
  }
  .company-copy>p:not(.eyebrow){
    font-size:15px;
    margin-top:20px
  }
  .company-copy>.text-link{
    font-size:14px
  }
  .company-ledger{
    padding:18px
  }
  .ledger-heading h3{
    font-size:23px
  }
  .ledger-heading .mini-label{
    font-size:9px
  }
  .ledger-row{
    grid-template-columns:1fr auto;
    gap:8px;
    padding-block:19px
  }
  .ledger-row>.status{
    grid-column:1;
    grid-row:2
  }
  .ledger-money{
    grid-column:2;
    grid-row:1 / 3;
    font-size:24px
  }
  .ledger-row>div>strong{
    font-size:13px
  }
  .ledger-row>div>span{
    font-size:10px
  }
  .ledger-note{
    font-size:10px
  }
  .feature-grid{
    grid-template-columns:1fr;
    gap:28px;
    margin-top:40px;
    padding-top:32px
  }
  .feature-grid article{
    display:grid;
    grid-template-columns:24px 1fr;
    gap:0 15px
  }
  .feature-grid article>.icon{
    grid-row:span 2;
    width:21px;
    height:21px;
    margin-top:3px
  }
  .feature-grid h3{
    font-size:25px;
    margin-bottom:8px
  }
  .feature-grid p{
    font-size:14px;
    line-height:1.7
  }
  .plans{
    grid-template-columns:1fr;
    gap:15px
  }
  .plan{
    padding:26px
  }
  .plan>.eyebrow{
    font-size:10px;
    min-height:0
  }
  .plan h3{
    font-size:32px;
    margin-top:12px
  }
  .price{
    display:block;
    font-size:52px;
    margin-top:18px
  }
  .price small{
    font-size:13px
  }
  .plan .button{
    margin-top:22px
  }
  .plan-inclusions{
    grid-template-columns:1fr;
    gap:22px;
    padding-block:20px 25px;
    margin-top:22px
  }
  .plan-inclusions h3{
    font-size:26px
  }
  .plan-inclusions ul{
    grid-template-columns:1fr;
    gap:14px
  }
  .plan-inclusions li{
    font-size:14px
  }
  .large-team{
    gap:20px;
    flex-wrap:wrap;
    margin-top:10px;
    padding-block:18px
  }
  .large-team>div{
    display:block
  }
  .large-team h3{
    font-size:27px
  }
  .large-team p{
    font-size:13px;
    margin-top:4px
  }
  .large-team .text-link{
    font-size:14px;
    min-height:44px
  }
  .pricing-note{
    font-size:11px;
    line-height:1.7
  }
  .final-section{
    padding-block:60px
  }
  .final-grid{
    grid-template-columns:1fr;
    gap:32px
  }
  .final-section h2{
    font-size:54px;
    line-height:1.02
  }
  .final-grid>div:last-child>p{
    font-size:16px;
    margin-bottom:20px
  }
  .final-section .fine-print{
    font-size:12px
  }
  .site-footer{
    padding-block:30px 25px
  }
  .footer-top{
    align-items:start;
    gap:19px
  }
  .footer-top>p{
    width:100%;
    order:2;
    font-size:19px
  }
  .footer-top>div{
    gap:15px;
    font-size:12px;
    margin-left:auto;
    padding-top:4px
  }
  .footer-bottom{
    flex-direction:column;
    gap:13px;
    margin-top:24px;
    padding-top:20px;
    font-size:10px
  }
  .footer-bottom p{
    text-align:left
  }
  .screen-dialog{
    width:96vw;
    padding-inline:8px
  }
  .screen-dialog p{
    font-size:9px
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,*:before,*:after{
    animation:none!important;
    transition:none!important
  }
  .js-ready .reveal{
    opacity:1;
    transform:none
  }
  .hero-capture,.flow-bit{
    opacity:1;
    transform:none
  }
}
@media(max-width:360px){
  .option-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .proposal-option{
    min-width:0;
    padding-inline:9px
  }
  .proposal-option>strong{
    font-size:21px
  }
  .option-price{
    font-size:28px
  }
}
