:root {
    --primary: #5D4037;
    --secondary: #A68B7C;
    --accent: #C5A059;
    --bg-main: #FDFBF9;
    --bg-secondary: #F4EFEA;
    --surface: #FFFFFF;
    --text-primary: #2D2926;
    --text-secondary: #5D5753;
    --gradient-wood: linear-gradient(135deg, #5D4037 0%, #3E2723 100%);
    --gradient-glow: linear-gradient(90deg, #C5A059 0%, #D4AF37 100%)
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-main);
    color: var(--text-primary);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth
}

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

a {
    text-decoration: none;
    transition: all 0.4s ease-in-out
}

.text-muted {
    color: #8D837E !important
}

.btn-alpine-primary {
    background: var(--gradient-wood);
    color: var(--surface);
    border: none;
    border-radius: 4px;
    padding: 12px 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 15px rgba(93, 64, 55, 0.2)
}

.btn-alpine-primary:hover {
    box-shadow: 0 0 20px var(--accent);
    transform: translateY(-2px);
    color: var(--accent)
}

.card-chalet {
    background: var(--surface);
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 30px rgba(93, 64, 55, 0.08);
    transition: all 0.5s ease-in-out;
    overflow: hidden
}

.card-chalet:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(93, 64, 55, 0.15)
}

/* ===== header ===== */
.header-block {
    position: sticky;
    top: 0;
    z-index: 1050;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.header-block .header-nav {
    background-color: #5D4037 !important;
    padding: 0.75rem 0;
    border-bottom: 2px solid #C5A059;
}

.header-block .header-logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
    margin-right: 12px;
}

.header-block .brand-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #FFFFFF !important;
    letter-spacing: 1px;
}

.header-block .nav-link {
    font-family: 'Montserrat', sans-serif;
    color: #F4EFEA !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem !important;
}

.header-block .nav-link:hover,
.header-block .nav-link.active {
    color: #C5A059 !important;
}

.header-block .nav-cta-link {
    background-color: #C5A059;
    color: #2D2926 !important;
    border-radius: 4px;
    padding: 0.5rem 1.25rem !important;
    transition: all 0.3s ease;
}

.header-block .nav-cta-link:hover {
    background-color: #D4AF37;
    transform: translateY(-2px);
    color: #2D2926 !important;
}

.header-block .custom-toggler {
    border: 1px solid #A68B7C;
    color: #F4EFEA;
    padding: 0.5rem 0.75rem;
}

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

@media (max-width: 991.98px) {
    .header-block .navbar-collapse {
        background-color: #5D4037;
        padding: 1rem 0;
    }

    .header-block .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid rgba(166, 139, 124, 0.2);
    }

    .header-block .nav-cta-link {
        background-color: transparent;
        padding-left: 0 !important;
        color: #C5A059 !important;
    }
}

/* ===== hero ===== */
.cromshire-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 100px 0;
    background-color: #5D4037;
}

.cromshire-hero__video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cromshire-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cromshire-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(45, 41, 38, 0.7) 0%, rgba(45, 41, 38, 0.5) 50%, rgba(45, 41, 38, 0.8) 100%);
    z-index: 2;
}

.cromshire-hero__container {
    position: relative;
    z-index: 3;
}

.cromshire-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.cromshire-hero__description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    color: #F4EFEA;
    line-height: 1.6;
    margin-bottom: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cromshire-hero__btn-group {
    width: 100%;
    margin-top: 28px;
}

.cromshire-hero__btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 16px 36px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 220px;
    text-align: center;
}

.cromshire-hero__btn--primary {
    background: linear-gradient(135deg, #C5A059 0%, #D4AF37 100%);
    color: #2D2926;
    border: 1px solid #C5A059;
}

.cromshire-hero__btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(197, 160, 89, 0.4);
    color: #2D2926;
}

.cromshire-hero__btn--secondary {
    background: rgba(93, 64, 55, 0.3);
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(5px);
}

.cromshire-hero__btn--secondary:hover {
    background: #FFFFFF;
    color: #2D2926;
    transform: translateY(-3px);
}

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

    .cromshire-hero__title {
        font-size: 18px !important;
        margin-bottom: 16px;
    }

    .cromshire-hero__description {
        font-size: 14px !important;
        margin-bottom: 32px;
    }

    .cromshire-hero__btn {
        width: 100%;
        min-width: auto;
        padding: 12px 24px;
    }
}

/* ===== methodology ===== */
.methodology-section {
    background-color: #FDFBF9;
    padding: 96px 0;
    overflow: hidden;
    position: relative;
}

.methodology-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/media/pics/methodology-background-texture.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.03;
    pointer-events: none;
}

.methodology-section .methodology-title {
    font-family: 'Playfair Display', serif;
    color: #5D4037;
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.methodology-section .methodology-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #5D5753;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.6;
}

.methodology-section .methodology-card {
    background: #FFFFFF;
    border: 1px solid rgba(166, 139, 124, 0.2);
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    box-shadow: 0 10px 40px rgba(93, 64, 55, 0.05);
}

.methodology-section .methodology-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(93, 64, 55, 0.1);
    border-color: #C5A059;
}

.methodology-section .card-index {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: rgba(197, 160, 89, 0.2);
    font-weight: 700;
    position: absolute;
    top: 20px;
    right: 30px;
    line-height: 1;
    pointer-events: none;
}

.methodology-section .card-heading {
    font-family: 'Playfair Display', serif;
    color: #5D4037;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.methodology-section .card-text {
    font-family: 'Montserrat', sans-serif;
    color: #8D837E;
    font-size: 1rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

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

    .methodology-section .methodology-title {
        font-size: 1.75rem;
    }

    .methodology-section .methodology-subtitle {
        font-size: 1rem;
    }

    .methodology-section .methodology-card {
        padding: 30px;
    }

    .methodology-section .card-index {
        font-size: 2.5rem;
    }
}

/* ===== infrastructure ===== */
.infrastructure-block {
    background-color: #FDFBF9;
    position: relative;
    overflow: hidden;
}

.infrastructure-block .infrastructure-title {
    font-family: 'Playfair Display', serif;
    color: #2D2926;
    font-weight: 700;
    font-size: 2.75rem;
}

.infrastructure-block .infrastructure-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #5D5753;
    max-width: 700px;
    font-size: 1.125rem;
    line-height: 1.6;
}

.infrastructure-block .infra-card {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(93, 64, 55, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 1px solid rgba(166, 139, 124, 0.1);
    overflow: hidden;
}

.infrastructure-block .infra-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(93, 64, 55, 0.15);
}

