@media (min-width: 761px) {
  .radio-player {
    right: 15%;
    width: clamp(390px, 34vw, 500px);
    transform: none;
  }
}

.art {
  position: absolute;
  inset: -2%;
  z-index: -3;
  width: 104%;
  height: 104%;
  object-fit: cover;
  object-position: center;
  background: #1b120d;
  animation: none;
  opacity: 0;
  transition: opacity .9s ease, transform .9s cubic-bezier(.2,.75,.2,1), filter .65s ease;
  pointer-events: none;
}
.art.active { opacity: 1; }
.route-motion { transform: scale(1.01); }
.route-motion.active { transform: scale(1.035); }

.route-art { position: absolute; inset: -2%; z-index: -4; overflow: hidden; background: #1b120d; transition: transform .9s cubic-bezier(.2,.75,.2,1), filter .65s ease; }
.route-art-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.015); transition: opacity .9s ease, transform 9s cubic-bezier(.2,.65,.25,1); will-change: opacity,transform; }
.route-art-image.active { opacity: 1; transform: scale(1.045); }
body.radio-focused .route-art { transform: scale(1.035); filter: brightness(.58) saturate(.82); }
body.radio-focused .art.active { opacity: 1; }

.radio-controls { justify-content: flex-start; gap: 8px; }
.radio-brand {
  height: 23px;
  color: #f1c889;
  font-size: 8px;
}
.radio-brand span { font-size: 19px; }
.tuner-scale {
  height: 27px;
  color: #20170f;
  font-size: 7px;
}
.tuner-scale b { height: 23px; }
.radio-screen {
  grid-template-columns: 50px 1fr;
  gap: 10px;
  height: 70px;
  padding: 8px;
  border-color: #849671;
  background: linear-gradient(135deg, #162b20, #09150f);
  box-shadow: inset 0 0 14px #020805, 0 0 0 1px rgba(202, 226, 164, .08);
}
.radio-screen img {
  width: 50px;
  height: 50px;
}
.radio-screen small {
  color: #a5c392;
  font-size: 7px;
  letter-spacing: .15em;
}
.radio-screen p {
  margin: 3px 0 2px;
  color: #ecf8cd;
  font-size: 11px;
  line-height: 1.15;
  text-shadow: 0 0 8px rgba(180, 229, 146, .22);
}
.radio-screen span {
  color: #afcda0;
  font-size: 8px;
}
.seek { height: 19px; margin-top: 5px; }
.seek-track { top: 7px; height: 5px; }
.seek-track i { width: 11px; height: 11px; }
.timer { color: #e0b477; font-size: 7px; }
.radio-controls { margin-top: 9px; }
.radio-controls button { width: 31px; height: 27px; }
.radio-controls .play { width: 37px; height: 33px; }
.radio-controls svg { width: 14px; height: 14px; }
.radio-controls .radio-source { margin-left: auto; color: #9ee7ad; font: 600 7px 'DM Mono', monospace; letter-spacing: .12em; text-shadow: 0 0 7px rgba(128, 255, 157, .35); }
.station-mark { justify-self: end; color: rgba(255, 248, 237, .82); font: 500 9px 'DM Mono', monospace; letter-spacing: .14em; text-shadow: 0 2px 8px #000; }
.playlist-panel { max-height: min(390px, 62vh); }
.playlist-panel ol { max-height: 315px; }

.route-weather { position: absolute; inset: 0; z-index: -1; pointer-events: none; transition: background .7s, opacity .7s; }
body[data-route="rajdhani"] .art { filter: brightness(.48) saturate(.78) hue-rotate(165deg); }
body[data-route="rajdhani"] .route-weather { background: radial-gradient(circle at 72% 25%, rgba(74,111,174,.18), transparent 25%), linear-gradient(180deg, rgba(8,18,42,.28), rgba(8,12,25,.1)); }
body[data-route="konkan"] .art { filter: brightness(.72) saturate(1.2) hue-rotate(18deg); }
body[data-route="konkan"] .route-weather { opacity: .55; background: repeating-linear-gradient(104deg, transparent 0 15px, rgba(218,238,241,.18) 16px, transparent 18px); animation: monsoonRain .48s linear infinite; }
body[data-route="mumbai"] .art { filter: contrast(1.12) saturate(.72) brightness(.82); }
body[data-route="desert"] .art { filter: sepia(.22) saturate(1.18) contrast(1.05) brightness(1.03); }
body[data-route="desert"] .route-weather { background: linear-gradient(90deg, rgba(191,110,42,.1), transparent 55%); }
body[data-route="hills"] .art { filter: saturate(1.1) hue-rotate(12deg) brightness(.83); }
body[data-route="hills"] .route-weather { background: linear-gradient(180deg, rgba(204,231,216,.08), rgba(25,61,48,.1)); }
body[data-route="home"] .art { filter: none; }

.journey-dock { position: absolute; z-index: 7; left: 35%; bottom: 25px; display: flex; gap: 5px; transform: translateX(-50%); padding: 5px; border: 1px solid rgba(255,220,174,.2); border-radius: 30px; background: rgba(38,22,16,.54); box-shadow: 0 10px 30px rgba(23,10,6,.25); backdrop-filter: blur(12px); }
.journey-dock button { display: flex; align-items: center; gap: 6px; height: 37px; padding: 0 10px; border: 0; border-radius: 22px; background: transparent; color: rgba(255,248,237,.76); cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.journey-dock button:hover,.journey-dock button.active { background: rgba(231,170,98,.2); color: #fff8ed; transform: translateY(-1px); }
.journey-dock svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.journey-dock span { font: 500 7px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }

.story-peek { position: absolute; z-index: -1; right: 18px; bottom: -30px; min-width: 160px; height: 40px; padding: 7px 13px 5px; border: 1px solid #8e5e32; border-radius: 0 0 8px 8px; background: #c99353; color: #29170f; text-align: left; cursor: pointer; box-shadow: 0 6px 14px rgba(23,10,5,.3); }
.story-peek small,.story-peek span { display: block; font-family: 'DM Mono', monospace; }
.story-peek small { font-size: 5px; letter-spacing: .13em; }
.story-peek span { margin-top: 2px; font-size: 8px; font-weight: 600; }

.journey-panel { position: absolute; z-index: 10; left: clamp(20px,4vw,66px); top: 50%; width: min(420px,calc(100% - 30px)); max-height: min(650px,80vh); padding: 18px; overflow: auto; border: 1px solid rgba(255,221,179,.24); border-radius: 18px; background: rgba(42,24,17,.96); color: #fff8ed; box-shadow: 0 30px 80px rgba(15,6,3,.58); backdrop-filter: blur(20px); opacity: 0; pointer-events: none; transform: translate(-16px,-48%) scale(.98); transition: opacity .2s, transform .25s; }
.journey-panel.open { opacity: 1; pointer-events: auto; transform: translate(0,-50%) scale(1); }
.journey-panel>header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.12); }
.journey-panel>header small,.story-pane>small,.creator-pane>small { color: #e6a35f; font: 500 7px 'DM Mono', monospace; letter-spacing: .16em; }
.journey-panel h2 { margin: 4px 0 0; font-size: 19px; }
.journey-panel>header button { border: 0; background: none; color: #fff; font-size: 25px; cursor: pointer; }
.journey-pane { padding-top: 14px; }
.journey-pane[hidden] { display: none; }
.panel-intro { margin: 0 0 13px; color: rgba(255,248,237,.64); font-size: 10px; line-height: 1.55; }

.route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.route-card { min-height: 76px; padding: 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; background: rgba(255,255,255,.045); color: #fff; text-align: left; cursor: pointer; }
.route-card:hover,.route-card.active { border-color: rgba(235,174,102,.65); background: rgba(198,117,57,.14); }
.route-card small,.route-card b,.route-card span { display: block; }
.route-card small { color: #d69b62; font: 6px 'DM Mono', monospace; letter-spacing: .12em; }
.route-card b { margin: 5px 0 3px; font-size: 11px; }
.route-card span { color: rgba(255,248,237,.56); font-size: 8px; line-height: 1.35; }

.ambience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ambience-grid button { display: grid; grid-template-columns: 29px 1fr; align-items: center; min-height: 57px; padding: 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(255,255,255,.04); color: #fff; text-align: left; cursor: pointer; }
.ambience-grid button.active { border-color: #87c99a; background: rgba(70,132,85,.17); }
.ambience-grid i { grid-row: span 2; color: #e3a05d; font-style: normal; font-size: 17px; text-align: center; }
.ambience-grid b { font-size: 10px; }
.ambience-grid small { color: rgba(255,248,237,.55); font: 6px 'DM Mono', monospace; }
.quiet-action { width: 100%; margin-top: 9px; padding: 9px; border: 0; background: transparent; color: rgba(255,248,237,.6); font: 7px 'DM Mono', monospace; cursor: pointer; }
.sound-credits { margin: 2px 4px 0; color: rgba(255,248,237,.46); font: 500 6px/1.55 'DM Mono',monospace; }
.sound-credits summary { width: max-content; margin: 0 auto; cursor: pointer; }
.sound-credits p { margin: 8px 0 0; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.08); text-align: center; }
.sound-credits a { color: rgba(240,183,123,.72); text-underline-offset: 2px; }

.story-pane { position: relative; min-height: 230px; padding: 23px 10px 6px 4px; }
.story-pane h3 { max-width: 300px; margin: 7px 0 14px; font: 700 25px/1.05 Manrope,sans-serif; }
.story-pane p { max-width: 330px; margin: 0; color: rgba(255,248,237,.72); font-size: 11px; line-height: 1.65; }
.story-pane blockquote { margin: 17px 0 0; padding-left: 13px; border-left: 2px solid #d89350; color: #f0bf88; font: 500 10px/1.55 'DM Mono',monospace; }
.story-stamp { position: absolute; right: 3px; top: 17px; display: grid; width: 66px; height: 66px; place-items: center; border: 1px solid rgba(219,153,85,.5); border-radius: 50%; color: rgba(229,169,106,.8); font: 500 12px 'DM Mono',monospace; transform: rotate(8deg); }

.ticket-pane form { display: grid; gap: 9px; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ticket-pane label { color: rgba(255,248,237,.66); font: 500 7px 'DM Mono',monospace; letter-spacing: .07em; }
.ticket-pane label span { opacity: .55; }
.ticket-pane input,.ticket-pane select,.ticket-pane textarea { display: block; width: 100%; margin-top: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: rgba(255,255,255,.06); color: #fff8ed; font: 500 10px Manrope,sans-serif; }
.ticket-pane input,.ticket-pane select { height: 35px; padding: 0 9px; }
.ticket-pane textarea { height: 54px; padding: 9px; resize: none; }
#shareCanvas { display: block; width: 100%; height: auto; margin-top: 13px; border-radius: 11px; background: #6b3524; box-shadow: 0 12px 24px rgba(12,5,3,.26); }
.ticket-actions { display: grid; grid-template-columns: 1fr 1.15fr; gap: 8px; margin-top: 9px; }
.ticket-actions button { height: 39px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: rgba(255,255,255,.06); color: #fff; font-size: 10px; font-weight: 700; cursor: pointer; }
.ticket-actions button:last-child { border: 0; background: #dc8a45; color: #29160d; }

.creator-pane { padding: 20px 6px 6px; text-align: center; }
.creator-photo { display: block; width: 88px; height: 88px; margin: 0 auto 14px; border: 2px solid #df9452; border-radius: 50%; object-fit: cover; object-position: center; box-shadow: 0 0 0 5px rgba(216,143,75,.1), 0 10px 30px rgba(9,4,2,.34); }
.creator-pane h3 { margin: 5px 0 9px; font-size: 22px; }
.creator-pane p { margin: 0 auto 17px; max-width: 310px; color: rgba(255,248,237,.68); font-size: 10px; line-height: 1.65; }
.portfolio-link { display: flex; width: 100%; height: 39px; align-items: center; justify-content: center; gap: 7px; border-radius: 8px; background: #dc8a45; color: #29160d; font-size: 10px; font-weight: 700; text-decoration: none; transition: background .2s, transform .2s; }
.portfolio-link:hover { background: #efa05c; transform: translateY(-1px); }
.portfolio-link span { font: 500 13px 'DM Mono',monospace; }
.safar-toast { position: absolute; z-index: 20; left: 50%; bottom: 20px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: rgba(31,18,13,.94); color: #fff; font: 500 8px 'DM Mono',monospace; opacity: 0; pointer-events: none; transform: translate(-50%,8px); transition: .2s; }
.safar-toast.show { opacity: 1; transform: translate(-50%,0); }

@keyframes monsoonRain { to { background-position: 0 28px; } }
@media (max-width: 760px) {
  .radio-player {
    left: 7px;
    right: 7px;
    width: auto;
    transform: none;
  }
  .station-mark { justify-self: end; font-size: 7px; }
  .playlist-panel { max-height: min(410px, 68vh); }
  .playlist-panel ol { max-height: 335px; }
  .journey-dock { left: 50%; bottom: 285px; width: calc(100% - 30px); justify-content: center; }
  .journey-dock button { flex: 1; justify-content: center; padding: 0 4px; }
  .journey-dock span { display: none; }
  .journey-panel { left: 10px; right: 10px; top: 70px; width: auto; max-height: calc(100vh - 90px); transform: translateY(10px) scale(.98); }
  .journey-panel.open { transform: translateY(0) scale(1); }
  .story-peek { display: none; }
}

@media (max-width: 440px) {
  .radio-screen { grid-template-columns: 42px 1fr; height: 62px; padding: 7px; }
  .radio-screen img { width: 42px; height: 42px; }
  .radio-screen p { font-size: 10px; }
  .radio-screen span { font-size: 7.5px; }
  .radio-controls { gap: 7px; }
  .station-mark { display: none; }
  .journey-dock { bottom: 286px; }
  .route-grid { grid-template-columns: 1fr 1fr; }
}

/* The radio lives in the carriage until the listener leans in. */
.radio-focus-backdrop {
  position: absolute;
  inset: 0;
  z-index: 11;
  padding: 0;
  border: 0;
  background: rgba(17, 9, 6, .54);
  opacity: 0;
  pointer-events: none;
  cursor: zoom-out;
  backdrop-filter: blur(2px) saturate(.82);
  transition: opacity .7s ease;
}

.radio-player {
  right: clamp(125px, 15vw, 220px);
  bottom: clamp(28px, 5vh, 48px);
  width: clamp(220px, 20vw, 285px);
  filter: brightness(.79) saturate(.83) drop-shadow(0 15px 14px rgba(35, 15, 8, .52));
  transform: perspective(1100px) rotateY(-11deg) rotateX(3deg) rotateZ(-1.2deg);
  transform-origin: 50% 100%;
  transition:
    right .82s cubic-bezier(.22, .78, .18, 1),
    bottom .82s cubic-bezier(.22, .78, .18, 1),
    width .82s cubic-bezier(.22, .78, .18, 1),
    transform .82s cubic-bezier(.22, .78, .18, 1),
    filter .55s ease;
  will-change: right, bottom, width, transform;
}

.art,
.title-lockup,
.topbar,
.journey-dock {
  transition: transform .9s cubic-bezier(.2, .75, .2, 1), filter .65s ease, opacity .35s ease;
}

.radio-player::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 8%;
  right: 2%;
  bottom: -9px;
  height: 18px;
  border-radius: 50%;
  background: rgba(38, 19, 12, .48);
  filter: blur(8px);
  transform: skewX(-8deg);
  transition: opacity .4s;
}

.radio-object {
  position: relative;
  animation: carriageSway 3.7s ease-in-out infinite;
  transform-origin: 52% 100%;
  will-change: transform;
}

.radio-enter {
  position: absolute;
  inset: -18px;
  z-index: 5;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: #fff8ed;
  cursor: zoom-in;
}

.radio-enter:focus-visible {
  outline: 2px solid #efbc7b;
  outline-offset: 5px;
}

.radio-enter span,
.radio-enter b {
  position: absolute;
  left: 50%;
  width: max-content;
  max-width: 230px;
  opacity: 0;
  background: rgba(38, 22, 16, .9);
  box-shadow: 0 11px 28px rgba(21, 9, 5, .3);
  backdrop-filter: blur(12px);
  transform: translate(-50%, 7px);
  transition: opacity .22s, transform .3s cubic-bezier(.2, .8, .2, 1);
}

.radio-enter span {
  bottom: calc(100% + 34px);
  padding: 8px 13px 2px;
  border: 1px solid rgba(245, 205, 153, .24);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  color: #d9a267;
  font: 500 6px 'DM Mono', monospace;
  letter-spacing: .15em;
}

.radio-enter b {
  bottom: calc(100% + 13px);
  padding: 2px 13px 9px;
  border: 1px solid rgba(245, 205, 153, .24);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  font-size: 9px;
  font-weight: 600;
}

.radio-enter b::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  border: 6px solid transparent;
  border-top-color: rgba(38, 22, 16, .9);
  transform: translateX(-50%);
}

.radio-enter:hover span,
.radio-enter:hover b,
.radio-enter:focus-visible span,
.radio-enter:focus-visible b,
.radio-player.show-radio-hint .radio-enter span,
.radio-player.show-radio-hint .radio-enter b {
  opacity: 1;
  transform: translate(-50%, 0);
}

.radio-player.show-radio-hint .radio-enter span,
.radio-player.show-radio-hint .radio-enter b {
  animation: radioHint 2.4s ease-in-out infinite;
}

.radio-back {
  position: absolute;
  z-index: 6;
  left: 0;
  top: -52px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 12px 0 9px;
  border: 1px solid rgba(255, 226, 188, .22);
  border-radius: 8px;
  background: rgba(42, 23, 16, .72);
  color: rgba(255, 248, 237, .86);
  font: 500 8px 'DM Mono', monospace;
  letter-spacing: .04em;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transform: translateY(8px);
  transition: opacity .3s .35s, transform .35s .35s, background .2s;
}

.radio-back:hover { background: rgba(92, 50, 32, .88); }
.radio-back:focus-visible { outline: 2px solid #f1bd7b; outline-offset: 3px; }
.radio-back svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

body.radio-focused .radio-focus-backdrop {
  opacity: 1;
  pointer-events: auto;
}

body.radio-focused .art {
  transform: scale(1.045);
  filter: brightness(.54) saturate(.76);
  transition: transform 1s cubic-bezier(.2, .75, .2, 1), filter .7s ease;
}

body.radio-focused[data-route="rajdhani"] .art { filter: brightness(.38) saturate(.68) hue-rotate(165deg); }
body.radio-focused[data-route="konkan"] .art { filter: brightness(.49) saturate(.92) hue-rotate(18deg); }

body.radio-focused .title-lockup,
body.radio-focused .topbar,
body.radio-focused .journey-dock {
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

body.radio-focused .radio-player {
  z-index: 14;
  right: 50%;
  bottom: 50%;
  width: min(610px, calc(100vw - 70px));
  filter: brightness(1.04) saturate(1) drop-shadow(0 34px 35px rgba(18, 7, 3, .66));
  transform: translate(50%, 50%) perspective(1200px) rotateY(-1deg) rotateX(1deg) rotateZ(0);
}

body.radio-focused .radio-player::after { opacity: .25; }
body.radio-focused .radio-object { animation: none; }
body.radio-focused .radio-enter { opacity: 0; pointer-events: none; }
body.radio-focused .radio-back { opacity: 1; pointer-events: auto; transform: translateY(0); }
body.radio-focused .playlist-panel { z-index: 18; }

body:not(.radio-focused) .radio-object button:not(.story-peek),
body:not(.radio-focused) .radio-object [role="slider"] {
  pointer-events: none;
}

body:not(.radio-focused) .radio-body { padding: 8px 9px 10px; border-radius: 11px; }
body:not(.radio-focused) .radio-handle { height: 30px; margin-bottom: -10px; border-width: 5px; }
body:not(.radio-focused) .radio-brand { height: 14px; margin-bottom: 5px; font-size: 5px; }
body:not(.radio-focused) .radio-brand span { margin-right: 6px; font-size: 12px; }
body:not(.radio-focused) .radio-face { gap: 7px; padding: 6px; border-radius: 6px; }
body:not(.radio-focused) .radio-speaker { min-height: 88px; border-radius: 5px; background-size: 4px 4px; }
body:not(.radio-focused) .tuner-scale { height: 16px; padding: 0 5px; font-size: 4px; }
body:not(.radio-focused) .tuner-scale b { height: 14px; }
body:not(.radio-focused) .radio-screen { grid-template-columns: 28px 1fr; gap: 5px; height: 38px; margin-top: 5px; padding: 4px; }
body:not(.radio-focused) .radio-screen img { width: 28px; height: 28px; }
body:not(.radio-focused) .radio-screen small { font-size: 4px; }
body:not(.radio-focused) .radio-screen p { margin: 1px 0; font-size: 6px; }
body:not(.radio-focused) .radio-screen span { font-size: 4.5px; }
body:not(.radio-focused) .seek { height: 10px; margin-top: 2px; }
body:not(.radio-focused) .seek-track { top: 4px; height: 3px; }
body:not(.radio-focused) .seek-track i { width: 7px; height: 7px; border-width: 1px; }
body:not(.radio-focused) .timer { font-size: 4px; }
body:not(.radio-focused) .radio-controls { gap: 5px; margin-top: 4px; }
body:not(.radio-focused) .radio-controls button { width: 18px; height: 16px; border-radius: 3px; box-shadow: 0 2px 0 #2a140d, inset 0 1px rgba(255,232,194,.3); }
body:not(.radio-focused) .radio-controls .play { width: 22px; height: 20px; }
body:not(.radio-focused) .radio-controls svg { width: 8px; height: 8px; }
body:not(.radio-focused) .radio-controls .radio-source { font-size: 4px; }
body:not(.radio-focused) .radio-feet { bottom: -5px; }
body:not(.radio-focused) .radio-feet i { width: 22px; height: 6px; }
body:not(.radio-focused) .story-peek { right: 10px; bottom: -23px; min-width: 104px; height: 27px; padding: 4px 8px 3px; }
body:not(.radio-focused) .story-peek small { font-size: 3.5px; }
body:not(.radio-focused) .story-peek span { margin-top: 1px; font-size: 5px; }

@keyframes carriageSway {
  0%, 100% { transform: translate3d(-1.5px, 0, 0) rotate(-.28deg); }
  27% { transform: translate3d(1px, -1.5px, 0) rotate(.16deg); }
  56% { transform: translate3d(2.2px, .5px, 0) rotate(.34deg); }
  78% { transform: translate3d(-.7px, 1.2px, 0) rotate(-.12deg); }
}

@keyframes radioHint {
  0%, 100% { margin-bottom: 0; }
  50% { margin-bottom: 4px; }
}

@media (max-width: 760px) {
  .radio-player {
    left: auto;
    right: 8vw;
    bottom: 12vh;
    width: clamp(178px, 52vw, 225px);
    transform: perspective(900px) rotateY(-9deg) rotateX(3deg) rotateZ(-1deg);
  }
  body.radio-focused .radio-player {
    left: auto;
    right: 50%;
    bottom: 48%;
    width: min(520px, calc(100vw - 20px));
    transform: translate(50%, 50%) perspective(1000px) rotateX(1deg);
  }
  .journey-dock { bottom: max(12px, env(safe-area-inset-bottom)); }
  .radio-back { left: 7px; top: -47px; }
  .radio-enter span { bottom: calc(100% + 31px); }
  .radio-enter b { bottom: calc(100% + 10px); }
}

@media (max-width: 440px) {
  body.radio-focused .radio-player { width: calc(100vw - 12px); }
  body.radio-focused .radio-face { grid-template-columns: 34% 1fr; gap: 8px; padding: 8px; }
  body.radio-focused .radio-speaker { min-height: 140px; }
  body.radio-focused .radio-screen { grid-template-columns: 42px 1fr; height: 62px; }
  body.radio-focused .radio-screen img { width: 42px; height: 42px; }
  .radio-back span { display: none; }
  .radio-back { width: 36px; padding: 0; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .radio-object,
  .radio-player.show-radio-hint .radio-enter span,
  .radio-player.show-radio-hint .radio-enter b { animation: none; }
  .radio-player { transition-duration: .01ms; }
}
