:root {
    --bg-color: #fdfcf8;
    --primary-color: #2a0c0c; /* Deep Burgundy from Logo */
    --accent-color: #c29b67; /* Royal Gold from Logo */
    --gold-color: #c29b67;   /* Matching Gold */
    --text-main: #2d2d2d;
    --text-muted: #666666;
    --header-height: 100px;
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

html {
    overflow-x: hidden;
    width: 100%;
}

h1,
h2,
h3,
h4,
.serif {
    font-family: 'Cormorant Garamond', serif;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

/* Header & Navigation */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1000;
    transition: var(--transition);
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-header.sticky {
    height: 80px;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-header.sticky .nav-right a,
.main-header.sticky .nav-left a {
    color: var(--text-main);
}

.main-header.sticky .logo-text {
    color: var(--primary-color);
}

.has-hero .main-header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.split-nav {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left,
.nav-right {
    display: flex;
    gap: 35px;
    align-items: center;
    flex: 1;
}

.nav-right {
    justify-content: flex-end;
}

.nav-left a,
.nav-right a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--text-main);
    text-transform: uppercase;
}

.has-hero .nav-left a,
.has-hero .nav-right a {
    color: #fff;
}

.logo-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--primary-color);
    display: block;
    line-height: 1;
}

.has-hero .logo-text {
    color: #fff;
}

.logo-sub {
    display: block;
    font-size: 9px;
    letter-spacing: 0.4em;
    text-align: center;
    color: var(--gold-color);
    margin-top: 5px;
    text-transform: uppercase;
}

.nav-logo {
    flex: 1;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

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

.nav-brand-text {
    display: flex;
    flex-direction: column;
}

.nav-brand .logo-text {
    font-size: 24px;
    letter-spacing: 2px;
}

.nav-brand .logo-sub {
    text-align: left;
    font-size: 10px;
    letter-spacing: 4px;
}

@media (max-width: 768px) {
    .nav-brand .logo-text {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .nav-brand .logo-sub {
        font-size: 8px;
        letter-spacing: 2px;
    }
    .nav-logo-img {
        height: 35px;
    }
    .nav-brand {
        gap: 8px;
    }
    .split-nav {
        padding: 0 15px;
    }
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.btn-book-nav--compact {
    margin: 0;
    padding: 10px 20px;
    font-size: 11px;
}

@media (max-width: 768px) {
    .btn-book-nav--compact {
        padding: 10px 12px;
        font-size: 9px;
    }
    .nav-actions {
        gap: 8px;
    }
    .nav-brand .logo-text {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .nav-brand .logo-sub {
        font-size: 7px;
        letter-spacing: 1px;
    }
    .main-header {
        height: 80px !important;
    }
    .main-header.sticky {
        height: 70px !important;
    }
}

.menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 6px;
    z-index: 1001;
}

.hamburger-line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--text-main);
    transition: all 0.3s;
}

.has-hero .hamburger-line {
    background-color: #fff;
}

.btn-book-nav {
    background-color: var(--accent-color);
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 2px;
}

.btn-book-nav:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);
}

/* Hero Section */
.hero {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://grainy-gradients.vercel.app/noise.svg');
    opacity: 0.05;
    z-index: 5;
    pointer-events: none;
    mix-blend-mode: overlay;
}

.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slide {
    width: 100%;
    height: 100%;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.15) brightness(0.9) saturate(1.1); /* Enhance visual clarity and deepen detail */
    animation: kenburns 40s infinite alternate linear;
}

@keyframes kenburns {
    from { transform: scale(1); }
    to { transform: scale(1.1); } /* Reduced scale to prevent blur from over-zooming */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgba(0, 0, 0, 0.2) 50%, 
        rgba(0, 0, 0, 0.7) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 0 20px;
    animation: heroFadeIn 1.5s ease-out;
}

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

.hero h1 {
    font-size: clamp(32px, 8vw, 110px);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 42px;
    }
    .hero p {
        font-size: 14px;
    }
}

.hero p {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 300;
    opacity: 0.9;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

/* Booking Bar */
.booking-bar-container {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1100px;
    z-index: 10;
}

@media (max-width: 768px) {
    .booking-bar-container {
        bottom: 30px;
        position: relative;
        left: 0;
        transform: none;
        width: 100%;
        margin-top: -50px;
        padding: 0 20px;
    }
    
    /* Make hero slightly taller to accommodate if needed, 
       or just let it flow since it's absolute usually */
    .hero {
        height: 80vh;
        min-height: 500px;
    }
}

.booking-bar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 25px 40px;
    border-radius: 4px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .booking-bar {
        padding: 20px;
        gap: 15px;
    }
}

