/* =========================================================
   Ollie's Hotel by the Sea — main stylesheet (ollives.css)
   Build on top of Bootstrap + theme.bundle.css + language-specific
   font files (ollives-jezik-en.css / ollives-jezik-me.css).
   ========================================================= */

:root {
    --ollie-bg: #faf7f2;
    --ollie-bg-alt: #f0ebe3;
    --ollie-dark: #1f2933;
    --ollie-dark-soft: #2a3441;
    --ollie-text: #3a3f48;
    --ollie-muted: #8a8a86;
    --ollie-accent: #9f7a58;
    /* user's gold/copper from .naslovi */
    --ollie-accent-2: #c9a880;
    --ollie-line: #d9d3c7;
    --ollie-white: #ffffff;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--ollie-bg);
    color: var(--ollie-text);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.01em;
}

/* ---------- preserved from existing ---------- */
#prvabg {
    height: 85vh;
}

.logo {
    height: 60px;
}

.logof {
    height: 70px;
}

.logoM {
    height: 40px;
}

.container {
    max-width: 1500px;
}

/* On mobile, Bootstrap's default 12px each side feels tight for a
   boutique site — give the inner content a little more breathing room. */
@media (max-width: 767.98px) {
    .container,
    .container-fluid:not(.px-navbar) {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

/* ---------- typography ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--ollie-dark);
    line-height: 1.15;
}

a {
    color: var(--ollie-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--ollie-accent);
}

img {
    max-width: 100%;
    height: auto;
}

.eyebrow {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: var(--ollie-accent);
    font-weight: 500;
    display: inline-block;
    margin-bottom: 1.25rem;
    line-height: 1;
}

.eyebrow::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--ollie-accent);
    vertical-align: middle;
    margin-right: 14px;
    margin-bottom: 3px;
}

.section-title {
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    margin-bottom: 1.5rem;
    line-height: 1.15;
    color: var(--ollie-dark);
    text-wrap: balance;
}

.section-pad {
    padding: 7rem 0;
}

.section-pad-sm {
    padding: 5rem 0;
}

@media (max-width: 767.98px) {
    .section-pad {
        padding: 4.5rem 0;
    }

    .section-pad-sm {
        padding: 3rem 0;
    }
}

.section-dark {
    background: var(--ollie-bg-alt);
}

.section-cream {
    background: var(--ollie-bg-alt);
}

.section-dark-soft {
    background: var(--ollie-bg-alt);
}

.divider-line {
    width: 60px;
    height: 1px;
    background: var(--ollie-accent);
    margin: 1rem auto;
}

.text-accent {
    color: var(--ollie-accent) !important;
}

.lead-italic {
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.55;
    color: var(--ollie-dark);
    text-wrap: balance;
}

.signature {
    margin-top: 2rem;
    font-style: italic;
    color: var(--ollie-accent);
    font-size: 1.1rem;
}

/* ---------- buttons ---------- */
/* Shared base for all ollie button variants — keeps text vertically &
   horizontally centered, and compensates for letter-spacing's trailing
   space by indenting the text by one letter-spacing unit.            */
.btn-ollie,
.btn-ollie-outline,
.btn-ollie-light,
.btn-book-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-indent: 0.25em;          /* offset trailing letter-spacing */
    line-height: 1.2;
}

.btn-ollie {
    background: var(--ollie-dark);
    color: var(--ollie-white);
    border: 1px solid var(--ollie-dark);
    padding: 0.95rem 2.2rem;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.35s ease;
}

.btn-ollie:hover {
    background: var(--ollie-accent);
    color: var(--ollie-white);
    border-color: var(--ollie-accent);
}

.btn-ollie-outline {
    background: transparent;
    color: var(--ollie-dark);
    border: 1px solid var(--ollie-dark);
    padding: 0.95rem 2.2rem;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.35s ease;
}

.btn-ollie-outline:hover {
    background: var(--ollie-dark);
    color: var(--ollie-white);
}

.btn-ollie-light {
    background: transparent;
    color: var(--ollie-white);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.95rem 2.2rem;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.35s ease;
}

.btn-ollie-light:hover {
    background: var(--ollie-white);
    color: var(--ollie-dark);
    border-color: var(--ollie-white);
}

.btn-book-now {
    background: var(--ollie-accent);
    color: var(--ollie-white);
    border: 1px solid var(--ollie-accent);
    padding: 0.78rem 1.8rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.35s ease;
    text-indent: 0.28em;          /* matches this button's letter-spacing */
}

/* In the hero CTA, the Book Now sits next to bigger buttons — match the
   size so they read as a pair instead of two different sizes.          */
.hero-cta .btn-book-now {
    padding: 0.95rem 2.2rem;
    font-size: 0.74rem;
}

.btn-book-now:hover {
    background: var(--ollie-dark);
    border-color: var(--ollie-dark);
    color: var(--ollie-white);
}

.link-arrow {
    color: var(--ollie-dark);
    text-transform: uppercase;
    font-size: 0.74rem;
    letter-spacing: 0.25em;
    font-weight: 500;
    border-bottom: 1px solid var(--ollie-dark);
    padding-bottom: 6px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none !important;
    align-self: center;        /* center vertically when next to a .btn */
}

/* When .link-arrow sits next to brand buttons inside a flex row,
   force everyone to align on the centre so heights match.            */
.d-flex .link-arrow,
.d-flex .btn-ollie,
.d-flex .btn-ollie-outline,
.d-flex .btn-ollie-light,
.d-flex .btn-book-now {
    align-self: center;
}

.link-arrow:hover,
.link-arrow:focus,
.link-arrow:active {
    color: var(--ollie-accent);
    border-color: var(--ollie-accent);
    letter-spacing: 0.3em;
    text-decoration: none !important;
}

.link-arrow-light {
    color: var(--ollie-white);
    border-color: rgba(255, 255, 255, 0.7);
}

.link-arrow-light:hover,
.link-arrow-light:focus {
    color: var(--ollie-accent-2);
    border-color: var(--ollie-accent-2);
    text-decoration: none !important;
}

/* Also kill underline on the brand buttons just in case */
.btn-ollie,
.btn-ollie:hover,
.btn-ollie-outline,
.btn-ollie-outline:hover,
.btn-ollie-light,
.btn-ollie-light:hover,
.btn-book-now,
.btn-book-now:hover,
.navbar-ollie .navbar-brand,
.navbar-ollie .navbar-brand:hover,
.navbar-ollie .nav-link,
.navbar-ollie .nav-link:hover {
    text-decoration: none !important;
}

/* =========================================================
   NAVBAR
   ========================================================= */
.navbar-ollie {
    background: transparent;
    transition: all 0.4s ease;
    padding: 1.25rem 0;
    z-index: 1030;
}

.navbar-ollie.scrolled {
    background: rgba(250, 247, 242, 0.97);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 var(--ollie-line);
    padding: 0.65rem 0;
}

.navbar-ollie .px-navbar {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
}

@media (max-width: 767.98px) {
    .navbar-ollie .px-navbar {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.navbar-ollie .navbar-brand {
    color: var(--ollie-white);
    line-height: 1.1;
    padding: 0;
}

.navbar-ollie .brand-name {
    font-size: 1.55rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    display: block;
}

.navbar-ollie .brand-tag {
    font-size: 0.62rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    opacity: 0.85;
    margin-top: 4px;
}

.navbar-ollie.scrolled .navbar-brand {
    color: var(--ollie-dark);
}

.navbar-ollie .nav-link {
    color: var(--ollie-white);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 400;
    padding: 0.5rem 0.95rem !important;
    position: relative;
}

.navbar-ollie .nav-link::after {
    content: '';
    position: absolute;
    left: 0.95rem;
    right: 0.95rem;
    bottom: 0.35rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
}

.navbar-ollie .nav-link:hover::after {
    transform: scaleX(1);
}

.navbar-ollie.scrolled .nav-link {
    color: var(--ollie-dark);
}

.navbar-ollie .navbar-toggler {
    border: none;
    color: var(--ollie-white);
    padding: 0.25rem 0.5rem;
    font-size: 1.4rem;
}

.navbar-ollie.scrolled .navbar-toggler {
    color: var(--ollie-dark);
}

.navbar-ollie .navbar-toggler:focus {
    box-shadow: none;
}

/* Navbar language switcher */
.navbar-lang {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ollie-white);
    font-weight: 400;
    margin-right: 1rem;
    white-space: nowrap;
}

.navbar-lang a {
    color: inherit;
    opacity: 0.7;
    padding: 0 0.2rem;
    transition: opacity 0.2s ease;
}

.navbar-lang a:hover {
    opacity: 1;
}

.navbar-lang a.active {
    opacity: 1;
    font-weight: 500;
}

.navbar-lang .sep {
    opacity: 0.35;
    margin: 0 0.15rem;
}

.navbar-ollie.scrolled .navbar-lang {
    color: var(--ollie-dark);
}

@media (max-width: 991.98px) {
    .navbar-ollie {
        background: rgba(31, 41, 51, 0.95);
        backdrop-filter: blur(10px);
    }

    .navbar-lang {
        margin: 0.75rem 0;
        padding-left: 0.5rem;
    }

    .navbar-ollie .nav-link {
        padding: 0.75rem 0.5rem !important;
    }
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
    position: relative;
    height: 85vh;
    min-height: 600px;
    overflow: hidden;
    color: var(--ollie-white);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(31, 41, 51, 0.55) 0%,
            rgba(31, 41, 51, 0.30) 35%,
            rgba(31, 41, 51, 0.70) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 5rem;
}

.hero-mark {
    font-size: 0.85rem;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 2rem;
    color: var(--ollie-white);
}

.hero-mark::before,
.hero-mark::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    vertical-align: middle;
    margin: 0 1rem 4px;
}

.hero-title {
    color: var(--ollie-white);
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 1.05;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
}

.hero-title em {
    font-style: italic;
    color: var(--ollie-accent-2);
}

.hero-sub {
    font-size: 1.05rem;
    max-width: 660px;
    margin: 0 auto 2.75rem;
    line-height: 1.7;
    opacity: 0.92;
    color: var(--ollie-white);
}

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

.hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.4em;
    z-index: 3;
    text-align: center;
    animation: floatY 2.5s ease-in-out infinite;
}

