:root {
    --primary-color: #A79277;
    --secondary-color: #8A9A9E;
    --accent-color: #D1C7BD;
    --bg-main: #F9F8F6;
    --bg-surface: #FFFFFF;
    --bg-alt: #F2F0ED;
    --text-primary: #2C2C2C;
    --text-secondary: #6B6B6B;
    --text-muted: #9A9A9A;
    --border-color: #E5E1DB;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-main);
    color: var(--text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.2;
}

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

.nordic-transition {
    transition: all 0.4s ease-in-out;
}

.glass-header {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid var(--border-color);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* ===== header ===== */
.laverook-header {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E5E1DB;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.4s ease;
    z-index: 1030;
}

.laverook-header.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.laverook-header .laverook-header__logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.laverook-header .laverook-header__brand-text {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #2C2C2C;
    letter-spacing: -0.02em;
}

.laverook-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #6B6B6B !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.laverook-header .nav-link:hover {
    color: #A79277 !important;
}

.laverook-header .custom-toggler {
    border: none;
    padding: 0;
}

.laverook-header .custom-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .laverook-header .navbar-collapse {
        background-color: #FFFFFF;
        margin-top: 1rem;
        padding: 1.5rem;
        border-radius: 8px;
        border: 1px solid #E5E1DB;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    }

    .laverook-header .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid #F2F0ED;
    }

    .laverook-header .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    .laverook-header .laverook-header__brand-text {
        font-size: 1.25rem;
    }
}

/* ===== hero ===== */
.laverook-hero {
    min-height: 80vh;
    padding: 100px 0;
    background-color: #2C2C2C;
}

.laverook-hero-video {
    object-fit: cover;
    z-index: 0;
}

.laverook-hero-overlay {
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.laverook-hero-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #F9F8F6;
    line-height: 1.2;
    font-size: 3.5rem;
}

.laverook-hero-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #D1C7BD;
    line-height: 1.6;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.laverook-hero-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #F9F8F6;
    background-color: transparent;
    border: 1px solid #F9F8F6;
    padding: 12px 32px;
    text-decoration: none;
    transition: all 0.4s ease;
    display: inline-block;
}

.laverook-hero-btn:hover {
    background-color: #F9F8F6;
    color: #2C2C2C;
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .laverook-hero {
        min-height: 70vh;
        padding: 60px 0;
    }

    .laverook-hero-title {
        font-size: 18px !important;
        hyphens: auto;
    }

    .laverook-hero-text {
        font-size: 14px !important;
        margin-bottom: 30px !important;
    }

    .laverook-hero-btn {
        padding: 10px 24px;
        font-size: 12px;
    }
}

/* ===== comparison-table ===== */
.compare-resorts-block {
    background-color: #F9F8F6;
    color: #2C2C2C;
    font-family: 'Inter', sans-serif;
}

.compare-resorts-block .compare-title {
    font-family: 'Playfair Display', serif;
    color: #A79277;
    font-weight: 500;
}

.compare-resorts-block .compare-subtitle {
    color: #6B6B6B;
    max-width: 600px;
    margin: 0 auto;
}

.compare-resorts-block .btn-primary {
    background-color: #A79277;
    border: none;
    color: #F9F8F6;
    transition: background-color 0.4s ease;
}

.compare-resorts-block .btn-primary:hover {
    background-color: #8E7A62;
}

.compare-resorts-block .comparison-wrapper {
    overflow-x: hidden;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.compare-resorts-block .comparison-grid {
    display: flex;
    width: 100%;
}

.compare-resorts-block .label-column {
    min-width: 220px;
    background-color: #F2F0ED;
    border-right: 1px solid #E5E1DB;
}

.compare-resorts-block .hotel-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #E5E1DB;
    transition: background-color 0.3s ease;
    min-height: 100%;
}

.compare-resorts-block .hotel-column:last-child {
    border-right: none;
}

.compare-resorts-block .label-header,
.compare-resorts-block .hotel-header {
    height: 220px;
    padding: 1rem;
    border-bottom: 1px solid #E5E1DB;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.compare-resorts-block .hotel-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.compare-resorts-block .hotel-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    text-align: center;
    color: #2C2C2C;
    margin: 0;
}

.compare-resorts-block .hotel-name-link {
    text-decoration: none;
}

.compare-resorts-block .label-item,
.compare-resorts-block .hotel-data-row {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    border-bottom: 1px solid #F2F0ED;
    font-size: 0.95rem;
}

.compare-resorts-block .label-item {
    font-weight: 600;
    color: #6B6B6B;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
}

.compare-resorts-block .hotel-data-row {
    justify-content: center;
    text-align: center;
}

@media (max-width: 767.98px) {
    .compare-resorts-block .comparison-grid {
        flex-direction: column;
        gap: 1.5rem;
        background: transparent;
    }

    .compare-resorts-block .hotel-column {
        background: #FFFFFF;
        border: 1px solid #E5E1DB;
        border-radius: 8px;
    }

    .compare-resorts-block .hotel-header {
        height: auto;
        padding: 1.5rem;
    }

    .compare-resorts-block .hotel-img {
        height: 180px;
    }

    .compare-resorts-block .hotel-data-row {
        justify-content: space-between;
        padding: 0.75rem 1.5rem;
        height: auto;
    }
}

