/* Custom styles for Hacienda La Palma website */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 700;
    font-display: optional;
    src: url('fonts/playfair-display.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Georgia', serif;
    color: #f0f2f7;
    background: radial-gradient(circle at top, #0b1a1f 0%, #05060a 55%, #05060a 100%);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

a {
    text-decoration: none;
}

.site-header {
    position: fixed;
    width: 100%;
    z-index: 100;
    backdrop-filter: blur(12px);
    background: rgba(4, 7, 13, 0.48);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.navbar .navbar-nav .nav-link {
    color: rgba(255,255,255,0.82) !important;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.navbar .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.hero-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(20, 28, 34, 0.12), rgba(20, 28, 34, 0.12)), url('images/chirripo.jpg?v=3');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    filter: brightness(1.3) contrast(1.1) saturate(1.2);
    z-index: -2;
}

.hero-background::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(150deg, rgba(1, 11, 14, 0.18) 0%, rgba(4, 12, 16, 0.18) 45%, rgba(2, 7, 9, 0.26) 100%);
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
    opacity: 0.95;
}

.parallax {
    background-attachment: fixed;
}

@media (max-width: 768px) {
    .parallax {
        background-attachment: scroll;
    }
}

.hero-background::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(150deg, rgba(1, 11, 14, 0.8) 0%, rgba(4, 12, 16, 0.75) 45%, rgba(2, 7, 9, 0.92) 100%);
}

.hero-content {
    max-width: 920px;
    text-align: center;
    padding: 0 1.25rem;
}

