@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Karla:wght@400;500;600;700&display=swap');

:root {
  --forest: #2D4A3B;
  --forest-deep: #1C3128;
  --forest-light: #4A7D60;
  --amber: #C49A6C;
  --gold: #B89358;
  --bark: #4A3728;
  --cream: #F8F4EF;
  --cream-dark: #EDE6DC;
  --sage: #E4EBE3;
  --text: #2A2520;
  --text-muted: #7A7168;
  --white: #FFFFFF;
  --max-w: 1200px;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(42,37,32,0.08);
  --shadow-lg: 0 12px 48px rgba(42,37,32,0.14);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Karla', sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 600; line-height: 1.2; color: var(--text); }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }
h4 { font-size: 1.15rem; font-weight: 700; }
p + p { margin-top: 1em; }
.serif-italic { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400; }

.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 2rem; }
.section { padding: 100px 0; }
.section--sage { background: var(--sage); }
.section--cream { background: var(--cream); }
.section--cream-dark { background: var(--cream-dark); }
.section--forest { background: var(--forest); color: var(--white); }
.section--forest h2, .section--forest h3, .section--forest h4 { color: var(--white); }
.text-center { text-align: center; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.mb-1 { margin-bottom: 1rem; } .mb-2 { margin-bottom: 2rem; } .mb-3 { margin-bottom: 3rem; }

/* ── Banner (matches the utli booking-site header) ─────────────────────────── */
.banner { width: 100%; }
.banner__inner { max-width: 64rem; margin: 0 auto; padding: 0 1.5rem; }
.banner__bar { display: flex; align-items: center; justify-content: space-between; height: 4rem; gap: 1rem; }
.banner__brand { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.banner__logo-text { font-size: 1.5rem; font-weight: 700; white-space: nowrap; letter-spacing: 0.02em; line-height: 1; }
.banner__logo { height: 2.75rem; width: auto; object-fit: contain; max-width: 220px; }
.banner__nav { display: flex; align-items: center; gap: 1.5rem; font-size: 0.875rem; font-weight: 500; }
.banner__nav a { opacity: 0.9; transition: opacity 0.15s; white-space: nowrap; }
.banner__nav a:hover, .banner__nav a.is-active { opacity: 1; }
.banner__back { font-size: 0.875rem; opacity: 0.8; transition: opacity 0.15s; flex-shrink: 0; }
.banner__back:hover { opacity: 1; }
.banner__nav--mobile { display: none; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 0.5rem; }
.banner__toggle { display: none; }
.banner__hamburger { display: none; cursor: pointer; font-size: 1.6rem; line-height: 1; padding: 0.25rem 0.5rem; user-select: none; flex-shrink: 0; }
.banner__hamburger::before { content: '☰'; }
.footer__op--compact { display: none; }
@media (max-width: 640px) {
  .banner__nav { display: none; }
  .banner__hamburger { display: block; }
  .banner__toggle:checked ~ .banner__nav--mobile { display: flex; }
  .banner__toggle:checked ~ .banner__bar .banner__hamburger::before { content: '✕'; }
  .banner__nav--mobile a { padding: 0.85rem 0.25rem; font-size: 1.05rem; opacity: 0.95; border-top: 1px solid rgba(255,255,255,0.12); }
  .footer__op--full { display: none; }
  .footer__op--compact { display: inline; }
}

/* ── Hero ──────────────────────────────────────────────────────────────────── */
.hero { position: relative; height: 85vh; min-height: 500px; max-height: 900px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,49,40,0.55) 0%, rgba(28,49,40,0.35) 50%, rgba(28,49,40,0.65) 100%); }
.hero__content { position: relative; z-index: 2; color: var(--white); max-width: 700px; padding: 0 2rem; }
.hero__content h1 { color: var(--white); font-size: clamp(2.6rem, 6vw, 4.5rem); margin-bottom: 1rem; font-weight: 700; text-shadow: 0 2px 30px rgba(0,0,0,0.3); }
.hero__subtitle { opacity: 0.92; line-height: 1.6; margin-bottom: 2.5rem; font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400; font-size: clamp(1.15rem, 2.2vw, 1.45rem); }

