﻿:root {
  --ivory: #FAF8F3;
  --sandstone: #CBA27C;
  --terracotta: #A65D43;
  --bronze: #B8894C;
  --walnut: #3D291F;
  --olive: #59644B;
  --charcoal: #252525;
  --white: #FFFFFF;
  --mist: #EEE8DD;
  --shadow: 0 24px 70px rgba(37, 37, 37, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Poppins", Arial, sans-serif;
  --container: min(1180px, calc(100vw - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--charcoal);
  background: var(--ivory);
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--walnut); color: var(--white); padding: 10px 14px; }
.skip-link:focus { top: 16px; }
.container { width: var(--container); margin: 0 auto; }
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  transition: background .35s ease, box-shadow .35s ease, transform .35s ease;
  color: var(--white);
}
.site-header.scrolled, .site-header.solid { background: rgba(61, 41, 31, .96); box-shadow: 0 14px 40px rgba(0,0,0,.18); }
.nav { width: var(--container); height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 28px; font-weight: 700; letter-spacing: .6px; }
.brand-mark { width: 34px; height: 34px; border: 1px solid rgba(250,248,243,.7); display: grid; place-items: center; color: var(--sandstone); font-size: 18px; }
.nav-links { display: flex; align-items: center; gap: 21px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a { opacity: .9; }
.nav-links a:hover, .nav-links a.active { color: var(--sandstone); opacity: 1; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(250,248,243,.45); background: transparent; color: var(--white); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 24px; border: 1px solid var(--bronze); background: var(--bronze); color: var(--white); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 600; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease; }
.btn:hover { transform: translateY(-2px); background: var(--walnut); border-color: var(--walnut); }
.btn.ghost { background: transparent; color: var(--white); border-color: rgba(250,248,243,.65); }
.btn.ghost:hover { background: var(--white); color: var(--walnut); }
.btn.dark { background: var(--walnut); border-color: var(--walnut); }
.hero { min-height: 100vh; position: relative; overflow: hidden; color: var(--white); background: var(--walnut); }
.hero-page { min-height: 74vh; display: grid; align-items: end; padding: 150px 0 80px; background-size: cover; background-position: center; position: relative; color: var(--white); }
.hero::after, .hero-page::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(37,37,37,.64), rgba(37,37,37,.2) 55%, rgba(37,37,37,.45)); pointer-events: none; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); }
.hero-slide.active img { animation: kenburns 10s ease forwards; }
.hero-content, .hero-page .container { position: relative; z-index: 2; }
.hero-content { width: var(--container); min-height: 100vh; margin: 0 auto; display: grid; align-content: center; padding: 120px 0 80px; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--sandstone); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 600; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.02; font-weight: 600; margin: 0; color: inherit; }
h1 { max-width: 880px; font-size: clamp(3rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.35rem, 4.2vw, 5rem); }
h3 { font-size: clamp(1.55rem, 2.4vw, 2.45rem); }
p { margin: 0 0 1.1rem; }
.hero-copy { max-width: 620px; margin: 22px 0 34px; font-size: 18px; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-controls { position: absolute; z-index: 4; right: max(20px, calc((100vw - 1180px)/2)); bottom: 38px; display: flex; gap: 10px; }
.hero-dot { width: 42px; height: 3px; border: 0; background: rgba(250,248,243,.42); cursor: pointer; }
.hero-dot.active { background: var(--sandstone); }
.scroll-indicator { position: absolute; left: 50%; bottom: 28px; z-index: 4; transform: translateX(-50%); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.78); }
.section { padding: 110px 0; }
.section.alt { background: var(--mist); }
.section.dark { background: var(--walnut); color: var(--ivory); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 72px; align-items: center; }
.split.reverse { grid-template-columns: minmax(320px, .85fr) minmax(0, 1fr); }
.prose { max-width: 650px; }
.prose .lead { font-size: 20px; color: var(--walnut); }
.dark .prose .lead { color: var(--sandstone); }
.media-frame { position: relative; min-height: 520px; overflow: hidden; box-shadow: var(--shadow); background: var(--sandstone); }
.media-frame img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.drop-title { font-family: var(--serif); font-size: clamp(3rem, 8vw, 8.7rem); line-height: .88; color: var(--terracotta); }
.rule-list { display: grid; gap: 24px; margin-top: 32px; }
.rule-item { border-top: 1px solid rgba(61,41,31,.2); padding-top: 20px; }
.parallax-band { min-height: 610px; display: grid; place-items: end start; color: var(--white); background: linear-gradient(rgba(0,0,0,.12), rgba(0,0,0,.48)), url('../images/courtyard/courtyard-1.jpg') center/cover fixed; }
.parallax-band .content { width: min(640px, calc(100vw - 40px)); margin: 0 auto 80px max(20px, calc((100vw - 1180px)/2)); }
.feature-grid, .cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature { border-top: 1px solid rgba(61,41,31,.18); padding: 18px 0; color: var(--walnut); font-weight: 600; }
.card { background: var(--white); padding: 28px; box-shadow: 0 12px 35px rgba(37,37,37,.07); min-height: 180px; border-radius: 4px; }
.card .number { color: var(--bronze); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.card p { color: #5a514c; font-size: 14px; }
.gallery-grid { columns: 3 280px; column-gap: 18px; }
.gallery-item { display: block; break-inside: avoid; margin: 0 0 18px; position: relative; overflow: hidden; background: var(--walnut); cursor: zoom-in; }
.gallery-item img { width: 100%; transition: transform .5s ease, opacity .5s ease; }
.gallery-item:hover img { transform: scale(1.04); opacity: .82; }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 18px; color: var(--white); background: linear-gradient(transparent, rgba(0,0,0,.62)); font-size: 13px; }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote { padding: 34px; background: rgba(255,255,255,.08); border: 1px solid rgba(250,248,243,.12); }
.quote p { font-family: var(--serif); font-size: 25px; line-height: 1.3; }
.cta { text-align: center; padding: 100px 20px; background: var(--charcoal); color: var(--ivory); }
.cta p { max-width: 680px; margin: 20px auto 30px; color: rgba(250,248,243,.78); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: start; }
.contact-panel { background: var(--walnut); color: var(--ivory); padding: 42px; }
.contact-panel a { color: var(--sandstone); }
.form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; color: var(--walnut); font-size: 13px; font-weight: 600; letter-spacing: .04em; }
input, textarea, select { width: 100%; border: 1px solid rgba(61,41,31,.22); background: var(--white); color: var(--charcoal); padding: 14px 15px; border-radius: 0; }
textarea { min-height: 140px; resize: vertical; }
.map { width: 100%; min-height: 360px; border: 0; filter: saturate(.8); }
.page-intro { max-width: 760px; }
.collection-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.collection-card { display: grid; grid-template-columns: 190px 1fr; gap: 24px; align-items: center; border-top: 1px solid rgba(61,41,31,.18); padding-top: 26px; }
.collection-card img { width: 190px; height: 145px; object-fit: cover; }
.room-grid { display: grid; gap: 34px; }
.room-card { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; background: var(--white); }
.room-card img { width: 100%; height: 430px; object-fit: cover; }
.room-card div { padding: 34px; }
.site-footer { background: #211912; color: rgba(250,248,243,.76); padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 36px; }
.footer-grid h3, .footer-grid h4 { color: var(--ivory); margin: 0 0 16px; font-family: var(--serif); }
.footer-grid a { display: block; margin: 7px 0; }
.footer-bottom { border-top: 1px solid rgba(250,248,243,.12); margin-top: 44px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }
.lightbox { position: fixed; inset: 0; z-index: 500; background: rgba(20,14,10,.92); display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 82vh; object-fit: contain; box-shadow: 0 25px 90px rgba(0,0,0,.45); }
.lightbox button { position: absolute; right: 24px; top: 24px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); background: transparent; color: var(--white); font-size: 28px; cursor: pointer; }
.booking-summary { background: var(--mist); padding: 28px; border-left: 4px solid var(--terracotta); }
.wp-btn{background-color: rgb(86, 170, 3); color: #FFFFFF !important;}
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,.3);
    z-index: 9999;
    transition: all .3s ease;
}

