:root {
    --slate: #4A5568;
    --sage: #84A98C;
    --beige: #FDFCF5;
    --text: #2d3436;
    --white: #ffffff;
    
    --serif: 'Cormorant Garamond', serif;
    --sans: 'Montserrat', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background-color: var(--beige);
    color: var(--text);
    font-family: var(--sans);
    line-height: 1.8;
    font-weight: 300;
}

.container { width: 90%; max-width: 1100px; margin: 0 auto; }
.section-padding { padding: 100px 0; }
a { text-decoration: none; color: inherit; transition: 0.3s; }

/* Top Bar */
.top-bar { background-color: var(--slate); color: var(--white); text-align: center; padding: 8px 0; font-size: 0.8rem; letter-spacing: 1px; }

/* Navigation */
.hotel-nav { display: flex; justify-content: space-between; align-items: center; padding: 30px 50px; background: var(--beige); position: sticky; top: 0; z-index: 1000; }
.nav-left, .nav-right { display: flex; gap: 30px; width: 33%; }
.nav-right { justify-content: flex-end; }
.nav-center { text-align: center; width: 33%; }

.hotel-nav a { color: var(--slate); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; }
.hotel-nav a:hover, .hotel-nav a.active { color: var(--sage); }

.logo { font-family: var(--serif); font-size: 2rem; color: var(--slate) !important; letter-spacing: 5px !important; font-weight: 400; text-transform: none !important; }
.slate { font-weight: 600; }
.symbol { color: var(--sage); font-size: 1.5rem; }

.btn-book { border: 1px solid var(--slate); padding: 10px 25px; transition: 0.3s; }
.btn-book:hover { background: var(--slate); color: var(--beige) !important; }

/* Mobile Menu */
.mobile-toggle { display: none; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; }
.mobile-menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--beige); z-index: 2000; display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; pointer-events: none; transition: 0.5s; }
.mobile-menu.active { opacity: 1; pointer-events: all; }
.close-menu { position: absolute; top: 30px; right: 30px; background: none; border: none; font-size: 1rem; cursor: pointer; text-transform: uppercase; }
.menu-links a { font-family: var(--serif); font-size: 2.5rem; margin: 15px 0; color: var(--slate); display: block; }

/* Hero */
.hero-section { height: 70vh; background-size: cover; background-position: center; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; margin-bottom: 50px; }
.hero-text { color: var(--white); text-shadow: 0 2px 10px rgba(0,0,0,0.3); }
.subtitle { font-size: 0.9rem; letter-spacing: 4px; text-transform: uppercase; display: block; margin-bottom: 15px; }
.hero-text h1 { font-family: var(--serif); font-size: 5rem; line-height: 1; margin-bottom: 20px; }
.hero-text p { font-size: 1.2rem; font-style: italic; font-family: var(--serif); }

