/* Safe booking page wrapper polish. Does not target booking engine internals. */

.thekris-booking-page .thekris-booking-hero .thekris-booking-wrap {
    padding-block: clamp(20px, 4vw, 40px) clamp(14px, 3vw, 24px);
}

.thekris-booking-page h1 {
    max-width: 720px;
    font-size: clamp(1.9rem, 5.6vw, 3.25rem);
}

.thekris-booking-page .thekris-booking-intro {
    max-width: 58ch;
    margin-top: 10px;
    font-size: clamp(1rem, 2.4vw, 1.16rem);
    line-height: 1.48;
}

.thekris-booking-page .thekris-booking-trust {
    margin-top: 12px;
    padding: 6px 10px;
    font-size: 0.88rem;
    line-height: 1.25;
}

.thekris-booking-page .thekris-booking-section {
    padding-block: clamp(18px, 3vw, 32px);
}

.thekris-booking-page .thekris-booking-section--trust {
    padding-block: 10px 12px;
}

.thekris-booking-page .thekris-booking-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.thekris-booking-page .thekris-booking-trust-list li {
    flex: 0 1 auto;
    border-radius: 999px;
    padding: 8px 11px;
    font-size: 0.9rem;
    line-height: 1.22;
    box-shadow: none;
}

.thekris-booking-page .thekris-booking-section[aria-labelledby="thekris-availability-title"] {
    padding-top: 8px;
    padding-bottom: clamp(14px, 2.8vw, 24px);
}

.thekris-booking-page .thekris-booking-engine-card {
    padding: clamp(14px, 3vw, 24px);
    box-shadow: 0 12px 30px rgba(20, 33, 29, 0.08);
}

.thekris-booking-page .thekris-booking-engine-head {
    margin-bottom: 12px;
}

.thekris-booking-page .thekris-booking-engine-head h2 {
    font-size: clamp(1.35rem, 3.2vw, 2rem);
}

