@font-face {
  font-family: Manrope;
  src: url('/assets/manrope.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Cormorant;
  src: url('/assets/cormorant-garamond.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #f7f6ef;
  --cream: #eeeee3;
  --ink: #183f3d;
  --muted: #566960;
  --gold: #e7cb8d;
  --border: #d6dcd0;
  --white: #fffef8;
  --serif: Cormorant, Georgia, serif;
  --sans: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
a {
  color: inherit;
}
a,
button,
summary {
  touch-action: manipulation;
}
img {
  display: block;
  max-width: 100%;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #a07527;
  outline-offset: 5px;
}
::selection {
  background: var(--gold);
  color: var(--ink);
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
h1,
h2 {
  font-family: var(--serif);
  letter-spacing: -0.045em;
  line-height: 0.98;
}
h1 {
  font-size: clamp(66px, 7.9vw, 116px);
}
h2 {
  font-size: clamp(44px, 5vw, 70px);
}
h3 {
  font-size: 21px;
  letter-spacing: -0.04em;
  line-height: 1.4;
}
em {
  font-weight: 400;
  font-style: italic;
}
p {
  color: var(--muted);
}
[hidden] {
  display: none !important;
}
.shell {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.spark {
  color: #98702e;
}
.eyebrow {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.17em;
  line-height: 1.7;
  text-transform: uppercase;
  color: #577068;
  display: flex;
  gap: 10px;
  align-items: center;
}
.eyebrow .spark {
  font-size: 21px;
  line-height: 1;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  text-decoration: none;
  background: var(--ink);
  color: var(--white);
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 17px 25px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  min-height: 52px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #2a5650;
  transform: translateY(-2px);
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.text-link {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #9ba89d;
  padding: 8px 0;
}
.text-link:hover {
  border-color: var(--ink);
}
.text-link span {
  font-size: 20px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 50;
  padding: 12px;
  background: var(--ink);
  color: white;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  border-bottom: 1px solid rgba(24, 63, 61, 0.1);
  background: var(--paper);
  position: relative;
  z-index: 10;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  gap: 25px;
}
.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.065em;
  white-space: nowrap;
}
.brand img {
  border-radius: 11px;
  width: 40px;
  height: 40px;
}
.site-header nav {
  display: flex;
  gap: 32px;
  align-items: center;
}
.site-header nav a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.site-header nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-header nav .nav-cta {
  border: 1px solid #b7c1b4;
  border-radius: 40px;
  padding: 11px 20px;
  display: flex;
  gap: 20px;
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 48px;
  padding-block: 54px 62px;
  align-items: center;
}
.hero h1 {
  margin: 25px 0 25px;
}
.hero h1 em {
  color: #547363;
}
.hero-description {
  font-size: 15px;
  line-height: 1.85;
}
.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.release-note {
  font-size: 10px;
  letter-spacing: 0.02em;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  font-size: 10px;
  line-height: 1.65;
  color: var(--muted);
}
.mini-tiles {
  display: flex;
  gap: 3px;
  transform: rotate(-5deg);
}
.mini-tiles i {
  font: 600 15px var(--serif);
  font-style: normal;
  display: grid;
  place-items: center;
  width: 25px;
  height: 28px;
  border: 1px solid #d2d6c8;
  background: #fffef7;
  border-radius: 5px;
  box-shadow: 0 2px 0 #d5d9cb;
  color: var(--ink);
}
.mini-tiles i:nth-child(even) {
  transform: translateY(-3px);
}
.hero-art {
  position: relative;
  isolation: isolate;
  height: 610px;
  min-width: 0;
  border-radius: 160px 160px 16px 16px;
  box-shadow: 0 18px 45px -25px #24483c66;
  background: #173c43;
}
.hero-art img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 92% 50%;
  border-radius: inherit;
}
.hero-art::after {
  content: '';
  position: absolute;
  inset: 50% 0 0;
  border-radius: inherit;
  background: linear-gradient(transparent, #092728a8);
  z-index: 0;
}
.scene-label {
  position: absolute;
  bottom: 47px;
  left: 28px;
  right: 28px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: #fff7df;
  font-family: var(--serif);
  font-size: 26px;
  z-index: 1;
}
.scene-label .spark {
  color: var(--gold);
  font-size: 23px;
}
.art-caption {
  position: absolute;
  bottom: 22px;
  left: 10px;
  right: 10px;
  color: #e2e8dc;
  text-align: center;
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  z-index: 1;
}
.intro-strip {
  border-block: 1px solid var(--border);
  background: #eeeee4;
}
.intro-strip .shell {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding-block: 21px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
}
.intro-strip .spark {
  font-size: 18px;
  margin-right: 12px;
}
.section {
  padding-block: 103px;
}
.section-intro {
  text-align: center;
}
.section-intro .eyebrow {
  justify-content: center;
}
.section-intro h2 {
  margin-top: 19px;
}
.section-intro > p:last-child {
  margin-top: 23px;
}
.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 62px;
}
.feature-row article {
  border-top: 1px solid var(--border);
  padding-top: 27px;
}
.feature-mark {
  font-family: var(--serif);
  font-size: 32px;
  border: 1px solid #c7d1c3;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  display: grid;
  place-items: center;
  line-height: 1;
  margin-bottom: 21px;
  background: #f0f1e7;
}
.mountain-mark {
  font-size: 60px;
}
.feature-row p {
  font-size: 13px;
  line-height: 1.85;
  margin-top: 15px;
  max-width: 31ch;
}
.companion-section {
  display: grid;
  grid-template-columns: 1.23fr 1fr;
  background: #e8eee2;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 104px;
}
.companion-art {
  position: relative;
  min-height: 552px;
}
.companion-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 71% center;
}
.image-tag {
  position: absolute;
  bottom: 24px;
  left: 24px;
  border: 1px solid #fdf9e054;
  border-radius: 99px;
  padding: 8px 16px;
  color: #fffce7;
  font-size: 10px;
  background: #153d36b3;
  backdrop-filter: blur(8px);
}
.companion-copy {
  padding: 65px 58px;
  position: relative;
}
.companion-copy h2 {
  font-size: 72px;
  margin-block: 22px;
}
.companion-copy p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.9;
  max-width: 32ch;
}
.companion-copy .text-link {
  margin-top: 25px;
}
.oversized-spark {
  position: absolute;
  right: 31px;
  top: 23px;
  color: #71856a;
  font-size: 55px;
  line-height: 1;
}
.play-section {
  background: #183f3d;
  color: var(--paper);
  padding-block: 94px;
  position: relative;
  overflow: hidden;
}
.play-section::before,
.play-section::after {
  content: '';
  width: 740px;
  height: 740px;
  border: 1px solid #648a7526;
  border-radius: 50%;
  position: absolute;
  left: -430px;
  top: -280px;
  pointer-events: none;
}
.play-section::after {
  left: auto;
  right: -390px;
  top: 200px;
  width: 900px;
  height: 900px;
}
.play-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.play-copy .eyebrow {
  color: #c6d1b8;
}
.play-copy h2 {
  font-size: 78px;
  margin-block: 24px;
}
.play-copy h2 em {
  color: var(--gold);
}
.play-copy > p:not(.eyebrow) {
  max-width: 34ch;
  color: #d3dbce;
  font-size: 13px;
}
.play-steps {
  padding: 0;
  margin: 32px 0;
  list-style: none;
  color: #e6e9dd;
  font-size: 13px;
  display: grid;
  gap: 13px;
}
.play-steps span {
  font-size: 10px;
  color: #d4bd84;
  display: inline-block;
  width: 35px;
}
.play-copy p.demo-note {
  color: #b5c3b5;
  font-size: 10px;
  max-width: 39ch;
}
.puzzle-card {
  border-radius: 26px;
  background: var(--paper);
  padding: 27px 30px 22px;
  color: var(--ink);
  box-shadow: 0 16px 45px #071f2733;
  max-width: 450px;
  width: 100%;
  justify-self: center;
  position: relative;
}
.puzzle-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.puzzle-top > span:first-child {
  display: flex;
  gap: 7px;
  align-items: center;
}
.puzzle-top .spark {
  font-size: 17px;
}
.puzzle-top [data-count] {
  background: #e3e8d8;
  padding: 5px 9px;
  border-radius: 20px;
  white-space: nowrap;
}
.word-slots {
  display: grid;
  gap: 7px;
  justify-content: center;
  padding-top: 26px;
}
.word-row {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.word-row span {
  width: 34px;
  height: 36px;
  background: #e6e9dc;
  border: 1px solid #d6ddce;
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  color: #58705c;
  transition:
    background 0.25s,
    color 0.25s;
}
.word-row.found span {
  background: #315c4e;
  color: #fff8df;
  border-color: #315c4e;
  animation: word-found 0.3s ease-out;
}
.selection {
  font-size: 12px;
  letter-spacing: 0.12em;
  min-height: 25px;
  text-align: center;
  margin-top: 20px;
  color: #586c4d;
}
.selection.has-letters {
  font-weight: 750;
  color: var(--ink);
  font-size: 16px;
}
.letter-wheel {
  width: 202px;
  height: 202px;
  border: 1px solid #cbd6c3;
  border-radius: 50%;
  position: relative;
  margin: 15px auto 22px;
  background: radial-gradient(circle, #e5ebdb, transparent 70%);
}
.wheel-spark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #a58248;
  font-size: 29px;
}
.letter {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fffcf2;
  border: 1px solid #cbd5c1;
  box-shadow: 0 3px 0 #cbd4c0;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  color: var(--ink);
  display: grid;
  place-items: center;
  transition:
    background 0.15s,
    transform 0.15s;
}
.letter:hover {
  background: #e7e9d8;
}
.letter[aria-pressed='true'] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--gold);
  box-shadow: 0 2px 0 #355d4d;
}
.letter-0 {
  top: -10px;
  left: 71px;
}
.letter-1 {
  right: -10px;
  top: 71px;
}
.letter-2 {
  bottom: -10px;
  left: 71px;
}
.letter-3 {
  left: -10px;
  top: 71px;
}
.puzzle-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.puzzle-controls .button {
  min-height: 44px;
  padding: 12px 20px;
  font-size: 11px;
  gap: 20px;
}
.puzzle-controls .button:disabled {
  opacity: 0.5;
  transform: none;
}
.clear-word {
  padding: 10px 6px;
  background: none;
  border: 0;
  border-bottom: 1px solid #a6b59d;
  color: var(--ink);
  font-size: 11px;
  min-height: 44px;
}
.puzzle-status {
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
  min-height: 32px;
  margin-top: 16px;
  max-width: 36ch;
  margin-inline: auto;
}
.reset-puzzle {
  background: none;
  border: 0;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-size: 11px;
  margin: 0 auto;
  padding: 10px;
  display: block;
  min-height: 44px;
}
.puzzle-card.complete {
  box-shadow:
    0 0 0 2px #dbc288,
    0 16px 45px #071f2733;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 100px;
}
.faq-section h2 {
  margin-top: 22px;
}
.faq-section .text-link {
  margin-top: 30px;
}
.faq-list {
  border-top: 1px solid var(--border);
}
details {
  border-bottom: 1px solid var(--border);
}
summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 24px 0;
  font-size: 13px;
  font-weight: 650;
  list-style: none;
  min-height: 60px;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
  color: #63816d;
  transition: transform 0.2s;
}
details[open] summary > span {
  transform: rotate(45deg);
}
.answer {
  padding: 0 38px 24px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}
