:root {
      --cream: #FAF6F0;
      --dark-brown: #2C1A0E;
      --gold: #B08040;
      --gold-light: #C99A55;
      --gold-dim: #8A6030;
      --muted: #7A6652;
      --cream-dark: #EFE8DC;
      --overlay: rgba(44, 26, 14, 0.55);
    }
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: 'ABeeZee', sans-serif; background: var(--cream); color: var(--dark-brown); overflow-x: hidden; }
    nav { position: fixed; top: 1.4rem; left: 50%; transform: translateX(-50%); z-index: 100; width: min(1100px, calc(100% - 4rem)); display: flex; align-items: center; justify-content: space-between; padding: 0 1.8rem; height: 64px; background: rgba(44, 26, 14, 0.30); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border: 1px solid rgba(176,128,64,0.22); border-radius: 18px; box-shadow: 0 8px 32px rgba(44,26,14,0.18); transition: background 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease, height 0.3s ease; opacity: 0; transform: translate(-50%, -120%); animation: navbarSlideDown 0.9s 0.3s forwards cubic-bezier(0.22, 1, 0.36, 1); }
    @keyframes navbarSlideDown { to { opacity: 1; transform: translateX(-50%); } }
    nav.scrolled { background: rgba(250, 246, 240, 0.88); border-color: rgba(176,128,64,0.35); box-shadow: 0 8px 32px rgba(44,26,14,0.14); height: 58px; }
    .nav-logo { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; flex-shrink: 0; }
    .nav-logo .logo-icon { width: 34px; height: 34px; flex-shrink: 0; }
    .nav-logo .logo-text { display: flex; flex-direction: column; line-height: 1; gap: 2px; }
    .nav-logo .logo-name { font-family: 'Kaushan Script', cursive; font-size: 1.25rem; font-weight: 400; color: var(--cream); letter-spacing: 0.03em; transition: color 0.4s; }
    .nav-logo .logo-tagline { font-family: 'ABeeZee', sans-serif; font-size: 0.52rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-light); font-weight: 400; transition: color 0.4s; }
    nav.scrolled .nav-logo .logo-name { color: var(--dark-brown); }
    nav.scrolled .nav-logo .logo-tagline { color: var(--gold-dim); }
    .nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; position: absolute; left: 50%; transform: translateX(-50%); }
    .nav-links a { font-family: 'ABeeZee', sans-serif; font-size: 0.75rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; color: rgba(250,246,240,0.88); position: relative; padding-bottom: 3px; transition: color 0.3s; }
    .nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--gold-light); transition: width 0.35s ease; }
    .nav-links a:hover { color: var(--gold-light); }
    .nav-links a:hover::after { width: 100%; }
    nav.scrolled .nav-links a { color: var(--muted); }
    nav.scrolled .nav-links a:hover { color: var(--gold); }
    nav.scrolled .nav-links a::after { background: var(--gold); }
    .nav-cta { display: inline-flex !important; align-items: center; gap: 0.45rem; padding: 10px 1.4rem; background: var(--gold); color: var(--cream) !important; font-family: 'ABeeZee', sans-serif; font-size: 0.68rem !important; font-weight: 400 !important; letter-spacing: 0.18em !important; text-transform: uppercase; text-decoration: none; border: 1px solid var(--gold); border-radius: 12px; flex-shrink: 0; transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s !important; }
    .nav-cta::after { display: none !important; }
    .nav-cta:hover { background: transparent !important; color: var(--gold) !important; border-color: var(--gold) !important; transform: translateY(-3px) !important; }
    nav.scrolled .nav-cta { color: var(--cream) !important; }
    nav.scrolled .nav-cta:hover { color: var(--gold) !important; }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
    .hamburger span { display: block; width: 26px; height: 1.5px; background: var(--cream); transition: all 0.3s; }
    nav.scrolled .hamburger span { background: var(--dark-brown); }
    .mobile-menu { position: fixed; inset: 0; background: var(--dark-brown); z-index: 99; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2.2rem; opacity: 0; pointer-events: none; transition: opacity 0.4s ease, transform 0.4s ease; transform: translateY(-20px); }
    .mobile-menu.open { opacity: 1; pointer-events: all; transform: translateY(0); }
    .mobile-menu a { font-family: 'ABeeZee', sans-serif; font-size: 1.6rem; font-weight: 400; color: var(--cream); text-decoration: none; letter-spacing: 0.08em; transition: color 0.3s, transform 0.25s; }
    .mobile-menu a:hover { color: var(--gold-light); transform: scale(1.06); }
    .mobile-menu .mobile-book { display: inline-flex !important; align-items: center; justify-content: center; font-family: 'ABeeZee', sans-serif !important; font-size: 0.95rem !important; font-weight: 400 !important; letter-spacing: 0.2em !important; text-transform: uppercase; text-decoration: none; color: var(--cream) !important; background: var(--gold) !important; border: 1px solid var(--gold-light); border-radius: 14px; padding: 14px 2.6rem; margin-top: 0.8rem; transition: background 0.3s, transform 0.25s, box-shadow 0.3s; }
    .mobile-menu .mobile-book:hover { background: var(--gold-dim) !important; color: var(--cream) !important; transform: translateY(-3px) !important; box-shadow: 0 8px 24px rgba(176,128,64,0.40); }
    .mobile-close { position: absolute; top: 5.5rem; right: 2.5rem; background: none; border: none; color: var(--cream); font-size: 3.2rem; line-height: 1; cursor: pointer; transition: color 0.3s; }
    .mobile-close:hover { color: var(--gold-light); }
    .hero { position: relative; width: 100%; height: 100vh; min-height: 700px; overflow: hidden; display: flex; align-items: center; padding-top: 120px; }
    .hero-bg-container { position: absolute; inset: 0; }
    .hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 40%; opacity: 0; transition: opacity 2s ease-in-out; transform: scale(1.06); }
    .hero-bg.active { opacity: 1; }
    .hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(44,26,14,0.72) 0%, rgba(44,26,14,0.30) 55%, rgba(44,26,14,0.12) 100%), linear-gradient(to bottom, rgba(44,26,14,0.10) 60%, rgba(44,26,14,0.45) 100%); z-index: 1; }
    .hero-rule { position: absolute; left: 4rem; top: 50%; transform: translateY(-50%); width: 1px; height: 0; background: linear-gradient(to bottom, transparent, var(--gold), transparent); animation: ruleGrow 1.2s 0.4s ease forwards; z-index: 2; }
    @keyframes ruleGrow { to { height: 260px; } }
    .hero-inner { position: relative; z-index: 3; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 5.5rem 0 5.5rem; gap: 2rem; opacity: 0; transform: translateX(-80px); animation: slideInLeft 1.1s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1); }
    @keyframes slideInLeft { to { opacity: 1; transform: translateX(0); } }
    .hero-content { max-width: 520px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
    .hero h1 { font-family: 'Lemon', serif; font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 400; line-height: 1.15; color: var(--cream); letter-spacing: 0.02em; margin-bottom: 1.4rem; text-align: left; opacity: 0; filter: blur(8px); animation: blurReveal 1.4s 1s forwards ease-out; }
    .hero h1 em { font-style: italic; font-family: 'Lemon', serif; color: var(--gold-light); }
    .hero p { font-family: 'ABeeZee', sans-serif; font-size: 0.98rem; font-weight: 400; color: rgba(250,246,240,0.75); line-height: 1.75; max-width: 440px; margin-bottom: 2.6rem; letter-spacing: 0.02em; text-align: left; opacity: 0; filter: blur(6px); animation: blurReveal 1.4s 1.3s forwards ease-out; }
    @keyframes blurReveal { to { opacity: 1; filter: blur(0); } }
    .hero-ctas { display: flex; flex-direction: row; align-items: center; gap: 1rem; }
    .btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem; width: 210px; padding: 14px 1.6rem 14px 1.8rem; font-family: 'ABeeZee', sans-serif; font-size: 0.8rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; border-radius: 14px; cursor: pointer; position: relative; overflow: hidden; transition: transform 0.32s ease, box-shadow 0.32s ease; }
    .btn::before { content: ''; position: absolute; inset: 0; opacity: 0; transition: opacity 0.35s ease; z-index: 0; }
    .btn:hover { transform: translateY(-3px); }
    .btn-primary { background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 60%, var(--gold-dim) 100%); color: var(--cream); border: none; box-shadow: 0 6px 22px rgba(176,128,64,0.48), inset 0 1px 0 rgba(255,255,255,0.18); }
    .btn-primary::before { background: linear-gradient(135deg, var(--gold-dim), var(--gold)); }
    .btn-primary:hover { box-shadow: 0 12px 32px rgba(176,128,64,0.55); }
    .btn-primary:hover::before { opacity: 1; }
    .btn-secondary { width: 240px; background: rgba(250,246,240,0.06); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); color: var(--cream); border: 1px solid rgba(201,154,85,0.50); box-shadow: 0 4px 16px rgba(44,26,14,0.18); }
    .btn-secondary::before { background: rgba(201,154,85,0.10); }
    .btn-secondary:hover { border-color: var(--gold-light); box-shadow: 0 10px 28px rgba(44,26,14,0.28); }
    .btn-secondary:hover::before { opacity: 1; }
    .btn-label { position: relative; z-index: 1; }
    .btn-icon { position: relative; z-index: 1; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.3s ease; }
    .btn-primary .btn-icon { background: rgba(255,255,255,0.20); }
    .btn-secondary .btn-icon { background: rgba(201,154,85,0.20); }
    .btn:hover .btn-icon { transform: translateX(5px); }
    .btn-icon svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
    .hero-stats-panel { display: flex; flex-direction: column; gap: 1.4rem; flex-shrink: 0; }
    .stat-card { background: rgba(44, 26, 14, 0.52); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(176,128,64,0.28); border-radius: 12px; padding: 1rem 1.4rem; display: flex; align-items: center; gap: 1rem; min-width: 190px; transition: background 0.3s, border-color 0.3s, transform 0.3s; cursor: default; opacity: 0; }
    .stat-card:nth-child(odd) { background: #EFE8DC; border-color: rgba(176,128,64,0.35); }
    .stat-card:nth-child(odd) .stat-num { color: var(--dark-brown); }
    .stat-card:nth-child(odd) .stat-label { color: rgba(44,26,14,0.60); }
    .stat-card:nth-child(odd) .stat-info { background: rgba(44,26,14,0.07); }
    .stat-card:nth-child(odd) { transform: translateX(0px); }
    .stat-card:nth-child(even) { transform: translateX(-72px); }
    .stat-card:hover { background: rgba(44, 26, 14, 0.74); border-color: rgba(176,128,64,0.60); }
    .stat-card:nth-child(odd):hover { transform: translateX(-6px); }
    .stat-card:nth-child(even):hover { transform: translateX(-78px); }
    .stat-card:nth-child(1), .stat-card:nth-child(3) { animation: slideInRight 1.8s 1.2s forwards cubic-bezier(0.22, 1, 0.36, 1); }
    @keyframes slideInRight { to { opacity: 1; transform: translateX(0px); } }
    .stat-card:nth-child(2), .stat-card:nth-child(4) { animation: slideInLeftStat 1.8s 1.4s forwards cubic-bezier(0.22, 1, 0.36, 1); }
    @keyframes slideInLeftStat { to { opacity: 1; transform: translateX(-72px); } }
    .stat-icon { width: 40px; height: 40px; background: rgba(176,128,64,0.16); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .stat-icon svg { width: 20px; height: 20px; stroke: var(--gold-light); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
    .stat-info { background: rgba(250,246,240,0.12); padding: 0.5rem 0.9rem; border-radius: 8px; min-width: 100px; }
    .stat-num { font-family: 'Kaushan Script', cursive; font-size: 1.65rem; font-weight: 400; color: var(--cream); line-height: 1; }
    .stat-label { font-family: 'ABeeZee', sans-serif; font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(250,246,240,0.50); margin-top: 3px; }
    .hero-stats-mobile { display: none; }
    .hero-bottom { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; display: flex; align-items: flex-end; justify-content: flex-start; padding: 0 4rem 2.5rem; }
    .hero-scroll { display: flex; align-items: center; gap: 0.8rem; }
    .scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, var(--gold-light), transparent); animation: scrollPulse 2s ease-in-out infinite; }
    @keyframes scrollPulse { 0%, 100% { opacity: 0.4; height: 48px; } 50% { opacity: 1; height: 60px; } }
    .scroll-text { font-family: 'ABeeZee', sans-serif; font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(250,246,240,0.55); writing-mode: vertical-rl; transform: rotate(180deg); }
    .rooms-section { position: relative; padding: 7rem 0 8rem; background: var(--cream); overflow: hidden; }
    .rooms-section::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E"); background-size: 180px; pointer-events: none; z-index: 0; }
    .rooms-section::after { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 60px; background: linear-gradient(to bottom, var(--gold-light), transparent); }
    .rooms-inner { position: relative; z-index: 1; max-width: 1440px; margin: 0 auto; padding: 0 2rem; }
    .rooms-header { text-align: center; margin-bottom: 4rem; }
    .rooms-eyebrow { display: inline-flex; align-items: center; gap: 0.75rem; margin-bottom: 1.2rem; }
    .rooms-eyebrow span { font-family: 'ABeeZee', sans-serif; font-size: 0.6rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); }
    .rooms-eyebrow::before, .rooms-eyebrow::after { content: ''; display: block; width: 36px; height: 1px; background: var(--gold); opacity: 0.6; }
    .rooms-header h2 { font-family: 'Lemon', serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; color: var(--dark-brown); letter-spacing: 0.02em; line-height: 1.2; margin-bottom: 1rem; }
    .rooms-header p { font-family: 'ABeeZee', sans-serif; font-size: 0.95rem; color: var(--muted); max-width: 480px; margin: 0 auto; line-height: 1.75; letter-spacing: 0.02em; }
    .rooms-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; align-items: start; }
    .room-card { background: #fff; border-radius: 20px; overflow: hidden; border: 1px solid var(--cream-dark); box-shadow: 0 6px 32px rgba(44,26,14,0.09); transition: transform 0.38s cubic-bezier(0.22,1,0.36,1), box-shadow 0.38s ease; position: relative; }
    .room-card:hover { transform: translateY(-10px); box-shadow: 0 24px 56px rgba(44,26,14,0.16); }
    .room-card.featured { border-color: var(--gold-light); box-shadow: 0 6px 32px rgba(176,128,64,0.20); }
    .room-card.featured:hover { box-shadow: 0 24px 56px rgba(176,128,64,0.28); }
    .room-carousel { position: relative; overflow: hidden; height: 60vh; min-height: 260px; max-height: 480px; background: var(--dark-brown); }
    .room-slides { display: flex; height: 100%; transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1); }
    .room-slide { flex: 0 0 100%; height: 100%; position: relative; }
    .room-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .room-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 50%, rgba(44,26,14,0.32) 100%); pointer-events: none; }
    .room-badge { position: absolute; top: 1rem; right: 1rem; z-index: 4; display: inline-flex; align-items: center; gap: 0.35rem; background: var(--gold); color: var(--cream); font-family: 'ABeeZee', sans-serif; font-size: 0.55rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; padding: 5px 10px; border-radius: 20px; box-shadow: 0 4px 12px rgba(176,128,64,0.45); }
    .room-badge svg { width: 9px; height: 9px; stroke: var(--cream); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
    .carousel-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 36px; height: 36px; border-radius: 50%; background: rgba(250,246,240,0.88); border: 1px solid rgba(176,128,64,0.30); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.25s, transform 0.25s, box-shadow 0.25s; box-shadow: 0 3px 12px rgba(44,26,14,0.22); }
    .carousel-arrow:hover { background: var(--gold); box-shadow: 0 6px 18px rgba(176,128,64,0.45); transform: translateY(-50%) scale(1.08); }
    .carousel-arrow svg { width: 14px; height: 14px; stroke: var(--dark-brown); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.25s; }
    .carousel-arrow:hover svg { stroke: var(--cream); }
    .carousel-arrow.prev { left: 0.75rem; }
    .carousel-arrow.next { right: 0.75rem; }
    .carousel-dots { position: absolute; bottom: 0.85rem; left: 50%; transform: translateX(-50%); z-index: 4; display: flex; gap: 6px; align-items: center; }
    .carousel-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(250,246,240,0.45); border: 1px solid rgba(250,246,240,0.60); cursor: pointer; transition: background 0.3s, transform 0.3s, width 0.3s; }
    .carousel-dot.active { background: var(--gold-light); border-color: var(--gold-light); width: 20px; border-radius: 4px; }
    .room-body { padding: 1.6rem 1.8rem 2rem; }
    .room-type { font-family: 'ABeeZee', sans-serif; font-size: 0.55rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
    .room-name { font-family: 'Lemon', serif; font-size: 1.35rem; font-weight: 400; color: var(--dark-brown); letter-spacing: 0.02em; line-height: 1.25; margin-bottom: 0.8rem; }
    .room-amenities { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-bottom: 1.3rem; }
    .room-amenity { display: inline-flex; align-items: center; gap: 0.3rem; font-family: 'ABeeZee', sans-serif; font-size: 0.62rem; letter-spacing: 0.08em; color: var(--muted); background: var(--cream); border: 1px solid var(--cream-dark); padding: 4px 10px; border-radius: 20px; }
    .room-amenity svg { width: 10px; height: 10px; stroke: var(--gold); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
    .room-divider { height: 1px; background: var(--cream-dark); margin-bottom: 1.3rem; }
    .room-footer { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; }
    .room-price { display: flex; flex-direction: column; }
    .room-price-from { font-family: 'ABeeZee', sans-serif; font-size: 0.52rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); line-height: 1; margin-bottom: 2px; }
    .room-price-amount { font-family: 'Kaushan Script', cursive; font-size: 1.65rem; color: var(--dark-brown); line-height: 1; }
    .room-price-night { font-family: 'ABeeZee', sans-serif; font-size: 0.5rem; letter-spacing: 0.14em; color: var(--muted); margin-top: 2px; }
    .room-btn { display: inline-flex; align-items: center; gap: 0.55rem; padding: 12px 1.4rem; font-family: 'ABeeZee', sans-serif; font-size: 0.65rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; color: var(--cream); background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 60%, var(--gold-dim) 100%); border: none; border-radius: 10px; box-shadow: 0 4px 14px rgba(176,128,64,0.38); transition: transform 0.28s ease, box-shadow 0.28s ease; flex-shrink: 0; position: relative; overflow: hidden; }
    .room-btn::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--gold-dim), var(--gold)); opacity: 0; transition: opacity 0.3s ease; }
    .room-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(176,128,64,0.50); }
    .room-btn:hover::before { opacity: 1; }
    .room-btn span { position: relative; z-index: 1; }
    .room-btn svg { position: relative; z-index: 1; width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.28s ease; }
    .room-btn:hover svg { transform: translateX(3px); }
    .rooms-cta { text-align: center; margin-top: 3.8rem; }
    .rooms-cta p { font-family: 'ABeeZee', sans-serif; font-size: 0.88rem; color: var(--muted); margin-bottom: 1.4rem; letter-spacing: 0.04em; }
    .rooms-cta a { display: inline-flex; align-items: center; gap: 0.6rem; padding: 13px 2.2rem; font-family: 'ABeeZee', sans-serif; font-size: 0.75rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; color: var(--dark-brown); background: transparent; border: 1.5px solid var(--gold); border-radius: 12px; transition: background 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s; }
    .rooms-cta a:hover { background: var(--gold); color: var(--cream); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(176,128,64,0.32); }
    .rooms-cta a svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.28s ease; }
    .rooms-cta a:hover svg { transform: translateX(4px); }
    .amenities-section { position: relative; padding: 8rem 0 9rem; background: var(--dark-brown); overflow: hidden; }
    .amenities-section::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1000px; height: 700px; background: radial-gradient(ellipse at center, rgba(176,128,64,0.10) 0%, transparent 68%); pointer-events: none; z-index: 0; }
    .amenities-section::after { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 60px; background: linear-gradient(to bottom, rgba(201,154,85,0.55), transparent); }
    .amenities-inner { position: relative; z-index: 1; max-width: 1600px; margin: 0 auto; padding: 0 2.5rem; }
    .amenities-header { text-align: center; margin-bottom: 5rem; }
    .amenities-eyebrow { display: inline-flex; align-items: center; gap: 0.75rem; margin-bottom: 1.2rem; }
    .amenities-eyebrow span { font-family: 'ABeeZee', sans-serif; font-size: 0.6rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-light); }
    .amenities-eyebrow::before, .amenities-eyebrow::after { content: ''; display: block; width: 36px; height: 1px; background: var(--gold-light); opacity: 0.5; }
    .amenities-header h2 { font-family: 'Lemon', serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; color: var(--cream); letter-spacing: 0.02em; line-height: 1.2; margin-bottom: 1rem; }
    .amenities-header p { font-family: 'ABeeZee', sans-serif; font-size: 0.95rem; color: rgba(250,246,240,0.50); max-width: 460px; margin: 0 auto; line-height: 1.8; letter-spacing: 0.02em; }
    .amenities-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.2rem; }
    .amenity-card { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid rgba(201,154,85,0.18); min-height: 320px; display: flex; flex-direction: column; justify-content: flex-end; cursor: default; transition: transform 0.38s cubic-bezier(0.22,1,0.36,1), box-shadow 0.38s ease, border-color 0.38s ease; box-shadow: 0 6px 28px rgba(0,0,0,0.30); }
    .amenity-card:hover { transform: translateY(-7px); box-shadow: 0 20px 50px rgba(0,0,0,0.45); border-color: rgba(201,154,85,0.45); }
    .amenity-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.55s cubic-bezier(0.22,1,0.36,1); }
    .amenity-card:hover .amenity-bg { transform: scale(1.07); }
    .amenity-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(20,10,4,0.18) 0%, rgba(20,10,4,0.55) 45%, rgba(20,10,4,0.88) 100%); transition: background 0.38s ease; }
    .amenity-card:hover .amenity-overlay { background: linear-gradient(to bottom, rgba(20,10,4,0.22) 0%, rgba(20,10,4,0.60) 45%, rgba(20,10,4,0.92) 100%); }
    .amenity-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: linear-gradient(to right, var(--gold), var(--gold-light)); transition: width 0.48s cubic-bezier(0.22,1,0.36,1); z-index: 3; }
    .amenity-card:hover::after { width: 100%; }
    .amenity-content { position: relative; z-index: 2; padding: 1.6rem 1.5rem 1.8rem; }
    .amenity-icon { width: 46px; height: 46px; border-radius: 12px; background: rgba(176,128,64,0.22); border: 1px solid rgba(201,154,85,0.40); display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: background 0.3s, transform 0.3s; }
    .amenity-card:hover .amenity-icon { background: rgba(176,128,64,0.38); transform: scale(1.08); }
    .amenity-icon svg { width: 22px; height: 22px; stroke: var(--gold-light); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
    .amenity-name { font-family: 'Lemon', serif; font-size: 1rem; font-weight: 400; color: var(--cream); letter-spacing: 0.02em; line-height: 1.25; margin-bottom: 0.55rem; }
    .amenity-desc { font-family: 'ABeeZee', sans-serif; font-size: 0.7rem; color: rgba(250,246,240,0.62); line-height: 1.7; letter-spacing: 0.03em; }
    .amenities-cta { margin-top: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.4rem 3rem; background: rgba(250,246,240,0.04); border: 1px solid rgba(201,154,85,0.16); border-radius: 20px; position: relative; overflow: hidden; max-width: 720px; margin-left: auto; margin-right: auto; }
    .amenities-cta::before { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(176,128,64,0.07) 0%, transparent 55%); pointer-events: none; }
    .amenities-cta-text { position: relative; z-index: 1; }
    .amenities-cta-text h3 { font-family: 'Lemon', serif; font-size: 1.5rem; font-weight: 400; color: var(--cream); letter-spacing: 0.02em; margin-bottom: 0.4rem; }
    .amenities-cta-text p { font-family: 'ABeeZee', sans-serif; font-size: 0.82rem; color: rgba(250,246,240,0.48); letter-spacing: 0.04em; }
    .amenities-cta-btn { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 0.7rem; padding: 14px 2.2rem; font-family: 'ABeeZee', sans-serif; font-size: 0.75rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; color: var(--cream); background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 60%, var(--gold-dim) 100%); border: none; border-radius: 12px; box-shadow: 0 6px 22px rgba(176,128,64,0.42); flex-shrink: 0; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .amenities-cta-btn::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--gold-dim), var(--gold)); opacity: 0; transition: opacity 0.3s ease; }
    .amenities-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(176,128,64,0.55); }
    .amenities-cta-btn:hover::before { opacity: 1; }
    .amenities-cta-btn span { position: relative; z-index: 1; }
    .amenities-cta-btn svg { position: relative; z-index: 1; width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.3s ease; }
    .amenities-cta-btn:hover svg { transform: translateX(4px); }
    /* ── Desktop: taller amenity cards + narrower CTA strip ── */
    @media (min-width: 1101px) {
      .amenity-card { min-height: 420px; }
      .amenities-cta { max-width: 900px; margin-left: auto; margin-right: auto; }
    }
    @media (max-width: 1100px) {
      nav { width: calc(100% - 3rem); padding: 0 1.6rem; }
      .nav-links { gap: 1.5rem; }
      .nav-links a { font-size: 0.72rem; }
      .amenities-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
    }
    @media (max-width: 900px) {
      nav { width: calc(100% - 2.2rem); top: 1rem; padding: 0 1.3rem; justify-content: space-between; }
      .nav-logo { margin-right: auto; }
      .nav-links { display: none; }
      .nav-cta { display: none !important; }
      .hamburger { display: flex; }
      .mobile-menu { gap: 2rem; }
      .mobile-menu a { font-size: 1.6rem; }
      .mobile-close { top: 5.5rem; right: 2.2rem; font-size: 3rem; }
      .hero { height: auto; min-height: 100vh; padding-top: 120px; padding-bottom: 5rem; align-items: flex-start; }
      .hero-inner { padding: 0 2.2rem; flex-direction: column; align-items: center; }
      .hero-content { align-items: center; text-align: center; max-width: 100%; }
      .hero h1 { text-align: center; }
      .hero p { text-align: center; }
      .hero-ctas { flex-direction: column; align-items: center; }
      .btn { width: 100%; max-width: 320px; }
      .btn-secondary { width: 100%; max-width: 320px; }
      .hero-stats-panel { display: none; }
      .hero-stats-mobile { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; width: 100%; max-width: 480px; margin-top: 2rem; }
      .hero-bottom { padding: 0 2.2rem 2.2rem; }
      .hero-rule { left: 1.8rem; }
      .rooms-inner { padding: 0 1.4rem; }
      .rooms-grid { grid-template-columns: 1fr; gap: 1.6rem; }
      .room-card:last-child { grid-column: auto; max-width: 100%; }
      .room-carousel { height: 55vw; min-height: 220px; max-height: 400px; }
      .amenities-inner { padding: 0 1.6rem; }
      .amenities-cta { flex-direction: column; align-items: flex-start; gap: 1.4rem; padding: 2rem 1.8rem; max-width: none; }
    }
    @media (max-width: 600px) {
      nav { top: 0.9rem; }
      .hero h1 { font-size: 2.2rem; }
      .mobile-menu a { font-size: 1.4rem; }
      .mobile-menu .mobile-book { font-size: 0.85rem; padding: 12px 2rem; }
      .mobile-close { top: 4.8rem; right: 1.8rem; font-size: 2.8rem; }
      .rooms-section { padding: 5rem 0 6rem; }
      .room-carousel { height: 60vw; }
      .amenities-section { padding: 5rem 0 6rem; }
      .amenities-inner { padding: 0 1.2rem; }
      .amenity-name { font-size: 0.9rem; }
      .amenity-desc { font-size: 0.68rem; }
    }
    @media (max-width: 480px) {
      .hero-stats-mobile { grid-template-columns: 1fr; max-width: 360px; }
      .amenities-grid { grid-template-columns: 1fr; gap: 1rem; }
      .amenity-card { min-height: 240px; }
      @keyframes amenitySlideUp {
        from { opacity: 0; transform: translateY(44px); }
        to { opacity: 1; transform: translateY(0); }
      }
      .amenity-card { opacity: 0; animation: amenitySlideUp 0.65s ease forwards; }
      .amenity-card:nth-child(1) { animation-delay: 0.05s; }
      .amenity-card:nth-child(2) { animation-delay: 0.20s; }
      .amenity-card:nth-child(3) { animation-delay: 0.35s; }
      .amenity-card:nth-child(4) { animation-delay: 0.50s; }
      .amenity-card:nth-child(5) { animation-delay: 0.65s; }
  }
}
    }
    /* ── Hero stats mobile ── slow sequential fade-in ── */
    @media (max-width: 900px) {
      .hero-stats-mobile .stat-card {
        opacity: 0;
        animation: statFadeIn 1.2s ease-out forwards;
      }
      .hero-stats-mobile .stat-card:nth-child(1) { animation-delay: 0.3s; }
      .hero-stats-mobile .stat-card:nth-child(2) { animation-delay: 0.8s; }
      .hero-stats-mobile .stat-card:nth-child(3) { animation-delay: 1.3s; }
      .hero-stats-mobile .stat-card:nth-child(4) { animation-delay: 1.8s; }

      @keyframes statFadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to   { opacity: 1; transform: translateY(0); }
      }
    }

    /* ── Amenities mobile ── full row + vertical center ── */
    @media (max-width: 900px) {
      .amenities-grid {
        grid-template-columns: 1fr;
        gap: 1.8rem;
      }
      .amenity-card {
        min-height: 360px;
        display: flex;
        align-items: center;
      }
      .amenity-content {
        width: 100%;
        text-align: center;
        padding: 2.2rem 2rem;
      }
      .amenity-icon {
        margin: 0 auto 1.4rem auto;
      }
    }

    /* ── Testimonials mobile ── vertical center ── */
    @media (max-width: 720px) {
      .testimonial-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 420px;
        padding: 3rem 2.4rem 2.6rem;
        width: min(94%, 560px);
        max-width: 560px;
      }
      .testimonial-content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      .testimonial-text {
        margin-bottom: 2.6rem;
      }
    }

    /* ── Gallery Section ── */
    .gallery-section { position: relative; padding: 8rem 0 10rem; background: var(--cream); overflow: hidden; }
    .gallery-section::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E"); background-size: 220px; pointer-events: none; z-index: 0; }
    .gallery-inner { position: relative; z-index: 1; max-width: 1440px; margin: 0 auto; padding: 0 2.5rem; }
    .gallery-header { text-align: center; margin-bottom: 5.5rem; }
    .gallery-eyebrow { display: inline-flex; align-items: center; gap: 0.9rem; margin-bottom: 1.3rem; }
    .gallery-eyebrow span { font-family: 'ABeeZee', sans-serif; font-size: 0.62rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
    .gallery-eyebrow::before, .gallery-eyebrow::after { content: ''; width: 42px; height: 1px; background: var(--gold); opacity: 0.65; }
    .gallery-header h2 { font-family: 'Lemon', serif; font-size: clamp(2.4rem, 5.2vw, 3.8rem); font-weight: 400; color: var(--dark-brown); letter-spacing: 0.01em; line-height: 1.18; margin-bottom: 1.2rem; }
    .gallery-header p { font-family: 'ABeeZee', sans-serif; font-size: 1rem; color: var(--muted); max-width: 520px; margin: 0 auto; line-height: 1.8; letter-spacing: 0.015em; }
    .gallery-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem; align-items: stretch; }
    .gallery-item { position: relative; border-radius: 22px; overflow: hidden; box-shadow: 0 10px 38px rgba(44,26,14,0.12); transition: transform 0.42s cubic-bezier(0.22,1,0.36,1), box-shadow 0.42s ease; }
    .gallery-item:hover { transform: translateY(-12px); box-shadow: 0 28px 68px rgba(44,26,14,0.22); }
    .gallery-item.tall { grid-row: span 2; }
    .gallery-image-wrapper { position: relative; height: 100%; overflow: hidden; }
    .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.22,1,0.36,1); }
    .gallery-item:hover img { transform: scale(1.09); }
    .image-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 46%, rgba(44,26,14,0.68) 82%, rgba(44,26,14,0.88) 100%); opacity: 0.78; transition: opacity 0.45s ease; }
    .gallery-item:hover .image-overlay { opacity: 0.92; }
    .gallery-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 2.2rem 2rem 1.8rem; color: white; z-index: 2; }
    .caption-title { font-family: 'Lemon', serif; font-size: 1.48rem; font-weight: 400; letter-spacing: 0.01em; margin-bottom: 0.35rem; text-shadow: 0 2px 12px rgba(0,0,0,0.7); }
    .caption-subtitle { font-family: 'ABeeZee', sans-serif; font-size: 0.86rem; opacity: 0.92; letter-spacing: 0.025em; text-shadow: 0 1px 8px rgba(0,0,0,0.6); }
    .gallery-right-column { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
    .gallery-right-column .gallery-item { aspect-ratio: 4 / 3; }
    .gallery-cta { text-align: center; margin-top: 5.5rem; }
    .gallery-cta p { font-family: 'ABeeZee', sans-serif; font-size: 0.96rem; color: var(--muted); margin-bottom: 1.6rem; letter-spacing: 0.03em; }
    .gallery-cta-btn { display: inline-flex; align-items: center; gap: 0.8rem; padding: 15px 2.6rem; font-family: 'ABeeZee', sans-serif; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; text-decoration: none; color: var(--cream); background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 55%, var(--gold-dim) 100%); border-radius: 14px; box-shadow: 0 7px 24px rgba(176,128,64,0.42); transition: all 0.32s ease; position: relative; overflow: hidden; }
    .gallery-cta-btn::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--gold-dim), var(--gold)); opacity: 0; transition: opacity 0.32s ease; }
    .gallery-cta-btn:hover { transform: translateY(-4px); box-shadow: 0 14px 38px rgba(176,128,64,0.52); }
    .gallery-cta-btn:hover::before { opacity: 1; }
    .gallery-cta-btn svg { width: 15px; height: 15px; stroke-width: 2.3; transition: transform 0.28s ease; }
    .gallery-cta-btn:hover svg { transform: translateX(5px); }
    @media (max-width: 1100px) {
      .gallery-grid { grid-template-columns: 1fr; gap: 1.8rem; }
      .gallery-item.tall { grid-row: auto; aspect-ratio: 3 / 4; }
      .gallery-right-column { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 820px) {
      .gallery-right-column { grid-template-columns: 1fr; gap: 1.6rem; }
      .gallery-item, .gallery-right-column .gallery-item { aspect-ratio: 4 / 3; }
      .gallery-section { padding: 6rem 0 8rem; }
    }
    @media (max-width: 540px) {
      .gallery-header { margin-bottom: 4rem; }
      .gallery-cta { margin-top: 4rem; }
      .caption-title { font-size: 1.28rem; }
    }
    /* ── Testimonials Section ── */
    .testimonials-section { position: relative; padding: 8rem 0 10rem; background: var(--cream); overflow: hidden; }
    .testimonials-section::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.68' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E"); background-size: 240px; pointer-events: none; z-index: 0; }
    .testimonials-inner { position: relative; z-index: 1; max-width: 1440px; margin: 0 auto; padding: 0 2.5rem; }
    .testimonials-header { text-align: center; margin-bottom: 5.5rem; }
    .testimonials-eyebrow { display: inline-flex; align-items: center; gap: 0.9rem; margin-bottom: 1.3rem; }
    .testimonials-eyebrow span { font-family: 'ABeeZee', sans-serif; font-size: 0.62rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
    .testimonials-eyebrow::before, .testimonials-eyebrow::after { content: ''; width: 42px; height: 1px; background: var(--gold); opacity: 0.65; }
    .testimonials-header h2 { font-family: 'Lemon', serif; font-size: clamp(2.4rem, 5.2vw, 3.8rem); font-weight: 400; color: var(--dark-brown); letter-spacing: 0.01em; line-height: 1.18; margin-bottom: 1.2rem; }
    .testimonials-header p { font-family: 'ABeeZee', sans-serif; font-size: 1rem; color: var(--muted); max-width: 520px; margin: 0 auto; line-height: 1.8; letter-spacing: 0.015em; }
    .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.2rem; align-items: start; }
    .testimonial-card { position: relative; background: white; border-radius: 20px; padding: 2.4rem 2.2rem 2rem; box-shadow: 0 10px 38px rgba(44,26,14,0.10); transition: all 0.42s cubic-bezier(0.22,1,0.36,1); border: 1px solid var(--cream-dark); }
    .testimonial-card:hover { transform: translateY(-12px); box-shadow: 0 28px 68px rgba(44,26,14,0.18); border-color: rgba(201,154,85,0.35); }
    .testimonial-card.featured { border-color: var(--gold-light); background: linear-gradient(to bottom, #fffdf9, #fffaf2); box-shadow: 0 12px 44px rgba(176,128,64,0.18); }
    .testimonial-card.featured:hover { box-shadow: 0 32px 78px rgba(176,128,64,0.26); }
    .quote-icon { position: absolute; top: 1.2rem; left: 2.2rem; font-family: 'Lemon', serif; font-size: 6.8rem; line-height: 1; color: rgba(176,128,64,0.12); pointer-events: none; user-select: none; }
    .testimonial-content { position: relative; z-index: 1; }
    .testimonial-text { font-family: 'Cormorant Garamond', serif; font-size: 1.12rem; line-height: 1.78; color: var(--dark-brown); margin-bottom: 2rem; letter-spacing: 0.01em; }
    .testimonial-author { display: flex; align-items: center; justify-content: space-between; padding-top: 1.4rem; border-top: 1px solid var(--cream-dark); }
    .author-info { display: flex; align-items: center; gap: 1rem; }
    .author-avatar { width: 54px; height: 54px; border-radius: 50%; background-size: cover; background-position: center; border: 2px solid rgba(201,154,85,0.3); flex-shrink: 0; }
    .author-details h4 { font-family: 'Lemon', serif; font-size: 1.18rem; color: var(--dark-brown); margin-bottom: 0.2rem; }
    .author-location { font-family: 'ABeeZee', sans-serif; font-size: 0.78rem; color: var(--muted); letter-spacing: 0.02em; }
    .testimonials-cta { text-align: center; margin-top: 6rem; }
    .testimonials-cta p { font-family: 'ABeeZee', sans-serif; font-size: 1rem; color: var(--muted); margin-bottom: 1.8rem; letter-spacing: 0.03em; }
    .testimonials-cta-btn { display: inline-flex; align-items: center; gap: 0.9rem; padding: 16px 2.8rem; font-family: 'ABeeZee', sans-serif; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream); background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 55%, var(--gold-dim) 100%); border-radius: 14px; box-shadow: 0 8px 28px rgba(176,128,64,0.45); transition: all 0.34s ease; position: relative; overflow: hidden; text-decoration: none; }
    .testimonials-cta-btn::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--gold-dim), var(--gold)); opacity: 0; transition: opacity 0.34s ease; }
    .testimonials-cta-btn:hover { transform: translateY(-5px); box-shadow: 0 16px 44px rgba(176,128,64,0.58); }
    .testimonials-cta-btn:hover::before { opacity: 1; }
    .testimonials-cta-btn svg { width: 16px; height: 16px; stroke-width: 2.4; transition: transform 0.3s ease; position: relative; z-index: 1; }
    .testimonials-cta-btn span { position: relative; z-index: 1; }
    .testimonials-cta-btn:hover svg { transform: translateX(6px); }
    /* ── Desktop zigzag ── */
    @media (min-width: 821px) {
      .testimonials-grid { align-items: start; }
      .testimonials-grid .testimonial-card:nth-child(1) { margin-top: 0; }
      .testimonials-grid .testimonial-card:nth-child(2) { margin-top: 3.5rem; }
      .testimonials-grid .testimonial-card:nth-child(3) { margin-top: 0; }
    }
    /* ── Testimonials responsive ── */
    @media (max-width: 1100px) {
      .testimonials-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
      .testimonials-grid .testimonial-card:nth-child(2) { margin-top: 0; }
    }
    @media (max-width: 820px) {
      .testimonials-section { padding: 6rem 0 8rem; }
      .testimonials-grid { grid-template-columns: 1fr; gap: 2.2rem; justify-items: center; }
      .testimonials-grid .testimonial-card:nth-child(1),
      .testimonials-grid .testimonial-card:nth-child(2),
      .testimonials-grid .testimonial-card:nth-child(3) { margin-top: 0; }
    }
    @media (max-width: 540px) {
      .testimonials-header { margin-bottom: 4rem; }
      .quote-icon { font-size: 5.8rem; top: 0.8rem; left: 1.8rem; }
      .testimonials-cta { margin-top: 4.5rem; }
    }
    
    /* ── Final Booking CTA Section ── */
