:root {
    --cream: #efd8cc;
    --warm-white: #fff7f1;
    --nude: #b27c65;
    --rose: #e8cbbd;
    --maddie-brown: #a97761;
    --deep-brown: #7a4f3f;
    --espresso: #3a241c;
    --gold: #c9ad4f;
    --soft-gold: #f3df9d;

    --shadow-soft: 0 22px 55px rgba(58, 36, 28, 0.14);
    --shadow-strong: 0 38px 90px rgba(58, 36, 28, 0.28);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --page-pad: clamp(18px, 5vw, 44px);
}

/* =========================================================
   Base / Reset
========================================================= */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: var(--cream);
    color: var(--espresso);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
    font: inherit;
}

.hidden {
    display: none !important;
}

/* =========================================================
   Shared Utility / Feedback Styles
========================================================= */
.message {
    padding: 14px 16px;
    border-radius: 18px;
    background: var(--rose);
    color: var(--deep-brown);
    font-weight: 800;
}

.error-message {
    background: #9f4c3f;
    color: white;
}

.empty-text {
    color: #73554a;
    font-weight: 700;
    text-align: center;
}

.calendar-section,
.service-page,
.contact-page,
.gallery-page,
.owner-body {
    background:
        radial-gradient(circle at 85% 15%, rgba(201, 173, 79, 0.2), transparent 30%),
        linear-gradient(135deg, #efd8cc, #b27c65);
}

/* =========================================================
   Header / Navigation
========================================================= */
.site-header,
.owner-site-header {
    z-index: 80;
    min-height: 64px;
    padding: 6px var(--page-pad);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(239, 216, 204, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(173, 122, 99, 0.18);
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: rgba(255, 250, 246, 0.9);
}

.owner-site-header {
    position: sticky;
    top: 0;
}

.logo-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-wrap img,
.owner-logo img {
    height: 46px;
    width: auto;
    display: block;
    mix-blend-mode: multiply;
}

.logo-text {
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--deep-brown);
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-decoration: none;
    text-transform: none;
}

.logo-wrap:hover .logo-text {
    text-decoration: none;
}

.main-nav,
.owner-top-nav {
    display: flex;
    align-items: center;
}

.main-nav {
    gap: 30px;
}

.owner-top-nav {
    gap: 12px;
}

.main-nav a {
    text-decoration: none;
    color: var(--espresso);
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.nav-button,
.owner-link,
.contact-form button {
    background: var(--rose) !important;
    color: var(--deep-brown) !important;
    border: 1px solid rgba(173, 122, 99, 0.18);
}

.nav-button:hover,
.owner-link:hover,
.contact-form button:hover {
    background: var(--nude) !important;
}

.site-header .main-nav .owner-link {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    color: var(--espresso) !important;
    opacity: 0.8;
}

.site-header .main-nav .nav-button {
    padding: 10px 20px !important;
    border-radius: 999px;
}

.owner-top-nav a,
.owner-sticky-nav button {
    padding: 12px 20px;
    border-radius: 999px;
    background: var(--rose);
    color: var(--deep-brown);
    text-decoration: none;
    font-weight: 900;
    border: 1px solid rgba(173, 122, 99, 0.18);
    cursor: pointer;
}

.owner-top-nav a:hover,
.owner-sticky-nav button:hover {
    background: var(--nude);
}

.owner-top-nav .owner-logout-link {
    width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 0 !important;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.logout-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mobile-menu-btn {
    display: none;
}

/* =========================================================
   Home Hero
========================================================= */
.hero-split {
    min-height: 100vh;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: calc(64px + 16px) 16px 16px;
    background: var(--espresso);
}

.hero-panel {
    position: relative;
    min-height: calc(100vh - 64px);
    padding: 42px;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    color: var(--cream);
    background-size: cover;
    background-position: center;
    transition: transform 0.45s ease, filter 0.45s ease;
    isolation: isolate;
    border-radius: 34px;
    overflow: hidden;
    transform-origin: center;
}

.nails-panel {
    background-image: linear-gradient(to bottom, rgba(36, 23, 18, 0.12), rgba(36, 23, 18, 0.76)), url('/static/bookings/images/nails.jpg');
}

.lashes-panel {
    background-image: linear-gradient(to bottom, rgba(36, 23, 18, 0.1), rgba(36, 23, 18, 0.74)), url('/static/bookings/images/lash1.jpeg');
}

.tattoos-panel {
    background-image: linear-gradient(to bottom, rgba(36, 23, 18, 0.12), rgba(36, 23, 18, 0.78)), url('/static/bookings/images/tattoos.jpg');
}
.brows-panel {
    background-image: linear-gradient(to bottom, rgba(36, 23, 18, 0.12), rgba(36, 23, 18, 0.78)), url('/static/bookings/images/brows.jpeg');
}

.semi-panel {
    background-image: linear-gradient(to bottom, rgba(36, 23, 18, 0.12), rgba(36, 23, 18, 0.78)), url('/static/bookings/images/spmu6.jpeg');
}

.makeup-panel {
    background-image: linear-gradient(to bottom, rgba(36, 23, 18, 0.12), rgba(36, 23, 18, 0.78)), url('/static/bookings/images/makeup-main.jpeg');
}

.hero-panel::after {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 38px;
    border: 1px solid rgba(255, 250, 246, 0.45);
    z-index: 2;
    pointer-events: none;
}

.hero-panel:hover {
    z-index: 10;
    filter: saturate(1.06);
    transform: scale(1.018);
    border-radius: 34px;
}

.panel-text {
    position: relative;
    z-index: 4;
    max-width: 390px;
}

.panel-text span,
.calendar-intro span,
.calendar-day span,
.modal-card label,
.owner-login-card label,
.owner-booking-card label,
.contact-form label {
    color: var(--deep-brown);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 12px;
    font-weight: 900;
}

.panel-text span {
    color: var(--soft-gold);
    letter-spacing: 3px;
}

.panel-text h1 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: clamp(58px, 7vw, 112px);
    line-height: 0.88;
    font-weight: 400;
}

.panel-text p {
    margin: 20px 0 0;
    color: #fff0e9;
    font-size: 17px;
    line-height: 1.6;
}

/* =========================================================
   Booking Calendar
========================================================= */
.calendar-section {
    padding: 90px var(--page-pad);
}

.calendar-intro,
.service-heading,
.contact-heading,
.gallery-page-heading {
    max-width: 760px;
}

.calendar-intro {
    margin-bottom: 38px;
}

.service-heading,
.contact-heading,
.gallery-heading,
.gallery-page-heading {
    text-align: center;
}

.service-heading,
.contact-heading {
    margin: 0 auto 34px;
}

.gallery-page-heading {
    margin: 0 auto 46px;
}

.calendar-intro h2,
.service-page h2,
.contact-heading h2,
.gallery-page-heading h2,
.gallery-section h2 {
    margin: 10px 0;
    font-family: Georgia, serif;
    font-size: clamp(48px, 7vw, 88px);
    line-height: 0.95;
    font-weight: 400;
    color: var(--deep-brown);
}

.gallery-section h2 {
    font-size: clamp(42px, 6vw, 78px);
}

.calendar-intro p,
.service-intro {
    color: #73554a;
    font-size: 18px;
    line-height: 1.6;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
}

.calendar-day {
    min-height: 150px;
    border: 1px solid rgba(173, 122, 99, 0.25);
    border-radius: 28px;
    background: rgba(255, 253, 251, 0.84);
    box-shadow: var(--shadow-soft);
    cursor: pointer;
    padding: 18px;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.calendar-day:hover {
    transform: translateY(-5px);
    border-color: var(--gold);
    box-shadow: 0 30px 70px rgba(104, 66, 53, 0.16);
}

.calendar-day span {
    display: block;
}

.calendar-day strong {
    display: block;
    margin: 8px 0 2px;
    font-family: Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    color: var(--espresso);
}

.calendar-day small {
    display: block;
    color: #7b5a4f;
}

.calendar-day em {
    display: inline-block;
    margin-top: 16px;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--rose);
    color: var(--deep-brown);
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
}

.calendar-day.full {
    background: var(--espresso);
    color: var(--cream);
    cursor: not-allowed;
    opacity: 0.8;
}

.calendar-day.full span,
.calendar-day.full strong,
.calendar-day.full small {
    color: var(--cream);
}

.calendar-day.full em {
    background: var(--gold);
    color: var(--espresso);
}

.pretty-time-select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d8c7bb;
    border-radius: 14px;
    background: #fffaf7;
    color: #3b2a22;
    font-size: 16px;
    font-family: inherit;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #8b6f61 50%),
        linear-gradient(135deg, #8b6f61 50%, transparent 50%);
    background-position:
        calc(100% - 22px) 50%,
        calc(100% - 16px) 50%;
    background-size:
        6px 6px,
        6px 6px;
    background-repeat: no-repeat;
}

.pretty-time-select:focus {
    border-color: #8b6f61;
    box-shadow: 0 0 0 3px rgba(139, 111, 97, 0.18);
}

/* =========================================================
   Modal / QR Modal
========================================================= */
.modal-overlay,
.qr-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 24px;
    background: rgba(36, 23, 18, 0.68);
    backdrop-filter: blur(10px);
}

.qr-modal {
    z-index: 300;
}

.modal-overlay.open,
.qr-modal.open {
    display: flex;
}

.modal-card,
.qr-card {
    position: relative;
    width: min(720px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    padding: 36px;
    border-radius: 36px;
    background: var(--cream);
    box-shadow: var(--shadow-strong);
}

.qr-card {
    width: min(430px, 100%);
    text-align: center;
}

.modal-close,
.qr-close {
    position: absolute;
    top: 18px;
    right: 22px;
    border: 0;
    background: none;
    font-size: 38px;
    cursor: pointer;
    color: var(--deep-brown);
}

.modal-card h2,
.qr-card h2 {
    margin: 0 0 10px;
    font-family: Georgia, serif;
    font-size: 52px;
    font-weight: 400;
    color: var(--deep-brown);
}

#selected-date-text,
#owner-selected-slot-text {
    margin-bottom: 24px;
    color: #73554a;
    font-weight: 800;
}

.modal-card form p,
.contact-form p {
    margin: 0 0 16px;
}

.modal-card label,
.owner-login-card label,
.owner-booking-card label,
.contact-form label {
    display: block;
    margin-bottom: 8px;
}

.modal-card input,
.modal-card select,
.modal-card textarea,
.owner-login-card input,
.owner-booking-card input,
.fake-checkout-right input,
.contact-form input,
.contact-form textarea,
#owner-add-booking-modal input,
#owner-add-booking-modal select,
#owner-add-booking-modal textarea {
    width: 100%;
    padding: 15px 16px;
    border-radius: 16px;
    border: 1px solid rgba(173, 122, 99, 0.3);
    background: white;
    font-size: 16px;
}

