/* Il tema parte da 16 px su desktop e 15 px su mobile: +2 px su tutto il sito. */
body {
    font-size: 18px !important;
}

/*
 * Incremento uniforme di 2 px per i testi minuti definiti dal tema con misure
 * fisse: etichette, date, link, metadati, menu e testi delle schede.
 */
.hero-side-note,
.image-caption,
.card-copy small,
.footer-bottom,
.room-options-grid li span,
.meeting-stats span,
thead th,
.direct-contact span,
.post-image > span {
    font-size: 10px !important;
}

.booking-bar label span,
.stat-row dd,
.card-number,
.card-copy em,
.room-info > span,
.distance-list span,
.reviews-grid blockquote footer,
.footer-column h2,
.amenities-grid span,
.service-band-grid span,
.breakfast-grid span,
.map-sea,
.map-pin,
.places-grid span,
.event-group-title > span,
.event-list p,
.event-list a,
.quote-form label,
.post-copy > p {
    font-size: 11px !important;
}

.utility-bar,
.brand-place,
.button,
.eyebrow,
.text-link,
.room-info p,
.distance-list em,
.reviews-grid > div > p:last-child,
.mini-amenities,
.places-grid p,
.lightbox figcaption,
.promo-copy ul,
.event-group-title p {
    font-size: 12px !important;
}

.desktop-nav a,
.clubhouse-a11y-toggle,
.clubhouse-whatsapp,
.room-options-grid li,
.time-note strong,
.check-label,
.accessibility-grid nav a,
.update-date,
.mobile-contact {
    font-size: 13px !important;
}

.event-facts span,
.footer-column a,
.footer-column p,
.clubhouse-a11y-close,
tbody td,
.chcs-room-counter,
.chcs-single-post .chcs-post-meta {
    font-size: 14px !important;
}

.clubhouse-a11y-controls button,
.service-band-grid p,
.breakfast-grid p,
.form-error {
    font-size: 15px !important;
}

#pojo-a11y-toolbar .clubhouse-pojo-close,
.meeting-space-copy h3 {
    font-size: 16px !important;
}

/* Anche i testi normali con una misura esplicita ricevono lo stesso +2 px. */
.section-intro,
.accessibility-copy p,
.accessibility-copy li {
    font-size: 18px !important;
}

.business-content > p:not(.eyebrow) {
    font-size: 19px !important;
}

.booking-bar input,
.booking-bar select,
.footer-brand > p {
    font-size: 20px !important;
}

.time-note span {
    font-size: 21px !important;
}

.clubhouse-a11y-large-text body {
    font-size: 21px !important;
}

.chcs-room-gallery {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 360px;
    overflow: hidden;
    background: #dcebec;
}

.chcs-room-slides,
.chcs-room-slide {
    position: absolute;
    inset: 0;
    margin: 0;
}

.chcs-room-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease;
}

.chcs-room-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.chcs-room-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.chcs-room-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 999px;
    color: #fff;
    background: rgba(5,49,58,.78);
    box-shadow: 0 8px 24px rgba(5,31,35,.18);
    cursor: pointer;
    transform: translateY(-50%);
}

.chcs-room-prev { left: 16px; }
.chcs-room-next { right: 16px; }

.chcs-room-arrow:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.chcs-room-counter {
    position: absolute;
    z-index: 3;
    right: 16px;
    bottom: 14px;
    margin: 0;
    padding: 6px 10px;
    border-radius: 999px;
    color: #fff;
    background: rgba(5,49,58,.78);
    font-size: 12px;
    letter-spacing: .08em;
}

.chcs-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 42px;
}

.chcs-pagination a,
.chcs-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(7,58,80,.24);
    border-radius: 50%;
    color: #073a50;
    text-decoration: none;
}

.chcs-pagination span[aria-current="page"] {
    color: #fff;
    background: #0b7185;
    border-color: #0b7185;
}

.event-list article[data-chcs-event] {
    min-height: 128px;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr) auto;
    gap: 24px;
}

.event-list article[hidden] {
    display: none !important;
}

.chcs-event-image {
    width: 132px;
    height: 92px;
    margin: 0;
    overflow: hidden;
    background: #dcebec;
}

.chcs-event-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.event-list article[data-chcs-event]:hover .chcs-event-image img {
    transform: scale(1.045);
}

.chcs-single-post {
    padding-top: clamp(48px, 7vw, 96px);
    padding-bottom: clamp(64px, 9vw, 120px);
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.chcs-single-post .chcs-post-meta {
    margin-bottom: 18px;
    color: #0b7185;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.chcs-single-post h1 {
    max-width: 980px;
    margin: 0 0 32px;
}

.chcs-single-featured {
    margin: 0 0 clamp(34px, 5vw, 64px);
    overflow: hidden;
    border-radius: 24px;
}

.chcs-single-featured img {
    display: block;
    width: 100%;
    max-height: 680px;
    object-fit: cover;
}

.chcs-post-content {
    max-width: 820px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.8;
}

.chcs-post-content > :first-child {
    margin-top: 0;
}

.chcs-post-content p,
.chcs-post-content ul,
.chcs-post-content ol {
    margin-top: 0;
    margin-bottom: 1.35em;
}

.chcs-post-content h2,
.chcs-post-content h3,
.chcs-post-content h4 {
    margin-top: 1.75em;
    margin-bottom: .65em;
    line-height: 1.2;
}

.chcs-post-content h2 {
    font-size: clamp(30px, 4vw, 46px);
}

.chcs-post-content h3 {
    font-size: clamp(24px, 3vw, 34px);
}

.chcs-post-content li + li {
    margin-top: .55em;
}

.chcs-post-content hr {
    height: 1px;
    margin: 2.5em 0;
    border: 0;
    background: rgba(7,58,80,.18);
}

.chcs-post-content a {
    color: #0b7185;
    text-decoration-thickness: .08em;
    text-underline-offset: .15em;
}

.chcs-post-content .wp-block-button__link {
    display: inline-flex;
    padding: 13px 22px;
    border-radius: 999px;
    color: #fff;
    background: #0b7185;
    text-decoration: none;
}

.chcs-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.chcs-post-back {
    max-width: 820px;
    margin: 48px auto 0;
}

@media (max-width: 767px) {
    .event-list article[data-chcs-event] {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
        padding-block: 16px;
    }

    .chcs-event-image {
        width: 96px;
        height: 78px;
        grid-row: span 2;
    }

    .event-list article[data-chcs-event] > a {
        grid-column: 2;
        justify-self: start;
    }

    .chcs-room-gallery {
        min-height: 300px;
        aspect-ratio: 4 / 3;
    }

    .chcs-room-arrow {
        width: 40px;
        height: 40px;
    }

    .chcs-single-post h1 {
        font-size: clamp(38px, 12vw, 60px);
    }
}

@media (max-width: 580px) {
    body {
        font-size: 17px !important;
    }

    .brand-city {
        font-size: 16px !important;
        line-height: 16px;
    }

    .stat-row dd {
        font-size: 9px !important;
    }

    .hero-content > p:not(.eyebrow) {
        font-size: 21px !important;
    }

    .page-hero-inner > p:not(.eyebrow) {
        font-size: 20px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .chcs-room-slide {
        transition: none;
    }
}