.booking-cta-section {
  position: relative;
  padding: 9rem 0 10rem;
  background: var(--dark-brown);
  color: var(--cream);
  overflow: hidden;
}

.booking-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(176,128,64,0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.booking-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2.5rem;
  text-align: center;
}

.gold-accent-line {
  width: 120px;
  height: 3px;
  margin: 0 auto 2.2rem;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--gold), var(--gold-light), transparent);
  border-radius: 3px;
  opacity: 0.7;
}

.booking-cta-section h2 {
  font-family: 'Lemon', serif;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.18;
  margin-bottom: 1.4rem;
  color: var(--cream);
}

.booking-cta-section p {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.05rem;
  line-height: 1.78;
  max-width: 620px;
  margin: 0 auto 3.2rem;
  color: rgba(250,246,240,0.80);
  letter-spacing: 0.01em;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
  margin-bottom: 4.5rem;
}

.btn-main,
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 16px 2.6rem;
  font-family: 'ABeeZee', sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 14px;
  transition: all 0.32s ease;
  position: relative;
  overflow: hidden;
}

.btn-main {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 55%, var(--gold-dim) 100%);
  color: var(--cream);
  box-shadow: 0 8px 28px rgba(176,128,64,0.45);
}

.btn-main:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(176,128,64,0.60);
}

