/* ==========================================================
   RESTONI — Global Styles
   Dark luxury aesthetic inspired by One Shot Hotels
   Fonts: Abel (hero eyebrow) + DM Serif Display (headings) + Inter (body)
   ========================================================== */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { height: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body {
    height: 100%;
    background-color: #1E1D1A;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    transition: background-color 0.6s ease;
}
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; -webkit-user-drag: none; user-select: none; }
button, input, select, textarea { font: inherit; border: 0; background: transparent; cursor: pointer; color: inherit; }
select { -webkit-appearance: none; appearance: none; }
input { -webkit-appearance: none; appearance: none; }

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    letter-spacing: -0.3px;
}
h1 { font-size: clamp(42px, 7vw, 75px); line-height: 1.05; }
h2 { font-size: clamp(30px, 5vw, 55px); line-height: 1.15; }
h3 { font-size: clamp(24px, 3.5vw, 42px); line-height: 1.2; }
h4 { font-size: clamp(20px, 2.5vw, 28px); line-height: 1.3; }
h5 { font-size: 12px; font-family: 'Inter', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; }
em { font-style: italic; }

/* Abel font for specific uses */
.abel { font-family: 'Abel', sans-serif; }

/* ---------- Container ---------- */
.container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (min-width: 834px)  { .container { padding: 0 40px; } }
@media (min-width: 1200px) { .container { padding: 0 60px; } }

/* ---------- Buttons ---------- */
.btn-primary, .btn-line {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}
@media (min-width: 1200px) {
    .btn-primary, .btn-line { font-size: 16px; padding: 16px 36px; }
}
.btn-line { background: transparent; border: 1px solid; }

