:root {
  color-scheme: dark;
  --bg: #0b0813;
  --surface: #1a1526;
  --raised: #241d33;
  --line: #342b46;
  --text: #e8e4f0;
  --muted: #afa7c2;
  --quiet: #9a93ad;
  --accent: #b29cff;
  --teal: #4ecdc4;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
/* Keep decorative orbit rings and glows inside the page at narrow widths. */
main {
  overflow: clip;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) {
  overflow: hidden;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: wait;
}
img {
  display: block;
  max-width: 100%;
}
button,
summary,
a {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 6px;
}
::selection {
  background: var(--accent);
  color: var(--bg);
}
.wrap {
  width: min(1180px, calc(100% - 96px));
  margin-inline: auto;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  background: var(--accent);
  color: var(--bg);
  z-index: 20;
  padding: 12px 20px;
}
.site-header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -1px;
}
.brand img {
  border-radius: 11px;
}
.brand-dot {
  color: var(--accent);
}
nav {
  display: flex;
  gap: 33px;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
}
nav > a:not(.button) {
  transition: color 0.2s;
}
nav > a:hover {
  color: var(--text);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 15px 23px;
  border: 1px solid var(--accent);
  border-radius: 9px;
  background: var(--accent);
  color: var(--bg);
  font-size: 14px;
  font-weight: 650;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #c5b4ff;
  transform: translateY(-2px);
}
.button-small {
  padding: 10px 17px;
}
.button-small .icon {
  width: 18px;
  height: 18px;
}
.menu-toggle {
  display: none;
}
.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 82px;
  position: relative;
}
.hero-copy {
  z-index: 2;
  position: relative;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.1px;
  color: var(--accent);
  margin: 0 0 24px;
  line-height: 1.6;
}
.hero .eyebrow {
  letter-spacing: 1.25px;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 12px #4ecdc43d;
}
h1 {
  font-size: clamp(64px, 6.6vw, 91px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -5px;
  margin: 0 0 26px;
}
em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--accent);
}
.hero-description {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 30px;
}
.store-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 163px;
  min-height: 59px;
  padding: 10px 17px;
  border: 1px solid #665a7b;
  border-radius: 10px;
  background: #17121f;
  transition:
    border-color 0.2s,
    background 0.2s,
    transform 0.2s;
  text-align: left;
}
.store-button:hover {
  background: #241d33;
  border-color: var(--accent);
  transform: translateY(-3px);
}
.store-icon {
  height: 27px;
  width: 27px;
}
.store-button small {
  display: block;
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: 0.2px;
  color: #c6bed4;
}
.store-button strong {
  display: block;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--quiet);
  font-size: 10px;
  margin: 19px 0 0;
}
.hero-footnote .icon {
  width: 13px;
  height: 13px;
}
.hero-art {
  height: 635px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.hero-art:before {
  content: "";
  position: absolute;
  inset: -90px -45px;
  background: radial-gradient(ellipse at 55% 48%, #623bac35, transparent 65%);
  z-index: -2;
  pointer-events: none;
}
.portal {
  position: absolute;
  top: 27px;
  left: 50%;
  width: 420px;
  height: 555px;
  transform: translateX(-50%);
  border-radius: 220px 220px 22px 22px;
  background: linear-gradient(
    135deg,
    #bd9afd44,
    #7d51be11 40%,
    #bda0ff33 80%,
    #c5a6ef66
  );
  box-shadow:
    0 0 70px #8e5edf12,
    inset 0 0 24px #ac7dea1a;
  z-index: -1;
  padding: 1px;
}
.portal-inner {
  height: 100%;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 50% 18%, #39234d88, transparent 72%),
    linear-gradient(#1b1223, #100b17);
}
.portal:after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid #a788d421;
  border-radius: inherit;
}
.phone {
  background: #0b0813;
  border: 5px solid #292333;
  border-radius: 38px;
  overflow: hidden;
  box-shadow:
    0 32px 70px #0009,
    0 0 0 1px #70627e;
  position: relative;
}
.hero-phone {
  width: 259px;
  transform: rotate(6deg);
  margin-top: 29px;
}
.phone img {
  width: 100%;
  height: auto;
}
.phone-top {
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  font-size: 8px;
  font-weight: 600;
  position: relative;
}
.phone-camera {
  background: #020204;
  width: 63px;
  height: 13px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4px;
}
.phone-bottom {
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-bottom:after {
  content: "";
  height: 3px;
  width: 75px;
  background: #e8e4f0;
  border-radius: 4px;
}
.floating-note {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 17px;
  background: #21192ded;
  border: 1px solid #6d527e70;
  border-radius: 13px;
  box-shadow: 0 12px 25px #0003;
  font-size: 10px;
  backdrop-filter: blur(12px);
}
.floating-note small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 2px;
}
.mini-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #392a51;
  color: var(--accent);
}
.mini-icon .icon {
  width: 18px;
  height: 18px;
}
.mini-icon.teal {
  background: #153334;
  color: var(--teal);
}
.note-top {
  right: -4px;
  top: 107px;
  transform: rotate(-5deg);
}
.note-bottom {
  left: -12px;
  bottom: 88px;
  transform: rotate(-5deg);
}
.star {
  position: absolute;
  color: #c6afe9;
}
.star-one {
  top: 42px;
  right: 81px;
  font-size: 26px;
}
.star-two {
  left: 37px;
  top: 162px;
  font-size: 31px;
  color: #ccb4e988;
}
.star-three {
  right: 33px;
  bottom: 109px;
  font-size: 18px;
}
.orbit {
  position: absolute;
  width: 570px;
  height: 320px;
  border: 1px solid #9978c818;
  border-radius: 50%;
  transform: rotate(-39deg);
  z-index: -1;
}
.orbit-two {
  width: 530px;
  height: 420px;
  transform: rotate(40deg);
  border-color: #9978c80c;
}
.art-caption {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  text-align: center;
  color: var(--quiet);
  font-size: 8px;
  letter-spacing: 2.2px;
}
.principles {
  display: flex;
  justify-content: center;
  gap: 97px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
.principles > span {
  display: flex;
  align-items: center;
  gap: 11px;
}
.principles .icon {
  width: 18px;
  height: 18px;
  color: var(--accent);
}
.section-space {
  padding-top: 112px;
  padding-bottom: 112px;
}
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.section-heading .eyebrow {
  margin-bottom: 18px;
}
h2 {
  font-size: 43px;
  line-height: 1.17;
  letter-spacing: -1.8px;
  font-weight: 500;
  margin: 0 0 21px;
}
h2 span {
  color: var(--muted);
}
.section-heading > p:last-child,
.explore-copy > p:not(.eyebrow):not(.feature-note),
.privacy-section > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
.practice-card {
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 28px 25px 22px;
  background: linear-gradient(135deg, #21182d90, #17111f70);
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 29px;
  color: var(--accent);
}
.card-top > span {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: var(--quiet);
}
h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  margin: 0 0 11px;
}
.practice-card > p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  margin: 0 0 27px;
  min-height: 91px;
}
.tiny-label {
  font-size: 8px;
  letter-spacing: 1.3px;
  color: var(--quiet);
  display: block;
}
.reality-demo,
.sound-demo,
.journal-demo {
  height: 154px;
  background: #0d091680;
  border: 1px solid #3b2e4a;
  border-radius: 11px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.reality-demo {
  text-align: center;
}
.reality-demo > span:nth-child(2) {
  display: block;
  font-size: 13px;
  margin-top: 6px;
}
.reality-demo small {
  color: var(--quiet);
  font-size: 9px;
  display: block;
  margin-top: 8px;
}
.breathing-dot {
  width: 22px;
  height: 22px;
  border: 1px solid #b29cff80;
  background: #78629d44;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #b29cff0c;
  margin: 13px auto 0;
  animation: breathe 5s ease-in-out infinite;
}
.sound-demo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.sound-copy strong {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}
.sound-copy small {
  font-size: 9px;
  color: var(--quiet);
  display: block;
}
.sound-button {
  border: 1px solid #604882;
  border-radius: 50%;
  background: #302552;
  color: var(--accent);
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  margin-top: 8px;
  padding: 0;
}
.pause-icon {
  display: none;
}
.sound-button[aria-pressed="true"] .play-icon {
  display: none;
}
.sound-button[aria-pressed="true"] .pause-icon {
  display: block;
}
.waveform {
  display: flex;
  width: 100%;
  height: 35px;
  gap: 4px;
  align-items: center;
  margin-top: 12px;
}
.waveform i {
  display: block;
  height: 11px;
  flex: 1;
  background: #a38bd0;
  border-radius: 5px;
}
.waveform i:nth-child(3n) {
  height: 26px;
}
.waveform i:nth-child(4n) {
  height: 17px;
}
.waveform i:nth-child(5n) {
  height: 33px;
}
.sound-demo:has([aria-pressed="true"]) .waveform i {
  animation: wave 0.8s ease-in-out infinite alternate;
}
.waveform i:nth-child(2n) {
  animation-delay: -0.4s !important;
}
.journal-handwriting {
  display: block;
  font:
    italic 17px/1.55 Georgia,
    serif;
  margin: 10px 0;
  color: #d4c5e6;
}
.tags {
  display: flex;
  gap: 6px;
}
.tags span {
  font-size: 8px;
  background: #251d32;
  border-radius: 5px;
  padding: 2px 7px;
  color: var(--muted);
}
.tags .lucid-tag {
  color: var(--accent);
}
.explore-section {
  background: linear-gradient(100deg, #17101f66, transparent);
  border-top: 1px solid #342b4666;
  border-bottom: 1px solid #342b4666;
}
.explore-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}
.explore-visual {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  isolation: isolate;
}
.explore-halo {
  position: absolute;
  width: 390px;
  height: 390px;
  border: 1px solid #8b68b729;
  border-radius: 50%;
  top: 92px;
  z-index: -1;
  box-shadow:
    0 0 0 40px #8b68b705,
    0 0 0 41px #8b68b711,
    0 0 0 80px #8b68b703,
    0 0 0 81px #8b68b70b;
  background: radial-gradient(#7143a931, transparent 70%);
}
.preview-phone {
  width: 255px;
}
.preview-caption {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: var(--quiet);
  margin: 26px 0 0;
}
.explore-copy .eyebrow {
  margin-bottom: 19px;
}
.feature-tabs {
  margin-top: 26px;
}
.feature-tab {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 20px 16px;
  border: 1px solid transparent;
  border-bottom-color: var(--line);
  text-align: left;
  background: transparent;
  border-radius: 0;
  transition: background 0.2s;
}
.feature-tab[aria-selected="true"] {
  background: #30255255;
  border: 1px solid #6f529f66;
  border-radius: 10px;
}
.feature-number {
  font-size: 10px;
  color: var(--quiet);
  align-self: flex-start;
  margin-top: 3px;
}
.feature-tab strong {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.feature-tab small {
  font-size: 11px;
  color: var(--quiet);
  display: block;
  margin-top: 4px;
}
.feature-tab > .icon {
  width: 17px;
  height: 17px;
  margin-left: auto;
  color: var(--accent);
  opacity: 0;
  transition: opacity 0.2s;
}
.feature-tab[aria-selected="true"] .icon,
.feature-tab:hover .icon {
  opacity: 1;
}
.feature-tab[aria-selected="true"] .feature-number {
  color: var(--accent);
}
.feature-note {
  font-size: 10px;
  color: var(--quiet);
  line-height: 1.8;
  margin-top: 23px;
  max-width: 390px;
}
.privacy-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}
.privacy-symbol {
  width: 260px;
  height: 260px;
  position: relative;
  display: grid;
  place-items: center;
  margin: auto;
  border: 1px solid #795c992b;
  border-radius: 50%;
  box-shadow:
    0 0 0 37px #795c9904,
    0 0 0 38px #795c9919;
  background: radial-gradient(#53366c35, transparent 70%);
}
.privacy-symbol > div {
  position: absolute;
  width: 126px;
  height: 148px;
  border: 1px solid #745990;
  border-radius: 68px 68px 22px 22px;
  background: linear-gradient(135deg, #39264d, #191021);
  box-shadow:
    0 15px 50px #0003,
    inset 0 1px 0 #bd9aed66;
}
.privacy-symbol > .icon {
  position: relative;
  width: 42px;
  height: 42px;
  color: var(--accent);
  stroke-width: 1;
}
.privacy-symbol > span {
  position: absolute;
  top: 38px;
  right: 26px;
  font-size: 27px;
  color: var(--accent);
}
.privacy-points {
  list-style: none;
  padding: 0;
  margin: 23px 0;
  display: grid;
  gap: 11px;
  font-size: 12px;
  color: var(--muted);
}
.privacy-points li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.privacy-points .icon {
  width: 15px;
  height: 15px;
  color: var(--teal);
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--accent);
  font-size: 11px;
  min-height: 36px;
}
.text-button .icon {
  width: 16px;
  height: 16px;
}
.text-button:hover {
  text-decoration: underline;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  border-top: 1px solid var(--line);
  padding-top: 85px;
}
.faq-section .eyebrow {
  font-size: 9px;
  letter-spacing: 1.5px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
  font-size: 13px;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 22px;
  font-weight: 300;
  color: var(--accent);
  transition: transform 0.2s;
}
details[open] summary > span {
  transform: rotate(45deg);
}
details p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin: 0 28px 24px 0;
}
.download-section {
  text-align: center;
  padding: 72px 24px 66px;
  border: 1px solid #544065;
  border-radius: 24px;
  background:
    radial-gradient(ellipse at 50% 105%, #613d7938, transparent 65%),
    linear-gradient(110deg, #17101f, #21172d 50%, #17101f);
  position: relative;
  overflow: hidden;
}
.download-section:before,
.download-section:after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  border: 1px solid #ac84d414;
  border-radius: 50%;
  left: 50%;
  top: -440px;
  transform: translateX(-50%);
  pointer-events: none;
}
.download-section:after {
  width: 760px;
  height: 760px;
  top: -495px;
}
.download-stars {
  display: flex;
  justify-content: center;
  gap: 45px;
  color: var(--accent);
  font-size: 15px;
  margin-bottom: 24px;
}
.download-stars > span {
  font-size: 26px;
  line-height: 1;
  transform: translateY(-9px);
}
.download-section .eyebrow {
  font-size: 9px;
  margin-bottom: 20px;
}
.download-section h2 {
  font-size: 52px;
  letter-spacing: -2px;
}
.download-section > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
}
.download-section .store-buttons {
  justify-content: center;
  margin-top: 28px;
}
.download-section .download-note {
  font-size: 10px !important;
  margin-top: 20px;
}
.site-footer {
  padding-top: 65px;
  padding-bottom: 28px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 27px;
  padding-bottom: 31px;
  border-bottom: 1px solid var(--line);
}
.footer-top .brand {
  font-size: 21px;
}
.footer-top > p {
  font-size: 11px;
  color: var(--quiet);
  margin-right: auto;
}
.footer-top > a:last-child {
  font-size: 11px;
  color: var(--muted);
}
.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  padding-top: 21px;
  font-size: 9px;
  color: var(--quiet);
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom p:nth-child(2) {
  text-align: center;
}
.footer-bottom > a {
  white-space: nowrap;
}
dialog {
  background: #1a1526;
  color: var(--text);
  border: 1px solid #665177;
  border-radius: 20px;
  padding: 42px;
  width: min(560px, calc(100% - 32px));
  max-height: 85dvh;
  box-shadow: 0 40px 100px #0008;
}
dialog::backdrop {
  background: #050309c9;
  backdrop-filter: blur(8px);
}
dialog > img {
  border-radius: 14px;
  margin-bottom: 25px;
}
dialog h2 {
  font-size: 32px;
}
dialog h3 {
  margin-top: 26px;
}
dialog p {
  font-size: 13px;
  color: var(--muted);
}
dialog .eyebrow {
  font-size: 10px;
  color: var(--accent);
  margin-bottom: 17px;
}
.dialog-close {
  position: absolute;
  right: 14px;
  top: 10px;
  border: none;
  background: none;
  font-size: 28px;
  color: var(--muted);
  width: 44px;
  height: 44px;
}
.dialog-done {
  margin-top: 14px;
}
@keyframes breathe {
  50% {
    box-shadow: 0 0 0 11px #b29cff09;
    transform: scale(1.12);
  }
}
@keyframes wave {
  to {
    transform: scaleY(0.45);
  }
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 45px;
    padding-bottom: 85px;
  }
  .hero-art {
    height: 670px;
  }
  .hero-phone {
    width: 274px;
  }
  .portal {
    height: 590px;
    width: 440px;
  }
  .note-top {
    top: 120px;
  }
  .note-bottom {
    bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    min-height: 700px;
    gap: 5px;
  }
  h1 {
    font-size: 74px;
    letter-spacing: -4px;
  }
  .hero-art {
    height: 570px;
  }
  .portal {
    width: 350px;
    height: 500px;
    top: 32px;
  }
  .hero-phone {
    width: 235px;
  }
  .floating-note {
    padding: 10px 12px;
    font-size: 9px;
  }
  .floating-note small {
    font-size: 8px;
  }
  .note-top {
    right: -9px;
    top: 85px;
  }
  .note-bottom {
    left: -12px;
    bottom: 70px;
  }
  .orbit {
    width: 440px;
    height: 290px;
  }
  .orbit-two {
    width: 430px;
    height: 330px;
  }
  .art-caption {
    font-size: 7px;
    letter-spacing: 1.6px;
  }
  .practice-card {
    padding: 23px 19px;
  }
  .practice-card h3 {
    font-size: 16px;
  }
  .reality-demo,
  .sound-demo,
  .journal-demo {
    padding: 15px;
  }
  .journal-handwriting {
    font-size: 15px;
  }
  .sound-copy small {
    font-size: 8px;
  }
  .principles {
    gap: 65px;
  }
  .explore-grid,
  .privacy-section {
    gap: 45px;
  }
  .explore-halo {
    width: 330px;
    height: 330px;
  }
  .faq-section {
    gap: 40px;
  }
  h2 {
    font-size: 37px;
  }
  nav {
    gap: 22px;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 85px;
  }
  .brand {
    font-size: 21px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    width: 42px;
    height: 42px;
    padding: 11px;
  }
  .menu-toggle span {
    display: block;
    height: 1px;
    background: var(--text);
    width: 100%;
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  nav {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: #1a1526fa;
    border: 1px solid var(--line);
    padding: 17px;
    border-radius: 14px;
    gap: 0;
    box-shadow: 0 25px 40px #0005;
  }
  nav.open {
    display: flex;
  }
  nav > a {
    padding: 13px;
  }
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .hero .eyebrow {
    justify-content: center;
    font-size: 10px;
  }
  h1 {
    font-size: 76px;
    letter-spacing: -4px;
    line-height: 1.02;
  }
  .hero-description {
    font-size: 14px;
  }
  .store-buttons {
    justify-content: center;
  }
  .hero-footnote {
    justify-content: center;
  }
  .hero-art {
    max-width: 500px;
    width: 100%;
    margin: 22px auto 0;
    height: 596px;
  }
  .portal {
    width: 340px;
    height: 510px;
    top: 34px;
  }
  .hero-phone {
    width: 240px;
  }
  .note-top {
    right: 0;
    top: 106px;
  }
  .note-bottom {
    left: 0;
    bottom: 84px;
  }
  .star-one {
    right: 50px;
  }
  .star-two {
    left: 18px;
  }
  .star-three {
    right: 6px;
  }
  .orbit {
    max-width: 100%;
  }
  .art-caption {
    bottom: 0;
  }
  .principles {
    gap: 25px;
    padding: 22px 0;
    font-size: 10px;
  }
  .principles > span {
    gap: 7px;
  }
  .principles .icon {
    height: 16px;
    width: 16px;
  }
  .section-space {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .practice-grid {
    gap: 14px;
    grid-template-columns: 1fr;
  }
  .practice-card {
    padding: 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
  }
  .card-top {
    grid-column: 1;
    margin-bottom: 21px;
  }
  .practice-card > h3 {
    grid-column: 1;
    font-size: 18px;
  }
  .practice-card > p {
    grid-column: 1;
    margin: 0;
    min-height: 0;
  }
  .practice-card > .reality-demo,
  .practice-card > .sound-demo,
  .practice-card > .journal-demo {
    grid-column: 2;
    grid-row: 1/4;
    align-self: center;
    height: 160px;
    padding: 20px;
  }
  .journal-handwriting {
    font-size: 17px;
  }
  .section-heading {
    margin-bottom: 35px;
  }
  h2 {
    font-size: 38px;
  }
  .explore-grid {
    gap: 32px;
    grid-template-columns: 0.8fr 1fr;
  }
  .preview-phone {
    width: 218px;
  }
  .explore-halo {
    width: 260px;
    height: 260px;
    top: 110px;
  }
  .feature-tab {
    padding: 15px 10px;
    gap: 10px;
  }
  .feature-tab strong {
    font-size: 12px;
  }
  .feature-tab small {
    font-size: 10px;
  }
  .explore-copy > p:not(.eyebrow):not(.feature-note) {
    font-size: 12px;
  }
  .explore-copy h2 {
    font-size: 32px;
  }
  .feature-note {
    font-size: 9px;
  }
  .preview-caption {
    font-size: 6px;
  }
  .privacy-section {
    gap: 30px;
    grid-template-columns: 0.8fr 1fr;
  }
  .privacy-symbol {
    width: 210px;
    height: 210px;
  }
  .privacy-section h2 {
    font-size: 34px;
  }
  .privacy-section .eyebrow {
    font-size: 9px;
  }
  .privacy-section > div > p:not(.eyebrow) {
    font-size: 12px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-section h2 span {
    margin-left: 8px;
  }
  .faq-section h2 {
    margin-bottom: 0;
  }
  .download-section {
    padding: 55px 20px;
  }
  .download-section h2 {
    font-size: 46px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-top > p {
    flex: 1;
  }
  .footer-bottom {
    font-size: 8px;
  }
}
@media (max-width: 560px) {
  .hero {
    padding-top: 29px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  h1 {
    font-size: 69px;
    letter-spacing: -3.9px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.9;
  }
  .store-buttons {
    gap: 9px;
  }
  .store-button {
    min-width: 148px;
    padding: 10px 13px;
    gap: 10px;
  }
  .store-button strong {
    font-size: 17px;
  }
  .hero-art {
    height: 560px;
    margin-top: 25px;
  }
  .portal {
    width: 290px;
    height: 470px;
    top: 43px;
  }
  .hero-phone {
    width: 221px;
  }
  .floating-note {
    gap: 7px;
    padding: 9px;
    font-size: 8px;
    border-radius: 10px;
  }
  .floating-note small {
    font-size: 7px;
  }
  .mini-icon {
    width: 25px;
    height: 25px;
    border-radius: 8px;
  }
  .mini-icon .icon {
    width: 15px;
    height: 15px;
  }
  .note-top {
    right: -1px;
    top: 106px;
  }
  .note-bottom {
    left: -3px;
    bottom: 79px;
  }
  .star-one {
    right: 29px;
    top: 47px;
    font-size: 21px;
  }
  .star-two {
    left: 6px;
    top: 200px;
    font-size: 24px;
  }
  .star-three {
    right: 3px;
    bottom: 53px;
  }
  .art-caption {
    font-size: 6px;
    letter-spacing: 1.4px;
    bottom: 3px;
  }
  .principles {
    gap: 0;
    justify-content: space-between;
    font-size: 8px;
    padding: 21px 0;
  }
  .principles > span {
    flex-direction: column;
    gap: 8px;
  }
  .principles .icon {
    width: 18px;
    height: 18px;
  }
  .section-space {
    padding-top: 63px;
    padding-bottom: 63px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.6px;
  }
  h2 {
    font-size: 34px;
    letter-spacing: -1.3px;
  }
  .section-heading > p:last-child {
    font-size: 12px;
  }
  .desktop-break {
    display: none;
  }
  .practice-grid {
    gap: 16px;
  }
  .practice-card {
    display: block;
    padding: 25px;
  }
  .card-top {
    margin-bottom: 24px;
  }
  .practice-card h3 {
    font-size: 20px;
  }
  .practice-card > p {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .practice-card > .reality-demo,
  .practice-card > .sound-demo,
  .practice-card > .journal-demo {
    height: 159px;
    padding: 21px;
  }
  .sound-copy small {
    font-size: 10px;
  }
  .tiny-label {
    font-size: 8px;
  }
  .reality-demo > span:nth-child(2) {
    font-size: 15px;
  }
  .journal-handwriting {
    font-size: 20px;
    margin-top: 11px;
  }
  .tags span {
    font-size: 9px;
  }
  .explore-grid {
    display: flex;
    flex-direction: column;
    gap: 38px;
  }
  .explore-copy {
    order: -1;
  }
  .explore-copy h2 {
    font-size: 34px;
  }
  .explore-copy > p:not(.eyebrow):not(.feature-note) {
    font-size: 13px;
  }
  .feature-tab {
    padding: 17px 13px;
    gap: 15px;
  }
  .feature-tab strong {
    font-size: 13px;
  }
  .feature-tab small {
    font-size: 11px;
  }
  .feature-note {
    font-size: 10px;
  }
  .preview-phone {
    width: 244px;
  }
  .explore-halo {
    width: 260px;
    height: 260px;
    top: 126px;
    box-shadow:
      0 0 0 26px #8b68b705,
      0 0 0 27px #8b68b711,
      0 0 0 51px #8b68b703,
      0 0 0 52px #8b68b70b;
  }
  .preview-caption {
    font-size: 7px;
  }
  .privacy-section {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .privacy-symbol {
    width: 180px;
    height: 180px;
    box-shadow:
      0 0 0 20px #795c9904,
      0 0 0 21px #795c9919;
    margin-top: 12px;
  }
  .privacy-symbol > div {
    width: 100px;
    height: 120px;
  }
  .privacy-symbol > .icon {
    width: 35px;
    height: 35px;
  }
  .privacy-symbol > span {
    right: 8px;
    top: 20px;
  }
  .privacy-section > div > p:not(.eyebrow) {
    font-size: 13px;
  }
  .privacy-section .eyebrow {
    font-size: 8px;
  }
  .privacy-points {
    font-size: 13px;
  }
  .text-button {
    font-size: 12px;
  }
  .faq-section .eyebrow {
    font-size: 8px;
  }
  .faq-section h2 br {
    display: block;
  }
  .faq-section h2 span {
    margin: 0;
  }
  summary {
    font-size: 12px;
    padding: 20px 0;
  }
  details p {
    font-size: 12px;
  }
  .download-section {
    padding: 50px 14px 38px;
  }
  .download-section h2 {
    font-size: 39px;
  }
  .download-section > p:not(.eyebrow) {
    font-size: 11px;
  }
  .download-section .store-button {
    min-width: 140px;
    padding: 10px;
  }
  .download-section .store-button strong {
    font-size: 16px;
  }
  .download-section .store-icon {
    width: 23px;
    height: 23px;
  }
  .download-section .download-note {
    font-size: 8px !important;
  }
  .site-footer {
    padding-top: 40px;
  }
  .footer-top {
    gap: 15px 24px;
  }
  .footer-top .brand {
    font-size: 22px;
  }
  .footer-top > p {
    flex-basis: 100%;
    order: 2;
    margin: 0;
  }
  .footer-top .text-button {
    margin-left: auto;
    font-size: 10px;
  }
  .footer-top > a:last-child {
    font-size: 10px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    row-gap: 15px;
    font-size: 9px;
  }
  .footer-bottom p:nth-child(2) {
    order: 3;
    text-align: left;
    width: 100%;
    font-size: 8px;
  }
  dialog {
    padding: 36px 25px;
  }
  dialog h2 {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
