@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #17130f;
  --black: #080706;
  --charcoal: #12100d;
  --gold: #d3aa56;
  --gold-deep: #a97b2d;
  --ivory: #f7f2e9;
  --paper: #fffdf9;
  --muted: #746b5f;
  --line: rgba(79, 57, 26, .13);
  --shadow: 0 26px 70px rgba(31, 23, 13, .15);
  --soft-shadow: 0 14px 40px rgba(31, 23, 13, .09);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; font-family: Inter, "Segoe UI", sans-serif; color: var(--ink); background: var(--ivory); }
body::selection { background: var(--gold); color: var(--black); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }

.topbar { position: absolute; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(211,170,86,.38); background: rgba(8,7,6,.9); backdrop-filter: blur(18px); }
.nav { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; min-width: 260px; gap: 14px; color: white; }
.brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; border: 1px solid rgba(211,170,86,.5); box-shadow: 0 0 0 6px rgba(211,170,86,.06); }
.brand-title { color: #efd598; font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; font-weight: 700; line-height: .9; letter-spacing: 2.7px; }
.brand-sub { margin-top: 7px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 2.1px; }
.links { display: flex; align-items: center; justify-content: flex-end; gap: 25px; color: rgba(255,255,255,.9); font-size: 13px; font-weight: 700; }
.links > a:not(.btn) { position: relative; padding: 31px 0; }
.links > a:not(.btn)::after { content: ""; position: absolute; inset: auto 50% 22px; width: 0; height: 1px; background: var(--gold); transition: .25s; }
.links > a:not(.btn):hover { color: #f3dca6; }
.links > a:not(.btn):hover::after { inset-inline-start: 0; width: 100%; }

.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 13px 24px; border: 1px solid var(--gold); border-radius: 999px; color: #151008; background: linear-gradient(135deg,#e1bd70,#c6943e); box-shadow: 0 12px 30px rgba(169,123,45,.25); font: 800 13px Inter, sans-serif; cursor: pointer; transition: transform .2s, box-shadow .2s, filter .2s; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 18px 38px rgba(169,123,45,.34); }
.btn.dark { border-color: var(--black); color: white; background: var(--black); }
.btn.ghost { color: white; border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.06); box-shadow: none; backdrop-filter: blur(8px); }
.nav-btn { min-height: 42px; padding: 10px 22px; }

.hero { position: relative; display: flex; min-height: 100svh; align-items: center; overflow: hidden; color: white; background: url("../gallery/photo_1.jpg") center 54%/cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,4,3,.88) 0%,rgba(5,4,3,.58) 48%,rgba(5,4,3,.14) 100%), linear-gradient(0deg,rgba(5,4,3,.38),transparent 55%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(transparent,var(--ivory)); }
.hero-content { position: relative; z-index: 2; padding-top: 125px; padding-bottom: 86px; }
.hero-copy { max-width: 790px; }
.eyebrow { color: var(--gold); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; }
.hero h1 { max-width: 860px; margin: 18px 0 22px; font: 600 clamp(52px,6.7vw,88px)/.94 "Cormorant Garamond",Georgia,serif; letter-spacing: -2px; text-wrap: balance; text-shadow: 0 8px 35px rgba(0,0,0,.24); }
.hero p { max-width: 690px; margin: 0; color: rgba(255,255,255,.84); font-size: clamp(16px,1.7vw,19px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 29px; }
.hero-card { display: grid; max-width: 780px; margin-top: 40px; padding: 14px; grid-template-columns: repeat(4,1fr); gap: 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 24px; background: rgba(255,250,241,.11); box-shadow: 0 25px 70px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.hero-card > div { min-height: 86px; padding: 16px 14px; border-radius: 16px; background: rgba(255,255,255,.92); color: var(--ink); }
.hero-card b { display: block; margin-bottom: 8px; color: var(--gold-deep); font: 800 22px/1 Inter,"Segoe UI",sans-serif; letter-spacing: -.35px; }
.hero-card span { color: #5f5548; font-size: 11px; font-weight: 700; }

.section { position: relative; padding: 105px 0; }
.section-title { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-title .eyebrow { display: block; margin-bottom: 11px; }
.section-title h2 { margin: 0 0 14px; font: 600 clamp(39px,5vw,59px)/1.02 "Cormorant Garamond",Georgia,serif; letter-spacing: -.7px; text-wrap: balance; }
.section-title p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.grid-2 { display: grid; grid-template-columns: .96fr 1.04fr; gap: clamp(45px,7vw,85px); align-items: center; }
.panel { position: relative; padding: 0; border: 0; background: transparent; box-shadow: none; }
.panel h3 { margin: 12px 0 22px; font: 600 clamp(38px,4.5vw,58px)/1.02 "Cormorant Garamond",Georgia,serif; text-wrap: balance; }
.panel p,.panel li { color: var(--muted); font-size: 15px; line-height: 1.85; }
.panel .btn { margin-top: 12px; }
.image-mosaic,.image-stack { display: grid; grid-template-columns: 1.65fr .9fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.image-mosaic img,.image-stack img { width: 100%; height: 230px; object-fit: cover; border-radius: 22px; box-shadow: var(--soft-shadow); }
.image-mosaic img:first-child,.image-stack img:first-child { grid-row: 1/3; height: 474px; }

#about::before { content: ""; position: absolute; top: 30%; left: -120px; width: 300px; height: 300px; border-radius: 50%; background: rgba(211,170,86,.11); filter: blur(8px); }
.highlights { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.highlight { padding: 28px 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,253,249,.8); box-shadow: var(--soft-shadow); transition: transform .25s,border-color .25s; }
.highlight:hover { transform: translateY(-7px); border-color: rgba(211,170,86,.55); }
.highlight .icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 15px; background: #f2e5cc; font-size: 24px; }
.highlight h4 { margin: 19px 0 9px; font: 700 22px "Cormorant Garamond",Georgia,serif; }
.highlight p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.dark-section { overflow: hidden; color: white; background: radial-gradient(circle at 80% 15%,rgba(211,170,86,.14),transparent 28%),var(--black); }
.dark-section .section-title h2 { color: white; }
.dark-section .section-title p { color: rgba(255,255,255,.6); }
.rates { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.rate-card { padding: 30px; overflow: hidden; border: 1px solid rgba(211,170,86,.28); border-radius: 25px; background: linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035)); box-shadow: 0 25px 60px rgba(0,0,0,.28); }
.rate-card h3 { margin: 0 0 22px; color: #f0d18c; font: 600 34px "Cormorant Garamond",Georgia,serif; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th,td { padding: 14px 12px; border-bottom: 1px solid rgba(211,170,86,.16); text-align: left; white-space: nowrap; }
th { color: var(--gold); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
td { color: rgba(255,255,255,.82); font-size: 13px; }
.rate-card > p { margin: 18px 0 0; color: rgba(255,255,255,.5); font-size: 12px; }

#gallery { background: var(--paper); }
.gallery { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 220px; gap: 13px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; box-shadow: 0 10px 24px rgba(30,22,12,.08); transition: transform .35s,filter .35s,box-shadow .35s; }
.gallery img:nth-child(1),.gallery img:nth-child(8) { grid-column: span 2; }
.gallery img:nth-child(5),.gallery img:nth-child(12) { grid-row: span 2; }
.gallery img:hover { z-index: 2; transform: scale(1.025); filter: saturate(1.08); box-shadow: var(--shadow); }

#booking { background: linear-gradient(135deg,#eee3d2 0%,#fbf7f0 45%,#f0e4d0 100%); }
.booking-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 36px; align-items: start; }
.quote { position: sticky; top: 110px; padding: 40px; overflow: hidden; border-radius: var(--radius); color: white; background: linear-gradient(155deg,#0a0907,#2b2011); box-shadow: var(--shadow); }
.quote::after { content: "MB"; position: absolute; right: -16px; bottom: -45px; color: rgba(211,170,86,.08); font: 700 150px "Cormorant Garamond",serif; }
.quote h3 { margin: 12px 0 18px; font: 600 45px/1 "Cormorant Garamond",Georgia,serif; }
.quote p { position: relative; z-index: 1; color: rgba(255,255,255,.7); line-height: 1.8; }
.booking-card { padding: clamp(25px,4vw,42px); border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius); background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.booking-card h3 { margin: 10px 0 25px; font: 600 38px "Cormorant Garamond",Georgia,serif; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-full { grid-column: 1/-1; }
label { display: block; margin: 0 0 7px; color: #42382c; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .65px; }
input,select,textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #dfd3c2; border-radius: 13px; outline: none; color: var(--ink); background: #fffdf9; font: 500 14px Inter,sans-serif; transition: border-color .2s,box-shadow .2s; }
textarea { min-height: 110px; resize: vertical; }
input:focus,select:focus,textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(211,170,86,.13); }
.total-box { padding: 20px 22px; border: 1px solid rgba(211,170,86,.35); border-radius: 17px; background: #fbf3e4; }
.total-box span { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.total-box strong { color: var(--gold-deep); font: 700 34px "Cormorant Garamond",Georgia,serif; }
.total-box p,.total-box small { color: var(--muted); font-size: 11px; line-height: 1.6; }
.booking-card button.btn { width: 100%; min-height: 56px; }

.reviews-section { background: var(--paper); }
.reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.review { position: relative; padding: 29px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--soft-shadow); }
.review::before { content: "“"; position: absolute; right: 20px; top: 5px; color: rgba(211,170,86,.22); font: 700 78px Georgia,serif; }
.stars { color: #d6a43f; letter-spacing: 3px; }
.review p { position: relative; color: #665d52; font: 500 14px/1.8 Inter,sans-serif; }
.review > div:last-child { color: var(--gold-deep); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.center-actions { margin-top: 30px; text-align: center; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-card,.map-box { min-height: 100%; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--soft-shadow); }
.contact-card h3,.map-box h3 { margin: 0 0 22px; font: 600 36px "Cormorant Garamond",Georgia,serif; }
.contact-item { margin: 12px 0; padding: 13px 15px; border-radius: 13px; color: #5d5449; background: #f5eee3; font-size: 13px; }
.contact-card .btn,.map-box .btn { margin: 10px 8px 0 0; }

footer { padding: 34px 0; color: rgba(255,255,255,.7); background: var(--black); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 12px; }
.footer-inner b { display: block; margin-bottom: 5px; color: var(--gold); font: 700 21px "Cormorant Garamond",Georgia,serif; letter-spacing: 2px; }
.floating-wa { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; align-items: center; gap: 8px; padding: 14px 20px; border-radius: 999px; color: white; background: #1eaa59; box-shadow: 0 16px 35px rgba(14,112,53,.32); font-size: 13px; font-weight: 800; transition: transform .2s; }
.floating-wa:hover { transform: translateY(-3px); }

@media (max-width: 1050px) {
  .links { gap: 15px; }
  .links a:nth-child(4),.links a:nth-child(5) { display: none; }
  .hero h1 { max-width: 760px; }
  .highlights { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .wrap { width: min(100% - 30px,680px); }
  .nav { height: 74px; }
  .brand { min-width: 0; }
  .brand img { width: 48px; height: 48px; }
  .brand-title { font-size: 20px; }
  .links { display: none; }
  .hero { min-height: auto; background-position: 57% center; }
  .hero-content { padding-top: 145px; padding-bottom: 85px; }
  .hero-copy { max-width: 610px; }
  .hero h1 { font-size: clamp(52px,11vw,78px); }
  .hero-card { grid-template-columns: repeat(2,1fr); max-width: 560px; }
  .section { padding: 82px 0; }
  .grid-2,.rates,.booking-shell,.contact-grid { grid-template-columns: 1fr; }
  .image-mosaic,.image-stack { order: 2; }
  .gallery { grid-template-columns: repeat(3,1fr); grid-auto-rows: 190px; }
  .gallery img:nth-child(1),.gallery img:nth-child(8) { grid-column: span 1; }
  .gallery img:nth-child(5),.gallery img:nth-child(12) { grid-row: span 1; }
  .quote { position: relative; top: auto; }
  .reviews { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .wrap { width: calc(100% - 28px); }
  .brand-title { font-size: 18px; letter-spacing: 1.7px; }
  .brand-sub { font-size: 8px; }
  .hero { background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg,rgba(5,4,3,.91),rgba(5,4,3,.5)); }
  .hero-content { padding-top: 124px; }
  .hero h1 { margin-top: 15px; font-size: 49px; letter-spacing: -1px; }
  .hero p { font-size: 14px; line-height: 1.65; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-card { gap: 7px; padding: 8px; border-radius: 20px; }
  .hero-card > div { min-height: 78px; padding: 13px 11px; }
  .hero-card b { font-size: 24px; }
  .section { padding: 70px 0; }
  .section-title { margin-bottom: 34px; }
  .panel h3 { font-size: 41px; }
  .image-mosaic,.image-stack { grid-template-columns: 1.35fr .9fr; gap: 8px; }
  .image-mosaic img,.image-stack img { height: 160px; border-radius: 15px; }
  .image-mosaic img:first-child,.image-stack img:first-child { height: 328px; }
  .highlights { grid-template-columns: 1fr; }
  .rate-card { padding: 22px 17px; }
  th,td { padding: 12px 9px; font-size: 11px; }
  .gallery { grid-template-columns: repeat(2,1fr); grid-auto-rows: 165px; gap: 8px; }
  .gallery img { border-radius: 13px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .booking-card,.quote,.contact-card,.map-box { padding: 25px 20px; border-radius: 22px; }
  .quote h3,.booking-card h3 { font-size: 36px; }
  .footer-inner { display: block; text-align: center; }
  .footer-inner > * + * { margin-top: 14px; }
  .floating-wa { right: 14px; bottom: 14px; padding: 13px 17px; }
}
