:root {
  --black: #141016;
  --black-soft: #211a24;
  --purple: #7b2cbf;
  --purple-deep: #4c1675;
  --green: #2f9e67;
  --green-dark: #177149;
  --yellow: #ffd84d;
  --pink: #ff5fa2;
  --cream: #fffaf1;
  --white: #ffffff;
  --muted: #6f6672;
  --line: #e8dfe9;
  --shadow: 0 18px 50px rgba(33, 14, 39, .13);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 16px; color: white; background: var(--black); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(20, 16, 22, .74);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(15px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(20, 16, 22, .96); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); line-height: 1.05; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px 14px 14px 4px; background: linear-gradient(145deg, var(--pink), var(--purple)); color: var(--white); font-weight: 900; box-shadow: 5px 5px 0 var(--yellow); }
.brand strong { display: block; font-size: 1.05rem; letter-spacing: .01em; }
.brand small { display: block; margin-top: 5px; color: rgba(255,255,255,.67); text-transform: uppercase; letter-spacing: .2em; font-size: .63rem; }
.site-nav { display: flex; align-items: center; gap: 26px; color: rgba(255,255,255,.83); font-size: .91rem; font-weight: 650; }
.site-nav a { transition: color .2s ease, transform .2s ease; }
.site-nav a:hover { color: var(--yellow); transform: translateY(-1px); }
.nav-cta { padding: 11px 18px; border-radius: 999px; color: var(--black) !important; background: var(--yellow); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: white; transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative;
  min-height: 790px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--black) url("https://images.unsplash.com/photo-1680210851458-b7dc5685e06e?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000") center/cover no-repeat;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,16,22,.97) 0%, rgba(50,19,62,.86) 43%, rgba(20,16,22,.32) 100%), linear-gradient(0deg, rgba(20,16,22,.55), transparent 60%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 130px; background: linear-gradient(transparent, var(--cream)); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .72; }
.orb-one { width: 320px; height: 320px; right: -130px; top: 170px; background: rgba(255,95,162,.32); border: 2px solid rgba(255,216,77,.35); }
.orb-two { width: 160px; height: 160px; right: 16%; bottom: 80px; background: rgba(47,158,103,.26); }
.hero-content { position: relative; z-index: 2; padding-top: 110px; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--green); text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 850; }
.hero .eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--yellow); }
.hero .eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--pink); }
.hero h1 { max-width: 800px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 8vw, 7.7rem); line-height: .9; letter-spacing: -.055em; }
.hero h1 span { color: var(--yellow); }
.hero-copy { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.84); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; padding: 13px 24px; border: 0; border-radius: 999px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--green), var(--green-dark)); box-shadow: 0 12px 26px rgba(47,158,103,.3); }
.button-primary:hover { box-shadow: 0 16px 30px rgba(47,158,103,.4); }
.button-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button-dark { color: white; background: var(--black); }
.quick-facts { display: flex; gap: 0; width: fit-content; margin: 54px 0 0; padding: 0; list-style: none; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(20,16,22,.35); backdrop-filter: blur(12px); overflow: hidden; }
.quick-facts li { min-width: 150px; padding: 18px 22px; border-right: 1px solid rgba(255,255,255,.14); }
.quick-facts li:last-child { border-right: 0; }
.quick-facts strong, .quick-facts span { display: block; }
.quick-facts strong { color: var(--pink); font-size: 1.1rem; }
.quick-facts span { color: rgba(255,255,255,.67); font-size: .78rem; }

.split-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: .98; letter-spacing: -.045em; }
.welcome h2 { max-width: 480px; }
.welcome-copy { padding-left: 40px; border-left: 5px solid var(--yellow); font-size: 1.08rem; color: var(--muted); }
.welcome-copy p:first-child { margin-top: 0; }
.welcome-copy p:last-child { margin-bottom: 0; }

