:root {
  --paper:#f8f9f5;
  --ink:#233d33;
  --muted:#5c685f;
  --line:#dce1d7;
  --green:#244b3f;
  --lime:#dbe8b6;
  --serif:Georgia,'Times New Roman',serif;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:30px;
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
a {
  color:inherit;
  text-decoration:none;
}
a:hover {
  color:#507144;
}
a:focus-visible,summary:focus-visible {
  outline:3px solid #987020;
  outline-offset:5px;
  border-radius:3px;
}
img {
  max-width:100%;
  height:auto;
  display:block;
}
h1,h2,h3,p,figure {
  margin:0;
}
h1,h2,h3 {
  line-height:1.12;
  font-weight:500;
}
h1 {
  font-family:var(--serif);
  font-size:clamp(48px,6.7vw,88px);
  letter-spacing:-3.8px;
}
h2 {
  font-family:var(--serif);
  font-size:clamp(30px,3.1vw,42px);
  letter-spacing:-1.25px;
}
h3 {
  font-size:21px;
  letter-spacing:-.5px;
}
em {
  font-weight:400;
  color:#648064;
}
p {
  color:var(--muted);
}
.wrap {
  width:min(1160px,calc(100% - 80px));
  margin-inline:auto;
}
.site-header {
  height:106px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  gap:30px;
}
.brand {
  font-size:36px;
  font-weight:750;
  letter-spacing:-2.2px;
  line-height:1;
}
.brand-dot {
  color:#78984f;
}
.site-header nav {
  display:flex;
  align-items:center;
  gap:34px;
  font-size:14px;
  font-weight:500;
}
.site-header nav a[aria-current] {
  text-decoration:underline;
  text-underline-offset:6px;
}
.contact-nav {
  border:1px solid #cad3c5;
  padding:9px 17px;
  border-radius:7px;
}
.contact-nav span {
  margin-left:14px;
}
.eyebrow {
  font-size:10px;
  font-weight:650;
  letter-spacing:1.65px;
  display:flex;
  gap:10px;
  align-items:center;
  text-transform:uppercase;
  line-height:1.6;
}
.status-dot {
  height:7px;
  width:7px;
  border-radius:50%;
  background:#638659;
  box-shadow:0 0 0 4px #eaf0e3;
}
.home-hero {
  position:relative;
  padding-top:78px;
  padding-bottom:74px;
}
.home-hero h1 {
  margin-top:25px;
  max-width:850px;
}
.home-hero p {
  margin-top:25px;
  font-size:17px;
  line-height:1.8;
}
.text-link {
  font-size:14px;
  font-weight:600;
  display:inline-flex;
  gap:20px;
  align-items:center;
}
.text-link span {
  font-size:20px;
  font-weight:400;
}
.home-hero .text-link {
  margin-top:25px;
}
.hero-spark {
  position:absolute;
  right:70px;
  top:95px;
  font-size:142px;
  color:#9bae77;
  transform:rotate(12deg);
  line-height:1;
}
.hero-note {
  position:absolute;
  right:95px;
  bottom:105px;
  font-family:var(--serif);
  font-style:italic;
  color:#5c685f;
  font-size:23px;
  line-height:1.4;
  transform:rotate(-8deg);
}
.section-heading {
  display:flex;
  gap:20px;
  justify-content:space-between;
  align-items:center;
  margin-bottom:26px;
}
.section-heading h2 {
  font-family:var(--sans);
  font-size:18px;
  font-weight:550;
  letter-spacing:-.4px;
}
.section-heading>.eyebrow {
  color:#5c685f;
}
.product-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.product-card {
  border:1px solid #d6ddcf;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}
.preview-link {
  display:block;
}
.preview-link:hover {
  color:inherit;
}
.preview {
  position:relative;
  overflow:hidden;
  min-height:335px;
  border-bottom:1px solid #d8ddcf;
}
.drawing-preview {
  background:#e7eddc;
  padding:27px 28px 0;
}
.window-bar {
  height:32px;
  background:#fff;
  border:1px solid #d9dfd3;
  border-bottom:0;
  border-radius:8px 8px 0 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 13px;
  color:#76816f;
  font-size:9px;
}
.window-dots {
  letter-spacing:2px;
  font-size:7px;
  color:#bbc4b5;
}
.board {
  height:277px;
  position:relative;
  background-color:#fcfdf9;
  background-image:radial-gradient(#d7decf .7px,transparent .7px);
  background-size:16px 16px;
  border-inline:1px solid #d9dfd3;
  border-bottom:1px solid #d9dfd3;
  border-radius:0 0 8px 8px;
  overflow:hidden;
}
.board-heading {
  position:absolute;
  top:20px;
  left:22px;
  font-family:var(--serif);
  font-size:22px;
  line-height:1.15;
  color:#4f6151;
  letter-spacing:-.5px;
}
.note {
  position:absolute;
  padding:15px;
  font-size:14px;
  line-height:1.3;
  box-shadow:0 5px 10px #253f2710;
  font-weight:500;
}
.note-one {
  background:#f4e49a;
  top:104px;
  left:35px;
  transform:rotate(-7deg);
  width:106px;
  height:97px;
}
.note-one span {
  position:absolute;
  bottom:8px;
  right:12px;
  font-size:27px;
}
.note-two {
  background:#d4e4c6;
  top:85px;
  left:48%;
  transform:rotate(5deg);
  width:109px;
  height:96px;
}
.note-three {
  background:#ebd7c9;
  top:190px;
  left:58%;
  transform:rotate(-4deg);
  font-size:12px;
  width:100px;
  height:66px;
  padding:10px;
}
.board-arrow {
  position:absolute;
  top:115px;
  left:34%;
  font-size:48px;
  transform:rotate(-20deg);
  color:#889d7f;
}
.cursor {
  position:absolute;
  display:flex;
  gap:3px;
  font-size:24px;
  align-items:flex-start;
  line-height:1;
}
.cursor b {
  padding:5px;
  border-radius:3px;
  color:#fff;
  font-size:9px;
  font-weight:500;
  margin-top:12px;
}
.cursor-one {
  top:64px;
  right:19px;
  color:#b47646;
}
.cursor-one b {
  background:#b47646;
}
.cursor-two {
  bottom:24px;
  left:36%;
  color:#588477;
}
.cursor-two b {
  background:#588477;
}
.draw-tools {
  position:absolute;
  bottom:12px;
  left:12px;
  padding:4px 9px;
  border:1px solid #d7ddce;
  background:#fff;
  border-radius:6px;
  box-shadow:0 2px 4px #00000008;
  color:#566451;
  font-size:14px;
}
.preview-label {
  position:absolute;
  bottom:5px;
  left:0;
  right:0;
  text-align:center;
  font-size:8px;
  color:#53634f;
  letter-spacing:.4px;
}
.float-preview {
  background:#eeebe3;
  padding:25px;
}
.background-document {
  width:75%;
  height:261px;
  padding:33px 27px;
  background:#fafaf6;
  border:1px solid #deddd4;
  border-radius:7px;
  transform:rotate(-4deg);
  position:absolute;
  top:38px;
  left:35px;
}
.doc-kicker {
  font-size:7px;
  letter-spacing:1px;
  color:#75786c;
}
.doc-title {
  font-family:var(--serif);
  font-size:28px;
  line-height:1.15;
  margin-top:16px;
  letter-spacing:-.5px;
}
.doc-lines {
  margin-top:21px;
  width:75%;
}
.doc-lines i {
  display:block;
  height:4px;
  background:#e4e5dc;
  margin-top:10px;
  border-radius:8px;
}
.doc-lines i:nth-child(2) {
  width:85%;
}
.doc-lines i:nth-child(4) {
  width:60%;
}
.mini-player {
  position:absolute;
  top:62px;
  right:26px;
  width:60%;
  max-width:310px;
  border:1px solid #49544a;
  border-radius:10px;
  background:#243b32;
  color:#f1f4e8;
  box-shadow:0 16px 27px #1e312c29;
  overflow:hidden;
  transform:rotate(3deg);
}
.player-top {
  display:flex;
  justify-content:space-between;
  font-size:9px;
  padding:8px 11px;
}
.video-scene {
  height:108px;
  background:#d4dcb9;
  position:relative;
  overflow:hidden;
}
.scene-circle {
  width:37px;
  height:37px;
  border-radius:50%;
  background:#f7e5a0;
  position:absolute;
  top:14px;
  right:52px;
}
.scene-hill {
  position:absolute;
  transform:rotate(-25deg);
  border-radius:44%;
}
.hill-back {
  width:210px;
  height:145px;
  background:#90a383;
  bottom:-93px;
  right:-30px;
}
.hill-front {
  width:300px;
  height:140px;
  background:#587b60;
  bottom:-96px;
  left:-20px;
  transform:rotate(21deg);
}
.play-symbol {
  position:absolute;
  left:45%;
  top:30%;
  border:1px solid #fff7;
  border-radius:50%;
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:12px;
  background:#284b3929;
}
.video-time {
  position:absolute;
  bottom:5px;
  left:10px;
  font-size:7px;
}
.caption-lines {
  padding:10px 9px;
  display:grid;
  gap:7px;
  font-size:8px;
}
.caption-lines>span {
  color:#c1cbbb;
  padding-left:6px;
}
.caption-lines strong {
  font-weight:500;
  background:#445c42;
  border-left:2px solid #d5d88e;
  padding:5px;
  border-radius:2px;
  color:#f1f5dc;
}
.player-bottom {
  font-size:8px;
  border-top:1px solid #ffffff18;
  padding:6px 10px;
  color:#b7c6b9;
}
.player-bottom b {
  background:#516448;
  padding:3px 6px;
  border-radius:3px;
  color:#f1f5dc;
  font-weight:400;
}
.player-bottom>span {
  float:right;
}
.card-body {
  padding:27px 30px 29px;
}
.card-eyebrow {
  display:flex;
  justify-content:space-between;
  font-size:10px;
  color:#606e5a;
  text-transform:uppercase;
  letter-spacing:1.1px;
  margin-bottom:15px;
}
.card-body h3 {
  display:flex;
  gap:12px;
  align-items:center;
  font-size:27px;
  font-weight:550;
  letter-spacing:-.9px;
}
.card-body h3 img {
  border-radius:8px;
}
.card-body p {
  margin-top:15px;
  font-size:14px;
  line-height:1.85;
  max-width:410px;
}
.card-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:24px;
}
.pill {
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:10px;
  line-height:1.4;
  font-weight:500;
  background:#edf3e6;
  color:#45623b;
  border:1px solid #d9e5d0;
  border-radius:30px;
  padding:5px 9px;
  white-space:nowrap;
}
.pill:before {
  content:'';
  width:5px;
  height:5px;
  border-radius:50%;
  background:currentColor;
}
.pill.soon {
  background:#f8f1df;
  color:#826322;
  border-color:#e9ddba;
}
.philosophy {
  margin-top:95px;
  padding-top:40px;
  padding-bottom:65px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px 60px;
}
.philosophy>.eyebrow {
  grid-column:1/-1;
}
.philosophy h2 {
  font-size:43px;
}
.philosophy p {
  max-width:425px;
  padding-top:5px;
  font-size:15px;
  line-height:1.9;
}
.contact-band {
  background:#e9efdf;
  padding:34px 40px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:15px;
  margin-bottom:80px;
}
.contact-band h2 {
  font-size:32px;
  margin-top:10px;
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  background:var(--green);
  color:#fff;
  padding:13px 21px;
  border:1px solid var(--green);
  border-radius:7px;
  font-size:13px;
  font-weight:550;
  line-height:1.6;
  white-space:nowrap;
  transition:background .15s;
}
.button:hover {
  background:#38604b;
  color:#fff;
}
.button.secondary {
  background:transparent;
  color:var(--green);
}
.footer {
  padding-top:46px;
  border-top:1px solid var(--line);
}
.footer-grid {
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.5fr;
  gap:30px;
}
.footer h2 {
  font-family:var(--sans);
  font-size:12px;
  font-weight:650;
  letter-spacing:0;
  margin:3px 0 20px;
}
.footer-grid>div>a:not(.brand) {
  display:block;
  font-size:12px;
  color:#626d5e;
  margin-bottom:9px;
}
.footer-brand p {
  font-size:12px;
  line-height:1.8;
  margin-top:17px;
}
.footer-grid>div>p {
  font-size:12px;
  line-height:1.8;
}
.footer-bottom {
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  font-size:10px;
  color:#5c685f;
  padding:20px 0;
  margin-top:45px;
}
.skip-link {
  position:absolute;
  top:-80px;
  left:20px;
  padding:12px 20px;
  background:white;
  z-index:10;
}
.skip-link:focus {
  top:10px;
}
.product-nav {
  border-bottom:1px solid var(--line);
}
.product-nav>.wrap {
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:65px;
  gap:20px;
}
.product-name {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:600;
}
.product-name img {
  border-radius:5px;
}
.product-nav nav {
  display:flex;
  gap:24px;
  font-size:12px;
}
.product-nav a[aria-current] {
  text-decoration:underline;
  text-underline-offset:5px;
}
.product-hero {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:45px;
  align-items:center;
  padding-block:75px;
}
.product-hero h1 {
  font-size:clamp(42px,4.7vw,63px);
  letter-spacing:-2.6px;
  margin-top:24px;
}
.product-hero p {
  font-size:15px;
  max-width:460px;
  margin-top:23px;
}
.product-hero .preview {
  border:1px solid #d8ddcf;
  border-radius:12px;
}
.product-hero .eyebrow img {
  border-radius:7px;
}
.hero-actions {
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  gap:16px;
  margin-top:28px;
}
.product-hero .fine-print {
  font-size:11px;
  margin-top:15px;
}
.section {
  padding-block:55px;
  border-top:1px solid var(--line);
}
.feature-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:48px;
  margin-top:35px;
}
.feature-number {
  display:block;
  font-size:12px;
  color:#607550;
  margin-bottom:20px;
}
.feature-grid h3 {
  font-size:19px;
  margin-bottom:14px;
  font-weight:550;
}
.feature-grid p {
  font-size:14px;
}
.screenshot-section {
  padding:45px;
  background:#ecefe5;
  border-radius:12px;
  display:grid;
  grid-template-columns:.85fr 1.25fr;
  align-items:center;
  gap:45px;
  margin-block:25px 65px;
}
.screenshot-copy h2 {
  font-size:35px;
  margin-block:20px;
}
.screenshot-copy p {
  font-size:14px;
}
.screenshot-copy .text-link {
  margin-top:20px;
}
.product-screenshot img {
  border-radius:8px;
  border:1px solid #d5dacc;
  width:100%;
  height:auto;
}
.product-screenshot figcaption {
  font-size:10px;
  color:#55634f;
  margin-top:10px;
}
.section>.eyebrow {
  margin-bottom:15px;
}
.steps {
  list-style:none;
  padding:0;
  counter-reset:step;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  margin:35px 0 5px;
}
.steps li {
  counter-increment:step;
}
.steps li:before {
  content:counter(step,decimal-leading-zero);
  font-size:12px;
  display:grid;
  place-items:center;
  background:#e7eddc;
  border:1px solid #d6e0cc;
  border-radius:50%;
  width:35px;
  height:35px;
  margin-bottom:18px;
}
.steps h3 {
  font-size:18px;
  font-weight:550;
  margin-bottom:12px;
}
.steps p {
  font-size:14px;
}
.note-band {
  border-top:1px solid var(--line);
  padding-block:45px;
}
.note-band h2 {
  font-size:30px;
  margin-bottom:18px;
}
.note-band p {
  max-width:800px;
}
.fine-print {
  font-size:12px;
}
.note-band .fine-print {
  margin-top:15px;
}
.trademark {
  font-size:10px;
  color:#5c685f;
  margin-top:-40px;
  margin-bottom:50px;
}
.document-header {
  padding-block:42px 45px;
}
.back-link {
  display:inline-block;
  font-size:12px;
  margin-bottom:40px;
  color:#65745d;
}
.document-header h1 {
  font-size:62px;
  margin:16px 0 20px;
  letter-spacing:-2px;
}
.document-header>p {
  max-width:700px;
  font-size:17px;
}
.document-header .updated {
  font-size:12px;
  margin-top:22px;
  color:#626f5c;
}
.document-layout {
  display:grid;
  grid-template-columns:230px minmax(0,740px);
  gap:65px;
  padding-bottom:80px;
}
.toc {
  border-top:1px solid var(--line);
  padding-top:24px;
}
.toc nav {
  display:grid;
  gap:14px;
}
.toc nav>a {
  font-size:12px;
  color:#64715e;
  line-height:1.5;
}
.toc .eyebrow {
  margin-bottom:7px;
}
.toc>.text-link {
  margin-top:35px;
  font-size:12px;
}
.prose {
  min-width:0;
}
.prose section {
  border-top:1px solid var(--line);
  padding-block:28px 15px;
  scroll-margin-top:30px;
}
.prose h2 {
  font-family:var(--sans);
  font-weight:550;
  font-size:24px;
  letter-spacing:-.6px;
  margin-bottom:18px;
}
.prose p,.prose li {
  font-size:15px;
  line-height:1.85;
  color:#56634f;
}
.prose p {
  margin-bottom:16px;
}
.prose a {
  color:#315c42;
  text-decoration:underline;
  text-underline-offset:3px;
  overflow-wrap:anywhere;
}
.prose ul {
  padding-left:20px;
  margin:10px 0 18px;
}
.prose li {
  margin-bottom:10px;
  padding-left:3px;
}
.prose .steps {
  grid-template-columns:1fr;
  gap:16px;
  margin-top:20px;
}
.prose .steps li {
  position:relative;
  padding-left:53px;
}
.prose .steps li:before {
  position:absolute;
  left:0;
  top:0;
}
.prose .steps h3 {
  margin-top:5px;
  margin-bottom:8px;
}
.prose details {
  border-bottom:1px solid var(--line);
  padding:17px 0;
}
.prose details:last-child {
  border-bottom:0;
}
.prose summary {
  font-size:15px;
  font-weight:550;
  cursor:pointer;
  line-height:1.6;
  padding-right:20px;
}
.prose details p {
  margin:13px 0 0;
  font-size:14px;
}
.prose kbd {
  font-family:var(--sans);
  font-size:11px;
  border:1px solid #ccd6c3;
  border-radius:3px;
  background:#edf1e7;
  padding:2px 5px;
  white-space:nowrap;
}
.error-page {
  padding-block:95px 120px;
}
.error-page h1 {
  margin-block:25px;
}
.error-page p {
  margin-bottom:28px;
}
@media(min-width:1400px) {
  .home-hero {
    padding-top:95px;
    padding-bottom:85px;
  }
}
@media(max-width:1000px) {
  .wrap {
    width:calc(100% - 48px);
  }
  .hero-spark {
    right:35px;
    font-size:110px;
    top:90px;
  }
  .hero-note {
    right:30px;
  }
  .card-body {
    padding:24px;
  }
  .card-bottom {
    align-items:flex-start;
    flex-direction:column;
  }
  .preview {
    min-height:310px;
  }
  .drawing-preview {
    padding:23px 20px 0;
  }
  .board {
    height:250px;
  }
  .note-one {
    left:20px;
    width:90px;
    height:85px;
  }
  .note-two {
    width:90px;
    height:85px;
  }
  .note-three {
    top:174px;
    width:90px;
  }
  .cursor-one {
    right:5px;
  }
  .mini-player {
    right:18px;
    top:75px;
    width:66%;
  }
  .feature-grid {
    gap:25px;
  }
  .product-hero {
    gap:28px;
  }
  .product-hero .preview {
    min-height:330px;
  }
  .screenshot-section {
    padding:30px;
    gap:28px;
  }
  .footer-grid {
    grid-template-columns:1fr 1fr 1fr;
    gap:25px;
  }
  .footer-brand {
    grid-column:1/-1;
    display:flex;
    align-items:center;
    gap:25px;
  }
  .footer-brand p {
    margin-top:0;
  }
  .document-layout {
    grid-template-columns:190px minmax(0,1fr);
    gap:35px;
  }
}
@media(max-width:700px) {
  .wrap {
    width:calc(100% - 40px);
  }
  .site-header {
    height:86px;
    gap:20px;
  }
  .brand {
    font-size:31px;
  }
  .site-header nav {
    gap:18px;
    font-size:12px;
  }
  .site-header .contact-nav {
    display:none;
  }
  .home-hero {
    padding-top:53px;
    padding-bottom:55px;
  }
  .home-hero h1 {
    font-size:57px;
    letter-spacing:-2.5px;
    margin-top:23px;
  }
  .home-hero .eyebrow {
    font-size:8px;
    letter-spacing:1.2px;
  }
  .home-hero p {
    font-size:14px;
    max-width:340px;
  }
  .home-hero p br {
    display:none;
  }
  .hero-spark {
    right:6px;
    top:66px;
    font-size:60px;
    opacity:.7;
  }
  .hero-note {
    display:none;
  }
  .home-hero h1 {
    position:relative;
    z-index:1;
  }
  .section-heading {
    align-items:flex-start;
    gap:12px;
    flex-direction:column;
  }
  .section-heading h2 {
    font-size:17px;
  }
  .section-heading .eyebrow {
    font-size:8px;
  }
  .product-grid {
    grid-template-columns:1fr;
    gap:25px;
  }
  .preview {
    min-height:335px;
  }
  .drawing-preview {
    padding:27px 25px 0;
  }
  .board {
    height:277px;
  }
  .note-one {
    top:104px;
    left:25px;
    width:100px;
    height:95px;
  }
  .note-two {
    width:100px;
    height:95px;
  }
  .note-three {
    top:190px;
    width:95px;
  }
  .mini-player {
    width:61%;
    right:25px;
    top:67px;
  }
  .card-body {
    padding:25px;
  }
  .card-bottom {
    flex-direction:row;
    align-items:center;
  }
  .card-bottom .text-link {
    font-size:12px;
    gap:10px;
  }
  .pill {
    font-size:9px;
  }
  .philosophy {
    margin-top:55px;
    padding-top:30px;
    padding-bottom:42px;
    grid-template-columns:1fr;
    gap:24px;
  }
  .philosophy h2 {
    font-size:38px;
  }
  .philosophy p {
    font-size:14px;
    max-width:100%;
  }
  .contact-band {
    padding:28px;
    flex-direction:column;
    align-items:flex-start;
    margin-bottom:50px;
    gap:24px;
  }
  .contact-band h2 {
    font-size:29px;
  }
  .contact-band .eyebrow {
    font-size:8px;
  }
  .footer {
    padding-top:30px;
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
    gap:30px 20px;
  }
  .footer-brand {
    grid-column:1/-1;
  }
  .footer-grid>div:last-child {
    grid-column:1/-1;
  }
  .footer h2 {
    margin-bottom:15px;
  }
  .footer-bottom {
    gap:10px;
    font-size:9px;
    flex-wrap:wrap;
    margin-top:30px;
  }
  .product-hero {
    grid-template-columns:1fr;
    padding-block:45px;
    gap:35px;
  }
  .product-hero h1 {
    font-size:51px;
    letter-spacing:-2px;
  }
  .product-hero p {
    font-size:15px;
  }
  .product-hero .preview {
    width:100%;
    max-width:520px;
    min-height:335px;
  }
  .feature-grid {
    grid-template-columns:1fr;
    gap:25px;
    margin-top:25px;
  }
  .feature-grid article {
    padding-top:18px;
    border-top:1px solid var(--line);
  }
  .feature-grid article:first-child {
    padding-top:0;
    border-top:0;
  }
  .feature-number {
    margin-bottom:12px;
  }
  .feature-grid h3 {
    margin-bottom:10px;
  }
  .section {
    padding-block:35px;
  }
  .screenshot-section {
    grid-template-columns:1fr;
    padding:25px;
    margin-block:10px 35px;
  }
  .screenshot-copy h2 {
    font-size:31px;
  }
  .steps {
    grid-template-columns:1fr;
    gap:23px;
  }
  .steps li {
    position:relative;
    padding-left:52px;
  }
  .steps li:before {
    position:absolute;
    left:0;
    top:0;
  }
  .steps h3 {
    margin-top:6px;
  }
  .steps p {
    margin-top:12px;
  }
  .trademark {
    margin-top:-20px;
    font-size:9px;
    margin-bottom:30px;
  }
  .document-header {
    padding-top:28px;
  }
  .back-link {
    margin-bottom:28px;
  }
  .document-header h1 {
    font-size:48px;
  }
  .document-header>p {
    font-size:15px;
  }
  .document-layout {
    grid-template-columns:1fr;
    gap:25px;
    padding-bottom:45px;
  }
  .toc {
    padding:20px;
    background:#eef2e8;
    border-radius:8px;
  }
  .toc nav {
    grid-template-columns:1fr 1fr;
    gap:13px 20px;
  }
  .toc .eyebrow {
    grid-column:1/-1;
  }
  .toc>.text-link {
    margin-top:20px;
  }
  .prose h2 {
    font-size:22px;
  }
  .error-page {
    padding-block:65px 85px;
  }
  .error-page h1 {
    font-size:52px;
    letter-spacing:-2px;
  }
}
@media(max-width:380px) {
  .wrap {
    width:calc(100% - 32px);
  }
  .site-header nav {
    gap:12px;
    font-size:11px;
  }
  .home-hero h1 {
    font-size:49px;
  }
  .hero-spark {
    font-size:46px;
    top:85px;
  }
  .preview {
    min-height:310px;
  }
  .drawing-preview {
    padding:20px 16px 0;
  }
  .board {
    height:257px;
  }
  .board-heading {
    font-size:19px;
  }
  .note-one {
    width:85px;
    left:18px;
  }
  .note-two {
    width:83px;
  }
  .note-three {
    top:183px;
    width:85px;
  }
  .cursor-two {
    left:29%;
  }
  .card-body {
    padding:20px;
  }
  .card-bottom {
    flex-wrap:wrap;
  }
  .mini-player {
    right:18px;
    width:67%;
  }
  .product-hero h1 {
    font-size:45px;
  }
  .product-nav nav {
    gap:14px;
  }
  .product-name {
    font-size:12px;
  }
  .product-hero .pill {
    white-space:normal;
  }
  .toc nav {
    grid-template-columns:1fr;
  }
  .button {
    white-space:normal;
    text-align:center;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  .button {
    transition:none;
  }
}