.infrastructure-block .infra-img-wrapper {
    height: 200px;
    position: relative;
    overflow: hidden;
}

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

.infrastructure-block .infra-card:hover .infra-card-img {
    transform: scale(1.1);
}

.infrastructure-block .infra-icon-overlay {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #5D4037;
    color: #C5A059;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border: 2px solid #C5A059;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.infrastructure-block .infra-card-title {
    font-family: 'Playfair Display', serif;
    color: #2D2926;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.infrastructure-block .infra-card-text {
    font-family: 'Montserrat', sans-serif;
    color: #5D5753;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .infrastructure-block .infrastructure-title {
        font-size: 1.75rem;
    }

    .infrastructure-block .infrastructure-subtitle {
        font-size: 1rem;
    }
}

/* ===== city-rating ===== */
.cromshire-city-rating {
    background-color: #FDFBF9;
    color: #2D2926;
    font-family: 'Montserrat', sans-serif;
}

.cromshire-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #5D4037;
    font-size: 2.5rem;
}

.cromshire-subheading {
    max-width: 700px;
    color: #5D5753;
    line-height: 1.6;
}

.cromshire-btn-filter {
    background: #FFFFFF;
    border: 1px solid #A68B7C;
    color: #5D4037;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.cromshire-btn-filter:hover,
.cromshire-btn-filter.active {
    background: #5D4037;
    color: #FFFFFF;
    border-color: #5D4037;
    box-shadow: 0 4px 15px rgba(93, 64, 55, 0.2);
}

.cromshire-hotel-card {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 1px solid rgba(166, 139, 124, 0.1);
}

.cromshire-hotel-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(93, 64, 55, 0.12);
}

.cromshire-card-img-link {
    display: block;
    overflow: hidden;
    height: 220px;
}

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

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

.cromshire-card-body {
    padding: 1.5rem;
}

.cromshire-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.cromshire-card-title a {
    text-decoration: none;
    color: #5D4037;
    transition: color 0.3s ease;
}

.cromshire-card-title a:hover {
    color: #C5A059;
}

.cromshire-card-location {
    color: #8D837E;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.text-accent {
    color: #C5A059 !important;
}

.cromshire-btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #5D4037 0%, #3E2723 100%);
    color: #FFFFFF;
    text-align: center;
    padding: 0.8rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s ease;
    border: none;
}

.cromshire-btn-primary:hover {
    box-shadow: 0 0 15px rgba(197, 160, 89, 0.4);
    transform: scale(1.02);
    color: #F4EFEA;
}

@media (max-width: 768px) {
    .cromshire-heading {
        font-size: 1.8rem;
    }

    .cromshire-card-img-link {
        height: 180px;
    }
}

/* ===== faq ===== */
.faq-section {
    background-color: #FDFBF9;
    color: #2D2926;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.faq-section .faq-title {
    font-family: 'Playfair Display', serif;
    color: #5D4037;
    font-size: 2.5rem;
    font-weight: 700;
}

.faq-section .faq-subtitle {
    color: #5D5753;
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto;
}

.faq-section .faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-section .faq-item {
    background-color: #FFFFFF;
    border: 1px solid rgba(93, 64, 55, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-section .faq-item:hover {
    border-color: #C5A059;
    box-shadow: 0 4px 15px rgba(93, 64, 55, 0.05);
}

.faq-section .faq-question {
    background: none;
    border: none;
    padding: 1.5rem;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #2D2926;
    cursor: pointer;
    transition: color 0.3s ease;
}

.faq-section .faq-question:hover {
    color: #C5A059;
}

.faq-section .icon-state {
    font-size: 0.9rem;
    color: #A68B7C;
    transition: transform 0.4s ease, color 0.4s ease;
}

.faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.4s ease;
    opacity: 0;
}

.faq-section .faq-answer-inner {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #5D5753;
    line-height: 1.6;
    font-size: 0.95rem;
}

.faq-section .faq-item.is-active {
    border-color: #C5A059;
}

.faq-section .faq-item.is-active .faq-answer {
    max-height: 500px;
    opacity: 1;
}

.faq-section .faq-item.is-active .icon-state {
    transform: rotate(45deg);
    color: #C5A059;
}

@media (max-width: 767px) {
    .faq-section .faq-title {
        font-size: 1.75rem;
    }

    .faq-section .faq-question {
        padding: 1.25rem;
        font-size: 1rem;
    }
}

/* ===== category-winners ===== */
.category-winners-block {
    background-color: #FDFBF9;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.category-winners-block .section-title {
    font-family: 'Playfair Display', serif;
    color: #5D4037;
    font-weight: 700;
    font-size: 2.5rem;
}

.category-winners-block .section-subtitle {
    color: #8D837E;
    font-size: 1.1rem;
    line-height: 1.6;
}

.category-winners-block .category-btn {
    background: transparent;
    border: 1px solid #A68B7C;
    color: #5D4037;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.4s ease;
    cursor: pointer;
}

.category-winners-block .category-btn:hover,
.category-winners-block .category-btn.active {
    background: #5D4037;
    color: #FFFFFF;
    border-color: #5D4037;
    box-shadow: 0 4px 15px rgba(93, 64, 55, 0.2);
}

.category-winners-block .winner-card {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    border: 1px solid rgba(166, 139, 124, 0.1);
    box-shadow: 0 10px 30px rgba(93, 64, 55, 0.05);
}

.category-winners-block .winner-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(93, 64, 55, 0.15);
}

.category-winners-block .winner-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(197, 160, 89, 0.95);
    color: #FFFFFF;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    letter-spacing: 1px;
}

.category-winners-block .winner-img-link {
    display: block;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.category-winners-block .winner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.category-winners-block .winner-card:hover .winner-img {
    transform: scale(1.1);
}

.category-winners-block .winner-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-winners-block .winner-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.category-winners-block .winner-title a {
    color: #2D2926;
    text-decoration: none;
    transition: color 0.3s ease;
}

.category-winners-block .winner-title a:hover {
    color: #C5A059;
}

.category-winners-block .winner-text {
    color: #5D5753;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.category-winners-block .price-tag {
    font-weight: 700;
    color: #5D4037;
    font-size: 1.1rem;
}

.category-winners-block .winner-link {
    color: #C5A059;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
}

.category-winners-block .winner-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #C5A059;
    transition: width 0.3s ease;
}

.category-winners-block .winner-link:hover::after {
    width: 100%;
}