.answer a {
  text-underline-offset: 4px;
}
.closing {
  border-top: 1px solid var(--border);
  text-align: center;
  padding-top: 70px;
  padding-bottom: 87px;
}
.closing-icon .spark {
  font-size: 38px;
}
.closing .eyebrow {
  justify-content: center;
  margin-top: 10px;
}
.closing h2 {
  font-size: 78px;
  margin-top: 22px;
  margin-bottom: 27px;
}
.closing h2 em {
  color: #587461;
}
.closing > p:last-child {
  font-size: 11px;
  margin-top: 17px;
}
.site-footer {
  background: #eeeee4;
  border-top: 1px solid var(--border);
  padding-top: 42px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding-bottom: 35px;
}
.site-footer .brand {
  font-size: 19px;
}
.site-footer .brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}
.footer-top p {
  font-size: 11px;
  margin-top: 12px;
}
.footer-top nav {
  display: flex;
  gap: 29px;
  font-size: 11px;
}
.footer-top nav a {
  text-decoration: none;
  padding-block: 12px;
}
.footer-top nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-bottom {
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: var(--muted);
  padding-block: 20px;
}
.footer-bottom .spark {
  margin-left: 7px;
}
.legal-heading {
  padding-block: 66px 43px;
}
.legal-heading h1 {
  font-size: 80px;
  margin-block: 22px;
}
.lede {
  font-size: 17px;
  line-height: 1.8;
}
.document-meta {
  display: flex;
  gap: 22px;
  font-size: 10px;
  margin-top: 26px;
  color: var(--muted);
}
.draft-notice {
  padding: 15px 19px;
  border: 1px solid #d4c48d;
  background: #f3edd9;
  color: #69552e;
  font-size: 12px;
  line-height: 1.8;
  border-radius: 10px;
  margin-top: 25px;
}
.draft-notice strong {
  display: block;
}
.legal-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 75px;
  align-items: start;
  padding-bottom: 80px;
}
.legal-toc {
  position: sticky;
  top: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--border);
}
.legal-toc nav {
  display: grid;
  gap: 4px;
  margin-top: 15px;
}
.legal-toc nav a {
  font-size: 11px;
  text-decoration: none;
  line-height: 1.6;
  display: flex;
  gap: 10px;
  padding: 6px 0;
}
.legal-toc nav a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-toc nav a span {
  font-size: 9px;
  color: #586c4d;
  padding-top: 2px;
}
.print-link {
  font-size: 11px;
  margin-top: 24px;
  background: none;
  border: 0;
  border-bottom: 1px solid #a6b39c;
  padding: 10px 0;
  display: flex;
  gap: 10px;
  min-height: 44px;
  color: var(--ink);
}
.publisher-block {
  padding: 23px 27px;
  background: #e9eee1;
  border-radius: 12px;
  font-size: 13px;
  margin-bottom: 40px;
}
.publisher-block p + p {
  margin-top: 6px;
}
.pending-detail {
  color: #725d36;
}
.legal-content {
  max-width: 790px;
}
.legal-content section {
  margin-bottom: 43px;
  scroll-margin-top: 35px;
}
.legal-content h2 {
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: -0.035em;
  display: flex;
  gap: 13px;
  margin-bottom: 18px;
}
.legal-content h2 span {
  font-size: 10px;
  padding-top: 8px;
  color: #586c4d;
  letter-spacing: 0;
  min-width: 18px;
}
.legal-content p,
.legal-content li {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.95;
}
.legal-content p + p {
  margin-top: 14px;
}
.legal-content li + li {
  margin-top: 11px;
}
.legal-content ul,
.legal-content ol {
  padding-left: 22px;
  margin-block: 16px;
}
.legal-content strong {
  font-weight: 750;
  color: #35594d;
}
.legal-content a {
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.legal-end {
  border-top: 1px solid var(--border);
  padding-top: 28px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.legal-end .spark {
  font-size: 35px;
}
.legal-end p {
  font-size: 14px;
}
.support-heading {
  padding-block: 68px 48px;
}
.support-heading h1 {
  margin-block: 24px;
  font-size: 92px;
}
.support-heading em {
  color: #5c775f;
}
.support-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.support-options > a {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 15px;
  text-decoration: none;
  position: relative;
  transition: background 0.2s;
}
.support-options > a:hover {
  background: #e9eee1;
}
.support-options > a > span:first-child {
  font-size: 10px;
  color: #586c4d;
}
.support-options h2 {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.4;
  margin-block: 20px 11px;
}
.support-options p {
  font-size: 12px;
  max-width: 25ch;
}
.support-options > a > span:last-child {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 24px;
}
.support-faq {
  max-width: 850px;
}
.support-faq .section-intro {
  margin-bottom: 35px;
}
.data-help {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 45px;
  background: #e9eee1;
  border-radius: 20px;
}
.data-help h2 {
  margin-block: 20px;
  font-size: 53px;
}
.data-help p,
.data-help li {
  font-size: 13px;
  line-height: 1.9;
}
.data-help .text-link {
  margin-top: 22px;
}
.data-help ol {
  margin: 0;
  padding-left: 20px;
}
.data-help li + li {
  margin-top: 14px;
}
.data-help .note {
  font-size: 11px;
  padding-top: 18px;
  margin-top: 20px;
  border-top: 1px solid #c9d5be;
}
.contact-section {
  text-align: center;
  padding-block: 85px 100px;
  max-width: 780px;
}
.contact-icon {
  font-size: 35px;
}
.contact-section .eyebrow {
  justify-content: center;
  margin-block: 8px 20px;
}
.contact-section h2 {
  margin-bottom: 20px;
}
.contact-section > p:not(.eyebrow) {
  font-size: 13px;
}
.contact-address {
  font-family: var(--serif);
  font-size: 32px;
  margin-top: 20px;
  overflow-wrap: anywhere;
}
.contact-address a {
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
}
.publisher-line {
  margin-top: 8px;
}
.contact-section .contact-note {
  margin-top: 25px;
  font-size: 11px !important;
}
.not-found {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 65px;
}
.not-found > .spark {
  font-size: 50px;
}
.not-found h1 {
  font-size: 84px;
  margin-block: 24px;
}
.not-found .button {
  margin-top: 25px;
}
@keyframes word-found {
  from {
    transform: translateY(4px);
  }
  to {
    transform: translateY(0);
  }
}
@media (min-width: 1550px) {
  .hero {
    padding-block: 70px;
  }
  .hero-art {
    height: 645px;
  }
}
@media (max-width: 1120px) {
  .shell {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 30px;
  }
  .hero h1 {
    font-size: 85px;
  }
  .hero-art {
    height: 565px;
  }
  .site-header nav {
    gap: 22px;
  }
  .feature-row {
    gap: 35px;
  }
  .companion-copy {
    padding: 47px 38px;
  }
  .companion-copy h2 {
    font-size: 62px;
  }
  .companion-art {
    min-height: 530px;
  }
  .play-layout {
    gap: 65px;
  }
  .play-copy h2 {
    font-size: 70px;
  }
  .faq-section {
    gap: 70px;
  }
  .legal-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 45px;
  }
}
@media (max-width: 900px) {
  .site-header nav {
    gap: 20px;
  }
  .site-header nav .nav-cta {
    display: none;
  }
  .hero h1 {
    font-size: 74px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .hero-art {
    height: 520px;
    border-radius: 125px 125px 14px 14px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-footnote {
    margin-top: 27px;
  }
  .scene-label {
    font-size: 22px;
    left: 10px;
    right: 10px;
  }
  .section {
    padding-block: 80px;
  }
  .companion-section {
    grid-template-columns: 1fr 1fr;
  }
  .companion-copy {
    padding: 40px 30px;
  }
  .companion-copy h2 {
    font-size: 54px;
  }
  .companion-art {
    min-height: 495px;
  }
  .oversized-spark {
    font-size: 35px;
    right: 20px;
    top: 15px;
  }
  .play-layout {
    gap: 36px;
  }
  .puzzle-card {
    padding: 24px 22px;
  }
  .play-copy h2 {
    font-size: 63px;
  }
  .feature-row {
    gap: 24px;
  }
  .feature-row h3 {
    font-size: 18px;
  }
  .legal-layout {
    gap: 30px;
    grid-template-columns: 185px minmax(0, 1fr);
  }
  .support-options > a {
    padding: 23px;
  }
  .data-help {
    gap: 35px;
    padding: 35px;
  }
  .data-help h2 {
    font-size: 47px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 20px;
  }
  .shell {
    width: calc(100% - 40px);
  }
  .nav-inner {
    min-height: 78px;
  }
  .brand {
    font-size: 20px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .menu-toggle {
    display: flex;
    gap: 12px;
    align-items: center;
    background: none;
    border: 1px solid #b7c1b4;
    border-radius: 25px;
    min-height: 44px;
    padding: 9px 14px;
    color: var(--ink);
    font-size: 11px;
  }
  .menu-toggle span {
    font-size: 16px;
  }
  .site-header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }
  .has-js .site-header nav {
    display: none;
  }
  .site-header.menu-open nav {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 18px 20px 24px;
    background: var(--paper);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 15px 20px #183f3d0d;
    gap: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .site-header.menu-open nav a {
    padding: 14px 15px;
  }
  .site-header.menu-open nav .nav-cta {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 42px 36px;
    gap: 35px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero .eyebrow {
    justify-content: center;
    font-size: 9px;
    letter-spacing: 0.14em;
  }
  .hero h1 {
    font-size: 82px;
    margin-block: 20px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-actions {
    align-items: center;
    margin-top: 25px;
  }
  .hero-footnote {
    display: none;
  }
  .hero-art {
    height: 435px;
    max-width: 540px;
    width: 100%;
    justify-self: center;
    border-radius: 140px 140px 15px 15px;
  }
  .hero-art img {
    object-position: 92% 55%;
  }
  .scene-label {
    bottom: 43px;
    font-size: 27px;
  }
  .art-caption {
    font-size: 8px;
  }
  .intro-strip .shell {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 30px;
    padding-block: 18px;
    font-size: 10px;
  }
  .intro-strip .shell > span:first-child {
    width: 100%;
    text-align: center;
    font-family: var(--serif);
    font-size: 21px;
    font-weight: 500;
  }
  .section {
    padding-block: 70px;
  }
  .section-intro h2 {
    font-size: 52px;
  }
  .section-intro > p:last-child {
    font-size: 13px;
  }
  .feature-row {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 40px;
  }
  .feature-row article {
    display: grid;
    grid-template-columns: 55px 1fr;
    column-gap: 20px;
    padding-top: 26px;
  }
  .feature-mark {
    grid-row: 1/3;
    width: 50px;
    height: 50px;
    font-size: 28px;
    margin: 0;
  }
  .mountain-mark {
    font-size: 47px;
  }
  .feature-row h3 {
    font-size: 18px;
  }
  .feature-row p {
    margin-top: 8px;
    max-width: none;
    font-size: 12px;
    line-height: 1.85;
  }
  .companion-section {
    grid-template-columns: 1fr;
    margin-bottom: 65px;
  }
  .companion-art {
    min-height: 0;
    height: 350px;
  }
  .companion-art img {
    object-position: 60% 60%;
  }
  .companion-copy {
    padding: 37px 32px 40px;
  }
  .companion-copy h2 {
    font-size: 61px;
    line-height: 0.95;
  }
  .companion-copy h2 br:nth-child(2) {
    display: none;
  }
  .companion-copy p:not(.eyebrow) {
    max-width: 40ch;
  }
  .oversized-spark {
    right: 30px;
    top: 45px;
    font-size: 50px;
  }
  .image-tag {
    font-size: 9px;
    left: 17px;
    bottom: 17px;
  }
  .play-section {
    padding-block: 62px;
  }
  .play-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 550px;
  }
  .play-copy {
    text-align: center;
  }
  .play-copy .eyebrow {
    justify-content: center;
  }
  .play-copy h2 {
    font-size: 62px;
  }
  .play-copy h2 br:nth-child(2) {
    display: none;
  }
  .play-copy > p:not(.eyebrow) {
    margin-inline: auto;
    max-width: 35ch;
  }
  .play-steps {
    max-width: 240px;
    margin-inline: auto;
    text-align: left;
    gap: 8px;
    margin-block: 25px;
  }
  .puzzle-card {
    padding: 25px 25px 20px;
    max-width: 390px;
  }
  .puzzle-top {
    font-size: 9px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .faq-section > div:first-child {
    text-align: center;
  }
  .faq-section .eyebrow {
    justify-content: center;
  }
  .faq-section h2 {
    font-size: 56px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-section .text-link {
    margin-top: 15px;
  }
  .faq-list summary {
    font-size: 12px;
    padding-block: 22px;
  }
  .answer {
    font-size: 12px;
  }
  .closing {
    padding-block: 50px 65px;
  }
  .closing h2 {
    font-size: 61px;
  }
  .closing .eyebrow {
    font-size: 9px;
  }
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .footer-top nav {
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    font-size: 11px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .legal-heading {
    padding-block: 43px 30px;
  }
  .legal-heading h1 {
    font-size: 59px;
  }
  .lede {
    font-size: 15px;
  }
  .document-meta {
    flex-direction: column;
    gap: 4px;
    font-size: 10px;
  }
  .draft-notice {
    font-size: 11px;
    padding: 14px 16px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-bottom: 60px;
  }
  .legal-toc {
    position: static;
    padding-top: 20px;
  }
  .legal-toc nav {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 7px;
  }
  .legal-toc nav a {
    font-size: 10px;
    padding-block: 5px;
  }
  .print-link {
    margin-top: 16px;
  }
  .publisher-block {
    padding: 20px;
    font-size: 12px;
  }
  .legal-content h2 {
    font-size: 20px;
  }
  .legal-content p,
  .legal-content li {
    font-size: 13px;
  }
  .support-heading {
    padding-block: 43px 34px;
  }
  .support-heading h1 {
    font-size: 70px;
  }
  .support-options {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .support-options > a {
    padding: 20px 25px;
    display: grid;
    grid-template-columns: 25px 1fr;
    column-gap: 12px;
  }
  .support-options > a > span:first-child {
    grid-row: 1/3;
    padding-top: 3px;
  }
  .support-options h2 {
    margin: 0 20px 7px 0;
    font-size: 16px;
  }
  .support-options p {
    max-width: 29ch;
    font-size: 11px;
  }
  .support-options > a > span:last-child {
    right: 18px;
    top: 15px;
  }
  .data-help {
    grid-template-columns: 1fr;
    padding: 30px 25px;
    gap: 25px;
  }
  .data-help h2 {
    font-size: 49px;
  }
  .contact-section {
    padding-block: 64px 75px;
  }
  .contact-section h2 {
    font-size: 53px;
  }
  .contact-address {
    font-size: 29px;
  }
  .contact-section .eyebrow {
    font-size: 9px;
  }
  .not-found h1 {
    font-size: 65px;
  }
}
@media (max-width: 360px) {
  .shell {
    width: calc(100% - 32px);
  }
  .brand {
    font-size: 18px;
    gap: 8px;
  }
  .brand img {
    width: 33px;
    height: 33px;
  }
  .menu-toggle {
    padding-inline: 11px;
  }
  .hero h1 {
    font-size: 71px;
  }
  .hero-art {
    height: 380px;
  }
  .scene-label {
    font-size: 23px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .section-intro h2 {
    font-size: 46px;
  }
  .companion-copy {
    padding-inline: 24px;
  }
  .companion-copy h2 {
    font-size: 52px;
  }
  .play-copy h2 {
    font-size: 54px;
  }
  .puzzle-card {
    padding-inline: 18px;
  }
  .puzzle-top {
    font-size: 8px;
  }
  .closing h2 {
    font-size: 54px;
  }
  .legal-heading h1 {
    font-size: 51px;
  }
  .support-heading h1 {
    font-size: 60px;
  }
  .contact-address {
    font-size: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  body {
    background: white;
    color: #111;
    font-size: 11pt;
  }
  .site-header,
  .site-footer,
  .legal-toc,
  .skip-link {
    display: none;
  }
  .shell {
    width: 100%;
    max-width: none;
  }
  .legal-heading {
    padding-block: 0 20px;
  }
  .legal-heading h1 {
    font-size: 38pt;
  }
  .legal-layout {
    display: block;
    padding: 0;
  }
  .legal-content {
    max-width: none;
  }
  .legal-content h2 {
    break-after: avoid;
    font-size: 16pt;
  }
  .legal-content p,
  .legal-content li {
    font-size: 10pt;
    color: #222;
    line-height: 1.6;
  }
  .legal-content section {
    margin-bottom: 20px;
  }
  .document-meta {
    display: block;
  }
  .publisher-block,
  .draft-notice {
    background: none;
    border: 1px solid #aaa;
  }
  .legal-end {
    display: none;
  }
  a {
    text-decoration: underline;
  }
  h1,
  h2,
  h3 {
    break-after: avoid;
  }
  img {
    max-height: 70vh;
    object-fit: contain;
  }
  @page {
    margin: 18mm;
  }
}

@media (max-width: 760px) {
  html:not(.has-js) .menu-toggle {
    display: none;
  }
  html:not(.has-js) .nav-inner {
    flex-wrap: wrap;
    padding-block: 15px;
  }
  html:not(.has-js) .site-header nav {
    width: 100%;
    justify-content: flex-start;
    gap: 25px;
  }
}