.modal-card input:focus,
.modal-card select:focus,
.modal-card textarea:focus,
.owner-login-card input:focus,
.owner-booking-card input:focus,
.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(213, 182, 95, 0.2);
}

.booking-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 12px;
}

.booking-actions button,
.owner-login-card button,
.fake-pay-button,
.wallet-button,
.contact-form button,
#owner-add-booking-modal button[type="submit"] {
    width: 100%;
    min-height: 56px;
    padding: 15px;
    border: 0;
    border-radius: 999px;
    background: var(--espresso);
    color: var(--cream);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.booking-actions small {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    opacity: 0.78;
    letter-spacing: 0;
    text-transform: none;
}

.pay-now-btn {
    background: var(--gold) !important;
    color: var(--espresso) !important;
}

/* =========================================================
   Service Pages
========================================================= */
.service-page,
.contact-page,
.gallery-page {
    min-height: 100vh;
    padding: 140px var(--page-pad) 70px;
}

.service-intro {
    max-width: 680px;
    margin: -10px 0 34px;
}

.service-heading .service-intro,
.contact-heading .service-intro,
.gallery-heading .service-intro {
    margin-left: auto;
    margin-right: auto;
}

.service-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--rose);
    color: var(--deep-brown);
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 12px;
    font-weight: 900;
}