/* ===== build-a-day ===== */
.laverook-day-builder {
    background-color: #F9F8F6;
    position: relative;
    overflow: hidden;
}

.laverook-day-builder .builder-content {
    background-color: #FFFFFF;
    border: 1px solid #E5E1DB;
    border-radius: 4px;
}

.laverook-day-builder .builder-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #2C2C2C;
    font-size: 2.2rem;
}

.laverook-day-builder .builder-subtitle {
    color: #6B6B6B;
    font-family: 'Inter', sans-serif;
    max-width: 500px;
}

.laverook-day-builder .activity-card {
    width: 100%;
    background-color: #F2F0ED;
    border: 1px solid transparent;
    padding: 1rem 0.5rem;
    text-align: center;
    color: #2C2C2C;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    border-radius: 2px;
    cursor: pointer;
}

.laverook-day-builder .activity-card:hover {
    background-color: #E5E1DB;
}

.laverook-day-builder .activity-card.is-active {
    background-color: #A79277;
    color: #FFFFFF;
    border-color: #A79277;
}

.laverook-day-builder .result-container {
    perspective: 1000px;
}

.laverook-day-builder .resort-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E1DB;
    border-radius: 4px;
    transition: transform 0.5s ease;
}

.laverook-day-builder .result-tag {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #8A9A9E;
    border-bottom: 1px solid #8A9A9E;
}

.laverook-day-builder .result-image-link {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 2px;
}

.laverook-day-builder .result-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.laverook-day-builder .result-hotel-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
}

.laverook-day-builder .result-hotel-name a {
    color: #2C2C2C;
}

.laverook-day-builder .result-description {
    color: #6B6B6B;
    font-size: 0.95rem;
    line-height: 1.6;
}

.laverook-day-builder .btn-premium {
    display: inline-block;
    background-color: #2C2C2C;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0.8rem 2rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.4s ease;
    border: none;
    border-radius: 2px;
    text-align: center;
    width: 100%;
}

.laverook-day-builder .btn-premium:hover {
    background-color: #A79277;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .laverook-day-builder .builder-title {
        font-size: 1.6rem;
    }

    .laverook-day-builder .builder-content {
        padding: 2rem !important;
    }

    .laverook-day-builder .result-image-link {
        height: 200px;
    }
}

/* ===== hotel-grid ===== */
.hotel-grid-section {
    background-color: #F9F8F6;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.hotel-grid-title {
    font-family: 'Playfair Display', serif;
    color: #2C2C2C;
    font-weight: 500;
    line-height: 1.2;
}

.hotel-grid-subtitle {
    color: #6B6B6B;
    font-size: 1.1rem;
    max-width: 600px;
}

.sort-btn {
    background-color: #FFFFFF;
    color: #2C2C2C;
    border: 1px solid #E5E1DB;
    border-radius: 0;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.sort-btn:hover,
.sort-btn.active {
    background-color: #A79277;
    color: #FFFFFF;
    border-color: #A79277;
}

.hotel-card {
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hotel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
}

.hotel-card-img-link {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

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

.hotel-card:hover .hotel-card-img {
    transform: scale(1.05);
}

.hotel-rating-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #A79277;
    color: #FFFFFF;
    padding: 5px 12px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 2;
}

.hotel-card-title-link {
    text-decoration: none;
}

.hotel-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    color: #2C2C2C;
    transition: color 0.3s ease;
}

.hotel-card-title-link:hover .hotel-card-title {
    color: #A79277;
}

.hotel-privilege-item {
    color: #6B6B6B;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.hotel-price-tag {
    font-weight: 600;
    color: #2C2C2C;
    font-size: 1.1rem;
}

.share-link {
    background: none;
    border: none;
    color: #8A9A9E;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.share-link:hover {
    color: #A79277;
}

.hotel-cta-btn {
    background-color: #A79277;
    color: #FFFFFF !important;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: background-color 0.4s ease;
}

.hotel-cta-btn:hover {
    background-color: #8E7A5F;
}

@media (max-width: 767px) {
    .hotel-grid-title {
        font-size: 1.8rem;
    }

    .hotel-grid-subtitle {
        font-size: 1rem;
    }
}

/* ===== faq ===== */
.laverook-faq {
    padding: 80px 0;
    background-color: #F9F8F6;
    overflow: hidden;
}

.laverook-faq .faq-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #2C2C2C;
    margin-bottom: 1rem;
}

.laverook-faq .faq-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #6B6B6B;
    max-width: 600px;
    margin: 0 auto;
}

.laverook-faq .faq-accordion {
    border-top: 1px solid #E5E1DB;
}

.laverook-faq .faq-item {
    border-bottom: 1px solid #E5E1DB;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease;
}

.laverook-faq .faq-item:hover {
    background-color: #F2F0ED;
}