/* Sub-page header */
.page-header { position: relative; height: 45vh; min-height: 320px; max-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.page-header .hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-header::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,49,40,0.5) 0%, rgba(28,49,40,0.7) 100%); }
.page-header__content { position: relative; z-index: 2; color: var(--white); padding: 0 2rem; }
.page-header__content h1 { color: var(--white); text-shadow: 0 2px 30px rgba(0,0,0,0.2); }
.page-header__content p { opacity: 0.9; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.2rem; margin-top: 0.5rem; }

/* ── Buttons ───────────────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; font-family: 'Karla', sans-serif; font-weight: 600; font-size: 0.95rem; letter-spacing: 0.03em; padding: 0.9rem 2.2rem; border-radius: 50px; border: none; cursor: pointer; transition: all 0.3s var(--ease); text-transform: uppercase; }
.btn--primary { background: var(--amber); color: var(--white); }
.btn--primary:hover { background: var(--gold); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(184,147,88,0.35); }
.btn--outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.6); }
.btn--outline:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.btn--forest { background: var(--forest); color: var(--white); }
.btn--forest:hover { background: var(--forest-deep); transform: translateY(-2px); }

/* ── Wave divider ──────────────────────────────────────────────────────────── */
.wave { display: block; width: 100%; height: 60px; margin-top: -1px; }

/* ── Cards ─────────────────────────────────────────────────────────────────── */
.card { background: var(--white); border-radius: var(--radius); padding: 2.5rem; box-shadow: var(--shadow); transition: all 0.35s var(--ease); }
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.card__icon { width: 52px; height: 52px; border-radius: 14px; background: var(--sage); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.2rem; color: var(--forest); }
.card h3 { margin-bottom: 0.75rem; }
.card p { color: var(--text-muted); font-size: 0.98rem; }

/* ── Section intro ─────────────────────────────────────────────────────────── */
.section-intro { max-width: 650px; margin: 0 auto 3.5rem; text-align: center; }
.section-intro h2 { margin-bottom: 1rem; }
.section-intro p { color: var(--text-muted); font-size: 1.05rem; }
.section-intro .divider { width: 50px; height: 3px; background: var(--amber); border-radius: 3px; margin: 1.25rem auto 0; }

/* ── Pricing ───────────────────────────────────────────────────────────────── */
.pricing-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: all 0.35s var(--ease); }
.pricing-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.pricing-card--featured { border: 2px solid var(--forest); position: relative; }
.pricing-card__badge { position: absolute; top: 1.2rem; right: 1.2rem; background: var(--forest); color: var(--white); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 0.3rem 0.9rem; border-radius: 50px; }
.pricing-card__header { padding: 2.5rem 2.5rem 1.5rem; }
.pricing-card__header h3 { margin-bottom: 0.5rem; }
.pricing-card__header p { color: var(--text-muted); font-size: 0.92rem; }
.pricing-card__body { padding: 0 2.5rem 2.5rem; }
.price-row { display: flex; justify-content: space-between; align-items: center; padding: 0.85rem 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.price-row:last-child { border-bottom: none; }
.price-row span:first-child { color: var(--text-muted); font-size: 0.95rem; }
.price-row strong { font-size: 1.1rem; color: var(--text); font-weight: 700; }

/* ── Feature list ──────────────────────────────────────────────────────────── */
.feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.feature-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.feature-item__icon { width: 40px; height: 40px; border-radius: 10px; background: var(--sage); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0; }
.feature-item strong { display: block; }
.feature-item p { color: var(--text-muted); font-size: 0.92rem; margin: 0; }

/* ── Timeline (history) ────────────────────────────────────────────────────── */
.timeline { max-width: 720px; margin: 0 auto; padding-left: 2.5rem; position: relative; }
.timeline::before { content: ''; position: absolute; left: 0.4rem; top: 0.5rem; bottom: 0.5rem; width: 2px; background: var(--amber); }
.timeline__item { position: relative; padding-bottom: 2.25rem; }
.timeline__item::before { content: ''; position: absolute; left: -2.5rem; top: 0.35rem; width: 16px; height: 16px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px var(--cream); }
.timeline__item .year { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--forest-light); font-size: 1.15rem; }
.timeline__item h3 { margin: 0.15rem 0 0.4rem; }
.timeline__item p { color: var(--text-muted); }

