@font-face {
  font-family: Fraunces;
  src: url("/assets/fraunces.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: DM;
  src: url("/assets/dm-sans.ttf") format("truetype");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: #f5f1e7;
  color: #263f31;
  font:
    17px/1.65 DM,
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button {
  font: inherit;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid #dd761d;
  outline-offset: 5px;
}
.skip {
  position: fixed;
  top: -100px;
  z-index: 9;
  background: #fff;
  padding: 12px;
}
.skip:focus {
  top: 8px;
}
header {
  height: 100px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #304c3c26;
}
header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
}
header a {
  text-decoration: none;
}
.wordmark {
  font-family: Fraunces, Georgia, serif;
  font-size: 54px;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -4px;
}
.nav-cta {
  border: 1px solid #304c3c;
  border-radius: 99px;
  padding: 11px 21px;
}
.nav-cta span {
  margin-left: 15px;
}
h1,
h2,
h3 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.055em;
  margin: 0;
}
h1 {
  font-size: clamp(56px, 6.3vw, 92px);
}
h2 {
  font-size: clamp(42px, 4.8vw, 66px);
}
h3 {
  font-size: 29px;
  letter-spacing: -0.04em;
}
em {
  font-style: normal;
  color: #c5632a;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1.5;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d77f31;
  border-radius: 50%;
  margin-right: 8px;
}
.hero {
  max-width: 1440px;
  padding: 65px 6% 70px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  min-height: 680px;
  overflow: hidden;
}
.hero .eyebrow {
  margin-bottom: 26px;
}
.intro {
  font-size: 19px;
  max-width: 390px;
  margin: 25px 0 29px;
}
.button {
  background: #304c3c;
  color: #fff9eb;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 17px 25px;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  font-size: 16px;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  background: #203b2c;
  transform: translateY(-2px);
}
.tiny {
  font-size: 12px;
  color: #647062;
}
.hero-art {
  height: 500px;
  position: relative;
  display: grid;
  place-items: center;
}
.mascot-disc {
  position: absolute;
  width: 390px;
  height: 390px;
  background: #e6a543;
  border-radius: 50%;
}
.mascot {
  width: 470px;
  height: auto;
  position: relative;
  filter: drop-shadow(15px 25px 0 #775b1820);
  transform: rotate(-10deg);
  animation: bob 6s ease-in-out infinite;
}
.orbit {
  position: absolute;
  right: 0;
  top: 0;
  width: 112px;
  height: 112px;
  border: 1px solid #304c3c;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(13deg);
  z-index: 2;
}
.spark {
  position: absolute;
  font-size: 66px;
  color: #304c3c;
}
.s1 {
  left: 0;
  top: 52px;
  transform: rotate(20deg);
}
.s2 {
  right: 0;
  bottom: 69px;
  font-size: 38px;
  color: #bc5f28;
}
.little-note {
  position: absolute;
  left: 28px;
  bottom: 25px;
  font-family: Fraunces;
  font-size: 20px;
  line-height: 1.2;
  transform: rotate(-7deg);
}
.ticker {
  background: #304c3c;
  color: #faf3df;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 23px 5%;
  font-size: 12px;
  letter-spacing: 0.14em;
  overflow: hidden;
  white-space: nowrap;
}
.ticker b {
  color: #efb259;
  font-size: 24px;
  font-weight: normal;
}
.try-section {
  padding: 110px 8%;
  max-width: 1440px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 85px;
}
.section-copy > p:not(.eyebrow) {
  max-width: 370px;
}
.section-copy .eyebrow {
  margin-bottom: 22px;
}
.demo-wrap {
  position: relative;
  text-align: center;
  max-width: 480px;
}
.sample-card {
  position: relative;
  background: #e8a443;
  color: #30291f;
  border-radius: 19px;
  padding: 29px;
  min-height: 330px;
  text-align: left;
  transform: rotate(2deg);
  box-shadow: 0 15px 30px #304c3c12;
  transition: transform 0.22s ease;
}
.card-shadow {
  position: absolute;
  inset: 7px -7px 86px 8px;
  border-radius: 19px;
  background: #c87732;
  transform: rotate(-3deg);
}
.card-top,
.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.card-top {
  font-size: 10px;
  letter-spacing: 0.12em;
}
.card-top > span:last-child {
  font-size: 26px;
}
.sample-card > p {
  font-family: Fraunces;
  letter-spacing: -0.025em;
  font-size: 34px;
  line-height: 1.17;
  min-height: 156px;
  margin: 25px 0;
}
.card-bottom {
  font-size: 11px;
}
.small-brand {
  font: 26px Fraunces;
  letter-spacing: -2px;
}
.next-card {
  margin-top: 27px;
  min-width: 190px;
}
.sample-card.changing {
  transform: rotate(-3deg) translateY(-8px);
}
.how {
  padding: 95px 8%;
  background: #e8e9da;
  text-align: center;
}
.how .eyebrow {
  margin-top: 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
  max-width: 1150px;
  margin: 64px auto 0;
  text-align: left;
}
.step-num {
  display: block;
  font: 18px Fraunces;
  color: #b5662e;
  border-bottom: 1px solid #304c3c33;
  padding-bottom: 16px;
  margin-bottom: 25px;
}
.steps p {
  font-size: 16px;
  max-width: 300px;
}
.decks {
  max-width: 1440px;
  padding: 100px 6%;
  margin: auto;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 40px;
}
.section-heading > p {
  font-size: 15px;
}
.deck-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.deck {
  border: 1px solid #304c3c25;
  border-radius: 14px;
  overflow: hidden;
  background: #faf7ee;
}
.deck img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.deck > div {
  padding: 21px;
}
.deck .eyebrow {
  font-size: 9px;
  letter-spacing: 0.1em;
  margin: 0 0 13px;
}
.deck h3 {
  font-size: 25px;
}
.deck p:last-child {
  font-size: 14px;
  line-height: 1.6;
  margin: 14px 0 0;
}
.download {
  background: #304c3c;
  color: #f8f2e5;
  padding: 55px 20px 80px;
  text-align: center;
}
.download img {
  width: 145px;
  height: 145px;
  object-fit: contain;
}
.download em {
  color: #edaf54;
}
.download h2 {
  font-size: clamp(48px, 5.8vw, 80px);
}
.download > p:not(.eyebrow):not(.tiny) {
  font-size: 17px;
}
.download .tiny {
  color: #d6dace;
  margin: 26px 0 0;
}
.availability {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.availability span {
  border: 1px solid #ffffff59;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 13px;
}
footer {
  padding: 42px 6%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
footer .wordmark {
  font-size: 42px;
}
footer p {
  font-size: 12px;
  margin-right: auto;
}
footer nav {
  display: flex;
  gap: 20px;
  font-size: 13px;
}
footer small {
  flex-basis: 100%;
  font-size: 11px;
  color: #647062;
  border-top: 1px solid #304c3c20;
  padding-top: 19px;
}
.document {
  max-width: 850px;
  margin: auto;
  padding: 70px 30px 100px;
}
.document h1 {
  font-size: 64px;
  margin-bottom: 30px;
}
.document h2 {
  font-size: 30px;
  letter-spacing: -0.035em;
  margin-top: 38px;
}
.document p {
  line-height: 1.8;
}
.document .lead {
  font-size: 22px;
}
.updated {
  font-size: 13px;
  color: #647062;
}
.document .button {
  margin: 8px 0 0;
}
@keyframes bob {
  50% {
    transform: translateY(-12px) rotate(-6deg);
  }
}
@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1.15fr 1fr;
    padding: 55px 5%;
    min-height: 600px;
  }
  .hero-art {
    height: 390px;
  }
  .mascot {
    width: 370px;
  }
  .mascot-disc {
    width: 300px;
    height: 300px;
  }
  .orbit {
    width: 88px;
    height: 88px;
    font-size: 9px;
  }
  .little-note {
    left: 0;
    bottom: 4px;
  }
  .s1 {
    font-size: 42px;
  }
  .try-section {
    gap: 40px;
    padding: 80px 6%;
  }
  .sample-card > p {
    font-size: 28px;
  }
  .deck-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .deck img {
    height: 240px;
  }
  .ticker {
    gap: 25px;
  }
  .steps {
    gap: 30px;
  }
  header nav {
    gap: 20px;
  }
}
@media (max-width: 650px) {
  header {
    height: 78px;
    padding: 0 22px;
  }
  .wordmark {
    font-size: 45px;
  }
  header nav {
    gap: 18px;
  }
  header nav > a:first-child {
    display: none;
  }
  .nav-cta {
    font-size: 11px;
    padding: 9px 14px;
  }
  .nav-cta span {
    margin-left: 5px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding: 45px 24px 28px;
    min-height: 0;
    align-items: stretch;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero .eyebrow {
    font-size: 9px;
    margin: 0 0 23px;
  }
  .intro {
    font-size: 17px;
    max-width: 335px;
  }
  .hero-art {
    height: 350px;
    margin-top: 12px;
  }
  .mascot-disc {
    width: 270px;
    height: 270px;
  }
  .mascot {
    width: 340px;
    max-width: 100%;
  }
  .orbit {
    right: 3px;
    top: 15px;
  }
  .s1 {
    left: 3px;
    top: 45px;
  }
  .s2 {
    right: 9px;
    bottom: 48px;
  }
  .little-note {
    font-size: 17px;
    bottom: 10px;
    left: 0;
  }
  .ticker {
    justify-content: flex-start;
    gap: 25px;
    font-size: 10px;
    padding: 17px 24px;
  }
  .ticker span:last-child,
  .ticker b:last-of-type {
    display: none;
  }
  .try-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 60px 24px;
    gap: 28px;
  }
  .try-section h2 {
    font-size: 43px;
  }
  .demo-wrap {
    width: 100%;
    margin: auto;
  }
  .sample-card {
    padding: 24px;
    min-height: 315px;
  }
  .sample-card > p {
    font-size: 31px;
    min-height: 155px;
  }
  .card-shadow {
    bottom: 86px;
  }
  .how {
    padding: 58px 24px;
    text-align: left;
  }
  .how h2 {
    font-size: 47px;
  }
  .steps {
    display: block;
    margin: 32px auto 0;
  }
  .steps article {
    margin-bottom: 30px;
  }
  .step-num {
    margin-bottom: 16px;
    padding-bottom: 10px;
  }
  .steps p {
    max-width: 100%;
    margin-top: 10px;
  }
  .decks {
    padding: 60px 24px;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading h2 {
    font-size: 44px;
  }
  .deck-grid {
    gap: 16px;
  }
  .deck img {
    height: 150px;
  }
  .deck > div {
    padding: 16px 13px;
  }
  .deck .eyebrow {
    font-size: 8px;
    min-height: 24px;
  }
  .deck h3 {
    font-size: 24px;
  }
  .deck p:last-child {
    font-size: 12px;
  }
  .download {
    padding: 35px 24px 60px;
  }
  .download h2 {
    font-size: 57px;
  }
  .download > p:not(.eyebrow):not(.tiny) {
    font-size: 15px;
  }
  .availability {
    gap: 10px;
  }
  .availability span {
    font-size: 11px;
    padding: 12px;
  }
  footer {
    padding: 35px 24px;
    gap: 20px;
  }
  footer p {
    width: 65%;
    margin: 0;
    font-size: 11px;
  }
  footer nav {
    flex-basis: 100%;
    margin-top: 12px;
  }
  .document {
    padding: 50px 24px 65px;
  }
  .document h1 {
    font-size: 48px;
  }
  .document h2 {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.rotate-icon {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
}
.deck-grid {
  row-gap: 28px;
}