@media (max-width: 768px) {
    .category-winners-block .section-title {
        font-size: 1.8rem;
    }

    .category-winners-block .winner-img-link {
        height: 200px;
    }
}

/* ===== top-hotels-grid ===== */
.top-hotels-grid {
    padding: 96px 0;
    background-color: #FDFBF9;
    color: #2D2926;
}

.top-hotels-grid .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.75rem;
    font-weight: 700;
    color: #5D4037;
    margin-bottom: 1rem;
}

.top-hotels-grid .section-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #8D837E;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.top-hotels-grid .hotel-card {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid rgba(93, 64, 55, 0.08);
    box-shadow: 0 15px 35px rgba(93, 64, 55, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.top-hotels-grid .hotel-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(93, 64, 55, 0.12);
}

.top-hotels-grid .hotel-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

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

.top-hotels-grid .hotel-card:hover .hotel-img {
    transform: scale(1.08);
}

.top-hotels-grid .rating-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(93, 64, 55, 0.85);
    backdrop-filter: blur(8px);
    color: #C5A059;
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    border: 1px solid rgba(197, 160, 89, 0.3);
    z-index: 2;
}

.top-hotels-grid .hotel-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.top-hotels-grid .hotel-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}

.top-hotels-grid .hotel-title a {
    color: #5D4037;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-hotels-grid .hotel-title a:hover {
    color: #C5A059;
}

.top-hotels-grid .pros-cons {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
}

.top-hotels-grid .pro-item,
.top-hotels-grid .con-item {
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
}

.top-hotels-grid .pro-item i,
.top-hotels-grid .con-item i {
    margin-top: 3px;
    flex-shrink: 0;
}

.top-hotels-grid .privileges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.top-hotels-grid .privilege-tag {
    background: #F4EFEA;
    color: #5D4037;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
}

.top-hotels-grid .hotel-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    background: linear-gradient(135deg, #5D4037 0%, #3E2723 100%);
    color: #C5A059;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 8px;
    transition: all 0.4s ease;
    border: 1px solid rgba(197, 160, 89, 0.2);
}

.top-hotels-grid .hotel-btn:hover {
    background: #C5A059;
    color: #3E2723;
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.4);
}

@media (max-width: 768px) {
    .top-hotels-grid {
        padding: 48px 0;
    }

    .top-hotels-grid .section-title {
        font-size: 1.75rem;
    }

    .top-hotels-grid .hotel-title {
        font-size: 1.2rem;
    }
}

/* ===== footer ===== */
.age-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px
}

.age-modal-card {
    background: #FDFBF9;
    padding: 40px;
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    border: 2px solid #C5A059
}

.age-modal-icon {
    font-size: 3rem;
    color: #C5A059;
    margin-bottom: 20px
}

.age-modal-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #5D4037;
    margin-bottom: 15px
}

.age-modal-text {
    font-family: 'Montserrat', sans-serif;
    color: #5D5753;
    line-height: 1.6;
    margin-bottom: 30px
}

.age-modal-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap
}

.age-btn-primary {
    background: linear-gradient(135deg, #5D4037 0%, #3E2723 100%);
    color: #FFFFFF;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px
}

.age-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(93, 64, 55, 0.4);
    filter: brightness(1.2)
}

.age-btn-secondary {
    background: transparent;
    color: #5D4037;
    border: 2px solid #5D4037;
    padding: 10px 28px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px
}

.age-btn-secondary:hover {
    background: #5D4037;
    color: #FFFFFF
}

.cromshire-footer {
    background: #5D4037;
    color: #FFFFFF;
    padding-top: 72px;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden
}

.footer-disclaimer-box {
    background: rgba(253, 251, 249, 0.05);
    border: 1px solid #C5A059;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 48px
}

.disclaimer-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px
}

.disclaimer-header i {
    font-size: 1.5rem
}

.disclaimer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #C5A059;
    margin: 0
}

.disclaimer-content {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #F4EFEA;
    margin: 0;
    opacity: 0.9
}

.accent-text {
    color: #C5A059
}

.footer-org-logos img {
    max-width: 120px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease
}

.footer-org-logos img:hover {
    transform: scale(1.05)
}

.age-icon-21 img {
    max-width: 50px;
    filter: drop-shadow(0 0 5px rgba(255, 0, 0, 0.5))
}

.footer-logo-img {
    max-width: 50px;
    height: auto
}

.brand-desc {
    font-size: 0.9rem;
    color: #F4EFEA;
    line-height: 1.6
}

.footer-email-link {
    display: inline-block;
    margin-top: 6px;
    color: #C5A059;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.footer-email-link:hover {
    color: #FFFFFF;
}

.footer-nav-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #C5A059;
    margin-bottom: 24px
}

.footer-nav-list a {
    color: #F4EFEA;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease
}

.footer-nav-list a:hover {
    color: #C5A059
}

.copyright-text {
    font-size: 0.85rem;
    color: #A68B7C
}

.border-secondary-subtle {
    border-color: rgba(166, 139, 124, 0.2) !important
}

/* ===== PAGE: privacy ===== */
.policy-content-root {
  font-family: 'Montserrat', sans-serif;
  color: #2D2926;
  line-height: 1.7;
  padding: 48px 24px;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FDFBF9;
}

.policy-content-root h1,
.policy-content-root h2,
.policy-content-root h3 {
  font-family: 'Playfair Display', serif;
  color: #5D4037;
  font-weight: 700;
  margin-bottom: 24px;
}

.policy-content-root h1 {
  font-size: 2.5rem;
  border-bottom: 3px solid #C5A059;
  display: inline-block;
  margin-bottom: 8px;
}

.policy-header {
  margin-bottom: 48px;
  text-align: center;
}

.policy-last-updated {
  font-size: 0.875rem;
  color: #8D837E;
  font-style: italic;
}

.policy-toc {
  background: #F4EFEA;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 48px;
  border-left: 4px solid #C5A059;
}

.toc-title {
  font-size: 1.25rem !important;
  margin-bottom: 16px !important;
}

.policy-toc ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.policy-toc a {
  color: #5D4037;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.policy-toc a:hover {
  color: #C5A059;
}

.policy-body section {
  margin-bottom: 48px;
}

.policy-body h2 {
  font-size: 1.75rem;
  border-left: 4px solid #A68B7C;
  padding-left: 16px;
}

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

.policy-body ul,
.policy-body ol {
  margin-bottom: 1.5rem;
  padding-left: 1.2rem;
}

.policy-body li {
  margin-bottom: 0.75rem;
}