.hero-scroll i {
    display: block;
    margin-top: 0.6rem;
    font-size: 0.9rem;
}

@keyframes floatY {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, -8px);
    }
}

/* =========================================================
   BOOKING WIDGET
   ========================================================= */
.booking-section {
    position: relative;
    z-index: 5;
}

.booking-widget {
    position: relative;
    margin-top: -90px;
    background: var(--ollie-white);
    box-shadow: 0 20px 60px rgba(31, 41, 51, 0.18);
    padding: 1.75rem 2rem;
}

@media (max-width: 767.98px) {
    .booking-widget {
        margin-top: -140px;                /* lift well over the hero */
        max-width: 360px;                  /* narrower than the container */
        margin-left: auto;
        margin-right: auto;
        padding: 1.1rem 1.25rem;
        background: var(--ollie-white);
        box-shadow: 0 15px 40px rgba(31, 41, 51, 0.22);
    }
}

.booking-widget label {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--ollie-muted);
    margin-bottom: 0.4rem;
    font-weight: 500;
}

.booking-widget .form-control,
.booking-widget .form-select {
    border: none;
    border-bottom: 1px solid var(--ollie-line);
    border-radius: 0;
    padding: 0.3rem 0;
    background: transparent;
    font-size: 1rem;
    color: var(--ollie-dark);
}

.booking-widget .form-control:focus,
.booking-widget .form-select:focus {
    box-shadow: none;
    border-bottom-color: var(--ollie-accent);
}

.booking-widget .col-divider {
    border-right: 1px solid var(--ollie-line);
}

@media (max-width: 767.98px) {
    .booking-widget .col-divider {
        border-right: none;
        border-bottom: 1px solid var(--ollie-line);
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
}

/* =========================================================
   WELCOME / ABOUT
   ========================================================= */
.welcome-img-frame {
    position: relative;
}

.welcome-img-frame img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.welcome-img-frame::before {
    content: '';
    position: absolute;
    top: 30px;
    left: -30px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--ollie-accent);
    z-index: -1;
}

.welcome-img-frame-right::before {
    left: auto;
    right: -30px;
}

/* =========================================================
   STATS STRIP
   ========================================================= */
.stats-strip {
    background: var(--ollie-bg-alt);
    padding: 3rem 0;
}

.stat-item .stat-num {
    font-size: 3rem;
    line-height: 1;
    color: var(--ollie-accent);
    font-weight: 400;
}

.stat-item .stat-label {
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.25em;
    color: var(--ollie-muted);
    margin-top: 0.5rem;
}

/* =========================================================
   ROOM CARDS
   ========================================================= */
.room-card {
    background: var(--ollie-white);
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}

.room-card:hover {
    box-shadow: 0 25px 60px rgba(31, 41, 51, 0.08);
    transform: translateY(-4px);
}

