/*
 * Chalet Belle Cordélia — Modern public theme
 * Loaded after the classic styles so the Original theme remains untouched.
 */
:root {
    --public-navy: #17364d;
    --public-navy-deep: #10293d;
    --public-blue: #365772;
    --public-blue-soft: #e8f0f5;
    --public-teal: #3f918d;
    --public-teal-dark: #31736f;
    --public-rose: #965071;
    --public-gold: #b77a2a;
    --public-ink: #243746;
    --public-muted: #667986;
    --public-line: #d7e1e7;
    --public-surface: #ffffff;
    --public-canvas: #f3f6f8;
    --public-success: #277a59;
    --public-warning: #9a641d;
    --public-danger: #913e57;
    --public-radius: 14px;
    --public-shadow: 0 14px 38px rgba(23, 54, 77, 0.12);
}

html {
    scroll-padding-top: 92px;
}

body.theme-modern,
body.theme-modern.home {
    min-height: 100vh;
    height: auto;
    background: var(--public-canvas);
    color: var(--public-ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

.theme-modern a {
    text-underline-offset: 3px;
}

.theme-modern .public-skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 10001;
    padding: 10px 14px;
    border-radius: 8px;
    background: #fff;
    color: var(--public-navy);
    font-weight: 800;
    transform: translateY(-160%);
}

.theme-modern .public-skip-link:focus {
    transform: translateY(0);
}

.theme-modern .public-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 28px;
    width: 100%;
    min-height: 76px;
    padding: 10px clamp(16px, 4vw, 56px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(16, 41, 61, 0.97);
    box-shadow: 0 6px 22px rgba(16, 41, 61, 0.18);
    backdrop-filter: blur(14px);
}

.theme-modern .public-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 11px;
    color: #fff;
    text-decoration: none;
}

.theme-modern .public-brand-mark {
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--public-teal), #66b4af);
    box-shadow: 0 7px 18px rgba(63, 145, 141, 0.28);
    font-size: 1.2rem;
}

.theme-modern .public-brand strong,
.theme-modern .public-brand small {
    display: block;
    white-space: nowrap;
}

.theme-modern .public-brand strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
    letter-spacing: 0.01em;
    line-height: 1.15;
}

.theme-modern .public-brand small {
    margin-top: 3px;
    color: #bcd0dc;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.theme-modern #authClients {
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    padding: 0;
    background: transparent;
    color: #dbe7ed;
}

.theme-modern #authClients a {
    margin: 0;
    padding: 9px 10px;
    border-radius: 8px;
    color: #eaf1f5;
    font-size: 0.87rem;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
}

.theme-modern #authClients a:hover,
.theme-modern #authClients a:focus-visible {
    background: rgba(255, 255, 255, 0.11);
    color: #fff;
    outline: none;
}

.theme-modern #authClients a.public-nav-book {
    background: var(--public-teal-dark);
    color: #fff;
}

.theme-modern #authClients a.public-nav-book:hover,
.theme-modern #authClients a.public-nav-book:focus-visible {
    background: #255a57;
}

.theme-modern #authClients a#langSwitch {
    margin-left: 4px;
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
}

.theme-modern .public-nav-greeting {
    margin-right: 6px;
    color: #bcd0dc;
    font-size: 0.8rem;
    white-space: nowrap;
}

.theme-modern .public-nav-greeting strong {
    color: #fff;
}

.theme-modern .public-nav-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 9px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-weight: 750;
}

.theme-modern .public-site-content {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
}

.theme-modern .message,
.theme-modern .errors {
    position: relative;
    z-index: 10;
    width: min(760px, calc(100% - 32px));
    margin: 20px auto 0;
    padding: 13px 16px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: var(--public-ink);
    text-align: left;
    box-shadow: 0 6px 20px rgba(23, 54, 77, 0.08);
}

.theme-modern .message {
    border-color: #a9d9c4;
    background: #e9f6f0;
}

