@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Italiana&display=swap');

:root {
  --paper: #fffdf8;
  --ink: #20211f;
  --muted: #6f6b64;
  --sage: #66735f;
  --sage-dark: #4c5847;
  --gold: #a98658;
  --line: #ebe2d7;
  --sand: #f3eee5;
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h1 { margin-bottom: 24px; font-size: clamp(3.25rem, 7vw, 6.4rem); letter-spacing: -.035em; }
h2 { margin-bottom: 20px; font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -.025em; }
h3 { margin-bottom: 10px; font-size: 1.55rem; }
p { margin-top: 0; }
.lede { max-width: 620px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 20; padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 10; width: 100%; border-bottom: 1px solid rgba(255,255,255,.28); color: white; }
.site-header.inner { position: static; border-color: var(--line); color: var(--ink); }
.nav { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-family: var(--serif); font-size: 1.55rem; letter-spacing: .05em; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: .83rem; font-weight: 500; letter-spacing: .04em; text-decoration: none; }
.nav-links a:hover { opacity: .7; }
.nav-cta { padding: 11px 18px; border: 1px solid currentColor; }

.hero { position: relative; min-height: 760px; display: grid; align-items: end; background: var(--sage-dark); color: white; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,27,23,.74) 0%, rgba(25,27,23,.34) 52%, rgba(25,27,23,.08) 100%); }
.hero-content { position: relative; z-index: 1; max-width: 790px; padding: 200px 0 92px; }
.hero-location { font-size: .78rem; letter-spacing: .17em; }
.hero h1 { max-width: 760px; }
.hero .lede { max-width: 580px; color: rgba(255,255,255,.84); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid var(--sage); background: var(--sage); color: white; font: 600 .78rem/1 var(--sans); letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: .2s ease; cursor: pointer; }
.button:hover { background: var(--sage-dark); border-color: var(--sage-dark); transform: translateY(-1px); }
.button.light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button.ghost { border-color: rgba(255,255,255,.7); background: transparent; color: white; }
.button.full { width: 100%; }

