:root {
  --felt: #1f6a50;
  --felt-rgb: 31, 106, 80;
  --felt-strong: #176146;
  --felt-deep: #083c2f;
  --felt-soft: #2a765c;
  --felt-light: #3a8a6b;
  --cream: #f7efe0;
  --paper: #fff8eb;
  --ink: #171711;
  --muted: rgba(247, 239, 224, 0.72);
  --line: rgba(247, 239, 224, 0.2);
  --line-strong: rgba(247, 239, 224, 0.34);
  --mint: #62d7b4;
  --mint-deep: #0e765a;
  --gold: #e6c45c;
  --coral: #df514d;
  --shadow: rgba(6, 39, 31, 0.42);
  --shadow-heavy: rgba(3, 24, 20, 0.68);
  --container: 1180px;
  --round-font: "Avenir Next Rounded", "Arial Rounded MT Bold", "Nunito", "Hiragino Maru Gothic ProN", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --display-font: var(--round-font);
  --body-font: var(--round-font);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: 7rem;
}

body {
  margin: 0;
  padding-top: clamp(5.8rem, 7vw, 6.8rem);
  color: var(--cream);
  background:
    radial-gradient(ellipse at 64% 8%, rgba(75, 160, 121, 0.34), transparent 33rem),
    radial-gradient(ellipse at 18% -6%, rgba(247, 239, 224, 0.09), transparent 22rem),
    radial-gradient(ellipse at 50% 54%, rgba(13, 75, 56, 0.15), transparent 34rem),
    linear-gradient(180deg, #236f53 0%, #1a6049 44%, #0a3f31 100%);
  font-family: var(--body-font);
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 86% 36% at 68% 22%, transparent 59%, rgba(247, 239, 224, 0.16) 59.4%, transparent 60%),
    radial-gradient(ellipse 74% 30% at 34% 76%, transparent 62%, rgba(247, 239, 224, 0.1) 62.3%, transparent 62.9%),
    radial-gradient(ellipse at center, transparent 46%, rgba(2, 28, 23, 0.32) 100%),
    linear-gradient(180deg, rgba(8, 60, 47, 0), rgba(2, 28, 23, 0.36));
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.035), transparent 30%, rgba(0, 0, 0, 0.07) 72%, transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 13px);
  opacity: 0.38;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  padding: 0.7rem 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border-radius: 6px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: max(0.75rem, env(safe-area-inset-top));
  left: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(calc(var(--container) + 2rem), calc(100% - 2rem));
  margin: 0;
  padding: 1rem;
  background: rgba(12, 70, 53, 0.76);
  border: 1px solid rgba(247, 239, 224, 0.16);
  border-radius: 8px;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 54px rgba(3, 24, 20, 0.28);
  transform: translateX(-50%);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.15rem;
  font-weight: 850;
}

.brand-lockup img {
  border-radius: 10px;
  box-shadow: 0 10px 24px var(--shadow);
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  color: #fff1d8;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.brand-wordmark span {
  color: #ee3b33;
}

.site-nav {
  --nav-control-height: 2rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  flex: 1 1 auto;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
}

.nav-tabs,
.nav-actions,
.site-footer nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-tabs {
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.nav-tabs::-webkit-scrollbar {
  display: none;
}

.nav-tabs a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  height: var(--nav-control-height);
  min-height: var(--nav-control-height);
  color: inherit;
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.02em;
  text-shadow:
    0 0 0 currentColor,
    0.24px 0 0 currentColor,
    -0.24px 0 0 currentColor,
    0 0.24px 0 currentColor;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.16px currentColor;
}

.nav-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.65rem;
}

.download-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: var(--nav-control-height);
}

.download-link,
.sound-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: var(--nav-control-height);
  min-height: var(--nav-control-height);
  padding: 0 0.68rem;
  color: #073d30;
  background: #65d9bb;
  border: 1px solid rgba(7, 61, 48, 0.12);
  border-radius: 8px;
  font-size: 0.86rem;
  font-family: var(--body-font);
  font-weight: 950;
  line-height: 1;
  text-shadow:
    0 0 0 currentColor,
    0.2px 0 0 currentColor,
    -0.2px 0 0 currentColor,
    0 0.2px 0 currentColor;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.12px currentColor;
  box-shadow:
    0 14px 30px rgba(63, 42, 22, 0.16),
    inset 0 1px rgba(255, 255, 255, 0.44);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.sound-button {
  appearance: none;
  min-width: 3.35rem;
  cursor: pointer;
}

.sound-button[aria-pressed="true"] {
  background: #e8ff47;
}

.download-qr-card {
  position: absolute;
  top: calc(100% + 0.62rem);
  right: 0;
  z-index: 110;
  display: grid;
  justify-items: center;
  gap: 0.3rem;
  width: 8.7rem;
  padding: 0.6rem;
  color: #2d2419;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.72), transparent 4.8rem),
    linear-gradient(135deg, rgba(255, 250, 238, 0.96), rgba(246, 225, 194, 0.9));
  border: 1px solid rgba(12, 70, 55, 0.18);
  border-radius: 12px;
  box-shadow:
    0 18px 44px rgba(91, 59, 28, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.74);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.35rem) scale(0.97);
  transform-origin: top right;
  transition: opacity 160ms ease, transform 160ms ease;
}

.download-qr-card::before {
  content: "";
  position: absolute;
  top: -0.34rem;
  right: 1rem;
  width: 0.62rem;
  height: 0.62rem;
  background: rgba(255, 250, 238, 0.96);
  border-left: 1px solid rgba(12, 70, 55, 0.16);
  border-top: 1px solid rgba(12, 70, 55, 0.16);
  transform: rotate(45deg);
}

.download-qr-card img {
  width: 5.7rem;
  height: 5.7rem;
  padding: 0.28rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(64, 45, 24, 0.12);
}

.download-qr-card span {
  width: 100%;
  color: #073d30;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: anywhere;
  white-space: normal;
}

.download-qr-card small {
  width: 100%;
  color: rgba(45, 36, 25, 0.68);
  font-size: 0.62rem;
  font-weight: 850;
  line-height: 1.08;
  text-align: center;
  overflow-wrap: anywhere;
  white-space: normal;
}