.theme-modern .errors {
    border-color: #e4b4c1;
    background: #fff0f3;
}

.theme-modern main {
    box-sizing: border-box;
    color: var(--public-ink);
}

.theme-modern main h1,
.theme-modern main h2,
.theme-modern main h3 {
    color: var(--public-navy);
    line-height: 1.2;
    text-shadow: none;
}

.theme-modern main h1 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    letter-spacing: -0.025em;
}

.theme-modern main h2 {
    font-size: clamp(1.3rem, 2vw, 1.75rem);
}

.theme-modern input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"]),
.theme-modern select,
.theme-modern textarea {
    box-sizing: border-box;
    max-width: 100%;
    min-height: 44px;
    padding: 9px 11px;
    border: 1px solid #b8c8d2;
    border-radius: 8px;
    background: #fff;
    color: var(--public-ink);
}

.theme-modern textarea {
    min-height: 110px;
    resize: vertical;
}

.theme-modern input:focus,
.theme-modern select:focus,
.theme-modern textarea:focus,
.theme-modern button:focus-visible,
.theme-modern a:focus-visible {
    outline: 3px solid rgba(63, 145, 141, 0.28);
    outline-offset: 2px;
}

.theme-modern input[type="submit"],
.theme-modern .button {
    width: auto;
    height: auto;
    min-height: 44px;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    background: var(--public-teal);
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}

.theme-modern input[type="submit"]:hover,
.theme-modern .button:hover {
    background: var(--public-teal-dark);
}

/* Home */
.theme-modern .fotorama {
    width: min(1320px, 100%);
    margin: 0 auto;
    overflow: hidden !important;
    background: var(--public-navy-deep);
}

.theme-modern .fotorama__wrap {
    width: 100% !important;
}

.theme-modern .fotorama__nav-wrap {
    position: static;
}

.theme-modern #goToBooking {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(360px, calc(100% - 32px));
    margin: 18px auto 0;
    padding: 14px 20px;
    border: 4px solid var(--public-canvas);
    border-radius: 12px;
    background: var(--public-rose);
    box-shadow: 0 10px 24px rgba(23, 54, 77, 0.22);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
}

.theme-modern #goToBooking:hover,
.theme-modern #goToBooking:focus-visible {
    background: #7e405e;
}

.theme-modern main#welcome {
    position: static;
    z-index: auto;
    width: min(1220px, calc(100% - 32px));
    margin: 24px auto 48px;
    padding: 0;
}

.theme-modern main#welcome #amenitiesList {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 24px;
    padding: 0;
}

.theme-modern main#welcome #amenitiesList li {
    display: flex;
    min-width: 0;
    height: auto;
    min-height: 70px;
    margin: 0;
    padding: 13px;
    border: 1px solid var(--public-line);
    border-radius: 11px;
    background: #fff;
    color: var(--public-ink);
    box-shadow: 0 5px 16px rgba(23, 54, 77, 0.06);
    font-size: 0.87rem;
}

.theme-modern main#welcome #amenitiesList li .fas {
    color: var(--public-teal);
    font-size: 1.25rem;
}

.theme-modern main#welcome .flexContainer {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.85fr);
    gap: 22px;
    width: 100%;
    margin: 0;
}

.theme-modern main#welcome .flexContainer .flexContainerLeft,
.theme-modern main#welcome .flexContainer .flexContainerRight {
    min-width: 0;
    margin: 0;
    padding: 0;
}

.theme-modern main#welcome #description,
.theme-modern main#welcome #location,
.theme-modern main#welcome #amenities,
.theme-modern main#welcome #nearbyActivities {
    margin: 0 0 22px;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid var(--public-line);
    border-radius: var(--public-radius);
    background: #fff;
    color: var(--public-ink);
    box-shadow: var(--public-shadow);
}

.theme-modern main#welcome #description {
    background: #fff;
}