.rooms { background: var(--white); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.section-heading > p { max-width: 410px; margin: 0; color: var(--muted); }
.section-heading.centered { display: block; max-width: 720px; margin-inline: auto; text-align: center; }
.room-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.room-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 8px 26px rgba(43,25,47,.06); transition: transform .25s ease, box-shadow .25s ease; }
.room-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.room-image-wrap { position: relative; height: 300px; overflow: hidden; background: #ddd; }
.room-image-wrap img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.room-card:hover .room-image-wrap img { transform: scale(1.04); }
.room-badge { position: absolute; top: 18px; left: 18px; padding: 8px 12px; border-radius: 999px; color: var(--black); font-size: .72rem; font-weight: 850; box-shadow: 0 8px 20px rgba(0,0,0,.13); }
.badge-yellow { background: var(--yellow); }
.badge-pink { color: white; background: var(--pink); }
.badge-green { color: white; background: var(--green); }
.badge-purple { color: white; background: var(--purple); }
.room-body { padding: 28px; }
.room-title-row { display: flex; justify-content: space-between; gap: 18px; align-items: start; }
.room-title-row h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; line-height: 1.15; }
.room-title-row p { margin: 4px 0 0; color: var(--muted); font-size: .85rem; }
.price { flex: 0 0 auto; text-align: right; }
.price span { display: block; color: var(--purple); font-size: 1.35rem; font-weight: 900; line-height: 1; }
.feature-list { display: grid; gap: 8px; margin: 22px 0; padding: 0; list-style: none; color: #4f4751; font-size: .92rem; }
.feature-list li { position: relative; padding-left: 22px; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.text-link { padding: 0; border: 0; color: var(--purple); background: transparent; font-weight: 850; cursor: pointer; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.featured-room { border-color: rgba(123,44,191,.35); box-shadow: 0 16px 42px rgba(123,44,191,.12); }

.amenities { position: relative; overflow: hidden; background: var(--black); color: white; }
.amenities::before { content: ""; position: absolute; width: 430px; height: 430px; left: -220px; top: -200px; border-radius: 50%; background: var(--purple); opacity: .2; }
.amenities .section-kicker { color: var(--yellow); }
.amenity-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.amenity-grid article { min-height: 210px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); background: rgba(255,255,255,.045); transition: transform .2s ease, border-color .2s ease; }
.amenity-grid article:hover { transform: translateY(-4px); border-color: var(--pink); }
.amenity-grid article > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--black); background: var(--yellow); font-weight: 900; }
.amenity-grid article:nth-child(2) > span, .amenity-grid article:nth-child(5) > span { color: white; background: var(--purple); }
.amenity-grid article:nth-child(3) > span, .amenity-grid article:nth-child(6) > span { color: white; background: var(--green); }
.amenity-grid h3 { margin: 20px 0 8px; font-size: 1.1rem; }
.amenity-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }

.booking { background: linear-gradient(135deg, #f4eafb, #fff8dc 50%, #eaf8f0); }
.booking-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.booking-intro { position: sticky; top: 120px; }
.booking-intro > p:not(.section-kicker) { max-width: 480px; color: var(--muted); }
.deposit-callout { display: flex; gap: 18px; align-items: center; margin-top: 30px; padding: 22px; border: 1px solid rgba(123,44,191,.18); border-radius: var(--radius-md); background: rgba(255,255,255,.72); }
.deposit-callout > span { width: 70px; height: 70px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--purple); font-size: 1.3rem; font-weight: 900; box-shadow: 6px 6px 0 var(--pink); }
.deposit-callout p { margin: 2px 0 0; color: var(--muted); font-size: .86rem; }
.booking-form { padding: 34px; border: 1px solid rgba(123,44,191,.16); border-radius: var(--radius-lg); background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.booking-form label { display: grid; gap: 8px; color: #4c414e; font-size: .82rem; font-weight: 800; }
.booking-form input, .booking-form select { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--black); border: 1px solid #dcd1de; border-radius: 12px; outline: none; background: white; transition: border-color .2s ease, box-shadow .2s ease; }
.booking-form input:focus, .booking-form select:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(123,44,191,.1); }
.checkbox-row { display: flex !important; grid-template-columns: auto 1fr; align-items: center; gap: 10px !important; margin: 20px 0; cursor: pointer; }
.checkbox-row input { width: 20px; min-height: 20px; accent-color: var(--green); }
.estimate { padding: 20px; border-radius: 16px; color: white; background: var(--black); }
.estimate > div { display: flex; justify-content: space-between; gap: 20px; }
.estimate > div + div { margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.12); }
.estimate span { color: rgba(255,255,255,.68); }
.estimate strong { color: var(--yellow); font-size: 1.05rem; }
.estimate .deposit-line strong { color: var(--pink); }
.estimate small { display: block; margin-top: 12px; color: rgba(255,255,255,.5); }
.form-submit { width: 100%; margin-top: 20px; }
.form-disclaimer { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .72rem; }

.policies { background: var(--white); }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.policy-card { position: relative; padding: 32px; border-radius: var(--radius-lg); overflow: hidden; }
.policy-card h3 { position: relative; margin: 8px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; }
.policy-card ul { position: relative; display: grid; gap: 12px; margin: 0; padding-left: 20px; }
.policy-card li { padding-left: 4px; }
.policy-number { position: absolute; right: 18px; top: -18px; font-family: Georgia, serif; font-size: 8rem; font-weight: 900; opacity: .08; line-height: 1; }
.policy-booking { background: #f1e3fb; border: 1px solid #e0c5f3; }
.policy-refund { background: #e6f6ed; border: 1px solid #c2e7d2; }
.policy-house { background: #fff4c6; border: 1px solid #f4df82; }

.contact { color: white; background: linear-gradient(135deg, var(--purple-deep), var(--black) 62%); }
.contact .section-kicker { color: var(--yellow); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.contact-copy > p:not(.section-kicker) { max-width: 550px; color: rgba(255,255,255,.66); }
.contact-list { display: grid; gap: 12px; margin-top: 32px; }
.contact-list a { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); transition: color .2s ease, padding .2s ease; }
.contact-list a:hover { padding-left: 8px; color: var(--yellow); }
.contact-list span { color: rgba(255,255,255,.5); font-size: .82rem; }
.location-card { overflow: hidden; border-radius: var(--radius-lg); color: var(--black); background: var(--cream); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.map-pattern { min-height: 220px; display: grid; place-items: center; background-color: var(--pink); background-image: radial-gradient(circle at 15% 20%, rgba(255,255,255,.25) 0 3px, transparent 4px), linear-gradient(35deg, transparent 45%, rgba(255,255,255,.18) 46% 50%, transparent 51%), linear-gradient(145deg, transparent 45%, rgba(20,16,22,.12) 46% 50%, transparent 51%); background-size: 48px 48px, 85px 85px, 85px 85px; }
.map-pattern span { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50% 50% 50% 8px; color: white; background: var(--purple); font-size: 2rem; transform: rotate(-8deg); box-shadow: 8px 8px 0 var(--yellow); }
.location-content { padding: 30px; }
.mini-label { margin: 0 0 8px; color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 900; }
.location-content h3 { margin: 0; font-family: Georgia, serif; font-size: 1.8rem; line-height: 1.2; }
.location-content > p:not(.mini-label) { color: var(--muted); }

.site-footer { padding: 58px 0 24px; color: rgba(255,255,255,.7); background: #0d0a0e; }
.footer-grid { display: grid; grid-template-columns: 1fr .7fr 1.2fr; gap: 50px; }
.footer-brand { margin-bottom: 18px; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links a:hover { color: var(--yellow); }
.footer-note { max-width: 420px; }
.footer-note p { margin-top: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; display: grid; place-items: center; border: 3px solid white; border-radius: 50%; color: white; background: var(--green); font-size: .78rem; font-weight: 900; box-shadow: 0 12px 30px rgba(0,0,0,.25); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: scale(1.08) rotate(-4deg); }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 78px 0 auto; display: grid; gap: 0; padding: 18px 20px 28px; background: var(--black); border-top: 1px solid rgba(255,255,255,.1); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  .site-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .site-nav a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-nav .nav-cta { margin-top: 14px; text-align: center; border-bottom: 0; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(20,16,22,.96), rgba(50,19,62,.72)), linear-gradient(0deg, rgba(20,16,22,.5), transparent); }
  .split-grid, .booking-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .welcome-copy { padding-left: 28px; }
  .booking-intro { position: static; }
  .amenity-grid, .policy-grid { grid-template-columns: repeat(2, 1fr); }
  .policy-card:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 74px 0; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 100px; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 5.4rem); }
  .hero-copy { font-size: 1rem; }
  .quick-facts { width: 100%; }
  .quick-facts li { min-width: 0; flex: 1; padding: 15px 12px; }
  .quick-facts span { font-size: .67rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .room-grid, .amenity-grid, .policy-grid { grid-template-columns: 1fr; }
  .policy-card:last-child { grid-column: auto; }
  .room-image-wrap { height: 250px; }
  .room-title-row { display: block; }
  .price { margin-top: 16px !important; text-align: left; }
  .price span { display: inline; margin-right: 3px; }
  .form-grid { grid-template-columns: 1fr; }
  .booking-form { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-note { grid-column: auto; }
  .footer-bottom { display: block; }
}

@media (max-width: 460px) {
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .quick-facts li { border-right: 1px solid rgba(255,255,255,.14); }
  .brand strong { font-size: .95rem; }
  .brand small { font-size: .56rem; }
  .brand-mark { width: 40px; height: 40px; }
  .contact-list a { display: grid; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
