@font-face {
  font-family: Bricolage;
  src: url('/assets/fonts/BricolageGrotesque.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url('/assets/fonts/Inter.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --ink: #222;
  --muted: #717171;
  --paper: #fff;
  --canvas: #f7f7f7;
  --line: #ebebeb;
  --pink: #ff385c;
  --pink-deep: #d70466;
  --pink-soft: #fff0f2;
  --teal: #006c61;
  --display: Bricolage, Arial, sans-serif;
  --body: Inter, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #ffd9e2;
  color: var(--ink);
}
a {
  color: inherit;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a,
button,
input {
  outline-offset: 5px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--pink-deep);
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 700;
}
button {
  cursor: pointer;
}
.shell {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.eyebrow {
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink-deep);
  flex: none;
}
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgb(255 255 255 / 94%);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.9375rem;
  letter-spacing: -1.8px;
  text-decoration: none;
  white-space: nowrap;
}
.wordmark span {
  color: var(--pink-deep);
}
.desktop-nav {
  display: flex;
  gap: 34px;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
}
.desktop-nav a {
  text-decoration: none;
  transition: color 0.2s;
}
.desktop-nav a:hover {
  color: var(--pink-deep);
}
.button {
  min-height: 56px;
  padding: 17px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button span {
  font-size: 1.3125rem;
  line-height: 1;
}
.button-small {
  min-height: 44px;
  padding: 12px 20px;
}
.button-dark {
  background: var(--ink);
  color: white;
}
.button-dark:hover {
  background: #444;
}
.button-pink {
  background: var(--pink-deep);
  color: white;
}
.button-pink:hover {
  background: #b30355;
  box-shadow: 0 6px 18px #d7046619;
}
.button-outline {
  border-color: #d8d8d8;
  background: white;
}
.button-outline:hover {
  border-color: var(--ink);
}
.hero {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  align-items: center;
  min-height: 695px;
  padding-block: 72px 85px;
  gap: 8px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero h1 {
  margin-top: 25px;
  font-size: clamp(4.75rem, 7.55vw, 6.875rem);
  letter-spacing: normal;
  line-height: 1.08;
}
.hero h1 span {
  color: var(--pink-deep);
}
.hero-description {
  font-size: 1.25rem;
  letter-spacing: -0.035em;
  line-height: 1.55;
  margin-top: 28px;
  font-weight: 500;
}
.hero-detail {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
  max-width: 385px;
  margin-top: 13px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 29px;
}
.store-downloads {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  scroll-margin-top: 105px;
}
.store-badge {
  display: block;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: none;
  border-radius: 9px;
}
.app-store-badge img {
  width: 168px;
  height: 56px;
}
.google-play-badge {
  position: relative;
  width: 188px;
  height: 56px;
}
.google-play-badge img {
  position: absolute;
  width: 215.34px;
  height: 83.34px;
  max-width: none;
  left: -13.67px;
  top: -13.67px;
}
.store-availability {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.8;
  margin-top: 18px;
}
.store-availability a {
  color: var(--ink);
  text-underline-offset: 3px;
  white-space: nowrap;
}
.quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}
.quiet-link:hover {
  color: var(--pink-deep);
}
.play-icon {
  font-size: 1.3125rem;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 21px;
  color: var(--muted);
  font-size: 0.75rem;
}
.hero-note > span:first-child {
  color: var(--teal);
}
.note-divider {
  color: #b5b5b5;
  margin-inline: 4px;
}
.hero-visual {
  position: relative;
  padding-block: 61px 48px;
  margin-right: -35px;
}
.hero-illustration {
  width: 100%;
}
.conversation-note {
  font-family: var(--display);
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  transform: rotate(6deg);
  position: absolute;
  right: 34px;
  top: 8px;
}
.hero-caption {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  bottom: 17px;
  left: 27px;
  padding: 15px 21px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 35px #29132909;
  font-size: 0.75rem;
  line-height: 1.7;
  transform: rotate(-4deg);
  color: var(--muted);
}
.hero-caption strong {
  font-weight: 600;
  color: var(--ink);
}
.mini-wave {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--pink-soft);
}
.mini-wave i {
  width: 3px;
  background: var(--pink-deep);
  border-radius: 5px;
  height: 10px;
}
.mini-wave i:nth-child(2),
.mini-wave i:nth-child(4) {
  height: 18px;
}
.mini-wave i:nth-child(3) {
  height: 25px;
}
.art-label {
  position: absolute;
  bottom: 12px;
  right: 23px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--muted);
}
.occasion-strip {
  background: var(--canvas);
  border-block: 1px solid var(--line);
}
.occasions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-block: 28px;
}
.occasions p {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  max-width: 155px;
  line-height: 1.7;
  color: var(--muted);
  font-weight: 600;
}
.occasions > span {
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
.occasions b {
  color: var(--pink-deep);
  font-size: 1.6875rem;
  font-weight: 500;
}
.section-heading {
  text-align: center;
}
.section-heading .eyebrow {
  justify-content: center;
}
.section-heading h2,
h2 {
  font-size: clamp(2.375rem, 4.2vw, 3.625rem);
  line-height: 1.06;
  letter-spacing: -0.052em;
}
.section-heading h2 {
  margin-top: 20px;
}
.section-heading > p:last-child:not(.eyebrow) {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 21px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 69px;
}
.step {
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
}
.step-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--display);
  font-size: 2.125rem;
  font-weight: 500;
  color: var(--pink-deep);
  letter-spacing: -0.045em;
}
.step-number > span {
  color: #c1c1c1;
  font-size: 1.5625rem;
}
.step h3 {
  font-size: 1.75rem;
  letter-spacing: -0.045em;
  margin-top: 25px;
}
.step > p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 14px;
}
.step-foot {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 29px;
}
.app-section {
  background: #fff5f7;
  overflow: hidden;
}
.app-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
}
.app-heading h2 {
  margin-top: 20px;
}
.app-heading > p {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--muted);
  padding-bottom: 5px;
}
.phone-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 65px;
  margin: 65px 44px 0;
}
.app-shot {
  min-width: 0;
}
.app-shot figcaption {
  margin-bottom: 29px;
  min-height: 66px;
}
.app-shot figcaption > span {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #85636f;
}
.app-shot h3 {
  font-size: 1.3125rem;
  letter-spacing: -0.035em;
  margin-top: 10px;
}
.phone-frame {
  background: #222;
  border: 6px solid #252325;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 22px 40px #5c25321a;
}
.phone-frame img {
  width: 100%;
  aspect-ratio: 6/13;
  object-fit: contain;
}
.screen-note {
  text-align: center;
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 35px;
}
.real-life {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 74px;
}
.real-life-art {
  margin-left: -30px;
}
.real-life h2 {
  margin-top: 21px;
}
.real-life-copy > p:not(.eyebrow) {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 21px;
  max-width: 390px;
}
.text-link {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  gap: 18px;
  align-items: center;
}
.text-link span {
  font-size: 1.3125rem;
}
.text-link:hover {
  color: var(--pink-deep);
}
.real-life .text-link {
  margin-top: 28px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
}
.privacy-band {
  background: var(--canvas);
  border-block: 1px solid var(--line);
}
.privacy-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 34px;
}
.privacy-icon {
  width: 54px;
  height: 54px;
  background: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
}
.privacy-icon svg {
  width: 25px;
  height: 25px;
}
.privacy-inner h2 {
  font-size: 1.375rem;
  letter-spacing: -0.035em;
}
.privacy-inner p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 8px;
  max-width: 610px;
}
.privacy-inner .text-link {
  margin-left: auto;
  white-space: nowrap;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 940px;
  margin: 47px auto 0;
}
.price-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.price-featured {
  background: #fff5f7;
  border-color: #f3dce4;
}
.plan-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--muted);
}
.price-card > .plan-label {
  min-height: 28px;
  display: flex;
  align-items: center;
}
.plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
}
.plan-badge {
  font-size: 0.75rem;
  white-space: nowrap;
  color: var(--pink-deep);
  background: #ffe5ee;
  padding: 5px 9px;
  border-radius: 100px;
  font-weight: 600;
}
.price-card h3 {
  font-size: 1.75rem;
  letter-spacing: -0.04em;
  margin-top: 22px;
}
.price {
  font-family: var(--display);
  font-size: 3.3125rem;
  font-weight: 600;
  letter-spacing: -0.055em;
  margin-top: 19px;
}
.price > span {
  font-family: var(--body);
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: -0.02em;
}
.price-card > p:not(.plan-label, .price, .monthly-note) {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 15px;
  max-width: 315px;
}
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 26px 0 32px;
  font-size: 0.875rem;
  line-height: 1.6;
  display: grid;
  gap: 14px;
}
.price-card li {
  padding-left: 24px;
  position: relative;
}
.price-card li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--teal);
}
.price-card .button {
  width: 100%;
  margin-top: auto;
}
.monthly-note {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 13px auto -8px;
}
.pricing-note {
  font-size: 0.75rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 775px;
  text-align: center;
  margin: 24px auto 0;
}
.download-section {
  padding-bottom: 80px;
}
.download-panel {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  gap: 28px;
  align-items: center;
  padding: 45px 50px 45px 10px;
}
.download-art {
  mix-blend-mode: multiply;
}
.download-copy h2 {
  margin-top: 18px;
  font-size: 3.25rem;
}
.download-copy > p:not(.eyebrow) {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 22px;
}
.download-copy .store-downloads {
  margin-top: 27px;
}
.footer {
  padding-bottom: 30px;
}
.footer-main {
  display: flex;
  align-items: center;
  gap: 35px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 33px;
}
.footer-main > p {
  color: var(--muted);
  font-size: 0.875rem;
}
.back-top {
  margin-left: auto;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.3125rem;
}
.back-top:hover {
  background: var(--pink-soft);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.75rem;
  color: var(--muted);
  padding-top: 28px;
}
.footer-bottom nav {
  display: flex;
  gap: 22px;
}
.footer-bottom a {
  text-decoration: none;
}
.footer-bottom a:hover {
  color: var(--pink-deep);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 30;
  background: var(--ink);
  color: white;
  padding: 14px 20px;
  border-radius: 8px;
}
.skip-link:focus {
  top: 12px;
}
.visually-hidden,
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 745px;
  }
  .hero-visual {
    margin-right: -40px;
  }
}
@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 72px);
  }
  .hero {
    min-height: 660px;
    grid-template-columns: 1fr 1.05fr;
  }
  .hero h1 {
    font-size: clamp(4rem, 8.4vw, 5.375rem);
  }
  .hero-visual {
    margin-right: -20px;
  }
  .hero-actions {
    gap: 17px;
    flex-wrap: wrap;
  }
  .hero-description {
    font-size: 1.125rem;
  }
  .hero-detail {
    max-width: 340px;
  }
  .hero-caption {
    left: 0;
  }
  .art-label {
    display: none;
  }
  .phone-gallery {
    gap: 35px;
    margin-inline: 12px;
  }
  .app-shot h3 {
    font-size: 1.1875rem;
  }
  .real-life {
    gap: 35px;
  }
  .occasions {
    gap: 18px;
  }
  .occasions > span {
    font-size: 1.0625rem;
  }
  .occasions p {
    max-width: 140px;
  }
  .privacy-inner p {
    max-width: 440px;
  }
  .privacy-inner .text-link {
    font-size: 0.875rem;
  }
  .download-panel {
    padding-right: 30px;
    gap: 12px;
  }
  .download-copy h2 {
    font-size: 2.8125rem;
  }
  .footer-bottom > span {
    display: none;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 88px;
  }
  .shell {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 72px;
  }
  .header-inner {
    height: 75px;
    gap: 12px;
  }
  .wordmark {
    font-size: 1.8125rem;
  }
  .desktop-nav {
    display: none;
  }
  .header .button {
    padding: 10px 15px;
    min-height: 44px;
    font-size: 0.75rem;
    gap: 15px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-block: 48px 38px;
    min-height: 0;
  }
  .hero-copy {
    text-align: center;
  }
  .hero .eyebrow {
    justify-content: center;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 16vw, 6.1875rem);
    margin-top: 22px;
  }
  .hero-description {
    font-size: 1.125rem;
    margin-top: 23px;
    line-height: 1.6;
  }
  .hero-detail {
    font-size: 1rem;
    line-height: 1.7;
    max-width: 385px;
    margin: 12px auto 0;
  }
  .hero-actions {
    justify-content: center;
    gap: 23px;
    margin-top: 25px;
  }
  .button {
    padding: 15px 20px;
    min-height: 52px;
  }
  .hero-note {
    justify-content: center;
    font-size: 0.75rem;
    margin-top: 19px;
    flex-wrap: wrap;
  }
  .hero-visual {
    margin: 0 auto;
    padding-block: 35px 30px;
    width: 100%;
    max-width: 550px;
  }
  .conversation-note {
    font-size: 0.875rem;
    top: 8px;
    right: 12px;
  }
  .hero-caption {
    font-size: 0.75rem;
    padding: 9px 14px;
    border-radius: 12px;
    bottom: 0;
    left: 10px;
    gap: 9px;
  }
  .mini-wave {
    width: 32px;
    height: 32px;
  }
  .mini-wave i {
    width: 2px;
  }
  .mini-wave i:nth-child(3) {
    height: 21px;
  }
  .occasions {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 17px;
    row-gap: 15px;
    padding-block: 22px;
  }
  .occasions p {
    max-width: none;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
  }
  .occasions > span {
    font-size: 0.875rem;
  }
  .occasions b {
    font-size: 1.125rem;
  }
  .occasions b:last-of-type,
  .occasions > span:last-child {
    display: none;
  }
  .section-heading h2,
  h2 {
    font-size: 2.625rem;
  }
  .eyebrow {
    font-size: 0.75rem;
  }
  .section-heading > p:last-child:not(.eyebrow) {
    font-size: 1rem;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 29px;
    margin-top: 38px;
  }
  .step {
    padding-top: 17px;
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 14px;
  }
  .step-number {
    grid-row: 1/4;
    display: block;
    font-size: 1.75rem;
  }
  .step-number > span {
    display: none;
  }
  .step h3 {
    margin-top: 2px;
    font-size: 1.6875rem;
  }
  .step > p {
    font-size: 1rem;
    margin-top: 10px;
  }
  .step-foot {
    margin-top: 17px;
    font-size: 0.875rem;
  }
  .app-heading {
    display: block;
    text-align: center;
  }
  .app-heading .eyebrow {
    justify-content: center;
  }
  .app-heading > p {
    font-size: 1rem;
    margin-top: 21px;
  }
  .phone-gallery {
    gap: 26px;
    margin: 37px -20px 0;
    padding: 0 44px 25px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #dca5ba transparent;
  }
  .app-shot {
    width: 260px;
    flex: 0 0 260px;
    scroll-snap-align: center;
  }
  .app-shot h3 {
    font-size: 1.3125rem;
  }
  .app-shot figcaption > span {
    font-size: 0.75rem;
  }
  .app-shot figcaption {
    margin-bottom: 22px;
  }
  .phone-frame {
    border-radius: 31px;
    border-width: 5px;
  }
  .screen-note {
    font-size: 0.75rem;
    margin-top: 16px;
    line-height: 1.7;
  }
  .real-life {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .real-life-art {
    margin: 0 -10px;
    order: 2;
  }
  .real-life-copy {
    text-align: center;
  }
  .real-life-copy .eyebrow {
    justify-content: center;
  }
  .real-life-copy > p:not(.eyebrow) {
    font-size: 1rem;
    margin: 19px auto 0;
    max-width: 390px;
  }
  .real-life .text-link {
    margin-top: 21px;
  }
  .privacy-inner {
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-block: 27px;
  }
  .privacy-icon {
    width: 43px;
    height: 43px;
  }
  .privacy-inner > div {
    flex: 1;
    min-width: 200px;
  }
  .privacy-inner h2 {
    font-size: 1.375rem;
    line-height: 1.2;
  }
  .privacy-inner p {
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .privacy-inner .text-link {
    margin: 0 0 0 59px;
    font-size: 0.875rem;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 430px;
    gap: 20px;
    margin-top: 34px;
  }
  .price-card {
    padding: 28px;
  }
  .price-card h3 {
    font-size: 1.8125rem;
  }
  .price-card > p:not(.plan-label, .price, .monthly-note) {
    max-width: 100%;
  }
  .price-card .button {
    font-size: 0.875rem;
  }
  .price {
    font-size: 3.125rem;
  }
  .price-card ul {
    margin-bottom: 28px;
  }
  .monthly-note {
    margin-bottom: 0;
  }
  .pricing-note {
    font-size: 0.75rem;
    max-width: 410px;
  }
  .download-section {
    padding-bottom: 55px;
  }
  .download-panel {
    grid-template-columns: 1fr;
    padding: 28px 23px 35px;
    gap: 10px;
    border-radius: 22px;
  }
  .download-art {
    order: 2;
    margin: 17px -10px -10px;
  }
  .download-copy {
    text-align: center;
  }
  .download-copy .eyebrow {
    justify-content: center;
  }
  .download-copy h2 {
    font-size: 2.625rem;
    margin-top: 19px;
  }
  .download-copy > p:not(.eyebrow) {
    font-size: 1rem;
    margin-top: 18px;
  }
  .download-copy .store-downloads {
    justify-content: center;
    margin-top: 24px;
  }
  .footer-main {
    gap: 16px;
    flex-wrap: wrap;
    padding-block: 26px;
  }
  .footer-main .wordmark {
    font-size: 1.8125rem;
  }
  .footer-main > p {
    font-size: 0.875rem;
    order: 3;
    flex-basis: 100%;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 23px;
  }
  .footer-bottom > p {
    order: 2;
  }
  .footer-bottom nav {
    gap: 14px 22px;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0.875rem;
  }
  .footer {
    padding-bottom: 24px;
  }
}
@media (max-width: 380px) {
  .header .button {
    gap: 8px;
    padding-inline: 11px;
  }
  .wordmark {
    font-size: 1.625rem;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero .button {
    font-size: 0.875rem;
  }
  .hero .quiet-link {
    min-height: 44px;
  }
  .desktop-break {
    display: none;
  }
  .plan-label {
    font-size: 0.75rem;
  }
  .price-card {
    padding: 24px;
  }
  .occasions {
    column-gap: 10px;
  }
  .occasions > span {
    font-size: 0.8125rem;
  }
}
@media (max-width: 460px) {
  .store-downloads {
    gap: 24px;
  }
  .app-store-badge img {
    width: 132px;
    height: 44px;
  }
  .google-play-badge {
    width: 147.72px;
    height: 44px;
  }
  .google-play-badge img {
    width: 169.19px;
    height: 65.48px;
    left: -10.74px;
    top: -10.74px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
