:root {
  --green: #243d32;
  --green-deep: #172b23;
  --cream: #f3eee3;
  --paper: #faf7f0;
  --clay: #b85f45;
  --ink: #1f2823;
  --line: rgba(31, 40, 35, 0.18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 1rem; top: -4rem; background: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 76px); color: white; border-bottom: 1px solid rgba(255,255,255,.24); }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; font: 500 14px/1 var(--serif); letter-spacing: -.04em; }
.brand-name { font-size: 18px; line-height: 1; letter-spacing: -.02em; }
.brand-name i { font: 500 18px/1 var(--serif); }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); font-size: 13px; }
.site-nav a { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { border: 1px solid rgba(255,255,255,.55); border-radius: 100px; padding: 10px 19px; transition: .2s; }
.nav-cta:hover { color: var(--green); background: white; }
.menu-toggle { display: none; border: 0; background: none; padding: 12px 0; }

.hero { position: relative; min-height: 780px; height: 100svh; color: white; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-image { animation: hero-in 1.6s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(15,29,23,.82) 0%, rgba(15,29,23,.46) 47%, rgba(15,29,23,.08) 80%), linear-gradient(0deg, rgba(15,29,23,.45), transparent 46%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 100%; width: min(730px, 86%); padding: 110px 0 50px clamp(24px, 8vw, 128px); }
.eyebrow { margin: 0 0 22px; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.eyebrow.dark { color: var(--clay); }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero h1 { font-size: clamp(56px, 7vw, 104px); }
h1 em, h2 em { font-weight: 500; }
.hero-copy { max-width: 530px; margin: 31px 0 35px; color: rgba(255,255,255,.82); font-size: clamp(16px, 1.4vw, 19px); }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 100px; font-size: 13px; font-weight: 600; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--green); background: var(--cream); }
.button-light:hover { background: white; }
.text-link { font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.5); padding: 11px 0 7px; }
.text-link span { padding-left: 8px; }
.hero-note { position: absolute; z-index: 2; right: clamp(24px, 5vw, 76px); bottom: 42px; display: flex; gap: 20px; font-size: 10px; letter-spacing: .12em; }
.scroll-cue { position: absolute; z-index: 2; left: clamp(24px, 5vw, 76px); bottom: 40px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue span { display: inline-block; margin-left: 9px; animation: bounce 1.8s infinite; }

.section { position: relative; padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 128px); }
.intro { display: grid; grid-template-columns: .12fr 1.1fr .8fr; gap: clamp(20px, 5vw, 90px); align-items: start; }
.section-number { color: #9f9f94; font: italic 16px var(--serif); }
.intro h2, .pricing h2, .contact h2 { font-size: clamp(47px, 5.3vw, 78px); }
.intro-copy { max-width: 490px; padding-top: 41px; }
.intro-copy > p { margin: 0 0 18px; color: #5e625e; }
.line-link { display: inline-flex; justify-content: space-between; gap: 55px; margin-top: 22px; padding: 10px 0; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }

.gallery { padding-top: 0; display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr auto; gap: 20px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; }
.gallery-main { grid-row: 1 / 3; min-height: 780px; }
.gallery-side { min-height: 380px; }
.gallery img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; inset: auto 20px 18px; display: flex; justify-content: space-between; color: white; font: 500 18px var(--serif); text-shadow: 0 1px 12px rgba(0,0,0,.45); }
.gallery figcaption span { font: 10px var(--sans); letter-spacing: .15em; }
.photo-note { grid-column: 1/-1; margin: 0; color: #777c78; font-size: 10px; letter-spacing: .06em; text-align: right; text-transform: uppercase; }

.amenities { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(55px, 8vw, 135px); color: var(--cream); background: var(--green); }
.services-intro { position: sticky; top: 50px; align-self: start; }
.services-intro h2 { font-size: clamp(45px, 4.6vw, 70px); }
.services-intro > p:last-child { max-width: 410px; color: rgba(255,255,255,.65); margin-top: 30px; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.18); }
.service { position: relative; min-height: 260px; padding: 42px 30px 30px; border-bottom: 1px solid rgba(255,255,255,.18); }
.service:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); padding-left: 0; }
.service > span { position: absolute; right: 20px; top: 20px; color: rgba(255,255,255,.35); font-size: 10px; }
.service svg { width: 45px; height: 45px; fill: none; stroke: var(--cream); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.3px; }
.service h3 { margin: 34px 0 5px; font: 500 24px var(--serif); }
.service p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