.booking-item label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.booking-item input,
.booking-item select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-size: 15px;
    background: transparent;
    outline: none;
    color: var(--text-main);
    cursor: pointer;
}

.btn-search {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: var(--transition);
}

.btn-search:hover {
    background-color: var(--accent-color);
}

/* Section Styling */
.section {
    padding: 100px 0;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 768px) {
    .section {
        padding: 60px 20px;
    }
    .section-head {
        margin-bottom: 40px;
    }
}

.section-head {
    text-align: center;
    margin-bottom: 80px;
}

.section-head .sub {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--accent-color);
    display: block;
    margin-bottom: 15px;
}

.section-head h2 {
    font-size: clamp(36px, 5vw, 64px);
    color: var(--primary-color);
    line-height: 1.1;
}

/* Experience Section */
.experience-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.exp-img-stack {
    position: relative;
}

.exp-img-1 {
    width: 80%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.exp-img-2 {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 50%;
    height: 300px;
    object-fit: cover;
    border: 15px solid var(--bg-color);
}

@media (max-width: 768px) {
    .exp-img-1 {
        width: 100%;
        height: 350px;
    }
    .exp-img-2 {
        display: none; /* Hide secondary image on mobile for cleaner look */
    }
    .exp-text p {
        font-size: 16px;
    }
}

.exp-text p {
    font-size: 18px;
    color: var(--text-muted);
    margin-bottom: 30px;
}

.exp-head {
    text-align: left;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .exp-head {
        text-align: center;
        margin-bottom: 30px;
    }
}

.btn-outline {
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.btn-outline:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* Room Cards Redesign */
.room-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 40px;
}

.room-card {
    position: relative;
    background: #fff;
    padding: 20px;
    height: auto;
    box-shadow: 0 30px 60px rgba(0,0,0,0.03);
    transition: var(--transition);
}

.room-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(0,0,0,0.06);
}

.room-img-wrapper {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.room-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

.room-info {
    position: relative;
    padding: 40px 20px 20px;
    background: #fff;
    color: var(--text-main);
    transform: none;
    background: transparent;
}

.room-price-tag {
    position: absolute;
    top: -30px;
    right: 20px;
    background: var(--primary-color);
    color: #fff;
    padding: 15px 25px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.room-info h3 {
    font-size: 32px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
}

@media (max-width: 768px) {
    .room-info h3 {
        font-size: 28px;
    }
    .room-img-wrapper {
        height: 300px;
    }
    .room-card {
        padding: 10px;
    }
}

.room-features {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.room-features span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-book:hover {
    color: var(--accent-color);
    border-bottom-color: var(--accent-color);
}

.room-btn-container {
    text-align: center;
    margin-top: 60px;
}

.rooms-all-btn {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .room-btn-container {
        margin-top: 40px;
    }
    .rooms-all-btn {
        width: 100%;
        padding: 15px 20px;
    }
}

.rooms-swiper {
    padding-bottom: 80px; /* Space for pagination */
    position: relative;
    overflow: visible; /* Let navigation overflow if needed */
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--primary-color) !important;
    background: #fff;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    transition: var(--transition);
    top: 50% !important;
    transform: translateY(-50%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: 700;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--primary-color);
    color: #fff !important;
    transform: translateY(-50%) scale(1.1);
}

.swiper-button-prev {
    left: -25px !important;
}

.swiper-button-next {
    right: -25px !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
}

@media (max-width: 1024px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
        background: rgba(255, 255, 255, 0.9);
    }
    .swiper-button-prev {
        left: 5px !important;
    }
    .swiper-button-next {
        right: 5px !important;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px !important;
    }
}

/* Footer */
.main-footer {
    background-color: #111;
    color: #fff;
    padding: 100px 40px 40px;
}

.footer-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 80px;
}

.footer-info h3 {
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}

.footer-info p {
    color: #999;
    max-width: 400px;
    margin-bottom: 30px;
}

.footer-links h4,
.footer-contact h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    color: var(--gold-color);
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #999;
    font-size: 15px;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 10px;
}

.footer-contact p {
    color: #999;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    font-size: 12px;
    color: #666;
    letter-spacing: 0.1em;
}