.btn-outline {
  background: transparent;
  color: var(--gold-light);
  border: 1.5px solid var(--gold-light);
}

.btn-outline:hover {
  background: var(--gold-light);
  color: var(--dark-brown);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(201,154,85,0.35);
}

.btn-main svg,
.btn-outline svg {
  width: 18px;
  height: 18px;
  transition: transform 0.28s ease;
}

.btn-main:hover svg,
.btn-outline:hover svg {
  transform: translateX(4px);
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.2rem 3.5rem;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: 'ABeeZee', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: rgba(250,246,240,0.70);
}

.badge-item svg {
  width: 22px;
  height: 22px;
  stroke: var(--gold-light);
  stroke-width: 1.8;
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .booking-cta-section {
    padding: 7rem 0 8rem;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .btn-main, .btn-outline {
    width: 100%;
    max-width: 380px;
    justify-content: center;
  }
}

@media (max-width: 540px) {
 /* Added to existing @media (max-width: 540px) block */
.booking-cta-section { display: flex; align-items: center; }
.booking-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60vh;
  width: 100%;
}
.trust-badges {
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;  /* ← pushes badges to vertical center */
  margin: auto;
  display: block;
}
.badge-item { justify-content: center;}
}

/* ===================== FOOTER REDESIGN ===================== */

