:root {
    --green: #47765b;
    --green-dark: #28523d;
    --cream: #f7f5ef;
    --ink: #24342d;
    --muted: #64736b;
    --line: #dce4dc;
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(35, 67, 51, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: 'DM Sans', sans-serif; line-height: 1.65; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: absolute; z-index: 5; top: 0; width: 100%; color: var(--white); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; }
.brand img { display: block; width: 174px; height: 195px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 0.88rem; font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: #dceade; }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; }
.menu-toggle { display: none; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; padding: 9px 15px; font: inherit; }
.hero { position: relative; min-height: 720px; color: var(--white); display: grid; align-items: center; overflow: hidden; background: var(--green-dark); }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transition: opacity .6s ease; background-size: cover; background-position: center; }
.hero-slide.is-active { opacity: 1; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,52,38,.82), rgba(23,52,38,.32) 62%, rgba(23,52,38,.2)); }
.hero-content { position: relative; z-index: 2; padding: 150px 0 100px; max-width: 670px; }
.eyebrow { letter-spacing: .14em; text-transform: uppercase; font-size: .76rem; font-weight: 700; color: #d5e7d8; }
h1, h2, h3 { margin: 0; line-height: 1.1; font-family: 'Playfair Display', Georgia, serif; }
h1 { margin-top: 18px; font-size: clamp(3rem, 7vw, 6.6rem); max-width: 760px; }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); color: var(--green-dark); }
h3 { font-size: 1.45rem; color: var(--green-dark); }
.hero-copy { max-width: 540px; margin: 24px 0 32px; font-size: 1.1rem; color: #f2f5ed; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; border-radius: 999px; text-decoration: none; font-weight: 700; background: var(--white); color: var(--green-dark); }
.button:hover, .button:focus-visible { background: #e5f0e5; }
.hero-controls { position: absolute; z-index: 3; right: 24px; bottom: 30px; display: flex; gap: 8px; }
.hero-controls button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: white; background: rgba(20,45,31,.25); cursor: pointer; font-size: 1.1rem; }
.intro { padding: 112px 0; background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.intro h2 { margin-top: 12px; }
.intro-lead { margin: 24px 0 0; font-size: 1.18rem; color: var(--green); font-weight: 600; }
.contact-card { padding: 30px; border-left: 3px solid var(--green); background: var(--cream); }
.contact-card p { margin: 0 0 12px; }
.contact-card a { color: var(--green-dark); font-weight: 700; text-decoration: none; }
.section { padding: 110px 0; }
.section-alt { background: #edf3ed; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.section-copy p { color: var(--muted); }
.section-copy p:first-of-type { font-size: 1.15rem; color: var(--ink); }
.image-frame { overflow: hidden; border-radius: 4px; box-shadow: var(--shadow); }
.image-frame img { display: block; width: 100%; height: auto; aspect-ratio: 1.2; object-fit: cover; }
.gallery-section { background: var(--white); }
.photo-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 42px; }
.gallery-item { min-height: 260px; margin: 0; overflow: hidden; border-radius: 4px; box-shadow: var(--shadow); background: var(--line); }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img { display: block; width: 100%; height: 100%; min-height: 260px; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img, .gallery-item:focus-within img { transform: scale(1.03); }
.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.address { margin: 25px 0; font-style: normal; color: var(--green-dark); font-weight: 600; }
.map-wrap { min-height: 430px; overflow: hidden; box-shadow: var(--shadow); background: #dbe7dc; }
.map-wrap iframe { display: block; width: 100%; min-height: 430px; border: 0; }
.rates-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 45px; }
.rate-card { padding: 30px; background: var(--white); border-top: 4px solid var(--green); box-shadow: 0 12px 32px rgba(35,67,51,.06); }
.rate-card p { color: var(--muted); }
.price-list { list-style: none; padding: 0; margin: 22px 0 0; }
.price-list li { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.facilities { margin-top: 70px; }
.facility-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 30px; }
.facility { text-align: center; font-size: .82rem; font-weight: 700; color: var(--green-dark); }
.facility img { display: block; width: 100%; max-width: 150px; height: auto; margin: 0 auto 12px; }
.account { margin-top: 28px; padding: 24px 28px; background: var(--green-dark); color: var(--white); }
.account strong { display: block; margin-bottom: 8px; }
.booking { color: var(--white); background: var(--green-dark); }
.booking h2 { color: var(--white); }
.booking-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.booking-copy { color: #dceade; }
.booking-contact { display: flex; flex-direction: column; gap: 12px; padding: 34px; background: rgba(255,255,255,.1); }
.booking-contact a:not(.button) { font-size: clamp(1.3rem, 2vw, 1.9rem); color: var(--white); font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
.site-footer { padding: 34px 0; color: #dceade; background: #193527; font-size: .88rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-brand { margin: 0; color: var(--white); font-family: 'Playfair Display', Georgia, serif; font-size: 1.4rem; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; }
:focus-visible { outline: 3px solid #f2ca67; outline-offset: 3px; }
@media (max-width: 900px) {
    .site-nav { gap: 17px; }
    .intro-grid, .split, .location-grid, .booking-inner { grid-template-columns: 1fr; gap: 38px; }
    .facility-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
    .container { width: min(100% - 32px, 1180px); }
    .header-inner { min-height: 106px; }
    .brand img { width: 82px; height: 92px; }
    .menu-toggle { display: none; }
    .site-nav { display: none; }
    .site-nav a { padding: 12px 8px; }
    .nav-cta { text-align: center; margin-top: 8px; }
    .hero { min-height: 650px; }
    .hero-content { padding: 170px 0 80px; }
    h1 { font-size: clamp(2.7rem, 15vw, 4.2rem); }
    .section, .intro { padding: 75px 0; }
    .rates-grid { grid-template-columns: 1fr; }
    .photo-gallery { grid-template-columns: 1fr; }
    .gallery-item-wide { grid-column: auto; }
    .facility-grid { grid-template-columns: repeat(2, 1fr); }
    .map-wrap, .map-wrap iframe { min-height: 330px; }
    .gallery-item, .gallery-item img { min-height: 210px; }
    .footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero-slide { transition: none; }
}