.thekris-booking-page .thekris-booking-help--compact {
    background: var(--thekris-booking-soft, #f3f6f4);
    color: var(--thekris-booking-ink, #14211d);
}

.thekris-booking-page .thekris-booking-help--compact .thekris-booking-help__inner {
    gap: 14px;
    border: 1px solid var(--thekris-booking-line, #d8e1dd);
    border-radius: 8px;
    background: var(--thekris-booking-white, #ffffff);
    padding: clamp(16px, 3vw, 24px);
    box-shadow: 0 12px 30px rgba(20, 33, 29, 0.07);
}

.thekris-booking-page .thekris-booking-help--compact .thekris-booking-eyebrow {
    color: var(--thekris-booking-accent-dark, #0b5f59);
}

.thekris-booking-page .thekris-booking-help--compact h2 {
    color: var(--thekris-booking-ink, #14211d);
    font-size: clamp(1.3rem, 3vw, 1.85rem);
}

.thekris-booking-page .thekris-booking-help--compact p {
    max-width: 56ch;
    margin-top: 8px;
    color: var(--thekris-booking-muted, #53625d);
    line-height: 1.5;
}

.thekris-booking-page .thekris-booking-help--compact .thekris-booking-actions {
    gap: 8px;
}

.thekris-booking-page .thekris-booking-help--compact a.thekris-booking-button,
.thekris-booking-page .thekris-booking-help--compact a.thekris-booking-button:visited {
    min-height: 44px;
    padding: 11px 15px;
    box-shadow: none;
}

.thekris-booking-page .thekris-booking-help--compact a.thekris-booking-button--secondary,
.thekris-booking-page .thekris-booking-help--compact a.thekris-booking-button--secondary:visited,
.thekris-booking-page .thekris-booking-help--compact a.thekris-booking-button--map,
.thekris-booking-page .thekris-booking-help--compact a.thekris-booking-button--map:visited {
    border-color: rgba(7, 81, 75, 0.34);
    background: #ffffff;
    color: #07514b;
}

.thekris-booking-page .thekris-booking-help--compact a.thekris-booking-button--secondary:hover,
.thekris-booking-page .thekris-booking-help--compact a.thekris-booking-button--secondary:focus-visible,
.thekris-booking-page .thekris-booking-help--compact a.thekris-booking-button--map:hover,
.thekris-booking-page .thekris-booking-help--compact a.thekris-booking-button--map:focus-visible {
    border-color: #07514b;
    background: #edf7f5;
    color: #053f3a;
    text-decoration: none;
}

.thekris-booking-page .thekris-booking-section--photos {
    padding-top: clamp(14px, 2.8vw, 24px);
    padding-bottom: clamp(16px, 3vw, 28px);
}

.thekris-booking-page .thekris-booking-section--photos .thekris-booking-section__head {
    margin-bottom: 10px;
}

.thekris-booking-page .thekris-booking-section--photos .thekris-booking-section__head h2 {
    font-size: clamp(1.25rem, 3vw, 1.8rem);
}

.thekris-booking-page .thekris-booking-section--photos .thekris-booking-section__head p:not(.thekris-booking-eyebrow) {
    max-width: 54ch;
    margin-top: 8px;
}

.thekris-booking-page .thekris-booking-photo-grid {
    gap: 8px;
}

.thekris-booking-page .thekris-booking-photo {
    box-shadow: 0 6px 16px rgba(20, 33, 29, 0.05);
}

.thekris-booking-page .thekris-booking-photo img {
    aspect-ratio: 16 / 8;
}

.thekris-booking-page .thekris-booking-photo figcaption {
    padding: 7px 9px 9px;
    font-size: 0.84rem;
}

.thekris-booking-page .thekris-arrival-card {
    padding: clamp(16px, 3vw, 24px);
}

@media (max-width: 544px) {
    .thekris-booking-page .thekris-booking-hero .thekris-booking-wrap {
        padding-block: 18px 12px;
    }

    .thekris-booking-page .thekris-booking-section--trust {
        padding-block: 8px 10px;
    }

    .thekris-booking-page .thekris-booking-trust-list {
        gap: 7px;
    }

    .thekris-booking-page .thekris-booking-trust-list li {
        padding: 7px 9px;
        font-size: 0.84rem;
    }

    .thekris-booking-page .thekris-booking-section[aria-labelledby="thekris-availability-title"] {
        padding-top: 6px;
    }

    .thekris-booking-page .thekris-booking-help--compact .thekris-booking-help__inner {
        padding: 15px;
    }

    .thekris-booking-page .thekris-booking-section--photos {
        padding-top: 16px;
    }

    .thekris-booking-page .thekris-booking-photo img {
        aspect-ratio: 16 / 9;
    }
}

@media (min-width: 782px) {
    .thekris-booking-page .thekris-booking-help--compact .thekris-booking-help__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .thekris-booking-page .thekris-booking-help--compact .thekris-booking-actions {
        justify-content: flex-end;
    }
}

/* Booking page conversion flow polish. Keeps the booking engine content primary and untouched. */
.thekris-booking-page .thekris-booking-hero .thekris-booking-wrap {
    padding-block: clamp(16px, 3.2vw, 32px) clamp(10px, 2.2vw, 18px);
}

.thekris-booking-page .thekris-booking-intro {
    max-width: 54ch;
    margin-top: 8px;
}

.thekris-booking-page .thekris-booking-trust {
    margin-top: 10px;
}

.thekris-booking-page .thekris-booking-section--trust {
    padding-block: 8px;
}

.thekris-booking-page .thekris-booking-trust-list {
    gap: 6px;
}

.thekris-booking-page .thekris-booking-trust-list li {
    padding: 7px 10px;
    font-size: 0.86rem;
}

.thekris-booking-page .thekris-booking-section[aria-labelledby="thekris-availability-title"] {
    padding-top: 4px;
    padding-bottom: clamp(12px, 2.4vw, 22px);
}

.thekris-booking-page .thekris-booking-engine-card {
    border-color: #bdcec7;
    box-shadow: 0 14px 34px rgba(20, 33, 29, 0.1);
}

.thekris-booking-page .thekris-booking-engine-head {
    margin-bottom: 10px;
}

.thekris-booking-page .thekris-booking-help--compact .thekris-booking-help__inner,
.thekris-booking-page .thekris-arrival-card {
    padding: clamp(14px, 2.6vw, 22px);
    box-shadow: 0 8px 22px rgba(20, 33, 29, 0.055);
}

.thekris-booking-page .thekris-booking-help--compact p {
    max-width: 52ch;
}

.thekris-booking-page .thekris-booking-section--photos {
    padding-top: 6px;
    padding-bottom: clamp(14px, 2.4vw, 22px);
}

.thekris-booking-page .thekris-booking-section--photos .thekris-booking-section__head {
    margin-bottom: 8px;
}

.thekris-booking-page .thekris-booking-section--photos .thekris-booking-section__head h2 {
    font-size: clamp(1.12rem, 2.6vw, 1.55rem);
}

.thekris-booking-page .thekris-booking-section--photos .thekris-booking-section__head p:not(.thekris-booking-eyebrow) {
    max-width: 48ch;
    margin-top: 6px;
    font-size: 0.94rem;
}

.thekris-booking-page .thekris-booking-photo-grid {
    max-width: 820px;
    gap: 6px;
}

.thekris-booking-page .thekris-booking-photo img {
    aspect-ratio: 16 / 7;
}

.thekris-booking-page .thekris-booking-photo figcaption {
    padding: 6px 8px 8px;
    font-size: 0.8rem;
}

@media (max-width: 544px) {
    .thekris-booking-page .thekris-booking-hero .thekris-booking-wrap {
        padding-block: 14px 10px;
    }

    .thekris-booking-page h1 {
        font-size: 1.78rem;
    }

    .thekris-booking-page .thekris-booking-intro {
        margin-top: 7px;
        font-size: 0.96rem;
    }

    .thekris-booking-page .thekris-booking-trust {
        margin-top: 8px;
    }

    .thekris-booking-page .thekris-booking-section--trust {
        padding-block: 6px;
    }

    .thekris-booking-page .thekris-booking-trust-list li {
        padding: 6px 8px;
        font-size: 0.8rem;
    }

    .thekris-booking-page .thekris-booking-section[aria-labelledby="thekris-availability-title"] {
        padding-top: 4px;
        padding-bottom: 12px;
    }

    .thekris-booking-page .thekris-booking-engine-card,
    .thekris-booking-page .thekris-booking-help--compact .thekris-booking-help__inner,
    .thekris-booking-page .thekris-arrival-card {
        padding: 12px;
    }

    .thekris-booking-page .thekris-booking-photo-grid {
        gap: 6px;
    }

    .thekris-booking-page .thekris-booking-photo img {
        aspect-ratio: 16 / 8;
    }
}