.intro { padding: 118px 0; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: start; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service { min-height: 210px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service span { display: block; margin-bottom: 44px; color: var(--gold); font-size: .73rem; letter-spacing: .12em; }
.service p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.how { padding: 112px 0; background: var(--sand); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 60px; }
.step-num { display: inline-block; width: 38px; margin-bottom: 26px; padding-bottom: 8px; border-bottom: 1px solid var(--gold); color: var(--gold); font-size: .8rem; }
.step p { color: var(--muted); }

.cta-band { display: grid; grid-template-columns: 1fr 1fr; }
.cta-panel { min-height: 420px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(48px, 7vw, 100px); background: var(--sage); color: white; }
.cta-panel.alt { background: var(--ink); }
.cta-panel h2 { max-width: 520px; font-size: clamp(2.4rem, 4vw, 4rem); }
.cta-panel p { max-width: 440px; color: rgba(255,255,255,.72); }

.early { padding: 116px 0; }
.early-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.form-card { padding: clamp(28px, 5vw, 54px); border: 1px solid var(--line); background: white; box-shadow: 0 18px 60px rgba(72,59,43,.06); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 20px; }
.field.full { grid-column: 1 / -1; }
label, legend { display: block; margin-bottom: 8px; color: var(--ink); font-size: .78rem; font-weight: 600; letter-spacing: .06em; }
input, select, textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid #dcd3c8; border-radius: 0; background: var(--paper); color: var(--ink); font: inherit; }
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(102,115,95,.25); border-color: var(--sage); }
fieldset { margin: 0 0 20px; padding: 0; border: 0; }
.choice-row { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.choice { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .9rem; font-weight: 400; letter-spacing: 0; }
.choice input { width: 17px; min-height: auto; height: 17px; accent-color: var(--sage); }
.additional-services { margin-top: 8px; }
.additional-services > .fine { margin: -2px 0 16px; }
.service-choice-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.service-choice-group { padding: 20px; border: 1px solid var(--line); background: var(--paper); }
.service-choice-group h4 { margin: 0 0 14px; font: 600 .72rem/1.3 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.service-choice-group .choice-row { display: grid; gap: 10px; }
.fine { color: var(--muted); font-size: .78rem; }

.page-hero { padding: 100px 0 72px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; font-size: clamp(3.3rem, 7vw, 6.1rem); }
.form-section { padding: 80px 0 120px; }
.form-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 8vw; align-items: start; }
.aside-note { position: sticky; top: 30px; }
.aside-note p { color: var(--muted); }
.trust { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.trust p { font-size: .84rem; }
.honeypot { display: none; }

.success { min-height: calc(100vh - 90px); display: grid; place-items: center; padding: 80px 0; text-align: center; }
.success-inner { max-width: 700px; }
.success-mark { display: grid; width: 62px; height: 62px; place-items: center; margin: 0 auto 32px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 1.7rem; }
.success h1 { font-size: clamp(3rem, 7vw, 5.8rem); }
.success .lede { margin-inline: auto; }

.site-footer { padding: 48px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .8rem; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { text-decoration: none; }

/* Provider directory */
.directory-hero { padding: 96px 0 58px; }
.directory-hero .lede { max-width: 720px; }
.directory-tools { position: sticky; top: 0; z-index: 8; padding: 18px 0; border-block: 1px solid var(--line); background: rgba(255,253,248,.96); backdrop-filter: blur(14px); }
.filter-bar { display: grid; grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(145px, .75fr)); gap: 12px; }
.filter-bar label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.filter-bar input, .filter-bar select { margin: 0; background: white; }
.directory-section { min-height: 500px; padding: 64px 0 112px; }
.demo-notice { margin-bottom: 30px; padding: 14px 18px; border: 1px solid #d9c9b4; background: #fbf5eb; color: #725b3e; font-size: .8rem; }
.demo-notice strong { color: var(--ink); }
.directory-meta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.directory-meta p { margin: 0; color: var(--muted); font-size: .85rem; }
.provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.provider-card { position: relative; overflow: hidden; border: 1px solid var(--line); background: white; transition: transform .2s ease, box-shadow .2s ease; }
.provider-card:hover { transform: translateY(-3px); box-shadow: 0 18px 50px rgba(55,48,39,.09); }
.provider-photo { aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #d9d5c9, #87927f); color: white; font-family: var(--serif); font-size: 3.4rem; }
.provider-photo img { width: 100%; height: 100%; object-fit: cover; }
.provider-body { padding: 26px; }
.provider-location { margin-bottom: 6px; color: var(--gold); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.demo-label { display: inline-block; margin-left: 7px; padding: 2px 5px; border: 1px solid currentColor; font-size: .56rem; vertical-align: 1px; }
.provider-formats { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 18px; color: var(--sage-dark); }
.format-label { font-size: .61rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.format-label + .format-label::before { content: "·"; margin-right: 7px; color: var(--gold); }
.provider-body h2 { margin-bottom: 7px; font-size: 2rem; }
.provider-title { margin-bottom: 20px; color: var(--muted); font-size: .9rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 24px; padding: 0; list-style: none; }
.tag { padding: 5px 9px; border: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.provider-link { display: inline-flex; align-items: center; gap: 7px; color: var(--sage-dark); font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.provider-link::after { content: "→"; transition: transform .2s ease; }
.provider-link:hover::after { transform: translateX(4px); }
.empty-state { display: none; max-width: 680px; margin: 26px auto; padding: 64px 36px; border: 1px solid var(--line); text-align: center; }
.empty-state.visible { display: block; }
.empty-state h2 { font-size: 2.7rem; }
.empty-state p { color: var(--muted); }

.profile-hero { padding: 70px 0; border-bottom: 1px solid var(--line); }
.profile-grid { display: grid; grid-template-columns: minmax(280px, .82fr) 1.18fr; gap: 8vw; align-items: center; }
.profile-image { aspect-ratio: 4 / 5; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #d9d5c9, #87927f); color: white; font-family: var(--serif); font-size: 5rem; }
.profile-image img { width: 100%; height: 100%; object-fit: cover; }
.profile-copy h1 { font-size: clamp(3.5rem, 7vw, 6rem); }
.profile-credentials-card { margin-top: 26px; padding: 21px 24px 18px; border: 1px solid var(--line); background: rgba(255,255,255,.7); }
.profile-credentials-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.profile-credentials-head span { color: var(--sage-dark); font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.profile-credentials-head small { color: var(--muted); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.profile-credential-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; margin: 0; padding: 0; list-style: none; }
.profile-credential-list li { position: relative; padding-left: 17px; color: var(--ink); font-size: .82rem; line-height: 1.45; }
.profile-credential-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 600; }
.profile-insurance { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin: 15px 0 0; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.profile-insurance span { letter-spacing: .07em; text-transform: uppercase; }
.profile-insurance strong { color: var(--ink); font-weight: 500; }
.profile-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 34px 0; padding: 26px 0; border-block: 1px solid var(--line); }
.profile-fact span { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.profile-fact strong { font-weight: 500; }
.profile-content { padding: 90px 0 112px; }
.profile-content-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; }
.profile-content h2 { font-size: 3rem; }
.profile-content p { color: var(--muted); }
.profile-side { padding: 30px; border: 1px solid var(--line); background: white; }
.profile-side h3 { font-size: 1.8rem; }
.profile-not-found { padding: 110px 0; text-align: center; }
.profile-not-found[hidden] { display: none; }

/* Combined browse-and-request concept */
.concept-banner { padding: 11px 18px; background: var(--ink); color: white; font-size: .76rem; text-align: center; }
.request-choice { padding: 76px 0 54px; }
.request-choice h2 { max-width: 700px; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 38px; }
.path-card { position: relative; min-height: 190px; padding: 30px; border: 1px solid var(--line); background: white; color: var(--ink); text-align: left; cursor: pointer; transition: .2s ease; }
.path-card:hover { border-color: var(--sage); transform: translateY(-2px); }
.path-card.selected { border-color: var(--sage); background: #f2f4ef; box-shadow: inset 0 0 0 1px var(--sage); }
.path-card .path-check { position: absolute; top: 24px; right: 24px; display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: transparent; }
.path-card.selected .path-check { border-color: var(--sage); background: var(--sage); color: white; }
.path-card h3 { margin: 25px 0 8px; font-size: 1.85rem; }
.path-card p { margin: 0; color: var(--muted); font: 400 .9rem/1.55 var(--sans); }
.provider-chooser { padding: 58px 0 82px; border-block: 1px solid var(--line); background: var(--sand); }
.provider-chooser[hidden] { display: none; }
.chooser-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.chooser-head h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4vw, 3.7rem); }
.chooser-filter { width: min(280px, 100%); }
.chooser-filter label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.mock-provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mock-provider { overflow: hidden; border: 1px solid var(--line); background: white; transition: .2s ease; }
.mock-provider.selected { border-color: var(--sage); box-shadow: 0 0 0 2px var(--sage); }
.mock-avatar { aspect-ratio: 3 / 2; display: grid; place-items: center; background: linear-gradient(145deg, #ded8ca, #87927f); color: white; font-family: var(--serif); font-size: 3.25rem; }
.mock-provider-info { padding: 24px; }
.mock-provider-info h3 { font-size: 1.75rem; }
.mock-provider-info p { margin-bottom: 16px; color: var(--muted); font-size: .84rem; }
.mock-provider-actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
.mock-provider-actions .button { min-height: 44px; padding: 11px 14px; }
.text-button { padding: 8px 0; border: 0; background: transparent; color: var(--sage-dark); font: 600 .72rem var(--sans); letter-spacing: .08em; text-align: left; text-transform: uppercase; cursor: pointer; }
.provider-detail { margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.match-note { padding: 54px 0; border-block: 1px solid var(--line); background: var(--sand); }
.match-note[hidden] { display: none; }
.match-note-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.match-note h3 { margin-bottom: 5px; font-size: 2rem; }
.match-note p { margin: 0; color: var(--muted); }
.combined-form { padding: 82px 0 120px; }
.selection-summary { margin-bottom: 28px; padding: 20px; border-left: 3px solid var(--gold); background: var(--sand); }
.selection-summary span { display: block; color: var(--gold); font-size: .67rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.selection-summary strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.mock-submit-note { display: none; margin-top: 16px; padding: 14px; background: #eef3eb; color: var(--sage-dark); font-size: .85rem; }
.mock-submit-note.visible { display: block; }
.soundscape-player { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: min(310px, calc(100vw - 32px)); padding: 14px 16px 12px; border: 1px solid rgba(235,226,215,.9); background: rgba(255,253,248,.94); box-shadow: 0 18px 55px rgba(32,33,31,.16); backdrop-filter: blur(16px); }
.soundscape-head { display: flex; align-items: center; gap: 10px; }
.soundscape-toggle { display: flex; width: auto; min-width: 0; flex: 1; align-items: center; gap: 12px; padding: 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.soundscape-symbol { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border: 1px solid var(--sage); border-radius: 50%; color: var(--sage); font-size: 1rem; transition: .2s ease; }
.soundscape-toggle[aria-pressed="true"] .soundscape-symbol { background: var(--sage); color: white; box-shadow: 0 0 0 5px rgba(102,115,95,.12); }
.soundscape-copy { display: grid; gap: 2px; }
.soundscape-copy strong { font: 600 .72rem/1.3 var(--sans); letter-spacing: .09em; text-transform: uppercase; }
.soundscape-copy small { color: var(--muted); font: 400 .72rem/1.4 var(--sans); }
.soundscape-collapse { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--muted); font: 500 1rem/1 var(--sans); cursor: pointer; transition: .2s ease; }
.soundscape-collapse:hover, .soundscape-collapse:focus-visible { border-color: var(--sage); color: var(--sage-dark); }
.soundscape-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-top: 13px; padding: 4px; background: var(--sand); }
.soundscape-modes button { min-height: 34px; padding: 7px 10px; border: 0; background: transparent; color: var(--muted); font: 600 .65rem/1 var(--sans); letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.soundscape-modes button.selected { background: var(--paper); color: var(--sage-dark); box-shadow: 0 2px 10px rgba(32,33,31,.08); }
.soundscape-volume { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; margin: 12px 0 0; color: var(--muted); font-size: .65rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.soundscape-volume input { width: 100%; min-height: auto; height: 3px; padding: 0; border: 0; accent-color: var(--sage); }
.soundscape-details > p { margin: 9px 0 0 50px; color: var(--muted); font-size: .6rem; letter-spacing: .05em; }
.soundscape-details[hidden] { display: none; }
.soundscape-player.minimized { width: 94px; padding: 10px; border-radius: 999px; }
.soundscape-player.minimized .soundscape-head { gap: 6px; }
.soundscape-player.minimized .soundscape-toggle { width: 38px; flex: 0 0 38px; }
.soundscape-player.minimized .soundscape-copy { display: none; }
.soundscape-player.minimized .soundscape-collapse { width: 28px; height: 28px; }
.profile-view[hidden] { display: none; }

/* Privacy */
.privacy-content { max-width: 780px; }
.privacy-content h2 { margin: 48px 0 14px; font-size: clamp(2rem, 4vw, 3rem); }
.privacy-content h2:first-of-type { margin-top: 32px; }
.privacy-content p { color: var(--muted); }
.privacy-content a { color: var(--sage-dark); }

@media (max-width: 820px) {
  .wrap { width: min(100% - 32px, 1160px); }
  .nav { min-height: 72px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { min-height: 700px; }
  .hero::after { background: linear-gradient(0deg, rgba(25,27,23,.78), rgba(25,27,23,.2)); }
  .hero-content { padding: 160px 0 68px; }
  .split, .early-grid, .form-layout { grid-template-columns: 1fr; gap: 42px; }
  .services, .steps { grid-template-columns: 1fr; }
  .service { min-height: auto; }
  .service span { margin-bottom: 24px; }
  .cta-band { grid-template-columns: 1fr; }
  .cta-panel { min-height: 350px; }
  .aside-note { position: static; }
  .filter-bar { grid-template-columns: 1fr 1fr; }
  .filter-bar > :first-child { grid-column: 1 / -1; }
  .provider-grid { grid-template-columns: 1fr 1fr; }
  .profile-grid, .profile-content-grid { grid-template-columns: 1fr; }
  .profile-image { max-width: 520px; }
  .mock-provider-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .brand { font-size: 1.28rem; }
  .nav-cta { padding: 9px 12px; font-size: .72rem !important; }
  .hero { min-height: 660px; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .intro, .how, .early, .form-section { padding: 76px 0; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 26px 20px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .filter-bar, .provider-grid { grid-template-columns: 1fr; }
  .filter-bar > :first-child { grid-column: auto; }
  .directory-tools { position: static; }
  .directory-meta { align-items: flex-start; flex-direction: column; }
  .profile-facts { grid-template-columns: 1fr; }
  .profile-credential-list { grid-template-columns: 1fr; }
  .profile-credentials-head, .profile-insurance { align-items: flex-start; flex-direction: column; gap: 4px; }
  .path-grid, .mock-provider-grid, .service-choice-groups { grid-template-columns: 1fr; }
  .chooser-head, .match-note-inner { align-items: flex-start; flex-direction: column; }
  .soundscape-player { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