.site-footer {
  background: #0D0805;
  color: rgba(250, 246, 240, 0.80);
  font-family: 'ABeeZee', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Radial glow background */
.site-footer::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(176,128,64,0.09) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Subtle noise texture overlay */
.site-footer::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  background-size: 160px;
  pointer-events: none;
  z-index: 0;
}

/* Gold glow bar at very top */
.footer-glow-bar {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(201,154,85,0.15) 20%, rgba(201,154,85,0.7) 50%, rgba(201,154,85,0.15) 80%, transparent 100%);
  position: relative;
  z-index: 1;
}

.footer-main {
  position: relative;
  z-index: 1;
  padding: 6rem 0 5rem;
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

/* ── Grid ── */
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.2fr 1.4fr;
  gap: 3rem 4rem;
}

/* ── Brand Column ── */
.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  margin-bottom: 1.6rem;
}

.footer-logo-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(201,154,85,0.35));
}

.footer-logo-name {
  display: block;
  font-family: 'Kaushan Script', cursive;
  font-size: 1.4rem;
  color: var(--cream);
  letter-spacing: 0.02em;
  line-height: 1;
}

.footer-logo-tag {
  display: block;
  font-size: 0.48rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-top: 4px;
}

.footer-brand-desc {
  font-size: 0.85rem;
  line-height: 1.8;
  color: rgba(250,246,240,0.48);
  margin-bottom: 1.8rem;
  max-width: 280px;
  letter-spacing: 0.02em;
}