.laverook-faq .faq-toggle {
    width: 100%;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

.laverook-faq .faq-toggle span {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #2C2C2C;
    padding-right: 20px;
    line-height: 1.4;
}

.laverook-faq .faq-toggle::after {
    content: '+';
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    color: #A79277;
    transition: transform 0.4s ease;
    font-weight: 300;
}

.laverook-faq .faq-item.active .faq-toggle::after {
    content: '\2212';
    transform: rotate(180deg);
}

.laverook-faq .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.laverook-faq .faq-inner {
    padding: 0 24px 24px 24px;
}

.laverook-faq .faq-inner p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #6B6B6B;
    margin: 0;
}

@media (max-width: 768px) {
    .laverook-faq {
        padding: 60px 0;
    }

    .laverook-faq .faq-title {
        font-size: 1.8rem;
    }

    .laverook-faq .faq-toggle span {
        font-size: 1rem;
    }

    .laverook-faq .faq-inner p {
        font-size: 0.95rem;
    }
}

/* ===== nearby-attractions ===== */
.explore-surroundings-block {
    background-color: #F2F0ED;
    padding: 60px 0;
    overflow: hidden;
}

.explore-surroundings-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #2C2C2C;
    font-size: 2.5rem;
}

.explore-surroundings-subtitle {
    font-family: 'Inter', sans-serif;
    color: #6B6B6B;
    font-size: 1.1rem;
    line-height: 1.6;
}

.destination-card {
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
}

.destination-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.card-image-link {
    display: block;
    overflow: hidden;
    aspect-ratio: 4/3;
}

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

.destination-card:hover .card-img-top {
    transform: scale(1.05);
}

.card-body {
    padding: 1.5rem;
    flex-grow: 1;
}

.card-title-link {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 0.75rem;
}

.card-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #2C2C2C;
    margin: 0;
    line-height: 1.3;
}

.card-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #6B6B6B;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.btn-nordic {
    background-color: #A79277;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
    padding: 12px 20px;
    border-radius: 0;
    transition: background-color 0.4s ease;
    border: none;
}

.btn-nordic:hover {
    background-color: #8E7B63;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .explore-surroundings-title {
        font-size: 1.5rem;
    }

    .explore-surroundings-subtitle {
        font-size: 0.95rem;
    }

    .explore-surroundings-block {
        padding: 40px 0;
    }
}

/* ===== footer ===== */
.laverook-footer {
    background-color: #F9F8F6;
    color: #2C2C2C;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #E5E1DB;
}

.laverook-footer h3,
.laverook-footer h2 {
    font-family: 'Playfair Display', serif;
    color: #A79277;
}

.laverook-footer-disclaimer {
    background-color: #F2F0ED;
    border: 1px solid #E5E1DB;
    max-width: 900px;
    margin: 0 auto;
}

.laverook-footer-disclaimer p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #6B6B6B;
}

.laverook-logo-item {
    width: 120px;
    transition: opacity 0.3s ease;
}

.laverook-logo-item img {
    max-height: 60px;
    object-fit: contain;
}

.laverook-nav-link {
    color: #6B6B6B;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    letter-spacing: 0.05em;
}

.laverook-nav-link:hover {
    color: #A79277;
}

.laverook-footer-bottom {
    border-color: #E5E1DB !important;
    color: #9A9A9A;
}

.laverook-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.laverook-modal-content {
    background-color: #FFFFFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.laverook-footer .btn-primary {
    background-color: #A79277;
    border-color: #A79277;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 12px 30px;
}

.laverook-footer .btn-primary:hover {
    background-color: #8E7A62;
    border-color: #8E7A62;
}

.laverook-footer .btn-outline-dark {
    border-color: #2C2C2C;
    color: #2C2C2C;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 12px 30px;
}

@media (max-width: 768px) {
    .laverook-logo-item {
        width: 100px;
    }

    .laverook-footer h3 {
        font-size: 1.1rem;
    }

    .laverook-footer h4 {
        margin-top: 1.5rem;
    }
}

.laverook-header {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E5E1DB;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.4s ease;
    z-index: 1030;
}

.laverook-header.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.laverook-header .laverook-header__logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.laverook-header .laverook-header__brand-text {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #2C2C2C;
    letter-spacing: -0.02em;
}

.laverook-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #6B6B6B !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.laverook-header .nav-link:hover {
    color: #A79277 !important;
}

.laverook-hero {
    min-height: 50vh;
    padding: 120px 0 80px;
    background-color: #2C2C2C;
}

.laverook-hero-video {
    object-fit: cover;
    z-index: 0;
}

.laverook-hero-overlay {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.laverook-hero-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #F9F8F6 !important;
    line-height: 1.2;
    font-size: 3rem;
}

.laverook-hero-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #D1C7BD !important;
    line-height: 1.6;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.laverook-search-container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.laverook-search-form .js-list-search {
    min-width: 280px;
    border: 1px solid #E5E1DB;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
}

.laverook-search-form .js-list-search:focus {
    border-color: #A79277;
    box-shadow: none;
}