.room-card .room-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.room-card .room-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.room-card:hover .room-img img {
    transform: scale(1.06);
}

.room-card .room-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    background: var(--ollie-white);
    color: var(--ollie-accent);
    padding: 0.4rem 0.95rem;
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 500;
}

.room-card .room-body {
    padding: 1.75rem 1.5rem;
}

.room-card h3 {
    font-size: 1.65rem;
    margin-bottom: 0.5rem;
}

.room-card .room-meta {
    font-size: 0.78rem;
    color: var(--ollie-muted);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 1rem;
}

.room-card .room-meta span:not(:last-child)::after {
    content: '·';
    margin: 0 0.5rem;
    color: var(--ollie-accent);
}

.room-card p {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
    color: var(--ollie-text);
}

/* =========================================================
   EXPERIENCE CARDS
   ========================================================= */
.experience-card-link {
    display: block;
}

.experience-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/5;
}

.experience-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.experience-card:hover img {
    transform: scale(1.08);
}

.experience-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.experience-card .exp-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.75rem;
    color: var(--ollie-white);
    z-index: 2;
}

.experience-card .exp-content h3 {
    color: var(--ollie-white);
    font-size: 1.75rem;
    margin-bottom: 0.35rem;
}

.experience-card .exp-content small {
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.85;
}

/* Reverse colors for dark sections (experience uses section-dark which is light alt) */
.section-dark .experience-card .exp-content h3 {
    color: var(--ollie-white);
}

/* =========================================================
   LUMA RESTAURANT
   ========================================================= */
.luma-section {
    background: var(--ollie-dark);
    color: rgba(255, 255, 255, 0.85);
    overflow: hidden;
}

.luma-section h2,
.luma-section h3 {
    color: var(--ollie-white);
}

.luma-section .eyebrow {
    color: var(--ollie-accent-2);
}

.luma-section .eyebrow::before {
    background: var(--ollie-accent-2);
}

.luma-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.luma-logo-mark {
    font-size: 2.5rem;
    letter-spacing: 0.4em;
    color: var(--ollie-accent-2);
    margin-bottom: 1rem;
    display: inline-block;
    padding: 0.5rem 1.5rem 0.3rem;
    border: 1px solid rgba(232, 217, 191, 0.4);
}

/* =========================================================
   OFFERS
   ========================================================= */
.offer-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: var(--ollie-white);
    border: 1px solid var(--ollie-line);
    transition: all 0.4s ease;
}

.offer-card:hover {
    box-shadow: 0 25px 60px rgba(31, 41, 51, 0.08);
}

.offer-card .offer-img {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.offer-card .offer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.offer-card:hover .offer-img img {
    transform: scale(1.06);
}

.offer-card .offer-body {
    padding: 2rem 1.75rem;
}

.offer-card .offer-period {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: var(--ollie-accent);
    margin-bottom: 0.75rem;
}

.offer-card h3 {
    font-size: 1.65rem;
    margin-bottom: 0.75rem;
}

/* =========================================================
   TESTIMONIAL
   ========================================================= */
.testimonial {
    background: var(--ollie-bg-alt);
    padding: 6rem 0;
    text-align: center;
}

.testimonial blockquote {
    font-style: italic;
    font-size: clamp(1.4rem, 2.5vw, 2.1rem);
    line-height: 1.5;
    color: var(--ollie-dark);
    max-width: 880px;
    margin: 0 auto 2rem;
    text-wrap: balance;
}

.testimonial .source {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--ollie-muted);
}

.testimonial .quote-mark {
    font-size: 4rem;
    color: var(--ollie-accent);
    line-height: 1;
    margin-bottom: 1rem;
}

/* =========================================================
   GALLERY GRID
   ========================================================= */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
}

.gallery-grid .g-item {
    overflow: hidden;
    position: relative;
}

.gallery-grid .g-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.gallery-grid .g-item:hover img {
    transform: scale(1.05);
}

.gallery-grid .g-item:nth-child(1) {
    grid-column: span 6;
    grid-row: span 2;
    aspect-ratio: 1/1;
}

.gallery-grid .g-item:nth-child(2) {
    grid-column: span 6;
    aspect-ratio: 2/1;
}

.gallery-grid .g-item:nth-child(3) {
    grid-column: span 3;
    aspect-ratio: 1/1;
}

.gallery-grid .g-item:nth-child(4) {
    grid-column: span 3;
    aspect-ratio: 1/1;
}

.gallery-grid .g-item:nth-child(5) {
    grid-column: span 4;
    aspect-ratio: 4/3;
}

.gallery-grid .g-item:nth-child(6) {
    grid-column: span 4;
    aspect-ratio: 4/3;
}

.gallery-grid .g-item:nth-child(7) {
    grid-column: span 4;
    aspect-ratio: 4/3;
}

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

    .gallery-grid .g-item:nth-child(n) {
        grid-column: span 1;
        grid-row: span 1;
        aspect-ratio: 1/1;
    }
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact-info-card {
    padding: 2.5rem 2rem;
    border: 1px solid var(--ollie-line);
    height: 100%;
    text-align: center;
    background: var(--ollie-white);
}

.contact-info-card .ic {
    font-size: 1.5rem;
    color: var(--ollie-accent);
    margin-bottom: 1.25rem;
    display: inline-block;
}

.contact-info-card h4 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.contact-info-card p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.contact-info-card a {
    color: var(--ollie-text);
}

.contact-info-card a:hover {
    color: var(--ollie-accent);
}

.map-frame {
    width: 100%;
    height: 480px;
    border: 0;
    filter: grayscale(0.4) contrast(0.95);
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
    background: var(--ollie-dark);
    color: rgba(255, 255, 255, 0.65);
    padding: 5rem 0 2rem;
}

