﻿:root {
  --ink: #17211b;
  --muted: #5b655f;
  --paper: #f7f4ec;
  --white: #ffffff;
  --line: #ddd7ca;
  --forest: #145044;
  --forest-2: #0e3c36;
  --coral: #d86b4a;
  --gold: #c69a43;
  --sky: #dceaf0;
  --shadow: 0 22px 60px rgba(23, 33, 27, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); letter-spacing: 0; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px clamp(18px, 4vw, 56px); color: var(--white); background: linear-gradient(180deg, rgba(12, 22, 18, 0.76), rgba(12, 22, 18, 0)); }
.brand, .nav-links, .header-action { display: flex; align-items: center; }
.brand { gap: 10px; font-weight: 800; font-size: 1.05rem; }
.brand-logo { display: grid; place-items: center; width: 44px; height: 44px; overflow: hidden; border: 1px solid rgba(255,255,255,0.42); border-radius: 8px; background: rgba(255,255,255,0.92); }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.nav-links { gap: clamp(14px, 3vw, 28px); font-weight: 600; font-size: 0.95rem; }
.header-action { min-height: 40px; padding: 0 16px; border: 1px solid rgba(255,255,255,0.5); border-radius: 8px; font-weight: 700; background: rgba(255,255,255,0.12); }
.hero { position: relative; min-height: 92vh; display: grid; align-items: end; overflow: hidden; background: #16231d; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(12, 26, 22, 0.86), rgba(12, 26, 22, 0.34) 52%, rgba(12, 26, 22, 0.1)); }
.hero-content { position: relative; width: min(760px, calc(100% - 36px)); margin: 0 clamp(18px, 7vw, 96px) clamp(56px, 10vh, 110px); color: var(--white); }
.eyebrow { margin: 0 0 12px; color: var(--coral); font-weight: 800; text-transform: uppercase; font-size: 0.78rem; }
.hero h1 { margin: 0; font-size: clamp(4rem, 11vw, 8.6rem); line-height: 0.9; letter-spacing: 0; }
.hero-copy { max-width: 630px; margin: 22px 0 0; font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.5; color: rgba(255,255,255,0.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.primary-button, .secondary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 8px; font-weight: 800; border: 0; cursor: pointer; }
.primary-button { background: var(--coral); color: var(--white); }
.secondary-button { background: rgba(255,255,255,0.15); color: var(--white); border: 1px solid rgba(255,255,255,0.5); }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { padding: 22px clamp(18px, 3vw, 34px); background: var(--white); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { margin-top: 6px; color: var(--muted); font-size: 0.94rem; }
.section { padding: clamp(58px, 8vw, 104px) clamp(18px, 6vw, 76px); }
.section-heading { max-width: 740px; margin-bottom: 30px; }
.section-heading h2, .payment-copy h2, .booking-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.04; letter-spacing: 0; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr); gap: 28px; max-width: none; align-items: end; }
.split-heading p:last-child, .payment-copy p, .booking-copy p { color: var(--muted); line-height: 1.7; }
.location-grid, .stay-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.location-card, .stay-card, .booking-form, .payment-panel { background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 30px rgba(23, 33, 27, 0.06); }
.location-card { padding: clamp(24px, 4vw, 42px); }
.location-card h3, .stay-card h3 { margin: 12px 0 10px; font-size: 1.35rem; }
.location-card p, .stay-card p { color: var(--muted); line-height: 1.65; margin: 0; }
.location-tag { display: inline-flex; padding: 7px 10px; border-radius: 8px; background: var(--sky); color: var(--forest-2); font-weight: 800; font-size: 0.86rem; }
.stays-section { background: #eef2ed; }
.listing-tools { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 14px; margin-bottom: 18px; }
.listing-tools label { display: grid; gap: 8px; color: var(--forest-2); font-weight: 800; }
.listing-tools input, .listing-tools select { min-height: 48px; border: 1px solid var(--line); border-radius: 8px; padding: 0 12px; background: var(--white); color: var(--ink); font: inherit; }
.stay-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stay-card { overflow: hidden; }
.stay-media { position: relative; min-height: 210px; background-size: cover; background-position: center; }
.stay-media.pj { background: linear-gradient(135deg, rgba(20,80,68,0.25), rgba(216,107,74,0.15)), url('assets/easy-stay-hero.png') center/cover; }
.stay-media.kl { background: linear-gradient(135deg, rgba(14,60,54,0.3), rgba(198,154,67,0.18)), url('assets/easy-stay-hero.png') center/cover; }
.stay-media.family { background: linear-gradient(135deg, rgba(216,107,74,0.24), rgba(20,80,68,0.16)), url('assets/easy-stay-hero.png') center/cover; }
.stay-media img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; }
.photo-count { position: absolute; right: 10px; bottom: 10px; padding: 7px 10px; border-radius: 8px; color: var(--white); background: rgba(17, 25, 21, 0.72); font-size: 0.78rem; font-weight: 800; }
.stay-body { padding: 22px; }
.stay-topline { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-bottom: 10px; color: var(--muted); font-size: 0.82rem; font-weight: 800; }
.stay-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.stay-meta span { padding: 7px 10px; border-radius: 8px; background: #f1eee6; color: var(--forest-2); font-weight: 700; font-size: 0.82rem; }
.stay-price { display: block; margin-top: 16px; color: var(--coral); font-weight: 900; }
.book-now-button { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 46px; margin-top: 16px; border: 0; border-radius: 8px; color: var(--white); background: var(--coral); font: inherit; font-weight: 900; cursor: pointer; }
.payments-section { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr); gap: clamp(28px, 6vw, 74px); align-items: center; background: var(--forest-2); color: var(--white); }
.payment-copy p { color: rgba(255,255,255,0.74); }
.payment-panel { display: grid; gap: 10px; padding: 22px; color: var(--ink); }
.payment-panel span { padding: 15px 16px; border-radius: 8px; background: #f6f1e8; font-weight: 800; }
.direct-booking-section { background: #eef2ed; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 34px clamp(18px, 6vw, 76px); background: #111915; color: var(--white); }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; }
.footer-brand img { width: 48px; height: 48px; border-radius: 8px; background: var(--white); object-fit: contain; }
.site-footer p { margin: 8px 0 0; color: rgba(255,255,255,0.65); }
.site-footer a { color: #ffd5c8; font-weight: 700; }
.bottom-panel { position: fixed; left: 50%; bottom: 0; z-index: 30; width: min(720px, calc(100% - 28px)); transform: translate(-50%, calc(100% - 56px)); transition: transform 220ms ease; }
.bottom-panel.is-open { transform: translate(-50%, 0); }
.panel-toggle { display: flex; align-items: center; justify-content: center; width: 180px; min-height: 48px; margin: 0 auto; border: 0; border-radius: 8px 8px 0 0; background: var(--forest); color: var(--white); font: inherit; font-weight: 800; cursor: pointer; box-shadow: 0 -8px 24px rgba(23, 33, 27, 0.16); }
.panel-content { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px; border: 1px solid var(--line); border-bottom: 0; border-radius: 8px 8px 0 0; background: var(--white); box-shadow: 0 -18px 46px rgba(23, 33, 27, 0.18); }
.panel-content strong, .panel-content span { display: block; }
.panel-content span { margin-top: 4px; color: var(--muted); }
.panel-action { min-width: 150px; }
.booking-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 18px; }
.booking-modal.is-open { display: flex; }
.booking-modal-backdrop { position: absolute; inset: 0; background: rgba(12, 22, 18, 0.72); backdrop-filter: blur(8px); }
.booking-dialog { position: relative; width: min(860px, 100%); max-height: min(90vh, 920px); overflow: auto; border-radius: 8px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.modal-close { position: sticky; top: 14px; left: calc(100% - 58px); z-index: 2; display: grid; place-items: center; width: 40px; height: 40px; margin: 14px 14px -54px auto; border: 0; border-radius: 8px; color: var(--white); background: var(--forest-2); font-size: 1.4rem; cursor: pointer; }
.booking-dialog-heading { padding: clamp(22px, 4vw, 38px) clamp(18px, 4vw, 34px) 12px; }
.booking-dialog-heading h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3.4rem); line-height: 1.02; }
.booking-dialog-heading p:last-child { color: var(--muted); line-height: 1.6; }
.direct-booking-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 0 clamp(18px, 4vw, 34px) clamp(22px, 4vw, 34px); }
.direct-booking-form label { display: grid; gap: 8px; color: var(--forest-2); font-weight: 800; }
.direct-booking-form input, .direct-booking-form select { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 8px; padding: 0 12px; background: var(--white); color: var(--ink); font: inherit; }
.wide-field, .house-rules, .booking-summary, .form-note { grid-column: 1 / -1; }
.event-field { display: none !important; }
.direct-booking-form.is-event-booking .event-field { display: grid !important; }
.house-rules { display: grid; gap: 10px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.house-rules p { margin: 0; color: var(--muted); line-height: 1.55; }
.rules-check { grid-template-columns: auto 1fr; align-items: start; font-weight: 700 !important; color: var(--ink) !important; }
.rules-check input { width: 18px; min-height: 18px; margin-top: 2px; }
.booking-summary { display: grid; gap: 4px; min-height: 58px; padding: 14px 16px; border-radius: 8px; color: var(--forest-2); background: var(--sky); font-weight: 800; line-height: 1.5; }
.booking-summary span { color: var(--ink); }
.form-button { width: 100%; font-size: 1rem; }
.form-note { min-height: 24px; margin: 0; color: var(--forest); font-weight: 800; line-height: 1.5; }
@media (max-width: 900px) { .nav-links { display: none; } .trust-strip, .location-grid, .stay-grid, .split-heading, .payments-section, .listing-tools { grid-template-columns: 1fr; } .hero { min-height: 86vh; } .hero-overlay { background: linear-gradient(180deg, rgba(12, 26, 22, 0.34), rgba(12, 26, 22, 0.88)); } .site-footer { flex-direction: column; } }
@media (max-width: 560px) { .site-header { padding: 12px 14px; } .brand-logo { width: 36px; height: 36px; } .header-action { min-height: 36px; padding: 0 12px; font-size: 0.9rem; } .hero-content { width: calc(100% - 28px); margin: 0 14px 44px; } .hero h1 { font-size: clamp(3.4rem, 18vw, 4.6rem); } .section { padding-left: 14px; padding-right: 14px; } .panel-content { align-items: stretch; flex-direction: column; } .panel-action { width: 100%; } .direct-booking-form { grid-template-columns: 1fr; } .booking-modal { padding: 10px; } }
