/* The default remains the warm light palette. This high-contrast dark alternative is user-controlled. */
.theme-toggle{border:1px solid var(--line);background:transparent;color:var(--plum);padding:8px 10px;display:inline-flex;align-items:center;gap:7px;font:500 9px 'DM Mono',monospace;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap}.theme-toggle:hover{background:var(--blush)}.theme-toggle:focus-visible,button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #1d73d0;outline-offset:3px}.theme-toggle span:first-child{font-size:17px;line-height:1}
html[data-theme="dark"]{--plum:#f7dce5;--wine:#ffb4c7;--rose:#813c59;--blush:#281d27;--sand:#38242f;--ink:#fff7fa;--paper:#161117;--line:#9d788a}html[data-theme="dark"] .topbar,html[data-theme="dark"] .calendar-shell,html[data-theme="dark"] .booking-form,html[data-theme="dark"] dialog{background:var(--paper)}html[data-theme="dark"] .intro,html[data-theme="dark"] .booking{background:#241a23}html[data-theme="dark"] .benefits{background:#30202a}html[data-theme="dark"] .header-cta,html[data-theme="dark"] .button.plum,html[data-theme="dark"] .slot-button:hover,html[data-theme="dark"] .slot-button.selected{background:#f7dce5;color:#27131e}html[data-theme="dark"] .button.light{background:#fff7fa;color:#27131e}html[data-theme="dark"] .calendar-day.available:hover,html[data-theme="dark"] .calendar-day.selected{background:#f7dce5;color:#27131e}html[data-theme="dark"] .calendar-day.unavailable{color:#826b78}html[data-theme="dark"] .booking-form input,html[data-theme="dark"] .booking-form select,html[data-theme="dark"] .booking-form textarea,html[data-theme="dark"] #admin-login-form input{background:#21171f;color:#fff7fa;border-color:#9d788a}html[data-theme="dark"] .selected-slot{background:#392330;color:#fff7fa}html[data-theme="dark"] .theme-toggle{color:#fff7fa;border-color:#9d788a}html[data-theme="dark"] .theme-toggle:hover{background:#38242f}html[data-theme="dark"] .hero-photo:after{background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.78))}
@media(max-width:760px){.theme-toggle{margin-left:auto}.topbar .menu-toggle{margin-left:0}.theme-label{display:none}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