.theme-modern main#welcome #description p,
.theme-modern main#welcome #location p,
.theme-modern main#welcome #amenities p,
.theme-modern main#welcome #nearbyActivities p {
    color: var(--public-ink);
    line-height: 1.72;
}

.theme-modern main#welcome #description p + p {
    margin-top: 16px;
}

.theme-modern main#welcome #location iframe {
    display: block;
    width: 100%;
    min-height: 360px;
    border-radius: 10px;
}

.theme-modern main#welcome #amenities section {
    margin: 0;
    padding: 17px 0;
    border: 0;
    border-bottom: 1px solid var(--public-line);
}

.theme-modern main#welcome #amenities section:last-child {
    border-bottom: 0;
}

.theme-modern main#welcome .flexContainer .flexContainerRight a,
.theme-modern main#welcome a {
    color: var(--public-teal-dark);
}

.theme-modern #nearbyActivities .nearbyIntro {
    color: var(--public-muted);
}

.theme-modern .nearbyActivityGrid {
    grid-template-columns: 1fr;
    gap: 9px;
}

.theme-modern .nearbyActivityCard {
    min-height: 72px;
    border: 1px solid var(--public-line);
    border-radius: 10px;
    background: var(--public-blue-soft);
    color: var(--public-ink) !important;
}

.theme-modern .nearbyActivityCard:hover,
.theme-modern .nearbyActivityCard:focus-visible {
    background: #d5e9e7;
}

.theme-modern .nearbyActivityCard .fas {
    color: var(--public-teal);
}

/* Booking and public availability calendar */
.theme-modern #booking {
    width: min(1080px, calc(100% - 32px));
    margin: 0 auto;
    padding: 32px 0 52px;
}

.theme-modern #booking > h1 {
    margin: 0 0 24px;
    color: var(--public-navy);
}

.theme-modern #booking #rates {
    width: 100%;
    margin: 0 auto 22px;
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid var(--public-line);
    border-radius: var(--public-radius);
    background: #fff;
    color: var(--public-ink);
    box-shadow: var(--public-shadow);
}

.theme-modern #booking #rates ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.theme-modern #booking #rates ul li {
    width: auto;
    height: auto;
    min-height: 105px;
    margin: 0;
    padding: 18px;
    border-radius: 10px;
    background: linear-gradient(145deg, var(--public-blue), var(--public-navy));
    color: #fff;
}

.theme-modern #booking #rates p,
.theme-modern #booking p {
    width: auto;
    margin: 7px 0 0;
    padding: 0;
    background: transparent;
    color: var(--public-muted);
    text-align: left;
}

.theme-modern #booking p a {
    color: var(--public-teal-dark);
    font-weight: 750;
}

.theme-modern #booking #bookingForm {
    width: 100%;
    margin: 0 auto 26px;
    padding: clamp(18px, 4vw, 34px);
    border: 1px solid var(--public-line);
    border-radius: var(--public-radius);
    background: #fff;
    color: var(--public-ink);
    box-shadow: var(--public-shadow);
}

.theme-modern #booking #bookingForm label,
.theme-modern #booking #bookingForm label span {
    color: var(--public-ink);
}

.theme-modern #booking #bookingForm input,
.theme-modern #booking #bookingForm select,
.theme-modern #booking #bookingForm textarea {
    min-height: 44px;
    border-radius: 8px;
}

.theme-modern #booking #bookingForm div.priceFeesTotal {
    margin: 6px 0;
    border: 1px solid #cfe0df;
    border-radius: 8px;
    background: #edf7f6;
}

.theme-modern #booking #bookingForm div.priceFeesTotal label {
    min-height: 48px;
    margin: 0;
    padding: 5px 7px;
}

.theme-modern #booking #bookingForm div.priceFeesTotal label span {
    color: var(--public-ink);
}

.theme-modern #booking #bookingForm div.priceFeesTotal label input {
    border-radius: 6px;
    background: #fff;
    color: var(--public-navy);
    font-weight: 750;
}

