/* No remote fonts, frameworks, generated illustration or tracking. */
:root {
  color-scheme:light;
  --ink:#201915;
  --cyan:#17bbed;
  --yellow:#ffe14c;
  --red:#f83422;
  --paper:#fff8e8;
  --cream:#fff5df;
  --night:#111b49;
  --body:"Trebuchet MS",Arial,sans-serif;
  --display:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:24px;
}
body {
  margin:0;
  color:var(--ink);
  font-family:var(--body);
  font-size:18px;
  line-height:1.65;
}
img {
  display:block;
  max-width:100%;
  height:auto;
}
a {
  color:inherit;
  text-underline-offset:.22em;
}
button,input {
  font:inherit;
}
button,a {
  -webkit-tap-highlight-color:transparent;
}
button {
  cursor:pointer;
}
button:disabled {
  cursor:default;
}
h1,h2,h3,p,figure {
  margin:0;
}
h1,h2,h3 {
  font-family:var(--display);
  line-height:1.1;
  letter-spacing:-.035em;
}
h2 {
  font-size:clamp(2rem,4.4vw,4rem);
}
h3 {
  font-size:clamp(1.45rem,2.6vw,2.4rem);
}
p+p {
  margin-top:1rem;
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid #a82372;
  outline-offset:5px;
}
::selection {
  background:#ffe14c;
  color:#201915;
}
.wrap {
  width:min(1240px,calc(100% - 80px));
  margin-inline:auto;
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.skip-link {
  position:fixed;
  top:12px;
  left:12px;
  padding:10px 18px;
  background:#fff;
  color:#201915;
  z-index:99;
  transform:translateY(-200%);
}
.skip-link:focus {
  transform:none;
}
.eyebrow {
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.13em;
  line-height:1.5;
}
.nav-row,.footer-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}
.nav-row {
  min-height:104px;
}
nav {
  display:flex;
  align-items:center;
  gap:32px;
}
nav a {
  min-height:48px;
  display:inline-flex;
  align-items:center;
  font-weight:700;
  text-decoration:none;
}
nav a:hover {
  text-decoration:underline;
}
.studio-header {
  background:var(--yellow);
  border-bottom:3px solid var(--ink);
}
.studio-brand {
  display:flex;
  align-items:center;
  gap:18px;
  text-decoration:none;
}
.studio-brand img {
  width:66px;
  height:60px;
  object-fit:contain;
  border:2px solid var(--ink);
  transform:rotate(-4deg);
}
.studio-brand span {
  font-size:.74rem;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.055em;
}
.studio-hero {
  background:var(--cyan);
  border-bottom:3px solid var(--ink);
}
.hero-art {
  padding-block:28px;
}
.hero-art img {
  width:100%;
}
.studio-page {
  background:var(--paper);
}
.studio-intro {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:80px;
  padding-block:80px 92px;
}
.ink-label {
  display:inline-block;
  background:#c82418;
  color:#fff;
  padding:5px 12px;
  font-size:.8rem;
  letter-spacing:.065em;
  font-weight:800;
  transform:rotate(-2deg);
  border:2px solid var(--ink);
  margin-bottom:24px;
}
.intro-heading h2 {
  font-family:"Arial Black",var(--display);
  font-size:clamp(2.4rem,4.8vw,4.5rem);
  line-height:1.02;
  letter-spacing:-.06em;
}
.intro-copy {
  align-self:center;
  max-width:490px;
  font-size:1.16rem;
}
.text-link {
  display:inline-flex;
  gap:20px;
  align-items:center;
  min-height:48px;
  font-weight:800;
  margin-top:20px;
}
.text-link span {
  font-size:1.7em;
}
.games-section {
  background:var(--yellow);
  border-block:3px solid var(--ink);
  padding-block:58px 90px;
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-bottom:38px;
}
.section-heading h2 {
  font-family:"Arial Black",var(--display);
  letter-spacing:-.05em;
}
.section-heading h2 span {
  color:#e03124;
}
.paper-note {
  font-size:.92rem;
  font-weight:800;
  transform:rotate(3deg);
  padding:10px 18px;
  background:var(--paper);
  border:2px solid var(--ink);
  box-shadow:3px 4px 0 var(--ink);
}
.featured-game {
  background:var(--paper);
  border:3px solid var(--ink);
  border-radius:18px 25px 20px 13px;
  box-shadow:9px 9px 0 var(--ink);
  overflow:hidden;
}
.feature-art {
  display:block;
  border-bottom:3px solid var(--ink);
  background:var(--night);
}
.feature-art img {
  width:100%;
  object-fit:contain;
}
.feature-copy {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding:38px 42px;
}
.feature-copy h3 {
  margin-block:9px 12px;
  font-size:2.6rem;
}
.feature-copy p:last-child {
  max-width:580px;
}
.ink-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  flex-shrink:0;
  background:#c82418;
  color:#fff;
  border:3px solid var(--ink);
  padding:14px 24px;
  font-weight:900;
  text-decoration:none;
  box-shadow:4px 4px 0 var(--ink);
  border-radius:5px 9px 7px 5px;
  transition:transform .15s,box-shadow .15s;
}
.ink-button:hover {
  transform:translate(-1px,-2px);
  box-shadow:6px 6px 0 var(--ink);
}
.ink-button span {
  font-size:1.4em;
}
.studio-footer {
  padding-block:38px;
  background:var(--cyan);
}
.footer-row {
  flex-wrap:wrap;
}
.footer-wordmark {
  font-weight:900;
  font-size:1.1rem;
  letter-spacing:-.045em;
  text-decoration:none;
}
.footer-row small {
  font-size:.8rem;
}
.footer-row nav {
  gap:22px;
  font-size:.9rem;
}
@media(max-width:900px) {
  .wrap {
    width:calc(100% - 48px);
  }
  .studio-intro {
    gap:36px;
    padding-block:55px;
  }
  .feature-copy {
    align-items:flex-start;
    flex-direction:column;
    gap:24px;
    padding:30px;
  }
  .footer-row {
    gap:18px;
  }
  .footer-row small {
    flex-basis:100%;
  }
  .paper-note {
    max-width:220px;
  }
}
@media(max-width:600px) {
  body {
    font-size:16px;
  }
  .wrap {
    width:calc(100% - 36px);
  }
  .nav-row {
    min-height:86px;
    gap:12px;
  }
  .studio-brand img {
    width:51px;
    height:47px;
  }
  .studio-brand span {
    display:none;
  }
  nav {
    gap:22px;
  }
  .hero-art {
    max-width:400px;
    padding-block:18px;
  }
  .hero-art img {
    aspect-ratio:837/760;
  }
  .studio-intro {
    grid-template-columns:1fr;
    gap:24px;
    padding-block:42px 48px;
  }
  .intro-heading h2 {
    font-size:2.6rem;
  }
  .ink-label {
    margin-bottom:18px;
    font-size:.72rem;
  }
  .intro-copy {
    font-size:1.04rem;
  }
  .games-section {
    padding-block:38px 52px;
  }
  .section-heading {
    align-items:flex-start;
    gap:20px;
    margin-bottom:28px;
  }
  .section-heading h2 {
    font-size:2.2rem;
  }
  .paper-note {
    font-size:.73rem;
    max-width:146px;
    padding:8px 10px;
  }
  .featured-game {
    box-shadow:5px 6px 0 var(--ink);
  }
  .feature-copy {
    padding:24px 20px;
  }
  .feature-copy h3 {
    font-size:2rem;
  }
  .feature-copy .eyebrow {
    font-size:.68rem;
  }
  .ink-button {
    width:100%;
    padding:12px 18px;
  }
  .studio-footer {
    padding-block:28px;
  }
  .footer-row nav {
    flex-wrap:wrap;
    gap:8px 20px;
  }
  .footer-row small {
    margin-top:4px;
  }
}
.bedtime-page {
  background:#fff7e8;
  color:#483023;
  --display:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif;
}
.bedtime-header {
  background:#fff7e8;
  border-bottom:1px solid #dbbfa5;
}
.bedtime-header .nav-row {
  min-height:92px;
}
.bedtime-brand {
  display:flex;
  align-items:center;
  gap:13px;
  text-decoration:none;
  font-weight:800;
  font-size:1.2rem;
  letter-spacing:-.025em;
  line-height:1.2;
}
.bedtime-brand img {
  width:48px;
  height:48px;
  border-radius:14px;
  flex-shrink:0;
}
.bedtime-header nav {
  font-size:.9rem;
}
.bedtime-hero {
  background:var(--night);
  color:#fff3d7;
  padding-block:42px 62px;
  border-bottom:5px solid #d1a779;
}
.bedtime-hero-art {
  width:100%;
  border:2px solid #edcf93;
  border-radius:24px;
  box-shadow:0 12px 35px #02072577;
}
.hero-caption {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  padding:45px 25px 0;
}
.hero-caption .eyebrow {
  color:#e8c788;
  margin-bottom:13px;
}
.hero-caption h2 {
  font-size:clamp(2.5rem,4.8vw,4.3rem);
  letter-spacing:-.045em;
}
.hero-caption>div:last-child {
  align-self:center;
  max-width:510px;
}
.hero-caption p:not(.eyebrow) {
  font-size:1.15rem;
  line-height:1.65;
}
.cozy-button {
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  border:2px solid #835c3d;
  border-radius:15px;
  background:#f5d28b;
  color:#422b1e;
  box-shadow:0 4px 0 #b18a58;
  text-decoration:none;
  padding:13px 25px;
  font-weight:800;
  transition:transform .15s,box-shadow .15s;
}
.cozy-button:hover {
  transform:translateY(-2px);
  box-shadow:0 6px 0 #b18a58;
}
.cream-button {
  background:#fff0c9;
  margin-top:24px;
  border-color:#ebc278;
}
.cozy-button:focus-visible,.bedtime-page a:focus-visible,.bedtime-page summary:focus-visible {
  outline-color:#bc4187;
}
.discover-section {
  padding-block:80px;
}
.cozy-section-heading {
  text-align:center;
  margin-bottom:44px;
}
.cozy-section-heading .eyebrow {
  color:#836344;
  margin-bottom:14px;
}
.cozy-section-heading h2 {
  font-size:clamp(2rem,4vw,3.4rem);
}
.promos {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  align-items:start;
}
.promo>img {
  width:100%;
  border-radius:20px;
  border:2px solid #dcb89b;
  box-shadow:0 7px 0 #e9d4bb;
}
.promo:nth-child(2) {
  margin-top:28px;
}
.promo:nth-child(3) {
  margin-top:8px;
}
.promo figcaption {
  padding:27px 4px 0;
}
.promo h3 {
  font-size:1.55rem;
  letter-spacing:-.025em;
  margin-bottom:14px;
  line-height:1.2;
}
.promo p {
  font-size:1rem;
  line-height:1.7;
}
.collection-section {
  background:#eee7f3;
  border-block:1px solid #d1bed6;
  padding-block:68px;
}
.collection-layout {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:90px;
}
.collection-intro h2 {
  margin-block:18px 24px;
  font-size:clamp(2rem,3.8vw,3.2rem);
  line-height:1.16;
}
.collection-intro>p:last-child {
  max-width:380px;
}
.collection-notes {
  display:grid;
  gap:25px;
}
.collection-notes article {
  display:flex;
  gap:22px;
  padding-bottom:25px;
  border-bottom:1px solid #c8b2cb;
}
.collection-notes article:last-child {
  border-bottom:0;
  padding-bottom:0;
}
.note-number {
  font-size:.85rem;
  letter-spacing:.03em;
  border:1px solid #a288a7;
  border-radius:50%;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  flex-shrink:0;
  font-weight:800;
}
.collection-notes h3 {
  font-size:1.35rem;
  letter-spacing:-.02em;
  line-height:1.3;
  margin-bottom:8px;
}
.collection-notes p {
  font-size:1rem;
}
.cornwallis-section {
  display:grid;
  grid-template-columns:minmax(180px,310px) minmax(0,580px);
  gap:75px;
  justify-content:center;
  align-items:center;
  padding-block:76px;
}
.cornwallis-section>img {
  border-radius:30%;
  width:100%;
  box-shadow:0 9px 0 #e1c59e;
}
.cornwallis-section h2 {
  margin-block:16px 22px;
}
.cornwallis-section .eyebrow {
  max-width:400px;
}
.play-section {
  text-align:center;
  background:#f4ded7;
  padding-block:55px 65px;
  border-block:1px solid #d4aca6;
}
.play-section h2 {
  margin-block:15px 28px;
}
.store-area {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
}
.store-pending {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
  border:2px solid #715e65;
  border-radius:15px;
  padding:14px 24px;
  background:#fff8ed;
  font-size:1.1rem;
  font-weight:800;
  line-height:1.4;
}
.store-pending>span {
  font-weight:400;
  font-size:.9rem;
  border-left:1px solid #bca39e;
  padding-left:20px;
}
.store-area>p {
  font-size:.92rem;
}
.bedtime-footer {
  padding-block:35px;
  background:#fff1d8;
}
.bedtime-footer nav {
  font-size:.85rem;
  gap:25px;
}
.bedtime-footer .footer-wordmark {
  font-size:.93rem;
  letter-spacing:0;
}
.document-page {
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.document-main {
  max-width:980px;
  flex:1;
  padding-block:36px 65px;
}
.back-link {
  display:inline-flex;
  align-items:center;
  min-height:48px;
  font-size:.92rem;
  text-decoration:none;
}
.back-link:hover {
  text-decoration:underline;
}
.document-heading {
  padding-block:30px 35px;
}
.document-heading h1 {
  font-size:clamp(2.5rem,5vw,4.3rem);
  margin-top:15px;
}
.document-heading p:not(.eyebrow) {
  font-size:1.12rem;
  max-width:600px;
  margin-top:22px;
}
.reading-page {
  background:#fffdf7;
  border:1px solid #d9c2a8;
  border-radius:18px;
  padding:clamp(25px,5vw,54px);
  box-shadow:0 7px 0 #ecddc8;
  margin-bottom:35px;
}
.reading-page h2 {
  font-size:clamp(1.6rem,3vw,2.2rem);
  line-height:1.25;
  letter-spacing:-.025em;
  max-width:660px;
  margin-bottom:22px;
}
.reading-page p {
  max-width:700px;
}
.privacy-policy .policy-date {
  font-size:.92rem;
  color:#725747;
  margin-bottom:24px;
}
.privacy-policy p+p,.privacy-policy ul+p {
  margin-top:18px;
}
.privacy-policy section {
  max-width:700px;
  margin-top:38px;
  padding-top:30px;
  border-top:1px solid #dfccb9;
}
.privacy-policy h2 {
  scroll-margin-top:24px;
}
.privacy-policy h3 {
  font-size:1.25rem;
  line-height:1.35;
  margin-block:26px 14px;
}
.privacy-policy ul,.privacy-policy ol {
  padding-left:24px;
  margin-block:16px;
}
.privacy-policy li+li {
  margin-top:10px;
}
.privacy-policy .policy-contents {
  display:block;
  margin-top:30px;
}
.privacy-policy .policy-contents a {
  display:inline-block;
  padding-block:5px;
}
.privacy-policy .policy-contents li+li {
  margin-top:2px;
}
.privacy-policy address {
  font-style:normal;
  margin-top:20px;
}
.privacy-policy a,.contact-section a {
  overflow-wrap:anywhere;
}
.contact-section [data-support-contact] {
  margin-top:22px;
}
.draft-label {
  display:inline-block;
  border:1px solid #99795b;
  border-radius:5px;
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.045em;
  padding:6px 10px;
  margin-bottom:24px;
  color:#70533c;
  background:#fff1d8;
}
.document-rule {
  height:1px;
  background:#dfccb9;
  margin-block:30px;
}
.policy-editor-note,.pending-copy {
  color:#725747;
}
.document-related {
  font-size:.95rem;
  line-height:1.8;
}
.document-related>span {
  padding-inline:12px;
}
.support-heading {
  display:flex;
  gap:35px;
  align-items:center;
  justify-content:space-between;
}
.support-heading>img {
  width:145px;
  height:145px;
  border-radius:30%;
  transform:rotate(4deg);
  flex-shrink:0;
}
.support-heading .document-heading {
  max-width:660px;
}
.contact-section .eyebrow {
  margin-bottom:14px;
}
.faq-list details {
  border-top:1px solid #e1ceb9;
  padding-block:12px;
}
.faq-list summary {
  font-weight:800;
  cursor:pointer;
  min-height:48px;
  padding-block:10px;
}
.faq-list details p {
  padding:8px 0 18px;
  white-space:pre-line;
}
.faq-list details:first-child {
  border-top:0;
}
@media(max-width:900px) {
  .hero-caption {
    gap:30px;
    padding:32px 0 0;
  }
  .hero-caption p:not(.eyebrow) {
    font-size:1rem;
  }
  .bedtime-hero {
    padding-block:28px 45px;
  }
  .promos {
    gap:18px;
  }
  .promo h3 {
    font-size:1.3rem;
  }
  .promo p {
    font-size:.95rem;
  }
  .collection-layout {
    gap:38px;
  }
  .cornwallis-section {
    gap:40px;
    grid-template-columns:220px 1fr;
  }
  .bedtime-footer .footer-row {
    gap:10px 25px;
  }
}
@media(max-width:700px) {
  .bedtime-header .nav-row {
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    padding-block:15px;
  }
  .bedtime-brand {
    font-size:1.1rem;
  }
  .bedtime-header nav {
    gap:26px;
    font-size:.85rem;
  }
  .bedtime-header nav a {
    min-height:44px;
  }
  .bedtime-brand img {
    width:40px;
    height:40px;
    border-radius:11px;
  }
  .bedtime-hero {
    padding-block:22px 42px;
  }
  .bedtime-hero-art {
    border-radius:12px;
  }
  .hero-caption {
    grid-template-columns:1fr;
    gap:23px;
    padding-top:29px;
  }
  .hero-caption h2 {
    font-size:2.6rem;
  }
  .hero-caption h2 br {
    display:none;
  }
  .hero-caption .eyebrow {
    font-size:.65rem;
  }
  .hero-caption .cream-button {
    margin-top:22px;
  }
  .discover-section {
    padding-block:48px;
  }
  .cozy-section-heading {
    margin-bottom:28px;
  }
  .cozy-section-heading .eyebrow {
    font-size:.68rem;
  }
  .promos {
    grid-template-columns:1fr;
    gap:40px;
    width:min(100%,420px);
    margin-inline:auto;
  }
  .promo:nth-child(n) {
    margin-top:0;
  }
  .promo figcaption {
    padding-top:22px;
  }
  .promo h3 {
    font-size:1.55rem;
  }
  .promo p {
    font-size:1rem;
  }
  .collection-section {
    padding-block:45px;
  }
  .collection-layout {
    grid-template-columns:1fr;
    gap:32px;
  }
  .collection-intro h2 {
    font-size:2.3rem;
  }
  .collection-intro h2 br {
    display:none;
  }
  .collection-intro>p:last-child {
    max-width:none;
  }
  .collection-notes article {
    gap:15px;
  }
  .cornwallis-section {
    grid-template-columns:1fr;
    gap:30px;
    padding-block:48px;
    text-align:center;
  }
  .cornwallis-section>img {
    width:180px;
    margin-inline:auto;
  }
  .cornwallis-section .eyebrow {
    margin-inline:auto;
  }
  .cornwallis-section h2 {
    font-size:2.3rem;
  }
  .play-section {
    padding-block:44px;
  }
  .play-section h2 {
    font-size:2.3rem;
  }
  .play-section .eyebrow {
    font-size:.68rem;
  }
  .store-pending {
    font-size:1rem;
    padding:13px 20px;
    gap:13px;
  }
  .store-pending>span {
    font-size:.82rem;
    padding-left:13px;
  }
  .bedtime-footer .footer-row {
    justify-content:center;
    text-align:center;
  }
  .bedtime-footer nav {
    gap:20px;
    justify-content:center;
  }
  .document-main {
    padding-top:20px;
  }
  .document-heading {
    padding-block:22px 28px;
  }
  .document-heading h1 {
    font-size:2.7rem;
  }
  .document-heading p:not(.eyebrow) {
    font-size:1.05rem;
  }
  .reading-page {
    border-radius:13px;
    margin-bottom:28px;
    padding:26px 23px;
  }
  .support-heading {
    gap:15px;
    align-items:flex-start;
  }
  .support-heading>img {
    width:70px;
    height:70px;
    margin-top:28px;
  }
  .support-heading .document-heading h1 {
    font-size:2.35rem;
  }
  .support-heading .eyebrow {
    font-size:.65rem;
  }
  .document-related>span {
    display:none;
  }
  .document-related>a {
    display:inline-block;
    min-height:44px;
    margin-right:15px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important;
  }
}