.download-menu:hover .download-qr-card,
.download-menu:focus-within .download-qr-card {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.site-nav a,
.text-link,
.site-footer a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.text-link:hover,
.site-footer a:hover {
  color: var(--cream);
}

.download-link:hover,
.download-link:focus-visible,
.sound-button:hover,
.sound-button:focus-visible {
  color: #063528;
  background: #78e4c8;
  transform: translateY(-1px);
  box-shadow:
    0 18px 36px rgba(63, 42, 22, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.52);
}

.whypixel-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
  min-height: 2.1rem;
  padding: 0.34rem 0.5rem;
  color: #f6f6ee;
  background: rgba(8, 60, 47, 0.72);
  border: 0;
  border-radius: 8px;
  box-shadow:
    0 12px 28px rgba(3, 24, 20, 0.2);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.whypixel-mark {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 1.5px;
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.whypixel-cell {
  display: block;
  border-radius: 1px;
  background: #e8ff47;
  transform-box: fill-box;
  animation: whypixelLogoPixelIn 320ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.whypixel-cell.is-off {
  background: transparent;
  border: 0.5px solid rgba(232, 255, 71, 0.18);
  animation-name: whypixelLogoPixelGhost;
}

.whypixel-cell.is-dim {
  background: rgba(232, 255, 71, 0.25);
}

.whypixel-cell:nth-child(1) {
  animation-delay: 40ms;
}

.whypixel-cell:nth-child(2) {
  animation-delay: 100ms;
}

.whypixel-cell:nth-child(3) {
  animation-delay: 80ms;
}

.whypixel-cell:nth-child(5) {
  animation-delay: 140ms;
}

.whypixel-cell:nth-child(8) {
  animation-delay: 160ms;
}

.whypixel-cell:nth-child(11) {
  animation-delay: 70ms;
}

.whypixel-cell:nth-child(14) {
  animation-delay: 200ms;
}

.whypixel-wordmark {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  font-family: "Syne", "Avenir Next", "Arial Black", sans-serif;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  animation: whypixelLogoWordIn 520ms 260ms ease both;
}

.whypixel-wordmark span {
  display: block;
  font-size: 0.76rem;
  line-height: 0.92;
}

.whypixel-wordmark span:first-child {
  color: #e8ff47;
}

.whypixel-wordmark span:last-child {
  color: #f6f6ee;
}

.whypixel-lockup:hover .whypixel-cell:not(.is-off),
.whypixel-lockup:focus-visible .whypixel-cell:not(.is-off) {
  animation: whypixelLogoShimmer 620ms ease forwards;
}

.whypixel-lockup:hover,
.whypixel-lockup:focus-visible {
  color: #f6f6ee;
  background: rgba(10, 76, 57, 0.86);
  box-shadow:
    0 16px 34px rgba(3, 24, 20, 0.28);
  outline: 0;
  transform: translateY(-1px);
}

.whypixel-lockup:hover .whypixel-wordmark,
.whypixel-lockup:focus-visible .whypixel-wordmark {
  filter: brightness(1.08);
}

@keyframes whypixelLogoPixelIn {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.whypixel-lockup--footer {
  gap: 0.35rem;
  min-height: 1.68rem;
  padding: 0.27rem 0.4rem;
}

.whypixel-lockup--footer .whypixel-mark {
  width: 17px;
  height: 17px;
  gap: 1px;
}

.whypixel-lockup--footer .whypixel-wordmark span {
  font-size: 0.6rem;
}

@keyframes whypixelLogoPixelGhost {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes whypixelLogoWordIn {
  from {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes whypixelLogoShimmer {
  0% {
    background: #e8ff47;
  }
  50% {
    background: #f6f6ee;
  }
  100% {
    background: #e8ff47;
  }
}

.lang-menu {
  position: relative;
  z-index: 20;
}

.lang-button {
  appearance: none;
  display: inline-grid;
  grid-template-columns: 1fr 0.55rem;
  align-items: center;
  box-sizing: border-box;
  gap: 0.45rem;
  min-width: 4.25rem;
  height: var(--nav-control-height);
  min-height: var(--nav-control-height);
  padding: 0 0.58rem;
  color: var(--cream);
  background: rgba(247, 239, 224, 0.08);
  border: 1px solid rgba(247, 239, 224, 0.2);
  border-radius: 7px;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1;
  text-shadow:
    0 0 0 currentColor,
    0.2px 0 0 currentColor,
    -0.2px 0 0 currentColor,
    0 0.2px 0 currentColor;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.12px currentColor;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.lang-caret {
  width: 7px;
  height: 7px;
  background:
    linear-gradient(45deg, transparent 50%, currentColor 50%) 0 50% / 5px 5px no-repeat,
    linear-gradient(135deg, currentColor 50%, transparent 50%) 4px 50% / 5px 5px no-repeat;
  transition: transform 180ms ease;
}

.lang-list {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  width: min(13rem, calc(100vw - 2rem));
  padding: 0.38rem;
  background:
    linear-gradient(135deg, rgba(98, 215, 180, 0.14), transparent 32%),
    rgba(8, 60, 47, 0.98);
  border: 1px solid rgba(247, 239, 224, 0.26);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(3, 24, 20, 0.42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -0.45rem, 0);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.lang-list button {
  appearance: none;
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.58rem 0.64rem;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-size: 0.82rem;
  text-align: left;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.lang-list button + button {
  border-top: 1px solid rgba(247, 239, 224, 0.1);
}

.lang-list button span {
  color: var(--cream);
  font-weight: 850;
}

.lang-list button small {
  color: inherit;
  font-size: 0.72rem;
}

.lang-list button:hover,
.lang-list button:focus-visible,
.lang-list button.is-active {
  color: var(--cream);
  background: rgba(247, 239, 224, 0.1);
  outline: 0;
}

.lang-menu.is-open .lang-button,
.lang-button:hover,
.lang-button:focus-visible {
  background: rgba(247, 239, 224, 0.13);
  border-color: rgba(247, 239, 224, 0.34);
  transform: translateY(-1px);
  outline: 0;
}

.lang-menu.is-open .lang-caret {
  transform: rotate(180deg);
}

.lang-menu.is-open .lang-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.section {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
}

.section-felt {
  position: relative;
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 72% 28%, rgba(82, 174, 132, 0.36), transparent 30rem),
    radial-gradient(ellipse at 28% 70%, rgba(8, 57, 45, 0.6), transparent 34rem),
    linear-gradient(180deg, rgba(34, 107, 81, 0.98), rgba(13, 70, 54, 0.99));
  border: 1px solid rgba(247, 239, 224, 0.14);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  box-shadow:
    inset 0 1px rgba(247, 239, 224, 0.08),
    inset 0 -4rem 7rem rgba(3, 24, 20, 0.18),
    0 34px 110px rgba(3, 24, 20, 0.32);
}

.hero {
  display: grid;
  grid-template-columns: minmax(18rem, 0.85fr) minmax(30rem, 1.15fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(100dvh - 72px);
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem) clamp(3.5rem, 6vw, 5rem);
}

.hero::after {
  content: "";
  position: absolute;
  right: -15rem;
  bottom: -17rem;
  width: 58rem;
  height: 35rem;
  border: 1px solid rgba(247, 239, 224, 0.24);
  box-shadow:
    inset 0 0 0 1.8rem rgba(7, 50, 39, 0.22),
    0 24px 70px rgba(3, 24, 20, 0.16);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.hero-copy,
.hero-media,
.section-copy,
.media-grid,
.flow-reel,
.device-matrix,
.settlement-media,
.privacy-cta > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1.2rem;
  font-family: var(--display-font);
  font-size: clamp(5.4rem, 12vw, 10.5rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.065em;
  text-shadow: 0 18px 50px rgba(9, 51, 39, 0.3);
}

h2 {
  max-width: 13em;
  margin-bottom: 1rem;
  font-family: var(--display-font);
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hero-lede,
.section-copy p,
.privacy-cta p {
  max-width: 38rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.05rem;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  font-weight: 850;
  box-shadow: 0 10px 28px rgba(8, 54, 41, 0.16);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(8, 54, 41, 0.24);
}

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.button.primary {
  color: #0c3d31;
  background: var(--mint);
  border-color: var(--mint);
}

.button.subtle {
  color: var(--cream);
  background: rgba(247, 239, 224, 0.1);
}

.build-note {
  margin-top: 0.8rem;
  color: rgba(247, 239, 224, 0.56);
  font-size: 0.9rem;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li,
.scene-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.7rem;
  color: rgba(247, 239, 224, 0.86);
  background: rgba(247, 239, 224, 0.1);
  border: 1px solid rgba(247, 239, 224, 0.18);
  border-radius: 7px;
  font-size: 0.85rem;
  font-weight: 800;
}

.scene-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.hero-media {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.1rem;
  align-items: end;
}

.device {
  position: relative;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(247, 239, 224, 0.18), rgba(247, 239, 224, 0.035)),
    #0b352a;
  border: 1px solid rgba(247, 239, 224, 0.26);
  box-shadow:
    0 42px 110px var(--shadow-heavy),
    0 10px 24px rgba(3, 24, 20, 0.4),
    inset 0 1px rgba(255, 255, 255, 0.22);
}

.device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--felt-strong);
  filter: saturate(0.96) contrast(1.03);
}

.device figcaption {
  position: absolute;
  left: 0.7rem;
  bottom: 0.7rem;
  padding: 0.36rem 0.55rem;
  color: var(--cream);
  background: rgba(13, 63, 49, 0.74);
  border: 1px solid rgba(247, 239, 224, 0.18);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 750;
  backdrop-filter: blur(12px);
}

.phone {
  padding: 0.42rem;
}

.phone.portrait {
  width: min(18rem, 100%);
  aspect-ratio: 1206 / 2622;
  border-radius: 34px;
}

.phone.portrait img {
  border-radius: 26px;
}

.phone.landscape {
  width: 100%;
  aspect-ratio: 2622 / 1206;
  border-radius: 28px;
}

.phone.landscape img {
  border-radius: 20px;
}

.tablet {
  padding: 0.5rem;
  border-radius: 26px;
}

.tablet.landscape {
  aspect-ratio: 2732 / 2048;
}

.tablet img {
  border-radius: 20px;
}

.hero-phone {
  grid-row: 1 / span 2;
  justify-self: end;
}

.hero-solo {
  align-self: end;
}

.video-slot,
.reel-card,
.orientation-card,
.flow-step {
  min-height: 10.5rem;
  padding: 1.05rem;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(247, 239, 224, 0.12), rgba(247, 239, 224, 0.045)),
    linear-gradient(90deg, rgba(247, 239, 224, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(247, 239, 224, 0.06) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  border: 1px solid rgba(247, 239, 224, 0.3);
  border-radius: 8px;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(3, 24, 20, 0.18);
}

.orientation-card {
  display: grid;
  align-content: start;
}

.video-slot::before,
.reel-card::before,
.orientation-card::before,
.flow-step::before {
  content: "";
  display: block;
  width: 0.56rem;
  height: 0.56rem;
  margin-bottom: 0.9rem;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(223, 81, 77, 0.14);
}

.reel-card::before {
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(230, 196, 92, 0.14);
}

.orientation-card::before {
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(98, 215, 180, 0.14);
}

.flow-step::before {
  background: var(--felt-deep);
  box-shadow: 0 0 0 5px rgba(31, 106, 80, 0.12);
}

.video-slot strong,
.reel-card strong,
.orientation-card strong,
.flow-step strong {
  display: block;
  margin: 0.55rem 0 0.35rem;
  font-size: 1.1rem;
}

.video-slot p,
.reel-card p,
.orientation-card p,
.flow-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.slot-label {
  display: inline-flex;
  padding: 0.28rem 0.45rem;
  color: #124937;
  background: var(--paper);
  border-radius: 4px;
  font-size: 0.76rem;
  font-weight: 850;
}

.hero-reel {
  min-height: 10rem;
}

.table-cards {
  position: absolute;
  right: 1.5rem;
  bottom: -2rem;
  display: flex;
  align-items: flex-end;
  gap: 0;
  opacity: 0.92;
  pointer-events: none;
}

.table-cards img {
  width: clamp(4.2rem, 7vw, 6rem);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(7, 37, 30, 0.3);
}

.table-cards img:nth-child(1) {
  transform: rotate(-12deg) translateX(1.1rem);
}

.table-cards img:nth-child(2) {
  transform: rotate(5deg);
}

.table-cards img:nth-child(3) {
  transform: rotate(15deg) translateX(-1rem);
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
}

.intro-strip div {
  padding: 1.4rem;
  background: linear-gradient(180deg, rgba(247, 239, 224, 0.12), rgba(247, 239, 224, 0.065));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-strip strong,
.intro-strip span {
  display: block;
}

.intro-strip strong {
  margin-bottom: 0.35rem;
  color: var(--paper);
  font-size: 1.35rem;
  font-variant-numeric: tabular-nums;
}

.intro-strip span {
  color: var(--muted);
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(18rem, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
  border-top: 1px solid rgba(247, 239, 224, 0.12);
}

.feature-section.reversed {
  grid-template-columns: minmax(0, 1.38fr) minmax(18rem, 0.62fr);
}

.feature-section.reversed .section-copy {
  order: 2;
}

.feature-section h2 {
  font-size: clamp(2.45rem, 4.8vw, 5rem);
}

.media-grid {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.multiplayer-grid {
  grid-template-columns: minmax(11rem, 0.38fr) minmax(24rem, 1fr);
  grid-template-rows: auto auto;
  align-items: start;
}

.multiplayer-grid .phone.portrait {
  justify-self: end;
  width: min(15.5rem, 100%);
}

.multiplayer-grid .tablet.landscape {
  justify-self: stretch;
}

.multiplayer-grid .orientation-card {
  grid-column: 1 / -1;
}

.solo-grid {
  grid-template-columns: 1fr 0.72fr;
  align-items: start;
}

.solo-grid .wide {
  grid-column: 1 / -1;
}

.solo-grid .orientation-card {
  min-height: 11.5rem;
}

.portrait-slot {
  aspect-ratio: 3 / 4.7;
}

.landscape-slot {
  aspect-ratio: 16 / 10;
}

.orientation-card.portrait-slot,
.orientation-card.landscape-slot {
  aspect-ratio: auto;
}

.compact {
  max-width: 52rem;
}

.flow-section {
  padding-top: clamp(2.5rem, 6vw, 5rem);
}

.feature-section.reversed,
.flow-section {
  position: relative;
  color: var(--ink);
  background:
    radial-gradient(circle at 28% 8%, rgba(255, 255, 255, 0.62), transparent 22rem),
    linear-gradient(180deg, rgba(255, 248, 235, 0.99), rgba(238, 226, 204, 0.99));
  box-shadow:
    0 0 0 100vmax rgba(255, 248, 235, 0.99),
    inset 0 1px rgba(255, 255, 255, 0.7),
    inset 0 -1px rgba(72, 50, 28, 0.1);
  clip-path: inset(0 -100vmax);
}

.feature-section.reversed::before,
.flow-section::before {
  content: "";
  position: absolute;
  inset: 0 -100vmax;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(60, 43, 24, 0.045) 0 1px, transparent 1px),
    radial-gradient(circle at 82% 70%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px);
  background-size: 5px 5px, 7px 7px;
  opacity: 0.32;
}

.feature-section.reversed .eyebrow,
.flow-section .eyebrow {
  color: var(--mint-deep);
}

.feature-section.reversed .section-copy p,
.flow-section .section-copy p {
  color: rgba(23, 23, 17, 0.68);
}

.feature-section.reversed .video-slot,
.feature-section.reversed .orientation-card,
.feature-section.reversed .flow-step,
.flow-section .video-slot,
.flow-section .orientation-card,
.flow-section .flow-step {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(31, 106, 80, 0.1), rgba(31, 106, 80, 0.035)),
    linear-gradient(90deg, rgba(31, 106, 80, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(31, 106, 80, 0.08) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  border-color: rgba(31, 106, 80, 0.24);
}

.feature-section.reversed .video-slot p,
.feature-section.reversed .orientation-card p,
.feature-section.reversed .flow-step p,
.flow-section .video-slot p,
.flow-section .orientation-card p,
.flow-section .flow-step p {
  color: rgba(23, 23, 17, 0.64);
}

.feature-section.reversed .slot-label,
.flow-section .slot-label {
  color: var(--paper);
  background: var(--mint-deep);
}

.feature-section.reversed .scene-tags span,
.flow-section .scene-tags span {
  color: rgba(23, 23, 17, 0.72);
  background: rgba(31, 106, 80, 0.09);
  border-color: rgba(31, 106, 80, 0.2);
}

.flow-reel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.device-section {
  padding-top: clamp(2.5rem, 6vw, 5rem);
}

.device-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2rem;
  background: rgba(247, 239, 224, 0.2);
  border: 1px solid rgba(247, 239, 224, 0.2);
}

.device-matrix article {
  min-height: 13rem;
  padding: 1.1rem;
  background:
    linear-gradient(180deg, rgba(247, 239, 224, 0.08), rgba(247, 239, 224, 0.025)),
    rgba(var(--felt-rgb), 0.88);
}

.device-matrix span,
.device-matrix strong,
.device-matrix em {
  display: block;
}

.device-matrix span {
  margin-bottom: 0.75rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 850;
}

.device-matrix strong {
  font-size: 1.4rem;
  line-height: 1.18;
}

.device-matrix p {
  margin: 1rem 0 0;
  color: rgba(247, 239, 224, 0.74);
  line-height: 1.5;
}

.device-matrix em {
  margin-top: 1.35rem;
  color: var(--muted);
  font-style: normal;
  line-height: 1.45;
}

.settlement-section {
  display: grid;
  grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.settlement-media {
  display: grid;
  grid-template-columns: 1fr minmax(9rem, 0.38fr);
  gap: 1rem;
  align-items: end;
}

.small-phone {
  width: min(13rem, 100%);
}

.privacy-cta,
.download-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--paper);
  color: var(--ink);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(7, 37, 30, 0.24);
}

.privacy-cta .eyebrow,
.download-section .eyebrow {
  color: var(--mint-deep);
}

.privacy-cta p,
.download-section p {
  color: rgba(23, 23, 17, 0.68);
}

.privacy-cta .button.primary,
.download-section .button.primary {
  color: var(--paper);
  background: var(--mint-deep);
  border-color: var(--mint-deep);
}

.privacy-links,
.download-actions {
  display: grid;
  gap: 0.8rem;
  justify-items: start;
}

.download-section {
  align-items: center;
  margin-bottom: 1rem;
  padding: clamp(0.7rem, 1.4vw, 1.15rem);
}

.download-section h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
}

.download-section .download-actions {
  gap: 0;
}

.text-link {
  color: rgba(23, 23, 17, 0.68);
  font-weight: 750;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--line);
}

.site-footer span {
  font-weight: 850;
}

.privacy-page {
  background: var(--felt);
}

.legal {
  width: min(820px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.legal h1 {
  margin-bottom: 0.9rem;
  font-size: clamp(3rem, 9vw, 5.2rem);
  line-height: 0.95;
}

.legal h2 {
  max-width: none;
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.16;
}

.legal h3 {
  margin: 1.4rem 0 0.5rem;
  color: var(--paper);
  font-size: 1.04rem;
  letter-spacing: 0.01em;
}

.legal section {
  padding: 1.55rem 0;
  border-top: 1px solid var(--line);
}

.legal p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.82;
}

.legal-list {
  display: grid;
  gap: 0.55rem;
  margin: 0.8rem 0 1rem;
  padding-left: 1.25rem;
  color: var(--muted);
  line-height: 1.72;
}

.contact-list {
  padding-left: 0;
  list-style: none;
}

.legal a {
  color: var(--paper);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(247, 239, 224, 0.38);
  text-underline-offset: 0.22em;
}

.legal-date {
  margin-bottom: 2.5rem;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 2.3rem 0 2.8rem;
  background: rgba(247, 239, 224, 0.18);
  border: 1px solid rgba(247, 239, 224, 0.18);
}

.support-card {
  min-height: 15rem;
  padding: 1.25rem;
  background: rgba(247, 239, 224, 0.08);
}

.support-card h2 {
  font-family: var(--body-font);
  font-size: 1.35rem;
  letter-spacing: -0.01em;
}

@media (max-width: 1180px) {
  .feature-section,
  .feature-section.reversed,
  .settlement-section {
    grid-template-columns: 1fr;
  }

  .feature-section.reversed .section-copy {
    order: 0;
  }

  .multiplayer-grid,
  .solo-grid,
  .settlement-media {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .multiplayer-grid .orientation-card,
  .solo-grid .wide {
    grid-column: auto;
  }

  .media-grid .phone,
  .settlement-media .phone,
  .hero-phone {
    justify-self: center;
  }

  .multiplayer-grid .phone.portrait {
    justify-self: center;
  }

  .phone.landscape {
    width: min(46rem, 100%);
  }
}

@media (max-width: 960px) {
  body {
    padding-top: 8.6rem;
  }

  .hero,
  .feature-section,
  .feature-section.reversed,
  .settlement-section,
  .privacy-cta,
  .download-section {
    grid-template-columns: 1fr;
  }

  .feature-section.reversed .section-copy {
    order: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-media,
  .multiplayer-grid,
  .solo-grid,
  .settlement-media,
  .flow-reel,
  .device-matrix,
  .intro-strip,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .hero-phone {
    justify-self: center;
  }

  .multiplayer-grid .portrait-slot,
  .multiplayer-grid .orientation-card {
    grid-column: auto;
  }

  .site-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.55rem;
    padding: 0.82rem;
  }

  .brand-lockup {
    grid-column: 1;
    grid-row: 1;
  }

  .site-nav {
    display: contents;
  }

  .nav-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    max-width: 100%;
    gap: 0.45rem;
  }

  .nav-tabs {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    padding: 0.1rem 0 0.15rem;
    mask-image: linear-gradient(90deg, #000 calc(100% - 1.4rem), transparent);
  }
}

@media (max-width: 620px) {
  body {
    padding-top: 8.2rem;
  }

  .section,
  .section-felt {
    width: min(100% - 1rem, var(--container));
  }

  .nav-tabs {
    gap: 0.85rem;
    font-size: 0.86rem;
  }

  .sound-button,
  .download-link {
    min-width: 2.95rem;
    padding-inline: 0.52rem;
    font-size: 0.78rem;
  }

  .whypixel-lockup {
    gap: 0.3rem;
    min-height: 1.8rem;
    padding: 0.28rem 0.38rem;
  }

  .whypixel-mark {
    width: 17px;
    height: 17px;
    gap: 1px;
  }

  .whypixel-wordmark span {
    font-size: 0.58rem;
  }

  .lang-menu {
    flex: 0 0 auto;
  }

  .lang-list {
    right: 0;
    left: auto;
  }

  .download-qr-card {
    display: none;
  }

  h1 {
    font-size: clamp(4.2rem, 24vw, 6.4rem);
  }

  .phone.portrait {
    width: min(15rem, 100%);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Launch screenshot showcase */
.showcase-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(1.5rem, 3.2vw, 3.2rem);
  align-items: center;
  min-height: auto;
  padding: clamp(3.1rem, 5vw, 4.8rem) clamp(1rem, 4vw, 4rem) clamp(2.6rem, 4.8vw, 4.2rem);
  isolation: isolate;
}

.showcase-hero::before {
  content: "";
  position: absolute;
  inset: 9% -7% auto auto;
  z-index: 0;
  width: min(54vw, 42rem);
  aspect-ratio: 1;
  border: 1px solid rgba(247, 239, 224, 0.18);
  border-radius: 50%;
  transform: rotate(-16deg);
  opacity: 0.62;
}

.showcase-hero .hero-copy,
.showcase-hero-media {
  position: relative;
  z-index: 1;
}

.showcase-hero .hero-copy {
  align-self: center;
  max-width: 25rem;
  padding-bottom: 0;
  transform: translateY(clamp(0.7rem, 2vw, 1.8rem));
}

.showcase-hero h1 {
  margin-bottom: 0.75rem;
  font-size: clamp(4.6rem, 8.2vw, 7.35rem);
}

.showcase-hero .eyebrow {
  margin-bottom: 0.65rem;
}

.showcase-hero .hero-lede {
  max-width: 24rem;
  line-height: 1.44;
}

.showcase-hero .hero-actions {
  margin-top: 1.15rem;
}

.showcase-hero .hero-facts {
  margin-top: 0.75rem;
}

.showcase-hero-media {
  --hero-shot-height: clamp(23rem, 29vw, 28.5rem);
  display: grid;
  grid-template-columns: calc(var(--hero-shot-height) * 1.333) calc(var(--hero-shot-height) * 0.462);
  gap: clamp(0.9rem, 1.4vw, 1.2rem);
  align-items: end;
  justify-content: end;
  min-height: 0;
}

.hero-tablet {
  position: relative;
  width: 100%;
  height: var(--hero-shot-height);
}

.hero-phone-shot {
  position: relative;
  width: 100%;
  height: var(--hero-shot-height);
}

.shot-frame,
.video-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(247, 239, 224, 0.16), rgba(247, 239, 224, 0.04)),
    #0b352a;
  border: 1px solid rgba(247, 239, 224, 0.24);
  box-shadow:
    0 36px 96px rgba(3, 24, 20, 0.36),
    inset 0 1px rgba(255, 255, 255, 0.18);
}

.shot-frame img,
.video-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--felt-deep);
}

.shot-frame--phone {
  width: min(19rem, 100%);
  aspect-ratio: 621 / 1344;
  padding: 0.42rem;
  border-radius: 34px;
}

.shot-frame--phone img {
  border-radius: 26px;
}

.shot-frame--tablet {
  aspect-ratio: 4 / 3;
  padding: 0.5rem;
  border-radius: 26px;
}

.shot-frame--tablet img {
  border-radius: 20px;
}

.shot-frame--landscape {
  aspect-ratio: 1800 / 974;
  padding: 0.5rem;
  border-radius: 26px;
}

.shot-frame--landscape img {
  border-radius: 20px;
}

.shot-frame figcaption,
.video-card figcaption {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  max-width: calc(100% - 1.5rem);
  padding: 0.42rem 0.62rem;
  color: var(--cream);
  background: rgba(13, 63, 49, 0.78);
  border: 1px solid rgba(247, 239, 224, 0.18);
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  backdrop-filter: blur(14px);
}

.video-card figcaption {
  display: grid;
  gap: 0.35rem;
  padding: 0.78rem;
  background: rgba(5, 34, 27, 0.78);
}

.video-card figcaption strong {
  display: block;
  font-size: clamp(0.98rem, 1.6vw, 1.18rem);
}

.video-card figcaption p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.story-section {
  position: relative;
  padding-top: clamp(2.8rem, 5.8vw, 5rem);
  padding-bottom: clamp(2.8rem, 5.8vw, 5rem);
}

.story-section--split {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.story-section--dark {
  border-top: 1px solid rgba(247, 239, 224, 0.12);
}

.section-anchor {
  position: absolute;
  top: -6rem;
}

.story-section--table-flow {
  display: block;
}

.table-flow-videos {
  --flow-tablet-height: clamp(22rem, 33vw, 35rem);
  --flow-phone-height: calc(var(--flow-tablet-height) * 0.74);
  display: grid;
  grid-template-columns:
    calc(var(--flow-phone-height) * 0.485)
    calc(var(--flow-phone-height) * 0.485)
    calc(var(--flow-tablet-height) * 1.305);
  gap: clamp(0.7rem, 1.3vw, 1rem);
  align-items: center;
  justify-content: center;
  margin-top: clamp(1.4rem, 3vw, 2.4rem);
}

.table-flow-videos .video-card {
  width: 100%;
  height: var(--flow-tablet-height);
  max-width: none;
}

.table-flow-videos .video-card--phone {
  height: var(--flow-phone-height);
}

.story-section--light {
  color: var(--ink);
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.68), transparent 22rem),
    linear-gradient(180deg, rgba(255, 248, 235, 0.99), rgba(238, 226, 204, 0.99));
  box-shadow:
    0 0 0 100vmax rgba(255, 248, 235, 0.99),
    inset 0 1px rgba(255, 255, 255, 0.7),
    inset 0 -1px rgba(72, 50, 28, 0.1);
  clip-path: inset(0 -100vmax);
}

.story-section--light::before {
  content: "";
  position: absolute;
  inset: 0 -100vmax;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(60, 43, 24, 0.045) 0 1px, transparent 1px),
    radial-gradient(circle at 82% 70%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px);
  background-size: 5px 5px, 7px 7px;
  opacity: 0.32;
}

.story-section--light > * {
  position: relative;
  z-index: 1;
}

.story-section--light .eyebrow {
  color: var(--mint-deep);
}

.story-section--light .section-copy p,
.story-section--light .video-card figcaption p {
  color: rgba(23, 23, 17, 0.66);
}

.story-section--light .scene-tags span,
.story-section--light .orientation-note {
  color: rgba(23, 23, 17, 0.76);
  background: rgba(31, 106, 80, 0.09);
  border-color: rgba(31, 106, 80, 0.2);
}

.story-section--light .slot-label {
  color: var(--paper);
  background: var(--mint-deep);
}

.video-card {
  border-radius: 28px;
}

.video-card video {
  aspect-ratio: 16 / 10;
}

.video-card--phone {
  width: min(24rem, 100%);
  justify-self: center;
  border-radius: 34px;
}

.video-card--phone video,
.video-card--mini video {
  aspect-ratio: 560 / 1214;
}

.video-card--tablet video {
  aspect-ratio: 4 / 3;
}

.story-section--peek {
  overflow: hidden;
}

.peek-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(14rem, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: end;
  max-width: 58rem;
  margin: 2.5rem auto 0;
}

.peek-stage::before {
  content: "";
  position: absolute;
  inset: 12% -8% auto 18%;
  height: 42%;
  background: radial-gradient(ellipse, rgba(98, 215, 180, 0.2), transparent 65%);
  filter: blur(20px);
  pointer-events: none;
}

.peek-phone {
  justify-self: end;
  width: min(21rem, 100%);
}

.video-card--mini {
  width: min(22rem, 100%);
  align-self: center;
}

.multiplayer-showcase {
  display: block;
}

.multiplayer-showcase .video-card--tablet {
  width: 100%;
}

.companion-phone {
  width: min(14rem, 100%);
}

.phone-rail {
  display: grid;
  grid-auto-columns: minmax(14rem, 18rem);
  grid-auto-flow: column;
  gap: 1rem;
  margin-top: 2.2rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0.35rem 0.2rem 1.15rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.phone-rail .shot-frame {
  width: 100%;
  scroll-snap-align: center;
}

.solo-practice-shot {
  width: min(100%, 72rem);
  margin-top: 2.2rem;
}

.progress-grid {
  display: grid;
  grid-template-columns: minmax(12rem, 0.32fr) minmax(0, 0.68fr);
  gap: 1rem;
  align-items: end;
  margin-top: 2.2rem;
}

.progress-grid .shot-frame--phone {
  justify-self: end;
  width: min(17rem, 100%);
}

.device-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(13rem, 0.6fr) minmax(13rem, 0.6fr);
  gap: 1rem;
  align-items: stretch;
  margin-top: 2.2rem;
}

.orientation-note {
  min-height: 14rem;
  padding: 1.05rem;
  background:
    linear-gradient(135deg, rgba(31, 106, 80, 0.1), rgba(31, 106, 80, 0.035)),
    linear-gradient(90deg, rgba(31, 106, 80, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(31, 106, 80, 0.08) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  border: 1px solid rgba(31, 106, 80, 0.24);
  border-radius: 8px;
}

.orientation-note strong {
  display: block;
  margin: 0.8rem 0 0.5rem;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.2;
}

.orientation-note p {
  margin: 0;
  color: rgba(23, 23, 17, 0.66);
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .showcase-hero,
  .story-section--split,
  .progress-grid,
  .device-proof {
    grid-template-columns: 1fr;
  }

  .showcase-hero {
    min-height: auto;
  }

  .showcase-hero-media {
    --hero-shot-height: clamp(22rem, 50vw, 32rem);
    grid-template-columns: calc(var(--hero-shot-height) * 1.333) calc(var(--hero-shot-height) * 0.462);
    justify-content: center;
    min-height: 0;
  }

  .hero-tablet {
    width: 100%;
  }

  .hero-phone-shot {
    width: 100%;
  }

  .progress-grid .shot-frame--phone {
    justify-self: center;
  }
}

@media (max-width: 960px) {
  .multiplayer-showcase,
  .peek-stage {
    grid-template-columns: 1fr;
  }

  .showcase-hero-media {
    --mobile-shot-width: min(100%, 24rem);
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    gap: 1rem;
  }

  .hero-tablet,
  .hero-phone-shot {
    position: relative;
    inset: auto;
    width: var(--mobile-shot-width);
    height: auto;
    transform: none;
  }

  .hero-phone-shot {
    order: -1;
  }

  .video-card--phone,
  .video-card--mini,
  .peek-phone,
  .companion-phone {
    justify-self: center;
  }

  .video-card--tablet,
  .device-proof .shot-frame--tablet,
  .progress-grid .shot-frame--tablet {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .showcase-hero {
    padding-inline: 1rem;
  }

  .showcase-hero-media {
    --mobile-shot-width: min(100%, 22rem);
  }

  .phone-rail {
    grid-auto-columns: min(100%, 22rem);
    padding-inline: calc((100% - min(100%, 22rem)) / 2);
    margin-inline: -0.2rem;
  }

  .shot-frame--phone {
    width: min(100%, 22rem);
  }

  .table-flow-videos {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .table-flow-videos .video-card--phone,
  .table-flow-videos .video-card--tablet {
    justify-self: center;
    height: auto;
    width: min(100%, 22rem);
  }

  .shot-frame--tablet,
  .shot-frame--landscape,
  .video-card--tablet,
  .multiplayer-showcase .video-card--tablet,
  .device-proof .shot-frame--tablet,
  .progress-grid .shot-frame--tablet {
    justify-self: center;
    width: min(100%, 22rem);
  }

  .multiplayer-showcase .video-card--tablet {
    margin-inline: auto;
  }

  .progress-grid .shot-frame--phone,
  .companion-phone {
    width: min(100%, 22rem);
  }
}

body:not(.privacy-page) {
  color: var(--ink);
  background: #f4e1c8;
}

body:not(.privacy-page)::before {
  background:
    linear-gradient(90deg, rgba(36, 23, 12, 0.48) 0%, rgba(50, 31, 14, 0.3) 36%, rgba(255, 245, 228, 0.04) 100%),
    linear-gradient(180deg, rgba(255, 250, 238, 0.1), rgba(244, 225, 200, 0.3)),
    url("assets/showcase/hero-gathering-day.jpg") center / cover no-repeat;
}

body:not(.privacy-page)::after {
  background:
    radial-gradient(ellipse 74% 38% at 62% 12%, transparent 58%, rgba(117, 76, 36, 0.12) 58.5%, transparent 59%),
    radial-gradient(ellipse at center, transparent 55%, rgba(114, 66, 24, 0.1) 100%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.2), transparent 28%, rgba(117, 76, 36, 0.08) 76%, transparent),
    radial-gradient(circle at 25% 30%, rgba(62, 41, 22, 0.05) 0 1px, transparent 1px);
  background-size: auto, auto, auto, 6px 6px;
  opacity: 0.72;
}

body:not(.privacy-page) .site-header {
  color: #342719;
  padding: 0.72rem 0.86rem;
  background:
    linear-gradient(135deg, rgba(255, 250, 238, 0.86), rgba(246, 225, 194, 0.68)),
    rgba(255, 246, 225, 0.72);
  border-color: rgba(255, 255, 255, 0.66);
  border-radius: 12px;
  backdrop-filter: blur(22px) saturate(1.18);
  box-shadow:
    0 22px 70px rgba(91, 59, 28, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.86),
    inset 0 -1px rgba(112, 76, 36, 0.12);
}

body:not(.privacy-page) .brand-lockup {
  color: #2d2419;
}

body:not(.privacy-page) .brand-wordmark {
  color: #2d2419;
}

body:not(.privacy-page) .brand-wordmark span {
  color: #ee3b33;
}

body:not(.privacy-page) .site-nav,
body:not(.privacy-page) .nav-tabs,
body:not(.privacy-page) .nav-actions {
  color: rgba(52, 39, 25, 0.84);
}

body:not(.privacy-page) .site-nav a:hover {
  color: #0c4637;
}

body:not(.privacy-page) .download-link {
  color: #073d30;
  background: #65d9bb;
}

body:not(.privacy-page) .sound-button {
  color: #073d30;
  background: rgba(255, 255, 255, 0.38);
  border-color: rgba(69, 46, 24, 0.22);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.62);
}

body:not(.privacy-page) .sound-button[aria-pressed="true"] {
  background: #e8ff47;
}

body:not(.privacy-page) .download-link:hover,
body:not(.privacy-page) .download-link:focus-visible,
body:not(.privacy-page) .sound-button:hover,
body:not(.privacy-page) .sound-button:focus-visible {
  color: #063528;
  background: #78e4c8;
}

body:not(.privacy-page) .whypixel-lockup {
  min-width: 5.35rem;
  justify-content: center;
  padding-inline: 0.55rem;
  background: rgba(8, 52, 40, 0.9);
  box-shadow: 0 14px 30px rgba(63, 42, 22, 0.18);
}

body:not(.privacy-page) .whypixel-wordmark span:first-child {
  color: #e8ff47;
}

body:not(.privacy-page) .whypixel-wordmark {
  opacity: 1;
  transform: none;
  animation: none;
}

body:not(.privacy-page) .whypixel-wordmark span:last-child {
  color: #fff8ee;
}

body:not(.privacy-page) .whypixel-cell {
  background: #e8ff47;
  opacity: 1;
  transform: none;
  animation: none;
}

body:not(.privacy-page) .whypixel-cell.is-off {
  background: transparent;
  border-color: rgba(232, 255, 71, 0.24);
}

body:not(.privacy-page) .whypixel-cell.is-dim {
  background: rgba(232, 255, 71, 0.34);
}

body:not(.privacy-page) .lang-button {
  color: #2d2419;
  background: rgba(255, 255, 255, 0.38);
  border-color: rgba(69, 46, 24, 0.22);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.62);
}

body:not(.privacy-page) .site-footer {
  color: rgba(42, 31, 20, 0.78);
  border-top-color: rgba(42, 31, 20, 0.14);
}

body:not(.privacy-page) .site-footer nav {
  color: rgba(42, 31, 20, 0.68);
}

body:not(.privacy-page) .site-footer a:hover {
  color: var(--felt-deep);
}

.scene-hero {
  position: relative;
  width: min(1440px, calc(100% - 1.5rem));
  min-height: clamp(38rem, calc(100dvh - 7.5rem), 52rem);
  margin: 0 auto;
  padding: clamp(5rem, 8vw, 7.25rem) clamp(1.1rem, 5vw, 5.5rem) clamp(4.6rem, 6.5vw, 6.5rem);
  overflow: hidden;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(36, 23, 12, 0.34) 0%, rgba(50, 31, 14, 0.18) 42%, rgba(46, 29, 13, 0.04) 100%),
    linear-gradient(0deg, rgba(20, 65, 50, 0.08), rgba(255, 245, 228, 0.05));
  border: 1px solid rgba(255, 246, 225, 0.34);
  border-radius: 20px;
  box-shadow:
    0 30px 90px rgba(84, 53, 24, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.28);
  isolation: isolate;
}

.scene-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  width: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 74% 47%, rgba(255, 246, 225, 0.12), transparent 22rem),
    radial-gradient(circle at 32% 52%, rgba(9, 69, 52, 0.1), transparent 24rem);
  opacity: 0.72;
  transform: none;
  pointer-events: none;
}

.scene-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 28%;
  background: linear-gradient(0deg, rgba(4, 43, 34, 0.26), transparent);
  pointer-events: none;
}

.scene-hero .hero-copy,
.scene-hero .showcase-hero-media {
  z-index: 1;
}

.scene-hero .hero-copy {
  max-width: 32rem;
  transform: none;
}

.scene-hero .eyebrow,
body:not(.privacy-page) .story-section .eyebrow {
  color: #efc964;
  font-size: clamp(1.18rem, 1.55vw, 1.6rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-shadow:
    0 4px 0 rgba(8, 58, 45, 0.16),
    0 14px 36px rgba(33, 20, 10, 0.28);
}

.scene-hero h1 {
  margin: 0 0 1.05rem;
  color: #fff1d8;
  font-family: var(--body-font);
  font-size: clamp(4.8rem, 9vw, 8rem);
  font-weight: 950;
  line-height: 0.76;
  letter-spacing: -0.065em;
  text-shadow:
    0 7px 0 rgba(8, 58, 45, 0.28),
    0 24px 64px rgba(33, 20, 10, 0.38);
}

.scene-hero h1 span {
  color: #ee3b33;
}

.scene-hero .hero-lede {
  max-width: 24rem;
  color: rgba(255, 246, 225, 0.86);
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  font-weight: 650;
  line-height: 1.28;
  text-shadow:
    0 4px 0 rgba(8, 58, 45, 0.16),
    0 14px 36px rgba(33, 20, 10, 0.28);
  text-wrap: balance;
}

@media (min-width: 961px) {
  .scene-hero .hero-lede {
    max-width: 28rem;
    text-wrap: balance;
  }
}

.scene-hero .hero-actions {
  margin-top: clamp(1.15rem, 2.2vw, 1.7rem);
}

.scene-hero .button.primary {
  min-height: 3.45rem;
  padding-inline: 1.55rem;
  color: #0a4637;
  background: #65d9bb;
  border-color: #65d9bb;
  box-shadow: 0 18px 36px rgba(7, 55, 43, 0.26);
}

.scene-hero .hero-facts {
  gap: 0.5rem;
  margin-top: 1.15rem;
}

.scene-hero .hero-facts li {
  color: rgba(255, 246, 225, 0.88);
  background: rgba(255, 246, 225, 0.13);
  border-color: rgba(255, 246, 225, 0.24);
  backdrop-filter: blur(14px);
}

.device-stack {
  --hero-device-height: clamp(22rem, 31vw, 33rem);
  --hero-phone-height: calc(var(--hero-device-height) * 0.74);
  position: relative;
  display: block;
  min-height: calc(var(--hero-device-height) + clamp(1.8rem, 3.5vw, 3.8rem));
  align-self: end;
}

.device-stack .hero-tablet {
  position: absolute;
  right: clamp(1.3rem, 3.4vw, 3.6rem);
  bottom: clamp(2rem, 3.5vw, 3.2rem);
  width: calc(var(--hero-device-height) * 1.305);
  height: var(--hero-device-height);
  transform: rotate(-1.5deg);
}

.device-stack .hero-phone-shot {
  position: absolute;
  right: clamp(0rem, 1vw, 0.8rem);
  bottom: clamp(1.25rem, 2.2vw, 2rem);
  width: calc(var(--hero-phone-height) * 0.485);
  height: var(--hero-phone-height);
  transform: rotate(2.5deg);
}

body:not(.privacy-page) .shot-frame,
body:not(.privacy-page) .video-card {
  background:
    linear-gradient(145deg, #89958d 0%, #34423c 14%, #101b18 48%, #3e4a44 82%, #747f77 100%),
    #111c19;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow:
    0 34px 88px rgba(49, 32, 16, 0.34),
    0 12px 30px rgba(5, 45, 35, 0.22),
    inset 0 1px rgba(255, 255, 255, 0.58),
    inset 0 -8px 14px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body:not(.privacy-page) .shot-frame img,
body:not(.privacy-page) .video-card video {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.52);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 10px 26px rgba(0, 0, 0, 0.24);
}

body:not(.privacy-page) .shot-frame::before,
body:not(.privacy-page) .video-card::before {
  content: "";
  position: absolute;
  inset: 0.44rem 0.4rem 0.7rem;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: inherit;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.12),
    inset 0 -0.5rem 0.8rem rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

body:not(.privacy-page) .shot-frame::after,
body:not(.privacy-page) .video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 18%, transparent 78%, rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.16), transparent 12rem);
  mix-blend-mode: screen;
  opacity: 0.46;
}

body:not(.privacy-page) .shot-frame--phone {
  padding:
    clamp(0.72rem, 1vw, 0.92rem)
    clamp(0.62rem, 0.9vw, 0.82rem)
    clamp(1.04rem, 1.18vw, 1.2rem);
  border-radius: 46px;
}

body:not(.privacy-page) .shot-frame--phone::before {
  border-radius: 35px;
}

body:not(.privacy-page) .shot-frame--phone img {
  border-radius: 32px;
}

body:not(.privacy-page) .shot-frame--tablet {
  padding:
    clamp(0.6rem, 0.9vw, 0.82rem)
    clamp(0.6rem, 0.9vw, 0.82rem)
    clamp(0.86rem, 1vw, 1.02rem);
  border-radius: 34px;
}

body:not(.privacy-page) .shot-frame--tablet::before {
  border-radius: 25px;
}

body:not(.privacy-page) .shot-frame--tablet img {
  border-radius: 23px;
}

body:not(.privacy-page) .story-section {
  color: var(--ink);
}

body:not(.privacy-page) .story-section h2,
body:not(.privacy-page) .download-section h2 {
  max-width: 12em;
  color: #1d1811;
  font-family: var(--body-font);
  font-size: clamp(2.3rem, 3.6vw, 3.9rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.045em;
}

body:not(.privacy-page) .section-copy p {
  max-width: 31rem;
  color: rgba(29, 24, 17, 0.64);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.55;
}

.story-section--table-flow {
  padding-top: clamp(4rem, 7vw, 6rem);
}

.story-section--table-flow .section-copy {
  display: grid;
  justify-items: start;
  max-width: min(100%, 42rem);
  gap: 0.55rem;
}

.table-flow-videos {
  --flow-tablet-height: clamp(23rem, 34vw, 36rem);
  --flow-phone-height: calc(var(--flow-tablet-height) * 0.74);
  gap: clamp(0.75rem, 1.4vw, 1.1rem);
  margin-top: clamp(1.6rem, 3vw, 2.5rem);
}

.table-flow-videos .video-card {
  padding:
    clamp(0.58rem, 0.9vw, 0.78rem)
    clamp(0.58rem, 0.9vw, 0.78rem)
    clamp(0.88rem, 1.05vw, 1.08rem);
  border-radius: 34px;
}

.table-flow-videos .video-card--phone {
  padding:
    clamp(0.68rem, 0.95vw, 0.86rem)
    clamp(0.56rem, 0.82vw, 0.74rem)
    clamp(1rem, 1.14vw, 1.18rem);
  border-radius: 46px;
}

.table-flow-videos .video-card--phone::before {
  border-radius: 35px;
}

.table-flow-videos .video-card--phone::after {
  border-radius: 46px;
}

.table-flow-videos .video-card--phone video {
  border-radius: 32px;
}

.table-flow-videos .video-card--tablet::before {
  border-radius: 25px;
}

.table-flow-videos .video-card--tablet::after {
  border-radius: 34px;
}

.table-flow-videos .video-card--tablet video {
  border-radius: 23px;
}

.video-card figcaption {
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 4;
  max-width: none;
  padding: 0.55rem 0.65rem;
  color: #fff2dc;
  background: rgba(6, 42, 34, 0.68);
  border-color: rgba(255, 246, 225, 0.22);
}

.video-card figcaption strong {
  font-size: clamp(0.9rem, 1.2vw, 1.02rem);
}

.video-play {
  appearance: none;
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 5;
  display: inline-grid;
  place-items: center;
  width: clamp(3.2rem, 5vw, 4.2rem);
  height: clamp(3.2rem, 5vw, 4.2rem);
  color: #073d30;
  background: rgba(101, 217, 187, 0.92);
  border: 1px solid rgba(255, 246, 225, 0.72);
  border-radius: 999px;
  box-shadow:
    0 18px 42px rgba(5, 45, 35, 0.34),
    inset 0 1px rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.video-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.18rem;
  border-top: 0.62rem solid transparent;
  border-bottom: 0.62rem solid transparent;
  border-left: 0.92rem solid currentColor;
}

.video-play span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.video-play:hover,
.video-play:focus-visible {
  background: #7de4c8;
  outline: 0;
  transform: translate(-50%, -50%) scale(1.04);
}

.video-play:active {
  transform: translate(-50%, -50%) scale(0.98);
}

.video-card.is-playing .video-play {
  display: none;
}

.story-section--progress {
  display: grid;
  grid-template-columns: minmax(16rem, 0.48fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 4.2rem);
  align-items: start;
}

.story-section--progress .section-copy {
  align-self: start;
}

.story-section--private {
  display: block;
}

.story-section--light {
  background:
    radial-gradient(circle at 16% 6%, rgba(255, 255, 255, 0.58), transparent 21rem),
    linear-gradient(180deg, rgba(255, 248, 235, 0.72), rgba(241, 223, 197, 0.68));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.7),
    inset 0 -1px rgba(72, 50, 28, 0.08);
}

.private-grid {
  display: grid;
  grid-template-columns: minmax(10rem, 0.36fr) minmax(0, 0.64fr);
  gap: 1rem;
  align-items: end;
}

.device-story {
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.35rem);
  align-content: end;
}