.laverook-item-card {
    background: #FFFFFF;
    border: 1px solid #E5E1DB;
    border-radius: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.laverook-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.laverook-card-image-link {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.laverook-card-img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.laverook-item-card:hover .laverook-card-img {
    transform: scale(1.05);
}

.laverook-card-tag {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #A79277;
    font-weight: 600;
}

.laverook-card-date {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: #9A9A9A;
}

.laverook-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    line-height: 1.3;
}

.laverook-card-title a {
    color: #2C2C2C !important;
    transition: color 0.3s ease;
}

.laverook-card-title a:hover {
    color: #A79277 !important;
}

.laverook-card-excerpt {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #6B6B6B;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.laverook-card-btn {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    color: #2C2C2C;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #A79277;
    transition: all 0.3s ease;
}

.laverook-card-btn:hover {
    color: #A79277;
    padding-left: 10px;
}

.laverook-footer {
    background-color: #F9F8F6;
    color: #2C2C2C;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #E5E1DB;
}

.laverook-footer h3,
.laverook-footer h2,
.laverook-footer h4 {
    font-family: 'Playfair Display', serif;
    color: #A79277 !important;
}

.laverook-footer-disclaimer {
    background-color: #F2F0ED;
    border: 1px solid #E5E1DB;
    max-width: 900px;
    margin: 0 auto;
}

.laverook-footer-disclaimer p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #6B6B6B;
}

.laverook-logo-item img {
    max-height: 60px;
    object-fit: contain;
}

.laverook-nav-link {
    color: #6B6B6B;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    letter-spacing: 0.05em;
}

.laverook-nav-link:hover {
    color: #A79277;
}

.laverook-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.laverook-modal-content {
    background-color: #FFFFFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.laverook-footer .btn-primary {
    background-color: #A79277;
    border-color: #A79277;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 12px 30px;
}

.laverook-footer .btn-outline-dark {
    border-color: #2C2C2C;
    color: #2C2C2C;
    text-transform: uppercase;
    padding: 12px 30px;
}

@media (max-width: 767.98px) {
    .laverook-hero-title {
        font-size: 1.75rem !important;
    }

    .laverook-hero-text {
        font-size: 0.9rem !important;
    }

    .laverook-search-form .js-list-search {
        min-width: 100%;
    }
}


/* ===== PAGE: privacy ===== */
#policy-content-root { max-width: 900px; margin: 0 auto; padding: 4rem 1.5rem; color: #2C2C2C; font-family: 'Inter', sans-serif; } #policy-content-root h1 { font-family: 'Playfair Display', serif; color: #A79277; font-size: 2.5rem; margin-bottom: 1rem; line-height: 1.2; } #policy-content-root h2 { font-family: 'Playfair Display', serif; color: #A79277; font-size: 1.75rem; margin-top: 3rem; margin-bottom: 1.5rem; display: flex; align-items: center; border-bottom: 1px solid #E5E1DB; padding-bottom: 0.75rem; } #policy-content-root p { line-height: 1.8; margin-bottom: 1.25rem; font-size: 1.05rem; color: #4A4A4A; } #policy-content-root ul { padding-left: 1.25rem; margin-bottom: 1.5rem; } #policy-content-root li { margin-bottom: 0.75rem; line-height: 1.6; position: relative; list-style-type: none; padding-left: 1.5rem; } #policy-content-root li::before { content: '•'; color: #A79277; font-weight: bold; position: absolute; left: 0; font-size: 1.2rem; } #policy-content-root .policy-header-section { border-bottom: 1px solid #E5E1DB; padding-bottom: 2rem; } #policy-content-root .badge { font-weight: 500; letter-spacing: 0.02em; font-family: 'Inter', sans-serif; border: 1px solid #E5E1DB; } #policy-content-root strong { color: #2C2C2C; font-weight: 600; } @media (max-width: 768px) { #policy-content-root { padding: 2rem 1rem; } #policy-content-root h1 { font-size: 1.8rem; } #policy-content-root h2 { font-size: 1.4rem; } #policy-content-root p { font-size: 0.95rem; } }