.service-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.service-card {
    width: min(100%, 260px);
    background: rgba(255, 253, 251, 0.78);
    padding: 20px;
    border-radius: 22px;
    border: 1px solid rgba(173, 122, 99, 0.22);
    box-shadow: var(--shadow-soft);
    text-align: center;
}

.service-card h3 {
    margin: 0 0 8px;
    font-family: Georgia, serif;
    font-size: 25px;
    color: var(--deep-brown);
}

.service-card p {
    margin: 6px 0;
    color: #73554a;
}

.service-card strong {
    display: block;
    margin-top: 10px;
    font-size: 22px;
    color: var(--espresso);
}

.service-book-btn {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 15px;
    border-radius: 999px;
    background: var(--espresso);
    color: var(--cream);
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

/* =========================================================
   Gallery
========================================================= */
.gallery-section {
    margin-top: 58px;
}

.gallery-category {
    max-width: 1180px;
    margin: 0 auto 64px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 26px;
}

.gallery-grid img,
.gallery-placeholder {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(173, 122, 99, 0.18);
    background: linear-gradient(135deg, rgba(255, 253, 251, 0.72), rgba(240, 216, 209, 0.82));
}

.gallery-page-grid img {
    height: 340px;
}

.gallery-placeholder {
    display: grid;
    place-items: center;
    color: var(--deep-brown);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 13px;
    border: 1px dashed rgba(173, 122, 99, 0.45);
}

.gallery-grid img:nth-child(2),
.gallery-grid img:nth-child(5),
.gallery-placeholder:nth-child(2),
.gallery-placeholder:nth-child(5) {
    transform: translateY(20px);
}

/* =========================================================
   Contact
========================================================= */
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
    max-width: 1120px;
    margin: 0 auto;
}

.contact-card {
    background: rgba(255, 253, 251, 0.82);
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(173, 122, 99, 0.22);
    box-shadow: var(--shadow-soft);
}

.contact-card h3 {
    margin: 0 0 18px;
    font-family: Georgia, serif;
    font-size: 32px;
    color: var(--deep-brown);
    text-align: center;
}

.contact-form textarea {
    resize: vertical;
}

.contact-info-list {
    margin-bottom: 20px;
}

.contact-info-list p {
    margin: 0 0 12px;
    color: #73554a;
    line-height: 1.5;
}

.contact-info-list strong {
    color: var(--deep-brown);
}

.map-box {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(173, 122, 99, 0.22);
    box-shadow: var(--shadow-soft);
}

.map-box iframe {
    width: 100%;
    height: 360px;
    display: block;
    border: 0;
}

/* =========================================================
   Fake Payment / Checkout
========================================================= */
.fake-payment-body {
    min-height: 100vh;
    background: #f6f8fa;
    color: #1a1f36;
}

.fake-checkout {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
}

.fake-checkout-left {
    padding: 70px;
    background: #f7f3ef;
    border-right: 1px solid #ddd;
}

.fake-checkout-left h1 {
    margin: 0 0 10px;
    font-size: 28px;
}

.fake-checkout-left > p,
.payment-summary small,
.demo-note {
    color: #697386;
}

.payment-summary {
    margin-top: 80px;
}

.payment-summary h2 {
    margin: 0;
    font-size: 52px;
    font-weight: 700;
}

.payment-summary p {
    font-size: 18px;
    margin-bottom: 8px;
}

.fake-checkout-right {
    max-width: 520px;
    width: 100%;
    padding: 70px 40px;
}

.fake-checkout-right h2 {
    margin: 0 0 30px;
}

.fake-checkout-right label {
    display: block;
    margin: 18px 0 8px;
    font-size: 13px;
    font-weight: 700;
    color: #3c4257;
}

.fake-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.fake-row input:first-child {
    border-radius: 8px 0 0 8px;
}

.fake-row input:last-child {
    border-radius: 0 8px 8px 0;
    border-left: 0;
}

.fake-pay-button {
    display: block;
    margin-top: 28px;
    border-radius: 10px;
    background: #635bff;
    color: white;
}

.demo-note {
    margin-top: 18px;
    font-size: 13px;
    text-align: center;
}

.wallet-button {
    display: block;
    margin-bottom: 12px;
    border-radius: 10px;
    text-transform: none;
    letter-spacing: 0;
}

.apple-wallet {
    background: #000;
    color: white;
}

.google-wallet {
    background: white;
    color: #202124;
    border: 1px solid #d8dee4;
}

.checkout-divider {
    margin: 24px 0;
    text-align: center;
    border-top: 1px solid #d8dee4;
}

.checkout-divider span {
    position: relative;
    top: -10px;
    padding: 0 12px;
    background: #f6f8fa;
    color: #697386;
    font-size: 13px;
}

/* =========================================================
   QR Summary / Fake QR
========================================================= */
.qr-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--rose);
    color: var(--deep-brown);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.qr-summary {
    margin-bottom: 22px;
}

.qr-summary strong {
    display: block;
    font-size: 48px;
}

.qr-summary p,
.qr-summary small,
.qr-help {
    color: #73554a;
}

.fake-qr {
    width: 230px;
    height: 230px;
    margin: 0 auto 20px;
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
    background: white;
    border-radius: 24px;
    border: 1px solid rgba(173, 122, 99, 0.18);
}

.fake-qr div {
    background: var(--espresso);
    border-radius: 5px;
}

.fake-qr div:nth-child(2),
.fake-qr div:nth-child(5),
.fake-qr div:nth-child(7),
.fake-qr div:nth-child(13),
.fake-qr div:nth-child(16),
.fake-qr div:nth-child(19),
.fake-qr div:nth-child(24) {
    background: transparent;
}

/* =========================================================
   Terminal Payment Screen
========================================================= */
.terminal-body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background:
        radial-gradient(circle at center, rgba(213, 182, 95, 0.2), transparent 35%),
        #15100e;
}

.phone-frame {
    width: min(390px, 92vw);
    min-height: 760px;
    padding: 18px;
    border-radius: 54px;
    background: #050505;
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.45);
}