.theme-modern #booking #bookingForm input[type="submit"] {
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 9px;
    background: var(--public-teal);
}

.theme-modern #booking #calendar {
    width: 100%;
    padding: clamp(16px, 3vw, 28px);
    border: 1px solid var(--public-line);
    border-radius: var(--public-radius);
    background: #fff;
    box-shadow: var(--public-shadow);
}

.theme-modern #booking #calendar h2 {
    margin: 0 0 16px;
    color: var(--public-navy);
}

.theme-modern #booking #calendar nav {
    width: min(480px, 100%);
    align-items: center;
}

.theme-modern #booking #calendar #getNextMonth,
.theme-modern #booking #calendar #getPrevMonth {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 9px;
    color: var(--public-teal-dark);
    font-size: 2.4rem;
    line-height: 1;
}

.theme-modern #booking #calendar .calendarListContainer .calendarList {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
    float: none;
}

.theme-modern #booking #calendar .calendarListContainer .calendarList li {
    float: none;
    min-width: 0;
    margin: 0;
}

.theme-modern #booking #calendar .calendarListContainer .calendarList li a,
.theme-modern #booking #calendar .calendarListContainer .calendarList li span.calCellEvCounter {
    float: none;
    width: 100%;
    height: auto;
    min-height: 62px;
    border-radius: 7px;
    font-size: 1rem;
    line-height: 62px;
}

.theme-modern #booking #calendar .calendarListContainer .calendarList li a.daynames {
    min-height: 38px;
    background: var(--public-navy);
    font-size: 0.82rem;
    line-height: 38px;
}

.theme-modern #booking #calendar .calendarListContainer .calendarList li a.thisMonth {
    background: var(--public-teal);
}

/* Contact, FAQ and terms */
.theme-modern main#contact,
.theme-modern main#questions,
.theme-modern main#terms {
    width: min(960px, calc(100% - 32px));
    margin: 0 auto;
    padding: 34px 0 52px;
}

.theme-modern main#contact > h1,
.theme-modern main#questions > h1,
.theme-modern main#terms > h1 {
    margin: 0 0 18px;
}

.theme-modern main#contact #contactFormPage,
.theme-modern main#questions .blueBackground,
.theme-modern main#terms .blueBackground {
    padding: clamp(20px, 4vw, 36px);
    border: 1px solid var(--public-line);
    border-radius: var(--public-radius);
    background: #fff;
    color: var(--public-ink);
    box-shadow: var(--public-shadow);
}

.theme-modern main#contact #contactFormPage {
    width: 100%;
}

.theme-modern main#contact a {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: var(--public-teal-dark);
    font-weight: 750;
}

.theme-modern main#contact .contact-book-cta {
    gap: 8px;
    line-height: 1.25;
}

.theme-modern main#contact .contact-book-arrows {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    line-height: 1;
}

.theme-modern main#contact .contact-book-arrows .fas {
    display: block;
    line-height: 1;
}

.theme-modern main#contact label,
.theme-modern main#contact label span {
    color: var(--public-ink);
}

.theme-modern main#contact label span {
    width: auto;
    margin-bottom: 5px;
    text-align: left;
}

.theme-modern main#contact input,
.theme-modern main#contact textarea {
    width: 100%;
}

.theme-modern .faqIntro,
.theme-modern .activityNote {
    color: var(--public-muted);
}

.theme-modern .faqSection h2,
.theme-modern .activityCard h3 {
    color: var(--public-navy);
}

.theme-modern .faqItem,
.theme-modern .activityCard {
    border: 1px solid var(--public-line);
    border-radius: 9px;
    background: var(--public-blue-soft);
}

.theme-modern .faqItem summary,
.theme-modern .faqItem p,
.theme-modern .activityCard p {
    color: var(--public-ink);
}

.theme-modern .faqItem summary::after {
    color: var(--public-teal-dark);
}

.theme-modern .activityCard a,
.theme-modern .faqContent a {
    color: var(--public-teal-dark);
}