.hero-content h1 {
    font-size: clamp(2.6rem, 6vw, 4.25rem);
    letter-spacing: -0.03em;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-content .lead {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 670px;
    margin: 0 auto 2rem;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-actions .btn {
    padding: 0.95rem 1.7rem;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: rgba(12, 215, 171, 0.3) 0px 10px 25px -10px;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: rgba(12, 215, 171, 0.4) 0px 14px 30px -12px;
}

.features-section {
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
}

.features-section h2 {
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    padding: 2rem;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 24px 45px rgba(0, 0, 0, 0.35);
}

.feature-icon {
    font-size: 1.9rem;
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.feature-card p {
    color: rgba(240, 242, 247, 0.8);
}

.sanctuary-section,
.gastronomy-section,
.elevation-section,
.pricing-section {
    padding: 6rem 0;
    position: relative;
}

.sanctuary-section {
    background: rgba(255, 255, 255, 0.04);
}

.gastronomy-section {
    background: rgba(0, 0, 0, 0.04);
}

.elevation-section {
    background: rgba(255, 255, 255, 0.04);
}

.pricing-section {
    background: rgba(0, 0, 0, 0.06);
}

.pricing-copy {
    max-width: 780px;
    margin: 0 auto 2rem;
    color: rgba(240, 242, 247, 0.85);
}

.pricing-section .card {
    height: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    color: #f0f2f7;
    box-shadow: 0 24px 45px rgba(0, 0, 0, 0.22);
}

.pricing-section .card-body {
    padding: 2rem;
}

.pricing-section .card-title {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.pricing-section .card-text {
    color: rgba(240, 242, 247, 0.82);
}

.pricing-section .card .btn {
    border-radius: 999px;
    font-weight: 600;
}

.sanctuary-section img,
.gastronomy-section img {
    border-radius: 1rem;
    box-shadow: 0 24px 45px rgba(0, 0, 0, 0.25);
}

.sanctuary-section p,
.gastronomy-section p,
.elevation-section p {
    color: rgba(240, 242, 247, 0.85);
}

/* Hamburger toggle — min 48px touch target */
.navbar-toggler {
    min-height: 48px;
    min-width: 48px;
}

.table {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f0f2f7;
}

.table th,
.table td {
    border-color: rgba(255, 255, 255, 0.1);
    color: #f0f2f7;
    background-color: transparent !important;
}

/* Override Bootstrap's striped table light backgrounds */
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: rgba(255, 255, 255, 0.06);
    --bs-table-striped-bg: rgba(255, 255, 255, 0.06);
    background-color: rgba(255, 255, 255, 0.06) !important;
    color: #f0f2f7 !important;
}
.table-striped > tbody > tr:nth-of-type(even) > * {
    background-color: transparent !important;
    color: #f0f2f7 !important;
}
.table thead th {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #f0f2f7 !important;
}

/* ─── Skip link ──────────────────────────────────────────────── */
.skip-link {
    position: absolute;
    top: -100%;
    left: 1rem;
    z-index: 9999;
    padding: 0.75rem 1.5rem;
    background: #0f9a87;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 0 0 0.5rem 0.5rem;
    transition: top 150ms ease;
}
.skip-link:focus {
    top: 0;
    outline: 3px solid #fff;
    outline-offset: 2px;
}

/* ─── Focus-visible ──────────────────────────────────────────── */
:focus-visible {
    outline: 3px solid #8ce3cf;
    outline-offset: 3px;
    border-radius: 2px;
}

/* Remove default focus ring only when :focus-visible is supported */
:focus:not(:focus-visible) {
    outline: none;
}

/* ─── Active nav link ─────────────────────────────────────────── */
.navbar-nav .nav-link[aria-current="page"] {
    color: #8ce3cf !important;
    font-weight: 700;
}

/* ─── Primary button — brand teal, passes WCAG AA ────────────── */
.btn-primary {
    background-color: #0b7a6b !important;
    border-color: #0b7a6b !important;
    color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #096056 !important;
    border-color: #096056 !important;
    color: #ffffff !important;
}
.btn-primary:focus-visible {
    outline: 3px solid #8ce3cf;
    outline-offset: 3px;
}

/* ─── Split-screen: One Morning. Two Worlds. ─────────────────── */
.split-screen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0.5rem;
    margin-top: 2.5rem;
}

.split-left,
.split-right {
    overflow: hidden;
    border-radius: 0.75rem;
}

.split-left img,
.split-right img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 0.75rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 400ms ease;
}

.split-left img:hover,
.split-right img:hover {
    transform: scale(1.02);
}

.split-screen .caption {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 1rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2rem;
    color: rgba(240, 242, 247, 0.85);
    letter-spacing: 0.03em;
}

@media (max-width: 640px) {
    .split-screen {
        grid-template-columns: 1fr;
    }
    .split-left img,
    .split-right img {
        height: 220px;
    }
}

/* ─── Testimonials ───────────────────────────────────────────── */
.testimonials-section {
    padding: 6rem 0;
    background: rgba(255, 255, 255, 0.03);
}

.testimonials-section h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.testimonials-section .section-sub {
    color: rgba(240, 242, 247, 0.65);
    font-size: 1.05rem;
    margin-bottom: 3rem;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid #0b7a6b;
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition: border-color 240ms ease, box-shadow 240ms ease;
}

.testimonial-card:hover {
    border-left-color: #8ce3cf;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.testimonial-mark {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    line-height: 1;
    color: #0b7a6b;
    margin-bottom: -0.75rem;
    display: block;
    user-select: none;
}

.testimonial-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(240, 242, 247, 0.9);
    flex: 1;
}

.testimonial-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
}

.testimonial-name {
    font-weight: 700;
    font-size: 0.9rem;
    color: #f0f2f7;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.testimonial-origin {
    font-size: 0.82rem;
    color: rgba(240, 242, 247, 0.72);
    margin-top: 0.15rem;
}

.testimonial-stars {
    color: #C4933F;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    margin-top: 0.3rem;
}

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

