:root {
  --ink: #173c39;
  --muted: #607975;
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --sage: #9fb7a6;
  --sage-light: #dfe9df;
  --terracotta: #c98267;
  --line: rgba(23, 60, 57, .12);
  --shadow: 0 22px 60px rgba(29, 60, 55, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button { color: inherit; }
.app-shell { min-height: 100vh; overflow-x: clip; }
.topbar {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 6vw, 84px);
  border-bottom: 1px solid var(--line);
  background: rgba(247,244,236,.86);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { color: var(--ink); text-decoration: none; font-family: Georgia, serif; font-size: 26px; letter-spacing: .02em; display: flex; gap: 9px; align-items: center; }
.brand-mark { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 24px; }
.icon-button { border: 1px solid var(--line); background: var(--paper); width: 44px; height: 44px; border-radius: 50%; font-size: 23px; cursor: pointer; }
.icon-button.active { background: var(--ink); color: white; }
.header-actions { display:flex; align-items:center; gap:10px; position:relative; }
.main-nav { display:flex; align-items:center; justify-content:center; gap:clamp(10px,1.6vw,24px); margin-left:auto; margin-right:18px; }
.main-nav a { color:var(--ink); text-decoration:none; font-size:12px; font-weight:650; white-space:nowrap; padding:9px 2px; border-bottom:2px solid transparent; }
.main-nav a:hover, .main-nav a:focus-visible { border-color:var(--terracotta); }
.menu-toggle { display:none; border:1px solid var(--line); background:var(--paper); width:42px; height:42px; border-radius:50%; cursor:pointer; font-size:20px; }
.professionals-link { color:var(--ink); text-decoration:none; font-size:13px; font-weight:600; padding:10px 13px; }
.account-button { border:1px solid var(--line); background:var(--paper); border-radius:99px; height:44px; padding:4px 14px 4px 5px; display:flex; align-items:center; gap:8px; cursor:pointer; font-size:13px; font-weight:600; }
.account-avatar { width:34px; height:34px; border-radius:50%; display:grid; place-items:center; background:var(--sage-light); text-transform:uppercase; }
.account-menu { position:absolute; top:54px; right:0; width:230px; padding:18px; background:var(--paper); border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); z-index:30; }
.account-menu strong, .account-menu span { display:block; overflow:hidden; text-overflow:ellipsis; }
.account-menu span { color:var(--muted); font-size:12px; margin:4px 0 16px; }
.account-menu button { width:100%; border:1px solid var(--line); background:transparent; padding:9px; border-radius:99px; cursor:pointer; }
.account-menu a { display:block; margin-bottom:9px; padding:9px; border-radius:99px; background:var(--ink); color:white; text-align:center; text-decoration:none; font-size:12px; font-weight:700; }
.account-menu a[hidden] { display:none; }
.hero {
  padding: clamp(55px, 9vw, 116px) clamp(22px, 9vw, 130px) 70px;
  position: relative;
  background:
    radial-gradient(circle at 83% 30%, rgba(159,183,166,.25) 0 12%, transparent 12.2%),
    radial-gradient(circle at 86% 40%, transparent 0 16%, rgba(201,130,103,.22) 16.2% 16.6%, transparent 16.8%),
    linear-gradient(135deg, #f7f4ec 20%, #edf1e8 100%);
}
.hero::after { content:""; position:absolute; right:9%; bottom:0; width:130px; height:220px; border-left:1px solid rgba(23,60,57,.2); border-radius:50%; transform:rotate(34deg); }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .18em; margin: 0 0 14px; color: var(--terracotta); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: Georgia, serif; font-size: clamp(45px, 7vw, 82px); line-height: .99; font-weight: 400; max-width: 800px; margin-bottom: 26px; letter-spacing: -.035em; }
h1 em { color: var(--terracotta); font-weight: 400; }
.hero-copy { font-size: 18px; color: var(--muted); max-width: 550px; line-height: 1.65; }
.hero-content { position:relative; z-index:2; }
.hero-actions { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-top:30px; }
.hero-primary, .hero-secondary { display:inline-flex; align-items:center; justify-content:center; min-height:48px; border-radius:99px; padding:0 21px; font-size:13px; font-weight:750; text-decoration:none; }
.hero-primary { background:var(--ink); color:white; }
.hero-primary span { margin-left:12px; }
.hero-secondary { color:var(--ink); border:1px solid var(--line); background:rgba(255,253,248,.65); }
.hero-reassurance { display:flex; align-items:center; gap:9px; margin:22px 0 0; color:var(--muted); font-size:12px; }
.hero-reassurance span { display:grid; place-items:center; width:22px; height:22px; border-radius:50%; background:var(--sage-light); color:var(--ink); font-weight:800; }
.quick-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; position: relative; z-index: 2; }
.filter { border: 1px solid var(--line); padding: 11px 18px; border-radius: 99px; background: rgba(255,253,248,.6); cursor: pointer; transition: .2s ease; }
.filter:hover, .filter.active { background: var(--ink); color: white; border-color: var(--ink); }
.about-section { max-width:1232px; margin:0 auto; padding:85px 0 50px; display:grid; grid-template-columns:.9fr 1.1fr; gap:65px; align-items:start; scroll-margin-top:95px; }
.about-intro h2, .how-help-heading h2, .join-team-section h2 { font:400 clamp(33px,4vw,49px)/1.08 Georgia,serif; margin-bottom:18px; }
.about-intro > p:last-child { color:var(--muted); line-height:1.7; }
.mission-grid { display:grid; gap:12px; }
.mission-grid article { position:relative; padding:22px 22px 20px 76px; border:1px solid var(--line); border-radius:18px; background:var(--paper); }
.mission-grid article > span { position:absolute; left:20px; top:22px; display:grid; place-items:center; width:40px; height:40px; border-radius:50%; background:var(--sage-light); color:var(--terracotta); font:700 13px Georgia,serif; }
.mission-grid h3 { font:400 23px Georgia,serif; margin-bottom:6px; }
.mission-grid p { margin:0; color:var(--muted); font-size:13px; line-height:1.5; }
.mission-grid .mission-help-card { padding-bottom:24px; }
.mission-help-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:7px; }
.mission-help-heading h3 { margin:0; }
.mission-help-heading strong { padding:7px 10px; border-radius:99px; background:var(--terracotta); color:#fff; font-size:9px; letter-spacing:.12em; white-space:nowrap; }
.support-columns { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin:16px 0 13px; }
.support-columns h4 { margin:0 0 8px; font:400 16px Georgia,serif; color:var(--ink); }
.support-columns ul { margin:0; padding-left:17px; color:var(--muted); font-size:12px; line-height:1.55; }
.support-columns li::marker { color:var(--terracotta); }
.mission-grid .clinical-note { padding-top:12px; border-top:1px solid var(--line); font-size:10px; }
.how-help-section { max-width:1232px; margin:0 auto 10px; padding:38px; border-radius:26px; background:var(--ink); color:white; }
.how-help-heading { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:28px; }
.how-help-heading h2 { max-width:620px; margin:0; }
.help-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.help-steps > div { display:grid; grid-template-columns:42px 1fr; gap:12px; padding:18px; border-radius:15px; background:rgba(255,255,255,.07); }
.help-steps b { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; background:var(--terracotta); font-family:Georgia,serif; }
.help-steps strong, .help-steps em { display:block; }
.help-steps strong { margin:1px 0 5px; font:400 18px Georgia,serif; }
.help-steps em { color:#c8d8d3; font-style:normal; font-size:12px; line-height:1.45; }
.experience-choice { max-width:1232px; margin:0 auto; padding:65px 0 10px; }
.choice-heading { margin-bottom:25px; }
.choice-heading h2 { font:400 clamp(31px,4vw,45px)/1.08 Georgia,serif; margin:0; }
.choice-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.choice-card { min-height:155px; display:grid; grid-template-columns:62px 1fr 25px; align-items:center; gap:18px; border-radius:22px; padding:24px; text-decoration:none; transition:.22s; }
.choice-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.choice-audio { background:var(--ink); color:white; }
.choice-assessment { background:#c98b73; color:white; }
.choice-mirror { background:#e5ddd0; color:var(--ink); }
.choice-wheel { background:#829e91; color:white; }
.choice-systems { grid-column:1/-1; background:#d8e4df; color:var(--ink); }
.choice-icon { width:58px; height:58px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.16); font-size:24px; }
.choice-mirror .choice-icon { background:rgba(23,60,57,.1); font-size:42px; }
.choice-assessment .choice-icon { background:rgba(255,255,255,.18); }
.choice-wheel .choice-icon { background:rgba(255,255,255,.18); font-size:28px; }
.choice-systems .choice-icon { background:var(--ink); color:white; font-size:12px; font-weight:800; letter-spacing:.04em; }
.choice-wheel small, .choice-audio small { color:#f1c7b7; }
.choice-card small, .choice-card strong, .choice-card em { display:block; }
.choice-card small { color:var(--terracotta); font-size:9px; font-weight:800; letter-spacing:.15em; margin-bottom:6px; }
.choice-card strong { font:400 27px Georgia,serif; margin-bottom:6px; }
.choice-card em { font-style:normal; opacity:.72; font-size:13px; line-height:1.45; }
.choice-card b { font-size:22px; font-weight:400; }
.library { padding: 65px 0 90px; max-width: 1232px; margin: auto; scroll-margin-top:85px; }
.library .quick-filters { margin:0 0 25px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.section-heading h2, .therapist-card h2, .completion-card h2 { font-family: Georgia, serif; font-size: clamp(30px, 4vw, 45px); font-weight: 400; margin-bottom: 0; }
.result-count { color: var(--muted); font-size: 14px; }
.audio-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.audio-card { display:grid; grid-template-columns:150px 1fr; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 8px 30px rgba(29,60,55,.04); transition: transform .22s, box-shadow .22s; }
.audio-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-art { height: 150px; position: relative; overflow: hidden; cursor: pointer; }
.card-art::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 65% 45%, rgba(255,255,255,.35) 0 13%, transparent 13.3%), repeating-radial-gradient(ellipse at 70% 70%, transparent 0 25px, rgba(255,255,255,.34) 26px 27px); }
.theme-mind { background: linear-gradient(145deg,#98b4a4,#dfe8d7); }
.theme-permission { background: linear-gradient(145deg,#c98870,#edc1aa); }
.theme-behavior { background: linear-gradient(145deg,#748f8d,#bdccc1); }
.theme-focus { background: linear-gradient(145deg,#557776,#9fb9aa); }
.theme-relax { background: linear-gradient(145deg,#b5a88d,#e5d9bc); }
.theme-perception { background:linear-gradient(145deg,#77958b,#c9ddd2); }
.theme-esteem { background:linear-gradient(145deg,#c88877,#efd0ba); }
.theme-courage { background:linear-gradient(145deg,#8c7268,#d8afa0); }
.theme-clarity { background:linear-gradient(145deg,#66849a,#b9d0d8); }
.theme-sleep { background:linear-gradient(145deg,#646b88,#b7b8d3); }
.theme-anxiety { background:linear-gradient(145deg,#80a395,#cce0cf); }
.theme-beliefs { background:linear-gradient(145deg,#8d7899,#d7c6df); }
.theme-grief { background:linear-gradient(145deg,#667885,#bdcad0); }
.theme-stage { background:linear-gradient(145deg,#a57b62,#e1c3a7); }
.theme-habits { background:linear-gradient(145deg,#739279,#c5d8bd); }
.play-circle { width: 46px; height: 46px; border-radius: 50%; border: 0; background: rgba(255,253,248,.92); position:absolute; left:15px; bottom:14px; cursor:pointer; font-size:15px; box-shadow: 0 8px 25px rgba(23,60,57,.16); padding-left:4px; }
.duration-chip { position:absolute; top:16px; right:16px; background:rgba(255,253,248,.85); padding:7px 10px; border-radius:99px; font-size:12px; }
.card-body { padding: 22px 55px 20px 24px; position: relative; min-height: 150px; display:flex; flex-direction:column; justify-content:center; }
.card-category { color: var(--terracotta); text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .14em; margin-bottom: 8px; }
.card-title { font-family: Georgia, serif; font-weight: 400; font-size: 25px; margin: 0 40px 9px 0; }
.card-description { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0; }
.favorite { position:absolute; right:18px; top:17px; border:0; background:transparent; font-size:24px; cursor:pointer; }
.favorite.active { color: var(--terracotta); }
.empty-state { text-align:center; padding:70px 20px; color:var(--muted); }
.empty-state span { font-size:38px; }
.empty-state h3 { color:var(--ink); font: 28px Georgia,serif; margin:12px 0 8px; }
.inner-mirror-feature { max-width:1232px; margin:0 auto 70px; display:grid; grid-template-columns:1fr 1.1fr; border:1px solid var(--line); background:var(--paper); border-radius:28px; overflow:hidden; }
.mirror-visual { min-height:430px; position:relative; display:grid; place-items:center; background:linear-gradient(145deg,#d8e3d8,#e9d5c8); overflow:hidden; }
.mirror-visual::before, .mirror-visual::after { content:""; position:absolute; width:280px; height:400px; border:1px solid rgba(23,60,57,.18); border-radius:50%; }
.mirror-visual::after { width:350px; height:350px; transform:rotate(38deg); }
.mirror-face { font-size:170px; color:rgba(23,60,57,.62); z-index:1; }
.mirror-word { position:absolute; font:italic 18px Georgia,serif; color:var(--ink); opacity:.72; }
.word-one { top:18%; left:13%; }
.word-two { right:12%; top:43%; }
.word-three { bottom:15%; left:18%; }
.mirror-copy { padding:clamp(35px,6vw,72px); }
.mirror-copy h2 { font:400 clamp(34px,4vw,49px)/1.05 Georgia,serif; margin-bottom:18px; }
.mirror-copy > p:not(.eyebrow) { color:var(--muted); line-height:1.7; }
.mirror-copy ul { padding-left:19px; color:var(--muted); line-height:1.9; font-size:14px; margin:22px 0; }
.mirror-button { display:inline-block; background:var(--ink); color:white; text-decoration:none; border-radius:99px; padding:14px 20px; font-weight:700; }
.mirror-button span { margin-left:10px; }
.mirror-copy small { display:block; color:var(--muted); line-height:1.5; font-size:10px; margin-top:15px; }
.therapist-card { max-width: 1232px; margin: 0 auto 60px; border-radius: 28px; overflow:hidden; background:var(--ink); color:white; display:grid; grid-template-columns: .8fr 1.2fr; align-items:center; }
.therapist-card > div:last-child { padding: clamp(34px,6vw,70px); }
.therapist-card h2 { margin-bottom:16px; }
.therapist-card p:not(.eyebrow) { color:#c8d8d3; line-height:1.65; max-width:600px; }
.therapist-art { min-height:350px; display:grid; place-items:center; background: radial-gradient(circle,rgba(255,255,255,.14) 0 21%,transparent 21.5%), repeating-radial-gradient(circle,transparent 0 45px,rgba(255,255,255,.08) 46px 47px); }
.therapist-art span { font-size:130px; color:var(--sage); }
.primary-button { display:inline-block; border:0; background:var(--paper); color:var(--ink); text-decoration:none; border-radius:99px; padding:14px 20px; cursor:pointer; font-weight:600; }
.primary-button span { margin-left:12px; }
.disclaimer { max-width:800px; padding: 0 24px 50px; margin:auto; text-align:center; color:var(--muted); font-size:12px; line-height:1.6; }
.professionals-section { max-width:1232px; margin:0 auto 80px; padding:70px 0 10px; scroll-margin-top:70px; }
.professionals-heading { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:28px; }
.professionals-heading h2 { font:400 clamp(32px,4vw,48px)/1.05 Georgia,serif; margin-bottom:14px; }
.professionals-heading > div > p:last-child { color:var(--muted); margin:0; }
.demo-notice { color:var(--muted); border:1px solid var(--line); border-radius:99px; padding:8px 12px; font-size:11px; white-space:nowrap; }
.professional-filters { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; background:var(--paper); border:1px solid var(--line); border-radius:18px; padding:16px; }
.professional-filters label span { display:block; font-size:10px; text-transform:uppercase; letter-spacing:.1em; color:var(--muted); margin:0 0 6px 4px; }
.professional-filters select { width:100%; height:44px; border:1px solid var(--line); border-radius:11px; background:#fbfaf6; padding:0 12px; color:var(--ink); }
.professionals-results { display:flex; justify-content:space-between; align-items:center; margin:18px 2px; color:var(--muted); font-size:13px; }
.professionals-results button { border:0; background:transparent; color:var(--ink); text-decoration:underline; cursor:pointer; }
.professionals-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.professional-card { display:grid; grid-template-columns:92px 1fr; gap:17px; background:var(--paper); border:1px solid var(--line); border-radius:20px; padding:21px; position:relative; }
.professional-avatar, .profile-avatar { display:grid; place-items:center; border-radius:50%; color:white; background:linear-gradient(145deg,var(--sage),var(--ink)); font:400 27px Georgia,serif; }
.professional-avatar { width:88px; height:88px; }
.professional-demo { font-size:9px; text-transform:uppercase; letter-spacing:.1em; color:var(--terracotta); font-weight:700; }
.professional-card h3 { font:400 24px Georgia,serif; margin:4px 0 3px; }
.professional-role { color:var(--muted); font-size:12px; margin-bottom:12px; }
.professional-location { font-size:12px; margin-bottom:12px; }
.professional-tags { display:flex; flex-wrap:wrap; gap:6px; }
.professional-tags span, .profile-specialties span { background:var(--sage-light); border-radius:99px; padding:6px 9px; font-size:10px; }
.view-profile { grid-column:1/-1; border:1px solid var(--line); background:transparent; border-radius:99px; padding:10px; cursor:pointer; margin-top:3px; }
.view-profile:hover { background:var(--ink); color:white; }
.professionals-empty { text-align:center; padding:60px; color:var(--muted); }
.professionals-empty h3 { font:400 28px Georgia,serif; color:var(--ink); margin-bottom:8px; }
.player-sheet, .completion-modal, .login-modal, .professional-modal { position:fixed; inset:0; z-index:50; visibility:hidden; opacity:0; transition:.25s; }
.player-sheet.open, .completion-modal.open, .login-modal.open, .professional-modal.open { visibility:visible; opacity:1; }
.professional-profile { position:absolute; left:50%; top:50%; width:min(520px,calc(100% - 30px)); max-height:calc(100vh - 30px); overflow:auto; transform:translate(-50%,-46%); background:var(--paper); border-radius:27px; padding:38px; text-align:center; transition:.25s; }
.professional-modal.open .professional-profile { transform:translate(-50%,-50%); }
.profile-avatar { width:100px; height:100px; margin:0 auto 15px; font-size:33px; }
.demo-badge { display:inline-block; color:var(--terracotta); text-transform:uppercase; font-size:9px; letter-spacing:.12em; font-weight:700; }
.professional-profile h2 { font:400 36px Georgia,serif; margin:8px 0 4px; }
.profile-meta { display:flex; justify-content:center; gap:10px; flex-wrap:wrap; font-size:11px; margin:18px 0; }
.profile-meta span { border:1px solid var(--line); padding:7px 10px; border-radius:99px; }
.profile-about { text-align:left; color:var(--muted); line-height:1.65; font-size:14px; }
.profile-specialties { display:flex; flex-wrap:wrap; gap:6px; margin:20px 0; justify-content:center; }
.profile-contact { width:100%; border:0; background:var(--ink); color:white; padding:13px; border-radius:99px; cursor:pointer; font-weight:700; }
.profile-warning { color:var(--muted); font-size:9px; line-height:1.5; margin:12px 0 0; }
.sheet-backdrop { position:absolute; inset:0; width:100%; border:0; background:rgba(12,34,32,.55); backdrop-filter:blur(7px); }
.player-panel { position:absolute; right:0; top:0; bottom:0; width:min(510px,100%); background:var(--paper); padding:55px 38px 35px; overflow:auto; transform:translateX(100%); transition:.32s ease; }
.player-sheet.open .player-panel { transform:translateX(0); }
.close-button { position:absolute; right:20px; top:16px; border:0; background:transparent; font-size:32px; cursor:pointer; }
.player-cover { height:280px; margin-bottom:28px; border-radius:22px; position:relative; overflow:hidden; background:var(--sage); }
.player-cover::before { content:""; position:absolute; inset:0; background: repeating-radial-gradient(ellipse at 65% 70%,transparent 0 34px,rgba(255,255,255,.3) 35px 36px); }
.player-panel h2 { font: 37px Georgia,serif; font-weight:400; margin-bottom:10px; }
.player-description { color:var(--muted); line-height:1.5; }
#audioPlayer { display:none; }
.playback-controls { display:grid; grid-template-columns:58px 1fr; align-items:center; gap:15px; margin:24px 0 4px; }
.main-play-button { width:58px; height:58px; border:0; border-radius:50%; background:var(--ink); color:white; cursor:pointer; font-size:18px; padding-left:5px; }
.main-play-button.playing { padding-left:0; }
.custom-progress { display:grid; grid-template-columns:40px 1fr 40px; align-items:center; gap:8px; font-size:11px; color:var(--muted); }
#seekBar { accent-color:var(--ink); width:100%; }
.volume-hint { color:var(--muted); font-size:10px; margin:7px 0 0 73px; }
.player-actions { margin-top:24px; }
.secondary-button { width:100%; border:1px solid var(--line); background:transparent; padding:13px; border-radius:99px; cursor:pointer; }
.completion-card { position:absolute; left:50%; top:50%; width:min(520px,calc(100% - 32px)); transform:translate(-50%,-46%); background:var(--paper); border-radius:28px; padding:45px 35px 30px; text-align:center; transition:.25s; }
.completion-modal.open .completion-card { transform:translate(-50%,-50%); }
.completion-icon { display:grid; place-items:center; width:60px; height:60px; border-radius:50%; background:var(--sage-light); margin:0 auto 24px; font-size:24px; }
.completion-card h2 { margin-bottom:12px; }
.completion-card > p:not(.eyebrow) { color:var(--muted); }
.mood-row { display:flex; gap:8px; justify-content:center; margin:25px 0 15px; flex-wrap:wrap; }
.mood-row button { border:1px solid var(--line); background:white; border-radius:99px; padding:10px 15px; cursor:pointer; }
.mood-row button:hover { background:var(--ink); color:white; }
.text-button { border:0; background:transparent; text-decoration:underline; cursor:pointer; padding:10px; color:var(--muted); }
.toast { position:fixed; left:50%; bottom:25px; transform:translate(-50%,25px); background:var(--ink); color:white; border-radius:99px; padding:12px 20px; opacity:0; pointer-events:none; transition:.25s; z-index:100; font-size:14px; }
.toast.show { opacity:1; transform:translate(-50%,0); }
.floating-professional { position:fixed; right:22px; bottom:20px; z-index:70; display:flex; align-items:center; gap:8px; background:var(--terracotta); color:white; text-decoration:none; padding:12px 17px; border-radius:99px; box-shadow:0 12px 35px rgba(66,45,38,.24); font-size:12px; font-weight:700; }
.floating-professional span { font-size:18px; }
.login-backdrop { position:absolute; inset:0; width:100%; border:0; background:linear-gradient(135deg,rgba(15,47,44,.92),rgba(72,100,87,.86)); backdrop-filter:blur(10px); }
.login-card { position:absolute; left:50%; top:50%; width:min(480px,calc(100% - 30px)); max-height:calc(100vh - 30px); overflow:auto; transform:translate(-50%,-46%); background:var(--paper); border-radius:28px; padding:38px 42px 28px; box-shadow:0 30px 90px rgba(0,0,0,.25); text-align:center; transition:.3s; }
.login-modal.open .login-card { transform:translate(-50%,-50%); }
.login-close { top:10px; right:14px; }
.login-symbol { width:58px; height:58px; display:grid; place-items:center; border-radius:50%; background:var(--sage-light); margin:0 auto 18px; font-size:40px; }
.login-card h2 { font:400 37px/1.05 Georgia,serif; margin-bottom:12px; }
.login-intro { color:var(--muted); line-height:1.55; font-size:14px; margin-bottom:22px; }
.google-button { width:100%; height:48px; display:flex; justify-content:center; align-items:center; gap:12px; border:1px solid var(--line); border-radius:12px; background:white; cursor:pointer; font-weight:600; }
.google-button:hover { background:#f8faf8; }
.google-mark { font:bold 18px Arial,sans-serif; color:#4285f4; }
.login-divider { display:flex; align-items:center; gap:10px; color:#899b97; font-size:11px; margin:19px 0; }
.login-divider::before, .login-divider::after { content:""; height:1px; flex:1; background:var(--line); }
.login-card form { text-align:left; }
.login-card label { display:block; font-size:12px; font-weight:700; margin:12px 0 6px; }
.optional-label { color:var(--muted); font-weight:400; }
.login-card input { width:100%; height:47px; border:1px solid var(--line); border-radius:11px; padding:0 13px; background:#fbfaf6; color:var(--ink); outline:none; }
.login-card input:focus { border-color:var(--sage); box-shadow:0 0 0 3px rgba(159,183,166,.2); }
.login-submit { width:100%; margin-top:18px; height:49px; border:0; border-radius:12px; background:var(--ink); color:white; cursor:pointer; font-weight:700; }
.login-submit span { margin-left:10px; }
.create-account-button { width:100%; margin-top:9px; height:45px; border:1px solid var(--ink); border-radius:12px; background:transparent; color:var(--ink); cursor:pointer; font-weight:700; }
.forgot-button { display:block; margin:8px auto 0; border:0; background:transparent; color:var(--muted); text-decoration:underline; cursor:pointer; font-size:12px; padding:6px; }
.login-terms { font-size:10px; color:var(--muted); line-height:1.5; margin:15px auto 6px; max-width:350px; }
.guest-button { border:0; background:transparent; color:var(--muted); text-decoration:underline; font-size:12px; cursor:pointer; padding:8px; }
.join-team-section { max-width:1232px; margin:0 auto 65px; padding:clamp(34px,6vw,62px); border-radius:28px; background:linear-gradient(135deg,#e5ddd0,#edf1e8); position:relative; overflow:hidden; scroll-margin-top:95px; }
.join-team-section::after { content:""; position:absolute; right:-80px; top:-110px; width:300px; height:300px; border:1px solid rgba(23,60,57,.13); border-radius:50%; }
.join-team-badge { display:inline-block; margin-bottom:20px; padding:7px 11px; border:1px solid rgba(23,60,57,.15); border-radius:99px; color:var(--ink); font-size:9px; font-weight:800; letter-spacing:.13em; }
.join-team-content { position:relative; z-index:1; display:grid; grid-template-columns:1fr .8fr; gap:55px; }
.join-team-content > div:first-child > p:last-child { color:var(--muted); line-height:1.7; }
.join-team-benefits { display:grid; align-content:center; gap:10px; }
.join-team-benefits span { padding:13px 15px 13px 42px; border-radius:12px; background:rgba(255,253,248,.62); position:relative; font-size:13px; }
.join-team-benefits span::before { content:"✓"; position:absolute; left:15px; color:var(--terracotta); font-weight:800; }
.join-team-button { position:relative; z-index:1; display:inline-flex; align-items:center; margin-top:18px; border-radius:99px; padding:14px 20px; background:var(--ink); color:white; text-decoration:none; font-weight:750; font-size:13px; }
.join-team-button span { margin-left:12px; }
.join-team-section > small { position:relative; z-index:1; display:block; margin-top:10px; color:var(--muted); font-size:9px; }
.feedback-section { max-width:1232px; margin:0 auto 65px; display:grid; grid-template-columns:.85fr 1.15fr; gap:55px; align-items:start; padding:clamp(35px,6vw,65px); border-radius:28px; background:var(--sage-light); }
.knowledge-section { max-width:1232px; margin:0 auto 70px; display:grid; grid-template-columns:1.25fr .75fr; gap:45px; align-items:center; overflow:hidden; padding:clamp(34px,6vw,68px); border:1px solid rgba(23,60,57,.12); border-radius:28px; background:linear-gradient(135deg,#fffdf8 0%,#edf3eb 100%); box-shadow:0 22px 60px rgba(29,60,55,.08); }
.knowledge-copy h2 { max-width:760px; margin:14px 0 18px; color:var(--ink); font:400 clamp(32px,4vw,50px)/1.08 Georgia,serif; }
.knowledge-copy > p:not(.eyebrow) { max-width:760px; margin:0 0 25px; color:var(--muted); line-height:1.75; }
.knowledge-badge { display:inline-block; padding:7px 11px; border-radius:99px; background:var(--sage); color:var(--ink); font-size:9px; font-weight:800; letter-spacing:.08em; }
.knowledge-button { display:inline-flex; align-items:center; gap:14px; padding:14px 20px; border-radius:99px; background:var(--ink); color:white; text-decoration:none; font-size:12px; font-weight:800; }
.knowledge-button span { font-size:17px; }
.knowledge-visual { position:relative; min-height:290px; display:grid; place-items:center; border-radius:50%; background:radial-gradient(circle,#f9f6ee 0 28%,transparent 29%),linear-gradient(145deg,#cfded1,#7fa094); }
.knowledge-visual > div { position:relative; z-index:2; display:flex; align-items:center; gap:8px; color:var(--ink); }
.knowledge-visual b { font:400 70px/1 Georgia,serif; }
.knowledge-visual small { font-size:10px; font-weight:800; line-height:1.25; text-transform:uppercase; }
.knowledge-visual p { position:absolute; right:12%; bottom:10%; margin:0; color:white; font:400 17px/1.35 Georgia,serif; text-align:right; }
.knowledge-orbit { position:absolute; border:1px solid rgba(255,255,255,.55); border-radius:50%; }
.orbit-one { inset:10%; }
.orbit-two { inset:22%; }
.feedback-copy h2 { font:400 clamp(32px,4vw,48px)/1.08 Georgia,serif; margin-bottom:16px; }
.feedback-copy > p:last-child { color:var(--muted); line-height:1.7; }
.feedback-form { display:grid; gap:8px; }
.feedback-form > label:not(.feedback-consent) { margin-top:8px; font-size:12px; font-weight:700; }
.feedback-form input[type="text"], .feedback-form input:not([type]), .feedback-form textarea { width:100%; border:1px solid var(--line); border-radius:12px; background:var(--paper); padding:13px 14px; color:var(--ink); outline:none; resize:vertical; }
.feedback-form input:focus, .feedback-form textarea:focus { border-color:var(--sage); box-shadow:0 0 0 3px rgba(159,183,166,.22); }
.feedback-consent { display:grid; grid-template-columns:18px 1fr; gap:9px; align-items:start; margin:12px 0; color:var(--muted); font-size:11px; line-height:1.5; }
.feedback-consent input { margin-top:2px; accent-color:var(--ink); }
.feedback-submit { justify-self:start; border:0; border-radius:99px; padding:13px 20px; background:var(--ink); color:white; cursor:pointer; font-weight:700; }
.feedback-submit span { margin-left:10px; }
.feedback-status { min-height:18px; margin:4px 0 0; color:var(--ink); font-size:12px; }
.site-footer { min-height:125px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; border-top:1px solid var(--line); background:var(--ink); color:#dce7e2; text-align:center; }
.site-footer p { margin:0; font-size:13px; }
.footer-mark { color:var(--sage); font-size:34px; }

@media (max-width:1120px) {
  .main-nav { position:absolute; left:18px; right:18px; top:70px; display:none; margin:0; padding:12px; flex-direction:column; align-items:stretch; background:var(--paper); border:1px solid var(--line); border-radius:17px; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:11px 12px; border-bottom:0; border-radius:10px; }
  .main-nav a:hover { background:var(--sage-light); }
  .menu-toggle { display:grid; place-items:center; margin-left:auto; }
  .header-actions { margin-left:8px; }
  .header-actions .professionals-link { display:none; }
}

@media (max-width: 900px) {
  .therapist-card { margin-left:22px; margin-right:22px; }
  .professionals-section { margin-left:22px; margin-right:22px; }
  .experience-choice, .library { margin-left:22px; margin-right:22px; }
  .feedback-section { margin-left:22px; margin-right:22px; }
  .knowledge-section { margin-left:22px; margin-right:22px; }
  .about-section, .how-help-section, .join-team-section { margin-left:22px; margin-right:22px; }
  .about-section { grid-template-columns:1fr; gap:30px; }
  .main-nav { position:absolute; left:18px; right:18px; top:70px; display:none; margin:0; padding:12px; flex-direction:column; align-items:stretch; background:var(--paper); border:1px solid var(--line); border-radius:17px; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:11px 12px; border-bottom:0; border-radius:10px; }
  .main-nav a:hover { background:var(--sage-light); }
  .menu-toggle { display:grid; place-items:center; margin-left:auto; }
  .header-actions { margin-left:8px; }
  .header-actions .professionals-link { display:none; }
  .choice-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 620px) {
  .topbar { height:66px; }
  .hero { padding-top:55px; padding-bottom:50px; }
  .hero::after { display:none; }
  .hero-copy { font-size:16px; }
  .hero-actions { align-items:stretch; flex-direction:column; }
  .hero-actions a { width:100%; }
  .hero-reassurance { align-items:flex-start; }
  .about-section { padding-top:55px; }
  .how-help-section { padding:29px 20px; }
  .how-help-heading { display:block; }
  .help-steps { grid-template-columns:1fr; }
  .library { padding-top:50px; }
  .choice-grid { grid-template-columns:1fr; }
  .choice-systems { grid-column:auto; }
  .choice-card { min-height:130px; grid-template-columns:52px 1fr 18px; padding:19px; }
  .mission-help-heading { align-items:flex-start; flex-direction:column; }
  .support-columns { grid-template-columns:1fr; gap:14px; }
  .choice-icon { width:50px; height:50px; }
  .audio-card { grid-template-columns:105px 1fr; }
  .card-art { height:125px; align-self:center; margin-left:10px; border-radius:13px; }
  .card-body { min-height:145px; padding:17px 43px 17px 17px; }
  .card-title { font-size:21px; }
  .card-description { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
  .duration-chip { top:8px; right:8px; font-size:10px; padding:5px 7px; }
  .play-circle { width:40px; height:40px; left:10px; bottom:9px; }
  .therapist-card { grid-template-columns:1fr; }
  .therapist-art { min-height:190px; }
  .player-panel { padding:50px 22px 30px; }
  .player-cover { height:230px; }
  .account-button { padding-right:6px; }
  #accountLabel { display:none; }
  .professionals-link { display:none; }
  .login-card { padding:34px 23px 23px; }
  .professionals-heading { align-items:start; flex-direction:column; }
  .professional-filters, .professionals-grid { grid-template-columns:1fr; }
  .professional-card { grid-template-columns:74px 1fr; padding:17px; }
  .professional-avatar { width:70px; height:70px; }
  .professional-profile { padding:35px 22px 24px; }
  .playback-controls { grid-template-columns:52px 1fr; gap:10px; }
  .main-play-button { width:52px; height:52px; }
  .custom-progress { grid-template-columns:35px 1fr 35px; gap:5px; }
  .volume-hint { margin-left:62px; }
  .floating-professional { right:12px; bottom:12px; padding:10px 13px; }
  .feedback-section { grid-template-columns:1fr; gap:18px; padding:30px 21px; }
  .knowledge-section { grid-template-columns:1fr; gap:24px; padding:30px 21px; }
  .knowledge-visual { min-height:220px; }
  .feedback-submit { width:100%; }
  .join-team-content { grid-template-columns:1fr; gap:18px; }
  .join-team-button { width:100%; justify-content:center; }
}