/* Social icons */
.footer-social {
  display: flex;
  gap: 0.7rem;
}

.footer-social-link {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(250,246,240,0.05);
  border: 1px solid rgba(201,154,85,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(250,246,240,0.55);
  font-size: 0.85rem;
  text-decoration: none;
  transition: background 0.3s, border-color 0.3s, color 0.3s, transform 0.3s;
}

.footer-social-link:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--cream);
  transform: translateY(-3px);
}

/* ── Column Heading ── */
.footer-col-heading {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'ABeeZee', sans-serif;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.8rem;
}

.footer-heading-line {
  display: block;
  width: 22px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
  flex-shrink: 0;
}

/* ── Nav list ── */
.footer-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-nav-list a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(250,246,240,0.55);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  transition: color 0.3s, gap 0.3s;
}

.footer-nav-list a:hover {
  color: var(--gold-light);
  gap: 0.9rem;
}

.footer-nav-arrow {
  color: var(--gold);
  opacity: 0.6;
  font-size: 0.75rem;
  transition: opacity 0.3s, transform 0.3s;
}

.footer-nav-list a:hover .footer-nav-arrow {
  opacity: 1;
  transform: translateX(3px);
}

/* ── Contact list ── */
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.footer-contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(176,128,64,0.12);
  border: 1px solid rgba(201,154,85,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.72rem;
  color: var(--gold-light);
}

