/* The landing uses one audio console, inline first and docked after listening. */
:root { --serif: "EB Garamond", Georgia, serif; }
html { scroll-padding-top: 90px; }
/* The same plan cards as the order form, with a link for each explicit choice. */
.pricing-intro { margin: -12px 0 28px; max-width: 58ch; color: var(--espresso-2); font-size: 16px; line-height: 1.65; }
.pricing-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pricing-plans .plan-card { display: flex; flex-direction: column; min-width: 0; padding: 22px; border: 1px solid var(--rule); border-radius: 16px; background: #fffdf9; }
.pricing-plans .plan-header { padding-bottom: 16px; margin-bottom: 20px; border-bottom: 1px dashed var(--rule-soft); }
#priser .plan-tier { display: inline-block; padding: 5px 8px; border: 1px solid var(--rule); border-radius: 999px; color: #716354; font: 10px/1.2 var(--sans); }
#priser .plan-tier.pop { background: var(--espresso); color: var(--cream); border-color: var(--espresso); }
.pricing-plans .plan-name { margin: 0; font: 400 30px/1.1 var(--serif); letter-spacing: -.02em; }
.pricing-plans .plan-price { display: flex; align-items: center; gap: 12px; margin: 16px 0 20px; }
.pricing-plans .plan-price .num { font: 400 48px/1 var(--serif); letter-spacing: -.03em; }
.pricing-plans .plan-price > span:not(.num) { color: #716354; font: 11px/1.5 var(--sans); }
.pricing-plans .plan-inc { list-style: none; padding: 0; margin: 0 0 26px; }
.pricing-plans .plan-inc li { position: relative; padding-left: 20px; margin-bottom: 9px; color: var(--espresso-2); font: 13px/1.55 var(--sans); }
.pricing-plans .plan-inc li::before { content: "✓"; position: absolute; left: 0; color: #716354; }
.pricing-plans .plan-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding: 14px 20px; border: 1px solid var(--espresso); border-radius: 999px; font: 14px/1.3 var(--sans); text-decoration: none; }
.pricing-plans .plan-link:hover { background: var(--espresso); color: var(--cream); }
.pricing-plans .plan-link:focus-visible, .pricing-install a:focus-visible { outline: 2px solid #926136; outline-offset: 4px; }
.pricing-ai-note { margin: 18px 0 28px; text-align: center; color: #716354; font: 12px/1.6 var(--sans); }
.pricing-install { display: grid; grid-template-columns: 1fr 2fr auto; align-items: center; gap: 28px; padding: 24px; border: 1px solid var(--rule); border-radius: 16px; }
.pricing-install h3 { margin: 12px 0 0; font: 400 28px/1.1 var(--serif); }
.pricing-install p { margin: 0; max-width: 58ch; color: var(--espresso-2); font: 14px/1.6 var(--sans); }
.pricing-install a { font: 14px/1.4 var(--sans); text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }
@media (max-width: 760px) {
  .pricing-plans { grid-template-columns: 1fr; }
  .pricing-plans .plan-card { padding: 20px; }
  .pricing-plans .plan-header { margin-bottom: 12px; }
  .pricing-plans .plan-price { margin: 12px 0; }
  .pricing-intro { margin-top: 0; font-size: 15px; }
  .pricing-install { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
}
.music-hero { padding: 64px 0 68px; background: radial-gradient(ellipse at 0 10%, #eadfcf 0, transparent 55%), var(--cream); }
.music-layout { display: grid; grid-template-columns: 1fr 1.1fr; grid-template-areas: "intro demo" "actions demo"; gap: 28px 72px; align-items: start; }
.music-intro { grid-area: intro; }
.music-brand { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; }
.music-brand span { border-left: 1px solid var(--rule); padding-left: 12px; }
.music-intro h1 { font: 400 clamp(54px, 5.8vw, 84px)/.99 var(--serif); letter-spacing: -.035em; margin: 0; }
.music-intro h1 em { color: #926136; font-weight: 400; }
.music-description { max-width: 33ch; font-size: 18px; line-height: 1.6; margin: 25px 0 0; color: var(--espresso-2); text-wrap: pretty; }
.music-actions { grid-area: actions; }
.music-actions .btn { margin: 0; }
.music-price { margin: 15px 0 7px; font-size: 14px; color: var(--espresso-2); }
.music-price strong { font-weight: 500; }
.music-trust { display: flex; gap: 16px; flex-wrap: wrap; font-size: 12px; color: var(--espresso-2); }
.music-trust span::before { content: "✓"; margin-right: 6px; }
.music-contact { display: inline-block; margin-top: 22px; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.music-demo { grid-area: demo; min-width: 0; padding-top: 4px; }
.music-demo-heading, .music-choice-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.music-demo-heading { margin-bottom: 14px; }
.music-demo-note { color: var(--espresso-2); font-size: 12px; }
.music-choice-heading { margin: 23px 0 12px; font-size: 13px; }
.music-choice-heading a { white-space: nowrap; text-decoration: underline; text-underline-offset: 3px; }
.music-choices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.music-choice { --choice-bg: #f0e4d3; --choice-ink: #49301e; position: relative; display: flex; flex-direction: column; text-align: left; justify-content: space-between; gap: 10px; padding: 17px 14px 14px; min-height: 105px; border-radius: 9px; background: var(--choice-bg); color: var(--choice-ink); border: 1px solid transparent; transition: box-shadow 150ms ease, transform 150ms ease; }
.music-choice:hover { transform: translateY(-2px); }
.music-choice[aria-pressed="true"] { box-shadow: 0 0 0 2px var(--choice-ink); border-color: var(--cream); }
.choice-name { font: italic 500 31px/1 var(--serif); letter-spacing: -.02em; }
.choice-play { position: absolute; right: 11px; top: 12px; font-size: 16px; opacity: .75; }
.choice-desc { font-size: 11px; line-height: 1.4; max-width: 18ch; }
.choice-pop { --choice-bg: #f9d6e6; --choice-ink: #9e174f; }
.choice-pop .choice-name { font-family: var(--sans); font-style: normal; font-weight: 700; }
.choice-retro { --choice-bg: #e8b85d; --choice-ink: #523318; }
.choice-velvet { --choice-bg: #38272c; --choice-ink: #edd2a0; }
.choice-spa { --choice-bg: #dfe6da; --choice-ink: #3f5942; }
.choice-spa .choice-name { font-style: normal; letter-spacing: .12em; font-size: 28px; }
.choice-gym { --choice-bg: #f6ded8; --choice-ink: #a62040; }
.choice-gym .choice-name { font-family: var(--sans); font-weight: 700; font-size: 27px; }
#player-home { min-height: 225px; }
#soneli-player { position: relative; top: auto; bottom: auto; left: auto; transform: none; display: block; opacity: 1; width: 100%; border-radius: 16px; transition: box-shadow 180ms ease; --sp-accent: #d9a05b; }
#soneli-player .sp-console { padding: 20px 22px 15px; }
#soneli-player .sp-topline { margin-bottom: 22px; gap: 10px; }
#soneli-player .sp-main { gap: 12px; margin-bottom: 20px; }
#soneli-player .sp-title { font-size: 27px; }
#soneli-player .sp-artist { font-size: 12px; color: #c5b6aa; margin-top: 5px; }
#soneli-player .sp-chip { font-size: 11px; white-space: nowrap; }
#soneli-player .sp-chip-sub { display: none; }
#soneli-player .sp-steps { gap: 2px; max-width: 154px; overflow-x: auto; scrollbar-width: none; }
#soneli-player .sp-steps button { width: 25px; min-width: 25px; height: 25px; border-radius: 50%; background: transparent; position: relative; }
#soneli-player .sp-steps button.now, #soneli-player .sp-steps button.done, #soneli-player .sp-steps button:hover { background: transparent; }
[data-station][hidden] { display: none !important; }
#soneli-player .sp-steps button::after { content: ""; position: absolute; inset: 10px 3px; border-radius: 4px; background: #6a5e52; }
#soneli-player .sp-steps button.now::after { background: var(--sp-accent); }
#soneli-player .sp-steps button.done::after { background: #b09980; }
#soneli-player .sp-btn { width: 40px; height: 40px; }
#soneli-player .sp-btn.sp-play { width: 54px; height: 54px; }
#soneli-player .sp-btn:disabled { opacity: .35; cursor: default; }
#soneli-player .sp-close { display: none; width: 28px; height: 28px; flex-shrink: 0; }
#soneli-player .sp-footnote { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 12px 22px; border-top: 1px solid #ffffff1a; font-size: 11px; color: #c5b6aa; }
#soneli-player .sp-footnote a { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
#soneli-player .sp-feedback { color: #f0cca8; font-size: 13px; line-height: 1.5; margin: 10px 0 0; }
#soneli-player .sp-feedback[hidden] { display: none; }
#soneli-player.is-docked { position: fixed; bottom: max(12px, env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); width: min(680px, calc(100vw - 24px)); box-shadow: 0 15px 60px #1c140e66; }
#soneli-player.is-docked .sp-console { padding: 12px 18px 10px; }
#soneli-player.is-docked .sp-topline { margin-bottom: 8px; }
#soneli-player.is-docked .sp-main { margin-bottom: 8px; }
#soneli-player.is-docked .sp-title { font-size: 22px; }
#soneli-player.is-docked .sp-close { display: block; }
#soneli-player.is-docked .sp-footnote { padding: 8px 18px; }
body.has-music-player { padding-bottom: 210px; }
.stations-section { padding: 0 0 24px; }
#all-stations { border-top: 1px solid var(--rule); }
#all-stations summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; padding: 23px 0; font-size: 15px; list-style: none; }
#all-stations summary::-webkit-details-marker { display: none; }
#all-stations summary strong { font-weight: 500; }
.catalogue-toggle { font-size: 27px; }
#all-stations[open] .catalogue-toggle { transform: rotate(45deg); }
.catalogue-intro { color: var(--espresso-2); font-size: 15px; margin: 0 0 24px; }
.music-choice:focus-visible, #soneli-player button:focus-visible, #soneli-player [role="slider"]:focus-visible, #all-stations summary:focus-visible { outline: 3px solid #b17d41; outline-offset: 4px; }
@media (max-width: 1100px) and (min-width: 761px) {
  .music-layout { gap: 28px 36px; grid-template-columns: .9fr 1.1fr; }
  .music-intro h1 { font-size: 62px; }
  #soneli-player .sp-main { flex-wrap: wrap; }
  #soneli-player .sp-transport { margin-left: auto; }
}
@media (max-width: 760px) {
  .music-hero { padding: 28px 0 30px; }
  .music-layout { grid-template-columns: 1fr; grid-template-areas: "intro" "demo" "actions"; gap: 25px; }
  .music-brand { margin-bottom: 16px; font-size: 10px; }
  .music-intro h1 { font-size: clamp(45px, 11.5vw, 68px); }
  .music-description { font-size: 16px; line-height: 1.5; margin-top: 17px; max-width: 40ch; }
  .music-demo { padding: 0; }
  .music-demo-heading { margin-bottom: 10px; }
  .music-demo-heading .eyebrow { font-size: 10px; }
  .music-demo-note { font-size: 11px; }
  .music-choice-heading { font-size: 12px; margin-top: 20px; }
  .music-choice { min-height: 94px; padding: 13px 10px 10px; gap: 10px; }
  .choice-name { font-size: 28px; }
  .choice-spa .choice-name, .choice-gym .choice-name { font-size: 24px; }
  .choice-desc { font-size: 10px; }
  .choice-play { right: 8px; top: 10px; font-size: 12px; }
  #soneli-player .sp-console { padding: 15px 14px 12px; }
  #soneli-player .sp-topline { margin-bottom: 18px; }
  #soneli-player .sp-title { font-size: 24px; }
  #soneli-player .sp-main { gap: 8px; margin-bottom: 15px; }
  #soneli-player .sp-transport { gap: 5px; }
  #soneli-player .sp-btn { width: 32px; height: 40px; }
  #soneli-player .sp-btn.sp-play { width: 46px; height: 46px; }
  #soneli-player .sp-footnote { padding: 10px 14px; font-size: 10px; }
  #soneli-player.is-docked .sp-footnote { display: none; }
  #soneli-player.is-docked .sp-console { padding: 10px 13px; }
  #soneli-player.is-docked .sp-title { font-size: 20px; }
  #soneli-player.is-docked .sp-artist { font-size: 11px; }
  .music-actions .btn { width: 100%; justify-content: center; }
  .music-actions { text-align: center; }
  .music-trust { justify-content: center; }
  .music-contact { margin-top: 18px; }
  #all-stations summary { font-size: 13px; }
  #all-stations summary strong { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  .music-choice, #soneli-player { transition: none; }
}

/* One family of channel sleeves, with room for each station's own identity. */
.station-card { --choice-bg: #eee2d0; --choice-ink: #513621; --card-font: "Playfair Display", var(--serif); --card-style: italic; --card-weight: 600; --card-spacing: -.04em; }
.station-card.choice-pop { --choice-bg: #f4bed9; --choice-ink: #971449; --card-font: "Archivo Black", var(--sans); --card-style: normal; }
.station-card.choice-retro { --choice-bg: #e6b04e; --choice-ink: #4a3021; --card-font: "DM Serif Display", var(--serif); --card-weight: 400; }
.station-card.choice-velvet { --choice-bg: #281a22; --choice-ink: #e9c894; --card-font: "Cormorant Garamond", var(--serif); }
.station-card.choice-spa { --choice-bg: #e0e6d9; --choice-ink: #46614c; --card-style: normal; --card-spacing: .14em; --card-weight: 400; }
.station-card.choice-gym { --choice-bg: #f2d9d3; --choice-ink: #ad2342; --card-font: "Archivo Black", var(--sans); }
.station-card.choice-chill { --choice-bg: #e1eef5; --choice-ink: #3c6c89; }
.station-card.choice-club { --choice-bg: #d4f343; --choice-ink: #263020; --card-font: "Archivo Black", var(--sans); --card-style: normal; }
.station-card.choice-fokus { --choice-bg: #e1e2e1; --choice-ink: #454e56; --card-font: var(--mono); --card-style: normal; --card-weight: 400; }
.station-card.choice-hits { --choice-bg: #326fa2; --choice-ink: #fff0d4; --card-font: "Archivo Black", var(--sans); --card-style: normal; }
.station-card.choice-yoga { --choice-bg: #ecd9c7; --choice-ink: #97522f; --card-style: normal; --card-weight: 400; }
.station-card.choice-latin { --choice-bg: #b64a2d; --choice-ink: #ffe0a3; --card-font: "DM Serif Display", var(--serif); }
.station-card.choice-indie { --choice-bg: #ded3ee; --choice-ink: #594174; --card-font: "DM Serif Display", var(--serif); --card-style: normal; }
.station-card.choice-urban { --choice-bg: #302d2b; --choice-ink: #e3bd6f; --card-font: "Archivo Black", var(--sans); --card-style: normal; }
.station-card.choice-rock { --choice-bg: #a63c35; --choice-ink: #f3e7d2; --card-font: "Archivo Black", var(--sans); }
.station-card.choice-country { --choice-bg: #dfc59a; --choice-ink: #61452c; --card-font: "DM Serif Display", var(--serif); --card-style: normal; }
.station-card.choice-meditation { --choice-bg: #d9e6e0; --choice-ink: #456960; --card-style: normal; --card-weight: 400; }
.station-card.choice-bistro { --choice-bg: #f0e5ca; --choice-ink: #6d542c; }
.station-card.choice-amazing { --choice-bg: #281f39; --choice-ink: #f2c14e; }
.case-station { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.case-station .station-card { width: 260px; max-width: 100%; flex-shrink: 0; }
.case-station .station-art { height: 155px; padding: 28px 20px 16px; }
.case-station .station-logo { width: 100%; height: auto; max-height: 100%; object-fit: contain; filter: invert(1); }
.case-station .station-caption { padding: 13px; }
.case-station .choice-desc { font-size: 13px; }
.case-station .choice-play { width: 32px; height: 32px; flex-basis: 32px; }
.case-station p { color: var(--espresso-2); font-size: 13px; line-height: 1.6; margin: 0; }
@media (max-width: 1100px) { .case-station { flex-wrap: wrap; gap: 14px; } }
.station-card, .stations-grid .station-card { display: flex; flex-direction: column; min-width: 0; padding: 0; gap: 0; min-height: 0; aspect-ratio: auto; border: 1px solid #49301e19; border-radius: 10px; overflow: hidden; position: relative; text-align: left; background: var(--cream); color: var(--choice-ink); transition: transform 180ms ease, box-shadow 180ms ease; }
.station-card:hover, .stations-grid .station-card:hover { transform: translateY(-3px); box-shadow: 0 9px 20px -12px #49301e70; }
.station-card[aria-pressed="true"] { border-color: var(--choice-ink); box-shadow: 0 0 0 2px var(--choice-ink); }
.station-card::before, .station-card::after, .stations-grid .station-card::before, .stations-grid .station-card::after { content: none; }
.stations-grid .station-card.tile-playing { outline: none; }
.station-art { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; width: 100%; height: 94px; padding: 18px 9px 6px; background: var(--choice-bg); overflow: hidden; }
.station-card .choice-name { z-index: 1; font-family: var(--card-font); font-style: var(--card-style); font-weight: var(--card-weight); font-size: 35px; line-height: 1.1; letter-spacing: var(--card-spacing); color: inherit; }
.station-edition { position: absolute; top: 10px; left: 12px; font: 8px/1 var(--mono); letter-spacing: .12em; opacity: .65; z-index: 1; }
.station-motif { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.choice-cafe .station-motif { inset: 8px; border: 1px solid #51362120; }
.choice-retro .station-motif, .choice-country .station-motif { background: repeating-linear-gradient(0deg, transparent 0 6px, #4a302114 6px 7px); }
.choice-velvet .station-motif { inset: 7px; border: 1px solid #e9c89440; outline: 1px solid #e9c89420; outline-offset: -4px; border-radius: 50% 50% 0 0; background: radial-gradient(ellipse at 50% 120%, #d9a05b22, transparent 70%); }
.choice-spa .station-motif, .choice-yoga .station-motif, .choice-meditation .station-motif { width: 110px; height: 110px; inset: auto -20px -55px auto; border: 1px solid currentColor; border-radius: 50%; opacity: .17; box-shadow: 0 0 0 14px var(--choice-bg), 0 0 0 15px currentColor, 0 0 0 29px var(--choice-bg), 0 0 0 30px currentColor; }
.choice-pop .station-motif::after { content: "✳"; position: absolute; right: 8px; top: 5px; font: 38px/1 var(--serif); opacity: .2; }
.choice-gym .station-motif { background: repeating-linear-gradient(115deg, transparent 0 23px, #ad234210 23px 25px); }
.choice-club .station-motif, .choice-hits .station-motif { background: radial-gradient(circle at 110% 105%, transparent 0 45%, #ffffff25 45% 47%, transparent 47% 53%, #ffffff18 53% 55%, transparent 55%); }
.choice-chill .station-motif { background: linear-gradient(170deg, transparent 30%, #ffffff75); }
.choice-latin .station-motif { background: repeating-conic-gradient(from 200deg at 100% 0, #ffe0a314 0deg 7deg, transparent 7deg 20deg); }
.choice-indie .station-motif { inset: 10px; border: 1px solid #59417428; transform: rotate(-5deg); }
.choice-rock .station-motif { background: linear-gradient(125deg, transparent 65%, #f3e7d214 65% 75%, transparent 75%); }
.choice-urban .station-motif { inset: 8px; border-block: 1px solid #e3bd6f40; }
.choice-bistro .station-motif { inset: 8px; border: 1px solid #6d542c30; border-radius: 40% 40% 0 0; }
.station-caption { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 8px; padding: 10px 11px; flex: 1; color: var(--espresso-2); }
.station-card .choice-desc { min-width: 0; max-width: none; overflow-wrap: anywhere; color: var(--espresso-2); font: 11px/1.4 var(--sans); }
.station-card .choice-play { display: grid; place-items: center; position: static; width: 25px; height: 25px; flex: 0 0 25px; border: 1px solid currentColor; border-radius: 50%; opacity: .8; }
.choice-play svg { width: 13px; height: 13px; fill: currentColor; }
.card-pause { display: none; }
.tile-playing .card-play { display: none; }
.tile-playing .card-pause { display: block; }
.tile-playing .choice-play { background: var(--choice-ink); color: var(--choice-bg); border-color: var(--choice-ink); opacity: 1; }
.tile-loading .choice-play { opacity: .4; }
.stations-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; background: none; border: 0; padding-bottom: 24px; }
.stations-grid .station-art { height: 155px; padding-top: 22px; }
.stations-grid .choice-name { font-size: clamp(28px, 3.4vw, 48px); }
.stations-grid .choice-meditation .choice-name { font-size: clamp(23px, 2.9vw, 40px); }
.stations-grid .station-caption { min-height: 65px; padding: 13px; }
.stations-grid .choice-desc { font-size: 13px; }
.stations-grid .choice-play { width: 32px; height: 32px; flex-basis: 32px; }
.station-card:focus-visible { outline: 3px solid var(--choice-ink); outline-offset: 4px; }

/* The player's centered waveform, placed between track and seek controls. */
#soneli-player { background: radial-gradient(ellipse at 0 0, color-mix(in srgb, var(--sp-accent) 12%, transparent), transparent 65%), var(--ink); box-shadow: 0 18px 40px -22px #1c140e99; }
#soneli-player .sp-main { margin-bottom: 6px; }
#soneli-player .sp-topline { margin-bottom: 18px; }
#soneli-player .sp-audio-wave { display: flex; align-items: center; gap: 3px; height: 42px; margin: 8px 0 10px; }
#soneli-player .sp-audio-wave i { flex: 1; min-width: 0; height: 12%; border-radius: 2px; opacity: .4; background: linear-gradient(180deg, #f8f5f033, var(--sp-accent) 50%, #f8f5f033); transition: height 120ms linear, opacity 150ms ease; }
#soneli-player .sp-audio-wave.live i { opacity: .92; transition: height 90ms linear; }
#soneli-player .sp-steps { max-width: 186px; gap: 4px; }
#soneli-player .sp-steps button { width: 28px; min-width: 28px; height: 28px; border-radius: 5px; color: #a99a8b; font: 10px/1 var(--mono); }
#soneli-player .sp-steps button::after { display: none; }
#soneli-player .sp-steps button.now { color: var(--sp-accent); background: color-mix(in srgb, var(--sp-accent) 13%, transparent); }
#soneli-player .sp-steps button:hover { color: var(--cream); background: #ffffff12; }
#soneli-player.is-docked .sp-audio-wave { height: 25px; margin: 4px 0 7px; }
#soneli-player.is-docked .sp-main { margin-bottom: 0; }
@media (min-width: 761px) and (max-width: 1100px) {
  .station-card.music-choice .choice-name { font-size: 27px; }
  .station-card.music-choice .station-caption { padding: 8px; gap: 5px; }
  .station-card.music-choice .choice-desc { font-size: 10px; }
  .station-card.music-choice .choice-play { width: 21px; height: 21px; flex-basis: 21px; }
}
@media (max-width: 760px) {
  .station-art { height: 78px; }
  .station-card .choice-name { font-size: 26px; }
  .station-edition { font-size: 7px; top: 8px; left: 8px; letter-spacing: .06em; }
  .station-caption { padding: 8px 7px; gap: 5px; }
  .station-card .choice-desc { font-size: 10px; }
  .station-card.music-choice .choice-play { width: 19px; height: 19px; flex-basis: 19px; }
  .stations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .stations-grid .station-art { height: 114px; }
  .stations-grid .choice-name { font-size: clamp(26px, 5.5vw, 40px); }
  .stations-grid .choice-meditation .choice-name { font-size: clamp(21px, 4.3vw, 32px); }
  .stations-grid .choice-desc { font-size: 11px; }
  .stations-grid .station-caption { padding: 10px; min-height: 65px; }
  .stations-grid .choice-play { width: 25px; height: 25px; flex-basis: 25px; }
  #soneli-player .sp-audio-wave { height: 30px; gap: 2px; margin: 7px 0 9px; }
  #soneli-player .sp-topline { gap: 8px; margin-bottom: 14px; }
  #soneli-player .sp-steps { max-width: 132px; gap: 2px; }
  #soneli-player .sp-steps button { width: 24px; min-width: 24px; height: 25px; font-size: 9px; }
  #soneli-player.is-docked .sp-audio-wave { height: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .station-card, .stations-grid .station-card, #soneli-player .sp-audio-wave i { transition: none; }
  #soneli-player .sp-livedot { animation: none; }
}
.seg-guide { font-size: 14px; margin: 0 0 18px; }
.seg-guide a { text-underline-offset: 3px; }
.seg-guide a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