.policy-body strong {
  color: #5D4037;
}

.policy-footer-action {
  text-align: center;
  padding: 48px 0;
  border-top: 1px solid #EAE0D5;
  margin-top: 48px;
}

.btn-policy-confirm {
  background: linear-gradient(135deg, #5D4037 0%, #3E2723 100%);
  color: #FFFFFF;
  border: 1px solid #C5A059;
  padding: 12px 36px;
  border-radius: 4px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  cursor: pointer;
}

.btn-policy-confirm:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
  background: #C5A059;
  color: #5D4037;
}

@media (max-width: 767px) {
  .policy-content-root h1 { font-size: 1.5rem; }
  .policy-body h2 { font-size: 1.25rem; }
  .policy-body h3 { font-size: 1.1rem; }
  .policy-content-root { padding: 24px 15px; }
  .policy-body p { text-align: left; }
}

/* ===== PAGE: terms ===== */
.policy-content-root { background-color: #FDFBF9; padding: 72px 0; min-height: 100vh; }.policy-content-root__inner { max-width: 900px; margin: 0 auto; padding: 0 24px; }.policy-content-root__subtitle { font-family: 'Playfair Display', serif; color: #5D4037; font-weight: 700; font-size: 2rem; margin-top: 48px; margin-bottom: 24px; line-height: 1.2; border-left: 4px solid #C5A059; padding-left: 20px; }.policy-content-root__paragraph { font-family: 'Montserrat', sans-serif; color: #2D2926; font-size: 1.1rem; line-height: 1.8; margin-bottom: 24px; text-align: justify; }.policy-content-root__list { list-style: none; padding: 0; margin-bottom: 32px; }.policy-content-root__list-item { font-family: 'Montserrat', sans-serif; color: #5D5753; font-size: 1rem; line-height: 1.6; margin-bottom: 12px; padding-left: 30px; position: relative; }.policy-content-root__list-item::before { content: '\f0da'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #C5A059; position: absolute; left: 0; top: 2px; }@media (max-width: 767px) { .policy-content-root { padding: 48px 0; } .policy-content-root__subtitle { font-size: 16px; margin-top: 32px; padding-left: 15px; } .policy-content-root__paragraph { font-size: 14px; line-height: 1.6; } .policy-content-root__list-item { font-size: 13px; } }

/* ===== PAGE: disclaimer ===== */
.policy-content-root { font-family: 'Montserrat', sans-serif; color: #2D2926; line-height: 1.7; padding: 72px 15px; background-color: #FDFBF9; max-width: 900px; margin: 0 auto; } .policy-content-root .policy-main-title { font-family: 'Playfair Display', serif; color: #5D4037; font-size: 3rem; margin-bottom: 0.5rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; } .policy-content-root .policy-date { font-family: 'Lato', sans-serif; color: #C5A059; font-weight: 700; font-size: 0.9rem; margin-bottom: 3rem; } .policy-content-root h2 { font-family: 'Playfair Display', serif; color: #5D4037; font-size: 1.75rem; margin-top: 2.5rem; margin-bottom: 1rem; border-left: 4px solid #C5A059; padding-left: 1rem; } .policy-content-root p { margin-bottom: 1.5rem; color: #5D5753; text-align: justify; hyphens: auto; } .policy-content-root .policy-list { list-style: none; padding-left: 0; margin-bottom: 1.5rem; } .policy-content-root .policy-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.75rem; color: #5D5753; } .policy-content-root .policy-list li::before { content: '\f054'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; color: #C5A059; font-size: 0.8rem; top: 0.3rem; } @media (max-width: 768px) { .policy-content-root { padding: 48px 20px; } .policy-content-root .policy-main-title { font-size: 1.125rem; } .policy-content-root h2 { font-size: 1rem; } .policy-content-root p { font-size: 0.875rem; text-align: left; } .policy-content-root .policy-list li { font-size: 0.875rem; } }

/* ===== PAGE: cookies ===== */
.policy-content-root { padding: 72px 24px; max-width: 1000px; margin: 0 auto; line-height: 1.8; color: #2D2926; font-family: 'Montserrat', sans-serif; background-color: #FDFBF9; } .policy-content-root .policy-content-header { text-align: center; margin-bottom: 60px; padding-bottom: 40px; border-bottom: 1px solid rgba(93, 64, 55, 0.1); } .policy-content-root h1 { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: #5D4037; margin-bottom: 16px; font-weight: 700; } .policy-content-root .policy-content-subtitle { font-family: 'Lato', sans-serif; font-size: 1.25rem; color: #8D837E; max-width: 700px; margin: 0 auto; } .policy-content-root h2 { font-family: 'Playfair Display', serif; font-size: 2rem; color: #5D4037; margin-top: 48px; margin-bottom: 24px; border-left: 4px solid #C5A059; padding-left: 20px; } .policy-content-root p { margin-bottom: 20px; color: #5D5753; } .policy-content-root ul { list-style: none; padding-left: 0; margin-bottom: 32px; } .policy-content-root li { position: relative; padding-left: 28px; margin-bottom: 12px; color: #5D5753; } .policy-content-root li::before { content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; top: 2px; color: #C5A059; font-size: 0.9rem; } .policy-content-root strong { color: #5D4037; } @media (max-width: 767.98px) { .policy-content-root { padding: 48px 15px; } .policy-content-root h1 { font-size: 18px !important; } .policy-content-root h2 { font-size: 16px !important; margin-top: 32px; } .policy-content-root .policy-content-subtitle { font-size: 1rem; } .policy-content-root p, .policy-content-root li { font-size: 14px; } }

/* ===== PAGE: rgp ===== */
.policy-content-root { padding: 60px 20px; max-width: 900px; margin: 0 auto; background-color: #FDFBF9; color: #2D2926; font-family: 'Montserrat', sans-serif; line-height: 1.7; } .policy-content-root .rgp-main-section { background: #FFFFFF; padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(93, 64, 55, 0.05); border: 1px solid #F4EFEA; } .policy-content-root .rgp-heading { font-family: 'Playfair Display', serif; color: #5D4037; font-size: 1.75rem; font-weight: 700; margin-top: 2.5rem; margin-bottom: 1.25rem; border-bottom: 1px solid #C5A059; padding-bottom: 10px; } .policy-content-root .rgp-text { margin-bottom: 1.5rem; font-size: 1rem; color: #5D5753; } .policy-content-root .rgp-list { list-style: none; padding-left: 0; margin-bottom: 2rem; } .policy-content-root .rgp-list-item { position: relative; padding-left: 30px; margin-bottom: 12px; color: #5D5753; } .policy-content-root .rgp-list-item::before { content: '\f058'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; top: 2px; color: #C5A059; font-size: 1.1rem; } @media (max-width: 768px) { .policy-content-root { padding: 30px 15px; } .policy-content-root .rgp-main-section { padding: 25px; } .policy-content-root .rgp-heading { font-size: 1.4rem; } .policy-content-root .rgp-text { font-size: 0.95rem; } }

/* ===== PAGE: rating ===== */
.rating-grid-block {
  background-color: #FDFBF9;
  font-family: 'Montserrat', sans-serif;
}

.rating-grid-block__title {
  font-family: 'Playfair Display', serif;
  color: #5D4037;
  font-weight: 700;
}

.rating-grid-block__subtitle {
  color: #8D837E;
  max-width: 500px;
}

.rating-grid-block__filter-group .form-control,
.rating-grid-block__filter-group .form-select {
  border: 1px solid #A68B7C;
  background-color: #FFFFFF;
  color: #2D2926;
  border-radius: 8px;
  padding: 10px 15px;
}

.rating-grid-block__card {
  background: #FFFFFF;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(93, 64, 55, 0.08);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
  position: relative;
}

.rating-grid-block__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(93, 64, 55, 0.15);
  border: 1px solid rgba(197, 160, 89, 0.3);
}

.rating-grid-block__image-wrapper {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.rating-grid-block__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.8s ease;
}

.rating-grid-block__card:hover .rating-grid-block__img {
  scale: 1.05;
}

.rating-grid-block__badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(197, 160, 89, 0.9);
  backdrop-filter: blur(5px);
  color: #FFFFFF;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 0.9rem;
  z-index: 2;
}

.rating-grid-block__hotel-title {
  font-family: 'Playfair Display', serif;
  color: #5D4037;
  font-size: 1.25rem;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.rating-grid-block__hotel-title:hover {
  color: #C5A059;
}

.rating-grid-block__price {
  color: #C5A059;
  font-weight: 600;
  font-size: 1.1rem;
}

.rating-grid-block__desc {
  color: #5D5753;
  line-height: 1.5;
}

.rating-grid-block__btn {
  display: inline-block;
  text-align: center;
  background: linear-gradient(135deg, #5D4037 0%, #3E2723 100%);
  color: #FFFFFF;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.4s ease;
  border: none;
}

.rating-grid-block__btn:hover {
  background: #C5A059;
  color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.4);
}

.rating-grid-block__pros li {
  color: #5D5753;
}

@media (max-width: 768px) {
  .rating-grid-block__title {
    font-size: 1.75rem;
  }
  .rating-grid-block__subtitle {
    font-size: 0.9rem;
  }
}

/* ===== PAGE: geo ===== */
.geo-explorer-section {
  background-color: #FDFBF9;
  font-family: 'Montserrat', sans-serif;
  color: #2D2926;
}

.geo-explorer-section h1 {
  font-family: 'Playfair Display', serif;
  color: #5D4037;
  font-weight: 700;
}

.geo-explorer-section .search-box-wrapper {
  position: relative;
}

.geo-explorer-section .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #A68B7C;
}

.geo-explorer-section .js-geo-search {
  padding-left: 45px;
  border-radius: 30px;
  border: 2px solid #F4EFEA;
  height: 50px;
  background-color: #FFFFFF;
  color: #5D5753;
  transition: border-color 0.3s ease;
}

.geo-explorer-section .js-geo-search:focus {
  border-color: #C5A059;
  box-shadow: none;
  outline: none;
}

.geo-explorer-section .filter-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.geo-explorer-section .filter-btn {
  background: #FFFFFF;
  border: 2px solid #F4EFEA;
  padding: 8px 24px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #5D5753;
  transition: all 0.3s ease;
}

.geo-explorer-section .filter-btn:hover {
  background: #F4EFEA;
  border-color: #A68B7C;
}

.geo-explorer-section .filter-btn.active {
  background: #5D4037;
  color: #FFFFFF;
  border-color: #5D4037;
}

.geo-explorer-section .geo-card {
  height: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(93, 64, 55, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 1px solid #F4EFEA;
}

.geo-explorer-section .geo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(93, 64, 55, 0.15);
}

.geo-explorer-section .geo-card-img-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
}

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

.geo-explorer-section .geo-card:hover .geo-card-img {
  transform: scale(1.1);
}

.geo-explorer-section .geo-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(197, 160, 89, 0.95);
  color: #FFFFFF;
  padding: 4px 15px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}