/* ─── Contact section with inquiry form ──────────────────────── */
.contact-section {
    padding: 6rem 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-heading {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}

.contact-sub {
    color: rgba(240, 242, 247, 0.7);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.contact-detail {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-detail a {
    color: #8ce3cf;
    font-weight: 500;
    transition: color 180ms ease;
}

.contact-detail a:hover {
    color: #ffffff;
}

.whatsapp-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.5rem;
    background: #1aab5a;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 999px;
    transition: background 180ms ease, transform 180ms ease;
}

.whatsapp-cta:hover {
    background: #158f4a;
    color: #fff;
    transform: translateY(-2px);
}

.whatsapp-cta svg {
    flex-shrink: 0;
}

/* Inquiry form */
.inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.form-field label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(240, 242, 247, 0.7);
}

.form-field input,
.form-field select,
.form-field textarea {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.6rem;
    padding: 0.75rem 1rem;
    color: #f0f2f7;
    font-size: 0.95rem;
    font-family: inherit;
    width: 100%;
    transition: border-color 180ms ease, background 180ms ease;
    -webkit-appearance: none;
    appearance: none;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: rgba(240, 242, 247, 0.35);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #0b7a6b;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(11, 122, 107, 0.75);
}

.form-field select option {
    background: #0d1f27;
    color: #f0f2f7;
}

.form-field textarea {
    resize: vertical;
    min-height: 100px;
}

.form-submit {
    margin-top: 0.5rem;
}

.form-submit .btn-primary {
    width: 100%;
    padding: 0.95rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 999px;
}

.reservation-form-heading {
    margin-bottom: 1rem;
}

.reservation-form-heading h3 {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
}

.reservation-form-fields {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.inquiry-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.inquiry-success {
    text-align: center;
    padding: 2.5rem 1rem;
}

.inquiry-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    background: rgba(18, 218, 168, 0.15);
    border: 2px solid #12daa8;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #12daa8;
    margin-bottom: 1rem;
}

.inquiry-success h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #f7fbff;
    margin-bottom: 0.5rem;
}

.inquiry-success p {
    color: rgba(240, 242, 247, 0.82);
}

.inquiry-error-banner {
    margin-top: 1rem;
    background: rgba(255, 100, 100, 0.08);
    border: 1px solid rgba(255, 100, 100, 0.28);
    border-radius: 0.6rem;
    padding: 1rem;
    color: #ff8a8a;
    font-size: 0.9rem;
}

.inquiry-error-banner p {
    margin: 0;
}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* ─── Floating WhatsApp button ───────────────────────────────── */
.whatsapp-float {
    position: fixed;
    left: 1.25rem;
    bottom: 1.25rem;
    z-index: 200;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    transition: transform 220ms ease, box-shadow 220ms ease;
    color: #fff;
}

.whatsapp-float:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.45);
    color: #fff;
}

.whatsapp-float:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

/* Footer logo — full width allowed */
.footer-brand img {
    max-width: 240px;
    height: auto;
}

/* ─── Icon wrap (replaces emoji .feature-icon) ───────────────── */
.icon-wrap {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(11, 122, 107, 0.14);
    border: 1px solid rgba(11, 122, 107, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: #0b7a6b;
}

.icon-wrap svg {
    width: 22px;
    height: 22px;
}

/* ─── Pull-quote (sanctuary / gastronomy) ────────────────────── */
.pull-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.75;
    color: rgba(240, 242, 247, 0.9);
    border-left: 3px solid #0b7a6b;
    padding-left: 1.25rem;
    margin: 1.5rem 0;
}

/* ─── Elevation section restructure ─────────────────────────── */
.elevation-header {
    max-width: 680px;
    margin: 0 auto 3rem;
}

.elevation-header h2 {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}

.elevation-intro {
    font-size: 1.05rem;
    color: rgba(240, 242, 247, 0.75);
    line-height: 1.65;
}

.elevation-compare {
    margin-bottom: 3rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.elevation-compare .table {
    min-width: 480px;
}

.elevation-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.elev-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 1.75rem;
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    transition: border-color 240ms ease, box-shadow 240ms ease;
}