.device-story .section-copy {
  width: 100%;
  max-width: none;
}

.device-story--phone {
  justify-items: end;
}

.device-story--tablet {
  justify-items: start;
}

.private-grid .shot-frame--phone {
  justify-self: end;
  width: min(16rem, 100%);
}

.private-grid .shot-frame--tablet {
  width: 100%;
}

.story-section--solo {
  display: grid;
  grid-template-columns: minmax(15rem, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(1.4rem, 4vw, 4.2rem);
  align-items: center;
}

.story-section--solo .solo-practice-shot {
  width: 100%;
  justify-self: center;
  margin-top: 0;
}

.story-section--progress .progress-grid {
  grid-template-columns: minmax(10rem, 0.32fr) minmax(0, 0.68fr);
  margin-top: 0;
}

.story-section--progress .progress-grid .shot-frame--phone {
  width: min(15rem, 100%);
}

body:not(.privacy-page) .download-section {
  width: min(var(--container), calc(100% - 2rem));
  margin-top: clamp(1.5rem, 4vw, 3rem);
  margin-bottom: 1rem;
  padding: clamp(1rem, 2.1vw, 1.55rem) clamp(1rem, 3vw, 2rem);
  color: #fff1d8;
  background:
    linear-gradient(135deg, rgba(9, 73, 55, 0.96), rgba(6, 48, 38, 0.96)),
    radial-gradient(circle at 90% 20%, rgba(101, 217, 187, 0.2), transparent 16rem);
  border: 1px solid rgba(255, 246, 225, 0.2);
  border-radius: 18px;
}

body:not(.privacy-page) .download-section h2 {
  color: #fff1d8;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
}

body:not(.privacy-page) .download-section .button.primary {
  color: #0a4637;
  background: #65d9bb;
  border-color: #65d9bb;
}

@media (max-width: 1180px) {
  .scene-hero {
    grid-template-columns: minmax(17rem, 0.9fr) minmax(23rem, 1.1fr);
    min-height: auto;
  }

  .device-stack {
    --hero-device-height: clamp(19rem, 36vw, 27rem);
    min-height: calc(var(--hero-device-height) + clamp(1.5rem, 3.5vw, 3.4rem));
  }
}

@media (max-width: 960px) {
  body:not(.privacy-page) {
    padding-top: 8.8rem;
  }

  .scene-hero {
    grid-template-columns: 1fr;
    gap: clamp(1.3rem, 5vw, 2.4rem);
    padding-top: clamp(3.8rem, 12vw, 5.6rem);
    background-position: 54% center;
  }

  .scene-hero .hero-copy {
    max-width: 32rem;
  }

  .scene-hero h1 {
    font-size: clamp(4.4rem, 18vw, 7rem);
  }

  .device-stack {
    --hero-mobile-device-width: min(100%, 20rem);
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    min-height: 0;
    justify-items: center;
  }

  .device-stack .hero-tablet,
  .device-stack .hero-phone-shot {
    position: relative;
    right: auto;
    bottom: auto;
    height: auto;
    transform: none;
  }

  .device-stack .hero-phone-shot {
    order: -1;
    width: var(--hero-mobile-device-width);
  }

  .device-stack .hero-tablet {
    width: var(--hero-mobile-device-width);
  }

  .story-section--table-flow .section-copy,
  .story-section--private,
  .story-section--solo,
  .story-section--progress {
    display: grid;
    grid-template-columns: 1fr;
  }

  .private-grid,
  .story-section--progress .progress-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .private-grid .shot-frame--phone,
  .private-grid .shot-frame--tablet,
  .story-section--progress .progress-grid .shot-frame--phone,
  .story-section--progress .progress-grid .shot-frame--tablet {
    justify-self: center;
    width: min(100%, 24rem);
  }
}

@media (max-width: 620px) {
  body:not(.privacy-page) {
    padding-top: 8.6rem;
  }

  .scene-hero {
    width: min(100% - 0.75rem, 1440px);
    padding-inline: 1rem;
    background:
      linear-gradient(180deg, rgba(36, 23, 12, 0.42) 0%, rgba(46, 29, 13, 0.26) 42%, rgba(46, 29, 13, 0.06) 100%),
      linear-gradient(0deg, rgba(20, 65, 50, 0.12), rgba(255, 245, 228, 0.04) 44%, rgba(255, 245, 228, 0.08));
    border-radius: 16px;
  }

  .device-stack {
    --hero-mobile-device-width: min(100%, 18.5rem);
  }

  .scene-hero .hero-lede {
    font-size: clamp(1.18rem, 6vw, 1.45rem);
  }

  body:not(.privacy-page) .story-section h2,
  body:not(.privacy-page) .download-section h2 {
    font-size: clamp(1.9rem, 7.6vw, 2.65rem);
    line-height: 1.02;
  }

  .table-flow-videos .video-card--phone,
  .table-flow-videos .video-card--tablet,
  .private-grid .shot-frame--phone,
  .private-grid .shot-frame--tablet,
  .story-section--solo .shot-frame--tablet,
  .story-section--progress .progress-grid .shot-frame--phone,
  .story-section--progress .progress-grid .shot-frame--tablet {
    width: min(100%, 22rem);
  }

  body:not(.privacy-page) .download-section {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* Extracted device shells from the Pixelmator source file. */
body:not(.privacy-page) .shot-frame--phone,
body:not(.privacy-page) .shot-frame--tablet,
body:not(.privacy-page) .video-card--phone,
body:not(.privacy-page) .video-card--tablet {
  position: relative;
  overflow: visible;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body:not(.privacy-page) .shot-frame--phone,
body:not(.privacy-page) .video-card--phone {
  aspect-ratio: 530 / 1092;
  border-radius: 0;
}

body:not(.privacy-page) .shot-frame--tablet,
body:not(.privacy-page) .video-card--tablet {
  --tablet-screen-top: 4.151%;
  --tablet-screen-left: 3.266%;
  --tablet-screen-width: 93.686%;
  --tablet-screen-height: 91.698%;
  --tablet-screen-radius: 2.13% / 2.83%;
  --tablet-screen-clip: inset(0 round 2.13% / 2.83%);
  aspect-ratio: 1600 / 1226;
  border-radius: 0;
}

body:not(.privacy-page) .shot-frame--phone > img,
body:not(.privacy-page) .video-card--phone > video,
body:not(.privacy-page) .shot-frame--tablet > img,
body:not(.privacy-page) .video-card--tablet > video {
  position: absolute;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: cover;
  background: var(--felt-deep);
  border: 0;
  box-shadow: none;
}

body:not(.privacy-page) .shot-frame--phone > img,
body:not(.privacy-page) .video-card--phone > video {
  top: 1.832%;
  left: 4.34%;
  width: 91.321%;
  height: 96.337%;
  border-radius: 13.4% / 6.2%;
  clip-path: inset(-0.45% round 13.4% / 6.2%);
}

body:not(.privacy-page) .shot-frame--tablet > img,
body:not(.privacy-page) .video-card--tablet > video {
  top: var(--tablet-screen-top);
  left: var(--tablet-screen-left);
  width: var(--tablet-screen-width);
  height: var(--tablet-screen-height);
  border-radius: var(--tablet-screen-radius);
  clip-path: var(--tablet-screen-clip);
}

body:not(.privacy-page) #flow .video-card > .device-screen {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background: var(--felt-deep);
  border: 0;
  box-shadow: none;
}

body:not(.privacy-page) #flow .video-card--phone > .device-screen {
  top: 1.832%;
  left: 4.34%;
  width: 91.321%;
  height: 96.337%;
  border-radius: 13.4% / 6.2%;
  clip-path: inset(-0.35% round 13.4% / 6.2%);
}

body:not(.privacy-page) #flow .video-card--tablet > .device-screen {
  top: var(--tablet-screen-top);
  left: var(--tablet-screen-left);
  width: var(--tablet-screen-width);
  height: var(--tablet-screen-height);
  border-radius: var(--tablet-screen-radius);
  clip-path: var(--tablet-screen-clip);
}

body:not(.privacy-page) #flow .video-card--tablet {
  overflow: visible;
  border-radius: 0;
  clip-path: none;
}