.pricing { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: clamp(60px, 10vw, 160px); }
.price-copy > p:not(.eyebrow) { max-width: 550px; margin: 30px 0; color: #5e625e; }
.price-copy ul { display: grid; gap: 10px; padding: 0; margin: 28px 0 20px; list-style: none; }
.price-copy li::before { content: "✓"; margin-right: 12px; color: var(--clay); }
.price-copy small, .location-copy small { color: #7e827f; font-size: 10px; }
.price-card { padding: clamp(35px, 5vw, 65px); color: var(--cream); background: var(--clay); box-shadow: 25px 28px 0 #eaded0; }
.price-card p { margin: 0; }
.price-card h3 { margin: 7px 0 2px; font: 500 clamp(38px, 4.4vw, 62px)/1 var(--serif); }
.price-card h3 strong { font-weight: 500; }
.price-card h3 span { padding-left: 6px; font: 400 12px var(--sans); }
.price-meta { color: rgba(255,255,255,.7); font-size: 12px; }
.price-card hr { height: 1px; margin: 34px 0; border: 0; background: rgba(255,255,255,.3); }
.price-card dl { margin: 0 0 35px; }
.price-card dl div { display: flex; justify-content: space-between; padding: 9px 0; font-size: 13px; }
.price-card dt { color: rgba(255,255,255,.64); }
.price-card dd { margin: 0; font-weight: 600; }
.button-dark { width: 100%; color: var(--cream); background: var(--green); }
.price-disclaimer { margin-top: 16px !important; text-align: center; color: rgba(255,255,255,.63); font-size: 9px; }

.location { display: grid; grid-template-columns: 1.2fr .8fr; padding: 0; background: var(--green-deep); color: var(--cream); }
.location-map { min-height: 670px; filter: saturate(.7) sepia(.12); }
.location-map iframe { width: 100%; height: 100%; border: 0; }
.location-copy { align-self: center; padding: 70px clamp(35px, 7vw, 105px); }
.location-copy h2 { font-size: clamp(43px, 4.6vw, 70px); }
.location-copy > p:not(.eyebrow):not(.address) { color: rgba(255,255,255,.63); }
.address { margin: 28px 0 12px; font: 500 19px var(--serif); }
.travel-times { display: flex; gap: 55px; margin: 35px 0 10px; }
.travel-times div { display: flex; flex-direction: column; }
.travel-times strong { font: 500 34px var(--serif); }
.travel-times span { color: rgba(255,255,255,.5); font-size: 11px; }
.line-link.light { color: var(--cream); margin-top: 35px; }

.contact { text-align: center; }
.contact > p:not(.eyebrow) { color: #666b67; }
.booking-links { width: min(920px, 100%); margin: 65px auto 0; border-top: 1px solid var(--line); }
.booking-links a { display: grid; grid-template-columns: .55fr 1fr auto; align-items: center; text-align: left; padding: 24px 5px; border-bottom: 1px solid var(--line); transition: padding .25s, color .25s; }
.booking-links a:hover { padding-left: 15px; color: var(--clay); }
.booking-links span { font-size: 12px; font-weight: 600; }
.booking-links b { font: 500 20px var(--serif); }
.booking-links i { font-style: normal; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 40px; padding: 48px clamp(24px, 5vw, 76px); background: var(--cream); border-top: 1px solid var(--line); }
.site-footer p { margin: 0; font-size: 12px; }
.site-footer a[data-content] { text-decoration: underline; text-underline-offset: 3px; }
.footer-small { text-align: right; color: #777b78; }

.floating-actions { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: flex; gap: 8px; }
.float-whatsapp, .float-open { display: grid; place-items: center; width: 52px; height: 52px; border: 0; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 8px 26px rgba(10,24,18,.2); font-size: 11px; font-weight: 600; cursor: pointer; }
.float-open { font-size: 24px; transition: transform .25s; }
.floating-actions.is-open .float-open { transform: rotate(45deg); }
.float-menu { position: absolute; right: 0; bottom: 62px; width: 165px; padding: 8px; border-radius: 12px; background: white; box-shadow: 0 14px 40px rgba(10,24,18,.16); opacity: 0; pointer-events: none; transform: translateY(8px); transition: .25s; }
.floating-actions.is-open .float-menu { opacity: 1; pointer-events: auto; transform: none; }
.float-menu a { display: flex; justify-content: space-between; padding: 9px 8px; border-radius: 7px; font-size: 12px; }
.float-menu a:hover { background: var(--cream); }
.toast { position: fixed; z-index: 60; left: 50%; bottom: 28px; max-width: calc(100% - 40px); padding: 12px 20px; border-radius: 8px; color: white; background: #151916; box-shadow: 0 10px 35px rgba(0,0,0,.22); font-size: 12px; transform: translate(-50%, 130px); transition: transform .3s; }
.toast.is-visible { transform: translate(-50%, 0); }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s, transform .7s; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes hero-in { from { opacity: .55; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes bounce { 50% { transform: translateY(5px); } }

@media (max-width: 900px) {
  .site-header { height: 78px; }
  .menu-toggle { position: relative; z-index: 2; display: block; width: 32px; }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 7px 0; background: currentColor; transition: .25s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 24px; color: white; background: var(--green-deep); font: 500 30px var(--serif); opacity: 0; visibility: hidden; transition: .3s; }
  .menu-open .site-nav { opacity: 1; visibility: visible; }
  .nav-cta { margin-top: 10px; font: 600 13px var(--sans); }
  .hero { min-height: 700px; }
  .hero-content { width: 92%; padding-left: 28px; }
  .intro { grid-template-columns: 1fr; }
  .section-number { display: none; }
  .intro-copy { padding-top: 5px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery-main { grid-column: 1/-1; grid-row: auto; min-height: 620px; }
  .gallery-side { min-height: 330px; }
  .amenities, .pricing { grid-template-columns: 1fr; }
  .services-intro { position: static; }
  .price-card { width: min(570px, 100%); }
  .location { grid-template-columns: 1fr; }
  .location-map { min-height: 430px; }
  .location-copy { grid-row: 1; }
}

@media (max-width: 600px) {
  .hero { min-height: 650px; }
  .hero-image { object-position: 58% center; }
  .hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-note { display: none; }
  .scroll-cue { left: auto; right: 24px; }
  .section { padding: 78px 24px; }
  .intro h2, .pricing h2, .contact h2 { font-size: 44px; }
  .gallery { grid-template-columns: 1fr; padding-top: 0; }
  .gallery-main, .gallery-side { grid-column: auto; min-height: 420px; }
  .gallery-main { min-height: 520px; }
  .gallery-breakfast img { object-position: 58% center; }
  .photo-note { grid-column: auto; text-align: left; }
  .amenities { gap: 50px; }
  .services-grid { grid-template-columns: 1fr; }
  .service, .service:nth-child(odd) { min-height: 210px; padding: 34px 10px 25px 0; border-right: 0; }
  .price-card { box-shadow: 12px 14px 0 #eaded0; }
  .travel-times { gap: 32px; }
  .booking-links a { grid-template-columns: 1fr auto; gap: 2px 10px; }
  .booking-links a b { grid-row: 2; font-size: 18px; }
  .booking-links a i { grid-row: 1/3; grid-column: 2; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-small { text-align: left; }
  .float-whatsapp { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