.theme-modern .faqActions {
    border: 1px solid var(--public-line);
    background: var(--public-navy);
    box-shadow: var(--public-shadow);
}

.theme-modern main#terms .blueBackground p,
.theme-modern main#terms .blueBackground span,
.theme-modern main#terms .blueBackground li,
.theme-modern main#terms .blueBackground strong {
    color: var(--public-ink) !important;
}

/* Customer login, registration, account, booking and contract */
.theme-modern main#clientReg {
    width: min(1050px, calc(100% - 32px));
    margin: 0 auto;
    padding: 34px 0 52px;
    color: var(--public-ink);
}

.theme-modern main#clientReg > h1 {
    margin: 0 0 18px;
}

.theme-modern main#clientReg .clientRegister {
    width: min(680px, 100%);
    margin: 0 auto;
    padding: clamp(20px, 4vw, 34px);
    border: 1px solid var(--public-line);
    border-radius: var(--public-radius);
    background: #fff;
    color: var(--public-ink);
    box-shadow: var(--public-shadow);
}

.theme-modern main#clientReg .clientRegister:not(.client-account-form) label {
    display: grid;
    grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: 12px;
    margin: 14px 0;
}

.theme-modern main#clientReg .clientRegister:not(.client-account-form) label span {
    display: block;
    width: auto;
    padding: 0;
    color: var(--public-ink);
    text-align: left;
}

.theme-modern main#clientReg .clientRegister:not(.client-account-form) label input,
.theme-modern main#clientReg .clientRegister:not(.client-account-form) label select,
.theme-modern main#clientReg .clientRegister:not(.client-account-form) label textarea {
    width: 100%;
}

.theme-modern main#clientReg .clientRegister:not(.client-account-form) label:has(input[type="checkbox"]),
.theme-modern main#clientReg .clientRegister:not(.client-account-form) label:has(input[type="radio"]) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.theme-modern main#clientReg .clientRegister:not(.client-account-form) label input[type="checkbox"],
.theme-modern main#clientReg .clientRegister:not(.client-account-form) label input[type="radio"] {
    flex: 0 0 auto;
    width: auto;
}

.theme-modern main#clientReg .clientRegister p,
.theme-modern main#clientReg .clientRegister a {
    color: var(--public-ink);
}

.theme-modern main#clientReg .clientRegister a {
    font-weight: 750;
}

.theme-modern main#clientReg .client-login-help {
    margin: 24px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--public-line);
    color: var(--public-muted);
    text-align: center;
}

.theme-modern main#clientReg .client-login-help a {
    color: var(--public-teal-dark);
    font-weight: 800;
}

.theme-modern main#clientReg .verificationBookHere {
    display: inline-block;
    border-radius: 8px;
    background: var(--public-teal);
}

.theme-modern main#clientReg.client-account-page,
.theme-modern main#clientReg.client-booking-page {
    padding-top: 34px;
}

.theme-modern .client-account-panel,
.theme-modern .booking-details {
    border: 1px solid var(--public-line);
    border-radius: var(--public-radius);
    background: #fff;
    color: var(--public-ink);
    box-shadow: var(--public-shadow);
}

.theme-modern .client-account-heading,
.theme-modern .booking-heading {
    border-bottom-color: var(--public-line);
}

.theme-modern .client-account-heading h1,
.theme-modern .account-section-heading h2,
.theme-modern .booking-heading h1,
.theme-modern .booking-card h2 {
    color: var(--public-navy);
}

.theme-modern .client-account-eyebrow,
.theme-modern .booking-reference,
.theme-modern .client-booking-summary header span,
.theme-modern .client-booking-summary dt,
.theme-modern .booking-card dt,
.theme-modern .contract-history-title {
    color: var(--public-muted);
}

.theme-modern .account-details-section,
.theme-modern #clientBookings,
.theme-modern .booking-documents,
.theme-modern .booking-card {
    border-color: var(--public-line);
    background: var(--public-blue-soft);
    color: var(--public-ink);
}