.phone-speaker {
    width: 110px;
    height: 8px;
    margin: 8px auto 18px;
    border-radius: 999px;
    background: #222;
}

.terminal-screen {
    min-height: 690px;
    padding: 28px;
    border-radius: 38px;
    background: linear-gradient(135deg, var(--cream), var(--nude));
    text-align: center;
}

.terminal-screen h1 {
    margin: 20px 0 8px;
    font-family: Georgia, serif;
    font-size: 48px;
    color: var(--deep-brown);
}

.tap-card {
    margin: 34px 0;
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 253, 251, 0.85);
}

.tap-card span,
.tap-card small {
    display: block;
    color: #73554a;
}

.tap-card strong {
    display: block;
    margin: 8px 0;
    font-size: 54px;
}

.tap-circle {
    width: 190px;
    height: 190px;
    margin: 30px auto;
    border-radius: 50%;
    border: 3px dashed var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--deep-brown);
    font-weight: 900;
}


/* =========================================================
   About Page
========================================================= */
.about-page {
    min-height: 100vh;
    padding: 140px var(--page-pad) 70px;
    background:
        radial-gradient(circle at 85% 15%, rgba(201, 173, 79, 0.2), transparent 30%),
        linear-gradient(135deg, #efd8cc, #b27c65);
}

.about-card {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
    align-items: center;
    padding: 34px;
    border-radius: 38px;
    background: rgba(255, 253, 251, 0.82);
    border: 1px solid rgba(173, 122, 99, 0.22);
    box-shadow: var(--shadow-soft);
}

.about-image-wrap {
    overflow: hidden;
    border-radius: 34px;
    box-shadow: var(--shadow-strong);
}

.about-image-wrap img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
}

.about-content h1 {
    margin: 12px 0 18px;
    font-family: Georgia, serif;
    font-size: clamp(54px, 7vw, 92px);
    line-height: 0.92;
    font-weight: 400;
    color: var(--deep-brown);
}

.about-content p {
    color: #73554a;
    font-size: 18px;
    line-height: 1.7;
}

.about-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.about-main-btn,
.about-secondary-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.about-main-btn {
    background: var(--espresso);
    color: var(--cream);
}

.about-secondary-btn {
    background: var(--rose);
    color: var(--deep-brown);
    border: 1px solid rgba(173, 122, 99, 0.18);
}

.about-highlights {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 253, 251, 0.9);
    border: 1px solid rgba(173, 122, 99, 0.2);
}

.about-highlights p {
    margin: 6px 0;
    font-size: 15px;
    color: var(--deep-brown);
    font-weight: 700;
    letter-spacing: 0.4px;
}

/* =========================================================
   Reviews Section
========================================================= */
.reviews-section {
    padding: 90px var(--page-pad);
    background:
        radial-gradient(circle at 85% 15%, rgba(201, 173, 79, 0.2), transparent 30%),
        linear-gradient(135deg, #efd8cc, #b27c65);
    overflow: hidden;
}

.reviews-intro {
    max-width: 760px;
    margin-bottom: 38px;
    text-align: left;
}

.reviews-intro span {
    color: var(--deep-brown);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 12px;
    font-weight: 900;
}

.reviews-intro h2 {
    margin: 10px 0;
    font-family: Georgia, serif;
    font-size: clamp(48px, 7vw, 88px);
    line-height: 0.95;
    font-weight: 400;
    color: var(--deep-brown);
}

.reviews-intro p {
    color: #73554a;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.reviews-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 44px) / 3);
    gap: 22px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 30px;
}

.reviews-scroll::-webkit-scrollbar {
    height: 12px;
}

.reviews-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.65);
    border-radius: 999px;
}

.reviews-scroll::-webkit-scrollbar-thumb {
    background: var(--deep-brown);
    border-radius: 999px;
}

.review-card {
    scroll-snap-align: start;
    min-height: 260px;
    background: rgba(255, 253, 251, 0.95);
    padding: 24px;
    border-radius: 22px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.review-card-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.review-card strong {
    display: block;
    color: var(--deep-brown);
    font-weight: 900;
    margin: 0;
}

.review-card small {
    display: block;
    color: #9b8173;
    margin-top: 4px;
}

.review-stars {
    color: #d4af37;
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 15px;
}

.review-card p {
    color: #4a3429;
    line-height: 1.55;
    font-size: 16px;
    margin: 0;
}

.review-images {
    display: flex;
    gap: 8px;
    margin: 10px 0 16px;
}

.review-images img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 12px;
    cursor: zoom-in;
    transition: transform 0.2s ease;
}

.review-images img:hover {
    transform: scale(1.06);
}

.review-button-wrap {
    text-align: center;
    margin-top: 22px;
}

.review-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
}

.google-review-button {
    background: #4285F4;
    color: #fff;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    transition: background 0.2s ease, transform 0.15s ease;
    color: #fff;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.google-review-button:hover {
    background: #3367D6;
    transform: translateY(-1px);
}

.google-g {
    background: #fff;
    color: #4285F4;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 16px;
}

.image-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.75);
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.image-lightbox.open {
    display: flex;
}

.image-lightbox img {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 18px;
    object-fit: contain;
}

/* =========================================================
   Social Links
========================================================= */
.social-links {
    display: flex;
    gap: 14px;
    align-items: center;
}

.social-links img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-links a:hover img {
    transform: scale(1.15);
    opacity: 0.75;
}

.social-links .instagram-icon {
    filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(7483%) hue-rotate(325deg) brightness(103%) contrast(105%);
}

.social-links .facebook-icon {
    filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(2733%) hue-rotate(211deg) brightness(101%) contrast(101%);
}

.social-links .tiktok-icon {
    filter: none;
}

/* =========================================================
   Responsive: Tablet
========================================================= */
@media (max-width: 1050px) {
    .main-nav {
        gap: 18px;
    }

    .calendar-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .hero-panel {
        padding: 32px;
    }
}

@media (max-width: 900px) {
    .reviews-scroll {
        grid-auto-columns: calc((100% - 22px) / 2);
    }
}

