@font-face {
  font-family: Cormorant;
  src: url("/assets/fonts/cormorant.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: Cormorant;
  src: url("/assets/fonts/cormorant-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/assets/fonts/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --green: #082c26;
  --deep: #06251f;
  --cream: #f5efdd;
  --gold: #d8b777;
  --muted: #a8b9aa;
  --line: rgba(216, 183, 119, 0.22);
  --serif: Cormorant, Georgia, serif;
  --sans: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--green);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 6px;
}
::selection {
  background: var(--gold);
  color: var(--deep);
}
.wrap {
  width: min(1240px, calc(100% - 112px));
  margin-inline: auto;
}
.eyebrow {
  margin: 0 0 25px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  line-height: 1.7;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -2.5px;
}
h1 em,
h2 em {
  font-weight: 400;
  color: var(--gold);
}
h2 {
  font-size: clamp(44px, 4.8vw, 68px);
  line-height: 1.04;
  margin-bottom: 26px;
}
p {
  line-height: 1.85;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 20;
  top: 15px;
  left: 15px;
  background: var(--cream);
  color: var(--green);
  padding: 14px 24px;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-family: var(--serif);
  font-size: 26px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.brand svg {
  width: 33px;
  height: 33px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.25;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 12px;
}
.site-header nav > a {
  transition: color 0.2s;
}
.site-header nav > a:hover {
  color: var(--gold);
}
.nav-cta {
  border: 1px solid var(--line);
  padding: 12px 19px;
}
.nav-cta span {
  margin-left: 22px;
  color: var(--gold);
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: 650px;
}
.hero-art {
  position: absolute;
  z-index: -1;
  right: -12%;
  top: 0;
  width: 76%;
  height: 100%;
  pointer-events: none;
  mask-image:
    linear-gradient(to right, transparent, #000 24%),
    linear-gradient(to top, transparent, #000 22%);
  mask-composite: intersect;
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0.96;
}
.hero-content {
  padding-top: 105px;
  padding-bottom: 100px;
  position: relative;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tiny-line {
  height: 1px;
  width: 28px;
  background: var(--gold);
}
h1 {
  font-size: clamp(72px, 7.8vw, 110px);
  line-height: 0.98;
  margin: 0 0 28px;
  max-width: 710px;
  letter-spacing: -3.6px;
}
.hero-description {
  font-size: 15px;
  color: #b9c7b9;
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 31px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding: 17px 24px;
  font-size: 12px;
  font-weight: 700;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-gold {
  background: #e5c98e;
  color: #183a2d;
}
.button-gold:hover {
  background: #f5dfa8;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
}
.text-link:hover {
  color: var(--gold);
}
.play-icon {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 17px;
}
.availability {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #b0c1b2;
  margin: 18px 0 0;
  letter-spacing: 0.3px;
}
.availability > span {
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
}
.hero-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 28px;
  color: #adbfaf;
  font-size: 10px;
  letter-spacing: 0.6px;
}
.hero-foot > span {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 2px;
}
.hero-foot a {
  display: flex;
  gap: 40px;
  align-items: center;
}
.hero-foot a > span {
  font-size: 21px;
  color: var(--gold);
}
.game-facts {
  min-height: 124px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
.game-facts p {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  color: #c1cbbc;
  font-size: 11px;
  letter-spacing: 0.2px;
}
.game-facts p > span {
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1;
  color: var(--gold);
}
.game-facts i {
  font-size: 12px;
  color: #9b865a;
  font-style: normal;
}
.section-light {
  background: var(--cream);
  color: var(--green);
}
.how-section {
  padding: 110px 0;
}
.how-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: center;
}
.section-light .eyebrow {
  color: #766039;
}
.section-light h2 em {
  color: #897047;
}
.section-intro {
  max-width: 390px;
  color: #57635a;
  font-size: 13px;
  margin-bottom: 31px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 445px;
}
.steps li {
  display: flex;
  gap: 20px;
  padding: 19px 0;
  border-top: 1px solid #d8d8c7;
}
.step-number {
  font-family: var(--serif);
  font-size: 24px;
  color: #907443;
  line-height: 1.4;
}
.steps h3 {
  font-size: 14px;
  font-weight: 650;
  margin-bottom: 5px;
}
.steps p {
  color: #657064;
  font-size: 12px;
  line-height: 1.85;
  margin: 0;
}
.demo-wrap {
  transform: rotate(3deg);
  padding: 20px 0 0;
}
.demo-board {
  position: relative;
  width: 100%;
  aspect-ratio: 0.88;
  background:
    linear-gradient(135deg, #113f2e25, #06251f88),
    url("/assets/01_felt_green.webp") center/240px;
  border: 1px solid #9e834b;
  border-radius: 160px 160px 7px 7px;
  box-shadow: 8px 25px 40px #253c3028;
  overflow: hidden;
}
.board-top {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #e5d7ad;
  font-size: 9px;
  letter-spacing: 2.2px;
}
.board-top svg {
  visibility: hidden;
  margin: 17px auto;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #bca776;
  stroke-width: 1;
}
.board-guide {
  position: absolute;
  inset: 38% 10% auto;
  border-top: 1px dashed #e6d39a77;
}
.coin {
  position: absolute;
  width: 21%;
  filter: drop-shadow(4px 10px 5px #0006);
}
.coin img {
  width: 100%;
  height: auto;
}
.coin-left {
  top: 29%;
  left: 14%;
  transform: rotate(-20deg);
}
.coin-right {
  top: 29%;
  right: 14%;
  transform: rotate(15deg);
}
.coin-moving {
  left: 39.5%;
  top: 68%;
  z-index: 1;
}
.coin-moving::before {
  content: "";
  position: absolute;
  inset: -12%;
  border: 1px solid #e4c17888;
  border-radius: 50%;
}
.shot-trail {
  position: absolute;
  width: 1px;
  left: 50%;
  top: 44%;
  height: 24%;
  background: linear-gradient(transparent, #f3d7a0);
  box-shadow: 0 0 9px #f8d884;
  transform: rotate(0);
}
.shot-trail::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #e4c178;
  border-left: 1px solid #e4c178;
  transform: rotate(45deg);
}
.gap-label {
  position: absolute;
  top: 57%;
  left: 0;
  width: 100%;
  font-size: 8px;
  text-align: center;
  letter-spacing: 2px;
  color: #d4c89e;
}
.perfect-label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 57%;
  font-family: var(--serif);
  font-size: 40px;
  font-style: italic;
  text-align: center;
  color: var(--gold);
  opacity: 0;
}
.board-bottom {
  position: absolute;
  bottom: 22px;
  left: 25px;
  right: 25px;
  display: flex;
  justify-content: space-between;
  color: #d1caa9;
  font-size: 10px;
  letter-spacing: 0.4px;
}
.demo-replay {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 25px auto 0;
  padding: 10px 15px;
  background: none;
  border: 0;
  color: #425748;
  cursor: pointer;
  font-size: 11px;
  transform: rotate(-3deg);
}
.demo-replay[hidden] {
  display: none;
}
.demo-replay:hover {
  color: #8e682f;
}
.demo-replay:disabled {
  cursor: wait;
}
.demo-board.is-playing .coin-moving {
  animation: pass 1.4s cubic-bezier(0.17, 0.67, 0.25, 1) forwards;
}
.demo-board.is-playing .shot-trail,
.demo-board.is-playing .gap-label {
  opacity: 0;
  transition: opacity 0.2s;
}
.demo-board.is-playing .perfect-label {
  animation: perfect 0.5s 1s forwards;
}
.demo-board.is-playing .coin-moving::before {
  opacity: 0;
}
@keyframes pass {
  to {
    top: 16%;
  }
}
@keyframes perfect {
  to {
    opacity: 1;
  }
}
.surfaces-section {
  padding-top: 105px;
  padding-bottom: 90px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-end;
  margin-bottom: 48px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p {
  max-width: 325px;
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 4px;
}
.surface-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 18px;
  padding: 0;
  margin: 0;
}
.surface-swatch {
  aspect-ratio: 1.18;
  border-radius: 50% 50% 4px 4px;
  border: 1px solid #a59e7044;
  margin-bottom: 19px;
  box-shadow: inset 0 0 25px #0002;
  background-size: cover;
  transition: transform 0.3s;
}
.surface-list li:hover .surface-swatch {
  transform: translateY(-6px);
}
.surface-list li > span {
  font-size: 9px;
  letter-spacing: 1px;
  color: #a0ae9f;
}
.surface-list h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 0;
}
.felt {
  background-image: url("/assets/01_felt_green.webp");
}
.wool {
  background-image: url("/assets/02_wool_burgundy.webp");
}
.linen {
  background-image: url("/assets/03_linen_bluegrey.webp");
}
.satin {
  background-image: url("/assets/04_satin_purple.webp");
}
.silk {
  background-image: url("/assets/05_silk_gold.webp");
}
.polished {
  background: linear-gradient(
    125deg,
    #627978,
    #c0cebd 27%,
    #607573 29%,
    #6f8078 43%,
    #b2bbb0 59%,
    #5e7975 80%
  );
}
.ice {
  background:
    linear-gradient(155deg, transparent 30%, #eefcfc77 30.2%, transparent 31%),
    linear-gradient(25deg, transparent 50%, #eefcfc99 50.3%, transparent 51%),
    linear-gradient(130deg, #749caa, #d8e6df 48%, #9bb7b5);
}
.surface-scale {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 10px;
  color: #a3b7a6;
  letter-spacing: 0.4px;
  margin-top: 34px;
}
.surface-scale > div {
  height: 1px;
  background: linear-gradient(to right, #527e64, var(--gold));
  flex: 1;
}
.surface-scale > span:last-child > span {
  margin-left: 8px;
  color: var(--gold);
}
.gameplay-section {
  background: #06251f;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.gameplay-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 90px;
  padding-top: 85px;
  padding-bottom: 95px;
}
.gameplay-copy h2 {
  font-size: clamp(60px, 6vw, 85px);
  line-height: 0.98;
}
.gameplay-copy > p:not(.eyebrow) {
  max-width: 330px;
  color: var(--muted);
  font-size: 13px;
}
.gameplay-copy .text-link {
  margin-top: 15px;
  color: var(--gold);
}
.gameplay-note {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 55px;
}
.gameplay-note > span {
  color: var(--gold);
  font-size: 25px;
}
.gameplay-note p {
  margin: 0;
  font-size: 10px;
  color: #9eaf9e;
  line-height: 1.8;
  letter-spacing: 0.7px;
}
.screenshots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 15px 0;
}
.screen {
  width: 46%;
  margin: 0;
  flex-shrink: 0;
  position: relative;
}
.screen img {
  width: 100%;
  border-radius: 23px;
  border: 5px solid #172a23;
  outline: 1px solid #a3996455;
  box-shadow: 0 30px 50px #0006;
}
.screen-back {
  transform: rotate(-7deg) translateY(-17px);
}
.screen-front {
  transform: rotate(6deg) translateY(31px);
}
.screen figcaption {
  text-align: center;
  font-size: 9px;
  color: #aaba9f;
  letter-spacing: 0.4px;
  margin-top: 22px;
  line-height: 1.5;
}
.download-section {
  padding: 90px 0 80px;
  text-align: center;
  position: relative;
  background: radial-gradient(ellipse at 50% 60%, #18513a66, transparent 65%);
}
.download-content {
  position: relative;
}
.download-coin {
  margin: 0 auto 30px;
  filter: drop-shadow(0 8px 9px #0006);
  transform: rotate(-12deg);
}
.download-section .eyebrow {
  margin-bottom: 21px;
}
.download-section h2 {
  font-size: clamp(50px, 5.4vw, 76px);
  margin-bottom: 23px;
}
.download-content > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
}
.store-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 33px;
}
.store-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #bba16b66;
  background: #092a22;
  color: var(--cream);
  border-radius: 5px;
  padding: 16px 22px;
  min-width: 225px;
  text-align: left;
  opacity: 1;
  cursor: default;
}
.store-badge > svg {
  width: 25px;
  height: 29px;
}
.store-badge small {
  display: block;
  font-size: 9px;
  color: #b6c2ac;
  margin-bottom: 3px;
}
.store-badge strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.store-arrow {
  color: #b19b69;
  font-size: 16px;
  margin-left: auto;
}
.download-content > p.store-note {
  font-size: 10px;
  margin-top: 22px;
  color: #9caf9c;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 33px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-footer .brand {
  font-size: 18px;
  letter-spacing: 2px;
  gap: 9px;
}
.site-footer .brand svg {
  width: 25px;
  height: 25px;
}
.site-footer p {
  color: #a6b59f;
  font-size: 10px;
  margin: 0;
}
.site-footer > span {
  font-size: 9px;
  color: #9bac98;
  white-space: nowrap;
}
.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
}
.error-page h1 {
  font-size: 80px;
}
.error-page p {
  color: var(--muted);
}
.error-page .brand {
  margin-bottom: 70px;
}
@media (min-width: 1600px) {
  .hero-art {
    right: calc((100vw - 1500px) / 2 - 100px);
    width: 1000px;
  }
  .hero-content {
    padding-top: 125px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .how-layout {
    gap: 60px;
  }
  .hero-art {
    right: -21%;
    width: 86%;
  }
  .hero-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .gameplay-layout {
    gap: 45px;
  }
  .surface-list {
    gap: 12px;
  }
  .site-header nav {
    gap: 24px;
  }
  .hero-foot a {
    gap: 20px;
  }
  .gameplay-note {
    margin-top: 35px;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .site-header {
    height: 83px;
  }
  .brand {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .site-header nav {
    gap: 20px;
  }
  .site-header nav > a:nth-child(2) {
    display: none;
  }
  .hero-content {
    padding-top: 68px;
    padding-bottom: 72px;
  }
  h1 {
    font-size: 78px;
  }
  .hero-art {
    top: 32px;
    right: -12%;
    width: 84%;
    height: 520px;
    opacity: 0.8;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-actions {
    gap: 20px;
  }
  .game-facts {
    min-height: 100px;
  }
  .game-facts p {
    gap: 10px;
    font-size: 10px;
  }
  .game-facts p > span {
    font-size: 32px;
  }
  .how-section {
    padding: 75px 0;
  }
  .how-layout {
    gap: 40px;
  }
  .how-copy h2 {
    font-size: 45px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.8px;
  }
  .demo-board {
    aspect-ratio: 0.72;
    border-radius: 130px 130px 7px 7px;
  }
  .board-top {
    top: 50px;
    font-size: 7px;
    letter-spacing: 1.5px;
  }
  .section-heading {
    gap: 35px;
  }
  .section-heading > p {
    max-width: 270px;
    font-size: 12px;
  }
  .surfaces-section {
    padding-top: 75px;
    padding-bottom: 70px;
  }
  .surface-list {
    gap: 10px;
  }
  .surface-list h3 {
    font-size: 20px;
  }
  .surface-swatch {
    aspect-ratio: 0.85;
  }
  .gameplay-layout {
    gap: 25px;
    padding-block: 70px;
  }
  .gameplay-copy h2 {
    font-size: 65px;
  }
  .screenshots {
    gap: 15px;
  }
  .screen img {
    border-width: 3px;
    border-radius: 16px;
  }
  .screen figcaption {
    font-size: 8px;
  }
  .site-footer {
    flex-wrap: wrap;
  }
  .site-footer p {
    order: 3;
    flex-basis: 100%;
    text-align: center;
  }
  .download-section {
    padding-block: 70px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 20px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 78px;
  }
  .brand {
    font-size: 20px;
    gap: 9px;
  }
  .brand svg {
    width: 26px;
    height: 26px;
  }
  .site-header nav > a:not(.nav-cta) {
    display: none;
  }
  .site-header nav .nav-cta {
    font-size: 10px;
    padding: 10px 12px;
  }
  .nav-cta span {
    margin-left: 12px;
  }
  .hero {
    min-height: 0;
  }
  .hero-content {
    padding-top: 48px;
    padding-bottom: 310px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-bottom: 22px;
  }
  .tiny-line {
    width: 22px;
  }
  h1 {
    font-size: clamp(61px, 13vw, 79px);
    letter-spacing: -2.6px;
    line-height: 0.98;
    margin-bottom: 23px;
  }
  .hero-description {
    font-size: 12px;
    line-height: 1.9;
  }
  .hero-actions {
    gap: 21px;
    margin-top: 25px;
  }
  .button {
    padding: 15px 18px;
    font-size: 11px;
    gap: 22px;
  }
  .text-link {
    font-size: 10px;
    gap: 8px;
  }
  .hero .play-icon {
    width: 25px;
    height: 25px;
  }
  .availability {
    font-size: 9px;
    margin-top: 17px;
  }
  .hero-art {
    top: auto;
    bottom: 10px;
    right: -6%;
    width: 112%;
    height: 345px;
    opacity: 1;
    mask-image: linear-gradient(
      to bottom,
      transparent,
      #000 19%,
      #000 73%,
      transparent
    );
    mask-composite: add;
  }
  .hero-art img {
    object-position: 50% 50%;
  }
  .hero-foot {
    padding-bottom: 26px;
    position: relative;
    z-index: 1;
  }
  .hero-foot > span {
    font-size: 8px;
  }
  .hero-foot a {
    font-size: 0;
    gap: 0;
  }
  .hero-foot a > span {
    font-size: 20px;
  }
  .game-facts {
    padding: 22px 0;
    gap: 9px;
    min-height: 100px;
    justify-content: space-between;
  }
  .game-facts p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 8px;
  }
  .game-facts p > span {
    font-size: 32px;
  }
  .game-facts i {
    font-size: 8px;
  }
  .how-section {
    padding: 65px 0;
  }
  .how-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .how-copy h2 {
    font-size: 51px;
    letter-spacing: -1.8px;
  }
  .section-intro {
    font-size: 12px;
    max-width: 360px;
  }
  .steps {
    max-width: none;
  }
  .steps li {
    padding: 18px 0;
    gap: 19px;
  }
  .steps p {
    font-size: 12px;
  }
  .demo-wrap {
    width: 85%;
    max-width: 340px;
    margin-inline: auto;
    padding-top: 5px;
    transform: rotate(2deg);
  }
  .demo-board {
    aspect-ratio: 0.88;
    border-radius: 140px 140px 7px 7px;
  }
  .board-top {
    top: 43px;
    font-size: 8px;
  }
  .board-top svg {
    margin-top: 12px;
  }
  .demo-replay {
    transform: rotate(-2deg);
    margin-top: 18px;
  }
  .board-bottom {
    font-size: 9px;
    left: 20px;
    right: 20px;
  }
  .gap-label {
    font-size: 7px;
  }
  .surfaces-section {
    padding-block: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 49px;
    letter-spacing: -1.8px;
    margin-bottom: 24px;
  }
  .section-heading > p {
    max-width: none;
    font-size: 12px;
  }
  .surface-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 15px;
  }
  .surface-swatch {
    aspect-ratio: 1;
    margin-bottom: 12px;
  }
  .surface-list h3 {
    font-size: 22px;
  }
  .surface-list li > span {
    font-size: 8px;
  }
  .surface-list li:nth-child(n + 5) {
    transform: translateX(55%);
  }
  .surface-scale {
    margin-top: 30px;
    font-size: 8px;
    gap: 10px;
  }
  .gameplay-layout {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-block: 65px;
  }
  .gameplay-copy h2 {
    font-size: 63px;
    letter-spacing: -1.7px;
  }
  .gameplay-copy > p:not(.eyebrow) {
    font-size: 12px;
    max-width: 340px;
  }
  .gameplay-copy .text-link {
    font-size: 11px;
  }
  .gameplay-note {
    display: none;
  }
  .screenshots {
    max-width: 390px;
    width: 90%;
    margin: 0 auto 25px;
    gap: 20px;
  }
  .screen img {
    border-width: 4px;
    border-radius: 18px;
  }
  .screen-back {
    transform: rotate(-6deg) translateY(-5px);
  }
  .screen-front {
    transform: rotate(5deg) translateY(22px);
  }
  .screen figcaption {
    font-size: 7px;
    margin-top: 15px;
  }
  .download-section {
    padding: 65px 0 45px;
  }
  .download-coin {
    width: 57px;
    height: 57px;
    margin-bottom: 25px;
  }
  .download-section .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .download-section h2 {
    font-size: 51px;
    letter-spacing: -1.8px;
  }
  .download-content > p:not(.eyebrow) {
    font-size: 12px;
  }
  .store-links {
    gap: 10px;
    margin-top: 28px;
  }
  .store-badge {
    min-width: 0;
    padding: 14px 13px;
    gap: 10px;
    flex: 1;
    max-width: 200px;
  }
  .store-badge > svg {
    width: 22px;
    height: 25px;
    flex-shrink: 0;
  }
  .store-badge small {
    font-size: 7px;
  }
  .store-badge strong {
    font-size: 17px;
  }
  .store-arrow {
    display: none;
  }
  .download-content > p.store-note {
    font-size: 9px;
    max-width: 260px;
    margin-inline: auto;
  }
  .site-footer {
    padding: 26px 0;
    gap: 21px;
  }
  .site-footer .brand {
    font-size: 17px;
  }
  .site-footer > span {
    font-size: 8px;
  }
  .site-footer p {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
  .button:hover,
  .surface-list li:hover .surface-swatch {
    transform: none;
  }
}
