:root {
  --forest: #172522;
  --forest-2: #21342f;
  --mint: #a9c7b4;
  --mint-light: #dce9e0;
  --cream: #f5f2ea;
  --paper: #fbfaf7;
  --ink: #202724;
  --muted: #68736d;
  --line: #d9ded9;
  --accent: #d9a662;
  --danger: #9c4d42;
  --shadow: 0 20px 60px rgba(22, 37, 34, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.eyebrow { margin: 0 0 16px; color: var(--mint-light); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 800; }
.eyebrow.dark { color: #567064; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.05; }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(3.3rem, 8vw, 7.4rem); letter-spacing: -.055em; }
h2 { margin-bottom: 24px; font-size: clamp(2.3rem, 5vw, 4.5rem); letter-spacing: -.035em; }
h3 { line-height: 1.25; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; width: min(1280px, calc(100% - 40px)); margin: 22px auto; padding: 14px 18px; color: white; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(20,33,30,.52); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-family: Georgia, serif; font-size: 1.4rem; }
.brand strong, .brand small { display: block; }
.brand small { color: rgba(255,255,255,.68); font-size: .72rem; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; }
.main-nav a { text-decoration: none; }
.nav-cta { padding: 10px 17px; border-radius: 999px; color: var(--forest); background: white; }

.hero { position: relative; min-height: 880px; display: flex; align-items: flex-end; color: white; background: url('/assets/images/hero-house.jpg') center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,24,20,.9) 0%, rgba(11,24,20,.57) 50%, rgba(11,24,20,.1) 100%), linear-gradient(0deg, rgba(8,19,16,.7), transparent 45%); }
.hero-content { position: relative; padding-bottom: 70px; }
.hero-lead { max-width: 670px; margin-bottom: 34px; color: rgba(255,255,255,.83); font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 64px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 750; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest); background: var(--mint-light); }
.button-ghost { color: white; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }
.button-full { width: 100%; border: 0; }
.hero-facts { display: flex; gap: 48px; margin: 0; padding: 0; list-style: none; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.hero-facts span { color: rgba(255,255,255,.63); font-size: .84rem; }

.intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.intro h2 { margin-bottom: 0; }
.intro-text { margin-bottom: 8px; color: var(--muted); font-size: 1.13rem; }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding-bottom: 108px; }
.feature-card { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 32px; border-radius: 50%; color: var(--forest); background: var(--mint-light); font-size: 1.3rem; }
.feature-card h3 { margin-bottom: 10px; }
.feature-card p { margin-bottom: 0; color: var(--muted); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 360px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 12px; }
.gallery-item { overflow: hidden; padding: 0; border: 0; border-radius: 18px; background: #ddd; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .45s; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-wide { grid-column: span 2; }
.lightbox { width: min(1100px, 94vw); padding: 0; border: 0; border-radius: 20px; background: transparent; }
.lightbox::backdrop { background: rgba(6,14,12,.88); backdrop-filter: blur(8px); }
.lightbox img { max-height: 86vh; object-fit: contain; border-radius: 18px; }
.lightbox button { position: fixed; top: 20px; right: 24px; width: 48px; height: 48px; border: 0; border-radius: 50%; color: white; background: rgba(255,255,255,.16); font-size: 2rem; }

.spa-section { padding: 100px 0; color: white; background: var(--forest); }
.spa-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.spa-grid > img { height: 590px; border-radius: 28px; object-fit: cover; }
.spa-copy p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.spa-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 36px 0 18px; }
.spa-prices div { padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.05); }
.spa-prices span, .spa-prices strong { display: block; }
.spa-prices span { color: rgba(255,255,255,.6); font-size: .82rem; }
.spa-prices strong { margin-top: 4px; font-size: 1.08rem; }
.spa-copy small { color: rgba(255,255,255,.54); }

.amenities-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.amenities-grid article { padding: 28px; border-radius: 20px; background: var(--cream); }
.amenities-grid p { margin-bottom: 0; color: var(--muted); }

