@font-face {
  font-family:Fredoka;
  src:url('/assets/Fredoka-Variable.ttf') format('truetype');
  font-weight:300 700;
  font-display:swap}
@font-face {
  font-family:Quicksand;
  src:url('/assets/Quicksand-Variable.ttf') format('truetype');
  font-weight:300 700;
  font-display:swap}

:root {
  --cream:#f9f1e5;
  --brown:#51322b;
  --muted:#795f51;
  --mint:#d3e7d0;
  --pink:#f6d4d0;
  --lavender:#e0d3ee;
  --green:#637958}
* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:30px}
body {
  margin:0;
  background:var(--cream);
  color:var(--brown);
  font:500 17px/1.65 Quicksand,sans-serif}
a {
  color:inherit;
  text-decoration:none}
button,a {
  -webkit-tap-highlight-color:transparent}
button {
  font:inherit}
a:focus-visible,button:focus-visible {
  outline:3px solid #77509a;
  outline-offset:6px}
img {
  max-width:100%;
  display:block;
  height:auto}
h1,h2,h3,p {
  margin:0}
h1,h2,h3 {
  font-family:Fredoka,sans-serif;
  font-weight:500;
  line-height:1.06}
h1 {
  font-size:clamp(64px,6.9vw,104px);
  letter-spacing:-3px}
h2 {
  font-size:clamp(40px,4vw,60px);
  letter-spacing:-1.2px}
h3 {
  font-size:27px}
em {
  font-style:normal;
  color:var(--green)}
.header {
  max-width:1392px;
  margin:auto;
  padding:20px 5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:108px}

nav {
  display:flex;
  align-items:center;
  gap:36px;
  font-size:15px;
  font-weight:700}
nav a:hover {
  color:var(--green)}