@media (max-width: 768px) {
    .social-links {
        margin-top: 12px;
    }

    .main-nav.open {
        max-height: 90vh;
        overflow-y: auto;
        padding-bottom: 24px;
    }

    .main-nav .owner-link {
        margin-bottom: 12px;
    }
}

/* =========================================================
   Responsive: Mobile
========================================================= */
@media (max-width: 760px) {
    :root {
        --page-pad: 18px;
    }

    body {
        background: linear-gradient(180deg, var(--cream), #f4dfd5);
    }

    .site-header {
        position: sticky;
        top: 0;
        min-height: auto;
        display: grid;
        grid-template-columns: 46px 1fr 46px;
        align-items: center;
        padding: 10px 14px;
        gap: 8px;
        flex-direction: column;
        border-radius: 0 0 22px 22px;
    }

    .logo-wrap {
        display: contents;
        justify-content: center;
    }

    .logo-wrap img {
        grid-column: 1;
        height: 34px;
        width: 34px;
        object-fit: cover;
        border-radius: 50%;
        justify-self: center;
        margin: 0 auto;
    }

    .logo-text {
        grid-column: 2;
        text-align: center;
        font-size: 17px;
        line-height: 1.05;
        white-space: normal;
    }

    .mobile-menu-btn {
        grid-column: 3;
        width: 38px;
        height: 38px;
        padding: 0;
        border: 0;
        background: transparent;
        display: grid;
        place-items: center;
        cursor: pointer;
        justify-self: center;
        transform: translateY(-4px);
    }

    .mobile-menu-btn::before {
        content: "⌄";
        color: var(--deep-brown);
        font-size: 30px;
        line-height: 1;
        font-family: Georgia, serif;
        transition: transform 0.3s ease;
    }

    .mobile-menu-btn span {
        display: none;
    }

    .mobile-menu-btn.open::before {
        transform: rotate(180deg);
    }

    .main-nav {
        grid-column: 1 / -1;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-8px);
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        padding: 0;
        text-align: center;
        transition:
            max-height 0.35s ease,
            opacity 0.25s ease,
            transform 0.35s ease,
            padding 0.35s ease;
    }

    .main-nav.open {
        max-height: 520px;
        opacity: 1;
        transform: translateY(0);
        padding: 12px 0 8px;
    }

    .main-nav a,
    .site-header .main-nav .owner-link,
    .site-header .main-nav .nav-button {
        width: 100%;
        min-height: 42px;
        display: grid;
        place-items: center;
        padding: 10px 14px !important;
        border-radius: 999px;
        background: rgba(255, 253, 251, 0.84) !important;
        border: 1px solid rgba(173, 122, 99, 0.18) !important;
        color: var(--espresso) !important;
        font-size: 11px;
        letter-spacing: 1px;
        text-align: center;
        opacity: 1;
    }

    .site-header .main-nav .nav-button {
        background: var(--espresso) !important;
        color: var(--cream) !important;
    }

    .site-header .main-nav .owner-link {
        grid-column: auto;
    }

    .hero-split {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        padding: 10px;
        min-height: auto;
        background: var(--espresso);
    }

    .hero-panel {
        min-height: 135px;
        padding: 12px;
        border-radius: 22px;
        align-items: flex-end;
        box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
        background-position: center;
    }

    .hero-panel:hover,
    .calendar-day:hover {
        transform: none;
    }

    .hero-panel:hover {
        border-radius: 22px;
    }

    .hero-panel::after {
        inset: 7px;
        border-radius: 16px;
    }

    .panel-text span {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .panel-text h1 {
        font-size: 18px;
        line-height: 1;
    }

    .panel-text p {
        display: none;
    }

    .calendar-section {
        padding: 32px 10px;
    }

    .calendar-intro {
        margin-bottom: 14px;
    }

    .calendar-intro span {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .calendar-intro h2,
    .service-page h2,
    .contact-heading h2,
    .gallery-page-heading h2 {
        font-size: 38px;
    }

    .calendar-intro p {
        font-size: 14px;
        line-height: 1.35;
        margin: 8px 0 0;
    }

    .calendar-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 7px;
    }

    .calendar-day {
        min-height: 76px;
        padding: 7px;
        border-radius: 15px;
        box-shadow: 0 8px 18px rgba(104, 66, 53, 0.1);
    }

    .calendar-day span {
        font-size: 8.5px;
        letter-spacing: 0.5px;
    }

    .calendar-day strong {
        margin: 2px 0 0;
        font-size: 25px;
        line-height: 1;
    }

    .calendar-day small {
        font-size: 9px;
    }

    .calendar-day em {
        margin-top: 5px;
        padding: 4px 5px;
        font-size: 8px;
        line-height: 1;
        letter-spacing: 0;
    }

    .modal-overlay,
    .qr-modal {
        align-items: flex-end;
        padding: 0;
    }

    .modal-card,
    .qr-card {
        width: 100%;
        max-height: 92vh;
        border-radius: 30px 30px 0 0;
        padding: 30px 18px calc(24px + env(safe-area-inset-bottom));
    }

    .modal-close,
    .qr-close {
        top: 12px;
        right: 16px;
        font-size: 34px;
    }

    .modal-card h2,
    .qr-card h2 {
        padding-right: 44px;
        font-size: 42px;
        line-height: 0.95;
    }

    .booking-actions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .booking-actions button {
        min-height: 66px;
    }

    .service-page,
    .contact-page,
    .gallery-page {
        padding: 34px 14px 46px;
    }

    .service-heading {
        margin-bottom: 20px;
    }

    .service-grid {
        gap: 10px;
    }

    .service-card {
        width: 100%;
        padding: 16px;
        border-radius: 18px;
    }

    .service-card h3 {
        font-size: 23px;
        margin-bottom: 6px;
    }

    .service-card p {
        margin: 6px 0;
        font-size: 14px;
    }

    .service-card strong {
        font-size: 20px;
        margin-top: 8px;
    }

    .service-book-btn {
        margin-top: 12px;
        padding: 9px 13px;
        font-size: 10px;
    }

    .gallery-section {
        margin-top: 36px;
    }

    .gallery-page-heading {
        margin-bottom: 30px;
    }

    .gallery-grid,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        gap: 14px;
        margin-top: 18px;
    }

    .gallery-grid img,
    .gallery-placeholder,
    .gallery-page-grid img {
        height: 240px;
    }

    .gallery-grid img:nth-child(2),
    .gallery-grid img:nth-child(5),
    .gallery-placeholder:nth-child(2),
    .gallery-placeholder:nth-child(5) {
        transform: none;
    }

    .gallery-category {
        margin-bottom: 42px;
    }

    .contact-layout {
        gap: 14px;
    }

    .contact-card {
        padding: 20px;
        border-radius: 22px;
    }

    .contact-card h3 {
        font-size: 28px;
    }

    .map-box iframe {
        height: 280px;
    }

    .fake-checkout {
        grid-template-columns: 1fr;
        min-height: 100svh;
    }

    .fake-checkout-left {
        padding: 34px 20px;
        border-right: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 30px 30px;
    }

    .payment-summary {
        margin-top: 34px;
    }

    .payment-summary h2 {
        font-size: 46px;
    }

    .fake-checkout-right {
        max-width: none;
        padding: 32px 20px 44px;
    }

    .fake-row {
        gap: 10px;
    }

    .fake-row input:first-child,
    .fake-row input:last-child {
        border-radius: 8px;
        border-left: 1px solid #d8dee4;
    }

    .owner-site-header {
        min-height: 56px;
        padding: 7px 12px;
    }

    .owner-logo img {
        height: 36px;
    }

    .owner-top-nav .owner-logout-link {
        width: 34px;
        height: 34px;
        padding: 0 !important;
    }

    .logout-icon svg {
        width: 18px;
        height: 18px;
    }

    .owner-header {
        display: block;
        padding: 28px 18px 18px;
        justify-content: center;
        text-align: center;
    }

    .owner-header h1 {
        font-size: 38px;
        line-height: 1;
    }

    .owner-header-actions {
        margin-top: 16px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .owner-header a {
        text-align: center;
        padding: 13px 14px;
    }

    .owner-sticky-nav {
        top: 56px;
        justify-content: flex-start;
        padding: 10px 14px;
        gap: 8px;
        scroll-snap-type: x mandatory;
    }

    .owner-sticky-nav button {
        scroll-snap-align: start;
        padding: 11px 14px;
        font-size: 12px;
    }

    .owner-dashboard {
        padding: 16px 14px 52px;
    }

    .dashboard-group {
        margin-top: 18px;
        padding: 16px;
        border-radius: 24px;
    }

    .group-toggle h2,
    .dashboard-group h2 {
        font-size: 36px;
    }

    .owner-booking-card {
        border-radius: 22px;
    }

    .owner-booking-card summary {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
    }

    .owner-booking-card summary strong {
        font-size: 26px;
    }

    .owner-booking-card summary span {
        font-size: 14px;
        line-height: 1.45;
    }

    .status-pill {
        width: fit-content;
    }

    .owner-booking-card[open] .booking-details,
    .owner-booking-card[open] form {
        padding-left: 18px;
        padding-right: 18px;
    }

    .booking-details,
    .reschedule-fields {
        grid-template-columns: 1fr;
    }

    .booking-details {
        gap: 10px;
    }

    .owner-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .owner-actions button,
    .owner-actions a {
        width: 100%;
        text-align: center;
        padding: 14px 16px;
    }

    .owner-login-card {
        width: calc(100% - 28px);
        margin: 28px auto;
        padding: 28px 20px;
        border-radius: 28px;
    }

    .owner-login-card h1 {
        font-size: 40px;
    }

    .qr-summary strong {
        font-size: 44px;
    }

    .fake-qr {
        width: min(230px, 76vw);
        height: min(230px, 76vw);
    }

    .terminal-body {
        padding: 14px;
        align-items: flex-start;
    }

    .phone-frame {
        width: 100%;
        min-height: calc(100svh - 28px);
        border-radius: 42px;
        padding: 12px;
    }

    .terminal-screen {
        min-height: calc(100svh - 86px);
        padding: 24px 18px;
        border-radius: 32px;
    }

    .terminal-screen h1 {
        font-size: 42px;
    }

    .tap-card strong {
        font-size: 46px;
    }

    .tap-circle {
        width: 170px;
        height: 170px;
    }

    .owner-calendar-heading,
    .calendar-week-controls {
        display: grid;
        text-align: center;
    }

    .calendar-week-controls {
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 8px;
    }

    .calendar-week-controls a {
        padding: 9px 10px;
        font-size: 11px;
        text-align: center;
        white-space: nowrap;
    }

    .calendar-week-controls strong {
        font-size: 13px;
        line-height: 1.2;
        text-align: center;
    }

    .owner-calendar-panel {
        padding: 12px;
        border-radius: 20px;
    }

    .owner-calendar-scroll {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }

    .owner-week-calendar {
        min-width: 900px;
        overflow: visible;
    }

    .owner-week-header,
    .owner-week-body {
        min-width: 900px;
        grid-template-columns: 76px repeat(7, minmax(110px, 1fr));
    }

    .owner-time-header-cell {
        min-height: 58px;
    }

    .owner-day-header {
        min-height: 58px;
        padding: 6px 4px;
        text-align: center;
    }

    .owner-day-header span {
        font-size: 9px;
    }

    .owner-day-header strong {
        font-size: 18px;
    }

    .owner-day-header small {
        font-size: 9px;
    }

    .owner-time-column,
    .owner-day-column {
        grid-template-rows: repeat(var(--calendar-total-rows, 132), 8px);
    }

    .owner-time-label {
        font-size: 10px;
        padding-right: 4px;
    }

    .owner-calendar-slot {
        height: 8px;
        min-height: 8px;
    }

    .owner-calendar-booking {
        width: calc(100% - 18px);
        margin: 2px auto;
        padding: 6px 28px 6px 8px;
        border-radius: 14px;
        min-height: 38px;
        cursor: pointer;
    }

    .owner-calendar-booking > strong,
    .owner-calendar-booking > span {
        font-size: 10px;
    }

    .owner-calendar-booking > small {
        font-size: 9px;
    }

    .delete-calendar-booking {
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
        width: 19px;
        height: 19px;
        font-size: 14px;
        z-index: 20;
    }

    .calendar-tooltip {
        width: 220px;
        left: 0;
        bottom: calc(100% + 8px);
        transform: none;
    }

    .owner-calendar-booking.mobile-open {
        z-index: 120;
        overflow: visible;
    }

    .owner-calendar-booking.mobile-open .calendar-tooltip {
        display: block;
    }

    .calendar-legend {
        justify-content: center;
    }

    .about-page {
        padding: 34px 14px 46px;
    }

    .about-card {
        grid-template-columns: 1fr;
        padding: 18px;
        gap: 22px;
        border-radius: 28px;
    }

    .about-image-wrap img {
        height: 360px;
    }

    .about-content h1 {
        font-size: 44px;
    }

    .about-content p {
        font-size: 15px;
        line-height: 1.55;
    }

    .about-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .reviews-section {
        padding: 32px 10px;
    }

    .reviews-scroll {
        grid-auto-columns: 86%;
    }

    .reviews-intro h2 {
        font-size: 38px;
    }
}

@media (max-width: 390px) {
    .main-nav {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-header .main-nav .owner-link {
        grid-column: auto;
    }

    .hero-panel {
        min-height: 115px;
        padding: 10px;
    }

    .panel-text h1 {
        font-size: 19px;
    }

    .calendar-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }

    .calendar-day {
        min-height: 70px;
        padding: 6px;
        border-radius: 13px;
    }

    .calendar-day strong {
        font-size: 23px;
    }

    .calendar-day em {
        font-size: 7.5px;
    }

    .modal-card h2,
    .qr-card h2 {
        font-size: 38px;
    }

    .gallery-grid img,
    .gallery-placeholder {
        height: 210px;
    }

    .owner-header-actions {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   Accessibility / Reduced Motion
========================================================= */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* =========================================================
   Mobile hero number fix
========================================================= */
@media (max-width: 900px) {
    .hero-split.five-panels {
        gap: 12px;
        padding: 12px;
    }

    .hero-split.five-panels .hero-panel {
        flex: 0 0 82vw;
        min-width: 82vw;
        min-height: 430px;
        padding: 22px;
        border-radius: 28px;
    }

    .hero-split.five-panels .hero-panel::after {
        inset: 12px;
        border-radius: 22px;
    }

    .hero-split.five-panels .panel-text {
        max-width: 92%;
    }

    .hero-split.five-panels .panel-text span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin-bottom: 12px;
        border-radius: 50%;
        background: rgba(255, 247, 241, 0.88);
        color: var(--deep-brown);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    }

    .hero-split.five-panels .panel-text h1 {
        font-size: clamp(44px, 14vw, 64px);
        line-height: 0.9;
    }

    .hero-split.five-panels .panel-text p {
        display: block;
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.45;
        max-width: 280px;
    }
}

@media (max-width: 430px) {
    .hero-split.five-panels .hero-panel {
        flex-basis: 86vw;
        min-width: 86vw;
        min-height: 390px;
        padding: 20px;
    }

    .hero-split.five-panels .panel-text span {
        width: 36px;
        height: 36px;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .hero-split.five-panels .panel-text h1 {
        font-size: 46px;
    }
}
.patch-test-box,
.patch-coupon-box {
    margin: 18px 0;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 253, 251, 0.88);
    border: 1px solid rgba(173, 122, 99, 0.22);
}

.patch-test-box h3 {
    margin: 0 0 10px;
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 400;
    color: var(--deep-brown);
}

.patch-test-box p,
.patch-coupon-box small {
    color: #73554a;
    line-height: 1.45;
}

.patch-test-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 14px 0;
}

.patch-test-options label {
    width: 100% !important;
    min-height: 58px;
    margin: 0 !important;
    padding: 14px 16px !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    border-radius: 16px;
    background: #fffaf7;
    border: 1px solid rgba(173, 122, 99, 0.25);
    color: var(--deep-brown);
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.patch-test-options input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 18px;
    accent-color: var(--gold);
}

.patch-test-button {
    width: 100%;
    min-height: 58px;
    margin-top: 14px;
    padding: 15px;
    border: 0;
    border-radius: 999px;
    background: var(--gold);
    color: var(--espresso);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    cursor: pointer;
}

.patch-test-button small {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    opacity: 0.8;
    letter-spacing: 0;
    text-transform: none;
}

.patch-coupon-box input {
    margin-top: 8px;
}

@media (min-width: 650px) {
    .patch-test-options {
        grid-template-columns: 1fr 1fr;
    }
}
.booking-actions:has(button[hidden]) {
    grid-template-columns: 1fr;
}

.booking-actions button:not([hidden]) {
    justify-self: center;
    max-width: 520px;
}
/* =========================================================
   Home calendar closed cards readability fix
========================================================= */
/* Home calendar closed/holiday cards - soft tinted version */
.calendar-day.closed-day,
.calendar-day.sunday-closed,
.calendar-day.owner-holiday {
    background: linear-gradient(135deg, #e8d2c6, #c69a84) !important;
    border: 2px solid rgba(58, 36, 28, 0.38);
}

.calendar-day.bank-holiday {
    background: linear-gradient(135deg, #ead0bd, #c78255) !important;
    border: 2px solid #a45b2d;
}

.calendar-day.closed-day::before,
.calendar-day.sunday-closed::before,
.calendar-day.owner-holiday::before {
    content: "CLOSED";
}

.calendar-day.bank-holiday::before {
    content: "BANK HOLIDAY";
}

.calendar-day.closed-day::before,
.calendar-day.sunday-closed::before,
.calendar-day.owner-holiday::before,
.calendar-day.bank-holiday::before {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--espresso);
    color: var(--cream);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
}

.calendar-day.closed-day span,
.calendar-day.closed-day strong,
.calendar-day.closed-day small,
.calendar-day.sunday-closed span,
.calendar-day.sunday-closed strong,
.calendar-day.sunday-closed small,
.calendar-day.owner-holiday span,
.calendar-day.owner-holiday strong,
.calendar-day.owner-holiday small,
.calendar-day.bank-holiday span,
.calendar-day.bank-holiday strong,
.calendar-day.bank-holiday small {
    color: var(--espresso) !important;
    text-shadow: none !important;
}

.calendar-day.closed-day em,
.calendar-day.sunday-closed em,
.calendar-day.owner-holiday em,
.calendar-day.bank-holiday em {
    background: var(--gold);
    color: var(--espresso);
}
/* =========================================================
   Contact videos styling
========================================================= */
.contact-videos {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(173, 122, 99, 0.22);
}

.contact-videos h3 {
    margin-bottom: 8px;
}

.contact-videos-intro {
    margin: 0 0 18px;
    color: #73554a;
    text-align: center;
    line-height: 1.5;
}

.video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.video-box {
    padding: 12px;
    border-radius: 24px;
    background: rgba(255, 247, 241, 0.95);
    border: 1px solid rgba(173, 122, 99, 0.22);
    box-shadow: 0 14px 34px rgba(58, 36, 28, 0.1);
}

.video-box video {
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 360px;
    display: block;
    border-radius: 18px;
    background: var(--espresso);
    object-fit: cover;
}

.video-box p {
    margin: 12px 4px 2px;
    color: var(--deep-brown);
    font-weight: 900;
    text-align: center;
}

@media (max-width: 760px) {
    .video-grid {
        grid-template-columns: 1fr;
    }

    .video-box video {
        max-height: 420px;
    }
}
/* =========================================================
   Contact page video switcher - fixed mobile version
========================================================= */

.contact-layout {
    max-width: 1700px;
    grid-template-columns: minmax(360px, 1fr) minmax(520px, 1.35fr) minmax(360px, 1fr);
    align-items: stretch;
}

.contact-card {
    height: 100%;
}

.contact-videos-card {
    display: flex;
    flex-direction: column;
}

.video-switch-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 18px 0;
}

.video-switch-btn {
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid rgba(173, 122, 99, 0.28);
    border-radius: 999px;
    background: rgba(255, 253, 251, 0.88);
    color: var(--deep-brown);
    font-weight: 900;
    cursor: pointer;
}

.video-switch-btn.active {
    background: var(--espresso);
    color: var(--cream);
}

.contact-videos-card .video-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0;
    padding: 0;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background: var(--espresso);
    border: 1px solid rgba(173, 122, 99, 0.22);
    box-shadow: 0 14px 34px rgba(58, 36, 28, 0.1);
}