.availability-section { padding: 100px 0; background: var(--cream); }
.availability-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.availability-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.calendar-legend { display: flex; gap: 18px; margin-top: 24px; color: var(--muted); font-size: .86rem; }
.calendar-legend i { display: inline-block; width: 11px; height: 11px; margin-right: 7px; border-radius: 50%; }
.legend-free { background: var(--mint); }
.legend-busy { background: #c7cbc8; }
.calendar-card { padding: 28px; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.calendar-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.calendar-toolbar button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: white; }
.calendar-toolbar strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.calendar-weekdays { margin-bottom: 8px; color: var(--muted); text-align: center; font-size: .72rem; }
.calendar-day { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid transparent; border-radius: 12px; background: #edf4ef; font-size: .86rem; }
.calendar-day.busy { color: #8a918d; background: #e6e7e6; text-decoration: line-through; }
.calendar-day.past { opacity: .35; }
.calendar-day.empty { background: transparent; }
.calendar-day.today { border-color: var(--forest); font-weight: 800; }

.booking-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.booking-copy { position: sticky; top: 30px; }
.booking-copy > p:not(.eyebrow) { color: var(--muted); }
.booking-note { display: grid; gap: 7px; margin-top: 28px; padding: 20px; border-left: 3px solid var(--mint); background: var(--cream); }
.booking-note span { color: var(--muted); }
.booking-form { padding: 32px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.form-grid { display: grid; gap: 16px; margin-bottom: 18px; }
.two-columns { grid-template-columns: repeat(2, 1fr); }
.booking-form label { display: grid; gap: 7px; font-size: .88rem; font-weight: 700; }
.booking-form label small { color: var(--muted); font-weight: 400; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; outline: none; }
input, select { height: 52px; padding: 0 14px; }
textarea { padding: 13px 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #769486; box-shadow: 0 0 0 3px rgba(118,148,134,.13); }
.extras-fieldset { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 0 18px; padding: 0; border: 0; }
.extras-fieldset legend { margin-bottom: 9px; font-size: .88rem; font-weight: 800; }
.check-row { display: flex !important; align-items: center; gap: 10px !important; padding: 14px; border: 1px solid var(--line); border-radius: 13px; }
.check-row input, .consent-row input { width: 18px; height: 18px; flex: 0 0 auto; }
.check-row span { font-weight: 600; }
.check-row b { display: block; color: var(--muted); font-size: .74rem; font-weight: 500; }
.price-box { display: grid; gap: 10px; margin-bottom: 22px; padding: 20px; border-radius: 16px; background: var(--forest); color: white; }
.price-box > div { display: flex; justify-content: space-between; gap: 20px; }
.price-box span { color: rgba(255,255,255,.62); }
.price-total { margin-top: 8px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.15); font-size: 1.12rem; }
.price-total strong { font-size: 1.28rem; }
.discount-row strong { color: #cfe5d7; }
.consent-row { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; margin-bottom: 18px; color: var(--muted); font-weight: 400 !important; }
.honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 24px; margin: 14px 0 0; text-align: center; font-size: .9rem; }
.form-status.error { color: var(--danger); }
.form-status.success { color: #417a5c; }

.rules-section { padding: 90px 0; color: white; background: var(--forest-2); }
.rules-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.rules-grid h2 { margin-bottom: 0; }
.rules-grid ul { margin: 0; padding-left: 20px; color: rgba(255,255,255,.72); }
.rules-grid li + li { margin-top: 12px; }
.site-footer { padding: 55px 0; color: white; background: #101b18; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 50px; align-items: start; }
.footer-grid strong { font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; }
.footer-grid p { color: rgba(255,255,255,.56); }
.footer-grid > div:nth-child(2) { display: grid; gap: 8px; }
.footer-grid a { color: rgba(255,255,255,.76); text-decoration: none; }
.footer-note { text-align: right; font-size: .8rem; }

.content-page { min-height: 100vh; padding: 70px 0; background: var(--cream); }
.content-card { max-width: 850px; margin: auto; padding: 42px; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.content-card h1 { color: var(--ink); font-size: clamp(2.4rem, 6vw, 4.5rem); }
.content-card h2 { margin-top: 42px; font-family: inherit; font-size: 1.4rem; font-weight: 800; letter-spacing: 0; }
.content-card p, .content-card li { color: var(--muted); }
.content-card .back-link { display: inline-block; margin-bottom: 30px; }

@media (max-width: 900px) {
  .main-nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 780px; }
  .intro, .spa-grid, .availability-grid, .booking-section, .rules-grid { grid-template-columns: 1fr; gap: 46px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .spa-grid > img { height: 460px; }
  .booking-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 24px, 1180px); }
  .section { padding: 76px 0; }
  .site-header { width: calc(100% - 24px); margin-top: 12px; }
  .brand small { display: none; }
  .nav-cta { padding-inline: 14px; font-size: .8rem; }
  .hero { min-height: 720px; }
  .hero-content { padding-bottom: 38px; }
  .hero-facts { gap: 22px; }
  .hero-facts li:last-child { display: none; }
  .features { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .gallery-grid { grid-auto-rows: 200px; }
  .gallery-wide { grid-column: span 2; }
  .spa-section { padding: 76px 0; }
  .spa-prices { grid-template-columns: 1fr; }
  .spa-grid > img { height: 360px; }
  .amenities-grid { grid-template-columns: 1fr; }
  .availability-section { padding: 76px 0; }
  .calendar-card { padding: 18px; }
  .calendar-day { border-radius: 9px; }
  .booking-form { padding: 20px; }
  .two-columns, .extras-fieldset { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .content-card { padding: 26px; }
}