.footer h5 {
    color: var(--ollie-white);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.footer a {
    color: rgba(255, 255, 255, 0.65);
}

.footer a:hover {
    color: var(--ollie-white);
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
}

.footer-brand {
    display: block;
    color: var(--ollie-white);
    line-height: 1.1;
}

.footer-brand .brand-name {
    font-size: 1.7rem;
    display: block;
}

.footer-brand .brand-tag {
    font-size: 0.62rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    display: block;
    opacity: 0.7;
    margin-top: 4px;
}

.footer-intro {
    font-size: 0.95rem;
}

.newsletter-sub {
    font-size: 0.9rem;
}

.newsletter-form .form-control {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: var(--ollie-white);
    font-size: 0.9rem;
}

.newsletter-form .form-control:focus {
    box-shadow: none;
    border-color: var(--ollie-accent);
    background: transparent;
    color: var(--ollie-white);
}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.footer-socials a:hover {
    background: var(--ollie-accent);
    border-color: var(--ollie-accent);
    color: var(--ollie-white);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    margin-top: 3.5rem;
    font-size: 0.82rem;
}

/* =========================================================
   REVEAL ON SCROLL
   ========================================================= */
.reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================
   INNER PAGES (about, rooms, experience, wellness, luma,
   beach, heritage, offers, gallery, location, contact)
   Used by: page-o-nama.php and all other sub-pages.
   ========================================================= */

/* ---------- page padding ---------- */
.page-pad      { padding: 6rem 0; }
@media (max-width: 767.98px) { .page-pad { padding: 4rem 0; } }

/* ---------- Inner page hero ---------- */
.page-hero {
    position: relative;
    height: 70vh;
    min-height: 480px;
    overflow: hidden;
    color: var(--ollie-white);
}
.page-hero .hero-bg {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
}
.page-hero .hero-bg::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg,
        rgba(31,41,51,0.55) 0%,
        rgba(31,41,51,0.30) 35%,
        rgba(31,41,51,0.70) 100%);
}
.page-hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* vertical only — preserve Bootstrap's container padding-x */
    padding-top: 0;
    padding-bottom: 5rem;
}
.page-hero h1 {
    color: var(--ollie-white);
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    line-height: 1.05;
    margin-bottom: 0.85rem;
}
.page-hero h1 em {
    font-style: italic;
    color: var(--ollie-accent-2);
}
.page-eyebrow {
    font-size: 0.74rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 1rem;
    color: var(--ollie-white);
}
.page-eyebrow::before {
    content: '';
    display: inline-block;
    width: 30px; height: 1px;
    background: rgba(255,255,255,0.7);
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 3px;
}
.page-sub {
    font-size: 1.05rem;
    max-width: 600px;
    opacity: 0.92;
    color: var(--ollie-white);
}

/* ---------- Breadcrumb ---------- */
.breadcrumb-strip {
    background: var(--ollie-bg-alt);
    padding: 1rem 0;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ollie-muted);
}
.breadcrumb-strip a { color: var(--ollie-muted); }
.breadcrumb-strip a:hover { color: var(--ollie-accent); }
.breadcrumb-strip .sep { margin: 0 0.6rem; opacity: 0.5; }
.breadcrumb-strip .current { color: var(--ollie-dark); }

/* ---------- Feature row (alternating image + text) ---------- */
.feature-row {
    display: flex;
    align-items: stretch;
    min-height: 540px;
}
.feature-row > .feature-img,
.feature-row > .feature-content {
    flex: 1;
}
.feature-row .feature-img {
    overflow: hidden;
}
.feature-row .feature-img img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}
.feature-row .feature-content {
    display: flex;
    align-items: center;
    padding: 5rem 4rem;
    background: var(--ollie-bg);
}
.feature-row.dark .feature-content {
    background: var(--ollie-dark);
    color: rgba(255,255,255,0.85);
}
.feature-row.dark .feature-content h2,
.feature-row.dark .feature-content h3 { color: var(--ollie-white); }
.feature-row.alt .feature-content { background: var(--ollie-bg-alt); }
.feature-row.reverse { flex-direction: row-reverse; }
@media (max-width: 991.98px) {
    .feature-row,
    .feature-row.reverse {
        flex-direction: column;
    }
    .feature-row .feature-img { min-height: 320px; }
    .feature-row .feature-content { padding: 3.25rem 1.5rem; }
}

/* ---------- Bullet list (with short dash) ---------- */
.bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bullet-list li {
    padding: 0.55rem 0 0.55rem 1.75rem;
    position: relative;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.bullet-list li::before {
    content: '';
    position: absolute;
    left: 0; top: 1.2rem;
    width: 12px; height: 1px;
    background: var(--ollie-accent);
}
.feature-row.dark .bullet-list li {
    border-bottom-color: rgba(255,255,255,0.1);
}

/* ---------- Story quote (italic pull quote with side rule) ---------- */
.story-quote {
    font-style: italic;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.5;
    color: var(--ollie-accent);
    border-left: 2px solid var(--ollie-accent);
    padding: 0.4rem 0 0.4rem 1.75rem;
    margin: 2rem 0;
    text-wrap: balance;
}

/* ---------- Heritage tag chips ---------- */
.heritage-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.5rem;
}
.heritage-tag {
    border: 1px solid var(--ollie-line);
    padding: 0.45rem 1rem;
    font-size: 0.7rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ollie-text);
}

/* ---------- Wellness / promise tiles ---------- */
.wellness-tile {
    background: var(--ollie-white);
    border: 1px solid var(--ollie-line);
    padding: 2.5rem 2rem;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
}
.wellness-tile:hover {
    border-color: var(--ollie-accent);
    transform: translateY(-4px);
    box-shadow: 0 25px 60px rgba(31,41,51,0.06);
}
.wellness-tile .w-icon {
    font-size: 2.1rem;
    color: var(--ollie-accent);
    margin-bottom: 1.25rem;
    display: inline-block;
    line-height: 1;
}
.wellness-tile h4 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}
.wellness-tile p {
    font-size: 0.92rem;
    margin-bottom: 0;
    color: var(--ollie-text);
}

/* ---------- Generic CTA strip (dark band at bottom of pages) ---------- */
/* Slightly lighter than the footer + a soft gold hairline at the bottom
   so the CTA strip never blends into the footer underneath.            */
.cta-strip {
    background: var(--ollie-dark-soft);
    color: var(--ollie-white);
    padding: 5rem 0;
    text-align: center;
    position: relative;
}
.cta-strip::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: var(--ollie-accent);
    opacity: 0.7;
}
.cta-strip h2 {
    color: var(--ollie-white);
    margin-bottom: 1rem;
}
.cta-strip p {
    color: rgba(255,255,255,0.78);
    max-width: 620px;
    margin: 0 auto 2rem;
}

/* =========================================================
   ROOM DETAIL PAGE (page-sobe--opsirno.php)
   Sticky booking widget, meta strip, amenities grid, carousel.
   ========================================================= */

