:root {
  --cream:#f6f1e5;
  --green:#194e50;
  --ink:#234a43;
  --muted:#5c6d5e;
  --gold:#e4b856;
  --line:#d5d3be;
  font-family:"Avenir Next",Avenir,system-ui,sans-serif;
  color:var(--ink);
  background:var(--cream);
  font-synthesis:none;
  scroll-behavior:smooth;
  scroll-padding-top:28px;
}
* {
  box-sizing:border-box;
}
body {
  margin:0;
}
img {
  max-width:100%;
  height:auto;
  vertical-align:middle;
}
a {
  color:inherit;
  text-underline-offset:4px;
}
a:focus-visible {
  outline:3px solid #b96a33;
  outline-offset:5px;
  border-radius:3px;
}
h1,h2,h3,p {
  margin-top:0;
}
h1,h2,h3 {
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
}
p {
  line-height:1.7;
}
.wrap {
  width:min(1184px,calc(100% - 48px));
  margin-inline:auto;
}
.skip {
  position:absolute;
  top:8px;
  left:16px;
  padding:14px;
  background:var(--green);
  color:var(--cream);
  z-index:20;
  transform:translateY(-150%);
}
.skip:focus {
  transform:none;
}
.header {
  min-height:100px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid var(--line);
}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font:20px/1.05 Georgia,serif;
}
.brand>span>span {
  display:block;
  font-size:15px;
  margin-top:4px;
}
.brand img {
  width:31px;
  height:36px;
}
.header nav {
  display:flex;
  gap:32px;
  align-items:center;
  font-size:12px;
  font-weight:600;
}
.header nav a {
  text-decoration:none;
  padding-block:14px;
}
.header nav a:hover {
  text-decoration:underline;
}
.header .nav-download {
  border-bottom:1px solid var(--green);
}
.nav-download span {
  padding-left:12px;
}
.hero {
  display:grid;
  grid-template-columns:1.08fr 1fr;
  gap:60px;
  padding-top:68px;
  padding-bottom:72px;
  align-items:center;
}
.eyebrow {
  text-transform:uppercase;
  font-size:10px;
  letter-spacing:2.1px;
  font-weight:650;
  line-height:1.8;
}
.hero .eyebrow {
  margin-bottom:24px;
}
.little-star {
  color:#a26c26;
  margin-right:8px;
  font-size:15px;
}
.hero h1 {
  font-size:90px;
  line-height:.94;
  letter-spacing:-4px;
  margin-bottom:30px;
}
.hero h1>span {
  display:block;
  font-size:52px;
  letter-spacing:-2px;
  margin-top:9px;
  white-space:nowrap;
}
.hero h2 {
  font-size:30px;
  line-height:1.2;
  margin-bottom:16px;
  letter-spacing:-.4px;
}
.hero-description {
  font-size:15px;
  color:var(--muted);
  margin-bottom:20px;
}
.stores {
  display:flex;
  gap:8px;
  align-items:flex-start;
  justify-content:flex-start;
}
.store {
  display:flex;
  align-items:center;
  flex-direction:column;
  text-decoration:none;
  position:relative;
  min-height:90px;
  justify-content:flex-start;
}
.store.apple {
  padding:10px;
}
.store.google {
  padding:0;
}
.store img {
  flex-shrink:0;
  object-fit:contain;
}
.store.apple img {
  width:132px;
  height:44px;
  margin-top:1px;
}
.store.google img {
  width:171px;
  height:66px;
}
.store-status {
  display:block;
  font-size:10px;
  letter-spacing:.7px;
  font-weight:500;
  line-height:20px;
}
.store.apple .store-status {
  margin-top:11px;
}
.store[aria-disabled=true] {
  cursor:default;
}
.store[href]:hover img {
  filter:brightness(1.18);
}
.store [hidden] {
  display:none;
}
.platforms {
  font-size:10px;
  letter-spacing:1.4px;
  color:var(--muted);
  margin:5px 0 0 10px;
}
.hero-art {
  position:relative;
  min-width:0;
  margin:0 24px 0 0;
  isolation:isolate;
}
.scene-frame {
  position:relative;
  overflow:hidden;
  border-radius:220px 220px 16px 16px;
  height:495px;
  background:#e9eddb;
  box-shadow:0 0 0 9px var(--cream),0 0 0 10px #b6b99d,0 22px 40px #294f4012;
}
.scene {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center bottom;
}
.scene-caption {
  position:absolute;
  bottom:22px;
  left:0;
  right:0;
  text-align:center;
  color:#fff2d0;
  font:italic 13px Georgia,serif;
  letter-spacing:.4px;
}
.tile {
  position:absolute;
  display:grid;
  place-items:center;
  width:86px;
  height:106px;
  background:linear-gradient(145deg,#fffdf2,#f4e9c9);
  border:1px solid #e0d6b5;
  border-radius:11px;
  box-shadow:1px 2px 0 #d2bc85,3px 7px 0 #9c8455,6px 15px 18px #082b352b;
  padding:12px;
}
.tile img {
  width:100%;
  height:100%;
}
.tile-bike {
  top:28px;
  left:-39px;
  transform:rotate(-16deg);
  width:99px;
  height:119px;
}
.tile-tulip {
  right:-37px;
  top:131px;
  transform:rotate(14deg);
}
.tile-house {
  left:-25px;
  bottom:24px;
  transform:rotate(-11deg);
  width:76px;
  height:94px;
}
.tile-record {
  right:-22px;
  bottom:-16px;
  transform:rotate(17deg);
  width:75px;
  height:91px;
}
.art-star {
  position:absolute;
  color:#a9803c;
  font-size:35px;
}
.star-one {
  top:12px;
  right:30px;
}
.star-two {
  bottom:140px;
  left:-51px;
  font-size:24px;
}
.city-divider {
  display:flex;
  align-items:flex-end;
  gap:23px;
  justify-content:center;
}
.city-divider span {
  height:1px;
  background:var(--line);
  flex:1;
  margin-bottom:1px;
}
.city-divider img {
  width:80px;
  height:auto;
  opacity:.9;
}
.intro {
  text-align:center;
  padding-top:64px;
  padding-bottom:32px;
}
.intro .eyebrow {
  color:#8c5b35;
  margin-bottom:19px;
}
.intro h2 {
  font-size:45px;
  letter-spacing:-1.4px;
  line-height:1.15;
  margin-bottom:22px;
}
.intro p:not(.eyebrow) {
  font-size:14px;
  color:var(--muted);
  margin-bottom:13px;
}
.gameplay {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
  padding-top:20px;
}
.game-card {
  min-width:0;
}
.game-visual {
  position:relative;
  height:375px;
  overflow:hidden;
  border:1px solid #ded7c3;
  border-radius:120px 120px 8px 8px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding-top:25px;
}
.board-visual {
  background:#d9e1d0;
}
.map-visual {
  background:#e6d5b5;
}
.master-visual {
  background:#e5ddc3;
  align-items:center;
  padding:0;
}
.phone {
  width:194px;
  border:6px solid #234943;
  border-radius:26px;
  background:#194e50;
  overflow:hidden;
  box-shadow:8px 10px 0 #1f474321,0 12px 23px #244b4021;
  transform:rotate(-5deg);
  flex-shrink:0;
}
.phone img {
  width:100%;
  display:block;
}
.map-phone {
  transform:rotate(5deg);
  margin-top:19px;
  width:214px;
  background:#e9eddb;
}
.visual-note {
  position:absolute;
  bottom:0;
  padding:13px 10px 15px;
  text-align:center;
  left:0;
  right:0;
  font:italic 13px Georgia,serif;
  background:#f6f1e5ee;
  border-top:1px solid #ffffff70;
  color:#496254;
}
.card-copy {
  padding:25px 0 0;
  display:flex;
  gap:14px;
}
.step {
  font:12px Georgia,serif;
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border:1px solid #bfc5ad;
  border-radius:50%;
  flex-shrink:0;
  margin-top:3px;
}
.card-copy h3 {
  font-size:29px;
  margin-bottom:7px;
}
.card-copy p {
  font-size:12px;
  line-height:1.65;
  color:var(--muted);
  margin-bottom:0;
}
.mystery-tile {
  position:relative;
  display:grid;
  place-items:center;
  width:110px;
  height:148px;
  border-radius:15px;
  border:2px solid #cfac5d;
  background:linear-gradient(135deg,#656044,#343d31);
  box-shadow:3px 6px 0 #897344,7px 11px 0 #b59751,14px 23px 30px #173d402c;
  transform:rotate(12deg);
}
.mystery-tile:before {
  content:"";
  position:absolute;
  inset:8px;
  border:1px solid #d1b66c70;
  border-radius:8px;
}
.mystery-tile span {
  font:66px Georgia,serif;
  color:#e9cb7e;
  text-shadow:0 2px #323e31;
}
.master-visual .mystery-tile {
  margin-top:-16px;
  z-index:1;
}
.master-houses {
  position:absolute;
  width:205px;
  bottom:25px;
  left:-28px;
  opacity:.48;
}
.capture-note {
  font-size:10px;
  color:var(--muted);
  padding-top:28px;
  padding-bottom:61px;
  margin-bottom:0;
}
.golden {
  background:#194b48;
  color:var(--cream);
  position:relative;
  overflow:hidden;
}
.golden-inner {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  align-items:center;
  gap:80px;
  padding-top:72px;
  padding-bottom:76px;
}
.golden-art {
  height:290px;
  position:relative;
  display:grid;
  place-items:center;
}
.golden-art .mystery-tile {
  width:133px;
  height:182px;
  transform:rotate(-12deg);
  box-shadow:3px 6px 0 #897344,7px 11px 0 #b59751,18px 26px 30px #082b3540;
}
.golden-art .mystery-tile span {
  font-size:85px;
}
.gold-orbit {
  position:absolute;
  width:270px;
  height:270px;
  border:1px solid #d9bf7150;
  border-radius:50%;
  background:radial-gradient(#d9bf7124,transparent 70%);
}
.gold-orbit:after {
  content:"";
  position:absolute;
  inset:22px;
  border:1px dashed #d9bf7138;
  border-radius:50%;
}
.gold-spark {
  position:absolute;
  color:var(--gold);
}
.spark-a {
  font-size:37px;
  top:12px;
  right:67px;
}
.spark-b {
  font-size:29px;
  bottom:35px;
  left:71px;
}
.golden-copy .eyebrow {
  color:#e6c991;
  margin-bottom:22px;
}
.golden h2 {
  font-size:53px;
  line-height:1.1;
  letter-spacing:-1px;
  margin-bottom:22px;
}
.golden h2 em {
  font-weight:400;
  color:#eaca83;
}
.golden-copy>p:not(.eyebrow) {
  max-width:405px;
  color:#dce3ce;
  font-size:14px;
  line-height:1.8;
}
.golden-signoff {
  font:italic 16px Georgia,serif;
  color:#e6c991;
  display:block;
  margin-top:23px;
}
.download {
  text-align:center;
  padding-top:73px;
  padding-bottom:75px;
}
.download>img {
  width:83px;
  margin-bottom:25px;
}
.download .eyebrow {
  margin-bottom:15px;
}
.download h2 {
  font-size:58px;
  letter-spacing:-2px;
  margin-bottom:17px;
}
.download>p:not(.eyebrow):not(.platforms) {
  font-size:14px;
  color:var(--muted);
  margin-bottom:22px;
}
.download .stores {
  justify-content:center;
}
.download .platforms {
  margin-left:0;
}
.footer {
  background:#e9ebdc;
  border-top:1px solid #d6dac6;
  padding:35px 24px;
}
.footer-inner {
  max-width:1184px;
  margin:auto;
  display:grid;
  grid-template-columns:220px 1fr;
  column-gap:50px;
}
.footer-brand {
  font:23px/1.1 Georgia,serif;
  text-decoration:none;
  align-self:start;
  padding-top:6px;
}
.footer-brand span {
  display:block;
  font-size:17px;
  margin-top:4px;
}
.footer p {
  font-size:11px;
  line-height:2.5;
  margin-bottom:15px;
  overflow-wrap:anywhere;
}
.footer p a {
  display:inline-block;
  min-height:44px;
}
.footer p span {
  margin-inline:5px;
  color:#6b7661;
}
.footer small {
  grid-column:2;
  font-size:9px;
  color:var(--muted);
  line-height:1.8;
}
.back-link {
  font-size:12px;
  padding:12px 0;
}
.privacy {
  max-width:740px;
  padding-top:62px;
  padding-bottom:65px;
}
.privacy h1 {
  font-size:64px;
  margin-bottom:25px;
  letter-spacing:-2px;
}
.privacy-lead {
  font-size:19px;
}
.privacy h2 {
  font-size:27px;
  margin-top:35px;
  margin-bottom:12px;
}
.privacy p {
  font-size:15px;
  line-height:1.9;
  overflow-wrap:anywhere;
}
.privacy .privacy-date {
  font-size:12px;
  color:var(--muted);
  margin-top:35px;
}
@media(min-width:1500px) {
  .hero {
    padding-block:90px;
  }
  .hero-art {
    margin-left:20px;
  }
}
@media(max-width:1000px) {
  .hero {
    gap:35px;
    padding-top:55px;
    padding-bottom:65px;
  }
  .hero h1 {
    font-size:72px;
  }
  .hero h1>span {
    font-size:40px;
  }
  .hero h2 {
    font-size:27px;
  }
  .hero .eyebrow {
    font-size:8px;
    letter-spacing:1.3px;
  }
  .hero-art {
    margin-right:13px;
    margin-left:8px;
  }
  .scene-frame {
    height:425px;
  }
  .tile-bike {
    width:76px;
    height:95px;
    left:-25px;
  }
  .tile-tulip {
    width:69px;
    height:85px;
    right:-25px;
  }
  .tile-house {
    width:61px;
    height:76px;
    left:-20px;
  }
  .tile-record {
    width:61px;
    height:75px;
    right:-13px;
  }
  .star-two {
    left:-31px;
  }
  .gameplay {
    gap:18px;
  }
  .game-visual {
    height:320px;
    border-radius:95px 95px 8px 8px;
  }
  .phone {
    width:167px;
  }
  .map-phone {
    width:173px;
  }
  .golden-inner {
    gap:35px;
  }
  .golden h2 {
    font-size:46px;
  }
  .hero .stores {
    gap:0;
  }
  .hero .store.apple img {
    width:120px;
    height:40px;
  }
  .hero .store.google img {
    width:155px;
    height:60px;
  }
  .hero .store.apple .store-status {
    margin-top:9px;
  }
  .golden-art .spark-a {
    right:22px;
  }
  .golden-art .spark-b {
    left:20px;
  }
}
@media(max-width:700px) {
  .wrap {
    width:calc(100% - 44px);
  }
  .header {
    min-height:79px;
    gap:12px;
  }
  .brand {
    font-size:18px;
    gap:6px;
  }
  .brand>span>span {
    font-size:13px;
  }
  .brand img {
    width:26px;
    height:31px;
  }
  .header nav {
    gap:0;
    font-size:11px;
  }
  .header nav a:not(.nav-download) {
    display:none;
  }
  .nav-download span {
    padding-left:4px;
  }
  .hero {
    grid-template-columns:1fr;
    gap:43px;
    padding-top:38px;
    padding-bottom:49px;
    text-align:center;
  }
  .hero .eyebrow {
    font-size:8px;
    letter-spacing:1.45px;
    margin-bottom:21px;
  }
  .little-star {
    font-size:12px;
    margin-right:4px;
  }
  .hero h1 {
    font-size:70px;
    letter-spacing:-3px;
    margin-bottom:24px;
  }
  .hero h1>span {
    font-size:40px;
    letter-spacing:-1.7px;
    margin-top:8px;
  }
  .hero h2 {
    font-size:27px;
    line-height:1.2;
    margin-bottom:13px;
  }
  .hero-description {
    font-size:13px;
    line-height:1.7;
    margin-bottom:12px;
  }
  .stores {
    justify-content:center;
    gap:0;
  }
  .store.apple {
    padding-inline:8px;
  }
  .store.apple img {
    width:120px;
    height:40px;
  }
  .store.google img {
    width:155px;
    height:60px;
  }
  .store.apple .store-status {
    margin-top:9px;
  }
  .platforms {
    margin:0;
    font-size:9px;
    letter-spacing:1.2px;
  }
  .hero-art {
    width:calc(100% - 34px);
    max-width:360px;
    margin:0 auto;
  }
  .scene-frame {
    height:360px;
  }
  .tile-bike {
    width:72px;
    height:88px;
    left:-18px;
    top:15px;
    padding:10px;
  }
  .tile-tulip {
    right:-19px;
    top:105px;
    width:65px;
    height:81px;
    padding:10px;
  }
  .tile-house {
    width:58px;
    height:73px;
    left:-15px;
    bottom:22px;
    padding:8px;
  }
  .tile-record {
    right:-16px;
    width:59px;
    height:72px;
    bottom:-8px;
    padding:8px;
  }
  .scene-caption {
    font-size:11px;
    bottom:19px;
  }
  .star-one {
    font-size:27px;
    top:0;
    right:13px;
  }
  .star-two {
    font-size:23px;
    left:-27px;
    bottom:122px;
  }
  .city-divider {
    gap:18px;
  }
  .city-divider img {
    width:65px;
  }
  .intro {
    padding-top:43px;
    padding-bottom:20px;
  }
  .intro .eyebrow {
    font-size:9px;
    margin-bottom:17px;
  }
  .intro h2 {
    font-size:33px;
    letter-spacing:-.9px;
    line-height:1.15;
  }
  .intro p:not(.eyebrow) {
    font-size:13px;
    line-height:1.8;
  }
  .desktop-break {
    display:none;
  }
  .gameplay {
    grid-template-columns:1fr;
    gap:35px;
    max-width:380px;
    padding-top:12px;
  }
  .game-visual {
    height:345px;
    border-radius:110px 110px 8px 8px;
  }
  .phone {
    width:185px;
  }
  .map-phone {
    width:210px;
    margin-top:7px;
  }
  .card-copy {
    padding-top:19px;
    gap:12px;
  }
  .card-copy h3 {
    font-size:28px;
    margin-bottom:5px;
  }
  .card-copy p {
    font-size:13px;
  }
  .master-visual {
    height:270px;
  }
  .master-visual .mystery-tile {
    width:96px;
    height:130px;
  }
  .master-houses {
    width:220px;
    left:-14px;
  }
  .capture-note {
    padding-top:24px;
    padding-bottom:40px;
    text-align:center;
  }
  .golden-inner {
    grid-template-columns:1fr;
    gap:5px;
    padding-block:37px 45px;
    text-align:center;
  }
  .golden-art {
    height:232px;
  }
  .gold-orbit {
    width:210px;
    height:210px;
  }
  .golden-art .mystery-tile {
    width:98px;
    height:135px;
  }
  .golden-art .mystery-tile span {
    font-size:65px;
  }
  .golden-art .spark-a {
    right:50px;
    top:17px;
    font-size:27px;
  }
  .golden-art .spark-b {
    left:55px;
    bottom:30px;
    font-size:23px;
  }
  .golden-copy .eyebrow {
    font-size:8px;
    letter-spacing:1.6px;
    margin-top:15px;
    margin-bottom:19px;
  }
  .golden h2 {
    font-size:43px;
  }
  .golden-copy>p:not(.eyebrow) {
    font-size:13px;
    max-width:310px;
    margin-inline:auto;
  }
  .golden-signoff {
    font-size:15px;
    margin-top:20px;
  }
  .download {
    padding-block:47px 49px;
  }
  .download>img {
    width:70px;
    margin-bottom:21px;
  }
  .download .eyebrow {
    font-size:8px;
    letter-spacing:1.7px;
  }
  .download h2 {
    font-size:45px;
    letter-spacing:-1px;
  }
  .download>p:not(.eyebrow):not(.platforms) {
    font-size:13px;
    margin-bottom:16px;
  }
  .footer {
    padding:29px 22px;
  }
  .footer-inner {
    display:block;
    text-align:center;
  }
  .footer-brand {
    display:inline-block;
    margin-bottom:22px;
  }
  .footer p {
    font-size:11px;
    line-height:2.2;
    margin-bottom:14px;
  }
  .footer small {
    font-size:8px;
  }
  .privacy {
    padding-top:40px;
    padding-bottom:40px;
  }
  .privacy h1 {
    font-size:50px;
  }
  .privacy h2 {
    font-size:24px;
  }
  .privacy p {
    font-size:14px;
  }
  .back-link {
    max-width:110px;
    text-align:right;
    font-size:11px;
    line-height:1.6;
  }
}
@media(max-width:374px) {
  .wrap {
    width:calc(100% - 32px);
  }
  .hero h1 {
    font-size:62px;
  }
  .hero h1>span {
    font-size:35px;
  }
  .hero .eyebrow {
    letter-spacing:1px;
  }
  .hero-art {
    width:calc(100% - 38px);
  }
  .scene-frame {
    height:320px;
  }
  .store.apple {
    padding-inline:3px;
  }
  .header .brand {
    font-size:16px;
  }
  .header .brand>span>span {
    font-size:12px;
  }
}
@media(prefers-reduced-motion:reduce) {
  :root {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important;
  }
}
/* Keep the complete game captures inside their frames. */
.store.apple {
  padding-inline:11px;
}
.game-visual {
  height:440px;
}
.phone {
  width:174px;
}
.map-phone {
  width:210px;
}
@media(min-width:701px) and (max-width:1000px) {
  .game-visual {
    height:395px;
  }
  .phone {
    width:150px;
  }
  .map-phone {
    width:173px;
  }
}
@media(max-width:700px) {
  .game-visual {
    height:430px;
  }
  .phone {
    width:170px;
  }
  .map-phone {
    width:200px;
  }
  .master-visual {
    height:270px;
  }
}

.brand {
  min-height: 44px;
}
.header nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 700px) {
  .header nav a:not(.nav-download) {
    display: none;
  }
}
