* { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: #fff; color: #333; line-height: 1.6; }
        img { max-width: 100%; height: auto; display: block; }

        header { position: sticky; top: 0; background: white; padding: 12px 16px; border-bottom: 1px solid #e5e5e5; display: flex; justify-content: space-between; align-items: center; z-index: 100; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .logo img { height: 32px; width: auto; }
        .brand-text { font-size: 12px; font-weight: 700; color: #2c2c2c; line-height: 1.1; }
        .menu-toggle { background: none; border: none; font-size: 24px; cursor: pointer; color: #2c2c2c; padding: 8px; }

        .hero { position: relative; width: 100%; height: 350px; background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://res.cloudinary.com/dgwjoar03/image/upload/v1779550978/Sunset_g0sckx.jpg') center/cover; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; text-align: center; color: white; padding: 32px 16px; gap: 12px; }
        .hero h1 { font-size: 28px; font-weight: 700; margin: 0; }
        .hero p { font-size: 14px; line-height: 1.4; margin: 0; opacity: 0.95; }

        .cta-bar { display: flex; gap: 8px; padding: 16px; background: white; justify-content: center; flex-wrap: wrap; }
        .btn { padding: 12px 24px; border: none; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s; flex: 1; max-width: 160px; }
        .btn-primary { background: #2c2c2c; color: white; }
        .btn-primary:active { opacity: 0.9; }
        .btn-secondary { background: #f0f0f0; color: #2c2c2c; }
        .btn-secondary:active { background: #e5e5e5; }

        #success-msg { display: none; margin: 12px; padding: 16px; background: #d4edda; border: 1px solid #c3e6cb; border-radius: 4px; color: #155724; text-align: center; }
        #success-msg h3 { font-size: 16px; margin: 0 0 8px 0; }
        #success-msg p { font-size: 13px; margin: 6px 0; }

        section { padding: 24px 16px; border-bottom: 1px solid #e5e5e5; }
        section h2 { font-size: 22px; font-weight: 700; color: #2c2c2c; margin-bottom: 8px; }
        section > p { font-size: 14px; color: #666; margin-bottom: 16px; }

        .rooms-container { display: grid; grid-template-columns: 1fr; gap: 16px; align-items: stretch; }
        .room { background: white; border-radius: 8px; overflow: hidden; border: 1px solid #f0f0f0; box-shadow: 0 1px 3px rgba(0,0,0,0.04); display: flex; flex-direction: column; height: 100%; }
        .room-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; display: block; }
        .room-carousel { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: #f0f0f0; }
        .room-carousel .carousel-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transition: opacity 0.4s ease-in-out; }
        .room-carousel .carousel-img.active { opacity: 1; }
        .room-carousel .carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.5); color: white; border: none; width: 36px; height: 36px; border-radius: 50%; cursor: pointer; font-size: 16px; display: flex; align-items: center; justify-content: center; transition: background 0.2s; z-index: 2; }
        .room-carousel .carousel-btn:hover { background: rgba(0,0,0,0.8); }
        .room-carousel .carousel-btn.prev { left: 10px; }
        .room-carousel .carousel-btn.next { right: 10px; }
        .room-carousel .carousel-dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 2; }
        .room-carousel .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.6); cursor: pointer; transition: all 0.2s; border: none; padding: 0; }
        .room-carousel .dot.active { background: white; width: 22px; border-radius: 4px; }
        .room-carousel .dot:hover { background: rgba(255,255,255,0.9); }
        .room-carousel .img-counter { position: absolute; top: 10px; right: 10px; background: rgba(0,0,0,0.55); color: white; font-size: 11px; padding: 3px 8px; border-radius: 12px; z-index: 2; }
        .room-content { padding: 14px; display: flex; flex-direction: column; flex: 1; }
        .room-title { font-size: 15px; font-weight: 700; color: #2c2c2c; margin-bottom: 4px; }
        .room-price { font-size: 16px; color: #c4a574; font-weight: 700; margin-bottom: 8px; }
        .room-desc { font-size: 13px; color: #666; line-height: 1.45; margin-bottom: 12px; flex: 1; }
        .room-btn { width: 100%; padding: 10px; background: #2c2c2c; color: white; border: none; border-radius: 4px; font-size: 13px; font-weight: 600; cursor: pointer; }

        .highlights-container { display: grid; grid-template-columns: 1fr; gap: 12px; }
        .highlight-box { background: linear-gradient(135deg, #c4a574 0%, #a0826d 100%); color: white; padding: 16px; border-radius: 6px; text-align: center; }
        .highlight-box h3 { font-size: 14px; font-weight: 700; margin-bottom: 6px; }
        .highlight-box p { font-size: 12px; line-height: 1.4; margin: 0; opacity: 0.95; }

        .hiking-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 20px; }
        .hiking-card { background: white; border-radius: 8px; overflow: hidden; border: 1px solid #f0f0f0; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
        .hiking-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center; display: block; background: #f5f5f5; }
        .hiking-caption { padding: 10px 12px; font-size: 12px; font-weight: 600; color: #2c2c2c; text-align: center; }

        .amenities-container { display: grid; grid-template-columns: 1fr; gap: 12px; }
        .amenity { background: white; border-radius: 8px; overflow: hidden; border: 1px solid #f0f0f0; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
        .amenity-img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center; display: block; }
        .amenity-content { padding: 12px; }
        .amenity-content h3 { font-size: 14px; font-weight: 700; color: #2c2c2c; margin-bottom: 4px; }
        .amenity-content p { font-size: 12px; color: #666; line-height: 1.4; margin: 0; }

        .hosts-container { display: grid; grid-template-columns: 1fr; gap: 14px; }
        .host { background: white; border-radius: 8px; overflow: hidden; border: 1px solid #f0f0f0; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
        .host-img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; display: block; }
        .host-content { padding: 14px; }
        .host-content h3 { font-size: 15px; font-weight: 700; color: #2c2c2c; margin-bottom: 4px; }
        .host-role { font-size: 11px; color: #c4a574; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; margin-bottom: 6px; }
        .host-bio { font-size: 13px; color: #666; line-height: 1.45; margin: 0; }

        .testimonials-container { display: grid; grid-template-columns: 1fr; gap: 12px; }
        .testimonial { background: #f9f9f9; padding: 14px; border-radius: 6px; border-left: 3px solid #c4a574; }
        .testimonial-text { font-size: 13px; color: #555; line-height: 1.5; margin-bottom: 8px; }
        .testimonial-author { font-size: 12px; color: #c4a574; font-weight: 700; }

        .booking-section { background: #fafafa; }
        .form-group { margin-bottom: 12px; }
        .form-group label { display: block; font-size: 12px; font-weight: 700; color: #2c2c2c; margin-bottom: 4px; }
        .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 4px; font-size: 14px; font-family: inherit; }
        .form-group textarea { resize: vertical; min-height: 80px; }
        .submit-btn { width: 100%; padding: 14px; background: #2c2c2c; color: white; border: none; border-radius: 4px; font-size: 14px; font-weight: 700; cursor: pointer; margin-top: 8px; }

        .contact-info { background: #f9f9f9; padding: 14px; border-radius: 6px; border-left: 3px solid #c4a574; margin-bottom: 12px; }
        .contact-item { margin-bottom: 12px; }
        .contact-item:last-child { margin-bottom: 0; }
        .contact-item strong { display: block; font-size: 12px; color: #2c2c2c; margin-bottom: 2px; }
        .contact-item p { font-size: 13px; color: #666; margin: 0; }

        footer { background: #2c2c2c; color: white; padding: 24px 16px; text-align: center; font-size: 12px; }
        footer p { margin-bottom: 6px; }
        footer strong { font-weight: 700; }

        @media (min-width: 600px) {
            .hiking-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
            .amenities-container { grid-template-columns: repeat(2, 1fr); gap: 14px; }
        }

        @media (min-width: 768px) {
            section { padding: 48px 32px; max-width: 1200px; margin: 0 auto; }
            section h2 { font-size: 30px; margin-bottom: 12px; }
            section > p { font-size: 16px; margin-bottom: 24px; }
            .rooms-container { grid-template-columns: repeat(3, 1fr); gap: 20px; }
            .hero { height: 500px; padding: 48px 32px; }
            .hero h1 { font-size: 42px; }
            .hero p { font-size: 17px; }
            .highlights-container { grid-template-columns: repeat(3, 1fr); gap: 16px; }
            .highlight-box { padding: 20px; }
            .highlight-box h3 { font-size: 16px; }
            .highlight-box p { font-size: 13px; }
            .hiking-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
            .hiking-card img { aspect-ratio: 3 / 4; }
            .hiking-caption { font-size: 13px; padding: 12px; }
            .amenities-container { grid-template-columns: repeat(3, 1fr); gap: 18px; }
            .hosts-container { grid-template-columns: repeat(2, 1fr); gap: 24px; }
            .host-img { aspect-ratio: 4 / 5; }
            .testimonials-container { grid-template-columns: repeat(2, 1fr); gap: 18px; }
            .testimonial { padding: 18px; }
            .testimonial-text { font-size: 14px; }
            .cta-bar { padding: 24px 32px; }
            .btn { max-width: 220px; flex: 0 0 auto; }
            footer { padding: 36px 32px; }
            #booking form { max-width: 640px; margin: 0 auto; }
        }

        @media (min-width: 1024px) {
            .hero h1 { font-size: 48px; }
        }

/* ===== SHARED NAV ===== */
.nav-links { display: none; }
.nav-links.open { display: flex; }
@media (min-width: 768px) {
    header { padding: 14px 32px; }
    .menu-toggle { display: none; }
    .nav-links { display: flex !important; flex-direction: row; gap: 28px; align-items: center; list-style: none; }
    .nav-links a { color: #2c2c2c; text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; letter-spacing: 0.3px; }
    .nav-links a:hover, .nav-links a.active { color: #c4a574; }
    .nav-links .nav-cta { background: #2c2c2c; color: white; padding: 8px 18px; border-radius: 4px; }
    .nav-links .nav-cta:hover { background: #c4a574; color: #2c2c2c; }
}
@media (max-width: 767px) {
    .nav-links { position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; gap: 0; padding: 0; border-bottom: 1px solid #e5e5e5; box-shadow: 0 4px 12px rgba(0,0,0,0.06); list-style: none; }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 14px 20px; text-decoration: none; color: #2c2c2c; font-size: 15px; border-bottom: 1px solid #f0f0f0; }
    .nav-links a:last-child { border-bottom: none; }
    .nav-links a.active { color: #c4a574; font-weight: 600; }
}

/* ===== SUBPAGE LAYOUT ===== */
.subpage-hero { position: relative; height: 280px; display: flex; align-items: flex-end; padding: 32px 16px; color: white; background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.55)); background-size: cover; background-position: center; }
.subpage-hero h1 { font-size: 28px; font-weight: 700; max-width: 1200px; margin: 0 auto; width: 100%; }
.subpage-hero p { font-size: 14px; opacity: 0.95; margin-top: 8px; max-width: 1200px; margin-left: auto; margin-right: auto; width: 100%; }
@media (min-width: 768px) { .subpage-hero { height: 360px; padding: 48px 32px; } .subpage-hero h1 { font-size: 38px; } .subpage-hero p { font-size: 17px; margin-top: 12px; } }

.poi-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 768px) { .poi-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
.poi-card { background: white; border: 1px solid #f0f0f0; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.04); display: flex; flex-direction: column; }
.poi-card img { width: 100%; aspect-ratio: 16/10; object-fit: contain; object-position: center; display: block; background: #f5f5f5; padding: 4px; }
.poi-card-body { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; }
.poi-card-body h3 { font-size: 18px; font-weight: 700; color: #2c2c2c; margin-bottom: 8px; }
.poi-card-body .poi-meta { font-size: 12px; color: #c4a574; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.poi-card-body p { font-size: 14px; color: #555; line-height: 1.55; margin: 0; }
.poi-card-body p + p { margin-top: 10px; }

.route-card { background: white; border: 1px solid #f0f0f0; border-radius: 8px; padding: 20px; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.route-card h3 { font-size: 18px; font-weight: 700; color: #2c2c2c; margin-bottom: 6px; }
.route-card .route-meta { font-size: 12px; color: #c4a574; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; }
.route-card p { font-size: 14px; color: #555; line-height: 1.55; margin-bottom: 8px; }
.route-card ul { list-style: none; padding: 0; margin: 8px 0 0; }
.route-card ul li { padding: 6px 0; font-size: 14px; color: #555; border-bottom: 1px solid #f5f5f5; display: flex; gap: 12px; }
.route-card ul li:last-child { border-bottom: none; }
.route-card ul li strong { min-width: 110px; color: #2c2c2c; }
.callout { background: #fff8e7; border-left: 3px solid #c4a574; padding: 14px 16px; border-radius: 4px; margin: 20px 0; }
.callout strong { display: block; margin-bottom: 6px; color: #2c2c2c; font-size: 13px; }
.callout p { font-size: 13px; color: #555; margin: 0; line-height: 1.55; }

.activity-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 600px) { .activity-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .activity-grid { grid-template-columns: repeat(3, 1fr); } }
.activity-card { background: white; border: 1px solid #f0f0f0; border-radius: 8px; padding: 22px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); display: flex; flex-direction: column; }
.activity-card .activity-icon { font-size: 32px; margin-bottom: 12px; }
.activity-card h3 { font-size: 17px; font-weight: 700; color: #2c2c2c; margin-bottom: 6px; }
.activity-card .activity-meta { font-size: 11px; color: #c4a574; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.activity-card p { font-size: 13px; color: #555; line-height: 1.55; margin: 0; flex: 1; }

.cta-block { background: linear-gradient(135deg, #c4a574 0%, #a0826d 100%); color: white; padding: 32px 20px; border-radius: 8px; text-align: center; margin: 32px 0; }
.cta-block h3 { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.cta-block p { font-size: 14px; margin-bottom: 16px; opacity: 0.95; }
.cta-block a { display: inline-block; background: white; color: #2c2c2c; padding: 12px 28px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 14px; }
.cta-block a:hover { background: #2c2c2c; color: white; }

.prose { max-width: 800px; margin: 0 auto; }
.prose p { font-size: 15px; line-height: 1.7; color: #444; margin-bottom: 16px; }
.prose p strong { color: #2c2c2c; }


/* ===== LANGUAGE SWITCHER ===== */
.lang-switcher { display: flex; gap: 6px; align-items: center; margin-left: 12px; }
.lang-flag { display: inline-block; width: 28px; height: 18px; border-radius: 2px; overflow: hidden; cursor: pointer; opacity: 0.5; transition: opacity 0.15s, transform 0.15s; border: 1px solid #d8d2c5; line-height: 0; }
.lang-flag:hover { opacity: 1; transform: scale(1.05); }
.lang-flag.active { opacity: 1; border-color: #c4a574; box-shadow: 0 0 0 1px #c4a574; }
.lang-flag svg { display: block; width: 100%; height: 100%; }
@media (max-width: 767px) {
    .lang-switcher { order: -1; margin-left: 0; margin-right: 8px; position: absolute; right: 56px; top: 18px; }
}