/* ---------- Sticky booking widget (right column) ---------- */
.booking-sticky {
    background: var(--ollie-white);
    border: 1px solid var(--ollie-line);
    padding: 2rem;
    position: sticky;
    top: 110px;
}
.booking-sticky h4 {
    font-size: 1.45rem;
    margin-bottom: 0.25rem;
}
.booking-sticky .price-from {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--ollie-muted);
    margin-bottom: 1.5rem;
}
.booking-sticky .price-from strong {
    color: var(--ollie-accent);
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-left: 0.35rem;
    font-weight: 500;
}
.booking-sticky label {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--ollie-muted);
    margin-bottom: 0.4rem;
    font-weight: 500;
}
.booking-sticky .form-control,
.booking-sticky .form-select {
    border: none;
    border-bottom: 1px solid var(--ollie-line);
    border-radius: 0;
    padding: 0.3rem 0;
    background: transparent;
    font-size: 0.95rem;
    color: var(--ollie-dark);
}
.booking-sticky .form-control:focus,
.booking-sticky .form-select:focus {
    box-shadow: none;
    border-bottom-color: var(--ollie-accent);
}
.booking-sticky .perk {
    font-size: 0.82rem;
    color: var(--ollie-text);
    padding: 0.35rem 0;
    display: flex;
    align-items: center;
}
.booking-sticky .perk i {
    color: var(--ollie-accent);
    margin-right: 0.6rem;
    font-size: 0.85rem;
}
@media (max-width: 991.98px) {
    .booking-sticky { position: static; }
}

/* ---------- Room meta strip (size · view · guests · bed) ---------- */
.room-meta-strip {
    border-top: 1px solid var(--ollie-line);
    border-bottom: 1px solid var(--ollie-line);
    padding: 1.75rem 0;
    margin-bottom: 2.5rem;
}
.room-meta-strip .meta-item {
    text-align: center;
    border-right: 1px solid var(--ollie-line);
}
.room-meta-strip .meta-item:last-child { border-right: none; }
.room-meta-strip .meta-item i {
    font-size: 1.3rem;
    color: var(--ollie-accent);
    display: block;
    margin-bottom: 0.5rem;
}
.room-meta-strip .meta-item .label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--ollie-muted);
    margin-bottom: 0.2rem;
}
.room-meta-strip .meta-item .value {
    font-size: 1.15rem;
    color: var(--ollie-dark);
}
@media (max-width: 575.98px) {
    .room-meta-strip .meta-item {
        border-right: none;
        border-bottom: 1px solid var(--ollie-line);
        padding: 1rem 0;
    }
    .room-meta-strip .meta-item:last-child { border-bottom: none; }
}

/* ---------- Amenities grid (12 items with icons) ---------- */
.amenity-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.5rem 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.amenity-list li {
    display: flex;
    align-items: center;
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--ollie-line);
    font-size: 0.92rem;
}
.amenity-list li i {
    color: var(--ollie-accent);
    margin-right: 0.85rem;
    font-size: 1rem;
    width: 22px;
    text-align: center;
}

/* ---------- Room scroll gallery (horizontal scroll-snap) ---------- */
.room-scroll-gallery-wrap {
    position: relative;
}
.room-scroll-gallery {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 1.25rem;
    margin: 0 -0.5rem;
    cursor: grab;
}
.room-scroll-gallery:active { cursor: grabbing; }

/* Prev / Next overlay buttons */
.room-scroll-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(31, 41, 51, 0.85);
    color: var(--ollie-white);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    z-index: 5;
    transition: background 0.25s ease, opacity 0.25s ease;
    cursor: pointer;
    opacity: 0.9;
}
.room-scroll-nav:hover {
    background: var(--ollie-accent);
    opacity: 1;
}
.room-scroll-nav:focus { outline: none; box-shadow: 0 0 0 3px rgba(159,122,88,0.3); }
.room-scroll-nav.prev { left: 12px; }
.room-scroll-nav.next { right: 12px; }
.room-scroll-nav[disabled] { opacity: 0.25; cursor: not-allowed; }
.room-scroll-nav[disabled]:hover { background: rgba(31, 41, 51, 0.85); }
@media (max-width: 575.98px) {
    .room-scroll-nav { width: 38px; height: 38px; font-size: 0.85rem; }
    .room-scroll-nav.prev { left: 6px; }
    .room-scroll-nav.next { right: 6px; }
}

.room-scroll-gallery .scroll-item {
    flex: 0 0 auto;
    width: clamp(280px, 70vw, 720px);
    height: 480px;
    scroll-snap-align: start;
    overflow: hidden;
    position: relative;
}
.room-scroll-gallery .scroll-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.room-scroll-gallery .scroll-item:hover img {
    transform: scale(1.03);
}

/* Custom scrollbar — thin, accent on track */
.room-scroll-gallery::-webkit-scrollbar { height: 4px; }
.room-scroll-gallery::-webkit-scrollbar-track {
    background: var(--ollie-line);
}
.room-scroll-gallery::-webkit-scrollbar-thumb {
    background: var(--ollie-accent);
    border-radius: 0;
}
.room-scroll-gallery {
    scrollbar-width: thin;
    scrollbar-color: var(--ollie-accent) var(--ollie-line);
}

/* "Scroll hint" caption below gallery */
.room-scroll-hint {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--ollie-muted);
    margin-top: 0.75rem;
}
.room-scroll-hint .arrows i {
    margin: 0 0.35rem;
    transition: transform 0.3s ease;
}
.room-scroll-hint .arrows:hover .fa-arrow-right { transform: translateX(3px); }
.room-scroll-hint .arrows:hover .fa-arrow-left  { transform: translateX(-3px); }

@media (max-width: 767.98px) {
    .room-scroll-gallery .scroll-item { height: 320px; width: 85vw; }
    .room-scroll-hint { font-size: 0.62rem; }
}

/* ---------- Flickity carousel — boutique restyling ---------- */
/* Custom chevron arrows drawn in pure CSS (no Flickity SVG icon).   */

.flickity-prev-next-button {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--ollie-white) !important;
    width: 64px;
    height: 64px;
    border-radius: 0;
    transition: color 0.3s ease, transform 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
}
.flickity-prev-next-button:hover {
    color: var(--ollie-accent-2) !important;
    background: transparent !important;
    transform: translateY(-50%) scale(1.08);
}
.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: none !important;
}
.flickity-prev-next-button:disabled {
    opacity: 0.25;
    background: transparent !important;
}

/* Hide the Flickity default SVG — we draw our own SVG chevron */
.flickity-prev-next-button .flickity-button-icon { display: none !important; }

/* Custom SVG chevron via mask-image (rounded line caps, inherits color) */
.flickity-prev-next-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
}
/* Next  ›  */
.flickity-prev-next-button.next::before {
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 6 15 12 9 18'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 6 15 12 9 18'/%3E%3C/svg%3E");
}
/* Previous  ‹  */
.flickity-prev-next-button.previous::before {
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 6 9 12 15 18'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 6 9 12 15 18'/%3E%3C/svg%3E");
}