body:not(.privacy-page) #flow .device-screen > .video-poster,
body:not(.privacy-page) #flow .device-screen > video {
  position: absolute;
  inset: -0.6%;
  display: block;
  width: 101.2%;
  height: 101.2%;
  max-width: none;
  object-fit: cover;
  aspect-ratio: auto;
  background: var(--felt-deep);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  clip-path: none;
}

body:not(.privacy-page) #flow .device-screen > .video-poster {
  z-index: 1;
}

body:not(.privacy-page) #flow .device-screen > video {
  z-index: 2;
  opacity: 0;
}

body:not(.privacy-page) #flow .video-card--tablet > .device-screen > .video-poster,
body:not(.privacy-page) #flow .video-card--tablet > .device-screen > video {
  inset: -0.6%;
  width: 101.2%;
  height: 101.2%;
  border-radius: 0;
  clip-path: none;
}

body:not(.privacy-page) #flow .video-card.is-playing .device-screen > .video-poster {
  opacity: 0;
}

body:not(.privacy-page) #flow .video-card.is-playing .device-screen > video {
  opacity: 1;
}

body:not(.privacy-page) .shot-frame--phone::before,
body:not(.privacy-page) .shot-frame--tablet::before,
body:not(.privacy-page) .video-card--phone::before,
body:not(.privacy-page) .video-card--tablet::before {
  display: none;
}