.elev-card:hover {
    border-color: rgba(11, 122, 107, 0.35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.elev-card .icon-wrap {
    margin-bottom: 0;
}

.elev-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.elev-card p {
    font-size: 0.92rem;
    color: rgba(240, 242, 247, 0.72);
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .elevation-cards {
        grid-template-columns: 1fr;
    }
}

/* ─── Site footer ────────────────────────────────────────────── */
.site-footer {
    background: rgba(0, 0, 0, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 4rem 0 0;
    color: rgba(240, 242, 247, 0.65);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.6fr;
    gap: 3rem;
    padding-bottom: 3rem;
}

.footer-brand p {
    font-size: 0.88rem;
    color: rgba(240, 242, 247, 0.72);
    margin-top: 1rem;
    max-width: 240px;
    line-height: 1.65;
}

.footer-nav-heading {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(240, 242, 247, 0.55);
    margin-bottom: 1rem;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.footer-nav a,
.footer-contact a {
    color: rgba(240, 242, 247, 0.82);
    font-size: 0.9rem;
    transition: color 160ms ease;
}

.footer-nav a:hover,
.footer-contact a:hover {
    color: #8ce3cf;
}

.footer-contact address {
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    font-size: 0.9rem;
}

.footer-contact span {
    color: rgba(240, 242, 247, 0.65);
    font-size: 0.85rem;
}

.footer-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #25D366 !important;
    font-weight: 600;
    margin-top: 0.25rem;
}

.footer-whatsapp:hover {
    color: #1aab5a !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.82rem;
    color: rgba(240, 242, 247, 0.55);
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-brand p {
        max-width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .hero-actions {
        flex-direction: column;
        gap: 0.75rem;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.7rem;
    }

    .features-section {
        padding-top: 100px;
    }

    .feature-card {
        min-height: auto;
    }
}

.reveal {
    opacity: 1;
    transform: none;
    transition: opacity 650ms ease, transform 650ms ease;
}

.js-reveal .reveal {
    opacity: 0;
    transform: translateY(30px);
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

.back-to-top {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(18, 218, 172, 0.9);
    color: #030a0f;
    font-size: 1.4rem;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.35);
    z-index: 200;
}

.back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-8px);
}

/* Navbar logo — responsive sizing */
.navbar-brand img {
    max-height: 48px;
    width: auto;
    max-width: clamp(160px, 48vw, 280px);
}

.booking-page {
    background: radial-gradient(circle at top, #112027 0%, #081015 52%, #04070a 100%);
}

.booking-hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    padding: 9rem 0 5rem;
    background:
        linear-gradient(140deg, rgba(4, 13, 18, 0.72) 0%, rgba(4, 10, 14, 0.78) 45%, rgba(2, 6, 8, 0.9) 100%),
        url('images/hero.jpg') center/cover no-repeat;
}

.booking-hero-copy {
    max-width: 760px;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    color: #8ce3cf;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.booking-hero h1 {
    font-size: clamp(2.8rem, 6vw, 4.8rem);
    line-height: 1.02;
    margin-bottom: 1rem;
}

.booking-hero .lead,
.section-copy {
    color: rgba(240, 242, 247, 0.82);
}

.stay-options-section,
.stay-inclusions {
    padding: 6rem 0;
}

.unit-picker-section {
    padding: 0 0 6rem;
}

.availability-search-panel {
    max-width: 980px;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
}

.availability-search-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: end;
}

.availability-search-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.availability-search-field label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(240, 242, 247, 0.72);
}

.availability-search-field input {
    width: 100%;
    min-height: 58px;
    padding: 0.95rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(6, 10, 14, 0.6);
    color: #f0f2f7;
}

.availability-search-field input:focus {
    outline: none;
    border-color: rgba(140, 227, 207, 0.7);
    box-shadow: 0 0 0 3px rgba(140, 227, 207, 0.15);
}

.availability-search-form .btn {
    min-height: 58px;
    border-radius: 999px;
    font-weight: 700;
}

.availability-search-note,
.availability-search-status {
    margin: 1rem 0 0;
}

.availability-search-note {
    color: rgba(240, 242, 247, 0.62);
}

.availability-search-status {
    color: rgba(240, 242, 247, 0.9);
    font-weight: 600;
}

.stay-inclusions {
    background: rgba(255, 255, 255, 0.04);
}

.option-intro {
    max-width: 760px;
    margin: 0 auto 3rem;
}

.option-card,
.inclusion-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.5rem;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

.option-card {
    overflow: hidden;
}

.option-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.option-body {
    padding: 2rem;
}

.option-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

.option-label {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(140, 227, 207, 0.12);
    color: #8ce3cf;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.option-price {
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem;
}

.option-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0.75rem;
}

.option-list li,
.inclusion-card {
    color: rgba(240, 242, 247, 0.84);
}