/* ===== PAGE: terms ===== */
.policy-main-content-block { padding: 4rem 1.5rem; max-width: 850px; margin: 0 auto; background-color: #F9F8F6; font-family: 'Inter', sans-serif; color: #2C2C2C; }
.policy-main-content-block .policy-header { border-bottom: 1px solid #E5E1DB; padding-bottom: 2rem; }
.policy-main-content-block .policy-main-title { font-family: 'Playfair Display', serif; font-weight: 500; font-size: 2.5rem; color: #A79277; margin-bottom: 1rem; }
.policy-main-content-block .policy-meta-text { font-size: 0.85rem; color: #9A9A9A; text-transform: uppercase; letter-spacing: 0.1em; }
.policy-main-content-block .policy-separator { width: 40px; height: 2px; background-color: #D1C7BD; margin-bottom: 1.5rem; }
.policy-main-content-block h2 { font-family: 'Playfair Display', serif; font-weight: 500; color: #2C2C2C; font-size: 1.5rem; margin-top: 3rem; margin-bottom: 1.5rem; letter-spacing: -0.01em; }
.policy-main-content-block p { line-height: 1.8; color: #6B6B6B; font-size: 1rem; margin-bottom: 1.25rem; }
.policy-main-content-block .policy-list { list-style: none; padding-left: 0; margin-bottom: 1.5rem; }
.policy-main-content-block .policy-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.75rem; line-height: 1.6; color: #6B6B6B; }
.policy-main-content-block .policy-list li::before { content: '—'; position: absolute; left: 0; color: #A79277; }
@media (max-width: 768px) {
  .policy-main-content-block { padding: 2.5rem 1rem; }
  .policy-main-content-block .policy-main-title { font-size: 1.75rem; }
  .policy-main-content-block h2 { font-size: 1.25rem; margin-top: 2rem; }
  .policy-main-content-block p { font-size: 0.95rem; }
}

/* ===== PAGE: disclaimer ===== */
.policy-content-wrapper { padding: 80px 0; background-color: #F9F8F6; color: #2C2C2C; } .policy-text-body h3 { font-family: 'Playfair Display', serif; font-weight: 500; color: #A79277; margin-top: 2.5rem; margin-bottom: 1.2rem; border-bottom: 1px solid #E5E1DB; padding-bottom: 0.5rem; } .policy-text-body p { font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.8; color: #6B6B6B; margin-bottom: 1.5rem; text-align: justify; } .policy-text-body .custom-list { list-style: none; padding-left: 0; margin-bottom: 2rem; } .policy-text-body .custom-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.75rem; color: #6B6B6B; font-family: 'Inter', sans-serif; line-height: 1.6; } .policy-text-body .custom-list li::before { content: '—'; position: absolute; left: 0; color: #A79277; font-weight: bold; } .disclaimer-header-content { border-bottom: 1px solid #E5E1DB; padding-bottom: 3rem; } @media (max-width: 768px) { .policy-content-wrapper { padding: 40px 15px; } .policy-text-body h3 { font-size: 1.25rem; } .policy-text-body p { font-size: 15px; } }

/* ===== PAGE: cookies ===== */
.policy-main-content-block {
  padding: 60px 0;
  max-width: 900px;
  margin: 0 auto;
  color: #2C2C2C;
  background-color: #F9F8F6;
}

.policy-main-content-block .policy-section {
  margin-bottom: 48px;
  padding: 0 20px;
}

.policy-main-content-block .policy-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: #2C2C2C;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E1DB;
  padding-bottom: 10px;
}

.policy-main-content-block .policy-text {
  font-family: 'Inter', sans-serif;
  line-height: 1.8;
  color: #6B6B6B;
  margin-bottom: 1.5rem;
}

.policy-main-content-block .policy-icon-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.policy-main-content-block .policy-icon {
  font-size: 1.5rem;
  color: #A79277;
}

.policy-main-content-block .cookie-tabs-nav {
  border-bottom: 1px solid #E5E1DB;
}

.policy-main-content-block .cookie-tab-btn {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  color: #9A9A9A;
  transition: all 0.3s ease;
  cursor: pointer;
}

.policy-main-content-block .cookie-tab-btn:hover {
  color: #A79277;
}

.policy-main-content-block .cookie-tab-btn.active {
  color: #2C2C2C;
  border-bottom-color: #A79277;
}

.policy-main-content-block .cookie-panel {
  display: none;
  padding: 24px;
  background-color: #FFFFFF;
  border: 1px solid #E5E1DB;
  border-radius: 4px;
  animation: fadeIn 0.4s ease;
}

.policy-main-content-block .cookie-panel.active {
  display: block;
}

.policy-main-content-block .panel-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #A79277;
}

.policy-main-content-block .panel-text {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
  color: #6B6B6B;
}

.policy-main-content-block .policy-list {
  list-style: none;
  padding-left: 0;
}

.policy-main-content-block .policy-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.policy-main-content-block .policy-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #A79277;
}

.policy-main-content-block .policy-link {
  color: #A79277;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.policy-main-content-block .policy-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .policy-main-content-block .policy-heading {
    font-size: 1.25rem;
  }
  .policy-main-content-block .cookie-tab-btn {
    padding: 8px 12px;
    font-size: 0.75rem;
  }
}

/* ===== PAGE: rgp ===== */
.policy-main-content-block {
  background-color: #F9F8F6;
  padding: 64px 0;
  color: #2C2C2C;
  font-family: 'Inter', sans-serif;
}

.policy-journal-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.policy-content-body {
  background: #FFFFFF;
  padding: 48px;
  border: 1px solid #E5E1DB;
  box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

.policy-section h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  color: #A79277;
  margin-bottom: 24px;
  border-bottom: 1px solid #E5E1DB;
  padding-bottom: 12px;
  font-size: 1.75rem;
}

.policy-section p {
  line-height: 1.8;
  margin-bottom: 20px;
  color: #6B6B6B;
}

.policy-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.policy-section ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #6B6B6B;
}

.policy-section ul li::before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: #A79277;
  font-weight: bold;
}

.policy-section strong {
  color: #2C2C2C;
  font-weight: 600;
}

@media (max-width: 768px) {
  .policy-content-body {
    padding: 24px;
  }
  .policy-section h2 {
    font-size: 1.4rem;
  }
  .policy-main-content-block {
    padding: 32px 0;
  }
}

/* ===== PAGE: about ===== */
.about-content {
  background-color: #F9F8F6;
  color: #2C2C2C;
  overflow: hidden;
}
.about-content .section-padding {
  padding: 80px 0;
}
.about-content .about-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  color: #2C2C2C;
}
.about-content .about-text-wrapper p {
  font-family: 'Inter', sans-serif;
  line-height: 1.8;
  color: #6B6B6B;
}
.about-content .about-text-wrapper .lead {
  font-weight: 500;
  color: #2C2C2C;
}
.about-content .about-image-container {
  position: relative;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}
.about-content .about-main-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.about-content .methodology-card {
  padding: 32px;
  background: #FFFFFF;
  height: 100%;
  border: 1px solid #E5E1DB;
  transition: transform 0.4s ease;
}
.about-content .methodology-card:hover {
  transform: translateY(-5px);
}
.about-content .methodology-card h2 {
  font-family: 'Playfair Display', serif;
  color: #A79277;
}
.about-content .bg-alt {
  background-color: #F2F0ED;
}
.about-content .about-contact-btn {
  background-color: #A79277 !important;
  color: #FFFFFF !important;
  border: none !important;
  text-transform: lowercase !important;
  letter-spacing: 0.05em;
  padding: 15px 40px !important;
  font-weight: 500;
  box-shadow: none;
  transition: opacity 0.3s ease;
}
.about-content .about-contact-btn:hover {
  opacity: 0.9;
  background-color: #A79277 !important;
}
.about-content .editorial-note {
  background-color: #FFFFFF;
}
.about-content .border-primary {
  border-color: #A79277 !important;
}
@media (max-width: 768px) {
  .about-content .section-padding {
    padding: 40px 0;
  }
  .about-content .about-main-img {
    height: 300px;
  }
  .about-content .about-heading {
    font-size: 1.8rem;
  }
}

.comment-card {
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border-left: 3px solid #A79277;
    transition: transform 0.4s ease;
}

.comment-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    filter: grayscale(20%);
}

.comment-author {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #2C2C2C;
    font-size: 1.1rem;
}

.comment-date {
    font-size: 13px;
    color: #9A9A9A;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.comment-rating {
    background: #F9F8F6;
    padding: 4px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.comment-rating i {
    color: #A79277;
    font-size: 0.9rem;
}

.rating-value {
    font-weight: 600;
    font-size: 0.9rem;
    color: #2C2C2C;
}

.comment-text {
    font-family: 'Inter', sans-serif;
    color: #6B6B6B;
    line-height: 1.6;
    margin-top: 15px;
}

.btn-comment-action {
    background: none;
    border: none;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #A79277;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.btn-comment-action:hover {
    color: #8A9A9E;
}

.bg-alt-light {
    background-color: #F2F0ED !important;
    border-left: 1px solid #D1C7BD !important;
    box-shadow: none !important;
}

.avatar-sm {
    width: 48px !important;
    height: 48px !important;
}

.staff-tag {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    background: #A79277;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 8px;
    vertical-align: middle;
    text-transform: uppercase;
}

.comment-text.small {
    font-size: 14.5px;
    color: #6B6B6B;
}

/* ===== unified policy and mobile overflow fixes ===== */
.policy-content-wrapper {
    padding: 80px 0;
    background-color: #F9F8F6;
    color: #2C2C2C;
}

.policy-content-wrapper .container,
.policy-content-wrapper .row,
.policy-content-wrapper [class*="col-"] {
    min-width: 0;
}

.policy-content-wrapper .policy-eyebrow {
    letter-spacing: 2px;
    color: #A79277;
}

.policy-content-wrapper .disclaimer-header-content {
    border-bottom: 1px solid #E5E1DB;
    padding-bottom: 3rem;
}

.policy-content-wrapper .disclaimer-header-content h2 {
    color: #2C2C2C;
}

.policy-content-wrapper .divider {
    width: 60px;
    height: 2px;
    background: #A79277;
}

.policy-text-body {
    max-width: 920px;
    margin: 0 auto;
}

.policy-text-body h2,
.policy-text-body h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #A79277;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #E5E1DB;
    padding-bottom: 0.5rem;
    line-height: 1.25;
}

.policy-text-body section:first-child h2,
.policy-text-body section:first-child h3 {
    margin-top: 0;
}

.policy-text-body p,
.policy-text-body li,
.policy-text-body .policy-text,
.policy-text-body .panel-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #6B6B6B;
    overflow-wrap: break-word;
}

