:root {
  --ink: #1f2a25;
  --ink-soft: #56615b;
  --forest: #26483a;
  --forest-2: #183428;
  --moss: #6f806f;
  --cream: #f6f1e8;
  --sand: #e6d6bd;
  --terracotta: #b96f4d;
  --paper: #fffdf9;
  --white: #ffffff;
  --line: rgba(31, 42, 37, 0.14);
  --shadow: 0 22px 60px rgba(24, 52, 40, 0.14);
  --shadow-sm: 0 10px 32px rgba(24, 52, 40, 0.10);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 9999;
  background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 10px;
  box-shadow: var(--shadow-sm);
}
.skip-link:focus { top: 12px; }

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 92px 0; }
.section-sm { padding: 62px 0; }
.section-cream { background: var(--cream); }
.section-forest { background: var(--forest-2); color: var(--white); }

.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .77rem;
  font-weight: 800;
  color: var(--terracotta);
}
.display,
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.025em;
  line-height: 1.08;
  margin-top: 0;
}
h1 { font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.15rem, 4.2vw, 4rem); }
h3 { font-size: 1.5rem; }
p { color: var(--ink-soft); }
.section-forest p { color: rgba(255,255,255,.75); }
.lead { font-size: clamp(1.08rem, 1.7vw, 1.28rem); line-height: 1.75; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head h2 { margin-bottom: 16px; }
.section-head p { margin: 0; }
.planning-button { margin-top: 26px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.muted { color: var(--ink-soft); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px;
  font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid rgba(185,111,77,.35); outline-offset: 3px; }
.btn-primary { color: var(--white); background: var(--forest); box-shadow: 0 8px 26px rgba(38,72,58,.18); }
.btn-primary:hover { background: var(--forest-2); }
.btn-light { color: var(--forest-2); background: var(--white); }
.btn-outline { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.74); }
.btn-outline:hover { background: var(--white); }
.btn-ghost-light { color: var(--white); border-color: rgba(255,255,255,.35); background: transparent; }
.btn-block { width: 100%; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }

.topbar { background: var(--forest-2); color: rgba(255,255,255,.92); font-size: .88rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar a { color: var(--white); font-weight: 700; }
.topbar-note { opacity: .82; }

.site-header {
  position: sticky; top: 0; z-index: 500;
  background: rgba(255,253,249,.92); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(31,42,37,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center;
  color: var(--white); background: var(--forest); box-shadow: 0 8px 20px rgba(38,72,58,.15);
}
.brand-word { font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; letter-spacing: -.02em; }
.brand-word span { color: var(--terracotta); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { font-size: .94rem; font-weight: 750; color: #334038; }
.nav-links a:hover, .nav-links a.active { color: var(--terracotta); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; border-radius: 12px; cursor: pointer; }

.hero {
  position: relative; min-height: 720px; display: flex; align-items: flex-end; overflow: hidden;
  background: #25382f url('../images/cabin-lakeside.jpg') center 52%/cover no-repeat;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(17,31,25,.78) 0%, rgba(17,31,25,.50) 42%, rgba(17,31,25,.14) 78%),
              linear-gradient(0deg, rgba(17,31,25,.62) 0%, transparent 48%);
}
.hero-content { position: relative; z-index: 2; padding: 84px 0 112px; color: var(--white); }
.hero-copy { max-width: 800px; }
.hero .eyebrow { color: #f0b99c; }
.hero h1 { max-width: 760px; margin-bottom: 20px; }
.hero p { color: rgba(255,255,255,.84); max-width: 640px; font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.booking-panel {
  position: relative; z-index: 10; margin-top: -52px;
}
.booking-card {
  background: var(--white); border: 1px solid rgba(31,42,37,.10); border-radius: 22px;
  box-shadow: var(--shadow); padding: 18px; display: grid; grid-template-columns: 1.25fr 1fr 1fr .9fr auto; gap: 10px; align-items: end;
}
.field label { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; margin: 0 0 6px; color: #68736d; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid var(--line); background: #fbfaf7; color: var(--ink); border-radius: 12px; padding: 12px 13px; outline: none;
}
.field input, .field select { height: 48px; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(38,72,58,.55); box-shadow: 0 0 0 4px rgba(38,72,58,.08); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.stat { padding: 20px; border-top: 1px solid var(--line); }
.stat strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; color: var(--forest); }
.stat span { color: var(--ink-soft); font-size: .9rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.stay-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.stay-image { position: relative; aspect-ratio: 1.25 / 1; overflow: hidden; background: #ddd; }
.stay-image img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.stay-card:hover .stay-image img { transform: scale(1.035); }
.badge { position: absolute; top: 16px; left: 16px; background: rgba(255,255,255,.93); color: var(--forest-2); border-radius: 999px; padding: 8px 12px; font-size: .75rem; font-weight: 850; }
.stay-body { padding: 22px; }
.stay-meta { display: flex; flex-wrap: wrap; gap: 8px 13px; color: #6b756f; font-size: .86rem; margin-bottom: 12px; }
.stay-body h3 { margin-bottom: 8px; }
.stay-body p { margin: 0 0 18px; }
.stay-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); padding-top: 16px; }
.price strong { font-size: 1.05rem; color: var(--ink); }
.price small { display: block; color: #77817b; font-size: .74rem; }
.text-link { color: var(--forest); font-weight: 850; display: inline-flex; align-items: center; gap: 6px; }
.text-link:hover { color: var(--terracotta); }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { padding: 26px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; transition: .24s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: rgba(38,72,58,.22); }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--cream); color: var(--forest); margin-bottom: 22px; }
.service-card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.service-card p { font-size: .93rem; margin: 0; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; min-height: 580px; border-radius: 30px; overflow: hidden; background: var(--forest-2); color: var(--white); }
.split-media { min-height: 520px; }
.split-media img { height: 100%; object-fit: cover; }
.split-copy { padding: clamp(42px, 6vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.split-copy p { color: rgba(255,255,255,.74); }
.check-list { display: grid; gap: 13px; margin: 24px 0 28px; }
.check { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.90); }
.check i { width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.13); display: grid; place-items: center; font-style: normal; flex: 0 0 auto; }

.experience-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 18px; }
.experience-card { position: relative; min-height: 420px; border-radius: 24px; overflow: hidden; color: var(--white); }
.experience-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.experience-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,35,28,.74), rgba(20,35,28,.06) 72%); }
.experience-copy { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; }
.experience-copy p { margin: 6px 0 0; color: rgba(255,255,255,.78); font-size: .92rem; }
.experience-copy h3 { margin: 0; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit { padding: 30px; border-radius: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); }
.benefit strong { font-family: Georgia, "Times New Roman", serif; display: block; font-size: 1.35rem; margin-bottom: 8px; }

.quote-card { max-width: 880px; margin: 0 auto; text-align: center; padding: 44px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow-sm); }
.quote-card blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 3vw, 2.55rem); line-height: 1.25; color: var(--ink); }
.quote-card p { margin: 20px 0 0; }