.option-list li {
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.option-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.option-actions .btn {
    border-radius: 999px;
    font-weight: 600;
}

.unit-picker-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.unit-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.15rem;
    padding: 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.unit-card h3 {
    font-size: 1.15rem;
    margin: 0;
}

.unit-card p {
    color: rgba(240, 242, 247, 0.72);
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
}

.unit-card-tag {
    display: inline-flex;
    width: fit-content;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(140, 227, 207, 0.12);
    color: #8ce3cf;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.unit-card-meta {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    color: rgba(240, 242, 247, 0.58);
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.unit-card .btn {
    margin-top: auto;
    border-radius: 999px;
    font-weight: 700;
}

.unit-card-empty {
    grid-column: 1 / -1;
}

.inclusion-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.inclusion-card {
    padding: 1.75rem;
}

.inclusion-card h3 {
    margin-bottom: 0.75rem;
}

.inclusion-link {
    display: inline-flex;
    align-items: center;
    margin-top: 0.9rem;
    color: #8ce3cf;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 180ms ease, transform 180ms ease;
}

.inclusion-link:hover {
    color: #ffffff;
    transform: translateX(2px);
}

@media (max-width: 768px) {
    .booking-hero {
        min-height: auto;
        padding-top: 8rem;
    }

    .inclusion-grid {
        grid-template-columns: 1fr;
    }

    .availability-search-panel {
        padding: 1.35rem;
    }

    .availability-search-form {
        grid-template-columns: 1fr;
    }

    .option-card img {
        height: 240px;
    }

    .unit-picker-grid {
        grid-template-columns: 1fr;
    }

    .option-actions {
        flex-direction: column;
    }
}

/* ─── On the Property / Farm section ────────────────────────── */
.farm-section {
    background: rgba(255, 255, 255, 0.03);
}

.farm-intro {
    font-size: 1.05rem;
    color: rgba(240, 242, 247, 0.72);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.65;
}

.farm-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
}

.farm-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 3px solid rgba(11, 122, 107, 0.4);
    border-radius: 1rem;
    padding: 2rem;
    transition: border-top-color 240ms ease, box-shadow 240ms ease;
}

.farm-card:hover {
    border-top-color: #0b7a6b;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.farm-card .icon-wrap {
    margin-bottom: 1.25rem;
}

.farm-card h3 {
    font-size: 1.15rem;
    margin-bottom: 0.6rem;
}

.farm-card p {
    font-size: 0.93rem;
    color: rgba(240, 242, 247, 0.72);
    line-height: 1.65;
    margin: 0;
}

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

/* ─── Gallery section ────────────────────────────────────────── */
.gallery-section {
    padding: 6rem 0;
}

.gallery-section h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.gallery-tabs {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin-bottom: 2rem !important;
}

.gallery-tab-btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(240, 242, 247, 0.65);
    border-radius: 999px;
    padding: 0.55rem 1.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}

.gallery-tab-btn:hover {
    background: rgba(11, 122, 107, 0.15);
    border-color: rgba(11, 122, 107, 0.3);
    color: #8ce3cf;
}

.gallery-tab-btn.active {
    background: #0b7a6b;
    border-color: #0b7a6b;
    color: #ffffff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 0.75rem;
    display: block;
    transition: transform 320ms ease, box-shadow 320ms ease;
}

.gallery-grid img:hover {
    transform: scale(1.03);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

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

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

    .gallery-tab-btn {
        font-size: 0.82rem;
        padding: 0.45rem 1rem;
    }
}

/* ─── Experience featured card + note ───────────────────────── */
.experience-featured {
    border-color: rgba(196, 147, 63, 0.25);
    border-top: 2px solid #C4933F;
}

.experience-featured:hover {
    border-color: rgba(196, 147, 63, 0.5);
}

.experience-media {
    display: grid;
    gap: 0.75rem;
    margin: 0.5rem 0 1.25rem;
}

.experience-media > img,
.experience-media video,
.experience-media-grid img {
    width: 100%;
    display: block;
    border-radius: 0.85rem;
    background: rgba(3, 10, 13, 0.9);
    object-fit: cover;
}

.experience-media > img,
.experience-media video {
    aspect-ratio: 16 / 10;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
}