.policy-text-body p,
.policy-text-body .policy-text {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.policy-text-body .custom-list,
.policy-text-body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.policy-text-body .custom-list li,
.policy-text-body ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.policy-text-body .custom-list li::before,
.policy-text-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.82em;
    width: 8px;
    height: 1px;
    background: #A79277;
}

.policy-text-body strong {
    color: #2C2C2C;
    font-weight: 600;
}

.policy-text-body .cookie-tabs-content {
    display: grid;
    gap: 1rem;
}

.policy-text-body .cookie-panel,
.policy-text-body .cookie-panel.active {
    display: block;
    padding: 24px;
    background-color: #FFFFFF;
    border: 1px solid #E5E1DB;
    border-radius: 4px;
}

.policy-text-body .panel-title {
    font-size: 1.25rem;
    margin-top: 0;
}

.laverook-detail-share .d-flex {
    flex-wrap: wrap;
    min-width: 0;
}

.laverook-detail-share .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.3;
}

.policy-meta {
    flex-wrap: wrap;
    min-width: 0;
}

.policy-meta .badge,
.disclaimer-header-content .text-muted {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
    .policy-content-wrapper {
        padding: 40px 0;
    }

    .policy-content-wrapper .disclaimer-header-content {
        padding-bottom: 2rem;
    }

    .policy-content-wrapper .disclaimer-header-content h2 {
        font-size: 1.75rem;
    }

    .policy-text-body h2,
    .policy-text-body h3 {
        font-size: 1.25rem;
    }

    .policy-text-body p,
    .policy-text-body li,
    .policy-text-body .policy-text,
    .policy-text-body .panel-text {
        font-size: 15px;
        text-align: left;
    }

    .policy-text-body .cookie-panel,
    .policy-text-body .cookie-panel.active {
        padding: 20px;
    }

    .laverook-detail-share .d-flex {
        align-items: stretch;
        flex-direction: column;
    }

    .laverook-detail-share .btn {
        width: 100%;
    }
}