.footer-contact-label {
  display: block;
  font-size: 0.5rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(250,246,240,0.35);
  margin-bottom: 3px;
}

.footer-contact-value {
  display: block;
  font-size: 0.78rem;
  color: rgba(250,246,240,0.68);
  line-height: 1.5;
}

.footer-contact-link {
  text-decoration: none;
  transition: color 0.3s;
}

.footer-contact-link:hover {
  color: var(--gold-light);
}

/* ── Newsletter ── */
.footer-newsletter-desc {
  font-size: 0.82rem;
  line-height: 1.75;
  color: rgba(250,246,240,0.45);
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

.footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-input-wrap {
  position: relative;
  width: 100%;
}

.footer-input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 0.72rem;
  opacity: 0.7;
  pointer-events: none;
}

.footer-input-wrap input {
  width: 100%;
  padding: 13px 1rem 13px 2.4rem;
  background: rgba(250,246,240,0.05);
  border: 1px solid rgba(201,154,85,0.22);
  border-radius: 12px;
  color: var(--cream);
  font-family: 'ABeeZee', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  outline: none;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}

.footer-input-wrap input::placeholder {
  color: rgba(250,246,240,0.28);
}

.footer-input-wrap input:focus {
  border-color: rgba(201,154,85,0.55);
  background: rgba(250,246,240,0.08);
  box-shadow: 0 0 0 3px rgba(176,128,64,0.10);
}