/* Inset variant: nudge arrows just inside the cells */
.flickity-button-inset .flickity-prev-next-button.previous { left: 18px; }
.flickity-button-inset .flickity-prev-next-button.next     { right: 18px; }

@media (max-width: 575.98px) {
    .flickity-prev-next-button { width: 48px; height: 48px; }
    .flickity-prev-next-button::before { width: 16px; height: 16px; border-width: 2px; }
    .flickity-button-inset .flickity-prev-next-button.previous { left: 8px; }
    .flickity-button-inset .flickity-prev-next-button.next     { right: 8px; }
}

/* Page dots — keep Flickity factory round shape, brand colours only */
.flickity-page-dots {
    bottom: -2.25rem;
}
.flickity-page-dot,
.flickity-page-dots .dot {
    background: rgba(31, 41, 51, 0.25);   /* var(--ollie-dark) @ 25% */
    transition: background 0.3s ease;
}
.flickity-page-dot:hover,
.flickity-page-dots .dot:hover {
    background: rgba(31, 41, 51, 0.5);
}
.flickity-page-dot.is-selected,
.flickity-page-dots .dot.is-selected {
    background: var(--ollie-accent);       /* #9f7a58 — brand gold */
}

/* ---------- (Legacy) Bootstrap room carousel — kept for backward compat ---------- */
.room-carousel .carousel-item img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .room-carousel .carousel-item img { height: 320px; }
}
.room-carousel .carousel-control-prev,
.room-carousel .carousel-control-next {
    width: 60px;
    opacity: 0.85;
}
.room-carousel .carousel-control-prev-icon,
.room-carousel .carousel-control-next-icon {
    background-color: rgba(31, 41, 51, 0.75);
    padding: 1.2rem;
    background-size: 60% 60%;
}
.room-carousel .carousel-indicators {
    margin-bottom: 1rem;
}
.room-carousel .carousel-indicators [data-bs-target] {
    width: 28px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-top: none;
    border-bottom: none;
}
.room-carousel .carousel-indicators .active {
    background-color: var(--ollie-white);
}

/* ---------- Benefits section (direct booking perks) ---------- */
.benefits-section {
    background: var(--ollie-bg-alt);
}
.benefit-card {
    text-align: center;
    padding: 2rem 1.5rem;
}
.benefit-card .b-icon {
    width: 60px;
    height: 60px;
    border: 1px solid var(--ollie-accent);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: var(--ollie-accent);
    font-size: 1.25rem;
}
.benefit-card h4 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}
.benefit-card p {
    font-size: 0.92rem;
    margin-bottom: 0;
    color: var(--ollie-text);
}

/* ---------- "Good to know" info blocks ---------- */
.good-to-know h4 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: var(--ollie-dark);
}
.good-to-know p {
    font-size: 0.92rem;
    color: var(--ollie-text);
}

/* =========================================================
   FANCYBOX — brand-coloured lightbox
   ========================================================= */
.fancybox__backdrop {
    background: rgba(31, 41, 51, 0.94) !important;   /* --ollie-dark @ 94% */
}
.f-button {
    color: var(--ollie-white) !important;
    transition: color 0.25s ease, transform 0.25s ease;
}
.f-button:hover {
    color: var(--ollie-accent-2) !important;
    transform: scale(1.08);
}
.f-button.is-selected {
    color: var(--ollie-accent) !important;
}
.f-thumbs__slide__button {
    border-radius: 0 !important;
}
.f-thumbs__slide.is-nav-selected .f-thumbs__slide__button::after {
    border-color: var(--ollie-accent) !important;
    border-width: 2px !important;
}
.fancybox__caption {
    font-family: inherit;
    letter-spacing: 0.05em;
    color: var(--ollie-bg) !important;
}
.fancybox__counter {
    font-size: 0.72rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
}

/* =========================================================
   GLIDE — brand-coloured carousel (Landkit-free, lightweight)
   ========================================================= */
.glide__arrow {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--ollie-white) !important;
    width: 48px;
    height: 48px;
    padding: 0;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.45));
    transition: color 0.3s ease, transform 0.3s ease;
}
.glide__arrow:hover {
    color: var(--ollie-accent-2) !important;
    transform: translateY(-50%) scale(1.1);
}
.glide__arrow::before,
.glide__arrow::after { display: none; }   /* kill default Glide arrows */
.glide__arrow--left  { left: 14px; }
.glide__arrow--right { right: 14px; }

/* Custom chevron via mask-image (matches Flickity styling) */
.glide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.glide__arrow span {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
}
.glide__arrow--left span {
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 6 9 12 15 18'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 6 9 12 15 18'/%3E%3C/svg%3E");
}
.glide__arrow--right span {
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 6 15 12 9 18'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 6 15 12 9 18'/%3E%3C/svg%3E");
}

/* Glide page bullets — brand palette */
.glide__bullets {
    bottom: -2.25rem;
}
.glide__bullet {
    background: rgba(31, 41, 51, 0.25) !important;
    border: none !important;
    box-shadow: none !important;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: background 0.3s ease;
}
.glide__bullet:hover { background: rgba(31, 41, 51, 0.5) !important; }
.glide__bullet--active { background: var(--ollie-accent) !important; }

/* =========================================================
   GALLERY PAGE (page-galerija.php)
   Filterable masonry gallery with category buttons.
   ========================================================= */

/* ---------- Filter button row ---------- */
.gallery-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-bottom: 3rem;
}
.gallery-filters button {
    background: transparent;
    border: none;
    color: var(--ollie-muted);
    font-size: 0.72rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 0.5rem 1.25rem;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 500;
}
.gallery-filters button:hover { color: var(--ollie-dark); }
.gallery-filters button.active {
    color: var(--ollie-accent);
    border-bottom-color: var(--ollie-accent);
}

/* ---------- Masonry via CSS columns ----------
   Matches Bootstrap's col-6 (mobile) / col-md-4 (≥768px) pattern:
     <768px → 2 columns   (~ col-6)
     ≥768px → 3 columns   (~ col-md-4)                              */
.gallery-mason {
    columns: 3;
    column-gap: 12px;
}
@media (max-width: 767.98px) {
    .gallery-mason {
        columns: 2;
        column-gap: 8px;
    }
    .gallery-mason .m-item { margin-bottom: 8px; }
}

