@charset "UTF-8";
:root {
  --ink:#25372b;
  --muted:#626c62;
  --green:#315b3b;
  --paper:#fafbf7;
  --line:#d9dfd3;
  --hero:#edf2e9;
  --serif:Georgia,"Songti SC","STSong",serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:32px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  font-size:16px;
  line-height:1.7
}
button,a {
  -webkit-tap-highlight-color:transparent
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit;
  cursor:pointer
}
button:disabled {
  cursor:default
}
a,button,summary {
  touch-action:manipulation
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid #50754e;
  outline-offset:5px
}
h1,h2,h3,p {
  margin:0
}
h2 {
  font-size:clamp(30px,3.3vw,46px);
  line-height:1.4;
  letter-spacing:-1.5px;
  font-weight:550
}
h3 {
  font-size:25px;
  line-height:1.5;
  font-weight:550
}
.skip-link {
  position:absolute;
  left:20px;
  top:-100px;
  padding:10px 20px;
  background:var(--ink);
  color:white;
  z-index:10
}
.skip-link:focus {
  top:12px
}
.site-header {
  height:94px;
  padding:0 5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:var(--hero);
  gap:24px;
  border-bottom:1px solid #dce3d6
}
.brand {
  display:inline-flex;
  align-items:center;
  font-size:25px;
  font-weight:650;
  letter-spacing:-1.1px;
  line-height:1.2
}
.brand-mark {
  font-size:34px;
  margin-right:10px;
  line-height:1
}
.brand-dot {
  color:var(--green)
}
nav {
  display:flex;
  gap:34px;
  font-size:14px
}
nav a,.site-footer>a:last-child {
  transition:color .2s
}
nav a:hover,.site-footer>a:last-child:hover {
  color:#6c8457
}
.release-status {
  font-size:13px;
  white-space:nowrap;
  display:flex;
  gap:9px;
  align-items:center
}
.release-status>span {
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--green)
}
.hero {
  background:var(--hero);
  overflow:hidden
}
.hero-inner {
  max-width:1500px;
  margin:auto;
  min-height:600px;
  height:min(720px,calc(100svh - 155px));
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  padding:36px 7% 48px;
  gap:3%
}
.eyebrow {
  font-size:13px;
  letter-spacing:2px;
  font-weight:550
}
.hero h1 {
  font-size:clamp(48px,5.8vw,88px);
  line-height:1.15;
  letter-spacing:-4.8px;
  margin:20px 0 25px;
  font-weight:550
}
.hero h1>span {
  color:#668657
}
.hero h2 {
  font-family:var(--serif);
  font-size:clamp(34px,3.65vw,54px);
  font-weight:500;
  line-height:1.5;
  letter-spacing:1px
}
.hero-description {
  color:var(--muted);
  margin:22px 0 28px;
  font-size:17px;
  line-height:1.9
}
.button {
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:32px;
  padding:13px 23px;
  border:1px solid transparent;
  border-radius:3px;
  font-size:14px;
  transition:background .2s,transform .2s
}
.button-dark {
  background:var(--ink);
  color:#fff
}
.button-dark:hover {
  background:#3e5d43;
  transform:translateY(-2px)
}
.button-dark:disabled {
  background:#657164;
  transform:none
}
.button span {
  font-size:21px;
  line-height:1
}
.hero-note {
  font-size:12px;
  color:var(--muted);
  margin-top:16px
}
.hero-art {
  height:480px;
  position:relative;
  isolation:isolate;
  margin-left:10px
}
.art-orbit {
  position:absolute;
  z-index:-1;
  width:470px;
  height:470px;
  border:1px solid #d2dcc9;
  border-radius:50%;
  top:0;
  left:0
}
.art-orbit:after {
  content:"";
  position:absolute;
  inset:35px;
  border:1px solid #dde5d7;
  border-radius:50%
}
.source-sheet {
  position:absolute;
  left:10px;
  top:8px;
  width:330px;
  background:#fcfcf5;
  padding:29px 30px 20px;
  transform:rotate(-7deg);
  box-shadow:0 16px 40px #293b2810;
  border:1px solid #e0e4d8
}
.sheet-top,.sheet-bottom {
  display:flex;
  justify-content:space-between;
  font-size:10px;
  letter-spacing:1px;
  color:#727769
}
.sheet-top {
  padding-bottom:25px;
  border-bottom:1px solid var(--line)
}
.sheet-kicker {
  font-size:12px;
  margin-top:24px;
  color:#778070
}
.sheet-title {
  font-family:var(--serif);
  font-size:32px;
  line-height:1.5;
  margin:12px 0 18px
}
.sheet-rule {
  width:26px;
  border-top:2px solid #586950;
  margin-bottom:25px
}
.selection-box {
  position:relative;
  background:#dfead695;
  outline:1.5px solid #6b8b58;
  padding:12px 9px
}
.selection-box p {
  font-family:var(--serif);
  font-size:19px;
  line-height:1.85;
  letter-spacing:1px
}
.selection-box i {
  position:absolute;
  width:7px;
  height:7px;
  background:#fff;
  border:1.5px solid #6b8b58
}
.selection-box i:nth-child(1) {
  left:-4px;
  top:-4px
}
.selection-box i:nth-child(2) {
  right:-4px;
  top:-4px
}
.selection-box i:nth-child(3) {
  left:-4px;
  bottom:-4px
}
.selection-box i:nth-child(4) {
  right:-4px;
  bottom:-4px
}
.selection-label {
  position:absolute;
  right:-1px;
  top:-24px;
  font:10px/24px sans-serif;
  background:#6b8b58;
  color:white;
  padding:0 9px
}
.faux-lines {
  display:grid;
  gap:8px;
  margin:25px 0
}
.faux-lines span {
  height:3px;
  background:#e6e8de
}
.faux-lines span:last-child {
  width:65%
}
.sheet-bottom {
  border-top:1px solid var(--line);
  padding-top:12px;
  font-size:9px
}
.result-slip {
  position:absolute;
  left:155px;
  top:267px;
  min-width:310px;
  transform:rotate(5deg);
  background:#fff;
  padding:20px 24px 14px;
  box-shadow:0 14px 40px #293b281a;
  border:1px solid #e0e4da
}
.slip-heading,.slip-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:12px
}
.slip-heading {
  border-bottom:1px solid var(--line);
  padding-bottom:13px
}
.slip-heading b {
  color:var(--green);
  margin-right:5px
}
.slip-heading>span:last-child {
  font-size:10px;
  letter-spacing:1px;
  color:#7b8579
}
.result-slip>p {
  font-size:18px;
  line-height:1.85;
  margin:20px 0
}
.slip-footer {
  font-size:10px;
  color:#73806d;
  border-top:1px solid var(--line);
  padding-top:12px
}
.art-caption {
  position:absolute;
  bottom:-28px;
  left:12px;
  right:10px;
  font-size:12px;
  letter-spacing:1px;
  display:flex;
  justify-content:space-between;
  color:var(--muted)
}
.art-caption>span {
  font-size:10px;
  letter-spacing:0
}
.hero-bottom {
  border-top:1px solid #dce3d6;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 5%;
  font-size:12px;
  color:var(--muted)
}
.hero-bottom a {
  display:flex;
  gap:18px
}
.section-wrap {
  width:min(1160px,86%);
  margin:auto
}
.features,.workflow {
  padding-top:108px;
  padding-bottom:110px
}
.section-heading h2 {
  margin-top:18px
}
.feature-columns {
  display:grid;
  grid-template-columns:1fr 1fr;
  margin-top:56px
}
.feature {
  padding:0 12% 0 0
}
.feature+.feature {
  border-left:1px solid var(--line);
  padding:0 0 0 14%
}
.feature-symbol {
  display:block;
  color:#769165;
  font-family:var(--serif);
  font-size:45px;
  letter-spacing:5px;
  margin-bottom:25px
}
.feature .eyebrow {
  color:var(--muted);
  font-size:12px
}
.feature h3 {
  margin:10px 0 16px
}
.feature>p:not(.eyebrow) {
  color:var(--muted);
  font-size:15px;
  max-width:390px;
  line-height:1.95
}
.feature-foot {
  font-size:12px;
  display:flex;
  align-items:center;
  gap:16px;
  border-top:1px solid var(--line);
  padding-top:20px;
  margin-top:30px
}
.feature-foot>span {
  color:#7d9270
}
.demo-section {
  background:#f0f1eb;
  padding:92px 0 95px;
  scroll-margin-top:0
}
.demo-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:42px
}
.demo-heading h2 {
  margin-top:18px
}
.demo-heading>p {
  font-size:13px;
  color:var(--muted);
  line-height:1.9;
  max-width:340px
}
.demo-workspace {
  border:1px solid #d3d9cc;
  background:#fafbf7;
  border-radius:7px;
  overflow:hidden
}
.demo-toolbar {
  min-height:72px;
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 24px;
  gap:12px
}
.demo-types {
  display:flex;
  gap:5px
}
.demo-types button {
  border:0;
  background:none;
  color:var(--muted);
  font-size:14px;
  padding:8px 22px;
  border-radius:3px;
  transition:background .2s,color .2s
}
.demo-types button:hover {
  background:#e9eddf
}
.demo-types button[aria-pressed="true"] {
  background:#e0e8d9;
  color:#28482c
}
.demo-indicator {
  font-size:12px;
  color:var(--muted)
}
.demo-panes {
  display:grid;
  grid-template-columns:1fr 1fr
}
.demo-source,.demo-result {
  padding:23px 28px 25px;
  min-width:0
}
.demo-source {
  background:#e9ece3
}
.pane-label {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:12px;
  color:var(--muted);
  margin-bottom:24px
}
.sample-paper {
  background:#fdfcf8;
  padding:27px 28px 20px;
  max-width:380px;
  min-height:276px;
  margin:0 auto;
  box-shadow:0 4px 12px #25372b09;
  position:relative
}
.sample-overline {
  font-size:10px;
  letter-spacing:1px;
  color:#79806f
}
.sample-paper h3 {
  font-family:var(--serif);
  font-size:22px;
  margin:15px 0 25px;
  letter-spacing:-.5px
}
.sample-selection {
  outline:1px dashed #7b9268;
  background:#eaf0e366;
  padding:10px 12px;
  margin:0 -8px;
  position:relative;
  overflow:hidden
}
.sample-selection>p {
  font-size:15px;
  font-family:var(--serif);
  line-height:2
}
.sample-folio {
  font-size:9px;
  letter-spacing:1.7px;
  color:#838c7b;
  margin-top:24px
}
.sample-selection table {
  width:100%;
  border-collapse:collapse;
  font-size:13px
}
.sample-selection th,.sample-selection td {
  text-align:left;
  padding:4px;
  border-bottom:1px solid #d9dfcf
}
.sample-selection .formula {
  font-family:var(--serif);
  font-size:30px;
  text-align:center;
  padding:12px 0
}
.demo-result {
  display:flex;
  flex-direction:column;
  border-left:1px solid var(--line)
}
.result-content {
  flex:1;
  min-height:224px;
  font-size:16px;
  padding:12px 0;
  overflow-x:auto
}
.result-placeholder {
  color:#828a7c;
  font-size:14px;
  line-height:2;
  padding-top:38px
}
.result-content pre {
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  margin:0;
  font:15px/2 ui-monospace,SFMono-Regular,Consolas,monospace;
  tab-size:12
}
.result-content table {
  border-collapse:collapse;
  width:100%;
  font-size:14px
}
.result-content td,.result-content th {
  padding:12px 8px;
  border-bottom:1px solid var(--line);
  text-align:left
}
.result-actions {
  border-top:1px solid var(--line);
  padding-top:16px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  font-size:12px;
  color:var(--muted)
}
.copy-button {
  border:0;
  background:none;
  font-size:12px;
  color:var(--ink);
  padding:8px;
  white-space:nowrap
}
.copy-button:disabled {
  color:#92998b
}
.copy-button:not(:disabled):hover {
  background:#e9eddf
}
.demo-bottom {
  padding:20px 24px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px
}
.demo-bottom p {
  font-size:13px;
  color:var(--muted)
}
.demo-bottom p span {
  margin-right:10px
}
.demo-bottom .button {
  font-size:13px;
  min-height:46px
}
.is-scanning .sample-selection:after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:#628345;
  box-shadow:0 0 15px #62834588;
  animation:scan 1s ease-in-out forwards
}
.noscript-note {
  margin-top:16px;
  font-size:14px
}
.steps {
  margin-top:46px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:50px
}
.steps article {
  border-top:1px solid var(--line);
  padding-top:22px
}
.step-number {
  font-family:var(--serif);
  font-size:38px;
  color:#8a9b7c
}
.steps h3 {
  font-size:22px;
  margin:24px 0 12px
}
.steps p {
  font-size:14px;
  color:var(--muted);
  line-height:1.9
}
.questions {
  display:grid;
  grid-template-columns:1fr 1.45fr;
  gap:70px;
  border-top:1px solid var(--line);
  padding:75px 0 105px
}
.questions h2 {
  margin-top:18px;
  font-size:32px
}
.question-list details {
  border-bottom:1px solid var(--line)
}
.question-list summary {
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:16px;
  padding:22px 0
}
.question-list details:first-child summary {
  padding-top:0
}
.question-list summary::-webkit-details-marker {
  display:none
}
.question-list summary>span {
  font-size:23px;
  font-weight:300;
  transition:transform .2s
}
.question-list details[open] summary>span {
  transform:rotate(45deg)
}
.question-list details>p {
  font-size:14px;
  color:var(--muted);
  line-height:1.95;
  padding:0 22px 24px 0
}
.closing {
  background:#e4ebdd;
  overflow:hidden
}
.closing>.section-wrap {
  padding-top:76px;
  position:relative
}
.closing h2 {
  font-family:var(--serif);
  font-weight:500;
  font-size:clamp(42px,5vw,66px);
  margin:18px 0 28px;
  line-height:1.45;
  letter-spacing:1px
}
.closing-action {
  display:flex;
  gap:24px;
  align-items:center;
  flex-wrap:wrap
}
.coming-soon {
  border:1px solid #aebb9f;
  padding:12px 20px;
  font-size:14px;
  color:#55684b;
  border-radius:3px
}
.closing-action a {
  font-size:14px
}
.closing-action a:hover {
  text-decoration:underline;
  text-underline-offset:6px
}
.closing-wordmark {
  display:block;
  line-height:1.05;
  font-size:clamp(70px,14.5vw,208px);
  font-weight:550;
  letter-spacing:-.065em;
  color:#c2d1b6;
  margin-top:52px;
  margin-bottom:-.2em;
  user-select:none
}
.site-footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:32px 5%;
  font-size:12px
}
.site-footer .brand {
  font-size:21px
}
.site-footer p {
  color:var(--muted)
}
.hero-enter {
  animation:enter .8s both
}
.hero-copy>.hero-enter:nth-child(2) {
  animation-delay:.07s
}
.hero-copy>.hero-enter:nth-child(3) {
  animation-delay:.14s
}
.hero-copy>.hero-enter:nth-child(4) {
  animation-delay:.21s
}
.hero-copy>.hero-enter:nth-child(5) {
  animation-delay:.28s
}
.hero-copy>.hero-enter:nth-child(6) {
  animation-delay:.35s
}
.hero-art.hero-enter {
  animation-delay:.2s;
  animation-duration:1.1s
}
.reveal.is-pending {
  opacity:0;
  transform:translateY(22px)
}
.reveal {
  transition:opacity .65s ease,transform .65s ease
}
@keyframes enter {
  from {
    opacity:0;
    transform:translateY(18px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@keyframes scan {
  from {
    top:0
  }
  to {
    top:100%
  }
}
@media(min-width:1500px) {
  .hero-inner {
    padding-left:105px;
    padding-right:105px
  }
}
@media(max-width:1100px) {
  .release-status {
    font-size:11px
  }
  .hero-inner {
    padding-left:6%;
    padding-right:5%;
    gap:0;
    min-height:610px
  }
  .hero-art {
    transform:scale(.83);
    transform-origin:left center;
    margin-right:-70px;
    animation:none!important
  }
  .hero h1 {
    font-size:64px
  }
  .hero h2 {
    font-size:40px
  }
  .section-wrap {
    width:88%
  }
  .demo-heading>p {
    max-width:290px
  }
  .source-sheet {
    left:0
  }
  .steps {
    gap:30px
  }
}
@media(max-width:800px) {
  .site-header {
    height:76px;
    padding:0 6%
  }
  .site-header .brand {
    font-size:23px
  }
  .site-header nav {
    gap:22px;
    font-size:13px
  }
  .release-status {
    display:none
  }
  .hero-inner {
    height:auto;
    min-height:0;
    padding:50px 6% 70px;
    grid-template-columns:1fr 1fr
  }
  .hero h1 {
    font-size:48px;
    letter-spacing:-2.5px
  }
  .hero h2 {
    font-size:34px
  }
  .hero-description {
    font-size:15px
  }
  .hero-art {
    transform:scale(.66);
    margin-right:-140px;
    transform-origin:left center;
    margin-left:0
  }
  .hero-note {
    font-size:10px
  }
  .hero .eyebrow {
    font-size:11px
  }
  .hero-bottom {
    padding-left:6%;
    padding-right:6%
  }
  .features,.workflow {
    padding:75px 0
  }
  .demo-section {
    padding:70px 0
  }
  .demo-heading {
    align-items:start;
    flex-direction:column;
    gap:18px
  }
  .demo-heading>p {
    max-width:none
  }
  .demo-source,.demo-result {
    padding:18px
  }
  .sample-paper {
    padding:24px 19px
  }
  .sample-paper h3 {
    font-size:18px
  }
  .sample-selection>p {
    font-size:13px
  }
  .questions {
    gap:30px;
    grid-template-columns:1fr 1.5fr;
    padding:60px 0 75px
  }
  .questions h2 {
    font-size:26px
  }
  .steps h3 {
    font-size:19px
  }
  .steps p {
    font-size:13px
  }
  .feature-foot {
    gap:9px;
    font-size:11px
  }
  .closing>.section-wrap {
    padding-top:60px
  }
}
@media(max-width:600px) {
  html {
    scroll-padding-top:16px
  }
  .site-header {
    height:70px
  }
  .site-header nav {
    gap:18px
  }
  .site-header nav a:first-child {
    display:none
  }
  .site-header .brand {
    font-size:21px
  }
  .brand-mark {
    font-size:28px;
    margin-right:6px
  }
  .hero-inner {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    padding-top:34px;
    padding-bottom:36px
  }
  .hero h1 {
    font-size:clamp(48px,12vw,70px);
    margin:14px 0 18px;
    letter-spacing:-3px
  }
  .hero h2 {
    font-size:32px;
    line-height:1.45
  }
  .hero-description {
    margin:16px 0 20px;
    font-size:15px
  }
  .hero-description br {
    display:none
  }
  .hero-copy {
    position:relative;
    z-index:1
  }
  .hero-note {
    font-size:11px;
    margin-top:12px
  }
  .hero-art {
    height:345px;
    width:100%;
    max-width:390px;
    margin:24px auto 0;
    transform:none;
    animation:enter 1s both!important
  }
  .art-orbit {
    width:310px;
    height:310px;
    left:5%;
    top:0
  }
  .source-sheet {
    width:238px;
    padding:18px 21px 14px;
    left:7%;
    top:0
  }
  .sheet-top {
    font-size:8px;
    padding-bottom:15px
  }
  .sheet-kicker {
    font-size:10px;
    margin-top:15px
  }
  .sheet-title {
    font-size:24px;
    margin:6px 0 12px
  }
  .sheet-rule {
    margin-bottom:18px
  }
  .selection-box p {
    font-size:14px
  }
  .selection-label {
    font-size:8px;
    line-height:18px;
    top:-18px
  }
  .faux-lines {
    margin:17px 0;
    gap:6px
  }
  .sheet-bottom {
    font-size:7px;
    padding-top:8px
  }
  .result-slip {
    left:auto;
    right:1%;
    top:192px;
    min-width:0;
    width:230px;
    padding:13px 16px 11px
  }
  .slip-heading {
    font-size:10px;
    padding-bottom:9px
  }
  .slip-heading>span:last-child {
    font-size:8px
  }
  .result-slip>p {
    font-size:14px;
    margin:13px 0
  }
  .slip-footer {
    font-size:8px;
    padding-top:8px;
    gap:10px
  }
  .art-caption {
    bottom:-7px;
    left:4%;
    right:2%;
    font-size:10px
  }
  .art-caption>span {
    font-size:9px
  }
  .hero-bottom {
    font-size:10px;
    gap:12px;
    padding-top:14px;
    padding-bottom:14px
  }
  .section-wrap {
    width:88%
  }
  .features,.workflow {
    padding:64px 0
  }
  .eyebrow {
    font-size:11px;
    letter-spacing:1.5px
  }
  h2 {
    font-size:30px;
    letter-spacing:-1px
  }
  .section-heading h2 {
    margin-top:14px
  }
  .feature-columns {
    grid-template-columns:1fr;
    gap:34px;
    margin-top:30px
  }
  .feature,.feature+.feature {
    padding:0;
    border-left:0
  }
  .feature+.feature {
    border-top:1px solid var(--line);
    padding-top:30px
  }
  .feature-symbol {
    font-size:34px;
    margin-bottom:16px
  }
  .feature h3 {
    font-size:23px
  }
  .feature>p:not(.eyebrow) {
    font-size:14px;
    max-width:none
  }
  .feature-foot {
    font-size:12px;
    margin-top:22px;
    padding-top:15px
  }
  .demo-section {
    padding:58px 0
  }
  .demo-heading {
    margin-bottom:27px
  }
  .demo-heading>p {
    font-size:12px
  }
  .demo-toolbar {
    padding:12px;
    min-height:60px
  }
  .demo-types button {
    padding:7px 17px
  }
  .demo-indicator {
    font-size:10px
  }
  .demo-panes {
    grid-template-columns:1fr
  }
  .demo-source,.demo-result {
    padding:20px
  }
  .demo-source .pane-label {
    margin-bottom:18px
  }
  .sample-paper {
    min-height:260px;
    max-width:320px;
    padding:24px
  }
  .sample-paper h3 {
    font-size:21px
  }
  .sample-selection>p {
    font-size:15px
  }
  .demo-result {
    border-left:0;
    border-top:1px solid var(--line)
  }
  .result-content {
    min-height:180px;
    padding-top:0
  }
  .result-placeholder {
    padding-top:22px
  }
  .demo-bottom {
    padding:16px;
    flex-direction:column;
    align-items:stretch;
    gap:14px
  }
  .demo-bottom p {
    font-size:11px;
    text-align:center
  }
  .demo-bottom .button {
    width:100%
  }
  .result-actions {
    font-size:11px;
    gap:6px
  }
  .steps {
    grid-template-columns:1fr;
    gap:28px;
    margin-top:32px
  }
  .steps article {
    display:grid;
    grid-template-columns:42px 1fr;
    gap:0 18px;
    padding-top:20px
  }
  .step-number {
    grid-row:span 2;
    font-size:29px
  }
  .steps h3 {
    margin:2px 0 9px;
    font-size:21px
  }
  .steps p {
    font-size:14px
  }
  .questions {
    grid-template-columns:1fr;
    gap:30px;
    padding:48px 0 65px
  }
  .questions h2 {
    font-size:28px
  }
  .question-list summary {
    font-size:15px
  }
  .closing>.section-wrap {
    padding-top:50px
  }
  .closing h2 {
    font-size:40px
  }
  .closing-action {
    gap:18px
  }
  .coming-soon {
    font-size:12px;
    padding:10px 14px
  }
  .closing-action a {
    font-size:12px
  }
  .closing-wordmark {
    margin-top:40px;
    font-size:15vw
  }
  .site-footer {
    padding:26px 6%;
    font-size:11px;
    flex-wrap:wrap;
    gap:16px
  }
  .site-footer .brand {
    font-size:20px
  }
  .site-footer p {
    display:none
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
  .reveal.is-pending {
    opacity:1;
    transform:none
  }
  .hero-art.hero-enter {
    animation:none!important
  }
}
@media(max-width:600px) {
  .hero-inner {
    padding-top:24px;
    padding-bottom:25px
  }
  .hero h1 {
    margin-top:10px;
    margin-bottom:12px
  }
  .hero h2 {
    font-size:clamp(24px,6vw,30px);
    letter-spacing:0
  }
  .hero h2 br {
    display:none
  }
  .hero-description {
    font-size:14px;
    margin-top:12px;
    margin-bottom:18px
  }
  .hero-art {
    height:300px
  }
  .source-sheet {
    transform:rotate(-7deg) scale(.86);
    transform-origin:top left
  }
  .result-slip {
    top:170px;
    transform:rotate(5deg) scale(.9);
    transform-origin:top right
  }
  .art-orbit {
    width:275px;
    height:275px
  }
  .art-caption {
    bottom:0
  }
}