.experience-media-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.experience-media-grid img {
    aspect-ratio: 4 / 5;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.experience-media-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.experience-media-split img {
    aspect-ratio: 16 / 10;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.experience-itinerary {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    gap: 0.75rem;
}

.experience-itinerary li {
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.experience-itinerary strong {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #C4933F;
}

.experience-credit {
    margin-top: 0.9rem;
    font-size: 0.72rem;
    line-height: 1.6;
    color: rgba(240, 242, 247, 0.52);
}

.experience-credit a {
    color: rgba(196, 147, 63, 0.92);
}

.exp-note {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #C4933F;
    border: 1px solid rgba(196, 147, 63, 0.3);
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
}

/* Experiences page — inline header replaces full-bleed hero */
.experiences-section {
    padding-top: calc(80px + 3rem); /* clear fixed navbar */
}

.experiences-header h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #f0f2f7;
    margin: 0.5rem 0 1rem;
}

.experiences-header .section-sub {
    max-width: 600px;
    margin: 0 auto;
    color: rgba(240, 242, 247, 0.7);
    font-size: 1.05rem;
}

/* Back link — sticky quick return */
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    position: sticky;
    top: 92px;
    z-index: 25;
    width: fit-content;
    padding: 0.7rem 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f0f2f7;
    text-decoration: none;
    margin-bottom: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(4, 12, 16, 0.88);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.back-link:hover {
    color: #ffffff;
    background: rgba(10, 22, 28, 0.96);
    border-color: rgba(140, 227, 207, 0.45);
    transform: translateY(-1px);
}

.back-link svg {
    color: #8ce3cf;
    transition: transform 0.2s ease;
}

.back-link:hover svg {
    transform: translateX(-3px);
}

@media (max-width: 768px) {
    .back-link {
        top: 82px;
        font-size: 0.76rem;
        padding: 0.62rem 0.88rem;
        margin-bottom: 1.25rem;
    }
}

/* ─── Price strip (below hero) ───────────────────────────────── */
.price-strip {
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 0.9rem 1rem;
    text-align: center;
    font-size: 0.88rem;
    color: rgba(240, 242, 247, 0.72);
    letter-spacing: 0.02em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 1.75rem;
}

.price-strip strong {
    color: #f0f2f7;
    font-weight: 600;
}

.price-strip a {
    color: #8ce3cf;
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-left: 1rem;
    transition: color 160ms ease;
}

.price-strip a:hover {
    color: #fff;
}

/* ─── Chauffeur callout strip ────────────────────────────────── */
.chauffeur-strip {
    background: rgba(11, 122, 107, 0.08);
    border-top: 1px solid rgba(11, 122, 107, 0.18);
    border-bottom: 1px solid rgba(11, 122, 107, 0.18);
    padding: 1.5rem 0;
}

.chauffeur-strip .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.chauffeur-strip p {
    margin: 0;
    font-size: 0.97rem;
    color: rgba(240, 242, 247, 0.85);
    line-height: 1.55;
}

.chauffeur-strip strong {
    color: #f0f2f7;
}

@media (max-width: 640px) {
    .chauffeur-strip .container {
        flex-direction: column;
        text-align: center;
    }

    .experience-media-grid {
        grid-template-columns: 1fr;
    }

    .experience-media-split {
        grid-template-columns: 1fr;
    }
}

/* ─── Experiences CTA section ────────────────────────────────── */
.experiences-cta {
    padding: 5rem 0;
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
}

.experiences-cta h2 {
    font-size: 2.25rem;
    margin-bottom: 0.75rem;
}

.experiences-cta p {
    color: rgba(240, 242, 247, 0.75);
    max-width: 520px;
    margin: 0 auto 2rem;
    font-size: 1.05rem;
    line-height: 1.65;
}

/* ─── Testimonial carousel on mobile ─────────────────────────── */
@media (max-width: 900px) {
    .testimonial-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 1rem;
        padding-bottom: 1rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .testimonial-grid::-webkit-scrollbar {
        display: none;
    }

    .testimonial-card {
        flex: 0 0 88%;
        scroll-snap-align: start;
    }
}

/* =============================================
   FARM COLLECTION — editorial alternating rows
   ============================================= */
.farm-collection-section {
    padding: 5rem 0 4rem;
}

.farm-collection-section h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
}

.collection-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 5rem;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
}

.collection-row:last-child {
    margin-bottom: 0;
}

