:root {
  --olive-300: #b3bf8c;
  --olive-400: #94a564;
  --olive-500: #7a8c4b;
  --olive-600: #5f6f3a;
  --olive-800: #3d4629;
  --olive-900: #353c24;
  --brown-500: #b07a4e;
  --gold-300: #edbe6d;
  --gold-400: #d4a24a;
  --gold-500: #b8860b;
  --gold-600: #9a7209;
  --cream-50: #fefdfb;
  --cream-100: #fdf9f0;
  --cream-200: #faf0db;
  --charcoal-700: #2a2a2a;
  --charcoal-800: #1e1e1e;
  --charcoal-900: #141414;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Poppins", sans-serif; color: var(--cream-100); background: var(--charcoal-900); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; border: 0; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.script { font-family: "Great Vibes", cursive; }
.center { text-align: center; }
.gold-text, .section-head span { background: linear-gradient(135deg, var(--gold-500), var(--gold-300), var(--gold-500)); -webkit-background-clip: text; background-clip: text; color: transparent; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 12px 24px; border-radius: 999px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { color: var(--charcoal-900); background: linear-gradient(90deg, var(--gold-600), var(--gold-500), var(--gold-400)); box-shadow: 0 14px 32px rgba(184, 134, 11, .24); }
.btn-outline { border: 2px solid rgba(212, 162, 74, .65); color: var(--gold-300); background: rgba(255,255,255,.02); }
.btn-olive { background: linear-gradient(90deg, var(--olive-600), var(--olive-500)); color: white; box-shadow: 0 14px 32px rgba(122, 140, 75, .28); }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 12px; background: transparent; color: var(--gold-300); }
i[data-lucide] { width: 1em; height: 1em; stroke-width: 2; }

.navbar { position: fixed; inset: 0 0 auto; z-index: 50; padding: 18px 0; transition: .35s ease; }
.navbar.scrolled { padding: 8px 0; background: rgba(30, 30, 30, .95); backdrop-filter: blur(14px); box-shadow: 0 12px 32px rgba(0,0,0,.25); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-300); }
.brand i { font-size: 28px; color: var(--gold-400); }
.brand-logo { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; background: url("assets/logo.webp") center / 235% auto no-repeat; }
.brand strong { display: block; max-width: 330px; font: 700 22px/1.05 "Playfair Display", serif; }
.brand small { display: block; margin-top: 2px; font-size: 9px; letter-spacing: .28em; text-transform: uppercase; color: rgba(250,240,219,.65); }
.desktop-nav { display: flex; align-items: center; gap: 4px; }
.desktop-nav a:not(.btn) { position: relative; padding: 10px 12px; font-size: 14px; color: var(--cream-100); transition: color .25s ease; }
.desktop-nav a:not(.btn)::after { content: ""; position: absolute; left: 50%; bottom: 4px; width: 0; height: 2px; background: var(--gold-400); transform: translateX(-50%); transition: width .25s ease; }
.desktop-nav a:hover { color: var(--gold-300); }
.desktop-nav a:hover::after { width: 70%; }
.nav-cta { margin-left: 12px; min-height: 42px; padding: 10px 22px; font-size: 14px; }
.menu-toggle { display: none; }
.mobile-menu { display: none; overflow: hidden; max-height: 0; padding: 0 24px; background: rgba(30,30,30,.98); border-top: 1px solid rgba(184,134,11,.18); transition: max-height .35s ease, padding .35s ease; }
.mobile-menu.open { max-height: 520px; padding-top: 16px; padding-bottom: 20px; }
.mobile-menu a { display: flex; align-items: center; gap: 10px; padding: 13px 0; border-bottom: 1px solid rgba(184,134,11,.1); color: var(--cream-100); }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; text-align: center; padding: 96px 0 126px; }
.hero-slide, .hero-overlay { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transition: opacity 1s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); animation: slowZoom 8s ease forwards; }
.hero-overlay { z-index: 2; background: linear-gradient(to bottom, rgba(0,0,0,.72), rgba(20,20,20,.52), rgba(30,30,30,.92)); }
.hero-content { position: relative; z-index: 3; width: min(1060px, calc(100% - 32px)); opacity: 1; transform: none; }
.hero-content.visible { opacity: 1; transform: none; }
.hero .script { font-size: clamp(26px, 4vw, 36px); color: var(--gold-300); margin: 10px 0; }
.hero h1 { font-family: "Playfair Display", serif; font-size: clamp(48px, 7.5vw, 94px); line-height: .92; text-shadow: 3px 3px 12px rgba(0,0,0,.6); }
.hero h1 span { color: var(--gold-300); }
.hero-title { margin-top: 16px; font: italic clamp(20px, 3.2vw, 30px) "Playfair Display", serif; color: rgba(253,249,240,.92); text-shadow: 2px 2px 8px rgba(0,0,0,.5); }
.hero-subtitle { margin-top: 4px; font: clamp(32px, 4.5vw, 48px) "Great Vibes", cursive; color: var(--gold-300); }
.hero-tagline { margin: 8px auto 24px; max-width: 560px; color: rgba(250,240,219,.72); }
.badge-row { display: grid; grid-template-columns: repeat(3, minmax(0, max-content)); justify-content: center; gap: 12px; max-width: 100%; margin: 0 auto 28px; }
.badge-row span { min-width: 0; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 14px; border: 1px solid rgba(184,134,11,.22); border-radius: 999px; background: rgba(30,30,30,.55); backdrop-filter: blur(8px); font-size: 14px; white-space: nowrap; }
.hero-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.slide-dots { position: absolute; z-index: 4; bottom: 88px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; }
.slide-dots button { width: 18px; height: 7px; border-radius: 999px; background: rgba(212,162,74,.45); transition: width .25s ease, background .25s ease; }
.slide-dots button.active { width: 42px; background: var(--gold-400); }
.scroll-cue { position: absolute; z-index: 4; bottom: 28px; left: 50%; transform: translateX(-50%); color: rgba(212,162,74,.7); font-size: 34px; animation: bounce 1.7s infinite; }