/* Responsive */
@media (max-width: 1024px) {

    .nav-left,
    .nav-right:not(.btn-book-nav) {
        display: none;
    }

    .room-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .experience-cols {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .booking-bar {
        grid-template-columns: 1fr;
    }

    .room-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero h1 {
        font-size: 60px;
    }
}

/* Video Section */
.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 80vh;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Amenities */
.amenity-display {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.amenity-item {
    background: #fff;
    padding: 60px;
    text-align: center;
    border: 1px solid #eee;
    transition: var(--transition);
}

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

.amenity-icon {
    font-size: 32px;
    color: var(--gold-color);
    margin-bottom: 20px;
}

.amenity-item h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.amenity-item p {
    color: #666;
}

@media (max-width: 768px) {
    .amenity-display {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .amenity-item {
        padding: 40px 20px;
    }
    .amenity-item h3 {
        font-size: 24px;
    }
}

/* Video Section */

.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item.tall {
    grid-row: span 2;
}

.gallery-item.wide {
    grid-column: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 48, 26, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: var(--transition);
    color: #fff;
    font-size: 24px;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Contact & Map Section */
.contact-map-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.contact-form {
    background: #fff;
    padding: 50px;
    border: 1px solid #eee;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    color: var(--text-muted);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    font-family: inherit;
    transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
    border-bottom-color: var(--primary-color);
}

.map-container {
    height: 500px;
    min-height: 500px;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 768px) {
    .map-container {
        height: 350px;
        min-height: 350px;
    }
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(1) invert(0.9) contrast(1.2);
    /* Premium Dark/Gray Map look */
}

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

    .contact-map-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 250px;
    }
}

/* CTA Section */
.cta-section {
    background: url('https://images.unsplash.com/photo-1445019980597-93fa8acb203a?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 !important;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 48, 26, 0.7);
    z-index: 1;
}

.cta-head {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
}

.cta-head h2 {
    color: #fff !important;
}

.cta-btn {
    display: inline-block;
    margin-top: 40px;
    padding: 20px 50px;
}

@media (max-width: 768px) {
    .cta-section {
        height: 400px;
    }
    .cta-btn {
        padding: 15px 30px;
        margin-top: 30px;
        font-size: 11px;
    }
}

/* Sidebar Menu Overlay */
.sidebar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 2000;
    display: flex;
    transition: right 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sidebar-menu.active {
    right: 0;
}

.sidebar-left {
    flex: 1;
    background: url('https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?q=80&w=2070&auto=format&fit=crop') center/cover;
    position: relative;
    opacity: 0;
    transition: opacity 0.8s ease 0.4s;
}

.sidebar-menu.active .sidebar-left {
    opacity: 1;
}

.sidebar-right {
    width: 600px;
    background: #000;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 100px;
    position: relative;
}

@media (max-width: 1024px) {
    .sidebar-left {
        display: none;
    }

    .sidebar-right {
        width: 100%;
        padding: 60px 40px;
    }
}

.sidebar-close {
    position: absolute;
    top: 40px;
    right: 50px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    transition: var(--transition);
}

.sidebar-close:hover {
    color: var(--accent-color);
    transform: rotate(90deg);
}

.sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sidebar-links a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

.sidebar-links a:hover {
    color: var(--accent-color);
    padding-left: 15px;
}

/* Room Details Page */
.room-detail-frame {
    width: 100%; 
    height: 65vh; 
    overflow: hidden; 
    border-radius: 12px; 
    position: relative; 
    box-shadow: 0 20px 50px rgba(0,0,0,0.08); 
    padding: 12px; 
    background: #fff;
}

.room-detail-frame .img-inner {
    width: 100%; 
    height: 100%; 
    overflow: hidden; 
    border-radius: 8px;
}

.room-detail-frame img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.room-detail-frame:hover img {
    transform: scale(1.05);
}

.room-content-section {
    padding-top: 20px;
    padding-bottom: 80px;
}

.room-detail-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.room-category {
    font-size: 13px;
    letter-spacing: 0.2em;
    color: var(--gold-color);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.room-title {
    font-size: 56px;
    color: var(--primary-color);
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 15px;
    line-height: 1.1;
}

.room-price-info {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
}

.price-val {
    font-size: 32px;
    color: var(--text-main);
    font-family: 'Cormorant Garamond', serif;
}

.price-unit {
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.room-description {
    position: relative;
    margin-bottom: 50px;
}

.desc-content {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 2;
    margin-bottom: 25px;
}

.drop-cap {
    float: left;
    font-family: 'Cormorant Garamond', serif;
    font-size: 64px;
    line-height: 48px;
    padding-top: 8px;
    padding-right: 12px;
    color: var(--primary-color);
}

.room-mini-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.gallery-img-item {
    height: 250px;
    overflow: hidden;
    border-radius: 4px;
}

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

.gallery-img-item:hover img {
    transform: scale(1.08);
}

.features-title {
    font-size: 28px;
    color: var(--primary-color);
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.room-features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
    color: var(--text-main);
    list-style: none;
    padding: 0;
}

.room-features-list li {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f9f8f6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.feature-icon i {
    color: var(--gold-color);
}

.room-book-widget {
    background: #fff;
    padding: 50px 45px;
    border: 1px solid #ebebeb;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04);
    position: sticky;
    top: 120px;
}

.room-book-widget h3 {
    font-size: 28px;
    color: var(--primary-color);
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 35px;
    font-weight: 600;
}

.form-item {
    margin-bottom: 20px;
}

.room-book-widget label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.room-book-widget .input-bordered {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #999;
    border-radius: 2px;
    outline: none;
    font-family: inherit;
    font-size: 14px;
    color: #333;
}

.room-book-widget select {
    width: 100%;
    padding: 12px 0 16px 0;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    cursor: pointer;
    color: #000;
    appearance: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper i {
    position: absolute;
    right: 5px;
    bottom: 20px;
    font-size: 12px;
    color: #666;
    pointer-events: none;
}

.book-now-btn {
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 18px 0;
    text-align: center;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
}

.book-now-btn:hover {
    background-color: #112211;
}

@media (max-width: 1024px) {
    .room-detail-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .room-book-widget {
        position: relative;
        top: 0;
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .room-title {
        font-size: 36px;
    }
    .room-detail-frame {
        height: 45vh;
        border-radius: 4px;
        padding: 6px;
    }
    .room-mini-gallery {
        grid-template-columns: 1fr;
    }
    .room-features-list {
        grid-template-columns: 1fr;
    }
    .room-content-section {
        padding-bottom: 40px;
    }
}

.main-header.sticky .hamburger-line {
    background-color: var(--text-main) !important;
}

/* ========================================
   ABOUT PAGE - Mobile Responsive
   ======================================== */

/* About Hero Section */
.about-hero {
    height: 60vh;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-hero .section-head h1 {
    font-size: 4rem;
}

@media (max-width: 1024px) {
    .about-hero {
        height: 50vh;
        margin-top: 80px;
    }
    .about-hero .section-head h1 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .about-hero {
        height: 45vh;
        margin-top: 80px;
        min-height: 300px;
    }
    .about-hero .section-head h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .about-hero {
        height: 40vh;
        min-height: 250px;
    }
    .about-hero .section-head h1 {
        font-size: 2rem;
    }
}

/* About Values/Philosophy Grid */
.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .about-values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .about-values-grid .amenity-item {
        padding: 30px 20px;
    }
    .about-values-grid .amenity-item h3 {
        font-size: 22px;
    }
}

/* About Story Section */
@media (max-width: 768px) {
    #story .experience-cols {
        gap: 30px;
    }
    #story .section-head {
        text-align: center !important;
        margin-bottom: 25px !important;
    }
    #story .section-head h2 {
        font-size: 2rem;
    }
    #story .exp-text p {
        font-size: 15px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #story .section-head h2 {
        font-size: 1.6rem;
    }
}


/* ========================================
   CONTACT PAGE - Mobile Responsive
   ======================================== */

/* Contact Hero Section */
.contact-hero {
    height: 60vh;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-hero .section-head h1 {
    font-size: 5rem;
}

@media (max-width: 1024px) {
    .contact-hero {
        height: 50vh;
        margin-top: 80px;
    }
    .contact-hero .section-head h1 {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        height: 45vh;
        margin-top: 80px;
        min-height: 300px;
    }
    .contact-hero .section-head h1 {
        font-size: 2.5rem;
    }
    .contact-hero .section-head {
        margin-top: 10vh !important;
    }
}

@media (max-width: 480px) {
    .contact-hero {
        height: 40vh;
        min-height: 250px;
    }
    .contact-hero .section-head h1 {
        font-size: 2rem;
    }
}

/* Contact Grid - Info + Form */
@media (max-width: 1024px) {
    .contact-map-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
}

@media (max-width: 768px) {
    .contact-map-grid {
        gap: 30px !important;
    }

    /* Contact Info Column */
    .contact-info {
        text-align: center;
    }
    .contact-info div[style*="display: flex"][style*="gap: 15px"] {
        justify-content: center;
    }

    /* Contact Form */
    .contact-form h2 {
        font-size: 28px !important;
        margin-bottom: 25px !important;
    }
    .contact-form form div[style*="grid-template-columns: 1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }
    .contact-form {
        padding: 0 !important;
    }

    /* Map Section */
    .map-container {
        margin-top: 40px !important;
    }
    .map-container iframe {
        height: 350px !important;
    }
}

@media (max-width: 480px) {
    .contact-form h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 14px 18px !important;
        font-size: 14px !important;
    }

    .contact-form .btn-search {
        width: 100%;
        padding: 16px 30px !important;
    }

    .map-container iframe {
        height: 280px !important;
    }
}