.contact-videos-card video#contact-video-player {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: 24px;
    background: #000;
}
.video-play-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.35);
    color: white;
    font-size: 42px;
    cursor: pointer;
    z-index: 5;
}

.contact-videos-card .video-box.is-playing .video-play-overlay {
    display: none;
    pointer-events: none;
}

#contact-video-caption {
    text-align: center;
    margin-top: 18px;
    font-weight: 700;
    color: var(--deep-brown);
}

@media (max-width: 1100px) {
    .contact-layout {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .contact-card {
        height: auto;
    }
}

@media (max-width: 768px) {
    .contact-videos-card .video-box {
        aspect-ratio: 9 / 16;
        max-height: 78vh;
    }

    .contact-videos-card video#contact-video-player {
        object-fit: contain;
    }
}

@media (max-width: 420px) {
    .video-switch-buttons {
        grid-template-columns: 1fr;
    }

    .video-play-overlay {
        font-size: 48px;
    }
}
.contact-videos-card video#contact-video-player {
    position: relative;
    z-index: 1;
}
.hidden {
    display: none !important;
}

/* Fix Safari/Mac consent form checkbox/radio blowout */
.modal-card input[type="checkbox"],
.modal-card input[type="radio"] {
    width: auto !important;
    min-width: 18px;
    height: 18px;
    padding: 0 !important;
    margin: 0 10px 0 0;
    border-radius: 0;
    background: initial;
    flex: 0 0 auto;
    accent-color: var(--gold);
}