.section { position: relative; padding: 92px 0; overflow: hidden; }
.section.dark { background: linear-gradient(to bottom, var(--charcoal-900), var(--charcoal-800), var(--charcoal-900)); }
.section.light { background: linear-gradient(to bottom, var(--cream-50), var(--cream-100), var(--cream-50)); color: var(--charcoal-900); }
.ornament::before { content: ""; position: absolute; inset: 0; opacity: .05; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5 L35 25 L55 30 L35 35 L30 55 L25 35 L5 30 L25 25 Z' fill='none' stroke='%237a8c4b' stroke-width='0.5'/%3E%3C/svg%3E"); background-size: 60px 60px; pointer-events: none; }
.section > .container { position: relative; z-index: 1; }
.section-head { text-align: center; margin: 0 auto 58px; max-width: 760px; }
.section-head .script { font-size: clamp(28px, 4vw, 36px); color: var(--gold-500); margin-bottom: 4px; }
.dark .section-head .script { color: var(--gold-400); }
.section-head h2 { font-family: "Playfair Display", serif; font-size: clamp(42px, 6vw, 66px); line-height: 1.05; margin-bottom: 18px; }
.section-head > p:last-child { color: rgba(20,20,20,.62); margin-top: 20px; font-size: 17px; }
.dark .section-head > p:last-child, .garden .section-head > p:last-child { color: rgba(250,240,219,.62); }
.seo-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 22px; }
.seo-pills span { display: inline-flex; align-items: center; min-height: 36px; padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(184,134,11,.16); background: rgba(255,255,255,.72); color: var(--olive-700); font-size: 13px; font-weight: 700; }
.divider { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--gold-400); }
.divider span { width: 52px; height: 1px; background: rgba(184,134,11,.52); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; margin-bottom: 72px; }
.framed-image { position: relative; isolation: isolate; }
.framed-image::before { content: ""; position: absolute; inset: -16px 16px 16px -16px; border: 2px solid rgba(212,162,74,.22); border-radius: 22px; z-index: -1; }
.framed-image img { width: 100%; height: 510px; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.since-badge { position: absolute; right: -20px; bottom: -24px; padding: 18px 22px; border-radius: 18px; color: var(--charcoal-900); background: linear-gradient(145deg, var(--gold-400), var(--gold-600)); font: 700 28px/1.1 "Playfair Display", serif; box-shadow: 0 16px 36px rgba(184,134,11,.24); }
.since-badge strong { font-size: 48px; }
.copy h3 { font: 700 clamp(28px, 4vw, 36px) "Playfair Display", serif; color: var(--gold-300); margin-bottom: 22px; }
.copy p { margin-bottom: 18px; color: rgba(250,240,219,.78); line-height: 1.8; font-size: 17px; }
.copy strong { color: var(--gold-300); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 70px; }
.stat-card, .feature-card, .garden-card { border: 1px solid rgba(184,134,11,.12); border-radius: 18px; padding: 24px; transition: .25s ease; }
.stat-card { text-align: center; background: linear-gradient(145deg, rgba(0,0,0,.3), rgba(0,0,0,.08)); }
.stat-card:hover, .feature-card:hover, .garden-card:hover { transform: translateY(-5px); border-color: rgba(184,134,11,.34); }
.stat-card i { font-size: 34px; color: var(--gold-400); margin-bottom: 12px; }
.stat-card strong { display: block; font: 700 38px "Playfair Display", serif; color: var(--gold-300); }
.stat-card span { color: rgba(250,240,219,.62); font-size: 14px; }
.feature-grid, .garden-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { background: linear-gradient(145deg, rgba(0,0,0,.22), rgba(0,0,0,.06)); }
.feature-card .icon-wrap, .garden-card .icon-wrap { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 14px; background: rgba(212,162,74,.12); color: var(--gold-400); font-size: 26px; }
.feature-card h3, .garden-card h3 { font: 700 21px "Playfair Display", serif; margin-bottom: 8px; color: var(--cream-50); }
.feature-card p, .garden-card p { color: rgba(250,240,219,.62); line-height: 1.65; font-size: 14px; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card, .room-card, .testimonial-card { background: white; color: var(--charcoal-900); border: 1px solid rgba(250,240,219,.7); border-radius: 18px; overflow: hidden; box-shadow: 0 10px 34px rgba(20,20,20,.06); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover, .room-card:hover, .testimonial-card:hover { transform: translateY(-8px); box-shadow: 0 26px 50px rgba(184,134,11,.13); }
.card-image { position: relative; height: 210px; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-card:hover img, .room-card:hover img, .gallery-item:hover img { transform: scale(1.1); }
.card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,20,20,.76), transparent); }
.badge-pill { position: absolute; z-index: 1; top: 16px; left: 16px; padding: 7px 11px; border-radius: 999px; background: var(--olive-600); color: white; font-weight: 800; font-size: 12px; }
.card-icon { position: absolute; z-index: 1; left: 16px; bottom: 16px; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.18); color: var(--gold-300); backdrop-filter: blur(8px); font-size: 24px; }
.card-body { padding: 24px; }
.eyebrow { color: var(--gold-600); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.card-body h3 { margin: 6px 0 10px; font: 800 24px "Playfair Display", serif; }
.card-body p { color: rgba(20,20,20,.64); line-height: 1.65; font-size: 14px; }
.text-link { display: inline-flex; margin-top: 18px; color: var(--gold-600); font-weight: 700; font-size: 14px; }

.rooms-grid { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.4fr); gap: 32px; align-items: stretch; }
.room-card.featured { box-shadow: 0 0 0 2px rgba(212,162,74,.28), 0 20px 50px rgba(20,20,20,.1); }
.room-card .card-image { height: 250px; }
.amenities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 20px 0; }
.amenities span { display: grid; place-items: center; gap: 5px; min-height: 58px; border-radius: 12px; background: var(--cream-100); color: rgba(20,20,20,.56); font-size: 11px; text-align: center; }
.amenities i { color: var(--olive-500); font-size: 18px; }
.room-card ul { display: grid; gap: 9px; margin: 0 0 22px; list-style: none; color: rgba(20,20,20,.72); font-size: 14px; }
.room-card li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--gold-400); }
.rooms-info-panel { display: flex; flex-direction: column; justify-content: center; padding: 38px; border-radius: 22px; color: var(--charcoal-900); background: linear-gradient(145deg, #fff, var(--cream-100)); border: 1px solid rgba(184,134,11,.18); box-shadow: 0 16px 44px rgba(20,20,20,.07); }
.rooms-info-panel h3 { max-width: 680px; margin: 8px 0 16px; font: 800 clamp(30px, 4vw, 48px) "Playfair Display", serif; line-height: 1.05; }
.rooms-info-panel p { color: rgba(20,20,20,.66); line-height: 1.75; font-size: 16px; }
.room-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 24px 0; }
.room-info-grid span { display: flex; align-items: center; gap: 10px; padding: 14px; border-radius: 14px; background: rgba(122,140,75,.1); color: var(--olive-800); font-weight: 700; font-size: 14px; }
.room-info-grid i { color: var(--olive-500); font-size: 20px; }
.rooms-info-panel .btn { width: fit-content; margin-top: 26px; }

.garden { color: var(--cream-100); background: linear-gradient(135deg, var(--olive-900), var(--olive-800), var(--olive-900)); }
.garden .section-head h2 span { color: var(--olive-300); background: none; -webkit-text-fill-color: currentColor; }
.garden-showcase { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 230px 230px; gap: 18px; margin-bottom: 60px; }
.garden-showcase > * { border-radius: 22px; overflow: hidden; }
.garden-showcase img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.garden-showcase img:hover { transform: scale(1.05); }
.garden-showcase .large { position: relative; grid-row: span 2; }
.garden-showcase figcaption { position: absolute; left: 24px; bottom: 24px; z-index: 1; }
.garden-showcase figcaption strong { display: block; font: 800 30px "Playfair Display", serif; text-shadow: 2px 2px 8px rgba(0,0,0,.5); }
.garden-showcase figcaption small { color: rgba(250,240,219,.76); }
.garden-showcase .large::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(53,60,36,.72), transparent); }
.garden-card { background: rgba(255,255,255,.06); border-color: rgba(179,191,140,.14); display: flex; gap: 16px; }
.garden-card .icon-wrap { flex: 0 0 auto; margin: 0; color: var(--olive-400); background: rgba(148,165,100,.12); }
.garden-card h3 { color: white; }
.garden .center { margin-top: 48px; }

