:root {
  --ink: #2b2028;
  --ink-soft: #55454f;
  --muted: #7f7079;
  --rose: #ea557e;
  --rose-deep: #b9325e;
  --blush: #fff2f5;
  --paper: #fffafa;
  --line: #efdce3;
  --mint: #dcf4ec;
  --lilac: #eee9ff;
  --shadow: 0 18px 50px rgba(102, 43, 68, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", Avenir, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
::selection { background: #ffc8d7; }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding-top: env(safe-area-inset-top);
  border-bottom: 1px solid rgba(239, 220, 227, .8);
  background: rgba(255, 250, 250, .84);
  backdrop-filter: blur(18px);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; font-size: 1.24rem; font-weight: 800; letter-spacing: -.045em; }
.brand-mark {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 11px;
  color: transparent;
  background: #f2617e url("/lungy-app-icon.png") center / cover no-repeat;
  box-shadow: 0 5px 14px rgba(206, 67, 103, .2);
}
.brand-mark path { display: none; }
.nav-actions { display: flex; align-items: center; gap: 15px; font-size: .88rem; font-weight: 680; }
.site-links, .footer-links { display: flex; align-items: center; gap: 15px; }
.utility-link { color: var(--ink-soft); text-decoration: none; white-space: nowrap; }
.utility-link:hover, .utility-link.is-current { color: var(--rose-deep); }
.utility-link.is-current { font-weight: 800; }
.utility-link:focus-visible { outline: 3px solid rgba(234, 85, 126, .35); outline-offset: 3px; border-radius: 4px; }
.language-picker { display: flex; gap: 2px; padding: 3px; border: 1px solid #ecd5dd; border-radius: 12px; background: #fff; }
.language-choice { appearance: none; border: 0; padding: 7px 10px; border-radius: 8px; background: transparent; color: #8d7e86; font: inherit; font-size: .77rem; font-weight: 760; cursor: pointer; }
.language-choice:hover { color: var(--ink); }
.language-choice:focus-visible { outline: 3px solid rgba(234, 85, 126, .35); outline-offset: 1px; }
.language-choice.is-active { background: var(--ink); color: #fff; box-shadow: 0 2px 7px rgba(43, 32, 40, .16); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.06em; }
.eyebrow { margin: 0 0 17px; color: var(--rose-deep); font-size: .7rem; font-weight: 840; letter-spacing: .17em; }
.section { padding-block: 108px; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 79% 36%, #ffe0e9 0, #fff4f6 29%, transparent 59%), linear-gradient(135deg, #fffafa 0%, #fff7f8 100%); }
.hero::after { content: ""; position: absolute; right: -190px; bottom: -250px; width: 520px; height: 520px; border: 1px solid rgba(234, 85, 126, .15); border-radius: 50%; pointer-events: none; }
.section-top { padding-top: 0; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); align-items: center; gap: 32px; padding-block: 70px 54px; }
.hero-copy { position: relative; z-index: 2; max-width: 610px; }
h1 { max-width: 620px; margin-bottom: 23px; font-size: clamp(3.6rem, 6vw, 5.9rem); line-height: .93; font-weight: 820; }
.hero-description { max-width: 500px; margin-bottom: 29px; color: var(--muted); font-size: 1.13rem; line-height: 1.58; }
.app-store-cta { display: inline-flex; align-items: center; gap: 16px; min-width: 344px; padding: 18px 22px 18px 23px; border-radius: 21px; background: var(--ink); color: #fff; text-decoration: none; box-shadow: 0 17px 35px rgba(73, 32, 50, .2); transition: transform .2s ease, box-shadow .2s ease; }
.app-store-cta:hover { transform: translateY(-2px); box-shadow: 0 19px 37px rgba(73, 32, 50, .23); }
.app-store-cta:focus-visible { outline: 4px solid rgba(234, 85, 126, .33); outline-offset: 4px; }
.apple-glyph { width: 36px; font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 2.3rem; line-height: 1; }
.app-store-copy { display: grid; gap: 3px; text-align: left; }
.app-store-copy small { font-size: .64rem; font-weight: 730; letter-spacing: .12em; opacity: .76; }
.app-store-copy strong { font-size: 1.28rem; letter-spacing: -.035em; }
.cta-arrow { margin-left: auto; font-size: 1.42rem; line-height: 1; }
.availability { margin: 12px 0 0; color: #a09299; font-size: .78rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; max-width: 510px; margin-top: 25px; color: #786872; font-size: .82rem; }
.hero-proof span:nth-child(odd) { color: var(--rose); font-size: 1rem; font-weight: 900; }
.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.mascot-frame { position: relative; z-index: 1; width: min(610px, 116%); border-radius: 42% 42% 38% 38%; background: radial-gradient(circle at 50% 38%, #fff 0, #fff8f6 52%, #fbe4e9 100%); box-shadow: var(--shadow); overflow: hidden; }
.mascot-image { display: block; width: 100%; height: auto; mix-blend-mode: multiply; animation: float 5s ease-in-out infinite; }
.mascot-note { position: absolute; right: -1%; top: 13%; z-index: 2; padding: 13px 17px; border: 1px solid #f1cbd6; border-radius: 17px 17px 17px 5px; background: #fff; color: var(--rose-deep); font-size: .87rem; font-weight: 760; line-height: 1.18; box-shadow: 0 10px 25px rgba(132, 63, 86, .1); transform: rotate(5deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(234, 85, 126, .2); border-radius: 50%; pointer-events: none; }
.orbit-a { width: 94%; height: 74%; transform: rotate(-15deg); }
.orbit-b { width: 75%; height: 94%; transform: rotate(16deg); }
.scroll-cue { display: flex; justify-content: center; gap: 10px; align-items: center; padding-bottom: 22px; color: #a18892; font-size: .75rem; letter-spacing: .03em; }

.promise { display: grid; gap: 42px; }
.promise-intro { max-width: 660px; }
.promise-intro h2, .journey-heading h2, .download-copy h2 { margin-bottom: 19px; font-size: clamp(2.55rem, 4.8vw, 4.5rem); line-height: .97; font-weight: 800; }
.promise-intro > p:not(.eyebrow), .journey-heading > p:not(.eyebrow) { max-width: 620px; margin-bottom: 0; color: var(--muted); font-size: 1.06rem; line-height: 1.6; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.promise-card { position: relative; min-height: 300px; overflow: hidden; display: flex; flex-direction: column; padding: 25px; border-radius: 27px; }
.promise-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -55px; bottom: -66px; border: 1px solid rgba(76, 43, 58, .14); border-radius: 50%; }
.rose-card { background: #ffe0e8; }
.mint-card { background: var(--mint); }
.lilac-card { background: var(--lilac); }
.card-index { color: rgba(73, 44, 57, .48); font-size: .76rem; font-weight: 820; letter-spacing: .08em; }
.card-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 31px 0 27px; border-radius: 50%; background: rgba(255,255,255,.68); color: var(--rose-deep); font-size: 1.55rem; }
.promise-card h3 { margin-bottom: 10px; font-size: 1.55rem; line-height: 1; }
.promise-card p { max-width: 280px; margin-bottom: 0; color: #695761; font-size: .92rem; line-height: 1.52; }

.journey { display: grid; grid-template-columns: .95fr 1.05fr; align-items: start; gap: 70px; }
.journey-heading { max-width: 500px; }
.journey-steps { display: grid; gap: 0; }
.journey-step { display: grid; grid-template-columns: 39px 1fr; column-gap: 13px; padding: 22px 0; border-top: 1px solid var(--line); }
.journey-step:last-child { border-bottom: 1px solid var(--line); }
.journey-step > span { grid-row: 1 / span 2; color: var(--rose); font-size: .72rem; font-weight: 820; letter-spacing: .08em; }
.journey-step h3 { margin-bottom: 6px; font-size: 1.35rem; }
.journey-step p { max-width: 430px; margin-bottom: 0; color: var(--muted); font-size: .91rem; line-height: 1.5; }

.download-section { background: linear-gradient(135deg, #f9d9e2, #ffecef); }
.download-card { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 48px; min-height: 415px; }
.download-mascot { overflow: hidden; border-radius: 43% 43% 38% 38%; box-shadow: 0 22px 46px rgba(141, 62, 87, .12); }
.download-mascot img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.download-copy { max-width: 600px; }
.download-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 27px; color: #735966; line-height: 1.58; }
.app-store-light { background: #fff; color: var(--ink); box-shadow: 0 15px 35px rgba(128, 65, 83, .14); }
.app-store-light:hover { box-shadow: 0 19px 39px rgba(128, 65, 83, .2); }
.download-copy .availability { color: #8f707b; }

.footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 112px; color: var(--muted); font-size: .82rem; }
.footer p { margin: 0; }

.privacy-page { min-height: 100vh; background: linear-gradient(145deg, #fffafa, #fff2f5); }
.privacy-page > .nav { border-bottom: 1px solid var(--line); }
.privacy { max-width: 780px; padding-top: 83px; padding-bottom: 84px; }
.privacy h1 { margin-bottom: 12px; font-size: clamp(3rem, 6vw, 4.8rem); }
.privacy-date { margin-bottom: 52px; color: var(--muted); }
.privacy-lede { max-width: 690px; margin-bottom: 52px; color: #695c64; font-size: 1.08rem; line-height: 1.65; }
.privacy section { padding: 26px 0; border-top: 1px solid var(--line); }
.privacy h2 { margin-bottom: 10px; font-size: 1.55rem; }
.privacy section p { max-width: 690px; margin-bottom: 0; color: #695c64; line-height: 1.62; }
.privacy section a { color: var(--rose-deep); }

.support-page { min-height: 100vh; background: linear-gradient(145deg, #fffafa, #fff2f5); }
.support-page > .nav { border-bottom: 1px solid var(--line); }
.support { padding-top: 83px; padding-bottom: 84px; }
.support-hero { max-width: 780px; margin-bottom: 74px; }
.support h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(3rem, 6vw, 5.1rem); }
.support-lede, .support-section-lede { max-width: 680px; margin-bottom: 0; color: #695c64; font-size: 1.07rem; line-height: 1.62; }
.support-section { padding: 40px 0; border-top: 1px solid var(--line); }
.support-section-heading { max-width: 720px; margin-bottom: 30px; }
.support-section-heading h2 { margin-bottom: 15px; font-size: clamp(2.2rem, 4.3vw, 3.7rem); line-height: .98; }
.help-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.help-card { min-height: 218px; padding: 27px; border: 1px solid rgba(185, 89, 119, .13); border-radius: 25px; background: rgba(255, 255, 255, .65); box-shadow: 0 12px 26px rgba(102, 43, 68, .05); }
.help-card:nth-child(2) { background: rgba(220, 244, 236, .67); }
.help-card:nth-child(3) { background: rgba(238, 233, 255, .73); }
.help-card:nth-child(4) { background: rgba(255, 224, 232, .65); }
.help-icon { display: inline-grid; place-items: center; width: 36px; height: 28px; margin-bottom: 27px; border-radius: 999px; background: rgba(255, 255, 255, .78); color: var(--rose-deep); font-size: .7rem; font-weight: 850; letter-spacing: .08em; }
.help-card h3 { margin-bottom: 9px; font-size: 1.45rem; line-height: 1; }
.help-card p { max-width: 420px; margin-bottom: 0; color: #695761; font-size: .93rem; line-height: 1.55; }
.support-contact { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 60px; align-items: start; }
.support-contact .support-section-heading { margin-bottom: 0; }
.support-form { padding: 28px; border: 1px solid rgba(185, 89, 119, .16); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.form-row { display: grid; gap: 8px; margin-bottom: 20px; }
.form-row label { color: var(--ink); font-size: .9rem; font-weight: 760; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid #e4ccd5; border-radius: 13px; background: #fffdfd; color: var(--ink); font: inherit; font-size: 1rem; line-height: 1.45; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
.form-row input, .form-row select { min-height: 48px; padding: 11px 13px; }
.form-row textarea { min-height: 148px; padding: 12px 13px; resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(234, 85, 126, .14); }
.support-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 1px 0 20px; color: var(--muted); font-size: .77rem; line-height: 1.48; }
.support-submit { appearance: none; width: 100%; min-height: 51px; border: 0; border-radius: 15px; background: var(--ink); color: #fff; cursor: pointer; font: inherit; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; box-shadow: 0 11px 24px rgba(73, 32, 50, .16); }
.support-submit:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 14px 27px rgba(73, 32, 50, .2); }
.support-submit:focus-visible { outline: 4px solid rgba(234, 85, 126, .33); outline-offset: 3px; }
.support-submit:disabled { cursor: wait; opacity: .7; }
.support-status { min-height: 1.4em; margin: 13px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.45; }
.support-status[data-state="sent"] { color: #287253; }
.support-status[data-state="error"], .support-status[data-state="invalid"] { color: #b9325e; }

@keyframes float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 15px; padding-top: 58px; }
  .hero-copy { max-width: 680px; }
  .hero-art { min-height: 470px; }
  .journey { grid-template-columns: 1fr; gap: 42px; }
  .download-card { grid-template-columns: 1fr; gap: 35px; }
  .download-mascot { max-width: 600px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 32px, 560px); }
  .nav { min-height: 0; flex-wrap: wrap; gap: 10px; padding-block: 12px; }
  .nav-actions { flex: 1 0 100%; justify-content: space-between; gap: 10px; font-size: .76rem; }
  .site-links { min-width: 0; gap: 11px; }
  .language-choice { padding: 6px 7px; font-size: .68rem; }
  .hero-grid { min-height: 0; padding-block: 48px 30px; }
  .hero-copy { text-align: center; }
  h1 { font-size: clamp(3.25rem, 16vw, 4.6rem); }
  .hero-description { margin-inline: auto; font-size: 1.02rem; }
  .app-store-cta { min-width: min(344px, 100%); text-align: left; }
  .hero-proof { justify-content: center; font-size: .76rem; }
  .hero-art { min-height: 345px; margin-top: 15px; }
  .mascot-frame { width: 113%; }
  .mascot-note { right: -1%; top: 5%; padding: 10px 12px; font-size: .74rem; }
  .orbit-a { width: 105%; height: 78%; }
  .orbit-b { width: 83%; height: 101%; }
  .section { padding-block: 78px; }
  .promise { gap: 32px; }
  .promise-intro h2, .journey-heading h2, .download-copy h2 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .promise-grid { grid-template-columns: 1fr; gap: 13px; }
  .promise-card { min-height: 240px; }
  .card-icon { margin-top: 22px; margin-bottom: 20px; }
  .download-card { gap: 27px; }
  .download-mascot { width: 112%; margin-left: -6%; }
  .footer { min-height: 132px; flex-wrap: wrap; align-content: center; padding-block: 25px; }
  .footer-links { margin-left: auto; gap: 11px; font-size: .76rem; }
  .footer p { order: 3; width: 100%; }
  .privacy { padding-top: 56px; }
  .support { padding-top: 56px; }
  .support-hero { margin-bottom: 56px; }
  .support-contact { grid-template-columns: 1fr; gap: 32px; }
  .privacy-date { margin-bottom: 39px; }
  .privacy-lede { margin-bottom: 39px; font-size: 1rem; }
}

@media (max-width: 360px) {
  .brand { font-size: 1.13rem; }
  .brand-mark { width: 33px; height: 33px; }
  .hero-proof { gap: 6px 9px; }
}

@media (max-width: 430px) {
  .shell { width: min(calc(100% - 28px), 430px); }
  .nav { min-height: 0; align-items: flex-start; gap: 10px; padding-block: 10px; }
  .brand { gap: 7px; font-size: 1.08rem; }
  .brand-mark { width: 32px; height: 32px; border-radius: 10px; }
  .nav-actions { flex: 1 0 100%; min-width: 0; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: space-between; gap: 7px; }
  .site-links { gap: 8px; font-size: .7rem; }
  .language-choice { padding: 5px 7px; font-size: .66rem; }
  .hero-grid { gap: 0; padding-block: 40px 18px; }
  h1 { max-width: 11ch; margin-inline: auto; font-size: clamp(2.9rem, 13.4vw, 3.55rem); line-height: .95; }
  .hero-description { max-width: 31ch; margin-inline: auto; margin-bottom: 23px; font-size: .99rem; line-height: 1.52; }
  .app-store-cta { width: 100%; min-width: 0; gap: 12px; padding: 15px 17px 15px 18px; border-radius: 18px; }
  .apple-glyph { width: 32px; font-size: 2.05rem; }
  .app-store-copy small { font-size: .56rem; }
  .app-store-copy strong { font-size: 1.08rem; }
  .cta-arrow { font-size: 1.25rem; }
  .availability { font-size: .73rem; line-height: 1.4; }
  .hero-proof { margin-top: 20px; gap: 6px 10px; font-size: .72rem; }
  .hero-art { min-height: 290px; margin-top: 12px; }
  .mascot-frame { width: 112%; border-radius: 38% 38% 34% 34%; }
  .mascot-note { top: 2%; right: 1%; padding: 9px 11px; font-size: .7rem; }
  .scroll-cue { padding-bottom: 16px; font-size: .7rem; }
  .section { padding-block: 64px; }
  .promise { gap: 28px; }
  .promise-intro h2, .journey-heading h2, .download-copy h2 { font-size: clamp(2.35rem, 11.5vw, 3.2rem); }
  .promise-card { min-height: 218px; padding: 22px; border-radius: 23px; }
  .card-icon { margin-top: 18px; margin-bottom: 17px; }
  .journey { gap: 30px; }
  .journey-step { grid-template-columns: 32px 1fr; column-gap: 10px; padding-block: 18px; }
  .journey-step h3 { font-size: 1.2rem; }
  .download-card { gap: 22px; }
  .download-mascot { width: 100%; margin-left: 0; }
  .download-copy > p:not(.eyebrow) { font-size: .96rem; }
  .footer { min-height: 150px; padding-bottom: calc(25px + env(safe-area-inset-bottom)); }
  .footer-links { gap: 8px; font-size: .7rem; }
  .support { padding-top: 48px; padding-bottom: 60px; }
  .support-hero { margin-bottom: 48px; }
  .support h1 { font-size: clamp(2.8rem, 13.4vw, 3.55rem); }
  .support-lede, .support-section-lede { font-size: .99rem; }
  .support-section { padding-block: 32px; }
  .support-section-heading { margin-bottom: 24px; }
  .support-section-heading h2 { font-size: clamp(2.15rem, 11.4vw, 3.1rem); }
  .help-grid { grid-template-columns: 1fr; gap: 12px; }
  .help-card { min-height: 0; padding: 23px; border-radius: 22px; }
  .help-icon { margin-bottom: 20px; }
  .support-contact { gap: 28px; }
  .support-form { padding: 21px; border-radius: 22px; }
}

@media (max-width: 360px) {
  .nav-actions { flex-wrap: wrap; gap: 8px; }
  .site-links { flex: 1 0 100%; justify-content: space-between; gap: 7px; }
  .language-picker { margin-left: auto; }
  .footer-links { flex: 1 0 100%; justify-content: space-between; margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