.footer-newsletter-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 13px 1.5rem;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 60%, var(--gold-dim) 100%);
  color: var(--cream);
  font-family: 'ABeeZee', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(176,128,64,0.35);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}

.footer-newsletter-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold-dim), var(--gold));
  opacity: 0;
  transition: opacity 0.3s;
}

.footer-newsletter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(176,128,64,0.50);
}

.footer-newsletter-btn:hover::before { opacity: 1; }

.footer-newsletter-btn span,
.footer-newsletter-btn svg {
  position: relative;
  z-index: 1;
}

.footer-newsletter-btn svg {
  width: 13px;
  height: 13px;
  transition: transform 0.3s;
}

.footer-newsletter-btn:hover svg { transform: translateX(3px); }

.footer-newsletter-note {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,246,240,0.25);
  text-align: center;
}

/* ── Bottom Bar ── */
.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(250,246,240,0.07);
  padding: 2rem 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.footer-copyright,
.footer-credit {
  font-size: 0.68rem;
  color: rgba(250,246,240,0.28);
  letter-spacing: 0.08em;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.footer-bottom-links a {
  font-size: 0.68rem;
  color: rgba(250,246,240,0.32);
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.3s;
}

.footer-bottom-links a:hover { color: var(--gold-light); }

.footer-bottom-dot {
  color: rgba(250,246,240,0.18);
  font-size: 0.65rem;
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1.2fr;
    gap: 3rem 3rem;
  }
  .footer-newsletter-col {
    grid-column: 1 / -1;
    max-width: 480px;
  }
}

@media (max-width: 760px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.8rem 2rem;
  }
  .footer-brand-col {
    grid-column: 1 / -1;
  }
  .footer-newsletter-col {
    grid-column: 1 / -1;
    max-width: 100%;
  }
  .footer-main { padding: 4.5rem 0 4rem; }
}

@media (max-width: 520px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer-container { padding: 0 1.4rem; }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.6rem;
  }
  .footer-bottom-links { flex-wrap: wrap; justify-content: center; }
}