/* Quiet controls and drawn arrows, consistent across iOS and desktop. */
.ui-arrow{display:inline-block;position:relative;width:.8em;height:.8em;margin-left:.35em;vertical-align:baseline;flex-shrink:0;color:inherit}
.ui-arrow::before{content:'';position:absolute;left:0;bottom:0;width:1.02em;height:1px;background:currentColor;transform:rotate(-45deg);transform-origin:left center}
.ui-arrow::after{content:'';position:absolute;top:0;right:0;width:.58em;height:.58em;border-top:1px solid currentColor;border-right:1px solid currentColor}
.journey-header nav .journey-book{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:11px 19px;background:#17141024;border:1px solid #fff9ef80;border-radius:6px;color:#fff9ef;font-size:12px;font-weight:400;letter-spacing:.035em;line-height:1.2;white-space:nowrap;box-shadow:none;backdrop-filter:blur(8px);transition:background .2s,border-color .2s}
.journey-header nav .journey-book:hover{background:#fff9ef18;border-color:#fff9ef}
.end-book,.edit-pill,.button{border-radius:6px;box-shadow:none;font-size:13px;font-weight:400;line-height:1.4;letter-spacing:.035em;padding:14px 23px;min-height:46px;text-decoration:none}
.end-book{background:#fff9ef;color:#29221b;border:1px solid #fff9ef80}
.edit-pill{background:#86563e}.salon-edit .edit-pill{background:#fff9ef;color:#29221b}
.live-opening .scene-caption button,.live-opening .scene-caption a{border-radius:5px;border-color:#fff9ef66;background:#15120d12;font-size:11px;min-height:44px;letter-spacing:.025em}
.end-links a,.end-services,.service-book{font-weight:400;text-decoration:none;text-underline-offset:5px}
body>main>.status{border-radius:0;border:0;border-top:1px solid #dbc5b3;border-bottom:1px solid #dbc5b3;padding:11px 2px}
@media(max-width:767px){
 .journey-header{padding:16px;gap:14px}
 .journey-header nav{gap:8px 12px;align-items:center}
 .journey-header nav .journey-book{font-size:11px;padding:10px 13px;min-height:42px;gap:7px;border-radius:5px}
 .end-book,.edit-pill,.button{font-size:12px;padding:13px 20px;min-height:46px}
 .live-opening .scene-caption button{font-size:11px;padding:10px 12px}
}
@media(prefers-reduced-motion:reduce){.journey-header nav .journey-book{transition:none}}
