@font-face {
  font-family: Newsreader;
  src: url(Newsreader-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Newsreader;
  src: url(Newsreader-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(Inter-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Nunito;
  src: url(Nunito-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --cream: #f8f4eb;
  --ink: #352f32;
  --plum: #65415b;
  --muted: #6d6568;
  --line: #d9d1c8;
  --peach: #f2d6c3;
  --sage: #dce3ce;
  --lilac: #e6dfed;
  --yellow: #f4de98;
  --serif: Newsreader, Georgia, serif;
  --body: Inter, system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.65;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
}
button {
  font: inherit;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.05em;
}
h1 em,
h2 em {
  font-weight: 500;
  color: var(--plum);
}
h2 {
  font-size: clamp(44px, 5.2vw, 72px);
}
h3 {
  font-family: Nunito, var(--body);
  font-weight: 800;
  line-height: 1.3;
}
p {
  color: var(--muted);
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--plum);
  outline-offset: 5px;
}
button:disabled {
  cursor: wait;
}
.container {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.section-space {
  padding-block: 110px;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  color: var(--plum);
  margin-bottom: 24px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background: var(--plum);
  color: #fffaf3;
  border: 1px solid var(--plum);
  border-radius: 100px;
  padding: 17px 26px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #4d3046;
  transform: translateY(-2px);
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.button-small {
  padding: 12px 20px;
  font-size: 11px;
  gap: 20px;
}
.text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 5px;
}
.text-link:hover {
  color: var(--plum);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 15px;
  padding: 12px 20px;
  background: var(--cream);
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  border-bottom: 1px solid rgba(53, 47, 50, 0.1);
  background: var(--cream);
  position: relative;
  z-index: 20;
}
.nav-row {
  min-height: 96px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Nunito, var(--body);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -1.4px;
  text-decoration: none;
  color: var(--plum);
  white-space: nowrap;
}
.brand img {
  border-radius: 12px;
}
.brand-dot {
  color: #ab775b;
  margin-left: -10px;
}
#main-nav {
  display: flex;
  gap: 35px;
  align-items: center;
}
#main-nav > a:not(.button) {
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
}
#main-nav > a:not(.button):hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  padding: 10px;
}
.hero {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 48px;
  align-items: center;
  padding-block: 64px 88px;
}
.hero-copy {
  padding-block: 34px;
}
.hero .eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 25px;
}
.tiny-spark {
  font-size: 21px;
  color: #9a6746;
}
.hero h1 {
  font-size: clamp(64px, 7.9vw, 112px);
  line-height: 0.99;
  margin-bottom: 28px;
}
.hero-lead {
  max-width: 415px;
  font-size: 15px;
  line-height: 1.85;
}
.hero-lead em {
  color: var(--plum);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.availability {
  font-size: 10px;
  margin-top: 27px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #718065;
  flex-shrink: 0;
}
.hero-art {
  position: relative;
  height: 590px;
  margin-left: 16px;
}
.photo-frame {
  position: absolute;
  inset: 0 0 34px 52px;
  border-radius: 180px 180px 26px 26px;
  overflow: hidden;
  background: var(--peach);
}
.listening-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phone {
  position: relative;
  border: 6px solid #453b43;
  background: #453b43;
  border-radius: 29px;
  overflow: hidden;
  box-shadow: 0 18px 34px -14px #39223765;
}
.phone img {
  width: 100%;
  height: auto;
}
.hero-phone {
  position: absolute;
  left: -18px;
  bottom: 0;
  width: 231px;
  transform: rotate(-7deg);
  border-radius: 31px;
}
.art-spark {
  position: absolute;
  right: -23px;
  top: -31px;
  z-index: 2;
  font-size: 104px;
  line-height: 1;
  color: var(--plum);
  transform: rotate(15deg);
}
.handwritten-note {
  position: absolute;
  right: 8px;
  bottom: 79px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 30px;
  color: white;
  text-shadow: 0 2px 12px #302024;
  transform: rotate(-8deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}
.handwritten-note span {
  font-family: Georgia, serif;
  font-size: 53px;
  transform: rotate(33deg);
  margin-top: 8px;
}
.art-label {
  position: absolute;
  right: 7px;
  bottom: 2px;
  background: var(--yellow);
  padding: 11px 21px;
  border-radius: 100px;
  font-size: 12px;
  box-shadow: 0 6px 18px #352f3210;
  transform: rotate(3deg);
}
.art-label > span {
  font-size: 21px;
  margin-right: 10px;
}
.manifesto-strip {
  border-block: 1px solid #d5c9b4;
  background: #efe8d8;
  min-height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: -0.025em;
  padding: 17px 25px;
}
.manifesto-strip b {
  font-family: var(--body);
  font-size: 23px;
  font-weight: 400;
  color: #947963;
}
.moment-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 85px;
  align-items: center;
}
.section-intro > p:not(.eyebrow) {
  max-width: 355px;
  margin-top: 22px;
}
.section-intro .small-note {
  font-size: 12px;
}
.idea-studio {
  padding-top: 14px;
}
.mood-picker {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.mood-picker button {
  border: 1px solid #d2c8c0;
  border-radius: 100px;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  padding: 9px 14px;
  transition:
    background 0.2s,
    color 0.2s;
}
.mood-picker button[aria-pressed="true"] {
  background: var(--plum);
  color: white;
  border-color: var(--plum);
}
.idea-paper {
  background: #f0e1bd;
  padding: 34px 37px 24px;
  border-radius: 4px 4px 44px 4px;
  box-shadow: 4px 10px 0 #e8ddc5;
  transform: rotate(-2deg);
  transition: background 0.25s;
}
.idea-studio[data-mood="brave"] .idea-paper {
  background: #e4ddec;
  box-shadow: 4px 10px 0 #d9cfe1;
}
.idea-studio[data-mood="joy"] .idea-paper {
  background: #f1d4bf;
  box-shadow: 4px 10px 0 #e6c4b3;
}
.idea-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.idea-top .eyebrow {
  margin: 0;
  font-size: 9px;
}
.idea-flower {
  font-size: 32px;
  color: #9d7647;
  line-height: 1;
}
.idea-quote {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-block: 27px 37px;
  min-height: 166px;
}
.idea-bottom {
  border-top: 1px solid #bca98988;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.vibe {
  font-size: 10px;
}
.vibe > span:first-child {
  font-size: 17px;
  margin-right: 5px;
}
#copy-idea {
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  padding: 3px 0;
  color: var(--ink);
  font-size: 10px;
  white-space: nowrap;
}
.idea-status {
  font-size: 10px;
  text-align: center;
  margin-top: 26px;
  min-height: 18px;
}
.how-section {
  background: #f1ede4;
  border-block: 1px solid #e7dfd3;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 54px;
}
.section-heading > p {
  max-width: 350px;
  padding-bottom: 5px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.step-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.step-number {
  font-size: 11px;
  border: 1px solid #c8baac;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.step h3 {
  font-size: 20px;
  letter-spacing: -0.04em;
}
.step > p {
  font-size: 12px;
  line-height: 1.8;
  max-width: 320px;
  min-height: 86px;
}
.screen-stage {
  position: relative;
  height: 460px;
  border-radius: 150px 150px 12px 12px;
  overflow: hidden;
  margin-top: 28px;
  padding-top: 51px;
}
.stage-peach {
  background: var(--peach);
}
.stage-sage {
  background: var(--sage);
}
.stage-lilac {
  background: var(--lilac);
}
.screen-caption {
  display: block;
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: var(--plum);
  position: relative;
  z-index: 1;
  letter-spacing: -0.03em;
}
.screen-stage .phone {
  width: 218px;
  max-width: 72%;
  margin: 29px auto 0;
  transform: rotate(-5deg);
  border-width: 5px;
  border-radius: 27px;
}
.stage-sage .phone {
  transform: rotate(4deg);
}
.stage-lilac .phone {
  transform: rotate(-3deg);
}
.stage-doodle {
  position: absolute;
  top: 150px;
  right: 11px;
  font-family: var(--serif);
  font-size: 61px;
  color: var(--plum);
}
.privacy-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  padding-block: 120px;
}
.privacy-art {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  background: #e9e6d8;
  border-radius: 50% 50% 43% 43%;
}
.privacy-orbit {
  position: absolute;
  width: 82%;
  height: 58%;
  border: 1px solid #a9a18f;
  border-radius: 50%;
  transform: rotate(-32deg);
}
.privacy-heart {
  font-family: Georgia, serif;
  font-size: 225px;
  line-height: 1;
  color: var(--plum);
  transform: rotate(-10deg);
}
.orbit-spark {
  position: absolute;
  right: 10%;
  top: 12%;
  font-size: 57px;
  color: #96735a;
}
.privacy-caption {
  position: absolute;
  bottom: 44px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 27px;
  color: var(--plum);
  transform: rotate(-7deg);
}
.privacy-copy > p:not(.eyebrow) {
  margin-top: 22px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  font-size: 12px;
}
.check-list li {
  position: relative;
  padding-left: 24px;
  margin-top: 10px;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--plum);
}
.privacy-copy .privacy-detail {
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.membership-section {
  background: #eee7df;
}
.section-heading.centered {
  display: block;
  text-align: center;
}
.centered > p {
  max-width: none;
  margin-top: 23px;
}
.centered .eyebrow {
  margin-top: 0;
}
.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  margin-top: 48px;
}
.plan {
  padding: 32px;
  border: 1px solid #d6cbbf;
  border-radius: 18px;
  background: #f9f5ed;
}
.plan-symbol {
  font-size: 34px;
  color: var(--plum);
  line-height: 1;
  display: block;
  margin-bottom: 18px;
}
.plan h3 {
  font-size: 23px;
}
.plan-description {
  font-size: 11px;
  margin-top: 8px;
  min-height: 20px;
}
.plan-amount {
  font-family: var(--serif);
  font-size: 60px;
  color: var(--ink);
  margin-top: 22px;
  line-height: 1.3;
  letter-spacing: -0.045em;
}
.plan-amount span {
  font-family: var(--body);
  font-size: 11px;
  letter-spacing: 0;
  margin-left: 4px;
}
.plan-term {
  font-size: 10px;
  min-height: 34px;
  max-width: 230px;
}
.plan ul {
  border-top: 1px solid #d8cdc1;
  list-style: none;
  margin: 24px 0 0;
  padding: 18px 0 0;
  font-size: 11px;
}
.plan li {
  margin-top: 8px;
  padding-left: 18px;
  position: relative;
}
.plan li:before {
  content: "✓";
  position: absolute;
  left: 0;
}
.cozy-plan {
  background: var(--sage);
  border-color: #bdc4ae;
}
.plans-note {
  text-align: center;
  max-width: 700px;
  font-size: 10px;
  margin: 25px auto 0;
  line-height: 1.8;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 85px;
}
.faq-section .text-link {
  margin-top: 20px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  list-style: none;
  padding: 23px 0;
  font-size: 13px;
  font-weight: 800;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s;
}
details[open] summary > span {
  transform: rotate(45deg);
}
details > p {
  font-size: 12px;
  padding: 0 25px 23px 0;
  line-height: 1.85;
}
.get-app-section {
  padding: 77px 0 71px;
  background: #593d50;
  color: #fff8ed;
  position: relative;
  overflow: hidden;
}
.get-app-inner {
  text-align: center;
  position: relative;
}
.get-app-inner .eyebrow {
  color: #ead4c4;
}
.get-app-inner h2 {
  font-size: clamp(64px, 7vw, 94px);
}
.get-app-inner h2 em {
  color: #f2d8a0;
}
.get-app-inner > p:not(.eyebrow) {
  color: #e4d7dc;
  margin-top: 23px;
  font-size: 13px;
}
.closing-spark {
  position: absolute;
  left: 8%;
  top: 25%;
  font-size: 124px;
  color: #a4818b;
  transform: rotate(15deg);
}
.store-status {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 28px;
}
.store-status > span {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  border: 1px solid #a58899;
  border-radius: 13px;
  padding: 10px 20px;
}
.store-status > span > span:first-child {
  font-size: 28px;
}
.store-status small {
  display: block;
  font-size: 9px;
  color: #e1cfd8;
  line-height: 1.4;
}
.store-status strong {
  font-size: 16px;
  font-family: Nunito, var(--body);
}
.get-app-inner > .launch-note {
  font-size: 10px;
  margin-top: 17px;
}
.contact-link {
  display: inline-block;
  color: #f2d8a0;
  font-size: 12px;
  text-underline-offset: 5px;
  margin-top: 25px;
}
.site-footer {
  padding-block: 45px 30px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 35px;
}
.footer-top p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 21px;
}
.footer-top > a:last-child {
  font-size: 11px;
  text-decoration: none;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer-bottom p {
  font-size: 10px;
  white-space: nowrap;
}
.footer-bottom nav {
  display: flex;
  gap: 12px 22px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-bottom a {
  font-size: 9px;
  text-decoration: none;
  color: var(--muted);
}
.footer-bottom a:hover {
  text-decoration: underline;
}
@media (min-width: 1500px) {
  .hero-art {
    height: 630px;
  }
  .hero-phone {
    width: 250px;
  }
}
@media (max-width: 1100px) {
  .art-spark {
    right: -8px;
  }
  .container {
    width: calc(100% - 64px);
  }
  #main-nav {
    gap: 22px;
  }
  .hero {
    gap: 24px;
    padding-block: 48px 65px;
  }
  .hero-art {
    height: 510px;
    margin-left: 0;
  }
  .hero-phone {
    width: 207px;
    left: -6px;
  }
  .hero h1 {
    font-size: 86px;
  }
  .hero-lead {
    font-size: 14px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    padding: 14px 20px;
    font-size: 12px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .handwritten-note {
    font-size: 24px;
    right: 5px;
  }
  .moment-layout,
  .faq-section {
    gap: 50px;
  }
  .section-space {
    padding-block: 85px;
  }
  .idea-paper {
    padding: 28px;
  }
  .idea-quote {
    font-size: 30px;
    min-height: 170px;
  }
  .idea-bottom {
    flex-wrap: wrap;
  }
  .screen-stage {
    height: 410px;
  }
  .step h3 {
    font-size: 18px;
  }
  .step > p {
    min-height: 105px;
  }
  .screen-caption {
    font-size: 18px;
  }
  .privacy-section {
    gap: 60px;
    padding-block: 90px;
  }
  .privacy-art {
    min-height: 330px;
  }
  .plan {
    padding: 25px;
  }
  .closing-spark {
    left: 3%;
    font-size: 100px;
  }
  .footer-top p {
    font-size: 19px;
  }
}
@media (max-width: 820px) {
  .nav-row {
    min-height: 80px;
  }
  .brand {
    font-size: 23px;
  }
  .brand img {
    width: 33px;
    height: 33px;
  }
  #main-nav {
    gap: 17px;
  }
  #main-nav > a:not(.button) {
    font-size: 10px;
  }
  .button-small {
    padding: 10px 13px;
    gap: 10px;
    font-size: 10px;
  }
  .hero {
    gap: 15px;
  }
  .hero h1 {
    font-size: 70px;
  }
  .hero-art {
    height: 455px;
  }
  .photo-frame {
    left: 40px;
    bottom: 40px;
  }
  .hero-phone {
    width: 183px;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .hero-lead {
    font-size: 13px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .availability {
    font-size: 9px;
  }
  .art-spark {
    font-size: 77px;
    right: -18px;
    top: -20px;
  }
  .handwritten-note {
    display: none;
  }
  .art-label {
    font-size: 10px;
    right: 0;
    padding: 8px 14px;
    bottom: 8px;
  }
  .manifesto-strip {
    font-size: 21px;
    gap: 4vw;
  }
  .manifesto-strip b {
    font-size: 19px;
  }
  .moment-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .section-intro > p:not(.eyebrow) {
    max-width: 450px;
  }
  .idea-studio {
    max-width: 590px;
    width: 100%;
    margin: auto;
  }
  .idea-quote {
    min-height: 110px;
  }
  .section-heading {
    gap: 35px;
  }
  .section-heading > p {
    font-size: 13px;
    max-width: 270px;
  }
  .steps-grid {
    gap: 15px;
  }
  .step-heading {
    gap: 8px;
  }
  .step h3 {
    font-size: 16px;
  }
  .step-number {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  .step > p {
    font-size: 11px;
    min-height: 120px;
  }
  .screen-stage {
    height: 330px;
    padding-top: 39px;
  }
  .screen-stage .phone {
    max-width: 78%;
    border-radius: 19px;
    border-width: 4px;
  }
  .screen-caption {
    font-size: 15px;
  }
  .stage-doodle {
    font-size: 40px;
    right: 3px;
  }
  .privacy-section {
    gap: 35px;
  }
  .privacy-art {
    min-height: 290px;
  }
  .privacy-heart {
    font-size: 177px;
  }
  .privacy-caption {
    font-size: 22px;
    bottom: 40px;
  }
  .privacy-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .plans {
    gap: 12px;
  }
  .plan {
    padding: 22px 18px;
  }
  .plan-amount {
    font-size: 50px;
  }
  .plan-amount span {
    display: block;
    font-size: 10px;
    letter-spacing: 0;
  }
  .plan-description {
    min-height: 40px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .closing-spark {
    font-size: 75px;
    left: 0;
    top: 30%;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
  .footer-bottom nav {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 25px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .section-space {
    padding-block: 68px;
  }
  .nav-row {
    min-height: 75px;
    flex-wrap: wrap;
    gap: 0;
  }
  .menu-toggle:not([hidden]) {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .menu-toggle span {
    font-size: 16px;
  }
  #main-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 20px;
    justify-content: space-between;
  }
  body.js-ready #main-nav {
    display: none;
  }
  body.js-ready #main-nav.is-open {
    display: flex;
  }
  #main-nav > a:not(.button) {
    font-size: 12px;
  }
  #main-nav .button {
    width: 100%;
    font-size: 12px;
    padding: 13px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 37px;
    padding-bottom: 47px;
    gap: 25px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .tiny-spark {
    font-size: 18px;
  }
  .hero h1 {
    font-size: clamp(66px, 17vw, 92px);
    margin-bottom: 22px;
  }
  .hero-lead {
    font-size: 14px;
    max-width: 420px;
    line-height: 1.8;
  }
  .hero-actions {
    gap: 22px;
    margin-top: 25px;
  }
  .hero-actions .button {
    padding: 15px 19px;
    font-size: 11px;
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 8px;
  }
  .availability {
    font-size: 9px;
    margin-top: 22px;
    max-width: 300px;
    line-height: 1.6;
  }
  .hero-art {
    width: min(400px, 100%);
    height: 480px;
    align-self: center;
    margin-top: 20px;
  }
  .photo-frame {
    left: 52px;
    right: 9px;
    bottom: 29px;
    border-radius: 160px 160px 20px 20px;
  }
  .hero-phone {
    width: 192px;
    left: 2px;
    bottom: 3px;
    border-width: 5px;
    border-radius: 25px;
  }
  .art-spark {
    font-size: 76px;
    right: -2px;
    top: -16px;
  }
  .art-label {
    right: 0;
    bottom: 0;
    font-size: 10px;
  }
  .handwritten-note {
    display: flex;
    font-size: 23px;
    bottom: 63px;
    right: 16px;
  }
  .manifesto-strip {
    min-height: 68px;
    font-size: 19px;
    gap: 20px;
    padding: 18px 10px;
    flex-wrap: wrap;
  }
  .manifesto-strip span:last-child,
  .manifesto-strip b:last-of-type {
    display: none;
  }
  .manifesto-strip b {
    font-size: 15px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 49px;
  }
  .section-intro > p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .section-intro .small-note {
    font-size: 11px;
  }
  .mood-picker {
    gap: 6px;
    margin-bottom: 20px;
    justify-content: flex-start;
  }
  .mood-picker button {
    font-size: 10px;
    padding: 10px;
  }
  .idea-paper {
    padding: 27px 23px 20px;
    transform: rotate(-1.5deg);
    margin-inline: 3px;
  }
  .idea-quote {
    font-size: 30px;
    min-height: 150px;
    margin-block: 25px 30px;
  }
  .idea-bottom {
    gap: 14px;
  }
  .vibe {
    font-size: 10px;
  }
  #copy-idea {
    font-size: 11px;
    padding-block: 7px;
  }
  .idea-status {
    font-size: 9px;
    margin-top: 24px;
  }
  .section-heading {
    display: block;
    margin-bottom: 35px;
  }
  .section-heading > p {
    font-size: 13px;
    max-width: 360px;
    margin-top: 20px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .step-heading {
    gap: 12px;
  }
  .step h3 {
    font-size: 21px;
  }
  .step-number {
    width: 29px;
    height: 29px;
    font-size: 11px;
  }
  .step > p {
    font-size: 13px;
    min-height: 0;
    max-width: 410px;
  }
  .screen-stage {
    height: 430px;
    max-width: 380px;
    margin: 23px auto 0;
    padding-top: 35px;
    border-radius: 130px 130px 12px 12px;
  }
  .screen-stage .phone {
    width: 222px;
    max-width: 70%;
    border-radius: 27px;
    border-width: 5px;
    margin-top: 25px;
  }
  .screen-caption {
    font-size: 21px;
  }
  .stage-doodle {
    right: 25px;
    top: 130px;
    font-size: 50px;
  }
  .privacy-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-block: 70px;
  }
  .privacy-art {
    width: min(350px, 100%);
    min-height: 300px;
  }
  .privacy-heart {
    font-size: 185px;
  }
  .privacy-caption {
    font-size: 24px;
  }
  .privacy-copy .privacy-detail {
    font-size: 11px !important;
  }
  .check-list {
    font-size: 12px;
  }
  .centered > p {
    max-width: none;
  }
  .plans {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 33px;
  }
  .plan {
    padding: 28px;
  }
  .plan-symbol {
    float: right;
    font-size: 38px;
    margin: 0;
  }
  .plan h3 {
    font-size: 25px;
  }
  .plan-description {
    min-height: 0;
    font-size: 12px;
  }
  .plan-amount {
    margin-top: 18px;
    font-size: 58px;
  }
  .plan-amount span {
    display: inline;
    font-size: 11px;
  }
  .plan-term {
    font-size: 11px;
    min-height: 0;
    max-width: 270px;
  }
  .plan ul {
    font-size: 12px;
  }
  .plans-note {
    font-size: 10px;
  }
  .faq-section {
    gap: 35px;
  }
  .faq-section .text-link {
    font-size: 11px;
  }
  summary {
    font-size: 12px;
    padding: 21px 0;
    gap: 15px;
  }
  details > p {
    font-size: 12px;
  }
  .get-app-section {
    padding-block: 65px 56px;
  }
  .get-app-inner h2 {
    font-size: 67px;
  }
  .get-app-inner > .eyebrow {
    font-size: 9px;
  }
  .get-app-inner > p:not(.eyebrow) {
    font-size: 12px;
  }
  .closing-spark {
    font-size: 45px;
    left: auto;
    right: -1px;
    top: 59px;
  }
  .store-status {
    gap: 10px;
  }
  .store-status > span {
    padding: 9px 15px;
    gap: 10px;
  }
  .store-status strong {
    font-size: 14px;
  }
  .store-status small {
    font-size: 8px;
  }
  .store-status > span > span:first-child {
    font-size: 25px;
  }
  .get-app-inner > .launch-note {
    font-size: 9px;
  }
  .footer-top {
    gap: 17px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }
  .footer-top p {
    font-size: 21px;
  }
  .footer-bottom nav {
    gap: 12px 19px;
  }
  .footer-bottom a {
    font-size: 10px;
  }
  .site-footer {
    padding-block: 32px;
  }
  .footer-top > a:last-child {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .hero-actions {
    gap: 13px;
  }
  .hero-actions .button {
    padding: 14px;
    font-size: 10px;
  }
  .hero-art {
    height: 420px;
  }
  .hero-phone {
    width: 169px;
  }
  .manifesto-strip {
    gap: 12px;
    font-size: 17px;
  }
  .idea-quote {
    font-size: 27px;
  }
  .mood-picker button {
    padding: 8px;
    font-size: 8px;
  }
  .store-status > span {
    padding: 9px 11px;
  }
  .get-app-inner h2 {
    font-size: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
