:root {
  --yellow: #ffd122;
  --yellow-soft: #fff4bf;
  --ink: #1d2433;
  --muted: #6f7480;
  --line: rgba(29, 36, 51, .12);
  --sky: #eff6ff;
  --blue: #8faaf2;
  --shadow: 0 24px 70px rgba(31, 57, 106, .12);
  --radius-lg: 32px;
  --radius-md: 22px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link { position: absolute; left: 1rem; top: -4rem; background: var(--ink); color: #fff; padding: .65rem 1rem; border-radius: 999px; z-index: 10; }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.site-header { width: min(1160px, calc(100% - 48px)); margin: 18px auto 0; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { border-radius: 13px; box-shadow: 0 8px 24px rgba(255, 209, 34, .27); }
.brand span { font-size: 1.26rem; font-weight: 800; letter-spacing: -.03em; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 34px); font-size: .92rem; color: var(--muted); }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); }
.site-nav .nav-cta { color: var(--ink); font-weight: 700; background: var(--yellow); padding: 10px 17px; border-radius: 999px; }
.hero { min-height: 670px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 46px; padding: 66px 0 74px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; color: #98700a; }
.eyebrow-dot { width: 8px; height: 8px; margin-right: 7px; display: inline-block; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px var(--yellow-soft); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(3rem, 6.5vw, 5.5rem); line-height: .98; letter-spacing: -.07em; }
.hero-lede { max-width: 540px; color: var(--muted); font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.52; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 30px 0 17px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border-radius: 999px; border: 1px solid transparent; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); box-shadow: 0 12px 25px rgba(255, 209, 34, .28); }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 0 16px 30px rgba(255, 209, 34, .4); }
.button-secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.microcopy { color: #8b8f98; font-size: .81rem; }
.microcopy span { color: var(--yellow); font-size: .7rem; }
.hero-art { position: relative; min-height: 540px; display: grid; place-items: center; isolation: isolate; }
.sun-orb { position: absolute; width: 330px; height: 330px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.9) 0 34%, rgba(255, 232, 126, .55) 55%, rgba(255, 209, 34, 0) 72%); filter: blur(3px); z-index: -3; }
.hero-cloud { position: absolute; border-radius: 50%; filter: blur(1px); z-index: -2; }
.cloud-back { width: 380px; height: 155px; bottom: 92px; background: linear-gradient(180deg, #edf5ff, #d4e2fb); opacity: .9; box-shadow: 0 32px 70px rgba(108, 137, 194, .18); }
.hero-mascot { width: min(520px, 85%); height: auto; filter: drop-shadow(0 28px 26px rgba(76, 99, 156, .2)); animation: float 6s ease-in-out infinite; }
.breath-lines { position: absolute; bottom: 88px; left: 50%; transform: translateX(-50%); width: 180px; display: grid; gap: 10px; }
.breath-lines i { height: 2px; display: block; border-radius: 100%; background: #aec5f0; transform: rotate(-4deg); }
.breath-lines i:last-child { width: 70%; justify-self: end; transform: rotate(4deg); opacity: .7; }
.hero-note { position: absolute; right: 0; bottom: 42px; display: grid; gap: 2px; padding: 14px 17px; border: 1px solid rgba(53, 82, 139, .12); border-radius: 17px; background: rgba(255,255,255,.78); backdrop-filter: blur(12px); box-shadow: 0 12px 30px rgba(67, 94, 146, .12); font-size: .8rem; }
.hero-note span { color: var(--muted); }
@keyframes float { 0%, 100% { transform: translateY(5px); } 50% { transform: translateY(-9px); } }
.promise-band { background: var(--ink); color: #fff; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 30px 0; gap: 24px; }
.promise-grid div { display: grid; gap: 4px; padding-right: 22px; border-right: 1px solid rgba(255,255,255,.18); }
.promise-grid div:last-child { border: 0; }
.promise-grid strong { font-size: .94rem; }
.promise-grid span { color: rgba(255,255,255,.67); font-size: .87rem; }
.section { padding: 120px 0; }
.section-heading { max-width: 700px; margin-bottom: 42px; }
.section-heading h2, .privacy-section h2, .download-inner h2 { margin-bottom: 14px; font-size: clamp(2.35rem, 4.4vw, 4rem); line-height: 1.02; letter-spacing: -.06em; }
.section-heading p:not(.eyebrow), .privacy-section p:not(.eyebrow), .download-inner p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 375px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(160deg, #fff, #f8fbff); overflow: hidden; }
.step-card img { width: 190px; height: 190px; object-fit: contain; margin: 4px auto 20px; }
.step-number { display: inline-flex; color: #a07811; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.step-card h3, .feature-card h3 { margin-bottom: 8px; font-size: 1.35rem; letter-spacing: -.03em; }
.step-card p, .feature-card p { color: var(--muted); margin-bottom: 0; }
.section-tint { background: linear-gradient(180deg, #f6faff, #eef5ff); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 44px; max-width: none; }
.split-heading > p { max-width: 390px; margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { min-height: 335px; padding: 28px; border: 1px solid rgba(43, 78, 132, .11); border-radius: var(--radius-md); background: rgba(255,255,255,.84); box-shadow: 0 15px 40px rgba(83, 112, 165, .06); }
.feature-wide { grid-column: span 2; min-height: 285px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.feature-wide img { width: 260px; height: 260px; object-fit: contain; }
.feature-copy { max-width: 590px; }
.feature-kicker { color: #a07811; text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; font-weight: 800; }
.feature-card img:not(.feature-wide img) { width: 150px; height: 150px; object-fit: contain; margin: -6px 0 14px; }
.text-link { color: #926900; font-weight: 750; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; }
.soundscapes { padding: 120px 0; }
.sound-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.sound-grid figure { margin: 0; }
.sound-grid img { width: 100%; aspect-ratio: 1.2; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.sound-grid figcaption { margin: 10px 2px 0; color: var(--muted); font-size: .9rem; }
.screenshot-strip { display: flex; gap: 16px; overflow-x: auto; padding: 4px 3px 22px; scroll-snap-type: x mandatory; scrollbar-color: var(--yellow) transparent; }
.screenshot-strip figure { flex: 0 0 204px; margin: 0; scroll-snap-align: start; }
.screenshot-strip img { width: 204px; height: 442px; object-fit: cover; object-position: top; border-radius: 24px; border: 1px solid rgba(29,36,51,.1); box-shadow: var(--shadow); background: #fff; }
.screenshot-strip figcaption { margin: 11px 2px 0; color: var(--muted); font-size: .86rem; }
.privacy-section { display: grid; grid-template-columns: 250px 1fr; align-items: center; gap: 60px; padding: 110px 0; }
.privacy-art { display: grid; place-items: center; width: 250px; height: 250px; border-radius: 64px; background: var(--yellow); box-shadow: 0 20px 45px rgba(255,209,34,.3); }
.privacy-art img { width: 170px; height: 170px; border-radius: 41px; }
.faq-section { padding: 30px 0 115px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 19px 2px; }
summary { cursor: pointer; list-style: none; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: #a07811; font-size: 1.35rem; line-height: 1; }
details[open] summary::after { content: "−"; }
details p { max-width: 700px; margin: 13px 0 0; color: var(--muted); }
.download-section { background: var(--yellow); }
.download-inner { display: flex; align-items: center; justify-content: center; gap: 48px; min-height: 360px; padding: 52px 0; }
.download-inner > img { width: 190px; height: 190px; object-fit: contain; filter: drop-shadow(0 18px 14px rgba(100,75,0,.16)); }
.download-inner .button { background: var(--ink); color: #fff; box-shadow: 0 12px 26px rgba(43,37,5,.2); }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 18px 32px; align-items: center; padding: 29px 0 34px; }
.footer-brand { flex-wrap: wrap; }
.footer-brand img { border-radius: 10px; }
.footer-brand strong { font-size: 1.05rem; }
.footer-brand span { color: var(--muted); font-size: .86rem; }
.footer-links { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 18px; color: var(--muted); font-size: .84rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--ink); }
.footer-note { grid-column: 1 / -1; margin: 0; color: #8a8e96; font-size: .78rem; }
.legal-page { min-height: 100vh; }
.legal-content { max-width: 780px; padding: 90px 0 120px; }
.legal-content h1 { font-size: clamp(3rem, 7vw, 5.2rem); }
.legal-content h2 { margin: 42px 0 10px; font-size: 1.55rem; letter-spacing: -.04em; }
.legal-content p { color: var(--muted); font-size: 1.04rem; }
.legal-content .legal-updated { font-size: .86rem; color: #9699a2; }
@media (max-width: 820px) {
  .section-shell, .site-header { width: min(100% - 34px, 620px); }
  .site-header { align-items: flex-start; }
  .site-nav { gap: 13px; font-size: .78rem; flex-wrap: wrap; justify-content: flex-end; }
  .site-nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 12px; padding: 54px 0 70px; }
  .hero-art { min-height: 420px; }
  .hero-mascot { width: min(410px, 88%); }
  .hero-note { right: 2%; bottom: 22px; }
  .promise-grid { grid-template-columns: 1fr; gap: 15px; padding: 24px 0; }
  .promise-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); padding: 0 0 15px; }
  .promise-grid div:last-child { padding-bottom: 0; }
  .section, .soundscapes { padding: 84px 0; }
  .steps-grid, .feature-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 20px; }
  .sound-grid { grid-template-columns: repeat(2, 1fr); }
  .privacy-section { grid-template-columns: 1fr; gap: 28px; padding: 84px 0; }
  .privacy-art { width: 180px; height: 180px; border-radius: 46px; }
  .privacy-art img { width: 123px; height: 123px; border-radius: 29px; }
  .download-inner { display: grid; grid-template-columns: 115px 1fr; gap: 22px; }
  .download-inner > img { width: 115px; height: 115px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