body:not(.privacy-page) .shot-frame--phone::after,
body:not(.privacy-page) .video-card--phone::after,
body:not(.privacy-page) .shot-frame--tablet::after,
body:not(.privacy-page) .video-card--tablet::after {
  inset: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 1;
  mix-blend-mode: normal;
  filter:
    drop-shadow(0 28px 54px rgba(49, 32, 16, 0.24))
    drop-shadow(0 8px 18px rgba(5, 45, 35, 0.14));
}

body:not(.privacy-page) .shot-frame--phone::after,
body:not(.privacy-page) .video-card--phone::after {
  background-image: url("assets/showcase/device-frame-phone.png");
}

body:not(.privacy-page) .shot-frame--tablet::after,
body:not(.privacy-page) .video-card--tablet::after {
  background-image: url("assets/showcase/device-frame-tablet.png");
}

/* Keep the hero in true relative scale; use equal-height device rows below it
   so mixed iPhone/iPad media reads evenly on desktop and iPad browsers. */
body:not(.privacy-page) {
  --real-phone-to-ipad-height: 0.7;
  --phone-frame-ratio: 0.485;
  --tablet-frame-ratio: 1.305;
  --content-device-height: clamp(19.8rem, 29.7vw, 34.1rem);
}

body:not(.privacy-page) .device-stack {
  --hero-ipad-height: clamp(22rem, 31vw, 33rem);
  --hero-iphone-height: calc(var(--hero-ipad-height) * var(--real-phone-to-ipad-height));
  min-height: calc(var(--hero-ipad-height) + clamp(1.8rem, 3.5vw, 3.8rem));
  transform: translateX(clamp(-5rem, -4vw, -2rem));
}