.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 38px; }
.filters button { padding: 10px 18px; border-radius: 999px; color: var(--cream-200); background: rgba(255,255,255,.06); border: 1px solid rgba(184,134,11,.2); transition: .25s ease; }
.filters button.active { background: linear-gradient(90deg, var(--gold-500), var(--gold-400)); color: var(--charcoal-900); font-weight: 700; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item { position: relative; aspect-ratio: 4 / 3; border-radius: 18px; overflow: hidden; background: #000; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 48px 18px 18px; background: linear-gradient(to top, rgba(20,20,20,.85), transparent); opacity: 0; transition: opacity .25s ease; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-caption small { color: var(--gold-400); text-transform: uppercase; font-weight: 700; letter-spacing: .08em; }
.gallery-caption h3 { font: 700 22px "Playfair Display", serif; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 24px; background: rgba(0,0,0,.9); backdrop-filter: blur(8px); }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1100px, 100%); max-height: 82vh; border-radius: 18px; box-shadow: var(--shadow); }
.lightbox button { position: absolute; top: 22px; right: 22px; color: var(--cream-100); font-size: 30px; }
.lightbox p { position: absolute; bottom: 28px; text-align: center; font: 700 22px "Playfair Display", serif; }

.testimonial-grid { display: grid; grid-template-columns: .92fr 1.12fr .92fr; gap: 24px; align-items: center; }
.testimonial-card { padding: 28px; position: relative; }
.testimonial-card.featured-testimonial { padding: 38px 34px; transform: scale(1.04); box-shadow: 0 26px 58px rgba(184,134,11,.14); }
.stars { display: flex; gap: 4px; color: var(--gold-400); margin-bottom: 16px; }
.testimonial-card blockquote { color: rgba(20,20,20,.72); line-height: 1.75; font-size: 14px; font-style: italic; margin-bottom: 22px; }
.featured-testimonial blockquote { font-size: 16px; }
.guest { display: flex; align-items: center; gap: 12px; }
.avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--gold-400), var(--gold-600)); color: var(--charcoal-900); font-weight: 800; }
.guest strong { display: block; font-size: 14px; }
.guest span { font-size: 12px; color: rgba(20,20,20,.5); }
.faq-section { color: var(--charcoal-900); }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.faq-grid article { padding: 24px; border-radius: 18px; background: rgba(255,255,255,.82); border: 1px solid rgba(184,134,11,.14); box-shadow: 0 14px 38px rgba(20,20,20,.06); }
.faq-grid h3 { font-family: "Playfair Display", serif; font-size: 24px; line-height: 1.2; margin-bottom: 10px; color: var(--olive-700); }
.faq-grid p, .faq-grid a { color: rgba(20,20,20,.68); line-height: 1.75; overflow-wrap: anywhere; }
.faq-grid a { font-weight: 700; }