.nav-play {
  background:var(--mint);
  border:2px solid #fff9;
  border-radius:30px;
  padding:11px 24px;
  box-shadow:0 3px 0 #b9c9af}
.nav-play span {
  margin-left:16px}
.hero {
  max-width:1536px;
  margin:auto;
  position:relative;
  display:grid;
  grid-template-columns:46% 54%;
  min-height:675px;
  align-items:center;
  padding:18px 0 80px 7%}
.hero-copy {
  z-index:2;
  padding:32px 0}
.eyebrow {
  font-size:12px;
  letter-spacing:2.4px;
  font-weight:700;
  margin-bottom:24px}
.eyebrow>span {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#8ea67a;
  margin:0 9px 1px 0}
.intro {
  font-size:19px;
  margin:26px 0 28px;
  line-height:1.75}
.store-links {
  display:flex;
  gap:12px;
  flex-wrap:wrap}
.store {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:16px;
  padding:15px 20px;
  line-height:1.3;
  font-size:15px;
  font-weight:700;
  min-height:57px;
  border:2px solid #fff9;
  box-shadow:0 4px 0 #49332820;
  transition:transform .2s,box-shadow .2s}
.store[href]:hover {
  transform:translateY(-3px);
  box-shadow:0 7px 0 #49332820}
.steam {
  background:var(--brown);
  color:#fff9ed}
.ios {
  background:#eee4d5;
  color:var(--brown)}
.store[aria-disabled] {
  cursor:default;
  color:#786859}
.store svg {
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5}
.ios svg {
  fill:currentColor;
  stroke:none}
.free-note {
  font-size:12px;
  margin-top:18px;
  color:var(--muted);
  font-weight:600}
.free-note span {
  padding:0 6px}
.table-scene {
  position:relative;
  isolation:isolate;
  height:595px;
  background:radial-gradient(ellipse at center,#d8b49125 45%,var(--cream) 72%),url('/assets/table.webp') center/cover;
  border-radius:48% 0 0 45%;
  margin-left:0;
  overflow:hidden;
  mask-image:linear-gradient(to right,transparent,#000 12%)}
.table-scene:after {
  content:'';
  position:absolute;
  inset:0;
  box-shadow:inset 0 0 80px 35px var(--cream);
  pointer-events:none;
  z-index:4}
.prop {
  position:absolute;
  filter:drop-shadow(4px 12px 10px #54351d23);
  pointer-events:none}
.plant {
  width:210px;
  right:-28px;
  top:-27px;
  transform:rotate(-20deg);
  z-index:2}
.tea {
  width:165px;
  left:25px;
  top:-3px;
  transform:rotate(15deg);
  z-index:2}

.puzzle-frame {
  position:absolute;
  width:73%;
  left:15%;
  top:26%;
  transform:rotate(-9deg);
  border:10px solid #f9ead2;
  border-radius:6px;
  box-shadow:3px 16px 22px #56382040;
  background:#b9966a;
  z-index:1}
.puzzle-art {
  position:relative;
  aspect-ratio:1.5;
  overflow:hidden}
.puzzle-art>img {
  width:100%;
  height:100%;
  object-fit:cover}
.seams {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  fill:none;
  stroke:#45342675;
  stroke-width:1.5;
  filter:drop-shadow(1px 1px 0 #fff6)}
.missing-piece {
  position:absolute;
  bottom:0;
  right:0;
  width:25%;
  height:25%;
  background:#b9966a;
  box-shadow:inset 2px 3px 6px #4c301b50;
  transition:opacity .35s}
.last-piece {
  position:absolute;
  bottom:-35px;
  right:-27px;
  width:25%;
  height:calc((100% - 0px)*.25);
  padding:0;
  border:0;
  overflow:hidden;
  transform:rotate(24deg);
  box-shadow:4px 5px 8px #3f2e2b60;
  cursor:pointer;
  transition:transform .65s,bottom .65s,right .65s;
  outline:2px solid #fff6}
.last-piece img {
  position:absolute;
  width:400%;
  max-width:none;
  height:400%;
  right:0;
  bottom:0;
  object-fit:cover}
.last-piece:hover {
  transform:rotate(15deg) scale(1.08)}
.puzzle-frame.complete .last-piece {
  bottom:0;
  right:0;
  transform:rotate(0);
  box-shadow:none;
  outline:none;
  cursor:default}
.puzzle-frame.complete .missing-piece {
  opacity:0}




.scroll-note {
  position:absolute;
  bottom:22px;
  left:7%;
  font-size:13px;
  font-weight:600;
  color:var(--muted)}
.scroll-note span {
  margin-left:25px}
.section {
  padding:90px 7%;
  max-width:1536px;
  margin:auto}
.escape {
  border-top:1px solid #51322b12;
  display:grid;
  grid-template-columns:1fr 1.8fr;
  gap:8%;
  background:#f5edde}
.section-heading>p:last-child {
  margin-top:22px;
  max-width:340px;
  color:var(--muted)}
.pleasures {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  align-items:center}
.feature-icon {
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  font-size:35px;
  border:3px solid #fff9;
  border-radius:23px;
  transform:rotate(-8deg);
  margin-bottom:23px}
.mint {
  background:var(--mint)}
.pink {
  background:var(--pink)}
.lavender {
  background:var(--lavender)}
.pleasures h3 {
  font-size:23px;
  line-height:1.2;
  margin-bottom:14px}
.pleasures p {
  font-size:15px;
  color:var(--muted)}
.collection-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:43px}
.collection-heading>p {
  font-size:15px;
  color:var(--muted)}
.collection-heading .eyebrow {
  margin-bottom:18px}
.pack-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px}
.pack {
  background:#fff9ef;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 6px 0 #e9dfcf;
  transition:transform .25s}
.pack:hover {
  transform:translateY(-5px)}
.pack-image {
  position:relative;
  overflow:hidden}
.pack-image img {
  width:100%;
  aspect-ratio:1.45;
  object-fit:cover;
  transition:transform .6s}
.pack:hover img {
  transform:scale(1.04)}
.pack-tag {
  position:absolute;
  bottom:15px;
  left:16px;
  font-size:12px;
  font-weight:700;
  padding:5px 13px;
  border:2px solid #fff9;
  border-radius:30px}
.pack-copy {
  padding:26px}
.pack-count {
  font-size:11px;
  letter-spacing:1.7px;
  font-weight:700;
  color:var(--muted);
  margin-bottom:10px}
.pack-copy>p:last-child {
  font-size:15px;
  margin-top:12px;
  color:var(--muted)}
.download {
  text-align:center;
  position:relative;
  background:radial-gradient(ellipse at center,#dce7cf70,transparent 65%);
  padding-top:60px;
  padding-bottom:90px}
.tiny-flower {
  display:block;
  font-size:52px;
  color:#ab8263;
  margin-bottom:18px}
.download h2 {
  font-size:clamp(48px,5vw,76px)}
.download>p:not(.eyebrow):not(.free-note) {
  margin-top:24px}
.download .store-links {
  justify-content:center;
  margin-top:30px}
footer {
  border-top:1px solid #51322b15;
  max-width:1320px;
  margin:auto;
  padding:22px 4%;
  display:flex;
  gap:25px;
  justify-content:space-between;
  align-items:center;
  font-size:13px;
  color:var(--muted)}

.skip {
  position:fixed;
  top:-100px;
  left:15px;
  z-index:20;
  background:white;
  padding:10px}
.skip:focus {
  top:15px}
@media(min-width:1600px) {
  .table-scene {
  border-radius:45%}
}
@media(max-width:1100px) {
  .hero {
  padding-left:5%;
  grid-template-columns:47% 53%;
  min-height:610px}
.table-scene {
  height:540px}
.store {
  padding:13px 15px;
  font-size:14px}
.hero .store-links {
  max-width:360px}
.hero .ios {
  min-width:196px}



.tea {
  width:145px}
.plant {
  width:175px}
.escape {
  grid-template-columns:1fr;
  gap:45px}
.section-heading {
  max-width:550px}
.section-heading>p:last-child {
  max-width:500px}
.section {
  padding:65px 6%}
.collection-heading {
  align-items:start;
  flex-direction:column;
  gap:22px}
.pack-grid {
  gap:18px}
.pack-copy {
  padding:20px}
.pack h3 {
  font-size:25px}
}
@media(max-width:700px) {
  .header {
  padding:14px 6%;
  min-height:84px}

nav {
  gap:0}
nav>a:not(.nav-play) {
  display:none}
.nav-play {
  font-size:13px;
  padding:9px 15px}
.hero {
  display:flex;
  flex-direction:column;
  padding:8px 0 60px;
  min-height:0}
.hero-copy {
  padding:27px 7% 0;
  width:100%;
  text-align:center}
h1 {
  font-size:72px;
  letter-spacing:-2px}
.hero-copy .eyebrow {
  font-size:11px;
  margin-bottom:19px}
.intro {
  font-size:17px;
  margin:20px 0 25px}
.hero .store-links {
  max-width:none;
  justify-content:center;
  gap:10px}
.hero .ios {
  min-width:0}
.store {
  font-size:13px;
  padding:13px 14px;
  gap:8px}
.store svg {
  width:19px;
  height:19px}
.free-note {
  font-size:11px}
.table-scene {
  width:100%;
  height:440px;
  margin-top:8px;
  border-radius:0;
  mask-image:none}
.puzzle-frame {
  width:70%;
  left:15%;
  top:27%}
.tea {
  width:132px;
  left:6%;
  top:0}
.plant {
  width:155px;
  right:-12px;
  top:2px}



.scroll-note {
  bottom:17px;
  left:0;
  text-align:center;
  width:100%}
.section {
  padding:57px 7%}
.section-heading {
  text-align:center}
.section-heading>p:last-child {
  font-size:16px}
.pleasures {
  grid-template-columns:1fr;
  gap:31px}
.pleasures article {
  display:grid;
  grid-template-columns:60px 1fr;
  column-gap:20px}
.feature-icon {
  grid-row:1/3;
  width:56px;
  height:56px;
  margin:0}
.pleasures h3 {
  font-size:24px;
  margin-bottom:7px}
.pleasures p {
  font-size:15px}
.collection-heading {
  gap:20px;
  text-align:center;
  align-items:center}
.collection-heading .eyebrow {
  font-size:10px}
.pack-grid {
  grid-template-columns:1fr;
  gap:26px}
.pack-copy {
  padding:25px}
.pack h3 {
  font-size:30px}
.pack-image img {
  aspect-ratio:1.6}
.download h2 {
  font-size:55px}
.download .store-links {
  gap:10px}
.download {
  padding-top:25px;
  padding-bottom:62px}
footer {
  flex-wrap:wrap;
  justify-content:center;
  gap:9px 20px;
  text-align:center}
footer>span {
  width:100%;
  font-size:12px}
}
@media(max-width:380px) {
  h1 {
  font-size:62px}
.store {
  font-size:12px;
  padding:12px 10px}
.table-scene {
  height:390px}


}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*:before,*:after {
  transition:none!important;
  animation:none!important}
}


/* Frame the existing logo's transparent padding without changing the artwork. */
.brand, .footer-brand { position:relative; display:block; overflow:hidden; flex-shrink:0; width:180px; aspect-ratio:474 / 320; }
.brand img, .footer-brand img { position:absolute; width:190%; max-width:none; height:auto; left:-45.4%; top:-33.1%; }
.footer-brand { width:130px; }
.hero h1 { font-size:clamp(56px, 5.8vw, 88px); letter-spacing:-2px; }
.piece-prompt { position:absolute; bottom:60px; left:20%; z-index:3; font-size:16px; font-weight:700; }
@media(max-width:1100px) { .piece-prompt { left:18%; bottom:95px; } }
@media(max-width:700px) { .brand { width:140px; } .hero h1 { font-size:clamp(42px, 10.5vw, 64px); letter-spacing:-1px; } .piece-prompt { bottom:43px; left:0; width:100%; text-align:center; font-size:15px; } }

/* Artwork and caption have separate layout space at every screen width. */
.hero-visual { width:100%; min-width:0; margin:0; }
.table-scene { height:auto; width:100%; aspect-ratio:1.08; border-radius:0; mask-image:none; background:none; margin:0; }
.table-scene:before { content:''; position:absolute; inset:0; z-index:-1; background:url('/assets/table.webp') center/cover; mask-image:radial-gradient(ellipse at center, #000 25%, transparent 72%); }
.table-scene:after { box-shadow:inset 0 0 45px 12px var(--cream); }
.table-scene .tea { top:4%; left:6%; width:25%; }
.table-scene .plant { top:0; right:0; width:30%; }
.table-scene .puzzle-frame { top:25%; }
.piece-prompt { position:static; margin:0 20px 24px; width:auto; text-align:center; font-size:16px; line-height:1.5; }
.footer-nav { display:flex; flex-wrap:wrap; justify-content:center; gap:12px 26px; font-size:14px; }
.footer-nav a { padding:8px 0; text-decoration:underline; text-underline-offset:4px; }
.document { max-width:850px; margin:20px auto 90px; padding:0 28px; }
.document h1 { font-size:clamp(42px, 6vw, 68px); letter-spacing:-1px; margin:25px 0; }
.document h2 { font-size:28px; letter-spacing:0; margin:36px 0 14px; }
.document p, .document ul { margin:14px 0; }
.document a { text-decoration:underline; text-underline-offset:3px; }
.document .back-link { font-size:14px; }
.document .updated { font-size:14px; color:var(--muted); }
.document .document-note { background:var(--lavender); padding:18px 22px; border-radius:14px; }
.document .contact-card { background:#f1e7d6; padding:20px 26px; border-radius:18px; margin:25px 0; }
@media(max-width:700px) {
  .hero-visual { margin-top:15px; }
  .piece-prompt { margin:10px 20px 24px; font-size:15px; }
  .footer-nav a:not(.nav-play) { display:block; }
  footer { padding-top:30px; padding-bottom:30px; }
  .footer-nav { width:100%; }
  .document { padding:0 24px; }
}