.collection-row-reverse {
    direction: rtl;
}

.collection-row-reverse > * {
    direction: ltr;
}

.collection-image {
    overflow: hidden;
    min-height: 380px;
}

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

.collection-row:hover .collection-image img {
    transform: scale(1.03);
}

.collection-body {
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.collection-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8ce3cf;
    margin-bottom: 0.75rem;
}

.collection-body h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    color: #f0f2f7;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.collection-body p {
    color: rgba(240, 242, 247, 0.72);
    font-size: 0.97rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.collection-details {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.collection-details li {
    font-size: 0.84rem;
    color: rgba(240, 242, 247, 0.55);
    letter-spacing: 0.02em;
}

.collection-details li::before {
    content: "—  ";
    color: #0b7a6b;
    font-weight: 700;
}

.collection-philosophy {
    margin-top: 0.5rem;
    font-style: italic;
    color: #C4933F !important;
    letter-spacing: 0.06em;
}

.collection-philosophy::before {
    color: #C4933F !important;
}

/* Responsive */
@media (max-width: 768px) {
    .collection-row,
    .collection-row-reverse {
        grid-template-columns: 1fr;
        direction: ltr;
    }

    .collection-image {
        min-height: 240px;
    }

    .collection-body {
        padding: 2rem 1.5rem;
    }
}

/* ─── Mobile Sticky Booking Bar (Item 18) ───────────────────── */
.mobile-book-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background: rgba(4, 10, 18, 0.97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 0.85rem 1.25rem;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
}

.mobile-book-bar.is-visible {
    display: flex;
}

.mobile-book-bar .btn {
    flex: 1;
    max-width: 280px;
    text-align: center;
}

.mobile-book-bar .mobile-book-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    flex-shrink: 0;
    text-decoration: none;
}

.mobile-book-bar .mobile-book-wa:hover {
    background: #1da851;
}

@media (min-width: 768px) {
    .mobile-book-bar {
        display: none !important;
    }
}

/* ─── FAQ Accordion (Item 22) ───────────────────────────────── */
.faq-section {
    padding: 5rem 0;
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 0.5rem;
}

.faq-lead {
    text-align: center;
    color: rgba(240, 242, 247, 0.65);
    margin-bottom: 3rem;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.faq-item {
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255,255,255,0.025);
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 1.1rem 1.4rem;
    font-weight: 600;
    font-size: 0.97rem;
    color: #f0f2f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
    content: "+";
    font-size: 1.2rem;
    line-height: 1;
    color: #8ce3cf;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-body {
    padding: 0 1.4rem 1.2rem;
    color: rgba(240, 242, 247, 0.72);
    font-size: 0.94rem;
    line-height: 1.75;
}

.faq-item summary:focus-visible {
    outline: 2px solid #0b7a6b;
    outline-offset: -2px;
}

.faq-item:hover {
    border-color: rgba(255,255,255,0.14);
}

/* ─── Location Map (Item 23) ────────────────────────────────── */
.location-section {
    padding: 5rem 0;
}

.location-section h2 {
    text-align: center;
    margin-bottom: 0.5rem;
}

.location-section .section-sub {
    text-align: center;
    margin-bottom: 2.5rem;
}

.location-callouts {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.location-callout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    background: rgba(255,255,255,0.025);
    min-width: 140px;
}

.lc-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(240, 242, 247, 0.5);
}

.lc-value {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.05rem;
    color: #f0f2f7;
    font-weight: 700;
}

.location-map-embed {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    line-height: 0;
}

.location-map-embed iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
}

/* ─── Form Validation Error States (Item 20) ────────────────── */
.form-field .field-error {
    display: none;
    font-size: 0.78rem;
    color: #f87171;
    margin-top: 0.3rem;
}

.form-field.has-error .field-error {
    display: block;
}

.form-field.has-error input,
.form-field.has-error select,
.form-field.has-error textarea {
    border-color: rgba(248, 113, 113, 0.6);
    box-shadow: 0 0 0 2px rgba(248, 113, 113, 0.15);
}