/* ===== PAGE TEMPLATE: hotels ===== */
.laverook-header {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E5E1DB;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.4s ease;
    z-index: 1030;
}

.laverook-header.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.laverook-header .laverook-header__logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.laverook-header .laverook-header__brand-text {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #2C2C2C;
    letter-spacing: -0.02em;
}

.laverook-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #6B6B6B !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.laverook-header .nav-link:hover {
    color: #A79277 !important;
}

.laverook-hero-detail {
    min-height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 60px;
}

.laverook-hero-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.laverook-detail-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
}

.laverook-detail-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    max-width: 600px;
}

.laverook-detail-main {
    background-color: #F9F8F6;
}

.laverook-detail-meta {
    color: #6B6B6B;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
}

.laverook-detail-meta i {
    color: #A79277;
}

.laverook-detail-body {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #2C2C2C;
}

.laverook-detail-body h2,
.laverook-detail-body h3 {
    font-family: 'Playfair Display', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2C2C2C;
}

.laverook-detail-body p {
    margin-bottom: 1.5rem;
}

.laverook-detail-body ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    list-style-type: none;
}

.laverook-detail-body ul li {
    position: relative;
    margin-bottom: 0.5rem;
}

.laverook-detail-body ul li::before {
    content: '—';
    position: absolute;
    left: -1.5rem;
    color: #A79277;
}

.laverook-sidebar-link {
    color: #6B6B6B;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.laverook-sidebar-link:hover {
    color: #A79277;
}

.laverook-sidebar-card h4 {
    color: #A79277;
    letter-spacing: 0.05em;
}

.laverook-footer {
    background-color: #F9F8F6;
    color: #2C2C2C;
    border-top: 1px solid #E5E1DB;
}

.laverook-footer h3 {
    font-family: 'Playfair Display', serif;
    color: #A79277;
}

.laverook-footer-disclaimer {
    background-color: #F2F0ED;
    border: 1px solid #E5E1DB;
    max-width: 900px;
    margin: 0 auto;
}

.laverook-footer-disclaimer p {
    font-size: 0.9rem;
    color: #6B6B6B;
}

.laverook-logo-item img {
    max-height: 60px;
    object-fit: contain;
}

.laverook-nav-link {
    color: #6B6B6B;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.laverook-nav-link:hover {
    color: #A79277;
}

.laverook-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.laverook-modal-content {
    background-color: #FFFFFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
}

.laverook-footer .btn-primary {
    background-color: #A79277;
    border-color: #A79277;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .laverook-detail-title {
        font-size: 22px !important;
        hyphens: auto;
    }

    .laverook-detail-subtitle {
        font-size: 14px !important;
    }

    .laverook-hero-detail {
        min-height: 40vh;
    }

    .laverook-detail-article {
        padding: 1.5rem !important;
    }
}

/* ===== PAGE TEMPLATE: destinations ===== */
.laverook-header {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E5E1DB;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.4s ease;
    z-index: 1030;
}

.laverook-header.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.laverook-header .laverook-header__logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.laverook-header .laverook-header__brand-text {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #2C2C2C;
    letter-spacing: -0.02em;
}

.laverook-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #6B6B6B !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.laverook-header .nav-link:hover {
    color: #A79277 !important;
}

.laverook-hero-detail {
    min-height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 60px;
}

.laverook-hero-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.laverook-detail-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
}

.laverook-detail-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    max-width: 600px;
}