.btn-coral { background-color: #E2726D; color: #FFF; border: 0; }
.btn-coral:hover { background-color: #c9605b; }
.btn-coral:active { background-color: #E2726D; }

.btn-black { background-color: #1E1D1A; color: #FFF; border: 0; }
.btn-black:hover { background-color: #3C3C3C; }
.btn-black:active { background-color: #1E1D1A; }

.btn-yellow { background-color: #FFC580; color: #1E1D1A; border: 0; }
.btn-yellow:hover { background-color: #E7B272; }

.btn-line-white { border-color: #FFF; color: #FFF; }
.btn-line-white:hover { background-color: rgba(255,255,255,0.15); }

.btn-line-black { border-color: #1E1D1A; color: #1E1D1A; }
.btn-line-black:hover { background-color: rgba(30,29,26,0.08); }

.arrow { font-size: 1.1em; margin-left: 2px; }


/* ==========================================================
   TOP BAR — Logo centered, hamburger left, lang+book right
   ========================================================== */
.top-bar {
    position: absolute;
    z-index: 10;
    left: 0; top: 0; right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    height: 90px;
    background: linear-gradient(180deg, rgba(30,29,26,0.4) 0%, transparent 100%);
    color: #FFF;
    transition: all 0.35s ease;
}
.top-bar .area-left,
.top-bar .area-right { display: flex; align-items: center; flex: 1; }
.top-bar .area-center { flex-shrink: 0; }
.top-bar .area-right { justify-content: flex-end; gap: 16px; }

/* Logo — centered */
.logo-link { display: flex; align-items: center; }
.logo-big { width: 180px; height: auto; display: block; }
.logo-small { width: 120px; height: auto; display: none; }

/* Hamburger */
.open-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'DM Serif Display', serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    padding: 4px;
}
.menu-label { display: none; }

/* Language switch */
.lang-switch {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
}
.lang-link { opacity: 0.5; transition: opacity 0.2s; text-transform: lowercase; }
.lang-link.active { opacity: 1; }
.lang-link:hover { opacity: 1; }
.lang-divider { opacity: 0.3; font-size: 12px; }

/* Book Now button */
.btn-book-now {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    color: #FFF;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.25s ease;
    display: none;
}
.btn-book-now:hover { background-color: rgba(255,255,255,0.12); }

/* Sticky */
.top-bar.sticky {
    position: fixed;
    background-color: #1E1D1A;
    height: 68px;
    padding: 14px 24px;
    animation: slideDown 0.35s ease;
}
.top-bar.sticky .logo-big { display: none; }
.top-bar.sticky .logo-small { display: block; }

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

@media (min-width: 834px) {
    .top-bar { padding: 24px 40px; height: 100px; }
    .logo-big { width: 200px; }
    .menu-label { display: inline; }
    .btn-book-now { display: inline-flex; }
    .top-bar.sticky { height: 72px; padding: 16px 40px; }
}
@media (min-width: 1200px) {
    .top-bar { padding: 28px 50px; height: 110px; }
    .logo-big { width: 220px; }
    .top-bar.sticky { height: 70px; padding: 14px 50px; }
    .top-bar .area-right { gap: 22px; }
}


/* ==========================================================
   FULL-SCREEN MENU OVERLAY (One Shot Hotels style)
   ========================================================== */
.main-nav {
    position: fixed;
    z-index: 100;
    inset: 0;
    background-color: #000;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    overflow: hidden;
}
.main-nav.showing { opacity: 1; pointer-events: auto; }

/* --- Nav Header --- */
.nav-header {
    flex-shrink: 0;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}
.nav-header .area-left,
.nav-header .area-right { display: flex; align-items: center; flex: 1; }
.nav-header .area-center { flex-shrink: 0; }
.nav-header .area-right { justify-content: flex-end; gap: 16px; }
.nav-logo { height: 34px; width: auto; }

.close-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'DM Serif Display', serif;
    font-size: 18px;
}
.close-text { display: none; }

@media (min-width: 834px) {
    .nav-header { height: 100px; padding: 0 40px; }
    .nav-logo { height: 44px; }
    .close-text { display: inline; }
    .nav-header .area-right .btn-book-now { display: inline-flex; }
}
@media (min-width: 1200px) {
    .nav-header { height: 100px; padding: 0 50px; }
    .nav-logo { height: 50px; }
}

/* --- Nav Body — two-column layout --- */
.nav-body {
    flex: 1;
    overflow: auto;
    padding: 10px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.nav-col { flex: 1; }

/* Column headers */
.nav-col-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 28px;
    padding-bottom: 14px;
    border-bottom: 1px solid #3C3C3C;
}
.nav-col-header h4 {
    font-size: clamp(22px, 3vw, 30px);
}
.nav-all-link {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.6;
    transition: opacity 0.2s;
    white-space: nowrap;
}
.nav-all-link:hover { opacity: 1; }

/* Properties grid by destination */
.nav-properties-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 40px;
}
.nav-dest-group h5 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.4;
    margin-bottom: 12px;
}
.nav-dest-group a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    opacity: 0.75;
    transition: all 0.2s;
}
.nav-dest-group a:hover {
    opacity: 1;
    font-style: italic;
}

/* Destination images in right column */
.nav-dest-images {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 10px;
}
.nav-dest-images::-webkit-scrollbar { display: none; }
.nav-dest-card {
    flex-shrink: 0;
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
}
.nav-dest-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.nav-dest-card:hover img { transform: scale(0.96); }
.nav-dest-card span {
    font-family: 'DM Serif Display', serif;
    font-size: 20px;
    text-align: center;
    opacity: 0.8;
}
.nav-dest-card:hover span { opacity: 1; }

/* --- Nav Bottom Bar --- */
.nav-bottom-bar {
    flex-shrink: 0;
    display: flex;
    border-top: 1px solid #3C3C3C;
}
.nav-bottom-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 16px;
    font-family: 'DM Serif Display', serif;
    font-size: 18px;
    opacity: 0.7;
    transition: all 0.3s ease;
    text-align: center;
}
.nav-bottom-bar a:not(:last-child) {
    border-right: 1px solid #3C3C3C;
}
.nav-bottom-bar a:hover {
    opacity: 1;
    background-color: rgba(255,255,255,0.06);
}

@media (min-width: 834px) {
    .nav-body { padding: 10px 40px 30px; }
    .nav-dest-card { width: 220px; }
    .nav-dest-card img { height: 300px; }
    .nav-bottom-bar a { font-size: 22px; padding: 28px 20px; }
}
@media (min-width: 1200px) {
    .nav-body {
        flex-direction: row;
        gap: 50px;
        padding: 10px 50px 30px;
    }
    .nav-col-left { flex: 1; }
    .nav-col-right { flex: 1.2; }
    .nav-dest-card { width: 240px; }
    .nav-dest-card img { height: 360px; }
    .nav-dest-card span { font-size: 22px; }
    .nav-bottom-bar a { font-size: 24px; padding: 32px 24px; }
}


/* ==========================================================
   HERO
   ========================================================== */
.hero {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.hero-media {
    position: absolute;
    inset: 0; z-index: 0;
}
.hero-media video {
    width: 100%; height: 100%;
    object-fit: cover;
    /* If video is landscape (16:9), object-position centers it.
       Change to "center top" or "center bottom" if the sea/landscape
       is cropped out at the top or bottom. */
    object-position: center center;
}
.hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(30,29,26,0.15) 0%, rgba(30,29,26,0.55) 65%, rgba(30,29,26,0.9) 100%);
}
.hero-content {
    position: relative; z-index: 2;
    padding: 0 24px 100px;
    max-width: 750px;
}
.hero-eyebrow {
    font-family: 'Abel', sans-serif;
    font-size: clamp(28px, 5vw, 50px);
    line-height: 1.1;
    letter-spacing: 0.5px;
    margin-bottom: -4px;
    opacity: 0.9;
}
.hero-content h1 { margin-bottom: 18px; }
.hero-subtitle {
    font-size: 16px; line-height: 1.6;
    opacity: 0.75;
    max-width: 460px;
}

/* Scroll indicator */
.hero-scroll {
    position: absolute; z-index: 2;
    bottom: 30px; right: 30px;
    display: flex; flex-direction: column;
    align-items: center; gap: 8px;
    font-size: 10px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2px;
    opacity: 0.4;
}
.scroll-line {
    width: 1px; height: 40px; background: #FFF;
    animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
    0%, 100% { opacity: 0.3; transform: scaleY(1); }
    50% { opacity: 1; transform: scaleY(1.3); transform-origin: top; }
}

@media (min-width: 834px) {
    .hero-content { padding: 0 50px 120px; }
    .hero-subtitle { font-size: 18px; }
}
@media (min-width: 1200px) {
    .hero-content { padding: 0 60px 130px; }
    .hero-subtitle { font-size: 19px; }
}


/* ==========================================================
   BOOKING BAR
   ========================================================== */
.booking-bar {
    position: fixed;
    z-index: 20;
    bottom: 0; left: 0; right: 0;
    display: flex;
    justify-content: center;
    padding: 16px;
    pointer-events: none;
    transition: opacity .35s ease, transform .35s ease, visibility 0s linear 0s;
}
/* Hidden once the hero scrolls out of view (toggled in index.html JS) */
.booking-bar.is-out {
    opacity: 0;
    transform: translateY(24px);
    visibility: hidden;
    transition: opacity .35s ease, transform .35s ease, visibility 0s linear .35s;
}
.booking-bar.is-out .booking-bar-inner {
    pointer-events: none;
}
.booking-bar-inner {
    pointer-events: auto;
    background: #FFF;
    color: #1E1D1A;
    border-radius: 14px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    padding: 8px;
    gap: 0;
    width: 100%;
    max-width: 740px;
}
.booking-field {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    flex: 1;
    min-width: 0;
}
.booking-field svg {
    flex-shrink: 0;
    stroke: #9B9B9B;
}
.booking-field > div { min-width: 0; }
.field-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #9B9B9B;
    letter-spacing: 0.3px;
}
.field-value {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #1E1D1A;
    background: transparent;
    border: 0;
    padding: 0;
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.field-value::placeholder { color: #1E1D1A; }
.field-date {
    color: #1E1D1A;
    font-size: 13px;
    cursor: pointer;
}
.field-date::-webkit-calendar-picker-indicator {
    opacity: 0.4;
    cursor: pointer;
}
.booking-divider {
    width: 1px;
    height: 36px;
    background: #E5E5E5;
    flex-shrink: 0;
}
.booking-search {
    border-radius: 8px;
    padding: 14px 28px;
    flex-shrink: 0;
    font-size: 15px;
}

/* Hide middle fields on mobile */
@media (max-width: 699px) {
    .booking-bar-inner { flex-wrap: wrap; gap: 4px; }
    .booking-field:nth-child(3),
    .booking-field:nth-child(5),
    .booking-divider:nth-child(4) { display: none; }
    .booking-divider { height: 30px; }
    .booking-search { width: 100%; margin-top: 4px; }
}
@media (min-width: 700px) {
    .booking-bar-inner { padding: 10px 10px 10px 16px; }
    .field-value { font-size: 14px; }
}


/* ==========================================================
   TEXT MARQUEE — Bold dual-row (React motion component style)
   ========================================================== */
.text-marquee {
    background-color: #FFFFFF;
    color: #1E1D1A;
    padding: 30px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.marquee-row {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
}
.marquee-track {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 0;
}
.marquee-track span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 7vw;
    font-weight: 800;
    letter-spacing: -0.07em;
    line-height: 0.95;
    padding: 0 0.4em;
    flex-shrink: 0;
    text-transform: uppercase;
}

/* Row 1 scrolls left */
.marquee-left {
    animation: marqueeLeft 45s linear infinite;
}
/* Row 2 scrolls right */
.marquee-right {
    animation: marqueeRight 50s linear infinite;
}
@keyframes marqueeLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes marqueeRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

@media (min-width: 834px) {
    .text-marquee { padding: 40px 0; }
    .marquee-track span { font-size: 6vw; }
}
@media (min-width: 1200px) {
    .text-marquee { padding: 50px 0; }
    .marquee-track span { font-size: 5vw; }
}


/* ==========================================================
   ABOUT SECTION (after ticker — One Shot style with images)
   ========================================================== */
.about-section {
    padding: 100px 0 80px;
    background-color: #F5F4EE;
    color: #1E1D1A;
    transition: background-color 0.6s ease;
}
.about-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.about-text h2 {
    font-size: clamp(28px, 4.5vw, 52px);
    line-height: 1.18;
    margin-bottom: 24px;
    max-width: 750px;
}
.about-text p {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.7;
    max-width: 520px;
    margin-bottom: 12px;
}
.about-tagline {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(24px, 3vw, 36px);
    opacity: 1 !important;
    margin-top: 20px;
    color: #1E1D1A;
}
.about-images {
    display: flex;
    gap: 20px;
}
.about-img {
    height: 320px;
    object-fit: cover;
    border-radius: 0;
}
.about-img-1 { width: 45%; }
.about-img-2 { width: 55%; }
.about-img-single { width: 100%; }

@media (min-width: 834px) {
    .about-section { padding: 130px 0 100px; }
    .about-text p { font-size: 17px; }
    .about-img { height: 400px; }
}
@media (min-width: 1200px) {
    .about-grid {
        flex-direction: row;
        align-items: flex-start;
        gap: 80px;
    }
    .about-text { flex: 1; }
    .about-images { flex: 1; }
    .about-img { height: 450px; }
}


/* ==========================================================
   TRAVEL TYPES — The Restoni Way
   ========================================================== */
.travel-types-header {
    padding: 80px 0 10px;
    text-align: center;
}
.travel-types-header h2 {
    margin-bottom: 0;
}

/* Compact labels — tight spacing, hover opens image */
.travel-type {
    position: relative;
    cursor: pointer;
}
.travel-type-label {
    text-align: center;
    padding: 16px 24px;
    transition: background-color 0.4s ease;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.travel-type-label h3 {
    font-size: clamp(26px, 3.5vw, 42px);
    color: #1E1D1A;
    transition: color 0.4s ease, opacity 0.3s ease;
    opacity: 0.7;
}
.travel-type:hover .travel-type-label h3,
.travel-type.active .travel-type-label h3 { opacity: 1; }
.travel-type:first-child .travel-type-label h3 { color: #FFF; }

/* Image panel — only appears on hover/active */
.travel-type-full {
    position: relative;
    height: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.travel-type.active .travel-type-full {
    height: 50vh;
    min-height: 320px;
}
.travel-type-overlay {
    position: absolute; inset: 0;
    background: rgba(30,29,26,0.45);
}
.travel-type-content {
    position: absolute;
    inset: 0;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center;
    padding: 40px 24px;
    opacity: 0;
    transition: opacity 0.4s ease 0.15s;
}
.travel-type.active .travel-type-content { opacity: 1; }
.travel-type-content h3 {
    font-size: clamp(28px, 4.5vw, 48px);
    margin-bottom: 12px;
}
.travel-type-content p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 480px;
    opacity: 0.85;
    margin-bottom: 24px;
}

@media (min-width: 834px) {
    .travel-type-label { padding: 20px 40px; }
    .travel-type-content p { font-size: 16px; }
}
@media (min-width: 1200px) {
    .travel-type-label { padding: 22px 60px; }
    .travel-type.active .travel-type-full { height: 55vh; }
}


/* ==========================================================
   SLIDER ARROWS (shared by destinations + properties)
   ========================================================== */
.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    gap: 20px;
}
.slider-arrows {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}
.slider-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1E1D1A;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 0;
}
.slider-arrow:hover { background: #3C3C3C; }
.slider-arrow:active { background: #1E1D1A; }

/* Dark variant (for dark bg sections) */
.slider-arrows.dark .slider-arrow {
    background: #FFF;
    color: #1E1D1A;
}
.slider-arrows.dark .slider-arrow:hover { background: #DBDBDB; }

.section-header-title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
}

@media (min-width: 1200px) {
    .slider-arrow { width: 48px; height: 48px; }
}


/* ==========================================================
   DESTINATIONS — Draggable slider, larger cards
   ========================================================== */
.destinations {
    padding: 100px 0;
    background-color: #F5F4EE;
    color: #1E1D1A;
    overflow: hidden;
}
.destinations-heading {
    font-size: clamp(26px, 4vw, 48px);
    line-height: 1.2;
    margin-bottom: 50px;
    max-width: 700px;
}

/* Draggable slider */
.destinations-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 0 24px 30px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}
.destinations-slider::-webkit-scrollbar { display: none; }
.destinations-slider.dragging { cursor: grabbing; scroll-snap-type: none; }
.destinations-slider.dragging a { pointer-events: none; }

.dest-slide {
    flex-shrink: 0;
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #1E1D1A;
    text-decoration: none;
    scroll-snap-align: start;
    transition: transform 0.4s ease;
}
.dest-slide:hover { transform: translateY(-6px); }
.dest-slide:nth-child(even) { flex-direction: column-reverse; }

.dest-image { overflow: hidden; }
.dest-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.dest-slide:hover .dest-image img { transform: scale(0.95); }

.dest-info {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 6px 0;
}
.dest-info h3 {
    font-size: clamp(28px, 3.5vw, 40px);
    letter-spacing: -0.5px;
}
.dest-count {
    font-size: 15px;
    opacity: 0.5;
    white-space: nowrap;
}
.dest-plus {
    margin-left: auto;
    font-size: 22px;
    opacity: 0.35;
    transition: opacity 0.25s;
}
.dest-slide:hover .dest-plus { opacity: 1; }

@media (min-width: 834px) {
    .destinations-slider { gap: 24px; padding: 0 40px 30px; }
    .dest-slide { width: 380px; }
    .dest-image img { height: 520px; }
}
@media (min-width: 1200px) {
    .destinations-slider { gap: 28px; padding: 0 60px 30px; }
    .dest-slide { width: 420px; }
    .dest-image img { height: 600px; }
    .dest-info h3 { font-size: 40px; }
}


/* ==========================================================
   PROPERTIES — Draggable horizontal slider, all 20
   ========================================================== */
.properties {
    padding: 100px 0 100px;
    background-color: #1E1D1A;
    transition: background-color 0.6s ease;
    overflow: hidden;
}
.section-header { margin-bottom: 40px; }
.section-header h2 {
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    letter-spacing: -0.04em;
}
.section-subtitle { font-size: 15px; opacity: 0.45; max-width: 420px; }

/* Draggable slider */
.properties-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 0 24px 20px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}
.properties-slider::-webkit-scrollbar { display: none; }
.properties-slider.dragging { cursor: grabbing; scroll-snap-type: none; }
.properties-slider.dragging a { pointer-events: none; }

.property-card {
    flex-shrink: 0;
    width: 300px;
    overflow: hidden;
    scroll-snap-align: start;
    transition: transform 0.4s ease;
}
.property-card:hover { transform: translateY(-5px); }

.property-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Image + hover overlay */
.property-image {
    position: relative;
    height: 360px;
    overflow: hidden;
}
.property-image img {
    height: 100%; width: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.property-card:hover .property-image img { transform: scale(1.06); }

.property-overlay {
    position: absolute; inset: 0;
    background: rgba(30,29,26,0);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 18px;
    transition: background 0.4s ease;
}
.property-card:hover .property-overlay { background: rgba(30,29,26,0.3); }
.property-cta {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(6px);
    transition: all 0.3s ease;
}
.property-card:hover .property-cta { opacity: 1; transform: translateY(0); }

/* Info */
.property-info { padding: 16px 2px 8px; }
.property-location {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    opacity: 0.35;
    margin-bottom: 6px;
}
.property-name {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 8px;
}
.property-price {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #FFF;
}
.property-price span {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.45;
}

@media (min-width: 834px) {
    .properties-slider { gap: 28px; padding: 0 40px 20px; }
    .property-card { width: 340px; }
    .property-image { height: 400px; }
    .property-name { font-size: 20px; }
}
@media (min-width: 1200px) {
    .properties-slider { gap: 30px; padding: 0 60px 20px; }
    .property-card { width: 360px; }
    .property-image { height: 440px; }
    .property-name { font-size: 22px; }
    .property-price { font-size: 20px; }
}


/* ==========================================================
   TESTIMONIALS — Staggered cards
   ========================================================== */
.testimonials-section {
    background-color: #F5F4EE;
    color: #1E1D1A;
    padding: 100px 0 60px;
    overflow: hidden;
}
.testimonials-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 50px;
}
.testimonials-header h2 {
    font-size: clamp(32px, 4.5vw, 55px);
}
.google-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
}
.google-badge svg { flex-shrink: 0; }

@media (min-width: 834px) {
    .testimonials-header { flex-direction: row; align-items: baseline; gap: 24px; }
}

/* Stage — holds the staggered cards */
.testimonials-stage {
    position: relative;
    width: 100%;
    height: 420px;
    margin: 0 auto;
    max-width: 1200px;
}

/* Individual card */
.testimonial-card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 340px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    clip-path: polygon(40px 0%, calc(100% - 40px) 0%, 100% 40px, 100% 100%, calc(100% - 40px) 100%, 40px 100%, 0 100%, 0 0);
}

/* Center card */
.testimonial-card.tc-center {
    z-index: 10;
    background-color: #1E1D1A;
    color: #FFF;
    border: 2px solid #1E1D1A;
    transform: translate(-50%, -50%) translateY(-30px);
    box-shadow: 0 8px 0 4px #3C3C3C;
}
/* Side cards */
.testimonial-card.tc-left {
    z-index: 5;
    background-color: #FFF;
    color: #1E1D1A;
    border: 2px solid #E5E5E5;
    transform: translate(-50%, -50%) translateX(-240px) translateY(-10px) rotate(-2.5deg);
}
.testimonial-card.tc-right {
    z-index: 5;
    background-color: #FFF;
    color: #1E1D1A;
    border: 2px solid #E5E5E5;
    transform: translate(-50%, -50%) translateX(240px) translateY(10px) rotate(2.5deg);
}

/* Corner notch line (like React component) */
.testimonial-card::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 38px;
    width: 57px;
    height: 2px;
    transform-origin: top right;
    transform: rotate(45deg);
}
.testimonial-card.tc-center::after { background-color: #3C3C3C; }
.testimonial-card.tc-left::after,
.testimonial-card.tc-right::after { background-color: #E5E5E5; }

/* Card content */
.tc-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 16px;
}
.tc-quote {
    font-family: 'DM Serif Display', serif;
    font-size: 17px;
    line-height: 1.45;
    flex: 1;
}
.tc-center .tc-quote { color: #FFF; }

.tc-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}
.tc-avatar {
    width: 44px;
    height: 44px;
    object-fit: cover;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}
.tc-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.tc-origin {
    display: block;
    font-size: 12px;
    opacity: 0.5;
}
.tc-center .tc-origin { opacity: 0.6; }

/* Navigation buttons */
.testimonials-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}
.tc-nav-btn {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border: 2px solid #E5E5E5;
    color: #1E1D1A;
    cursor: pointer;
    transition: all 0.25s ease;
}
.tc-nav-btn:hover {
    background: #1E1D1A;
    color: #FFF;
    border-color: #1E1D1A;
}

@media (min-width: 640px) {
    .testimonial-card { width: 365px; height: 365px; padding: 36px; }
    .tc-quote { font-size: 19px; }
    .testimonial-card.tc-left { transform: translate(-50%, -50%) translateX(-280px) translateY(-10px) rotate(-2.5deg); }
    .testimonial-card.tc-right { transform: translate(-50%, -50%) translateX(280px) translateY(10px) rotate(2.5deg); }
    .testimonials-stage { height: 480px; }
}
@media (min-width: 1200px) {
    .testimonial-card.tc-left { transform: translate(-50%, -50%) translateX(-320px) translateY(-15px) rotate(-2.5deg); }
    .testimonial-card.tc-right { transform: translate(-50%, -50%) translateX(320px) translateY(15px) rotate(2.5deg); }
    .testimonials-stage { height: 500px; }
    .tc-quote { font-size: 20px; }
}


/* ==========================================================
   INSTAGRAM SECTION
   ========================================================== */
.instagram-section {
    background-color: #F5F4EE;
    color: #1E1D1A;
    padding: 80px 0 0;
    text-align: center;
}
.insta-heading {
    margin-bottom: 40px;
}
.insta-heading h2 {
    font-size: clamp(36px, 5vw, 65px);
    line-height: 1.1;
    margin-bottom: 20px;
}
.insta-handle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border: 0;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    background: #1E1D1A;
    transition: all 0.25s ease;
}
.insta-handle:hover { background: #3C3C3C; }
.insta-handle svg { flex-shrink: 0; stroke: #FFF; }

/* Animated sliding image strip */
.insta-slider {
    overflow: hidden;
    width: 100%;
}
.insta-track {
    display: flex;
    gap: 14px;
    animation: instaSlide 40s linear infinite;
    width: max-content;
}
.insta-track img {
    flex-shrink: 0;
    width: 280px;
    height: 280px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.insta-track img:hover { transform: scale(0.96); }

@keyframes instaSlide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (min-width: 834px) {
    .insta-track img { width: 320px; height: 320px; }
    .insta-track { gap: 16px; }
}
@media (min-width: 1200px) {
    .insta-track img { width: 360px; height: 360px; }
    .insta-track { gap: 18px; }
}


/* ==========================================================
   FOOTER (One Shot Hotels style — full width)
   ========================================================== */
.site-footer {
    background-color: #1E1D1A;
    color: #FFF;
    padding-top: 80px;
}
.footer-inner {
    width: 100%;
    padding: 0 24px;
}
@media (min-width: 834px)  { .footer-inner { padding: 0 50px; } }
@media (min-width: 1200px) { .footer-inner { padding: 0 70px; } }

/* Newsletter */
.footer-newsletter {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 50px;
}
.newsletter-text h3 {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 10px;
}
.newsletter-text p {
    font-size: 15px; line-height: 1.6;
    opacity: 0.7; max-width: 380px;
}
.newsletter-right { display: flex; flex-direction: column; gap: 16px; }
.newsletter-form {
    display: flex; align-items: center;
    border-bottom: 1px solid #FFF;
    max-width: 500px;
}
.nf-input {
    background: transparent; color: #FFF; border: 0;
    padding: 12px 0; font-size: 15px; flex: 1; min-width: 80px;
    border-right: 1px solid rgba(255,255,255,0.2);
    padding-right: 16px; margin-right: 16px;
}
.nf-input:last-of-type { border-right: 0; margin-right: 0; }
.nf-input::placeholder { color: rgba(255,255,255,0.5); }
.nf-submit {
    font-family: 'DM Serif Display', serif;
    font-size: 26px; color: #FFF;
    padding: 8px 4px; cursor: pointer; white-space: nowrap;
}
.nf-consent {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 12px; opacity: 0.5; max-width: 400px; cursor: pointer;
}
.nf-checkbox {
    width: 16px; height: 16px; border: 1px solid #FFF;
    background: transparent; flex-shrink: 0; margin-top: 1px;
    cursor: pointer; appearance: none; -webkit-appearance: none;
    position: relative;
}
.nf-checkbox:checked::after {
    content: ''; position: absolute; top: 2px; left: 2px;
    width: 10px; height: 6px;
    border-left: 2px solid #FFF; border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
}
.nf-consent a { text-decoration: underline; }

/* Footer social icons — next to newsletter */
.footer-social-icons {
    display: flex;
    gap: 16px;
    align-items: center;
    padding-top: 10px;
}
.social-icon-link {
    color: rgba(255,255,255,0.6);
    transition: color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icon-link:hover { color: #FFF; }

@media (min-width: 834px) {
    .footer-newsletter { flex-direction: row; gap: 60px; align-items: flex-start; flex-wrap: wrap; }
    .footer-social-icons { padding-top: 0; }
}

/* Footer links */
.footer-middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
    padding: 40px 0;
    border-top: 1px solid #3C3C3C;
    font-size: 15px;
}
.footer-links-col { display: flex; flex-direction: column; gap: 10px; }
.footer-links-col a { opacity: 0.7; transition: opacity 0.2s; }
.footer-links-col a:hover { opacity: 1; }
.footer-contact-col { grid-column: 1 / -1; display: flex; flex-direction: column; gap: 16px; }
.fc-group { display: flex; flex-direction: column; gap: 2px; }
.fc-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; opacity: 0.4; margin-bottom: 2px; }
.fc-value { font-size: 15px; display: block; }
.fc-value a { opacity: 0.7; transition: opacity 0.2s; }
.fc-value a:hover { opacity: 1; }
.social-link { font-family: 'DM Serif Display', serif; font-size: 26px; opacity: 0.7; transition: opacity 0.2s; }
.social-link:hover { opacity: 1; }

@media (min-width: 834px) {
    .footer-middle { grid-template-columns: repeat(3, 1fr) auto; gap: 40px; }
    .footer-contact-col { grid-column: auto; }
}

/* Brand + Partners row */
.footer-brand-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px 0 40px;
    border-top: 1px solid #3C3C3C;
}
.footer-logo img { width: 220px; height: auto; }
.footer-partners {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}
.partner-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px; height: 40px;
    border: 1px dashed rgba(255,255,255,0.2);
    border-radius: 4px;
    font-size: 10px;
    opacity: 0.3;
    text-align: center;
}

@media (min-width: 834px) {
    .footer-brand-row { flex-direction: row; justify-content: space-between; align-items: center; }
}

/* Footer bottom */
.footer-bottom {
    padding: 24px 0 30px;
    border-top: 1px solid #3C3C3C;
}
.footer-legal {
    display: flex; gap: 24px;
    font-size: 13px; opacity: 0.35;
}
.footer-legal a:hover { opacity: 0.8; }

/* Booking bar space */
.site-footer { padding-bottom: 100px; }


/* ==========================================================
   COOKIE CONSENT BANNER
   ========================================================== */
.cookie-banner {
    position: fixed;
    z-index: 60;
    bottom: 80px;
    left: 0; right: 0;
    display: none;
    justify-content: center;
    padding: 0 16px;
}
.cookie-banner.showing { display: flex; }
.cookie-inner {
    background: #1E1D1A;
    color: #FFF;
    border-radius: 12px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    font-size: 13px;
    line-height: 1.5;
}
.cookie-inner p { flex: 1; opacity: 0.8; }
.cookie-inner a { text-decoration: underline; }
.cookie-buttons { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-btn {
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: 0;
    transition: all 0.2s;
}
.cookie-accept { background: #FFF; color: #1E1D1A; }
.cookie-accept:hover { background: #DBDBDB; }
.cookie-decline { background: transparent; color: #FFF; border: 1px solid rgba(255,255,255,0.3); }
.cookie-decline:hover { border-color: #FFF; }

@media (max-width: 600px) {
    .cookie-inner { flex-direction: column; text-align: center; gap: 14px; }
    .cookie-banner { bottom: 74px; }
}


/* ==========================================================
   MOBILE RESPONSIVE FIXES
   ========================================================== */

/* --- Small phones (< 400px) --- */
@media (max-width: 400px) {
    .logo-big { width: 140px; }
    .btn-book-now { display: none !important; }
    .hero-eyebrow { font-size: 24px; }
    .hero-content h1 { font-size: 36px; }
    .hero-subtitle { font-size: 14px; }
    .hero-content { padding: 0 20px 90px; }
    .marquee-track span { font-size: 10vw; }
    .about-text h2 { font-size: 26px; }
    .about-img { height: 240px; }
    .travel-type-label h3 { font-size: 24px; }
    .travel-type-content h3 { font-size: 26px; }
    .travel-type-content p { font-size: 13px; }
    .dest-slide { width: 260px; }
    .dest-image img { height: 360px; }
    .dest-info h3 { font-size: 24px; }
    .property-card { width: 260px; }
    .property-image { height: 320px; }
    .property-name { font-size: 16px; }
    .testimonial-card { width: 260px; height: 310px; padding: 24px; }
    .tc-quote { font-size: 15px; }
    .testimonial-card.tc-left { transform: translate(-50%, -50%) translateX(-180px) translateY(-10px) rotate(-2.5deg); }
    .testimonial-card.tc-right { transform: translate(-50%, -50%) translateX(180px) translateY(10px) rotate(2.5deg); }
    .testimonials-stage { height: 400px; }
    .footer-newsletter { gap: 20px; }
    .newsletter-text h3 { font-size: 28px; }
    .nf-input { font-size: 13px; padding-right: 10px; margin-right: 10px; }
    .nf-submit { font-size: 22px; }
    .insta-track img { width: 220px; height: 220px; }
    .insta-heading h2 { font-size: 32px; }
    .booking-bar { padding: 10px; }
    .booking-bar-inner { border-radius: 10px; }
}

/* --- Booking bar mobile (< 500px): compact 2-field layout --- */
@media (max-width: 499px) {
    .booking-bar-inner { flex-wrap: wrap; gap: 0; padding: 6px; }
    .booking-field { padding: 8px 12px; }
    .booking-field:nth-child(3),
    .booking-field:nth-child(5),
    .booking-divider:nth-child(4),
    .booking-divider:nth-child(6) { display: none; }
    .booking-divider { height: 28px; }
    .booking-search { width: 100%; margin-top: 4px; padding: 12px; }
}

/* --- Footer mobile stacking --- */
@media (max-width: 600px) {
    .footer-middle { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
    .footer-brand-row { flex-direction: column; gap: 20px; align-items: flex-start; }
    .footer-logo img { width: 160px; }
    .footer-social-top { flex-direction: row; gap: 20px; }
    .social-link { font-size: 22px; }
    .insta-heading { padding: 0 24px; }
}

/* --- About images stack on mobile --- */
@media (max-width: 700px) {
    .about-images { flex-direction: column; }
    .about-img-single { height: 280px; }
    .about-img-1, .about-img-2 { width: 100%; }
}

/* --- Slider header stacking on mobile --- */
@media (max-width: 600px) {
    .slider-header { flex-direction: column; align-items: flex-start; gap: 16px; }
    .slider-arrows { align-self: flex-end; }
}

/* --- Nav overlay mobile --- */
@media (max-width: 833px) {
    .nav-body { flex-direction: column; gap: 30px; }
    .nav-dest-images { flex-direction: row; overflow-x: auto; }
    .nav-dest-card { width: 160px; }
    .nav-dest-card img { height: 200px; }
    .nav-bottom-bar a { font-size: 16px; padding: 18px 12px; }
    .nav-properties-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* --- Touch device: no hover states that hide content --- */
@media (hover: none) {
    .travel-type-label h3 { opacity: 0.85; }
    .property-overlay { background: rgba(30,29,26,0.15); }
    .property-cta { opacity: 1; transform: translateY(0); }
}


/* ==========================================================
   WHATSAPP FLOATING BUTTON
   ========================================================== */
.whatsapp-float {
    position: fixed;
    z-index: 50;
    bottom: 90px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(0,0,0,0.3);
}

@media (min-width: 834px) {
    .whatsapp-float { bottom: 100px; right: 28px; }
}