.availability-modal .modal-content {
    background: linear-gradient(180deg, rgba(6, 13, 19, 0.96), rgba(8, 14, 20, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.4rem;
    color: #f0f2f7;
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.42);
}

.availability-modal-header,
.availability-modal-footer {
    border-color: rgba(255, 255, 255, 0.08);
    padding: 1.4rem 1.5rem;
}

.availability-modal-header {
    align-items: flex-start;
}

.availability-modal-copy {
    margin: 0.45rem 0 0;
    color: rgba(240, 242, 247, 0.8);
    max-width: 720px;
}

.availability-nav-btn {
    min-height: 44px;
    min-width: 44px;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
}

.availability-modal .btn-close {
    width: 44px;
    height: 44px;
    padding: 0;
    background-size: 1rem;
    flex-shrink: 0;
}

.availability-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.availability-month-label {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
}

.availability-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.85rem;
    color: rgba(240, 242, 247, 0.8);
}

.availability-legend span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.availability-legend-swatch {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 0.25rem;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.availability-legend-swatch.is-available {
    background: rgba(118, 217, 171, 0.24);
}

.availability-legend-swatch.is-unavailable {
    background: rgba(214, 113, 113, 0.32);
}

.availability-legend-swatch.is-past {
    background: rgba(255, 255, 255, 0.08);
}

.availability-legend-symbol {
    font-weight: 700;
    font-size: 0.85rem;
}

.availability-status {
    margin-bottom: 1rem;
    color: rgba(240, 242, 247, 0.84);
}

.availability-weekdays,
.availability-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.7rem;
}

.availability-weekdays {
    margin-bottom: 0.7rem;
    color: rgba(240, 242, 247, 0.56);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.availability-weekdays span {
    text-align: center;
}

.availability-day {
    min-height: 108px;
    padding: 0.85rem 0.8rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.availability-day-number {
    font-size: 1rem;
    font-weight: 700;
}

.availability-day-status {
    font-size: 0.78rem;
    color: rgba(240, 242, 247, 0.72);
}

.availability-day.is-available {
    background: rgba(118, 217, 171, 0.12);
    border-color: rgba(118, 217, 171, 0.28);
}

.availability-day.is-available .availability-day-status {
    color: #9ff0c4;
}

.availability-day.is-unavailable {
    background: rgba(214, 113, 113, 0.14);
    border-color: rgba(214, 113, 113, 0.26);
}

.availability-day.is-unavailable .availability-day-status {
    color: #ffb0b0;
}

.availability-day.is-past {
    opacity: 0.58;
}

.availability-day.is-outside-month {
    background: rgba(255, 255, 255, 0.02);
    border-style: dashed;
}

.availability-day.is-outside-month .availability-day-status {
    visibility: hidden;
}

.availability-day.is-today {
    box-shadow: inset 0 0 0 1px rgba(140, 227, 207, 0.58);
}

/* ─── Experience Card Metadata (Item 24) ────────────────────── */
.exp-meta {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255,255,255,0.07);
}

.exp-meta-item {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(240, 242, 247, 0.45);
}

.exp-meta-item span {
    color: rgba(240, 242, 247, 0.75);
    display: block;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    text-transform: none;
    font-weight: 500;
    margin-top: 0.1rem;
}

/* ─── Mobile bar body clearance ─────────────────────────────── */
@media (max-width: 767px) {
    /* Push content above the sticky booking bar */
    body {
        padding-bottom: 80px;
    }

    /* Hide standalone WhatsApp float on mobile — bar already has WA button */
    .whatsapp-float {
        display: none;
    }

    /* Back-to-top clears the bar */
    .back-to-top {
        bottom: 90px;
    }

    .unit-picker-grid {
        grid-template-columns: 1fr;
    }

    .availability-toolbar {
        flex-direction: column;
    }

    .availability-weekdays,
    .availability-grid {
        gap: 0.45rem;
    }

    .availability-day {
        min-height: 82px;
        padding: 0.65rem 0.55rem;
    }

    .availability-day-number {
        font-size: 0.92rem;
    }

    .availability-day-status {
        font-size: 0.72rem;
    }
}

/* ─── Reduced motion — WCAG 2.3 ─────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .reveal.is-visible {
        opacity: 1;
        transform: none;
    }

    .parallax {
        background-attachment: scroll;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