.laverook-detail-main {
    background-color: #F9F8F6;
}

.laverook-detail-meta {
    color: #6B6B6B;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
}

.laverook-detail-meta i {
    color: #A79277;
}

.laverook-detail-body {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #2C2C2C;
}

.laverook-detail-body h2,
.laverook-detail-body h3 {
    font-family: 'Playfair Display', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2C2C2C;
}

.laverook-detail-body p {
    margin-bottom: 1.5rem;
}

.laverook-detail-body ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    list-style-type: none;
}

.laverook-detail-body ul li {
    position: relative;
    margin-bottom: 0.5rem;
}

.laverook-detail-body ul li::before {
    content: '—';
    position: absolute;
    left: -1.5rem;
    color: #A79277;
}

.laverook-sidebar-link {
    color: #6B6B6B;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.laverook-sidebar-link:hover {
    color: #A79277;
}

.laverook-sidebar-card h4 {
    color: #A79277;
    letter-spacing: 0.05em;
}

.laverook-footer {
    background-color: #F9F8F6;
    color: #2C2C2C;
    border-top: 1px solid #E5E1DB;
}

.laverook-footer h3 {
    font-family: 'Playfair Display', serif;
    color: #A79277;
}

.laverook-footer-disclaimer {
    background-color: #F2F0ED;
    border: 1px solid #E5E1DB;
    max-width: 900px;
    margin: 0 auto;
}

.laverook-footer-disclaimer p {
    font-size: 0.9rem;
    color: #6B6B6B;
}

.laverook-logo-item img {
    max-height: 60px;
    object-fit: contain;
}

.laverook-nav-link {
    color: #6B6B6B;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.laverook-nav-link:hover {
    color: #A79277;
}

.laverook-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.laverook-modal-content {
    background-color: #FFFFFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
}

.laverook-footer .btn-primary {
    background-color: #A79277;
    border-color: #A79277;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .laverook-detail-title {
        font-size: 22px !important;
        hyphens: auto;
    }

    .laverook-detail-subtitle {
        font-size: 14px !important;
    }

    .laverook-hero-detail {
        min-height: 40vh;
    }

    .laverook-detail-article {
        padding: 1.5rem !important;
    }
}

/* ===== PAGE TEMPLATE: guide ===== */
.laverook-header {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E5E1DB;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.4s ease;
    z-index: 1030;
}

.laverook-header.is-scrolled {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.laverook-header .laverook-header__logo {
    max-width: 42px;
    height: auto;
    object-fit: contain;
}

.laverook-header .laverook-header__brand-text {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #2C2C2C;
    letter-spacing: -0.02em;
}

.laverook-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    color: #6B6B6B !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.laverook-header .nav-link:hover {
    color: #A79277 !important;
}

.laverook-hero-detail {
    min-height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 60px;
}

.laverook-hero-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.laverook-detail-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
}

.laverook-detail-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    max-width: 600px;
}

.laverook-detail-main {
    background-color: #F9F8F6;
}

.laverook-detail-meta {
    color: #6B6B6B;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
}

.laverook-detail-meta i {
    color: #A79277;
}

.laverook-detail-body {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #2C2C2C;
}

.laverook-detail-body h2,
.laverook-detail-body h3 {
    font-family: 'Playfair Display', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2C2C2C;
}

.laverook-detail-body p {
    margin-bottom: 1.5rem;
}

.laverook-detail-body ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    list-style-type: none;
}

.laverook-detail-body ul li {
    position: relative;
    margin-bottom: 0.5rem;
}

.laverook-detail-body ul li::before {
    content: '—';
    position: absolute;
    left: -1.5rem;
    color: #A79277;
}

.laverook-sidebar-link {
    color: #6B6B6B;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.laverook-sidebar-link:hover {
    color: #A79277;
}

.laverook-sidebar-card h4 {
    color: #A79277;
    letter-spacing: 0.05em;
}

.laverook-footer {
    background-color: #F9F8F6;
    color: #2C2C2C;
    border-top: 1px solid #E5E1DB;
}

.laverook-footer h3 {
    font-family: 'Playfair Display', serif;
    color: #A79277;
}

.laverook-footer-disclaimer {
    background-color: #F2F0ED;
    border: 1px solid #E5E1DB;
    max-width: 900px;
    margin: 0 auto;
}

.laverook-footer-disclaimer p {
    font-size: 0.9rem;
    color: #6B6B6B;
}

.laverook-logo-item img {
    max-height: 60px;
    object-fit: contain;
}

.laverook-nav-link {
    color: #6B6B6B;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.laverook-nav-link:hover {
    color: #A79277;
}

.laverook-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.laverook-modal-content {
    background-color: #FFFFFF;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
}

.laverook-footer .btn-primary {
    background-color: #A79277;
    border-color: #A79277;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .laverook-detail-title {
        font-size: 22px !important;
        hyphens: auto;
    }

    .laverook-detail-subtitle {
        font-size: 14px !important;
    }

    .laverook-hero-detail {
        min-height: 40vh;
    }

    .laverook-detail-article {
        padding: 1.5rem !important;
    }
}
