:root {
  --background:#fff8f5;
  --paper:#fcf9f2;
  --cream:#f5f5dc;
  --latte:#ffeadc;
  --peach:#ffe3cf;
  --espresso:#553722;
  --coffee:#6f4e37;
  --ink:#28180b;
  --secondary:#50453e;
  --outline:#d4c3ba;
  --matcha:#b1d446;
  --forest:#485c00;
  --sage:#e4e4cc;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--espresso);
  font-family:
    ui-rounded,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
summary {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--forest);
  outline-offset: 6px;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2 {
  letter-spacing: -.055em;
  font-weight: 750;
  line-height: 1.09;
}
h2 {
  font-size: clamp(34px, 3.5vw, 48px);
}
p {
  line-height: 1.7;
}
h3 {
  letter-spacing: -.025em;
}
.wrap {
  width: min(1180px, calc(100% - 96px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  top: 10px;
  left: 15px;
  z-index: 20;
  padding: 12px;
  background: var(--matcha);
  transform: translateY(-180%);
}
.skip:focus {
  transform: none;
}
.site-header {
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -1px;
}
.brand img {
  border-radius: 11px;
}
.brand-dot {
  color: var(--forest);
  margin-left: -9px;
}
.site-header nav {
  display: flex;
  gap: 31px;
  font-size: 13px;
  font-weight: 550;
}
.site-header nav a {
  padding-block: 12px;
}
.site-header nav a:hover,
.back-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 1px solid var(--espresso);
  background: var(--espresso);
  color: var(--background);
  border-radius: 10px;
  padding: 18px 23px;
  font-size: 14px;
  font-weight: 600;
  transition: background .2s, transform .2s;
}
.button:hover {
  background: var(--coffee);
  transform: translateY(-2px);
}
.button.small {
  font-size: 12px;
  padding: 14px 17px;
  gap: 20px;
}
.button span {
  font-size: 19px;
  font-weight: 400;
}
.hero {
  min-height: 676px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
  padding-bottom: 38px;
}
.hero > * {
  min-width: 0;
}
.hero-copy {
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  background: var(--forest);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}
.hero h1 {
  font-size: clamp(44px, 4.7vw, 66px);
  margin: 24px 0 26px;
  line-height: 1.12;
}
.highlight {
  position: relative;
  white-space: nowrap;
}
.highlight svg {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 18px;
  fill: none;
  stroke: var(--matcha);
  stroke-width: 4;
  stroke-linecap: round;
}
.hero-description {
  max-width: 420px;
  font-size: 17px;
  color: var(--secondary);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-top: 30px;
}
.availability {
  font-size: 11px;
  color: var(--secondary);
  display: flex;
  gap: 7px;
  align-items: center;
}
.availability svg {
  width: 17px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
}
.hero-note {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--secondary);
}
.mini-check {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: var(--forest);
  background: var(--sage);
  border-radius: 50%;
  font-size: 10px;
}
.hero-art {
  height: 615px;
  position: relative;
  isolation: isolate;
}
.art-orbit {
  position: absolute;
  width: 520px;
  height: 520px;
  max-width: 100%;
  border-radius: 50%;
  background: var(--latte);
  top: 40px;
  left: 15px;
  z-index: -1;
}
.art-orbit:after {
  content: "";
  position: absolute;
  inset: -18px;
  border: 1px dashed var(--outline);
  border-radius: 50%;
  opacity: .65;
}
.phone {
  position: absolute;
  width: 232px;
  border: 6px solid #412e22;
  border-radius: 38px;
  background: var(--background);
  overflow: hidden;
  box-shadow: 0 22px 36px #5537221f, 0 0 0 2px #af9886;
  line-height: 0;
}
.phone img {
  width: 100%;
  height: auto;
}
.phone-tasks {
  left: 17px;
  top: 30px;
  transform: rotate(-9deg);
}
.phone-cafe {
  right: 5px;
  top: 81px;
  width: 251px;
  transform: rotate(7deg);
}
.spark {
  position: absolute;
  color: var(--forest);
  font-size: 54px;
}
.spark-one {
  right: 28px;
  top: 4px;
  transform: rotate(10deg);
}
.spark-two {
  left: 0;
  bottom: 50px;
  font-size: 37px;
}
.reward-tag {
  position: absolute;
  bottom: 72px;
  left: 30px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 19px;
  background: var(--paper);
  border: 1px solid #d4c3ba88;
  box-shadow: 0 9px 28px #55372214;
  border-radius: 13px;
  font-size: 10px;
  transform: rotate(-4deg);
}
.reward-tag strong {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.reward-tag strong span {
  color: var(--forest);
}
.reward-icon {
  background: var(--matcha);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--forest);
  font-size: 16px;
}
.art-caption {
  position: absolute;
  bottom: 5px;
  left: 80px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 15px;
  transform: rotate(-4deg);
}
.promise-strip {
  background: var(--cream);
  border-block: 1px solid #d4c3ba70;
}
.promise-strip .wrap {
  min-height: 84px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.promise-strip span {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
}
.promise-strip b {
  font-size: 22px;
  font-weight: 400;
  color: var(--forest);
}
.section {
  padding-block: 104px;
}
.section-heading {
  text-align: center;
}
.section-heading .eyebrow {
  justify-content: center;
}
.section-heading h2 {
  margin: 16px 0 20px;
}
.section-heading > p:last-child {
  color: var(--secondary);
  font-size: 15px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: 57px;
}
.step-number {
  font-size: 9px;
  letter-spacing: 1.35px;
  font-weight: 650;
}
.step-visual {
  margin-top: 17px;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--latte);
  position: relative;
}
.steps h3 {
  font-size: 20px;
  margin: 24px 0 12px;
}
.steps article > p {
  font-size: 14px;
  color: var(--secondary);
  max-width: 320px;
}
.task-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 22px;
  background: #f0eee2;
}
.task-visual > div {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  background: var(--paper);
  border-radius: 8px;
  padding: 13px 11px;
  box-shadow: 0 2px 3px #55372205;
}
.task-visual > div > span:last-child {
  margin-left: auto;
}
.task-circle {
  width: 16px;
  height: 16px;
  border: 1px solid var(--coffee);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.task-visual .done {
  background: var(--cream);
}
.done .task-circle {
  background: var(--forest);
  color: white;
  border: 0;
}
.beans-visual {
  display: grid;
  place-items: center;
}
.bean-medallion {
  background: var(--matcha);
  width: 93px;
  height: 93px;
  border-radius: 50%;
  border: 7px solid #c6df73;
  box-shadow: 5px 8px 0 #849d32;
  display: grid;
  place-items: center;
  font-size: 53px;
  color: var(--forest);
  transform: rotate(-15deg);
  margin-top: -15px;
}
.points-pill {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%) rotate(-7deg);
  background: var(--espresso);
  color: var(--paper);
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 12px;
  white-space: nowrap;
}
.bean-spark {
  position: absolute;
  left: 21%;
  top: 25%;
  font-size: 20px;
}
.bean-spark.last {
  left: auto;
  right: 18%;
  top: 55%;
  font-size: 31px;
}
.room-visual {
  background: #dae4ca;
}
.room-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}
.cafe-section {
  background: var(--cream);
  padding-block: 92px;
  border-block: 1px solid #d4c3ba50;
}
.cafe-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 85px;
  align-items: center;
}
.cafe-window {
  border: 1px solid #bcb89c;
  border-radius: 17px;
  overflow: hidden;
  transform: rotate(-2deg);
  box-shadow: 9px 13px 0 #e4e4cc;
}
.window-heading {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 19px 20px;
  background: var(--paper);
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 650;
}
.window-heading i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--forest);
  border-radius: 50%;
  margin-right: 6px;
}
.cafe-scene {
  aspect-ratio: 1.18;
  background: #dae4ca;
  overflow: hidden;
}
.cafe-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
}
.window-footer {
  display: flex;
  gap: 12px;
  align-items: center;
  background: var(--paper);
  padding: 19px 22px;
  font-size: 12px;
}
.window-footer span {
  font-size: 20px;
}
.cafe-copy h2 {
  margin: 17px 0 20px;
}
.cafe-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--secondary);
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 29px 0 0;
}
.feature-list li {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.feature-list li > span {
  font-size: 10px;
  line-height: 25px;
  color: var(--forest);
}
.feature-list h3 {
  font-size: 15px;
  margin-bottom: 5px;
}
.feature-list p {
  font-size: 12px;
  color: var(--secondary);
  line-height: 1.7;
}
.demo-section {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 85px;
  align-items: center;
}
.demo-section h2 {
  margin: 17px 0 22px;
}
.demo-section p:not(.eyebrow) {
  font-size: 14px;
  color: var(--secondary);
}
.demo-section .demo-caption {
  font-size: 11px !important;
  margin-top: 14px;
}
.demo-card {
  border: 1px solid var(--outline);
  border-radius: 18px;
  padding: 25px;
  background: var(--paper);
  box-shadow: 0 12px 28px #55372206;
}
.demo-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
  gap: 12px;
}
.demo-top h3 {
  font-size: 17px;
}
.demo-balance {
  font-size: 12px;
  padding: 10px 12px;
  border-radius: 25px;
  background: var(--espresso);
  color: var(--cream);
  white-space: nowrap;
}
.demo-task {
  border: 0;
  border-top: 1px solid #d4c3ba66;
  background: none;
  color: var(--espresso);
  width: 100%;
  min-height: 66px;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 12px;
  cursor: pointer;
  font-size: 13px;
  padding: 12px 0;
}
.check-box {
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--coffee);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.demo-task:hover .check-box {
  background: var(--sage);
}
.task-reward {
  margin-left: auto;
  font-size: 11px;
  color: var(--forest);
}
.demo-task[aria-pressed=true] .check-box {
  background: var(--forest);
  border-color: var(--forest);
  color: white;
}
.demo-task[aria-pressed=true] .check-box:after {
  content: "\2713";
}
.demo-task[aria-pressed=true] > span:nth-child(2) {
  text-decoration: line-through;
  color: var(--secondary);
}
.demo-task[aria-pressed=true] .task-reward {
  color: var(--secondary);
}
.demo-bottom {
  border-top: 1px solid #d4c3ba66;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  font-size: 10px;
}
.demo-bottom button {
  border: 0;
  background: none;
  color: var(--coffee);
  font-size: 10px;
  padding: 10px 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 85px;
  padding-block: 15px 104px;
}
.faq-section h2 {
  font-size: 36px;
  margin-top: 18px;
}
.faq-list details {
  border-bottom: 1px solid var(--outline);
}
.faq-list details:first-child {
  border-top: 1px solid var(--outline);
}
summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 24px 0;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
}
details[open] summary > span {
  transform: rotate(45deg);
}
details p {
  font-size: 13px;
  color: var(--secondary);
  padding: 0 26px 23px 0;
}
.closing {
  background: var(--espresso);
  color: var(--background);
  text-align: center;
  padding: 59px 24px 55px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.closing > img {
  margin: 0 auto 19px;
  border-radius: 18px;
  outline: 1px solid #ffeadc44;
}
.closing .eyebrow {
  justify-content: center;
  color: var(--sage);
  font-size: 9px;
}
.closing h2 {
  margin: 17px 0 19px;
  font-size: clamp(32px, 3.4vw, 47px);
}
.closing > p:not(.eyebrow) {
  color: var(--latte);
  font-size: 14px;
}
.launch-pill {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  background: var(--matcha);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  padding: 17px 22px;
  margin-top: 27px;
}
.launch-pill > span {
  font-size: 18px;
}
.waitlist {
  max-width: 560px;
  margin: 34px auto 0;
  background: var(--background);
  color: var(--ink);
  border-radius: 16px;
  padding: 26px 24px 22px;
}
.waitlist h3 {
  font-size: clamp(21px, 2.2vw, 27px);
  margin: 0 0 8px;
}
.waitlist > p {
  font-size: 13px;
  color: var(--secondary);
  margin: 0 0 6px;
}
.waitlist iframe {
  width: 100%;
  border: 0;
  display: block;
}
.back-link {
  display: block;
  font-size: 11px;
  color: var(--latte);
  margin-top: 20px;
}
.closing-spark {
  position: absolute;
  left: 9%;
  top: 28%;
  font-size: 81px;
  color: var(--matcha);
  transform: rotate(-12deg);
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  min-height: 126px;
}
.site-footer .brand {
  font-size: 20px;
}
.site-footer .brand img {
  border-radius: 8px;
}
.site-footer > span {
  font-size: 10px;
  color: var(--secondary);
}
.site-footer > span:nth-child(2) {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 13px;
}
@media (min-width: 1440px) {
  .hero {
    min-height: 710px;
    gap: 35px;
  }
  .hero-art {
    margin-left: 10px;
  }
  .phone-tasks {
    left: 25px;
  }
  .phone-cafe {
    right: 10px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 6px;
    min-height: 625px;
  }
  .hero-art {
    height: 555px;
  }
  .phone-tasks {
    width: 200px;
    left: 20px;
    top: 33px;
  }
  .phone-cafe {
    width: 218px;
    right: 7px;
    top: 95px;
  }
  .art-orbit {
    width: 400px;
    height: 440px;
    top: 48px;
    left: 10px;
  }
  .hero h1 {
    font-size: clamp(42px, 5vw, 55px);
  }
  .hero-actions {
    gap: 13px;
    align-items: flex-start;
    flex-direction: column;
  }
  .availability {
    padding-left: 5px;
  }
  .hero-description {
    max-width: 360px;
    font-size: 16px;
  }
  .reward-tag {
    bottom: 59px;
    left: 10px;
  }
  .art-caption {
    left: 50px;
    font-size: 13px;
  }
  .site-header nav {
    gap: 19px;
  }
  .cafe-grid,
  .demo-section,
  .faq-section {
    gap: 45px;
  }
  .steps {
    gap: 24px;
  }
  .closing-spark {
    left: 6%;
    font-size: 60px;
  }
}
@media (max-width: 800px) {
  .site-header {
    height: 88px;
  }
  .site-header nav {
    display: none;
  }
  .hero {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 35px;
    gap: 0;
  }
  .hero-copy {
    text-align: center;
    padding-bottom: 10px;
  }
  .hero-copy .eyebrow,
  .hero-actions,
  .hero-note {
    justify-content: center;
  }
  .hero h1 {
    font-size: clamp(45px, 7.8vw, 64px);
    margin-top: 22px;
  }
  .hero-description {
    max-width: 450px;
    margin-inline: auto;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
  }
  .hero-art {
    width: min(490px, 100%);
    max-width: 100%;
    margin: 25px auto 0;
    height: 585px;
  }
  .art-orbit {
    width: 440px;
    height: 470px;
    left: 25px;
  }
  .phone-tasks {
    width: 221px;
    left: 36px;
    top: 32px;
  }
  .phone-cafe {
    width: 237px;
    right: 25px;
    top: 67px;
  }
  .reward-tag {
    left: 34px;
    bottom: 68px;
  }
  .art-caption {
    left: 90px;
    bottom: 11px;
  }
  .spark-one {
    right: 11px;
  }
  .promise-strip .wrap {
    gap: 15px;
  }
  .promise-strip span {
    font-size: 10px;
    gap: 7px;
  }
  .section {
    padding-block: 75px;
  }
  .steps {
    gap: 18px;
  }
  .step-number {
    font-size: 8px;
    letter-spacing: .5px;
  }
  .step-visual {
    height: 160px;
  }
  .task-visual {
    padding: 12px;
  }
  .task-visual > div {
    font-size: 9px;
    padding: 11px 6px;
    gap: 6px;
  }
  .task-circle {
    width: 13px;
    height: 13px;
  }
  .steps h3 {
    font-size: 17px;
  }
  .steps article > p {
    font-size: 12px;
  }
  .cafe-grid {
    gap: 35px;
  }
  .cafe-copy h2 {
    font-size: 34px;
  }
  .cafe-copy .eyebrow {
    font-size: 8px;
  }
  .cafe-section {
    padding-block: 65px;
  }
  .window-heading {
    padding: 15px 12px;
    font-size: 8px;
  }
  .window-heading > span:last-child {
    display: none;
  }
  .window-footer {
    padding: 15px 12px;
    font-size: 10px;
  }
  .demo-section,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-section {
    padding-bottom: 75px;
  }
  .demo-section > div:first-child {
    max-width: 500px;
  }
  .demo-section h2 br {
    display: none;
  }
  .closing-spark {
    top: 16%;
    font-size: 40px;
  }
  .site-footer > span:nth-child(2) {
    display: none;
  }
}
@media (max-width: 540px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    gap: 12px;
    height: 82px;
  }
  .brand {
    font-size: 21px;
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
  .site-header .button {
    font-size: 10px;
    padding: 11px 12px;
    gap: 12px;
  }
  .hero {
    padding-top: 26px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .hero h1 {
    font-size: 44px;
    letter-spacing: -2.3px;
  }
  .hero-description {
    font-size: 15px;
    max-width: 340px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 16px;
    gap: 17px;
  }
  .availability {
    font-size: 10px;
    gap: 3px;
    padding: 0;
  }
  .hero-note {
    font-size: 10px;
    margin-top: 18px;
  }
  .hero-art {
    height: 485px;
    margin-top: 18px;
  }
  .art-orbit {
    left: 5%;
    top: 40px;
    width: 90%;
    height: 355px;
  }
  .phone {
    border-width: 5px;
    border-radius: 29px;
  }
  .phone-tasks {
    width: 47%;
    left: 4%;
    top: 40px;
  }
  .phone-cafe {
    width: 50%;
    right: 1%;
    top: 66px;
  }
  .reward-tag {
    left: 6px;
    bottom: 66px;
    font-size: 9px;
    padding: 12px;
    gap: 9px;
  }
  .reward-tag strong {
    font-size: 10px;
  }
  .reward-icon {
    width: 27px;
    height: 27px;
  }
  .art-caption {
    left: 32px;
    bottom: 25px;
    font-size: 12px;
  }
  .spark-one {
    top: 5px;
    right: 12px;
    font-size: 35px;
  }
  .spark-two {
    bottom: 95px;
    left: -8px;
    font-size: 25px;
  }
  .promise-strip .wrap {
    flex-direction: column;
    padding: 23px 0;
    gap: 13px;
    align-items: flex-start;
    width: max-content;
    max-width: calc(100% - 40px);
  }
  .promise-strip span {
    font-size: 12px;
    gap: 12px;
  }
  .promise-strip b {
    width: 20px;
    text-align: center;
    font-size: 19px;
  }
  .section {
    padding-block: 62px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .section-heading > p:last-child {
    font-size: 13px;
  }
  .desktop-break {
    display: none;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 37px;
  }
  .step-number {
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  .step-visual {
    height: 210px;
  }
  .task-visual {
    padding: 25px 30px;
  }
  .task-visual > div {
    font-size: 12px;
    padding: 13px;
    gap: 10px;
  }
  .task-circle {
    width: 16px;
    height: 16px;
  }
  .steps h3 {
    font-size: 21px;
    margin-top: 20px;
  }
  .steps article > p {
    font-size: 14px;
    max-width: none;
  }
  .cafe-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .cafe-section {
    padding-block: 55px;
  }
  .cafe-copy h2 {
    font-size: 39px;
  }
  .cafe-copy .eyebrow {
    font-size: 9px;
  }
  .window-heading {
    font-size: 9px;
  }
  .window-heading > span:last-child {
    display: inline;
    font-size: 7px;
  }
  .window-footer {
    font-size: 12px;
    padding: 15px 18px;
  }
  .feature-list p {
    font-size: 13px;
  }
  .demo-section {
    gap: 28px;
  }
  .demo-section .eyebrow,
  .faq-section .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .demo-section h2 {
    font-size: 36px;
  }
  .demo-card {
    padding: 20px 16px;
  }
  .demo-top h3 {
    font-size: 16px;
  }
  .demo-task {
    font-size: 12px;
    gap: 9px;
  }
  .demo-bottom {
    font-size: 9px;
    align-items: flex-start;
  }
  .demo-bottom button {
    padding-top: 0;
    white-space: nowrap;
    font-size: 9px;
  }
  .faq-section h2 {
    font-size: 32px;
  }
  .faq-section {
    padding-bottom: 55px;
  }
  summary {
    font-size: 13px;
    padding-block: 23px;
  }
  .closing {
    padding: 42px 18px;
    border-radius: 18px;
  }
  .closing h2 {
    font-size: 32px;
  }
  .closing-spark {
    left: 7%;
    top: 12%;
    font-size: 32px;
  }
  .closing > p:not(.eyebrow) {
    font-size: 12px;
  }
  .closing .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
  }
  .site-footer {
    min-height: 105px;
    gap: 15px;
  }
  .site-footer > span {
    font-size: 9px;
  }
  .site-footer .brand {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .site-header .button {
    font-size: 9px;
    padding: 10px;
    gap: 6px;
  }
  .site-header .brand {
    font-size: 19px;
    gap: 6px;
  }
  .brand-dot {
    margin-left: -6px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .hero-art {
    height: 426px;
  }
  .reward-tag {
    bottom: 60px;
  }
  .art-caption {
    left: 17px;
    font-size: 11px;
  }
  .hero-actions {
    gap: 10px;
  }
  .availability {
    font-size: 9px;
  }
  .hero-actions .button {
    padding: 14px 12px;
    gap: 12px;
  }
  .closing h2 {
    font-size: 27px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