body:not(.privacy-page) .device-stack .hero-tablet {
  position: absolute;
  width: calc(var(--hero-ipad-height) * var(--tablet-frame-ratio));
  height: var(--hero-ipad-height);
}

body:not(.privacy-page) .device-stack .hero-phone-shot {
  position: absolute;
  bottom: clamp(1.8rem, 3vw, 2.8rem);
  width: calc(var(--hero-iphone-height) * var(--phone-frame-ratio));
  height: var(--hero-iphone-height);
}

body:not(.privacy-page) .table-flow-videos {
  --flow-ipad-height: var(--content-device-height);
  --flow-iphone-height: var(--content-device-height);
  grid-template-columns:
    calc(var(--flow-iphone-height) * var(--phone-frame-ratio))
    calc(var(--flow-iphone-height) * var(--phone-frame-ratio))
    calc(var(--flow-ipad-height) * var(--tablet-frame-ratio));
  align-items: end;
}

body:not(.privacy-page) .table-flow-videos .video-card--phone {
  width: calc(var(--flow-iphone-height) * var(--phone-frame-ratio));
  height: var(--flow-iphone-height);
}

body:not(.privacy-page) .table-flow-videos .video-card--tablet {
  width: calc(var(--flow-ipad-height) * var(--tablet-frame-ratio));
  height: var(--flow-ipad-height);
}