.geo-explorer-section .geo-card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.geo-explorer-section .geo-meta {
  font-size: 0.8rem;
  color: #8D837E;
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
}

.geo-explorer-section .geo-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.3;
}

.geo-explorer-section .geo-card-title a {
  color: #5D4037;
  text-decoration: none;
  transition: color 0.3s ease;
}

.geo-explorer-section .geo-card-title a:hover {
  color: #C5A059;
}

.geo-explorer-section .geo-card-text {
  font-size: 0.95rem;
  color: #5D5753;
  line-height: 1.6;
  margin-bottom: 25px;
}

.geo-explorer-section .btn-geo-primary {
  background: linear-gradient(135deg, #5D4037 0%, #3E2723 100%);
  color: #FFFFFF;
  border: none;
  padding: 12px 35px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(93, 64, 55, 0.2);
}

.geo-explorer-section .btn-geo-primary:hover {
  background: linear-gradient(135deg, #704E44 0%, #5D4037 100%);
  color: #C5A059;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(197, 160, 89, 0.25);
}

.geo-explorer-section .no-results-msg h3 {
  font-family: 'Playfair Display', serif;
  color: #5D4037;
}

/* ===== PAGE: tips ===== */
.tips-grid-section { background-color: #FDFBF9; font-family: 'Montserrat', sans-serif; }
.tips-grid-section__title { font-family: 'Playfair Display', serif; color: #5D4037; font-weight: 700; font-size: 2.75rem; }
.tips-grid-section__subtitle { color: #8D837E; font-size: 1.125rem; line-height: 1.6; }
.tips-grid-section .tips-card { background: #FFFFFF; border: none; border-radius: 20px; transition: transform 0.4s ease, box-shadow 0.4s ease; overflow: hidden; }
.tips-grid-section .tips-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(93, 64, 55, 0.15) !important; }
.tips-grid-section .tips-card__img-link { height: 240px; border-bottom: 3px solid #C5A059; }
.tips-grid-section .tips-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.tips-grid-section .tips-card:hover .tips-card__img { transform: scale(1.08); }
.tips-grid-section .tips-card__title { font-family: 'Playfair Display', serif; color: #2D2926; font-weight: 700; transition: color 0.3s ease; font-size: 1.5rem; }
.tips-grid-section .tips-card__title:hover { color: #C5A059; }
.tips-grid-section .tips-card__text { color: #5D5753; line-height: 1.5; font-size: 0.95rem; }
.tips-grid-section .tips-card__btn { background: linear-gradient(135deg, #5D4037 0%, #3E2723 100%); color: #FFFFFF; border: 1px solid rgba(197, 160, 89, 0.3); border-radius: 8px; padding: 12px 24px; font-weight: 600; font-family: 'Lato', sans-serif; transition: all 0.4s ease; text-transform: uppercase; letter-spacing: 0.5px; }
.tips-grid-section .tips-card__btn:hover { background: #C5A059; color: #2D2926; border-color: #C5A059; box-shadow: 0 5px 15px rgba(197, 160, 89, 0.4); }
.tips-grid-section .form-control { border-radius: 10px; border: 1px solid #A68B7C; padding-left: 3rem; height: 50px; background-color: #FFFFFF; color: #2D2926; }
.tips-grid-section .form-control:focus { box-shadow: 0 0 0 0.25rem rgba(197, 160, 89, 0.2); border-color: #C5A059; }
.tips-grid-section .tips-grid-section__filter-btn { border-radius: 50px; padding: 8px 20px; font-family: 'Lato', sans-serif; font-weight: 600; color: #5D4037; border: 2px solid #5D4037; background: transparent; transition: all 0.3s ease; }
.tips-grid-section .tips-grid-section__filter-btn.active { background-color: #5D4037; color: #FFFFFF; }
.tips-grid-section .tips-grid-section__filter-btn:hover { background-color: #C5A059; border-color: #C5A059; color: #FFFFFF; }
.tips-grid-section__filter-btns { display: none !important; }

/* ===== PAGE: about ===== */
.about-section {
  background-color: #FDFBF9;
  color: #2D2926;
  font-family: 'Montserrat', sans-serif;
}
.about-section .about-heading {
  font-family: 'Playfair Display', serif;
  color: #5D4037;
  font-weight: 700;
  line-height: 1.2;
}
.about-section h2 {
  font-family: 'Playfair Display', serif;
  color: #5D4037;
  font-weight: 700;
}
.about-section .about-lead {
  font-size: 1.25rem;
  color: #5D5753;
  font-weight: 400;
  line-height: 1.6;
}
.about-section .about-text {
  line-height: 1.8;
  color: #5D5753;
}
.about-section .about-overlay-badge {
  position: absolute;
  bottom: -20px;
  right: 20px;
  background: #C5A059;
  color: #FFFFFF;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.about-section .about-card {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(93, 64, 55, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 1px solid rgba(166, 139, 124, 0.1);
}
.about-section .about-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(197, 160, 89, 0.15);
}
.about-section .about-card-icon {
  font-size: 2.5rem;
  color: #C5A059;
}
.about-section .about-list i {
  color: #C5A059;
}
.about-section .contact-container {
  background: linear-gradient(135deg, #5D4037 0%, #3E2723 100%);
  color: #FFFFFF;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.about-section .contact-container h2 {
  color: #C5A059;
}
.about-section .contact-email-label {
  color: #F4EFEA;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-section .email-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 30px;
  border-radius: 50px;
  border: 1px solid rgba(197, 160, 89, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
.about-section .email-box:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #C5A059;
}
.about-section .email-box span {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.about-section .btn-copy {
  background: transparent;
  border: none;
  color: #C5A059;
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}
.about-section .btn-copy:active {
  transform: scale(0.9);
}
.about-section .btn-primary {
  background: #C5A059;
  border: none;
  color: #3E2723;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease;
}
.about-section .btn-primary:hover {
  background: #D4AF37;
  box-shadow: 0 0 15px rgba(197, 160, 89, 0.4);
  transform: translateY(-2px);
}

.comment-card.main-comment-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 12px 40px rgba(93, 64, 55, 0.08);
    border: 1px solid rgba(166, 139, 124, 0.15);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.comment-card.main-comment-card:hover {
    transform: translateY(-4px);
}

.comment-body-wrapper {
    display: flex;
    gap: 24px;
}

.avatar-initials {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
}

.bg-alpine-glow {
    background: linear-gradient(90deg, #C5A059 0%, #D4AF37 100%);
}

.author-name {
    font-family: 'Playfair Display', serif;
    color: #2D2926;
    font-weight: 700;
    font-size: 1.25rem;
}

.comment-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #A68B7C;
    font-weight: 600;
}

.text-accent {
    color: #C5A059;
}

.rating-value {
    font-weight: 700;
    color: #2D2926;
    margin-left: 8px;
    font-size: 0.9rem;
}

.comment-text-content p {
    color: #5D5753;
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}

.comment-date {
    font-size: 0.85rem;
    color: #8D837E;
}

.btn-comment-link {
    background: none;
    border: none;
    padding: 0;
    color: #5D4037;
    font-weight: 600;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.btn-comment-link:hover {
    color: #C5A059;
}

.cromshire-reply-container {
    border-left: 2px solid #F4EFEA !important;
    margin-top: 16px;
}

.comment-card.reply-comment-card {
    background: #FDFBF9;
    border-radius: 15px;
    padding: 24px;
    border: 1px dashed #A68B7C;
    position: relative;
}

.avatar-initials.bg-warm-wood-avatar {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #5D4037 0%, #3E2723 100%);
    font-size: 1rem;
}

.reply-comment-card .author-name {
    font-size: 1.1rem;
}

.accent-tag {
    color: #C5A059 !important;
}

.reply-comment-card .comment-text-content p {
    font-size: 0.95rem;
    font-style: italic;
    color: #5D5753;
}

@media (max-width: 768px) {
    .comment-body-wrapper {
        flex-direction: column;
        gap: 12px;
    }

    .comment-card.main-comment-card {
        padding: 20px;
    }
}


/* ===== PAGE TEMPLATE: rating ===== */
.header-block {
    position: sticky;
    top: 0;
    z-index: 1050;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.header-block .header-nav {
    background-color: #5D4037 !important;
    padding: 0.75rem 0;
    border-bottom: 2px solid #C5A059;
}

.header-block .header-logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
    margin-right: 12px;
}

.header-block .brand-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #FFFFFF !important;
    letter-spacing: 1px;
}

.header-block .nav-link {
    font-family: 'Montserrat', sans-serif;
    color: #F4EFEA !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem !important;
}

.header-block .nav-link:hover,
.header-block .nav-link.active {
    color: #C5A059 !important;
}

.header-block .nav-cta-link {
    background-color: #C5A059;
    color: #2D2926 !important;
    border-radius: 4px;
    padding: 0.5rem 1.25rem !important;
    transition: all 0.3s ease;
}

.header-block .nav-cta-link:hover {
    background-color: #D4AF37;
    transform: translateY(-2px);
    color: #2D2926 !important;
}

.header-block .custom-toggler {
    border: 1px solid #A68B7C;
    color: #F4EFEA;
    padding: 0.5rem 0.75rem;
}

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

@media (max-width: 991.98px) {
    .header-block .navbar-collapse {
        background-color: #5D4037;
        padding: 1rem 0;
    }

    .header-block .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid rgba(166, 139, 124, 0.2);
    }

    .header-block .nav-cta-link {
        background-color: transparent;
        padding-left: 0 !important;
        color: #C5A059 !important;
    }
}

.cromshire-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 80px 0;
    background-color: #5D4037;
}

.cromshire-hero__video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cromshire-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cromshire-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(45, 41, 38, 0.7) 0%, rgba(45, 41, 38, 0.8) 100%);
    z-index: 2;
}

.cromshire-hero__container {
    position: relative;
    z-index: 3;
}

.cromshire-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.cromshire-hero__description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    color: #F4EFEA;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .cromshire-hero {
        min-height: 40vh;
        padding: 40px 15px;
    }

    .cromshire-hero__title {
        font-size: 18px !important;
    }

    .cromshire-hero__description {
        font-size: 14px !important;
    }
}

@media (max-width: 575.98px) {
  .about-section .email-box {
    display: flex !important;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 8px;
    padding: 15px 18px;
    border-radius: 28px;
  }

  .about-section .email-box span {
    min-width: 0;
    margin-right: 0 !important;
    font-size: 1rem;
  }
}

.cromshire-detail-main {
    background-color: #FDFBF9;
}

.breadcrumb-item a {
    color: #5D4037;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb-item.active {
    color: #C5A059;
}

.detail-content-card {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(93, 64, 55, 0.05);
}

.detail-image-wrapper {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/9;
}

.detail-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-body-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #2D2926;
}

.detail-body-text h2 {
    font-family: 'Playfair Display', serif;
    color: #5D4037;
    font-size: 16px;
    margin: 2rem 0 1rem;
}

.share-title {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #5D4037;
}

.share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFFFFF;
    transition: all 0.3s ease;
    text-decoration: none;
}

.share-fb {
    background-color: #3b5998;
}

.share-tw {
    background-color: #1da1f2;
}

.share-ln {
    background-color: #0077b5;
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}

.detail-sidebar .info-box {
    background: #5D4037;
    color: #FFFFFF;
    padding: 25px;
    border-radius: 20px;
    border: 2px solid #C5A059;
}

.info-box-title {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #C5A059;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.info-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95rem;
}

.price-tag {
    color: #C5A059;
    font-weight: 700;
    font-size: 1.2rem;
}

.stars-rating {
    color: #C5A059;
}

.btn-booking-action {
    background: #C5A059;
    color: #2D2926;
    border: none;
    padding: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-booking-action:hover {
    background: #D4AF37;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
    color: #2D2926;
}

.quick-features-card {
    background: #F4EFEA;
    padding: 25px;
    border-radius: 20px;
}

.feature-box-title {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #5D4037;
    margin-bottom: 15px;
}

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

.feature-list li {
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #5D5753;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-list li i {
    color: #C5A059;
}

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

.age-modal-card {
    background: #FDFBF9;
    padding: 40px;
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    border: 2px solid #C5A059;
}

.age-modal-icon {
    font-size: 3rem;
    color: #C5A059;
    margin-bottom: 20px;
}

.age-modal-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #5D4037;
    margin-bottom: 15px;
}

.age-modal-text {
    font-family: 'Montserrat', sans-serif;
    color: #5D5753;
    line-height: 1.6;
    margin-bottom: 30px;
}

.age-modal-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.age-btn-primary {
    background: linear-gradient(135deg, #5D4037 0%, #3E2723 100%);
    color: #FFFFFF;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.age-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(93, 64, 55, 0.4);
    filter: brightness(1.2);
}

.age-btn-secondary {
    background: transparent;
    color: #5D4037;
    border: 2px solid #5D4037;
    padding: 10px 28px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.age-btn-secondary:hover {
    background: #5D4037;
    color: #FFFFFF;
}

.cromshire-footer {
    background: #5D4037;
    color: #FFFFFF;
    padding-top: 72px;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.footer-disclaimer-box {
    background: rgba(253, 251, 249, 0.05);
    border: 1px solid #C5A059;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 48px;
}

.disclaimer-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.disclaimer-header i {
    font-size: 1.5rem;
}

.disclaimer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #C5A059;
    margin: 0;
}

.disclaimer-content {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #F4EFEA;
    margin: 0;
    opacity: 0.9;
}

.accent-text {
    color: #C5A059;
}

.footer-org-logos img {
    max-width: 120px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.footer-org-logos img:hover {
    transform: scale(1.05);
}

.age-icon-21 img {
    max-width: 50px;
    filter: drop-shadow(0 0 5px rgba(255, 0, 0, 0.5));
}

.footer-logo-img {
    max-width: 50px;
    height: auto;
}

.brand-desc {
    font-size: 0.9rem;
    color: #F4EFEA;
    line-height: 1.6;
}

.footer-nav-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #C5A059;
    margin-bottom: 24px;
}

.footer-nav-list a {
    color: #F4EFEA;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-nav-list a:hover {
    color: #C5A059;
}

.copyright-text {
    font-size: 0.85rem;
    color: #A68B7C;
}

.border-secondary-subtle {
    border-color: rgba(166, 139, 124, 0.2) !important;
}

/* ===== PAGE TEMPLATE: geo ===== */
.geo-detail-section {
    background-color: #FDFBF9;
}

.geo-detail-section .breadcrumb-item a {
    color: #A68B7C;
    text-decoration: none;
    transition: color 0.3s ease;
}

.geo-detail-section .breadcrumb-item a:hover {
    color: #5D4037;
}

.geo-detail-section .breadcrumb-item.active {
    color: #5D4037;
    font-weight: 600;
}

.geo-detail-section .detail-article-card {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(93, 64, 55, 0.08);
    border: 1px solid rgba(197, 160, 89, 0.15);
}

.geo-detail-section .badge-geo {
    background-color: #C5A059;
    color: #FFFFFF;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.geo-detail-section .meta-date,
.geo-detail-section .meta-author {
    color: #8D837E;
    font-size: 0.9rem;
}

.geo-detail-section .article-main-title {
    font-family: 'Playfair Display', serif;
    color: #2D2926;
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 0;
    line-height: 1.3;
}

.geo-detail-section .article-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.geo-detail-section .article-main-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.geo-detail-section .article-body-content h3 {
    font-family: 'Playfair Display', serif;
    color: #5D4037;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
}

.geo-detail-section .article-body-content p {
    color: #5D5753;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.geo-detail-section .article-body-content .lead-text {
    font-size: 1.125rem;
    font-weight: 500;
    color: #2D2926;
}

.geo-detail-section .article-body-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.geo-detail-section .article-body-content li {
    color: #5D5753;
    margin-bottom: 0.75rem;
    list-style-type: none;
    position: relative;
}

.geo-detail-section .article-body-content li::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #C5A059;
    position: absolute;
    left: -1.5rem;
    font-size: 0.8rem;
}

.geo-detail-section .share-label {
    font-weight: 600;
    color: #5D4037;
}

.geo-detail-section .share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F4EFEA;
    color: #5D4037;
    margin-right: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.geo-detail-section .share-btn:hover {
    background-color: #C5A059;
    color: #FFFFFF;
    transform: translateY(-3px);
}

.geo-detail-section .sidebar-widget {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #C5A059;
}

.geo-detail-section .widget-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #5D4037;
    margin-bottom: 20px;
}

.geo-detail-section .sidebar-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    color: #5D5753;
    text-decoration: none;
    border-bottom: 1px solid #F4EFEA;
    transition: all 0.3s ease;
}

.geo-detail-section .sidebar-item:last-child {
    border-bottom: none;
}

.geo-detail-section .sidebar-item:hover {
    color: #C5A059;
    padding-left: 5px;
}

.geo-detail-section .sidebar-banner-box {
    background: linear-gradient(135deg, #5D4037 0%, #3E2723 100%);
    border-radius: 12px;
    color: #FFFFFF;
    text-align: center;
}

.geo-detail-section .banner-icon {
    font-size: 2.5rem;
    color: #C5A059;
}

.geo-detail-section .banner-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.geo-detail-section .banner-text {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 20px;
}

.geo-detail-section .banner-link {
    display: inline-block;
    background: #C5A059;
    color: #FFFFFF;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.geo-detail-section .banner-link:hover {
    background: #D4AF37;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .geo-detail-section .article-main-title {
        font-size: 1.5rem;
    }

    .geo-detail-section .article-main-img {
        height: 250px;
    }

    .geo-detail-section .detail-article-card {
        padding: 20px !important;
    }
}

/* ===== PAGE TEMPLATE: tips ===== */
.header-block {
    position: sticky;
    top: 0;
    z-index: 1050;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.header-block .header-nav {
    background-color: #5D4037 !important;
    padding: 0.75rem 0;
    border-bottom: 2px solid #C5A059;
}

.header-block .header-logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
    margin-right: 12px;
}

.header-block .brand-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #FFFFFF !important;
    letter-spacing: 1px;
}

.header-block .nav-link {
    font-family: 'Montserrat', sans-serif;
    color: #F4EFEA !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem !important;
}

.header-block .nav-link:hover,
.header-block .nav-link.active {
    color: #C5A059 !important;
}

.header-block .nav-cta-link {
    background-color: #C5A059;
    color: #2D2926 !important;
    border-radius: 4px;
    padding: 0.5rem 1.25rem !important;
    transition: all 0.3s ease;
}

.header-block .nav-cta-link:hover {
    background-color: #D4AF37;
    transform: translateY(-2px);
    color: #2D2926 !important;
}

.header-block .custom-toggler {
    border: 1px solid #A68B7C;
    color: #F4EFEA;
    padding: 0.5rem 0.75rem;
}

.cromshire-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 80px 0;
    background-color: #5D4037;
}

.cromshire-hero__video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cromshire-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(45, 41, 38, 0.7) 0%, rgba(45, 41, 38, 0.8) 100%);
    z-index: 2;
}

.cromshire-hero__container {
    position: relative;
    z-index: 3;
}

.cromshire-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.text-accent {
    color: #C5A059 !important;
}

.h2-accent {
    font-family: 'Playfair Display', serif;
    color: #5D4037;
    border-bottom: 2px solid #C5A059;
    display: inline-block;
    padding-bottom: 5px;
}

.article-text-content {
    font-family: 'Montserrat', sans-serif;
    color: #2D2926;
    line-height: 1.8;
    font-size: 1.05rem;
}

.article-text-content p {
    margin-bottom: 1.5rem;
}

.bg-light-surface {
    background-color: #F4EFEA;
}

.article-list {
    list-style: none;
    padding: 0;
}

.sidebar-card {
    border: none;
}

.sidebar-title {
    font-family: 'Playfair Display', serif;
    color: #5D4037;
    border-left: 4px solid #C5A059;
    padding-left: 15px;
}

.sidebar-post-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #2D2926;
    transition: color 0.3s;
}

.sidebar-post-item:hover .sidebar-post-title {
    color: #C5A059;
}

.btn-accent {
    background-color: #C5A059;
    color: #2D2926;
    font-weight: 600;
    border: none;
    padding: 12px;
    transition: all 0.3s;
}

.btn-accent:hover {
    background-color: #D4AF37;
    transform: translateY(-2px);
}

.cromshire-footer {
    background: #5D4037;
    color: #FFFFFF;
    padding-top: 72px;
    font-family: 'Montserrat', sans-serif;
}

.footer-disclaimer-box {
    background: rgba(253, 251, 249, 0.05);
    border: 1px solid #C5A059;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 48px;
}

.disclaimer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #C5A059;
}

.footer-nav-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #C5A059;
    margin-bottom: 24px;
}

.footer-nav-list a {
    color: #F4EFEA;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-nav-list a:hover {
    color: #C5A059;
}

@media (max-width: 767.98px) {
    .cromshire-hero__title {
        font-size: 1.5rem !important;
    }

    .article-content-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .article-main-image img {
        border-radius: 15px !important;
    }
}