.gallery-mason .m-item {
    margin-bottom: 12px;
    break-inside: avoid;
    overflow: hidden;
    display: block;
    position: relative;
    cursor: zoom-in;
}
.gallery-mason .m-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 1s ease;
}
.gallery-mason .m-item:hover img { transform: scale(1.04); }

/* Soft gold overlay on hover */
.gallery-mason .m-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(31,41,51,0) 60%, rgba(31,41,51,0.4) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.gallery-mason .m-item:hover::after { opacity: 1; }

/* =========================================================
   MOBILE / TABLET RESPONSIVE
   Single consolidated block — overrides desktop defaults.
   Breakpoints:
     ≤ 1199px  large tablet
     ≤ 991px   tablet (Bootstrap "lg" breakpoint — navbar collapses here)
     ≤ 767px   mobile
     ≤ 575px   small mobile
   ========================================================= */

/* ---------- ≤ 1199px : large tablet ---------- */
@media (max-width: 1199.98px) {
    .navbar-ollie .nav-link { padding: 0.5rem 0.7rem !important; }
    .navbar-ollie .brand-name { font-size: 1.4rem; }
    .navbar-ollie .px-navbar { padding-left: 2rem !important; padding-right: 2rem !important; }
}

/* ============================================================
   ≤ 991px — Mobile navbar
   Landkit makes .navbar-collapse a fixed overlay with transform &
   opacity transitions which leave the contents invisible/clipped.
   We FORCE it back to a plain inline drop-down below the brand bar.
   ============================================================ */
@media (max-width: 991.98px) {

    /* --- Navbar bar itself — TRANSPARENT until scrolled, then cream --- */
    .navbar-ollie {
        background: transparent;
        padding: 0.65rem 0;
        box-shadow: none;
    }
    .navbar-ollie.scrolled {
        background: rgba(250, 247, 242, 0.97);   /* cream — same as desktop */
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        padding: 0.5rem 0;
        box-shadow: 0 1px 0 var(--ollie-line);
    }
    .navbar-ollie .px-navbar {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    /* Brand: white over hero, dark when scrolled */
    .navbar-ollie .navbar-brand { color: var(--ollie-white); }
    .navbar-ollie.scrolled .navbar-brand { color: var(--ollie-dark); }
    .navbar-ollie .brand-name { font-size: 1.3rem; }
    .navbar-ollie .brand-tag  { font-size: 0.58rem; letter-spacing: 0.35em; }

    /* Outer toggler: white over hero, dark when scrolled */
    .navbar-ollie .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.35);
        padding: 0.35rem 0.6rem;
        border-radius: 0;
        color: var(--ollie-white);
        background: transparent;
    }
    .navbar-ollie.scrolled .navbar-toggler {
        border-color: rgba(31, 41, 51, 0.25);
        color: var(--ollie-dark);
    }
    .navbar-ollie .navbar-toggler:focus { box-shadow: none; }

    /* Toggler icon — Bootstrap navbar-dark gives us the white SVG by default.
       Swap to a dark SVG when scrolled.                                   */
    .navbar-ollie.scrolled .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2831,41,51,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* === FORCE COLLAPSE OUT OF LANDKIT'S FIXED-OVERLAY MODE ===
       NOTE: position:relative (not static) so the inner X button can
       absolutely position itself in the panel's top-right corner.    */
    .navbar-ollie .navbar-collapse {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        overflow: visible !important;
        background-color: var(--ollie-bg) !important;
        border-radius: 0 !important;
        box-shadow: 0 18px 36px rgba(31, 41, 51, 0.15) !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transition: none !important;
        flex-basis: 100% !important;
        padding: 1.5rem 1.25rem 1.75rem !important;
        margin: 0 !important;
    }
    .navbar-ollie .navbar-collapse:not(.show):not(.collapsing) {
        display: none !important;
    }
    .navbar-ollie .navbar-collapse.show,
    .navbar-ollie .navbar-collapse.collapsing {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    /* Inner X close button — absolute top-right inside the panel */
    .navbar-ollie .navbar-collapse .navbar-toggler {
        position: absolute;
        top: 0.85rem;
        right: 0.85rem;
        border: none !important;
        background: transparent !important;
        color: var(--ollie-dark) !important;
        font-size: 1.4rem;
        padding: 0.25rem 0.5rem !important;
        line-height: 1;
        z-index: 2;
        width: auto !important;
    }
    .navbar-ollie .navbar-collapse .navbar-toggler:hover {
        color: var(--ollie-accent) !important;
    }
    /* Fallback × glyph if Feather isn't loaded */
    .navbar-ollie .navbar-collapse .navbar-toggler .fe-x {
        font-style: normal;
    }
    .navbar-ollie .navbar-collapse .navbar-toggler .fe-x::before {
        content: "\00d7";
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 1;
        font-family: inherit;
    }

    /* Nav list — proper height now that overlay is killed */
    .navbar-ollie .navbar-collapse .navbar-nav {
        margin: 1.5rem 0 0 !important;
        width: 100% !important;
        border: none !important;
        flex-direction: column !important;
        align-items: stretch !important;
        list-style: none;
        padding-left: 0 !important;
    }
    .navbar-ollie .navbar-collapse .nav-item {
        width: 100% !important;
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .navbar-ollie .navbar-collapse .nav-link {
        color: var(--ollie-dark) !important;
        padding: 0.85rem 0 !important;
        font-size: 0.85rem !important;
        letter-spacing: 0.25em !important;
        line-height: 1.4 !important;
        width: 100% !important;
        border: none !important;
        border-bottom: 1px solid var(--ollie-line) !important;
        display: block !important;
        text-transform: uppercase;
    }
    .navbar-ollie .navbar-collapse .nav-link:hover {
        color: var(--ollie-accent) !important;
    }
    .navbar-ollie .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none !important;
    }
    .navbar-ollie .nav-link::after { display: none !important; }

    /* Lang switcher: own row, dark on cream */
    .navbar-ollie .navbar-collapse .navbar-lang {
        margin: 1.25rem 0 1rem !important;
        padding: 0;
        color: var(--ollie-dark);
        font-size: 0.8rem;
        align-self: flex-start;
    }
    .navbar-ollie .navbar-collapse .navbar-lang a { color: var(--ollie-dark); }

    /* Book Now: full-width */
    .navbar-ollie .navbar-collapse .navbar-btn,
    .navbar-ollie .navbar-collapse .btn-book-now {
        display: inline-flex !important;
        width: 100% !important;
        margin: 0.5rem 0 0 !important;
        padding: 0.9rem 1.5rem !important;
    }
}