/* ── Directions / info boxes ───────────────────────────────────────────────── */
.directions-box { background: var(--white); border-left: 4px solid var(--amber); border-radius: 8px; padding: 1.25rem 1.5rem; box-shadow: var(--shadow); max-width: 720px; }
.directions-box p { margin: 0; }
.rules { max-width: 720px; margin: 0 auto; }
.rules li { position: relative; padding: 0.4rem 0 0.4rem 1.6rem; color: var(--text-muted); }
.rules li::before { content: '\2713'; position: absolute; left: 0; color: var(--forest-light); font-weight: 700; }

/* ── Gallery + lightbox (CSS :target) ──────────────────────────────────────── */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1rem; }
.gallery-item { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; display: block; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(28,49,40,0.65) 100%); display: flex; align-items: flex-end; padding: 1rem; color: var(--white); font-size: 0.9rem; opacity: 0; transition: opacity 0.3s; }
.gallery-item:hover .gallery-item__overlay { opacity: 1; }
.lightbox { position: fixed; inset: 0; background: rgba(28,49,40,0.94); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.25s; z-index: 2000; padding: 2rem; }
.lightbox:target { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: 92vw; max-height: 86vh; object-fit: contain; border-radius: 8px; }
.lightbox__close { position: absolute; top: 1.5rem; right: 2rem; color: #fff; font-size: 2.5rem; line-height: 1; }

/* ── Footer ────────────────────────────────────────────────────────────────── */
.footer { background: var(--forest-deep); color: rgba(255,255,255,0.7); padding: 4rem 0 2rem; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer__brand img { height: 40px; margin-bottom: 1rem; }
.footer__brand p { font-size: 0.9rem; line-height: 1.7; max-width: 320px; }
.footer h4 { color: var(--white); font-family: 'Karla', sans-serif; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
.footer a { display: block; color: rgba(255,255,255,0.65); font-size: 0.92rem; padding: 0.3rem 0; transition: color 0.2s; }
.footer a:hover { color: var(--white); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; font-size: 0.82rem; text-align: center; color: rgba(255,255,255,0.4); }

/* ── Reveal-on-scroll (progressive enhancement; visible without JS) ────────── */
.js .fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.js .fade-up.visible { opacity: 1; transform: translateY(0); }
.js .stagger > .fade-up:nth-child(2) { transition-delay: 0.1s; }
.js .stagger > .fade-up:nth-child(3) { transition-delay: 0.2s; }
.js .stagger > .fade-up:nth-child(4) { transition-delay: 0.3s; }

@media (max-width: 900px) {
  .section { padding: 60px 0; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 2rem; }
  .hero { height: 70vh; }
  .page-header { height: 35vh; min-height: 260px; }
}
@media (max-width: 500px) {
  .container { padding: 0 1.25rem; }
  .card { padding: 1.75rem; }
}
/* Mobile hero: re-aim the crop onto the cabin and trim height so it doesn't
   read as a small photo with empty sky/ground. Placed after the 900px block so
   its height wins on phones. */
@media (max-width: 640px) {
  .hero { height: 65vh; min-height: 440px; }
  .hero__bg { background-position: center 38%; }
}