.modal-card label:has(input[type="checkbox"]),
.modal-card label:has(input[type="radio"]),
.consent-check-line,
.consent-check {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
}

.modal-card label:has(input[type="checkbox"]) input,
.modal-card label:has(input[type="radio"]) input,
.consent-check-line input,
.consent-check input {
    margin-top: 2px;
}
.modal-card {
    -webkit-overflow-scrolling: touch;
}

.consent-text {
    max-width: 100%;
    overflow-wrap: break-word;
}

.consent-text textarea,
.consent-text input,
.consent-text select {
    max-width: 100%;
}
.consent-text input:not([type="checkbox"]):not([type="radio"]),
.consent-text textarea,
.consent-text select {
    width: 100%;
    max-width: 100%;
}

.consent-accordion {
    border: 1px solid #d8bca9;
    border-radius: 14px;
    background: #fff8f3;
    margin: 14px 0;
    overflow: hidden;
}
.consent-accordion[open] {
    overflow: hidden;
}

.consent-accordion summary {
    cursor: pointer;
    padding: 14px 16px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    background: #f4dfd2;
    color: #2f211c;
    border-radius: 14px;
}

.consent-accordion[open] summary {
    border-radius: 14px 14px 0 0;
}

.consent-accordion summary::-webkit-details-marker {
    display: none;
}

.consent-accordion summary::after {
    content: "+";
    font-size: 22px;
    font-weight: bold;
}

.consent-accordion[open] summary::after {
    content: "−";
}

.consent-accordion summary span {
    font-size: 12px;
    color: #6f5a51;
}

.consent-accordion .consent-text {
    margin: 0;
    padding: 16px;
    border-radius: 0 0 14px 14px;
    background: #ffffff;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.messages {
    margin-bottom: 18px;
}

.messages p {
    padding: 13px 15px;
    border-radius: 12px;
    font-weight: 600;
    margin: 0 0 12px;
}

.messages .success {
    background: #eaf7ed;
    color: #256d3b;
    border: 1px solid #bfe5c8;
}

.messages .error {
    background: #fdecec;
    color: #9f2d2d;
    border: 1px solid #f5bcbc;
}