.theme-modern main#clientReg.client-account-page .client-account-fields label span {
    color: var(--public-ink);
}

.theme-modern main#clientReg.client-account-page .client-account-fields label#caProvince,
.theme-modern main#clientReg.client-account-page .client-account-fields label#usState {
    width: 100%;
}

/* iOS Safari can clip native select text when inherited line-height and
   vertical padding exceed the control's rendered height. */
.theme-modern main#clientReg.client-account-page .client-account-fields select {
    height: 48px;
    min-height: 48px;
    padding: 6px 11px;
    color: var(--public-ink);
    line-height: 1.25;
}

.theme-modern .client-booking-summary {
    border-color: var(--public-line);
    background: #fff;
    color: var(--public-ink);
}

.theme-modern .client-booking-summary header,
.theme-modern .booking-card h2 {
    border-bottom-color: var(--public-line);
}

.theme-modern .client-account-danger {
    border-color: #e3b4c1;
    background: #fff0f3;
    color: var(--public-danger);
}

.theme-modern main#clientReg .contractForm {
    width: min(980px, 100%) !important;
    overflow-x: auto;
    text-align: left;
}

.theme-modern main#clientReg .contractForm label {
    grid-template-columns: minmax(180px, 0.5fr) minmax(240px, 1fr);
}

.theme-modern main#clientReg .contractForm label span,
.theme-modern main#clientReg .contractForm label span.ageConf {
    width: auto !important;
    color: var(--public-ink);
    text-align: left !important;
}

.theme-modern main#clientReg .contractForm table {
    max-width: 100%;
    background: #fff;
    color: #111;
}

.theme-modern main#clientReg .success,
.theme-modern main#clientReg .error {
    width: min(760px, 100%);
    margin: 0 auto 18px;
    padding: 14px 16px;
    border-radius: 9px;
}

.theme-modern main#clientReg .success {
    background: #e9f6f0;
    color: var(--public-success);
}

.theme-modern main#clientReg .error {
    background: #fff0f3;
    color: var(--public-danger);
}

/* Footer */
.theme-modern #pageFooter {
    width: 100%;
    margin-top: auto;
    padding: 28px clamp(16px, 4vw, 56px);
    border-top: 4px solid var(--public-teal);
    background: var(--public-navy-deep);
    color: #d7e4eb;
}

.theme-modern #pageFooter #footerMenu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 14px;
}

.theme-modern #pageFooter #footerMenu a {
    padding: 6px 9px;
    border-radius: 6px;
    color: #eef4f7;
}

.theme-modern #pageFooter #footerMenu a::after {
    content: none;
}

.theme-modern #pageFooter #footerMenu a:hover,
.theme-modern #pageFooter #footerMenu a:focus-visible {
    background: rgba(255, 255, 255, 0.1);
}

.theme-modern #pageFooter #copy {
    color: #9eb5c3;
    font-size: 0.82rem;
}

@media (max-width: 1100px) {
    .theme-modern .public-site-header {
        gap: 16px;
    }

    .theme-modern #authClients a {
        padding-inline: 7px;
        font-size: 0.82rem;
    }

    .theme-modern .public-nav-greeting {
        display: none;
    }
}