.faq { max-width: 860px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 0; background: transparent; padding: 22px 0; text-align: left; cursor: pointer; font-weight: 850; color: var(--ink); }
.faq-button span:last-child { font-size: 1.35rem; transition: transform .2s ease; }
.faq-button[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 42px 20px 0; }
.faq-answer.open { display: block; }
.faq-answer p { margin: 0; }

.cta-banner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; background: var(--sand); padding: clamp(34px, 6vw, 64px); border-radius: 30px; }
.cta-banner h2 { margin-bottom: 10px; }
.cta-banner p { margin: 0; }
.cta-actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px; }

.page-hero { padding: 98px 0 76px; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero .inner { max-width: 850px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.6rem); margin-bottom: 18px; }
.page-hero p { max-width: 680px; }
.breadcrumb { font-size: .82rem; font-weight: 750; color: #78817c; margin-bottom: 26px; }
.breadcrumb a { color: var(--forest); }

.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.filter-chip { border: 1px solid var(--line); background: var(--white); color: var(--ink); border-radius: 999px; padding: 10px 15px; cursor: pointer; font-weight: 750; }
.filter-chip.active, .filter-chip:hover { background: var(--forest); color: var(--white); border-color: var(--forest); }

.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.detail-media { border-radius: 28px; overflow: hidden; min-height: 560px; }
.detail-media img { height: 100%; min-height: 560px; object-fit: cover; }
.detail-copy .feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 26px 0; }
.feature-list div { padding: 14px 16px; background: var(--cream); border-radius: 12px; font-weight: 750; font-size: .9rem; }