body:not(.privacy-page) .private-grid,
body:not(.privacy-page) .story-section--progress .progress-grid {
  --pair-ipad-height: var(--content-device-height);
  --pair-iphone-height: var(--content-device-height);
  display: grid;
  grid-template-columns:
    calc(var(--pair-iphone-height) * var(--phone-frame-ratio))
    calc(var(--pair-ipad-height) * var(--tablet-frame-ratio));
  gap: clamp(0.9rem, 2vw, 1.5rem);
  align-items: end;
  justify-content: center;
}

@media (min-width: 961px) {
  body:not(.privacy-page) .private-grid {
    gap: clamp(3rem, 5vw, 5rem);
    align-items: start;
    grid-template-rows: auto auto;
  }

  body:not(.privacy-page) #private .device-story {
    display: contents;
  }

  body:not(.privacy-page) #private .device-story--phone .section-copy {
    grid-column: 1;
    grid-row: 1;
    width: min(30rem, 36vw);
    max-width: min(30rem, 36vw);
    justify-self: start;
    transform: translateX(clamp(-14rem, -15vw, -10rem));
  }

  body:not(.privacy-page) #private .device-story--tablet .section-copy {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }

  body:not(.privacy-page) #private .private-grid .shot-frame--phone {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    transform: translateX(clamp(-14rem, -15vw, -10rem));
  }

  body:not(.privacy-page) #private .private-grid .shot-frame--tablet {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin-top: 0;
  }
}

body:not(.privacy-page) .private-grid .shot-frame--phone,
body:not(.privacy-page) .story-section--progress .progress-grid .shot-frame--phone {
  justify-self: end;
  width: calc(var(--pair-iphone-height) * var(--phone-frame-ratio));
  height: var(--pair-iphone-height);
}

body:not(.privacy-page) .private-grid .shot-frame--tablet,
body:not(.privacy-page) .story-section--progress .progress-grid .shot-frame--tablet {
  justify-self: start;
  width: calc(var(--pair-ipad-height) * var(--tablet-frame-ratio));
  height: var(--pair-ipad-height);
}

body:not(.privacy-page) .story-section--solo .solo-practice-shot {
  width: calc(var(--content-device-height) * var(--tablet-frame-ratio));
  height: var(--content-device-height);
  max-width: 100%;
  justify-self: center;
}

@media (max-width: 960px) {
  body:not(.privacy-page) {
    --content-device-height: clamp(12rem, 46vw, 20rem);
  }

  body:not(.privacy-page) .device-stack {
    --hero-mobile-iphone-width: min(100%, 22rem);
    --hero-mobile-ipad-width: min(92%, 24rem);
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 0;
    transform: none;
  }

  body:not(.privacy-page) .device-stack .hero-tablet {
    position: relative;
    right: auto;
    bottom: auto;
    width: var(--hero-mobile-ipad-width);
    height: auto;
    transform: none;
  }

  body:not(.privacy-page) .device-stack .hero-phone-shot {
    position: relative;
    right: auto;
    bottom: auto;
    order: -1;
    width: var(--hero-mobile-iphone-width);
    height: auto;
    transform: none;
  }

  body:not(.privacy-page) .table-flow-videos {
    overflow-x: auto;
    justify-content: start;
    padding-inline: max(1rem, calc((100vw - 34rem) / 2));
    scroll-snap-type: x mandatory;
  }

  body:not(.privacy-page) .table-flow-videos .video-card {
    scroll-snap-align: center;
  }

  body:not(.privacy-page) .private-grid .device-story {
    width: 100%;
    justify-self: stretch;
    justify-items: center;
  }
}

@media (max-width: 620px) {
  body:not(.privacy-page) {
    --mobile-phone-device-width: min(100%, 22rem);
    --mobile-tablet-device-width: min(92%, 20rem);
  }

  body:not(.privacy-page) .device-stack {
    --hero-mobile-iphone-width: var(--mobile-phone-device-width);
    --hero-mobile-ipad-width: var(--mobile-tablet-device-width);
  }

  body:not(.privacy-page) .device-stack .hero-phone-shot {
    width: var(--hero-mobile-iphone-width);
    height: auto;
  }

  body:not(.privacy-page) .device-stack .hero-tablet {
    width: var(--hero-mobile-ipad-width);
    height: auto;
  }

  body:not(.privacy-page) .table-flow-videos {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: clamp(1.35rem, 6vw, 2rem);
    overflow-x: visible;
    padding-inline: 0;
  }

  body:not(.privacy-page) .table-flow-videos .video-card--phone,
  body:not(.privacy-page) .private-grid .shot-frame--phone,
  body:not(.privacy-page) .story-section--progress .progress-grid .shot-frame--phone {
    width: var(--mobile-phone-device-width);
    height: auto;
    justify-self: center;
  }

  body:not(.privacy-page) .table-flow-videos .video-card--tablet,
  body:not(.privacy-page) .private-grid .shot-frame--tablet,
  body:not(.privacy-page) .story-section--progress .progress-grid .shot-frame--tablet,
  body:not(.privacy-page) .story-section--solo .shot-frame--tablet {
    width: var(--mobile-tablet-device-width);
    height: auto;
    justify-self: center;
  }

  body:not(.privacy-page) .private-grid,
  body:not(.privacy-page) .story-section--progress .progress-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

/* Unified translucent section panels. Keep every homepage block on the same glass
   surface as the hero instead of mixing white slabs, green cards, and bare image. */
body:not(.privacy-page) main > .story-section,
body:not(.privacy-page) main > .download-section {
  position: relative;
  width: min(1440px, calc(100% - 1.5rem));
  margin-inline: auto;
  overflow: hidden;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(36, 23, 12, 0.34) 0%, rgba(50, 31, 14, 0.18) 42%, rgba(46, 29, 13, 0.04) 100%),
    linear-gradient(0deg, rgba(20, 65, 50, 0.08), rgba(255, 245, 228, 0.05));
  border: 1px solid rgba(255, 246, 225, 0.34);
  border-radius: 20px;
  box-shadow:
    0 30px 90px rgba(84, 53, 24, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.28);
  clip-path: none;
  isolation: isolate;
}