/* ============================================================
   ≤ 767px — MOBILE
   ============================================================ */
@media (max-width: 767.98px) {

    body { font-size: 15px; line-height: 1.7; }

    /* Section spacing */
    .section-pad { padding: 4rem 0; }
    .section-pad-sm { padding: 2.5rem 0; }

    /* Headings scale */
    .section-title { font-size: clamp(1.7rem, 7vw, 2.4rem); }
    .lead-italic   { font-size: 1.15rem; }

    /* ---------- HERO ---------- */
    .hero {
        height: auto;
        min-height: 100vh;
    }
    /* push hero content down on mobile so it doesn't crowd the navbar */
    .hero-content {
        justify-content: flex-end;
        padding-top: 8rem;
        padding-bottom: 4rem;
    }
    .hero-mark {
        font-size: 0.7rem;
        letter-spacing: 0.35em;
        margin-bottom: 1.25rem;
    }
    .hero-mark::before,
    .hero-mark::after { width: 22px; margin: 0 0.7rem 3px; }
    .hero-title {
        font-size: clamp(2.1rem, 11vw, 3rem);
        line-height: 1.1;
    }
    .hero-sub {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 2rem;
    }
    .hero-cta {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .hero-cta .btn-book-now,
    .hero-cta .btn-ollie-light {
        width: 100%;
        padding: 0.85rem 1.5rem !important;
        font-size: 0.7rem;
    }
    .hero-scroll { bottom: 1.25rem; font-size: 0.6rem; }

    /* ---------- BOOKING WIDGET — 2×2 grid on mobile ---------- */
    .booking-widget {
        margin-top: -20px;
        padding: 1.1rem;
    }
    /* Drop the desktop right-border separators on mobile */
    .booking-widget .col-divider {
        border-right: none !important;
        border-bottom: none;
        padding-bottom: 0.25rem;
        margin-bottom: 0.25rem;
    }
    /* Soft divider between row 1 (dates) and row 2 (guests) */
    .booking-widget .col-divider:nth-of-type(1),
    .booking-widget .col-divider:nth-of-type(2) {
        border-bottom: 1px solid var(--ollie-line);
        padding-bottom: 0.75rem;
        margin-bottom: 0.5rem;
    }
    .booking-widget label  { font-size: 0.6rem; letter-spacing: 0.22em; }
    .booking-widget .form-control,
    .booking-widget .form-select { font-size: 0.95rem; }
    .booking-widget .btn-ollie { margin-top: 0.5rem; }

    /* ---------- WELCOME / About / Heritage teaser ---------- */
    .welcome-img-frame img { height: 380px; }
    .welcome-img-frame::before { display: none; }
    .welcome-text { padding-left: 0 !important; padding-top: 1.5rem; }

    /* ---------- STATS ---------- */
    .stats-strip { padding: 2.25rem 0; }
    .stat-item .stat-num { font-size: 2.2rem; }
    .stat-item .stat-label { font-size: 0.62rem; letter-spacing: 0.2em; }

    /* ---------- ROOM CARDS ---------- */
    .room-card h3 { font-size: 1.45rem; }
    .room-card .room-body { padding: 1.5rem 1.25rem; }

    /* ---------- EXPERIENCE CARDS ---------- */
    .experience-card .exp-content h3 { font-size: 1.45rem; }
    .experience-card .exp-content { padding: 1.5rem 1.25rem; }

    /* ---------- LUMA ---------- */
    .luma-img img { height: 320px; }
    .luma-section .p-5 { padding: 2.5rem 1.25rem !important; }
    .luma-logo-mark { font-size: 1.9rem; padding: 0.4rem 1.1rem 0.2rem; }

    /* ---------- OFFERS ---------- */
    .offer-card h3 { font-size: 1.4rem; }
    .offer-card .offer-body { padding: 1.5rem 1.25rem; }

    /* ---------- TESTIMONIAL ---------- */
    .testimonial { padding: 4rem 0; }
    .testimonial blockquote { font-size: 1.25rem; line-height: 1.55; }
    .testimonial .quote-mark { font-size: 3rem; }

    /* ---------- GALLERY ---------- */
    .gallery-grid { gap: 4px; }

    /* ---------- CONTACT ---------- */
    .contact-info-card { padding: 1.75rem 1.25rem; }
    .contact-info-card h4 { font-size: 1rem; letter-spacing: 0.18em; }
    .map-frame { height: 320px; }

    /* ---------- FOOTER ---------- */
    .footer { padding: 3.5rem 0 1.5rem; }
    .footer h5 { margin-top: 1.25rem; }
    .footer-brand .brand-name { font-size: 1.5rem; }
    .footer-bottom { margin-top: 2rem; flex-direction: column; gap: 0.4rem; }

    /* ---------- BUTTONS ---------- */
    .btn-ollie,
    .btn-ollie-outline,
    .btn-ollie-light {
        padding: 0.85rem 1.5rem;
        font-size: 0.7rem;
        letter-spacing: 0.22em;
    }
}

/* ============================================================
   ≤ 575px — SMALL MOBILE
   ============================================================ */
@media (max-width: 575.98px) {

    .navbar-ollie .brand-name { font-size: 1.15rem; }
    .navbar-ollie .brand-tag  { font-size: 0.55rem; }

    .hero-mark { font-size: 0.62rem; letter-spacing: 0.3em; }
    .hero-title { font-size: clamp(1.8rem, 11vw, 2.4rem); }
    .hero-sub   { font-size: 0.9rem; }

    .booking-widget { padding: 1rem; }

    .welcome-img-frame img { height: 280px; }
    .luma-img img { height: 240px; }

    .section-title { font-size: clamp(1.6rem, 7.5vw, 2.1rem); }
    .eyebrow { font-size: 0.7rem; letter-spacing: 0.28em; }
    .eyebrow::before { width: 22px; margin-right: 10px; }

    .stat-item .stat-num { font-size: 1.9rem; }

    .room-card .room-img { aspect-ratio: 5/4; }
    .experience-card { aspect-ratio: 3/4; }
    .offer-card .offer-img { aspect-ratio: 5/3; }

    .gallery-grid .g-item:nth-child(n) { aspect-ratio: 1/1; }

    .footer-socials a { width: 34px; height: 34px; }
}

/* ============================================================
   LANDSCAPE PHONE — keep hero readable
   ============================================================ */
@media (max-width: 991.98px) and (orientation: landscape) and (max-height: 500px) {
    .hero { min-height: 560px; }
    .hero-content { padding: 6rem 1rem 4rem; }
}
