@font-face {
  font-family: Degular;
  src: url("assets/fonts/degular.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: Fraunces;
  src: url("assets/fonts/fraunces.woff2") format("woff2");
  font-style: normal;
  font-weight: 450;
  font-display: swap;
}

:root {
  color-scheme: light;
  --mist: #ede8f2;
  --plum: #44354d;
  --muted: #665d6d;
  --sage: #9aa58a;
  --lavender: #c5badb;
  --apricot: #efb995;
  --body-font: Degular, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --heading-font: Fraunces, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: 30px; }
body { margin: 0; background: #f8f6f9; color: var(--plum); font: 18px/1.65 var(--body-font); -webkit-font-smoothing: antialiased; }
::selection { background: #dac6e7; color: #35213d; }
a { color: inherit; text-underline-offset: 5px; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid #62487d; outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
figure, p, h1, h2, h3 { margin: 0; }
h1, h2 { font-family: var(--heading-font); font-weight: 450; line-height: 1.1; letter-spacing: -.032em; word-spacing: .035em; }
h2 { font-size: clamp(42px, 4.35vw, 64px); }
h3 { font-size: 23px; font-weight: 600; line-height: 1.3; letter-spacing: -.035em; }
p { text-wrap: pretty; }
.section-wrap { width: min(1184px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 9; left: 20px; top: -100px; padding: 12px 20px; background: white; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.hero { position: relative; min-height: min(1030px, 75vw); height: max(900px, min(1030px, 75vw)); isolation: isolate; overflow: hidden; background: var(--mist); }
.hero-landscape { position: absolute; z-index: -1; inset: -35px 0; transform: translate3d(0, var(--landscape-shift, 0px), 0); pointer-events: none; }
.hero-landscape img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.header { width: min(1328px, calc(100% - 96px)); height: 116px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; position: relative; }
.wordmark { font-family: var(--heading-font); font-size: 45px; font-weight: 450; letter-spacing: -.07em; line-height: 1; text-decoration: none; }
.header .wordmark { color: #f4edf7; background: var(--plum); border-radius: 30px; padding: 5px 14px 10px; }
.wordmark-dot { color: var(--apricot); }
.header nav { display: flex; align-items: center; gap: 38px; font-size: 16px; font-weight: 500; }
.header nav a { text-decoration: none; }
.header nav a:hover { text-decoration: underline; }
.header .nav-download { display: inline-flex; align-items: center; gap: 22px; border: 1px solid #76667e; border-radius: 40px; padding: 10px 21px; }
.hero-copy { position: relative; text-align: center; padding: 57px 24px 0; }
.hero-copy h1 { font-size: clamp(74px, 7.65vw, 116px); line-height: 1.01; }
.hero-copy p { font-size: 19px; line-height: 1.65; margin: 27px auto 29px; max-width: 600px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 56px; padding: 15px 28px; border: 1px solid var(--plum); border-radius: 40px; background: var(--plum); color: #fcf7fe; text-decoration: none; font-size: 17px; font-weight: 500; line-height: 1.35; }
.button:hover { background: #5e4869; border-color: #5e4869; }
.hero-note { display: block; font-size: 13px; margin-top: 14px; }
.hero-footnote { position: absolute; bottom: 27px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 16px; white-space: nowrap; font-size: 14px; text-decoration: none; background: #f2ebefeb; border-radius: 40px; padding: 8px 18px; }
.hero-footnote:hover { text-decoration: underline; }

.meet { padding-block: 122px 104px; }
.intro-row { display: grid; grid-template-columns: 1fr 1fr; gap: 92px; align-items: start; }
.intro-copy { max-width: 500px; padding-top: 8px; color: var(--muted); }
.intro-copy p + p { margin-top: 18px; }
.companions { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; margin-top: 66px; }
.companion { flex: 1; min-width: 0; text-align: center; }
.companion img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 48% 48% 18px 18px; }
.companion:nth-child(2), .companion:nth-child(4) { padding-top: 28px; }
.companion:nth-child(3) img { border-radius: 48% 48% 44% 44%; }
.companion figcaption { margin-top: 16px; font-size: 21px; font-weight: 600; }
.companion figcaption span { display: block; font-size: 12px; font-weight: 400; color: var(--muted); margin-top: 3px; }
.companion-note { text-align: center; font-size: 15px; color: var(--muted); margin-top: 49px; }

.work-section { padding-block: 109px 75px; background: #e9edf0; }
.work-heading { display: flex; justify-content: space-between; align-items: end; gap: 55px; }
.work-heading > p { color: var(--muted); padding-bottom: 5px; }
.work-layout { display: grid; grid-template-columns: .85fr 1.8fr; align-items: center; gap: 58px; margin-top: 61px; }
.work-examples { display: grid; gap: 30px; }
.work-examples h3 { font-size: 21px; }
.work-examples p { color: var(--muted); font-size: 16px; margin-top: 9px; }
.app-preview { padding: 34px 25px 19px; background: #ced5dc; border-radius: 120px 120px 24px 24px; }
.app-preview a { display: block; border-radius: 12px; }
.app-preview img { border-radius: 12px; box-shadow: 0 18px 36px #44354d21; }
.app-preview figcaption { color: #564c61; text-align: center; font-size: 13px; padding-top: 20px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 69px; margin-top: 90px; }
.features-grid h3 { font-family: var(--heading-font); font-weight: 450; font-size: 30px; line-height: 1.2; letter-spacing: -.02em; word-spacing: .025em; }
.features-grid p { font-size: 16px; color: var(--muted); margin-top: 17px; }
.feature-mark { display: block; height: 42px; width: 42px; margin-bottom: 24px; position: relative; }
.memory-mark { background: #9f8fac; border-radius: 50% 50% 50% 4px; transform: rotate(-20deg); }
.memory-mark::after { content: ""; position: absolute; width: 18px; height: 18px; background: #e9edf0; border-radius: 50%; left: 12px; top: 12px; }
.connection-mark { background: #dcaa8b; border-radius: 50%; width: 29px; height: 29px; margin-top: 7px; margin-bottom: 30px; }
.connection-mark::after { content: ""; position: absolute; width: 29px; height: 29px; left: 19px; top: 7px; border-radius: 50%; border: 2px solid #8f6c5b; }
.space-mark { border-radius: 42% 42% 8px 8px; background: #8a9b88; }
.space-mark::after { content: ""; position: absolute; width: 10px; height: 22px; background: #e9edf0; border-radius: 20px 20px 0 0; left: 16px; bottom: 0; }
.data-note { text-align: center; font-size: 13px; margin-top: 64px; color: var(--muted); }

.start { padding-block: 119px 125px; }
.start h2 { text-align: center; }
.steps { list-style: none; padding: 0; margin: 65px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 67px; }
.step-number { display: flex; align-items: center; justify-content: center; width: 37px; height: 37px; border-radius: 50%; background: #e8e0ed; font-family: var(--heading-font); margin-bottom: 23px; }
.steps h3 { font-size: 21px; }
.steps p { font-size: 16px; margin-top: 12px; color: var(--muted); }

.download-section { position: relative; overflow: hidden; background: #e7dfed; text-align: center; padding: 76px 24px 90px; }
.download-section::before, .download-section::after { content: ""; position: absolute; pointer-events: none; width: 380px; height: 660px; bottom: -220px; background: url("assets/dream-valley-small.webp") 7% bottom / auto 720px; border-radius: 50% 50% 0 0; opacity: .66; }
.download-section::before { left: -170px; transform: rotate(-19deg); }
.download-section::after { right: -160px; transform: rotate(22deg); background-position: 96% bottom; }
.download-inner { max-width: 740px; margin-inline: auto; position: relative; z-index: 1; }
.download-portrait { width: 83px; margin: 0 auto 29px; overflow: hidden; border-radius: 48% 48% 18px 18px; transform: rotate(-7deg); }
.download-inner > p:first-of-type { margin-top: 20px; font-size: 20px; }
.download-buttons { display: flex; align-items: stretch; justify-content: center; gap: 14px; margin-top: 33px; }
.download-buttons .button { text-align: left; justify-content: space-between; min-width: 268px; border-radius: 19px; padding: 18px 23px; font-size: 16px; }
.download-buttons .button small { display: block; font-size: 12px; font-weight: 400; margin-top: 5px; opacity: .85; }
.download-arrow { font-size: 27px; padding-left: 7px; }
.button-light { background: #f8f4fa; color: var(--plum); border-color: #beb0c9; }
.button-light:hover { background: #fefbff; color: var(--plum); border-color: #8a759c; }
.download-requirements { font-size: 14px; margin-top: 22px; }
.chip-help { font-size: 13px; color: var(--muted); margin-top: 4px; }
.preview-note { max-width: 548px; margin: 26px auto 0; padding: 20px 23px 0; border-top: 1px solid #c9bfce; font-size: 12px; color: #65576e; line-height: 1.65; }
.preview-note p + p { margin-top: 9px; }
.preview-note a { display: inline-block; margin-top: 12px; min-height: 30px; }

.questions { display: grid; grid-template-columns: 1fr 1.25fr; gap: 90px; padding-block: 116px 115px; }
.questions h2 { font-size: clamp(38px, 3.7vw, 52px); }
details { border-bottom: 1px solid #ded7e2; }
details:first-child { border-top: 1px solid #ded7e2; }
summary { cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; font-size: 17px; font-weight: 500; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 24px; font-weight: 400; line-height: 1; }
details[open] summary::after { content: "−"; }
details p { padding: 0 34px 24px 0; font-size: 15px; color: var(--muted); }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid #ded7e2; padding-block: 36px; }
.footer p { font-size: 14px; color: var(--muted); }
.footer > a:last-child { font-size: 14px; }
.footer .wordmark-dot { color: #b88669; }
.release-notes { max-width: 750px; margin: 50px auto 100px; width: calc(100% - 44px); }
.release-notes h1 { font-size: clamp(48px, 6vw, 76px); }
.release-notes .release-version { color: var(--muted); font-size: 15px; margin-top: 18px; margin-bottom: 40px; }
.release-notes h2 { font-size: 34px; margin-top: 42px; }
.release-notes p, .release-notes ul, .release-notes ol { margin-top: 18px; }
.release-notes li { margin-bottom: 12px; }
.release-notes .button { margin-top: 35px; }

@media (min-width: 1600px) {
  .hero { height: 1050px; }
  .hero-copy { padding-top: 65px; }
}
@media (max-width: 1050px) {
  .section-wrap { width: calc(100% - 72px); }
  .hero { height: 820px; min-height: 820px; }
  .hero-copy h1 { font-size: 83px; }
  .hero-copy { padding-top: 43px; }
  .hero-landscape img { object-position: 49% bottom; }
  .intro-row { gap: 48px; }
  .companions { gap: 21px; }
  .companion figcaption span { font-size: 11px; }
  .work-heading { align-items: start; }
  .work-heading p { max-width: 300px; padding-top: 7px; }
  .work-layout { gap: 35px; grid-template-columns: 1fr 1.55fr; }
  .app-preview { padding: 25px 18px 13px; border-radius: 85px 85px 20px 20px; }
  .features-grid, .steps { gap: 35px; }
  .features-grid h3 { font-size: 27px; }
  .questions { gap: 48px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 20px; }
  body { font-size: 17px; }
  .section-wrap { width: calc(100% - 44px); }
  .hero { height: 780px; min-height: 780px; }
  .hero-landscape { inset: 0 -26% -25px; }
  .hero-landscape img { object-position: 51% bottom; }
  .header { width: calc(100% - 44px); height: 90px; }
  .wordmark { font-size: 40px; }
  .header nav { gap: 17px; font-size: 14px; }
  .header nav > a:not(.nav-download) { display: none; }
  .header .nav-download { padding: 9px 17px; gap: 18px; }
  .hero-copy { padding: 67px 20px 0; }
  .hero-copy h1 { font-size: clamp(50px, 10.7vw, 72px); line-height: 1.05; }
  .hero-copy p { font-size: 16px; max-width: 345px; margin: 22px auto 25px; line-height: 1.65; }
  .desktop-break { display: none; }
  .button { font-size: 16px; min-height: 53px; padding: 15px 24px; }
  .hero-note { font-size: 11px; margin-top: 13px; }
  .hero-footnote { font-size: 12px; bottom: 25px; }
  h2 { font-size: 44px; }
  .meet { padding-block: 75px 68px; }
  .intro-row { grid-template-columns: 1fr; gap: 26px; }
  .intro-copy { padding: 0; max-width: 500px; }
  .intro-copy p { font-size: 16px; }
  .companions { flex-wrap: wrap; justify-content: center; gap: 28px 18px; margin-top: 39px; }
  .companion { flex: 0 0 calc((100% - 36px) / 3); }
  .companion:nth-child(2), .companion:nth-child(4) { padding-top: 0; }
  .companion img { border-radius: 48% 48% 11px 11px; }
  .companion figcaption { font-size: 18px; margin-top: 10px; }
  .companion figcaption span { font-size: 10px; line-height: 1.5; }
  .companion-note { font-size: 13px; margin-top: 30px; }
  .work-section { padding-block: 72px 50px; }
  .work-heading { display: block; }
  .work-heading > p { font-size: 16px; margin-top: 23px; max-width: none; }
  .work-layout { grid-template-columns: 1fr; margin-top: 39px; gap: 34px; }
  .work-examples { gap: 26px; }
  .work-examples p { max-width: 460px; }
  .app-preview { padding: 25px 17px 16px; border-radius: 70px 70px 20px 20px; }
  .app-preview figcaption { font-size: 11px; padding-top: 16px; }
  .features-grid { grid-template-columns: 1fr; gap: 37px; margin-top: 62px; }
  .features-grid article { position: relative; padding-left: 65px; }
  .feature-mark { position: absolute; left: 0; top: 1px; transform: scale(.8); transform-origin: top left; }
  .features-grid h3 { font-size: 28px; }
  .features-grid h3 br { display: none; }
  .features-grid p { font-size: 15px; margin-top: 11px; }
  .data-note { font-size: 12px; margin-top: 37px; text-align: left; }
  .start { padding-block: 71px 73px; }
  .start h2 { text-align: left; }
  .steps { grid-template-columns: 1fr; gap: 30px; margin-top: 36px; }
  .steps li { padding-left: 52px; position: relative; }
  .step-number { position: absolute; left: 0; top: 0; }
  .steps h3 { font-size: 20px; }
  .steps p { font-size: 15px; }
  .download-section { padding: 59px 22px 63px; }
  .download-section::before, .download-section::after { opacity: .3; bottom: -400px; }
  .download-section h2 { font-size: 43px; }
  .download-inner > p:first-of-type { font-size: 18px; margin-top: 19px; }
  .download-buttons { flex-direction: column; max-width: 355px; margin-inline: auto; margin-top: 28px; gap: 12px; }
  .download-buttons .button { min-width: 0; font-size: 16px; }
  .download-requirements { font-size: 12px; }
  .chip-help { font-size: 12px; max-width: 260px; margin-inline: auto; }
  .preview-note { padding: 18px 0 0; font-size: 12px; }
  .questions { grid-template-columns: 1fr; padding-block: 73px 66px; gap: 33px; }
  .questions h2 { font-size: 42px; }
  summary { font-size: 16px; padding-block: 19px; }
  details p { font-size: 15px; }
  .footer { flex-wrap: wrap; padding-block: 30px; gap: 21px; }
  .footer p { font-size: 12px; order: 3; flex-basis: 100%; }
  .footer > a:last-child { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-landscape { transform: none; }
}