@media (max-width: 900px) {
    .theme-modern .public-site-header {
        min-height: 68px;
        padding-block: 9px;
    }

    .theme-modern .public-brand-mark {
        width: 40px;
        height: 40px;
    }

    .theme-modern .public-nav-toggle {
        display: inline-flex;
    }

    .theme-modern #authClients {
        position: absolute;
        top: calc(100% + 1px);
        right: 12px;
        left: 12px;
        display: none;
        align-items: stretch;
        max-height: calc(100vh - 88px);
        padding: 10px;
        overflow-y: auto;
        border: 1px solid rgba(255, 255, 255, 0.13);
        border-radius: 0 0 13px 13px;
        background: var(--public-navy-deep);
        box-shadow: 0 18px 32px rgba(16, 41, 61, 0.3);
    }

    .theme-modern #authClients.is-open {
        display: flex;
        flex-direction: column;
    }

    .theme-modern #authClients a {
        padding: 11px 12px;
        font-size: 0.92rem;
    }

    .theme-modern #authClients a#langSwitch {
        align-self: flex-start;
        margin: 6px 0 0;
    }

    .theme-modern .public-nav-greeting {
        display: block;
        padding: 7px 12px;
    }

    .theme-modern main#welcome .flexContainer {
        grid-template-columns: 1fr;
    }

    .theme-modern main#welcome #amenitiesList {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .theme-modern .public-brand strong {
        font-size: 1rem;
    }

    .theme-modern .public-brand small {
        font-size: 0.64rem;
    }

    .theme-modern .public-nav-toggle span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .theme-modern #goToBooking {
        margin-top: 14px;
        border-width: 0;
    }

    .theme-modern main#welcome,
    .theme-modern #booking,
    .theme-modern main#contact,
    .theme-modern main#questions,
    .theme-modern main#terms,
    .theme-modern main#clientReg {
        width: min(100% - 20px, 100%);
    }

    .theme-modern main#welcome #amenitiesList {
        gap: 7px;
    }

    .theme-modern main#welcome #amenitiesList li {
        min-height: 62px;
        padding: 10px;
        font-size: 0.8rem;
    }

    .theme-modern #booking #rates ul {
        grid-template-columns: 1fr;
    }

    .theme-modern #booking #rates ul li {
        min-height: 88px;
    }

    .theme-modern #booking #bookingForm div.twoInRow label,
    .theme-modern #booking #bookingForm div.threeInRow label,
    .theme-modern #booking #bookingForm div.fourInRow label,
    .theme-modern #booking #bookingForm div.fiveInRow label {
        display: block;
        width: 100%;
        margin: 12px 0;
        padding: 0;
    }

    .theme-modern #booking #bookingForm div.priceFeesTotal label {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 110px;
        gap: 8px;
    }

    .theme-modern #booking #bookingForm div.priceFeesTotal label span,
    .theme-modern #booking #bookingForm div.priceFeesTotal label input {
        width: 100%;
        height: auto;
        padding: 6px;
    }

    .theme-modern #booking #calendar {
        padding: 12px 8px 16px;
    }

    .theme-modern #booking #calendar .calendarListContainer .calendarList {
        gap: 2px;
    }

    .theme-modern #booking #calendar .calendarListContainer .calendarList li a,
    .theme-modern #booking #calendar .calendarListContainer .calendarList li span.calCellEvCounter {
        min-height: 42px;
        border-radius: 5px;
        font-size: 0.85rem;
        line-height: 42px;
    }

    .theme-modern #booking #calendar .calendarListContainer .calendarList li a.daynames {
        min-height: 32px;
        font-size: 0.68rem;
        line-height: 32px;
    }

    .theme-modern .activityGrid,
    .theme-modern .client-booking-list,
    .theme-modern .client-account-fields {
        grid-template-columns: 1fr;
    }

    .theme-modern .client-account-heading,
    .theme-modern .client-account-danger {
        align-items: stretch;
        flex-direction: column;
    }

    .theme-modern main#clientReg .clientRegister:not(.client-account-form) label,
    .theme-modern main#clientReg .contractForm label {
        display: block;
        margin: 16px 0;
    }

    .theme-modern main#clientReg .clientRegister:not(.client-account-form) label span {
        margin-bottom: 5px;
    }

    .theme-modern main#clientReg .contractForm {
        padding: 14px;
    }

    .theme-modern main#clientReg .contractForm table {
        min-width: 620px;
    }

    .theme-modern #pageFooter #footerMenu {
        flex-direction: column;
        align-items: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .theme-modern *,
    .theme-modern *::before,
    .theme-modern *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
