/* ========== RESET & BASE ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #3D2B2B;
  background: #FDF6F4;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ========== FONTS ========== */
h1, h2, h3, h4, .logo span { font-family: 'Playfair Display', serif; }

/* ========== HEADER ========== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(253,246,244,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(123,45,59,0.08);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 4px 24px rgba(123,45,59,0.08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.35rem; color: #7B2D3B; }
.logo-icon { flex-shrink: 0; }
.main-nav ul { display: flex; align-items: center; gap: 8px; }
.main-nav a { padding: 8px 16px; border-radius: 24px; font-weight: 600; font-size: 0.95rem; color: #3D2B2B; transition: background 0.2s, color 0.2s; }
.main-nav a:hover { background: rgba(123,45,59,0.08); color: #7B2D3B; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; width: 44px; height: 44px; position: relative; }
.hamburger, .hamburger::before, .hamburger::after { display: block; width: 22px; height: 2px; background: #7B2D3B; border-radius: 2px; transition: transform 0.3s, opacity 0.3s; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.hamburger::before { content: ''; top: -7px; }
.hamburger::after { content: ''; bottom: -7px; }
.menu-toggle[aria-expanded="true"] .hamburger { background: transparent; }
.menu-toggle[aria-expanded="true"] .hamburger::before { transform: translate(-50%, -50%) rotate(45deg); top: 0; }
.menu-toggle[aria-expanded="true"] .hamburger::after { transform: translate(-50%, -50%) rotate(-45deg); bottom: 0; }

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 50px; font-family: 'Nunito', sans-serif;
  font-weight: 700; font-size: 1rem; border: 2px solid transparent;
  cursor: pointer; transition: all 0.25s ease; white-space: nowrap;
}
.btn--primary { background: #7B2D3B; color: #fff; border-color: #7B2D3B; }
.btn--primary:hover { background: #632330; border-color: #632330; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(123,45,59,0.25); }
.btn--outline { background: transparent; color: #7B2D3B; border-color: #7B2D3B; }
.btn--outline:hover { background: #7B2D3B; color: #fff; transform: translateY(-2px); }
.btn--white { background: #fff; color: #7B2D3B; border-color: #fff; }
.btn--white:hover { background: #FDF6F4; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.btn--ghost { background: transparent; color: #7B2D3B; border-color: rgba(123,45,59,0.3); }
.btn--ghost:hover { background: rgba(123,45,59,0.06); transform: translateY(-2px); }
.btn--small { padding: 10px 20px; font-size: 0.9rem; }
.btn--full { width: 100%; justify-content: center; }

/* ========== HERO ========== */
.hero { padding: 120px 0 0; background: #FDF6F4; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding-bottom: 80px; }
.hero-tag {
  display: inline-block; padding: 6px 16px; border-radius: 20px;
  background: rgba(123,45,59,0.1); color: #7B2D3B; font-weight: 700;
  font-size: 0.85rem; letter-spacing: 0.04em; margin-bottom: 20px;
}
.hero-headline { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.15; color: #1A0A0D; margin-bottom: 20px; }
.hero-sub { font-size: 1.1rem; color: #6B5050; margin-bottom: 32px; max-width: 520px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 20px; background: #fff; box-shadow: 0 2px 12px rgba(123,45,59,0.07); font-size: 0.88rem; font-weight: 600; color: #3D2B2B; }
.badge svg { color: #7B2D3B; flex-shrink: 0; }
.hero-image { position: relative; }
.hero-img-wrap { border-radius: 24px; overflow: hidden; box-shadow: 0 20px 60px rgba(123,45,59,0.15); }
.hero-img-wrap img { width: 100%; height: 480px; object-fit: cover; }
.hero-float-card {
  position: absolute; bottom: -20px; left: -20px;
  background: #fff; border-radius: 20px; padding: 16px 24px;
  box-shadow: 0 12px 40px rgba(123,45,59,0.12);
  display: flex; flex-direction: column; gap: 2px;
}
.float-label { font-size: 0.78rem; color: #9A7070; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.hero-float-card strong { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: #7B2D3B; }
.hero-wave { margin-top: -1px; }
.hero-wave svg { display: block; width: 100%; height: 80px; }

/* ========== SECTIONS ========== */
.section { padding: 96px 0; }
.section-header { margin-bottom: 56px; }
.section-tag { display: inline-block; padding: 6px 16px; border-radius: 20px; background: rgba(123,45,59,0.1); color: #7B2D3B; font-weight: 700; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.2; color: #1A0A0D; margin-bottom: 16px; }
.section-sub { font-size: 1.05rem; color: #6B5050; max-width: 560px; margin: 0 auto; }
.text-center { text-align: center; }
.lead { font-size: 1.1rem; color: #6B5050; margin-bottom: 16px; }

/* ========== ABOUT ========== */
.about { background: #FDF6F4; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-images { position: relative; }
.about-img-main { border-radius: 24px; overflow: hidden; box-shadow: 0 16px 48px rgba(123,45,59,0.12); }
.about-img-main img { width: 100%; height: 400px; object-fit: cover; }
.about-img-small {
  position: absolute; bottom: -32px; right: -24px;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 12px 36px rgba(123,45,59,0.15);
  border: 4px solid #FDF6F4;
}
.about-img-small img { width: 280px; height: 200px; object-fit: cover; }
.about-accent {
  position: absolute; top: -24px; right: -16px; width: 120px; height: 120px;
  border-radius: 24px; background: rgba(123,45,59,0.08); z-index: -1;
}
.about-content .section-tag { margin-bottom: 16px; }
.about-content .section-title { margin-bottom: 20px; }
.about-list { margin-top: 28px; display: grid; gap: 14px; }
.about-list li { display: flex; align-items: center; gap: 12px; font-weight: 600; color: #3D2B2B; }
.check-icon { flex-shrink: 0; }

/* ========== ROOMS ========== */
.rooms { background: #fff; }
.rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.room-card {
  border-radius: 24px; overflow: hidden; background: #FDF6F4;
  box-shadow: 0 4px 24px rgba(123,45,59,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.room-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(123,45,59,0.12); }
.room-img { position: relative; overflow: hidden; }
.room-img img { width: 100%; height: 240px; object-fit: cover; transition: transform 0.5s; }
.room-card:hover .room-img img { transform: scale(1.05); }
.room-tag {
  position: absolute; top: 16px; left: 16px; padding: 5px 12px;
  border-radius: 12px; background: #7B2D3B; color: #fff;
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em;
}
.room-body { padding: 24px; }
.room-body h3 { font-size: 1.35rem; color: #1A0A0D; margin-bottom: 10px; }
.room-body p { font-size: 0.95rem; color: #6B5050; margin-bottom: 16px; }
.room-features { display: flex; flex-wrap: wrap; gap: 8px; }
.room-features li {
  padding: 5px 12px; border-radius: 12px;
  background: rgba(123,45,59,0.07); color: #7B2D3B;
  font-size: 0.85rem; font-weight: 600;
}

/* ========== AMENITIES ========== */
.amenities { background: #FDF6F4; }
.amenities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.amenity-card {
  background: #fff; border-radius: 24px; padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(123,45,59,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.amenity-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(123,45,59,0.1); }
.amenity-icon { width: 56px; height: 56px; border-radius: 16px; background: rgba(123,45,59,0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.amenity-card h4 { font-family: 'Nunito', sans-serif; font-size: 1.15rem; font-weight: 800; color: #1A0A0D; margin-bottom: 8px; }
.amenity-card p { font-size: 0.95rem; color: #6B5050; }

/* ========== LOCATION ========== */
.location { background: #fff; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.location-details { margin-top: 36px; display: grid; gap: 20px; }
.loc-item { display: flex; align-items: flex-start; gap: 16px; }
.loc-icon { flex-shrink: 0; margin-top: 2px; }
.loc-item strong { display: block; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; color: #7B2D3B; margin-bottom: 4px; }
.loc-item span, .loc-item a { font-size: 1rem; color: #3D2B2B; }
.loc-item a:hover { text-decoration: underline; }
.location-map { position: relative; }
.map-img { border-radius: 24px; overflow: hidden; box-shadow: 0 16px 48px rgba(123,45,59,0.12); width: 100%; height: 380px; object-fit: cover; }
.map-placeholder {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: #fff; border-radius: 20px; padding: 28px 32px; text-align: center;
  box-shadow: 0 12px 40px rgba(123,45,59,0.15); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.map-placeholder p { font-size: 0.92rem; color: #3D2B2B; font-weight: 600; }
.map-placeholder svg { color: #7B2D3B; }

/* ========== CTA ========== */
.cta { background: #7B2D3B; padding: 80px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-content .section-tag { background: rgba(255,255,255,0.15); color: #F5D5D0; }
.cta-content .section-title { color: #fff; }
.cta-content .lead { color: #F5D5D0; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-actions .btn--white:hover { background: #FDF6F4; }
.cta-actions .btn--ghost { border-color: rgba(255,255,255,0.4); color: #fff; }
.cta-actions .btn--ghost:hover { background: rgba(255,255,255,0.1); }

/* ========== CONTACT ========== */
.contact { background: #FDF6F4; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-channels { margin-top: 32px; display: grid; gap: 16px; }
.channel { display: flex; align-items: center; gap: 12px; font-size: 1rem; color: #3D2B2B; font-weight: 600; }
.channel svg { flex-shrink: 0; color: #7B2D3B; }
.channel a { transition: color 0.2s; }
.channel a:hover { color: #7B2D3B; text-decoration: underline; }
.contact-form-wrap { background: #fff; border-radius: 24px; padding: 40px; box-shadow: 0 8px 32px rgba(123,45,59,0.07); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 0.88rem; font-weight: 700; color: #3D2B2B; }
.form-group input, .form-group textarea {
  border: 2px solid rgba(123,45,59,0.15); border-radius: 14px; padding: 12px 16px;
  font-family: 'Nunito', sans-serif; font-size: 1rem; color: #3D2B2B;
  background: #FDF6F4; outline: none; transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus, .form-group textarea:focus { border-color: #7B2D3B; box-shadow: 0 0 0 3px rgba(123,45,59,0.1); }
.form-group input::placeholder, .form-group textarea::placeholder { color: #B08080; }
.form-success { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 32px; text-align: center; }
.form-success p { font-size: 1.05rem; font-weight: 700; color: #3D2B2B; }

/* ========== FOOTER ========== */
.site-footer { background: #1A0A0D; color: #F5D5D0; padding: 64px 0 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; }
.footer-brand .logo { color: #F5D5D0; margin-bottom: 16px; }
.footer-brand p { font-size: 0.95rem; color: #C4A0A0; max-width: 280px; }
.footer-links h5, .footer-contact h5 { font-family: 'Nunito', sans-serif; font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: #F5D5D0; margin-bottom: 16px; }
.footer-links ul { display: grid; gap: 10px; }
.footer-links a { font-size: 0.95rem; color: #C4A0A0; transition: color 0.2s; }
.footer-links a:hover { color: #F5D5D0; }
.footer-contact p { font-size: 0.95rem; color: #C4A0A0; margin-bottom: 6px; }
.footer-contact a { transition: color 0.2s; }
.footer-contact a:hover { color: #F5D5D0; }
.footer-bottom { border-top: 1px solid rgba(245,213,208,0.1); padding: 20px 0; text-align: center; }
.footer-bottom p { font-size: 0.88rem; color: #8A6060; }

/* ========== ANIMATIONS ========== */
.fade-up { opacity: 0; transform: translateY(32px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ========== MOBILE NAV ========== */
@media (max-width: 900px) {
  .menu-toggle { display: flex; align-items: center; justify-content: center; }
  .main-nav {
    position: fixed; top: 72px; left: 0; right: 0; bottom: 0;
    background: rgba(253,246,244,0.98); backdrop-filter: blur(16px);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s;
  }
  .main-nav.open { opacity: 1; visibility: visible; }
  .main-nav ul { flex-direction: column; gap: 8px; }
  .main-nav a { font-size: 1.2rem; padding: 14px 28px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-img-wrap img { height: 360px; }
  .hero-float-card { bottom: -12px; left: 12px; }
  .about-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img-small { right: 0; }
  .rooms-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .amenities-grid { grid-template-columns: 1fr 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .hero { padding: 100px 0 0; }
  .amenities-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .contact-form-wrap { padding: 24px; }
}