body:not(.privacy-page) main > .story-section {
  margin-top: clamp(0.9rem, 2.2vw, 1.6rem);
  padding: clamp(3.2rem, 5.4vw, 5rem) clamp(1.1rem, 5vw, 5.5rem);
}

body:not(.privacy-page) main > .download-section {
  margin-top: clamp(0.9rem, 2.2vw, 1.6rem);
  margin-bottom: 1rem;
  padding: clamp(0.9rem, 2vw, 1.35rem) clamp(1rem, 3vw, 2rem);
}

body:not(.privacy-page) main > .story-section::before,
body:not(.privacy-page) main > .download-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  width: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 74% 47%, rgba(255, 246, 225, 0.12), transparent 22rem),
    radial-gradient(circle at 32% 52%, rgba(9, 69, 52, 0.1), transparent 24rem);
  opacity: 0.72;
  transform: none;
  pointer-events: none;
}

body:not(.privacy-page) main > .story-section::after,
body:not(.privacy-page) main > .download-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 28%;
  background: linear-gradient(0deg, rgba(4, 43, 34, 0.26), transparent);
  pointer-events: none;
}

body:not(.privacy-page) main > .story-section > *,
body:not(.privacy-page) main > .download-section > * {
  position: relative;
  z-index: 1;
}

body:not(.privacy-page) main > .story-section h2,
body:not(.privacy-page) main > .download-section h2 {
  color: #fff1d8;
  text-shadow:
    0.045em 0.055em 0 rgba(8, 58, 45, 0.36),
    0 2px 0 rgba(8, 58, 45, 0.18),
    0 5px 0 rgba(8, 58, 45, 0.38),
    0 8px 0 rgba(8, 58, 45, 0.2),
    0 18px 34px rgba(33, 20, 10, 0.44),
    0 32px 72px rgba(33, 20, 10, 0.34);
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.12px rgba(255, 241, 216, 0.28);
}

body:not(.privacy-page) main > .story-section .section-copy p,
body:not(.privacy-page) main > .download-section p {
  color: rgba(255, 246, 225, 0.82);
}

body:not(.privacy-page) main > .story-section .eyebrow {
  color: #efc964;
}

@media (max-width: 620px) {
  body:not(.privacy-page) main > .story-section,
  body:not(.privacy-page) main > .download-section {
    width: min(100% - 0.75rem, 1440px);
    border-radius: 16px;
  }

  body:not(.privacy-page) main > .story-section {
    padding-inline: 1rem;
  }

  body:not(.privacy-page) .site-footer,
  body:not(.privacy-page) .site-footer nav {
    display: grid;
    justify-content: center;
    justify-items: center;
    width: 100%;
    text-align: center;
  }
}

body.legal-page {
  color: #342719;
  background: #f4e1c8;
}

body.legal-page::before {
  background:
    linear-gradient(90deg, rgba(36, 23, 12, 0.42) 0%, rgba(50, 31, 14, 0.24) 38%, rgba(255, 245, 228, 0.05) 100%),
    linear-gradient(180deg, rgba(255, 250, 238, 0.18), rgba(244, 225, 200, 0.34)),
    url("assets/showcase/hero-gathering-day.jpg") center / cover no-repeat;
}

body.legal-page::after {
  background:
    radial-gradient(ellipse 74% 38% at 62% 12%, transparent 58%, rgba(117, 76, 36, 0.12) 58.5%, transparent 59%),
    radial-gradient(ellipse at center, transparent 55%, rgba(114, 66, 24, 0.1) 100%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.2), transparent 28%, rgba(117, 76, 36, 0.08) 76%, transparent),
    radial-gradient(circle at 25% 30%, rgba(62, 41, 22, 0.05) 0 1px, transparent 1px);
  background-size: auto, auto, auto, 6px 6px;
  opacity: 0.72;
}

body.legal-page .site-header {
  color: #342719;
  padding: 0.72rem 0.86rem;
  background:
    linear-gradient(135deg, rgba(255, 250, 238, 0.86), rgba(246, 225, 194, 0.68)),
    rgba(255, 246, 225, 0.72);
  border-color: rgba(255, 255, 255, 0.66);
  border-radius: 12px;
  backdrop-filter: blur(22px) saturate(1.18);
  box-shadow:
    0 22px 70px rgba(91, 59, 28, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.86),
    inset 0 -1px rgba(112, 76, 36, 0.12);
}

body.legal-page .brand-lockup,
body.legal-page .brand-wordmark {
  color: #2d2419;
}

body.legal-page .brand-wordmark span {
  color: #ee3b33;
}

body.legal-page .site-nav,
body.legal-page .nav-tabs,
body.legal-page .nav-actions {
  color: rgba(52, 39, 25, 0.7);
}

body.legal-page .site-nav a:hover {
  color: #0c4637;
}

body.legal-page .download-link {
  color: #073d30;
  background: #65d9bb;
}

body.legal-page .sound-button {
  color: #073d30;
  background: rgba(255, 255, 255, 0.38);
  border-color: rgba(69, 46, 24, 0.22);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.62);
}

body.legal-page .sound-button[aria-pressed="true"] {
  background: #e8ff47;
}

body.legal-page .download-link:hover,
body.legal-page .download-link:focus-visible,
body.legal-page .sound-button:hover,
body.legal-page .sound-button:focus-visible {
  color: #063528;
  background: #78e4c8;
}

body.legal-page .lang-button {
  color: #2d2419;
  background: rgba(255, 255, 255, 0.38);
  border-color: rgba(69, 46, 24, 0.22);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.62);
}

body.legal-page .legal {
  position: relative;
  width: min(980px, calc(100% - 1.5rem));
  margin: 0 auto clamp(1rem, 2vw, 1.6rem);
  padding: clamp(2.2rem, 5vw, 4.8rem) clamp(1.2rem, 5vw, 4.6rem);
  color: #2d2419;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.54), transparent 18rem),
    linear-gradient(135deg, rgba(255, 250, 238, 0.88), rgba(246, 225, 194, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 20px;
  box-shadow:
    0 30px 90px rgba(84, 53, 24, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.5);
  overflow: hidden;
  backdrop-filter: blur(18px) saturate(1.08);
  background-clip: padding-box;
  isolation: isolate;
}

body.legal-page .legal .eyebrow {
  color: #c99525;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 950;
  letter-spacing: 0.08em;
}

body.legal-page .legal h1 {
  color: #1d1811;
  font-family: var(--body-font);
  font-size: clamp(2.7rem, 7vw, 4.8rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.42),
    0 16px 36px rgba(118, 78, 38, 0.13);
}

body.legal-page .legal h2 {
  color: #1d1811;
  font-family: var(--body-font);
  font-weight: 950;
  letter-spacing: -0.025em;
}

body.legal-page .legal h3 {
  color: #0c4637;
  font-weight: 900;
}

body.legal-page .legal p,
body.legal-page .legal-list {
  color: rgba(45, 36, 25, 0.72);
}

body.legal-page .legal section {
  border-top-color: rgba(64, 45, 24, 0.18);
}

body.legal-page .legal a {
  color: #0c4637;
  text-decoration-color: rgba(12, 70, 55, 0.3);
}

body.legal-page .support-grid {
  gap: 0.75rem;
  background: transparent;
  border: 0;
}

body.legal-page .support-card {
  color: #2d2419;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(64, 45, 24, 0.13);
  border-radius: 14px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
  overflow: hidden;
  background-clip: padding-box;
}

body.legal-page .support-card h2 {
  color: #1d1811;
  font-weight: 950;
}

body.legal-page .site-footer {
  color: rgba(42, 31, 20, 0.78);
  border-top-color: rgba(42, 31, 20, 0.14);
}

body.legal-page .site-footer nav {
  color: rgba(42, 31, 20, 0.68);
}

body.legal-page .site-footer a:hover {
  color: var(--felt-deep);
}

body.legal-page .site-footer .whypixel-lockup {
  min-width: 5.35rem;
  justify-content: center;
  padding-inline: 0.55rem;
  background: rgba(8, 52, 40, 0.9);
  box-shadow: 0 14px 30px rgba(63, 42, 22, 0.18);
}

body.legal-page .legal::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 255, 255, 0.58), transparent 19rem),
    radial-gradient(circle at 82% 18%, rgba(101, 217, 187, 0.14), transparent 22rem),
    linear-gradient(135deg, rgba(255, 250, 238, 0.76), rgba(246, 225, 194, 0.52));
}

body.legal-page .legal > * {
  position: relative;
  z-index: 1;
}

body.legal-page .legal section {
  margin-block: 0.9rem;
  padding: clamp(1rem, 2.4vw, 1.55rem);
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(64, 45, 24, 0.13);
  border-radius: 14px;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.5),
    0 14px 36px rgba(84, 53, 24, 0.06);
  overflow: hidden;
  background-clip: padding-box;
}

body.legal-page .legal section:first-of-type {
  margin-top: 1.35rem;
}

body.legal-page .legal-date {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.38rem 0.74rem;
  color: rgba(45, 36, 25, 0.74);
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(64, 45, 24, 0.12);
  border-radius: 999px;
}

.site-footer .whypixel-lockup--footer {
  gap: 0.48rem;
  min-height: 2.35rem;
  padding: 0.42rem 0.62rem;
  border-radius: 10px;
}

.site-footer .whypixel-lockup--footer .whypixel-mark {
  width: 24px;
  height: 24px;
  gap: 1.4px;
}

.site-footer .whypixel-lockup--footer .whypixel-wordmark span {
  font-size: 0.82rem;
}

@media (max-width: 960px) {
  body.legal-page {
    padding-top: 8.8rem;
  }
}

@media (max-width: 620px) {
  body.legal-page {
    padding-top: 8.6rem;
  }

  body.legal-page .legal {
    width: min(100% - 0.75rem, 980px);
    border-radius: 16px;
  }
}