.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.team-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.avatar { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: var(--forest); color: var(--white); font-family: Georgia, serif; font-size: 1.3rem; margin-bottom: 18px; }
.team-card h3 { margin-bottom: 5px; }
.team-card .role { color: var(--terracotta); font-weight: 800; font-size: .86rem; margin: 0 0 10px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: start; }
.contact-panel { background: var(--forest-2); color: var(--white); border-radius: 26px; padding: 36px; }
.contact-panel p, .contact-panel address { color: rgba(255,255,255,.76); font-style: normal; }
.contact-list { display: grid; gap: 20px; margin-top: 30px; }
.contact-item strong { display: block; color: var(--white); margin-bottom: 4px; }
.form-card { padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.form-note { margin: 14px 0 0; font-size: .82rem; color: #79827c; }
.form-status { margin-top: 12px; font-weight: 750; color: var(--forest); }

.legal { max-width: 850px; }
.legal h2 { font-size: 2rem; margin-top: 38px; }
.legal h3 { font-size: 1.35rem; margin-top: 28px; }
.legal p, .legal li { color: var(--ink-soft); }

.site-footer { background: #12261d; color: var(--white); padding: 66px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .75fr 1fr; gap: 34px; }
.footer-brand p { color: rgba(255,255,255,.62); max-width: 390px; }
.footer-title { font-weight: 850; margin: 0 0 14px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: rgba(255,255,255,.68); font-size: .92rem; }
.footer-links a:hover { color: var(--white); }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); color: var(--white); font-weight: 850; font-size: .82rem; }
.footer-address { color: rgba(255,255,255,.68); font-style: normal; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.50); font-size: .82rem; }

/* Modal */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 2000; background: rgba(11,24,18,.62); backdrop-filter: blur(6px);
  display: grid; place-items: center; padding: 20px; animation: fadeIn .2s ease;
}
.modal {
  width: min(100%, 560px); max-height: min(90vh, 720px); overflow: auto; background: var(--paper); border-radius: 26px;
  box-shadow: 0 28px 90px rgba(0,0,0,.30); position: relative; animation: riseIn .25s ease;
}
.modal-purchase { overflow: hidden; }
.modal-accent { height: 9px; background: linear-gradient(90deg, var(--forest), var(--terracotta), var(--sand)); }
.modal-inner { padding: 34px; }
.modal-close { position: absolute; right: 16px; top: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(31,42,37,.07); color: var(--ink); cursor: pointer; font-size: 1.45rem; z-index: 3; }
.modal-close:hover { background: rgba(31,42,37,.12); }
.modal h2 { font-size: clamp(2rem, 6vw, 3rem); margin: 8px 0 14px; }
.modal-purchase h2 { font-size: clamp(1.8rem, 4.4vw, 2.55rem); line-height: 1.08; }
.modal p { margin: 0 0 24px; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.modal-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--terracotta); font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }

.booking-modal .modal { width: min(100%, 680px); }
.booking-modal h2 { margin-bottom: 8px; }
.booking-modal .form-grid { margin-top: 22px; }

.toast { position: fixed; z-index: 2500; left: 50%; bottom: 24px; transform: translateX(-50%); background: var(--forest-2); color: var(--white); padding: 12px 18px; border-radius: 999px; box-shadow: var(--shadow-sm); font-size: .9rem; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes riseIn { from { opacity: 0; transform: translateY(14px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 1020px) {
  .nav-links { position: fixed; left: 20px; right: 20px; top: 126px; display: none; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 4px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px 8px; }
  .nav-toggle { display: grid; place-items: center; }
  .nav-actions .btn { display: none; }
  .booking-card { grid-template-columns: 1fr 1fr; }
  .booking-card .booking-submit { grid-column: span 2; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .card-grid .stay-card:last-child { grid-column: span 2; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience-grid .experience-card:first-child { grid-column: span 2; }
  .detail-grid, .contact-grid { grid-template-columns: 1fr; }
  .detail-media, .detail-media img { min-height: 440px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .topbar-note { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-wrap { min-height: 70px; }
  .nav-links { top: 112px; left: 14px; right: 14px; }
  .hero { min-height: 670px; }
  .hero-content { padding: 72px 0 94px; }
  .hero p { font-size: 1.02rem; }
  .booking-panel { margin-top: -38px; }
  .booking-card { grid-template-columns: 1fr; padding: 14px; }
  .booking-card .booking-submit { grid-column: auto; }
  .stats { grid-template-columns: 1fr 1fr; }
  .card-grid, .service-grid, .benefit-grid, .team-grid { grid-template-columns: 1fr; }
  .card-grid .stay-card:last-child { grid-column: auto; }
  .split { grid-template-columns: 1fr; }
  .split-media { min-height: 360px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid .experience-card:first-child { grid-column: auto; }
  .experience-card { min-height: 360px; }
  .cta-banner { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .detail-copy .feature-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .modal-inner { padding: 30px 22px 24px; }
  .modal-actions .btn { width: 100%; }
}

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