.booking::after { content: ""; position: absolute; width: 380px; height: 380px; right: -110px; top: 60px; border-radius: 50%; background: rgba(184,134,11,.06); filter: blur(40px); }
.booking-panel { display: none; animation: fadeUp .45s ease; }
.booking-panel.active { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 44px; max-width: 1040px; margin: 0 auto; }
.side-stack { display: grid; gap: 22px; align-content: start; }
.glass-card, .booking-form, .success-card { border: 1px solid rgba(184,134,11,.16); border-radius: 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.glass-card { padding: 24px; }
.glass-card h3 { font: 800 24px "Playfair Display", serif; color: var(--gold-300); margin-bottom: 4px; }
.glass-card > p { color: rgba(250,240,219,.55); font-size: 14px; margin-bottom: 18px; }
.map-embed { position: relative; min-height: 315px; margin-top: 16px; overflow: hidden; border-radius: 16px; background: radial-gradient(circle at 30% 20%, rgba(212,162,74,.18), transparent 32%), linear-gradient(145deg, #242424, #171717); border: 1px solid rgba(184,134,11,.14); }
.map-embed::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(250,240,219,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(250,240,219,.05) 1px, transparent 1px); background-size: 38px 38px; opacity: .45; }
.clean-map::before { display: none; }
.map-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; opacity: .95; filter: saturate(.9) contrast(.98); }
.contact-list { display: grid; gap: 14px; }
.contact-list a, .contact-list span { display: flex; align-items: center; gap: 12px; color: rgba(250,240,219,.72); font-size: 14px; overflow-wrap: anywhere; }
.booking-form { padding: 32px; display: grid; gap: 18px; }
.booking-form h3 { display: flex; align-items: center; gap: 10px; font: 800 24px "Playfair Display", serif; color: var(--gold-300); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; margin-bottom: 7px; color: rgba(250,240,219,.86); font-size: 14px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 47px; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(184,134,11,.22); outline: 0; background: rgba(255,255,255,.06); color: var(--cream-100); transition: .2s ease; }
.field textarea { min-height: 92px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-400); box-shadow: 0 0 0 1px var(--gold-400); }
.field option { background: var(--charcoal-900); }
.form-error { padding: 12px 14px; border-radius: 12px; background: rgba(180,45,45,.16); border: 1px solid rgba(255,120,120,.28); color: #ffd9d9; font-size: 14px; }
.booking-form button[disabled] { cursor: wait; opacity: .7; }
.full { grid-column: 1 / -1; }
.success-card { padding: 64px 32px; text-align: center; }
.success-card i { font-size: 48px; color: var(--gold-400); margin-bottom: 16px; }
.success-card h3 { font: 800 34px "Playfair Display", serif; color: var(--gold-300); margin-bottom: 12px; }
.success-card p { color: rgba(250,240,219,.72); max-width: 480px; margin: 0 auto; }

.footer { background: #111; color: var(--cream-100); }
.footer::before { content: ""; display: block; height: 4px; background: linear-gradient(90deg, transparent, var(--gold-500), transparent); }
.footer-cta { background: linear-gradient(90deg, rgba(154,114,9,.2), rgba(184,134,11,.3), rgba(154,114,9,.2)); border-bottom: 1px solid rgba(184,134,11,.12); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 42px 0; }
.footer h3, .footer h4 { font-family: "Playfair Display", serif; color: var(--gold-300); }
.footer h3 { font-size: 32px; margin-bottom: 8px; }
.footer p, .footer a, .footer span { color: rgba(250,240,219,.55); font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr; gap: 52px; padding: 58px 0; }
.footer-grid h4 { margin-bottom: 18px; font-size: 20px; }
.footer-grid a, .footer-grid span { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; transition: color .2s ease; }
.footer-grid a:hover { color: var(--gold-300); }
.footer-brand { margin-bottom: 16px; }
.socials { display: flex; gap: 10px; margin-top: 22px; }
.socials a, .socials span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; border: 1px solid rgba(184,134,11,.12); background: rgba(255,255,255,.05); color: var(--gold-400); }
.socials a:hover { transform: translateY(-2px); border-color: rgba(212,162,74,.45); background: rgba(212,162,74,.1); }
.social-disabled { opacity: .55; cursor: not-allowed; }
.social-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-icon path { fill: currentColor; stroke: none; }
.legal-page { background: var(--cream-50); color: var(--charcoal-900); }
.legal-content { max-width: 860px; }
.legal-content .brand { color: var(--charcoal-900); margin-bottom: 44px; }
.legal-content h1 { font: 800 clamp(38px, 6vw, 64px) "Playfair Display", serif; color: var(--olive-800); margin-bottom: 24px; }
.legal-content h2 { font: 800 28px "Playfair Display", serif; color: var(--olive-700); margin: 30px 0 10px; }
.legal-content p { color: rgba(20,20,20,.68); line-height: 1.8; margin-bottom: 14px; }
.legal-content a { color: var(--gold-600); font-weight: 700; }
.copyright { border-top: 1px solid rgba(184,134,11,.12); }
.copyright .container { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.copyright a { margin-left: 18px; font-size: 12px; }

.float-button { position: fixed; right: 22px; z-index: 60; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: white; box-shadow: 0 12px 28px rgba(0,0,0,.28); transition: transform .25s ease, opacity .25s ease; }
.float-button:hover { transform: scale(1.08); }
.whatsapp { bottom: 92px; background: var(--olive-600); }
.scroll-top { bottom: 24px; background: linear-gradient(145deg, var(--gold-400), var(--gold-600)); color: var(--charcoal-900); opacity: 0; pointer-events: none; transform: translateY(16px); }
.scroll-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

@keyframes slowZoom { from { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes bounce { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, -10px); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--charcoal-800); }
::-webkit-scrollbar-thumb { background: var(--olive-500); border-radius: 4px; }

@media (max-width: 1024px) {
  .desktop-nav { display: none; }
  .menu-toggle, .mobile-menu { display: grid; }
  .about-grid, .booking-panel.active { grid-template-columns: 1fr; }
  .badge-row { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(100%, 540px); }
  .badge-row span { white-space: normal; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-grid, .card-grid, .garden-features, .footer-grid, .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card.featured-testimonial { transform: none; }
  .rooms-grid { grid-template-columns: 1fr; }
  .room-card.featured { transform: none; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 24px, 1180px); }
  .section { padding: 72px 0; }
  .brand strong { max-width: 250px; font-size: 19px; }
  .hero { min-height: 820px; padding: 88px 0 112px; }
  .badge-row { grid-template-columns: 1fr; gap: 8px; width: min(100%, 230px); }
  .badge-row span { width: 100%; justify-content: flex-start; gap: 8px; padding: 8px 16px; font-size: 11px; white-space: nowrap; }
  .hero-actions .btn { width: min(100%, 310px); }
  .slide-dots { bottom: 92px; }
  .framed-image img { height: 390px; }
  .since-badge { right: 8px; }
  .feature-grid, .card-grid, .rooms-grid, .garden-features, .testimonial-grid, .footer-grid, .gallery-grid, .faq-grid { grid-template-columns: 1fr; }
  .rooms-info-panel { padding: 26px; }
  .room-info-grid { grid-template-columns: 1fr; }
  .rooms-info-panel .btn { width: 100%; }
  .stats-grid { grid-template-columns: 1fr; }
  .garden-showcase { grid-template-columns: 1fr; grid-template-rows: auto; }
  .garden-showcase .large { grid-row: auto; height: 320px; }
  .garden-showcase > img { height: 210px; }
  .cta-inner, .copyright .container { flex-direction: column; text-align: center; }
  .booking-form { padding: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
  .copyright a { margin: 0 8px; }
  .whatsapp { right: 16px; bottom: 18px; width: 48px; height: 48px; }
  .scroll-top { right: 16px; bottom: 78px; width: 48px; height: 48px; }
}
