/* DM Sans Variable — self-hosted, SIL OFL 1.1 (see assets/fonts/OFL.txt).
   One variable file covers every weight the page uses. */
@font-face {
  font-family: "DM Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url("assets/fonts/dm-sans-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DM Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url("assets/fonts/dm-sans-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --paper: #faf7ef;
  --ink: #313d32;
  --muted: #536049;
  --green: #476443;
  --line: #dedfd1;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "DM Sans Variable", system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.9375rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  max-width: 100%;
  display: block;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #8a5d29;
  outline-offset: 6px;
}
button {
  color: inherit;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
  z-index: 10;
}
.skip-link:focus {
  clip-path: none;
  width: auto;
  height: auto;
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: -1.5px;
}
.wordmark svg {
  width: 29px;
  height: 29px;
  margin-right: 2px;
}
.wordmark-dot {
  align-self: flex-start;
  font: 0.875rem var(--sans);
  margin: 9px 0 0 1px;
  letter-spacing: 0;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.875rem;
  font-weight: 500;
}
.site-header nav > a:not(.button):hover,
footer a:hover {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--green);
  color: #fffdf5;
  padding: 16px 23px;
  border: 1px solid var(--green);
  border-radius: 7px;
  font-size: 0.875rem;
  font-weight: 550;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #334d30;
  transform: translateY(-2px);
}
.button span {
  font-size: 1.25rem;
  line-height: 1;
}
.button-small {
  padding: 12px 17px;
  font-size: 0.875rem;
  gap: 14px;
}
.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 65px;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 650;
  letter-spacing: 1.6px;
  line-height: 1.7;
  margin: 0 0 20px;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
}
.little-sun {
  font-size: 1.5rem;
  line-height: 1;
  color: #536049;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
}
h1 {
  font-size: clamp(60px, 6.1vw, 83px);
  line-height: 1.04;
  letter-spacing: -3px;
  margin-bottom: 27px;
}
h1 em,
h2 em {
  font-weight: 400;
  color: #536049;
}
h2 {
  font-size: 2.4375rem;
  line-height: 1.2;
  letter-spacing: -1.1px;
}
.hero-description {
  max-width: 370px;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 28px;
}
.hero-fineprint {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 15px 0 0;
}
.windowsill-area {
  padding-top: 4px;
  min-width: 0;
}
.window-scene {
  height: 405px;
  position: relative;
  margin: 0 5px;
}
.window-view {
  position: absolute;
  inset: 0 13px 50px;
  background: linear-gradient(125deg, #eef0d9 0%, #e8eddc 50%, #e9e5c8 100%);
  border: 12px solid #e7e1cf;
  border-radius: 135px 135px 0 0;
  box-shadow:
    inset 4px 3px 12px #6d785217,
    0 0 0 1px #dbd7c8,
    6px 2px 0 #f2ecdc;
  overflow: hidden;
}
.sun {
  position: absolute;
  right: 80px;
  top: 28px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #fcf6d5;
  box-shadow: 0 0 65px 25px #fff9dd99;
}
.hill {
  position: absolute;
  width: 150%;
  height: 165px;
  left: -30%;
  bottom: -80px;
  border-radius: 50%;
}
.hill-back {
  background: #c6d2ad;
  transform: rotate(-12deg);
  bottom: -50px;
  left: 10%;
}
.hill-front {
  background: #b6c59f;
  transform: rotate(9deg);
  opacity: 0.65;
}
.window-glint {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    119deg,
    transparent 25%,
    #fffef649 25%,
    #fffef649 37%,
    transparent 37%,
    transparent 42%,
    #fffef61a 42%,
    #fffef61a 54%,
    transparent 54%
  );
}
.window-mullion {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 49%;
  width: 11px;
  background: #e7e1cf;
  box-shadow: 3px 0 0 #ddd7c633;
}
.window-crossbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  height: 11px;
  background: #e7e1cf;
  box-shadow: 0 3px 0 #ddd7c633;
}
.hanging-plant {
  position: absolute;
  right: -13px;
  top: -19px;
  width: 116px;
  height: 246px;
  filter: drop-shadow(3px 5px 3px #40512814);
  pointer-events: none;
}
.hanging-plant svg {
  width: 100%;
  height: 100%;
}
.window-note {
  position: absolute;
  top: 51px;
  left: 49px;
  transform: rotate(-7deg);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1875rem;
  line-height: 1.3;
  color: #536049;
}
.tiny-star {
  display: block;
  font-size: 1.75rem;
  margin: 0 0 3px 15px;
}
.sill {
  position: absolute;
  bottom: 43px;
  left: -10px;
  right: -10px;
  height: 21px;
  background: linear-gradient(
    #d5b990 0 30%,
    #c5a982 30% 36%,
    #e3cba7 36% 75%,
    #b99b72 75% 100%
  );
  border-radius: 3px;
  box-shadow: 0 12px 15px -8px #826f4633;
  transform: perspective(600px) rotateX(5deg);
}
.sill-shadow {
  position: absolute;
  bottom: 5px;
  left: 5%;
  right: 6%;
  height: 39px;
  background: #ab9b7311;
  transform: skewX(40deg);
  filter: blur(6px);
}
.companion {
  position: absolute;
  bottom: 62px;
  z-index: 1;
}
.companion-frog {
  left: 5%;
  width: 145px;
}
.companion-snail {
  left: 39%;
  width: 128px;
}
.companion-owl {
  right: 4%;
  width: 132px;
}
.animal-button {
  display: block;
  border: 0;
  padding: 0;
  background: none;
  width: 100%;
  cursor: default;
  position: relative;
  z-index: 2;
}
.interactive .animal-button {
  cursor: pointer;
}
.animal-art {
  display: block;
  position: relative;
  transform-origin: center bottom;
  transition: transform 0.3s;
}
.animal-art img {
  width: 100%;
  height: auto;
}
.animal-art .asleep {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.interactive .animal-button[aria-pressed="false"] .awake {
  opacity: 0;
}
.interactive .animal-button[aria-pressed="false"] .asleep {
  opacity: 1;
}
.animal-label {
  position: absolute;
  top: calc(100% + 59px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
  color: #536049;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid transparent;
  border-radius: 20px;
  background: var(--paper);
}
.companion-snail .animal-label {
  top: calc(100% + 51px);
}
.companion-owl .animal-label {
  top: calc(100% + 88px);
}
.animal-label span {
  opacity: 0;
}
.interactive .animal-button[aria-pressed="true"] .animal-label {
  border-color: #cbd2bd;
  color: #536049;
  background: #f0f2e6;
}
.interactive .animal-button[aria-pressed="true"] .animal-label span {
  opacity: 1;
}
.interactive .animal-button:hover .animal-art,
.animal-button:focus-visible .animal-art {
  transform: translateY(-5px) rotate(-2deg);
}
.interactive .animal-button[aria-pressed="true"] .animal-art {
  animation: breathe 5s ease-in-out infinite;
}
.record-stack {
  height: 29px;
  margin-top: -12px;
  position: relative;
  background: linear-gradient(
    #688779 0 33%,
    #d7bc8d 33% 40%,
    #e1ccaa 40% 68%,
    #59644e 68% 76%,
    #dfaa85 76% 100%
  );
  border-radius: 2px;
  transform: rotate(-2deg);
  box-shadow: 2px 3px 2px #5c503b19;
}
.record-stack span {
  display: block;
  position: absolute;
  top: 13px;
  left: 8px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #536049;
}
.record-stack i {
  position: absolute;
  top: 4px;
  left: 7px;
  right: 20px;
  height: 1px;
  background: #e4e5c677;
}
.notebook {
  height: 21px;
  background: linear-gradient(
    #bd8468 0 19%,
    #efe5d0 19% 71%,
    #cdac84 71% 84%,
    #a9745e 84% 100%
  );
  margin-top: -12px;
  border-radius: 2px;
  transform: rotate(3deg);
  box-shadow: 2px 3px 2px #5c503b19;
}
.notebook span {
  position: absolute;
  top: 2px;
  left: 18px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.875rem;
  color: #536049;
}
.book-stack {
  height: 57px;
  margin-top: -11px;
}
.book-stack i {
  display: block;
  height: 19px;
  padding: 2px 10px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-style: normal;
  background: #bea078;
  color: #fff8e8;
  box-shadow: 1px 2px 2px #554b3522;
  border-radius: 2px;
}
.book-stack i:nth-child(1) {
  transform: rotate(-4deg);
  background: #8c9873;
  margin-left: 8px;
}
.book-stack i:nth-child(2) {
  background: #f1dfb6;
  color: #536049;
  font-family: var(--serif);
  font-style: italic;
  letter-spacing: 0;
  font-size: 0.875rem;
  transform: rotate(2deg);
  margin-right: 3px;
}
.book-stack i:nth-child(3) {
  background: #ab6f54;
  letter-spacing: 0.6px;
}
.scene-invitation {
  font-family: var(--serif);
  font-style: italic;
  text-align: center;
  font-size: 0.875rem;
  color: #536049;
  margin: 20px 0 23px;
  visibility: hidden;
}
.interactive .scene-invitation {
  visibility: visible;
}
.scene-invitation span {
  font-family: var(--sans);
  font-size: 1.3125rem;
  display: inline-block;
  transform: rotate(-30deg);
  margin-right: 7px;
}
.companion-preview {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 19px;
  background: #f0f1e5;
  border: 1px solid #e1e4d5;
  border-radius: 9px;
  min-height: 102px;
  margin-top: 10px;
}
.companion-preview .eyebrow {
  font-size: 0.875rem;
  letter-spacing: 1.2px;
  color: #536049;
  margin-bottom: 3px;
}
.companion-preview h2 {
  font-family: var(--sans);
  font-size: 0.9375rem;
  font-weight: 550;
  letter-spacing: -0.2px;
  margin: 0 0 3px;
}
.companion-preview p:last-child {
  font-size: 0.875rem;
  color: #536049;
  margin: 0;
}
.preview-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d0d6bd;
  font: 1.5625rem var(--serif);
  color: #536049;
}
.companion-preview > a {
  margin-left: auto;
  font-size: 1.4375rem;
  padding: 8px;
}
.promise-strip {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 21px 0;
  border-block: 1px solid var(--line);
}
.promise-strip p {
  font-size: 0.875rem;
  color: #536049;
  margin: 0;
  display: flex;
  gap: 11px;
  align-items: center;
}
.promise-strip p > span {
  font-size: 1.25rem;
  color: #536049;
}
.music-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  padding-block: 105px 110px;
  align-items: center;
}
.music-story .eyebrow {
  font-size: 0.875rem;
  letter-spacing: 1.3px;
  margin-bottom: 18px;
}
.music-story h2 {
  font-size: 2.3125rem;
  line-height: 1.25;
  margin-bottom: 20px;
}
.music-story > p:not(.eyebrow) {
  max-width: 390px;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.8;
}
.music-steps {
  list-style: none;
  padding: 0;
  margin: 29px 0 24px;
}
.music-steps li {
  display: flex;
  gap: 17px;
  align-items: flex-start;
  margin-bottom: 21px;
}
.music-steps li > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #d7dcc8;
  border-radius: 50%;
  font-size: 0.875rem;
  color: #536049;
  flex-shrink: 0;
}
.music-steps h3 {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 1px 0 3px;
}
.music-steps p {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 0;
}
.text-link {
  font-size: 0.875rem;
  font-weight: 600;
  border-bottom: 1px solid #b1b99c;
  padding-bottom: 5px;
  display: inline-flex;
  gap: 20px;
}
.text-link:hover {
  color: #536049;
}
.music-illustration {
  background: #eeeee1;
  border-radius: 120px 120px 12px 12px;
  padding: 43px 48px 28px;
  position: relative;
}
.upload-note {
  position: relative;
  z-index: 1;
  background: #fffdf6;
  border: 1px solid #e1dfce;
  box-shadow: 0 4px 8px #4a503c05;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  transform: rotate(-3deg);
  margin-inline: -13px;
}
.upload-note strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 550;
}
.upload-note div > span {
  display: block;
  color: #536049;
  font-size: 0.875rem;
}
.upload-note > span:last-child {
  margin-left: auto;
}
.folder-icon {
  width: 28px;
  height: 22px;
  border-radius: 2px;
  background: #d4bd7e;
  position: relative;
  flex-shrink: 0;
}
.folder-icon:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 5px;
  top: -4px;
  background: #c8b075;
  border-radius: 2px 2px 0 0;
}
.tidying-label {
  font-size: 0.875rem;
  color: #536049;
  text-align: center;
  padding: 24px 0 21px;
}
.tidying-label span {
  font-size: 1.0625rem;
  vertical-align: middle;
  margin-right: 5px;
}
.library-card {
  padding: 18px 20px;
  background: #fffdf7;
  border: 1px solid #e0dfcd;
  border-radius: 7px;
  box-shadow: 0 13px 24px #4e563910;
  transform: rotate(2deg);
}
.library-top {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  letter-spacing: 1.3px;
  color: #536049;
  margin-bottom: 17px;
}
.album-row {
  height: 171px;
  position: relative;
  display: flex;
  align-items: center;
}
.album-cover {
  position: relative;
  z-index: 1;
  width: 171px;
  height: 171px;
  flex-shrink: 0;
  background: #b9c8a2;
  overflow: hidden;
  padding: 18px;
}
.album-cover > span {
  position: relative;
  z-index: 2;
  font: 1.6875rem/1 var(--serif);
  color: #374d3f;
  letter-spacing: -1px;
}
.album-cover small {
  position: absolute;
  bottom: 13px;
  left: 18px;
  z-index: 2;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  color: #eef0cf;
}
.album-sun {
  position: absolute;
  width: 70px;
  height: 70px;
  right: -9px;
  top: 18px;
  background: #efe0a5;
  border-radius: 50%;
}
.album-landscape {
  position: absolute;
  width: 250px;
  height: 155px;
  background: #6c876b;
  border-radius: 50%;
  bottom: -85px;
  left: -50px;
  transform: rotate(30deg);
}
.album-landscape:after {
  content: "";
  position: absolute;
  width: 220px;
  height: 100px;
  border-radius: 50%;
  background: #8e9c72;
  left: 85px;
  bottom: 64px;
  transform: rotate(-25deg);
}
.album-record {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  position: absolute;
  left: 115px;
  background: repeating-radial-gradient(circle, #343c32 0 2px, #41483b 3px 4px);
  box-shadow: 2px 3px 4px #3241311a;
  display: grid;
  place-items: center;
}
.album-record i {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c7a275;
  border: 19px solid #dcc497;
  box-shadow: 0 0 0 1px #252c24;
}
.album-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 19px 0 14px;
}
.album-meta h3 {
  font: 1.125rem var(--serif);
  margin-bottom: 2px;
}
.album-meta p {
  font-size: 0.875rem;
  color: #536049;
  margin: 0;
}
.record-symbol {
  border-radius: 50%;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  background: #637953;
  color: #fff;
  font-size: 1.0625rem;
}
.track {
  display: flex;
  gap: 10px;
  border-top: 1px solid #eeecdf;
  padding: 8px 0;
  font-size: 0.875rem;
  color: #536049;
}
.track > span:first-child {
  color: #536049;
}
.track > span:last-child {
  margin-left: auto;
}
.library-bottom {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.875rem;
  border-top: 1px solid #eeecdf;
  padding-top: 12px;
  color: #536049;
}
.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7c9863;
}
.music-frog {
  position: absolute;
  right: 0;
  bottom: 39px;
  width: 103px;
  height: 103px;
  transform: rotate(-5deg);
}
.example-caption {
  font-size: 0.875rem;
  text-align: center;
  color: #536049;
  margin: 25px -20px 0;
}
.apps-section {
  padding: 75px 0 62px;
  background: #f0f0e5;
  border-block: 1px solid #e6e7da;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
}
.section-heading .eyebrow {
  margin-bottom: 13px;
  font-size: 0.875rem;
}
.section-heading h2 {
  margin: 0;
  font-size: 2.375rem;
}
.section-heading > p {
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0 0 3px;
  color: var(--muted);
}
.app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.app-card {
  position: relative;
  background: #faf8f0;
  border: 1px solid #e3e4d6;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 23px 24px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.app-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px #33472c09;
}
.app-card img {
  width: 78px;
  height: 78px;
  margin-left: -9px;
  margin-bottom: 8px;
}
.app-name {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #536049;
}
.app-card h3 {
  font: 1.1875rem var(--serif);
  letter-spacing: -0.35px;
  margin: 7px 0 9px;
}
.app-card p {
  font-size: 0.875rem;
  color: var(--muted);
  max-width: 245px;
  line-height: 1.7;
  margin: 0;
}
.card-arrow {
  position: absolute;
  top: 24px;
  right: 25px;
  color: #536049;
}
.catalog-footnote {
  text-align: center;
  font-size: 0.875rem;
  color: #536049;
  margin: 28px 0 0;
}
.catalog-footnote strong {
  font-weight: 550;
}
.home-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
  align-items: center;
  padding-block: 100px;
}
.home-copy .eyebrow {
  font-size: 0.875rem;
  letter-spacing: 1.3px;
}
.home-copy h2 {
  font-size: 2.6875rem;
  margin-bottom: 24px;
}
.home-copy > p:not(.eyebrow) {
  font-size: 0.875rem;
  line-height: 1.9;
  color: var(--muted);
  max-width: 375px;
  margin-bottom: 17px;
}
.home-copy .text-link {
  margin-top: 8px;
}
.pricing-card {
  border: 1px solid #d5dcc6;
  background: #f0f2e6;
  border-radius: 12px;
  padding: 35px 38px;
}
.pricing-card .eyebrow {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.price {
  font: 4.0625rem/1.2 var(--serif);
  letter-spacing: -2px;
  margin: 0 0 13px;
}
.price span {
  font: 0.875rem var(--sans);
  letter-spacing: 0;
  color: #536049;
}
.pricing-description {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #536049;
  margin-bottom: 22px;
}
.pricing-card ul {
  list-style: none;
  padding: 20px 0 0;
  margin: 0 0 25px;
  border-top: 1px solid #d9decb;
  font-size: 0.875rem;
  color: #536049;
}
.pricing-card li {
  margin-bottom: 10px;
}
.pricing-card li:before {
  content: "✓";
  margin-right: 12px;
  color: #536049;
}
.pricing-card .button {
  width: 100%;
  justify-content: space-between;
}
.price-note {
  font-size: 0.875rem;
  color: #536049;
  text-align: center;
  margin: 13px 0 0;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 90px;
  padding-block: 0 85px;
}
.faq-section h2 {
  font-size: 1.8125rem;
  max-width: 310px;
  line-height: 1.35;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
summary {
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #536049;
}
details[open] summary > span {
  transform: rotate(45deg);
}
details p {
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--muted);
  margin: 12px 22px 0 0;
}
.closing {
  background: #e8ecda;
  border-block: 1px solid #e0e5d0;
}
.closing-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 28px;
}
.closing img {
  width: 100px;
  height: 100px;
  transform: rotate(-6deg);
}
.closing .eyebrow {
  margin-bottom: 4px;
  font-size: 0.875rem;
}
.closing h2 {
  font-size: 2rem;
  margin: 0;
}
.closing .button {
  margin-left: auto;
}
footer {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-block: 35px;
}
footer .wordmark {
  font-size: 1.375rem;
  letter-spacing: -1px;
}
footer p {
  font-size: 0.875rem;
  color: #536049;
  margin: 0;
}
footer nav {
  display: flex;
  gap: 25px;
  margin-left: auto;
  font-size: 0.875rem;
  color: #536049;
}
@keyframes breathe {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@media (min-width: 1450px) {
  .hero {
    padding-top: 65px;
    padding-bottom: 85px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 30px;
    grid-template-columns: 0.9fr 1.1fr;
  }
  h1 {
    font-size: 4.0625rem;
  }
  .window-scene {
    height: 370px;
  }
  .companion-frog {
    width: 125px;
    left: 3%;
  }
  .companion-snail {
    width: 105px;
    left: 38%;
  }
  .companion-owl {
    width: 112px;
    right: 3%;
  }
  .window-note {
    left: 38px;
    top: 49px;
    font-size: 1.0625rem;
  }
  .music-section {
    gap: 55px;
  }
  .music-illustration {
    padding-inline: 32px;
  }
  .home-section {
    gap: 80px;
  }
  .promise-strip {
    gap: 45px;
  }
  .music-story h2 {
    font-size: 2rem;
  }
  .site-header nav {
    gap: 22px;
  }
  .album-record {
    left: 90px;
  }
  .album-cover {
    width: 155px;
    height: 155px;
  }
  .album-row {
    height: 155px;
  }
}
@media (max-width: 850px) {
  .site-header {
    height: 90px;
  }
  .nav-help,
  .nav-explore {
    display: none;
  }
  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
    padding-top: 35px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-copy .eyebrow {
    justify-content: center;
  }
  h1 {
    font-size: 4.375rem;
    line-height: 1.03;
  }
  .hero-description {
    margin-inline: auto;
    max-width: 430px;
  }
  .windowsill-area {
    width: 550px;
    max-width: 100%;
    margin-inline: auto;
  }
  .window-scene {
    height: 405px;
  }
  .companion-frog {
    width: 145px;
    left: 5%;
  }
  .companion-snail {
    width: 128px;
    left: 39%;
  }
  .companion-owl {
    width: 132px;
    right: 4%;
  }
  .hero-fineprint {
    font-size: 0.875rem;
  }
  .hero {
    padding-bottom: 40px;
  }
  .music-section {
    gap: 40px;
    padding-block: 65px;
  }
  .music-illustration {
    padding-inline: 23px;
  }
  .music-story h2 {
    font-size: 1.75rem;
  }
  .music-story .eyebrow {
    font-size: 0.875rem;
  }
  .music-steps p {
    font-size: 0.875rem;
  }
  .album-cover {
    width: 130px;
    height: 130px;
    padding: 12px;
  }
  .album-cover > span {
    font-size: 1.375rem;
  }
  .album-record {
    width: 117px;
    height: 117px;
    left: 70px;
  }
  .album-row {
    height: 130px;
  }
  .library-card {
    padding: 15px;
  }
  .upload-note {
    padding: 12px;
  }
  .upload-note strong {
    font-size: 0.875rem;
  }
  .upload-note div > span {
    font-size: 0.875rem;
  }
  .tidying-label {
    font-size: 0.875rem;
  }
  .music-frog {
    width: 80px;
    right: -9px;
    bottom: 48px;
  }
  .app-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-section {
    gap: 45px;
    padding-block: 70px;
  }
  .home-copy h2 {
    font-size: 2.25rem;
  }
  .pricing-card {
    padding: 25px;
  }
  .faq-section {
    gap: 45px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .faq-section h2 {
    font-size: 1.625rem;
  }
  .closing h2 {
    font-size: 1.6875rem;
  }
  .closing-inner {
    gap: 15px;
  }
  .closing .button {
    font-size: 0.875rem;
    padding-inline: 15px;
    gap: 12px;
  }
  .promise-strip {
    gap: 30px;
  }
  .promise-strip p {
    font-size: 0.875rem;
    gap: 7px;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 80px;
    gap: 12px;
  }
  .wordmark {
    font-size: 1.6875rem;
  }
  .wordmark svg {
    width: 25px;
  }
  .site-header nav {
    gap: 16px;
  }
  .site-header nav > a:not(.button) {
    font-size: 0.875rem;
  }
  .site-header .button {
    display: none;
  }
  .hero {
    padding-top: 24px;
    gap: 34px;
  }
  .hero-copy .eyebrow {
    font-size: 0.875rem;
    letter-spacing: 1.2px;
    gap: 7px;
    margin-bottom: 21px;
  }
  .little-sun {
    font-size: 1.1875rem;
  }
  h1 {
    font-size: 3.8125rem;
    letter-spacing: -2.8px;
  }
  .hero-description {
    font-size: 0.875rem;
    max-width: 330px;
    margin-bottom: 23px;
    line-height: 1.8;
  }
  .hero-copy .button {
    font-size: 0.875rem;
    padding: 15px 21px;
  }
  .window-scene {
    height: 330px;
    margin-inline: 4px;
  }
  .window-view {
    inset: 0 9px 50px;
    border-width: 9px;
    border-radius: 100px 100px 0 0;
  }
  .window-mullion {
    width: 9px;
  }
  .window-crossbar {
    height: 9px;
  }
  .window-note {
    left: 28px;
    top: 40px;
    font-size: 0.9375rem;
  }
  .tiny-star {
    font-size: 1.4375rem;
  }
  .sun {
    width: 57px;
    height: 57px;
    right: 53px;
    top: 29px;
  }
  .hanging-plant {
    width: 87px;
    height: 189px;
    right: -12px;
    top: -13px;
  }
  .companion-frog {
    width: 108px;
    left: 2%;
  }
  .companion-snail {
    width: 90px;
    left: 39%;
  }
  .companion-owl {
    width: 97px;
    right: 1%;
  }
  .record-stack {
    height: 24px;
  }
  .record-stack span {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    top: 11px;
    left: 5px;
  }
  .animal-label {
    font-size: 0.875rem;
    top: calc(100% + 54px);
    padding-inline: 7px;
    gap: 5px;
  }
  .companion-snail .animal-label {
    top: calc(100% + 47px);
  }
  .companion-owl .animal-label {
    top: calc(100% + 82px);
  }
  .book-stack {
    height: 52px;
  }
  .book-stack i {
    height: 17px;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    padding-inline: 6px;
  }
  .book-stack i:nth-child(2) {
    font-size: 0.875rem;
  }
  .notebook {
    height: 17px;
  }
  .notebook span {
    font-size: 0.875rem;
  }
  .scene-invitation {
    font-size: 0.875rem;
    margin-top: 12px;
    margin-bottom: 17px;
  }
  .companion-preview {
    padding: 15px 12px;
    gap: 10px;
    min-height: 102px;
  }
  .preview-icon {
    width: 34px;
    height: 34px;
    font-size: 1.375rem;
  }
  .companion-preview .eyebrow {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
  .companion-preview h2 {
    font-size: 0.875rem;
  }
  .companion-preview p:last-child {
    font-size: 0.875rem;
    line-height: 1.6;
    max-width: 230px;
  }
  .companion-preview > a {
    font-size: 1.25rem;
    padding: 3px;
  }
  .promise-strip {
    gap: 8px;
    justify-content: space-between;
    padding-block: 17px;
  }
  .promise-strip p {
    font-size: 0.875rem;
    gap: 5px;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
  }
  .promise-strip p > span {
    font-size: 1.1875rem;
  }
  .music-section {
    grid-template-columns: 1fr;
    padding-block: 55px;
    gap: 34px;
  }
  .music-story h2 {
    font-size: 2rem;
  }
  .music-story .eyebrow {
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
  .music-story > p:not(.eyebrow) {
    font-size: 0.875rem;
    max-width: none;
  }
  .music-steps {
    margin-top: 23px;
  }
  .music-steps li {
    margin-bottom: 17px;
  }
  .music-steps p {
    font-size: 0.875rem;
  }
  .music-illustration {
    padding: 34px 42px 23px;
    margin-inline: 6px;
  }
  .album-cover {
    width: 155px;
    height: 155px;
    padding: 17px;
  }
  .album-cover > span {
    font-size: 1.625rem;
  }
  .album-record {
    width: 140px;
    height: 140px;
    left: 100px;
  }
  .album-row {
    height: 155px;
  }
  .library-card {
    padding: 17px;
  }
  .upload-note strong {
    font-size: 0.875rem;
  }
  .tidying-label {
    font-size: 0.875rem;
  }
  .music-frog {
    width: 88px;
    bottom: 41px;
    right: -10px;
  }
  .apps-section {
    padding-block: 45px 35px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading .eyebrow {
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
  .section-heading h2 {
    font-size: 2rem;
  }
  .section-heading > p {
    margin-top: 15px;
    font-size: 0.875rem;
  }
  .section-heading > p br {
    display: none;
  }
  .app-grid {
    gap: 10px;
  }
  .app-card {
    padding: 12px 14px 18px;
  }
  .app-card img {
    width: 70px;
    height: 70px;
    margin-bottom: 6px;
  }
  .app-name {
    font-size: 0.875rem;
    letter-spacing: 0.8px;
  }
  .app-card h3 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-block: 6px 9px;
  }
  .app-card p {
    font-size: 0.875rem;
  }
  .card-arrow {
    top: 15px;
    right: 15px;
    font-size: 0.875rem;
  }
  .catalog-footnote {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 21px;
  }
  .home-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 55px;
  }
  .home-copy h2 {
    font-size: 2.3125rem;
  }
  .home-copy .eyebrow {
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
  .home-copy > p:not(.eyebrow) {
    max-width: none;
  }
  .pricing-card {
    padding: 29px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 50px;
  }
  .faq-section h2 {
    font-size: 1.6875rem;
    max-width: 300px;
    margin-bottom: 10px;
  }
  .closing-inner {
    flex-wrap: wrap;
    gap: 12px;
    padding-block: 26px;
  }
  .closing img {
    width: 70px;
    height: 70px;
    margin-left: -8px;
  }
  .closing h2 {
    font-size: 1.5rem;
    letter-spacing: -0.7px;
  }
  .closing .eyebrow {
    font-size: 0.875rem;
  }
  .closing .button {
    margin-left: 74px;
    font-size: 0.875rem;
    padding: 12px 15px;
  }
  footer {
    flex-wrap: wrap;
    gap: 9px 17px;
    padding-block: 26px;
  }
  footer .wordmark {
    font-size: 1.375rem;
  }
  footer p {
    font-size: 0.875rem;
  }
  footer nav {
    width: 100%;
    margin: 7px 0 0;
    gap: 24px;
    font-size: 0.875rem;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 3.375rem;
  }
  .hero-copy .eyebrow {
    font-size: 0.875rem;
  }
  .companion-frog {
    width: 97px;
  }
  .companion-snail {
    width: 80px;
  }
  .companion-owl {
    width: 86px;
  }
  .music-illustration {
    padding-inline: 24px;
  }
  .album-record {
    left: 85px;
  }
  .closing h2 {
    font-size: 1.3125rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Readable copy at every breakpoint; decorative props carry no microtext. */
.hero-description,
.music-story > p:not(.eyebrow),
.music-steps p,
.app-card p,
.home-copy > p:not(.eyebrow),
.pricing-description,
.pricing-card ul,
summary,
details p {
  font-size: 1rem;
}
.eyebrow,
.hero-copy .eyebrow,
.app-name,
.companion-preview .eyebrow {
  letter-spacing: 0.06em;
}
.promise-strip {
  flex-wrap: wrap;
  gap: 16px 40px;
}
.promise-strip p {
  flex-direction: row;
}
.companion-preview > div {
  min-width: 0;
}
.companion-preview {
  min-height: 125px;
}
.library-top {
  letter-spacing: 0.04em;
}
.track {
  display: grid;
  grid-template-columns: 1.5rem minmax(0, 1fr) auto;
}
.status-dot {
  flex-shrink: 0;
}
.music-frog {
  bottom: 83px;
  right: -22px;
}
footer {
  flex-wrap: wrap;
}
footer nav {
  flex-wrap: wrap;
}
@media (max-width: 850px) {
  .music-section {
    grid-template-columns: minmax(0, 1fr);
  }
  .music-illustration {
    width: min(100%, 480px);
    margin-inline: auto;
    padding-inline: 42px;
  }
  .home-section {
    gap: 35px;
  }
}
@media (max-width: 600px) {
  .promise-strip {
    justify-content: flex-start;
    gap: 12px;
  }
  .promise-strip p {
    width: 100%;
    text-align: left;
    gap: 10px;
  }
  .app-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .app-card {
    padding: 20px;
  }
  .app-card h3 {
    font-size: 1.375rem;
  }
  .music-illustration {
    padding-inline: 24px;
  }
  .upload-note {
    margin-inline: 0;
    transform: none;
  }
  .library-card {
    transform: none;
  }
  .music-frog {
    display: none;
  }
  .scene-invitation {
    margin-top: 22px;
  }
  .closing .button {
    margin-left: 0;
  }
}