.whatsapp-float img {
    width: 32px;
    height: 32px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}
.reviews-slider{
    display:flex;
    gap:30px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding:20px 0 10px;
    scroll-snap-type:x mandatory;
}

.reviews-slider::-webkit-scrollbar{
    height:6px;
}

.reviews-slider::-webkit-scrollbar-track{
    background:rgba(255,255,255,.08);
    border-radius:20px;
}

.reviews-slider::-webkit-scrollbar-thumb{
    background:#b48a64;
    border-radius:20px;
}

.review-card{
    flex:0 0 420px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(250,248,243,.12);
    border-radius:18px;
    padding:30px;
    scroll-snap-align:start;
    transition:.35s;
}

.review-card:hover{
    transform:translateY(-8px);
    border-color:#b48a64;
}

.review-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.review-user{
    display:flex;
    align-items:center;
    gap:15px;
}

.avatar{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#b48a64;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    font-weight:600;
    font-family:var(--serif);
}

.review-user h4{
    margin:0;
    color:var(--ivory);
    font-size:20px;
    font-weight:500;
}

.review-user span{
    color:rgba(250,248,243,.65);
    font-size:14px;
}

.stars{
    color:#D9B15F;
    font-size:18px;
    letter-spacing:2px;
}

.review-text{
    font-size:18px;
    line-height:1.8;
    color:rgba(250,248,243,.88);
    margin-bottom:30px;
}

.review-footer{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.review-footer span{
    border:1px solid rgba(250,248,243,.12);
    background:rgba(255,255,255,.05);
    color:rgba(250,248,243,.75);
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
}

@media(max-width:768px){

.review-card{
    flex:0 0 85%;
    padding:24px;
}

.review-text{
    font-size:16px;
}

.review-user h4{
    font-size:18px;
}

}