/* Booking Strip */
.booking-strip { background: var(--white); width: 90%; max-width: 1000px; margin: -80px auto 0; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); position: relative; z-index: 10; border-radius: 2px; }
.booking-flex { display: flex; gap: 20px; align-items: flex-end; justify-content: center; flex-wrap: wrap; }
.b-group { flex: 1; min-width: 150px; text-align: left; }
.b-group label { display: block; font-size: 0.7rem; letter-spacing: 1px; margin-bottom: 5px; color: var(--slate); }
.b-group input, .b-group select { width: 100%; border: none; border-bottom: 1px solid #ccc; padding: 10px 0; font-family: var(--sans); background: transparent; color: var(--text); }
.booking-strip button { background: var(--slate); color: var(--white); border: none; padding: 15px 30px; letter-spacing: 1px; font-size: 0.8rem; cursor: pointer; transition: 0.3s; height: 50px; }
.booking-strip button:hover { background: var(--sage); }

/* Content Grid */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 100px; }
.grid-2.reverse .text-block { order: 2; }
.text-block h2 { font-family: var(--serif); font-size: 2.5rem; color: var(--slate); margin-bottom: 20px; }
.separator { width: 50px; height: 1px; background: var(--sage); margin: 0 0 30px 0; }
.text-block p { color: #666; margin-bottom: 30px; }
.read-more { color: var(--slate); border-bottom: 1px solid var(--slate); padding-bottom: 2px; font-size: 0.9rem; }
.img-block img { width: 100%; height: 500px; object-fit: cover; }

/* About & Testimonials */
.page-title { font-family: var(--serif); font-size: 3.5rem; color: var(--slate); text-align: center; margin-bottom: 20px; }
.lead { text-align: center; font-style: italic; font-family: var(--serif); font-size: 1.5rem; color: var(--sage); margin-bottom: 60px; }
.gallery { display: flex; gap: 20px; margin-bottom: 60px; }
.gallery img { width: 50%; height: 400px; object-fit: cover; }
.text-content { max-width: 700px; margin: 0 auto; text-align: justify; }
.clean-list { list-style: none; margin-top: 30px; text-align: center; }
.clean-list li { margin-bottom: 10px; font-family: var(--serif); font-size: 1.2rem; color: var(--slate); }

.testimonials-flow { max-width: 800px; margin: 0 auto; }
.quote-card { text-align: center; padding: 40px; background: var(--white); margin-bottom: 40px; box-shadow: 0 5px 20px rgba(0,0,0,0.03); }
.quote-card p { font-family: var(--serif); font-size: 1.4rem; font-style: italic; color: var(--slate); margin-bottom: 20px; }
.author { font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; color: var(--sage); }

/* Contact & Legal */
.contact-box { max-width: 600px; margin: 0 auto; text-align: center; }
.info-part { margin-bottom: 50px; }
.info-part h2 { font-family: var(--serif); font-size: 2.5rem; color: var(--slate); margin-bottom: 20px; }
.contact-details { margin-top: 20px; font-weight: 500; }
.elegant-form input, .elegant-form textarea { width: 100%; background: transparent; border: 1px solid #ccc; padding: 15px; margin-bottom: 20px; font-family: var(--sans); }
.elegant-form .form-row { display: flex; gap: 20px; }
.btn-submit { background: var(--slate); color: var(--white); border: none; padding: 15px 40px; letter-spacing: 2px; cursor: pointer; transition: 0.3s; }
.btn-submit:hover { background: var(--sage); }

.legal-content { max-width: 700px; margin: 0 auto; }
.legal-content h1 { font-family: var(--serif); font-size: 3rem; color: var(--slate); text-align: center; margin-bottom: 40px; }
.legal-content h3 { font-family: var(--serif); margin-top: 40px; color: var(--slate); font-size: 1.5rem; }

/* Footer */
.footer-minimal { border-top: 1px solid #ddd; padding: 50px 0; text-align: center; margin-top: 100px; background: var(--white); }
.logo-small { font-family: var(--serif); font-size: 1.5rem; letter-spacing: 3px; color: var(--slate); margin-bottom: 20px; }
.footer-nav a { margin: 0 15px; font-size: 0.8rem; color: #888; }
.copyright { margin-top: 30px; font-size: 0.7rem; color: #aaa; }

/* Cookie Banner */
.cookie-modal { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); background: var(--slate); color: var(--white); padding: 15px 30px; display: none; align-items: center; gap: 20px; z-index: 9999; border-radius: 2px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); width: max-content; }
.cookie-modal.active { display: flex; animation: fadeIn 0.5s; }
.cookie-modal button { background: var(--beige); color: var(--slate); border: none; padding: 8px 20px; cursor: pointer; letter-spacing: 1px; font-size: 0.8rem; }

@keyframes fadeIn { from { opacity: 0; transform: translate(-50%, 20px); } to { opacity: 1; transform: translate(-50%, 0); } }

@media (max-width: 900px) {
    .nav-left, .nav-right { display: none; }
    .nav-center { width: 100%; text-align: left; }
    .mobile-toggle { display: block; position: absolute; right: 30px; }
    .hero-text h1 { font-size: 3.5rem; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-2.reverse .text-block { order: 0; }
    .booking-flex { flex-direction: column; }
    .booking-strip { width: 100%; margin-top: 0; box-shadow: none; }
    .b-group { width: 100%; }
    .booking-strip button { width: 100%; }
}