:root {
  --paper: #f7f5ef;
  --ink: #252822;
  --muted: #686b60;
  --line: #d7d9cd;
  --green: #42583e;
  --serif: Georgia,"Times New Roman",serif;
  --sans: "Segoe UI",Arial,sans-serif;
  color-scheme: light;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  color: var(--muted);
  font-size: 11px;
}

.breadcrumbs a, .language-links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.language-links {
  display: flex;
  gap: 18px;
  margin-top: 20px;
  font-size: 11px;
  color: var(--muted);
}

.language-links [aria-current="page"] {
  color: var(--ink);
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

a, select, summary {
  touch-action: manipulation;
}

a:hover {
  color: var(--green);
}

a:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 5px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure, p, h1, h2, h3 {
  margin: 0;
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
}

em {
  color: var(--green);
  font-weight: 400;
}

.page-shell {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
}

.site-header {
  border-bottom: 1px solid var(--ink);
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 25px 0;
  display: flex;
}

.brand {
  letter-spacing: -1.5px;
  align-items: center;
  gap: 10px;
  font-size: 29px;
  font-weight: 650;
  line-height: 1;
  display: flex;
}

.brand img {
  border-radius: 8px;
}

.site-header nav, .header-actions {
  align-items: center;
  gap: 28px;
  display: flex;
}

.site-header nav {
  font-size: 13px;
}

.header-actions {
  gap: 18px;
}

select {
  font: 12px var(--sans);
  color: var(--ink);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 10px 2px;
}

.header-download {
  background: var(--green);
  color: #fff;
  padding: 10px 19px;
  font-size: 12px;
}

.header-download:hover {
  color: #fff;
  background: #30402d;
}

.header-download span {
  margin-left: 15px;
}

.hero {
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 55px;
  padding: 56px 0 46px;
  display: grid;
}

.eyebrow {
  letter-spacing: 1.65px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
}

.status-dot {
  background: var(--green);
  vertical-align: 2px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  display: inline-block;
}

h1 {
  letter-spacing: -3.5px;
  margin: 26px 0;
  font-size: clamp(54px, 5.25vw, 78px);
  line-height: 1.06;
}

h1 em {
  white-space: nowrap;
}

.hero-description {
  max-width: 390px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.store-links {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
  display: flex;
}

.store-link {
  background: var(--ink);
  color: #fff;
  align-items: center;
  gap: 10px;
  min-height: 49px;
  padding: 13px 14px;
  font-size: 11px;
  line-height: 1.5;
  display: flex;
}

.store-link:hover {
  background: var(--green);
  color: #fff;
}

.store-link > span:last-child {
  margin-left: 7px;
}

.store-link img {
  filter: brightness(0) invert();
  flex-shrink: 0;
}

.small-note {
  color: var(--muted);
  margin-top: 12px;
  font-size: 11px;
}

.text-link {
  border-bottom: 1px solid var(--ink);
  align-items: center;
  gap: 30px;
  padding-bottom: 5px;
  font-size: 13px;
  display: inline-flex;
}

.hero-explore {
  margin-top: 35px;
}

.hero-figure {
  background: #e8ebdf;
  padding: 20px 24px 15px;
  overflow: hidden;
}

.figure-top, figcaption {
  letter-spacing: 1px;
  justify-content: space-between;
  gap: 15px;
  font-size: 9px;
  display: flex;
}

.figure-top {
  font-family: var(--sans);
}

.phone-composition {
  justify-content: center;
  align-items: center;
  height: 440px;
  display: flex;
  position: relative;
}

.background-word {
  font-family: var(--serif);
  color: #d3dac5;
  user-select: none;
  font-size: 430px;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: -4px;
  left: -8px;
}

.hero-phone {
  border: 6px solid #252825;
  border-radius: 25px;
  width: 182px;
  position: relative;
  transform: rotate(-7deg);
  box-shadow: 14px 20px 25px #27332126;
}

.margin-note {
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
  line-height: 1.4;
  position: absolute;
  top: 48%;
  right: -15px;
  transform: rotate(90deg);
}

figcaption {
  letter-spacing: 0;
  color: var(--muted);
  border-top: 1px solid #bdc5b2;
  padding-top: 12px;
}

.principles {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  font-size: 10px;
  display: flex;
}

.section {
  border-bottom: 1px solid var(--line);
  padding: 85px 0;
}

.section-intro {
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  margin-bottom: 40px;
  display: grid;
}

.section-intro > div {
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  display: flex;
}

.section-intro p:not(.eyebrow) {
  max-width: 260px;
  color: var(--muted);
  font-size: 13px;
}

h2 {
  letter-spacing: -1.6px;
  font-size: 44px;
  line-height: 1.14;
}

.feature-stories {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 27px;
  display: grid;
}

.feature-image {
  justify-content: center;
  height: 310px;
  padding: 28px 28px 0;
  display: flex;
  overflow: hidden;
}

.sage {
  background: #e7eadd;
}

.clay {
  background: #eee1d6;
}

.lavender {
  background: #e5e3eb;
}

.feature-image img {
  border: 5px solid #272a27;
  border-radius: 22px 22px 0 0;
  align-self: flex-start;
  width: 185px;
  height: auto;
}

.story-heading {
  align-items: baseline;
  gap: 12px;
  margin: 21px 0 9px;
  display: flex;
}

.story-heading > span {
  color: var(--muted);
  font-size: 10px;
}

h3 {
  letter-spacing: -.6px;
  font-size: 25px;
  line-height: 1.25;
}

.feature-stories article > p {
  color: var(--muted);
  max-width: 310px;
  font-size: 13px;
  line-height: 1.8;
}

.music-note {
  text-align: center;
  border-bottom: 1px solid var(--line);
  padding: 70px 12%;
}

.music-note h2 {
  margin: 23px 0 18px;
  font-size: 39px;
}

.music-note > p:last-child {
  max-width: 560px;
  color: var(--muted);
  margin: auto;
  font-size: 14px;
}

.companion-section {
  grid-template-columns: 1fr 1.35fr;
  align-items: center;
  gap: 65px;
  display: grid;
}

.companion-copy h2 {
  margin: 22px 0;
}

.companion-copy > p:not(.eyebrow):not(.small-note) {
  color: var(--muted);
  max-width: 340px;
  margin-bottom: 25px;
  font-size: 14px;
}

.companion-figure {
  background: #e8ebdf;
  padding: 28px;
}

.companion-figure img {
  border: 1px solid #c6cbbb;
  width: 100%;
}

.companion-figure figcaption {
  margin-top: 18px;
}

.pricing-section {
  grid-template-columns: 1fr 1.65fr;
  gap: 60px;
  display: grid;
}

.pricing-section h2, .faq-section h2 {
  margin: 20px 0 25px;
}

.pricing-section > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
}

.plans {
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.plans article {
  border-left: 1px solid var(--line);
  padding: 5px 25px 10px;
}

.plans h3 {
  margin: 15px 0 9px;
  font-size: 34px;
}

.plans p:not(.eyebrow) {
  color: var(--muted);
  font-size: 12px;
}

.plans ul {
  margin: 25px 0;
  padding: 0;
  font-size: 12px;
  list-style: none;
}

.plans li {
  border-bottom: 1px solid var(--line);
  padding: 7px 0;
}

.plans li:before {
  content: "—";
  color: var(--green);
  margin-right: 10px;
}

.faq-section {
  grid-template-columns: 1fr 1.65fr;
  gap: 60px;
  display: grid;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item:first-child {
  border-top: 1px solid var(--line);
}

summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 18px 0;
  font-size: 13px;
  list-style: none;
  display: flex;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: "+";
  font-size: 21px;
  font-weight: 300;
}

.faq-item[open] summary:after {
  content: "−";
}

.faq-item p {
  color: var(--muted);
  padding: 0 25px 20px 0;
  font-size: 13px;
}

.download-section {
  text-align: center;
  padding: 70px 20px 65px;
}

.download-section > img {
  border-radius: 17px;
  margin: 0 auto 22px;
}

.download-section h2 {
  margin: 20px 0 16px;
  font-size: 58px;
}

.download-section > p:not(.eyebrow):not(.small-note) {
  color: var(--muted);
  font-size: 14px;
}

.download-section .store-links {
  justify-content: center;
}

footer {
  border-top: 1px solid var(--ink);
  padding: 28px 0 20px;
}

.footer-top {
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  display: flex;
}

.footer-top > p {
  font-family: var(--serif);
  color: var(--muted);
  font-style: italic;
}

.footer-top nav {
  gap: 24px;
  font-size: 11px;
  display: flex;
}

.footer-bottom {
  color: var(--muted);
  justify-content: space-between;
  gap: 20px;
  margin-top: 35px;
  font-size: 9px;
  display: flex;
}

.footer-bottom a {
  text-underline-offset: 3px;
  text-decoration: underline;
}

.skip-link {
  background: var(--ink);
  color: #fff;
  z-index: 10;
  padding: 10px 20px;
  position: fixed;
  top: -100px;
  left: 20px;
}

.skip-link:focus {
  top: 10px;
}

@media (width >= 1400px) {
  .phone-composition {
    height: 490px;
  }

  .hero-phone {
    width: 202px;
  }

  .hero {
    gap: 75px;
  }

  .background-word {
    font-size: 475px;
  }
}

@media (width <= 1100px) {
  .page-shell {
    padding: 0 36px;
  }

  .hero {
    gap: 25px;
  }

  h1 {
    font-size: 59px;
  }

  .hero-figure {
    padding: 17px;
  }

  .margin-note {
    right: -33px;
  }

  .section-intro > div {
    display: block;
  }

  .section-intro p:not(.eyebrow) {
    max-width: 400px;
    margin-top: 20px;
  }

  .companion-section, .pricing-section, .faq-section {
    gap: 30px;
  }

  .feature-image {
    height: 285px;
  }

  .story-heading {
    gap: 8px;
  }

  h3 {
    font-size: 22px;
  }

  .footer-top > p {
    display: none;
  }
}

@media (width <= 800px) {
  .page-shell {
    padding: 0 24px;
  }

  .site-header nav {
    gap: 16px;
  }

  .site-header nav a:first-child {
    display: none;
  }

  .site-header {
    gap: 12px;
  }

  .header-actions {
    gap: 10px;
  }

  .header-download {
    padding: 10px 12px;
  }

  .header-download span {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  h1 {
    letter-spacing: -2.4px;
    font-size: 47px;
  }

  h1 em {
    white-space: normal;
  }

  .hero-description {
    font-size: 13px;
  }

  .phone-composition {
    height: 410px;
  }

  .hero-phone {
    width: 163px;
  }

  .margin-note {
    display: none;
  }

  .figure-top {
    font-size: 8px;
  }

  .hero-figure figcaption span:last-child {
    display: none;
  }

  .principles {
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    display: grid;
  }

  .section {
    padding: 55px 0;
  }

  .section-intro {
    grid-template-columns: 1fr 2fr;
    gap: 20px;
  }

  h2 {
    font-size: 37px;
  }

  .feature-stories {
    gap: 18px;
  }

  .feature-image {
    height: 250px;
    padding: 22px 12px 0;
  }

  .feature-image img {
    border-width: 4px;
    border-radius: 15px 15px 0 0;
  }

  .story-heading {
    display: block;
  }

  .story-heading h3 {
    margin-top: 7px;
    font-size: 23px;
  }

  .music-note {
    padding: 50px 5%;
  }

  .music-note h2 {
    font-size: 34px;
  }

  .companion-section {
    grid-template-columns: 1fr 1fr;
  }

  .companion-figure {
    padding: 15px;
  }

  .pricing-section, .faq-section {
    grid-template-columns: 1fr;
  }

  .plans article:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .plans article:last-child {
    padding-right: 0;
  }

  .download-section h2 {
    font-size: 45px;
  }
}

@media (width <= 580px) {
  .page-shell {
    padding: 0 20px;
  }

  .site-header {
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .brand {
    font-size: 27px;
  }

  .brand img {
    width: 33px;
    height: 33px;
  }

  .site-header nav {
    border-top: 1px solid var(--line);
    order: 3;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
    padding-top: 13px;
  }

  .site-header nav a:first-child {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 35px 0 28px;
  }

  .hero-copy > .eyebrow {
    letter-spacing: 1.1px;
    font-size: 9px;
  }

  h1 {
    letter-spacing: -2.8px;
    margin: 24px 0;
    font-size: clamp(48px, 12vw, 68px);
    line-height: 1.07;
  }

  h1 em {
    white-space: nowrap;
  }

  .hero-description {
    max-width: 400px;
    font-size: 14px;
  }

  .hero-explore {
    margin-top: 23px;
  }

  .store-link {
    gap: 7px;
    padding: 12px 10px;
    font-size: 10px;
  }

  .store-link > span:last-child {
    margin-left: 2px;
  }

  .hero-figure {
    padding: 18px 20px;
  }

  .phone-composition {
    height: 410px;
  }

  .hero-phone {
    width: 174px;
  }

  .background-word {
    font-size: 420px;
    left: calc(50% - 150px);
  }

  .margin-note {
    font-size: 15px;
    display: block;
    right: -35px;
  }

  .hero-figure figcaption span:last-child {
    display: block;
  }

  .principles {
    font-size: 9px;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .section-intro > div {
    display: block;
  }

  h2 {
    font-size: 38px;
  }

  .feature-stories {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .feature-image {
    height: 350px;
    padding: 30px 30px 0;
  }

  .feature-image img {
    border-width: 5px;
    border-radius: 24px 24px 0 0;
    width: 210px;
  }

  .story-heading {
    gap: 14px;
    margin-top: 16px;
    display: flex;
  }

  .story-heading h3 {
    margin: 0;
    font-size: 27px;
  }

  .feature-stories article > p {
    max-width: none;
  }

  .music-note {
    padding: 45px 0;
  }

  .music-note h2 {
    font-size: 35px;
  }

  .music-note h2 em {
    display: block;
  }

  .companion-section {
    grid-template-columns: 1fr;
  }

  .companion-copy > p:not(.eyebrow):not(.small-note) {
    max-width: none;
  }

  .companion-figure {
    padding: 20px;
  }

  .plans {
    gap: 20px;
  }

  .plans article {
    padding-left: 20px;
  }

  .plans .eyebrow {
    letter-spacing: 1px;
    font-size: 9px;
  }

  .plans h3 {
    font-size: 31px;
  }

  .plans li {
    font-size: 11px;
  }

  .faq-section {
    gap: 25px;
  }

  .download-section {
    padding: 50px 0;
  }

  .download-section h2 {
    font-size: 46px;
  }

  .download-section h2 em {
    display: block;
  }

  .footer-top {
    align-items: flex-start;
  }

  .footer-top nav {
    flex-direction: column;
    gap: 10px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    gap: 15px;
    font-size: 9px;
  }

  .footer-bottom > span:nth-child(2) {
    order: 3;
    width: 100%;
  }

  .footer-bottom > a {
    margin-left: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
