/* Lodge Life — corporate site. All selectors namespaced .llf- */
:root {
  --llf-forest: #2f4a3a;
  --llf-forest-deep: #243a2d;
  --llf-sage: #7d9b7c;
  --llf-sage-soft: #dfe6d9;
  --llf-terracotta: #c56a45;
  --llf-terracotta-deep: #a9552f;
  --llf-cream: #f6f1e6;
  --llf-cream-warm: #efe7d6;
  --llf-ink: #2c2a26;
  --llf-muted: #5c6a5c;
  --llf-paper: #fbf8f1;
  --llf-shadow: 0 18px 40px -22px rgba(36, 58, 45, .55);
  --llf-radius: 16px;
  --llf-shell: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Nunito Sans", system-ui, sans-serif;
  color: var(--llf-ink);
  background: var(--llf-cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: "Lora", Georgia, serif; font-weight: 600; line-height: 1.18; margin: 0; }

a { color: inherit; }

.llf-shell { width: 100%; max-width: var(--llf-shell); margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px); }

.llf-skip {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--llf-forest); color: #fff; padding: 12px 18px; border-radius: 0 0 12px 0;
  font-weight: 700; text-decoration: none;
}
.llf-skip:focus { left: 0; }

:focus-visible { outline: 3px solid var(--llf-terracotta); outline-offset: 3px; border-radius: 4px; }

/* ---------- Header ---------- */
.llf-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 241, 230, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(47, 74, 58, .12);
}
.llf-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 66px; }
.llf-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--llf-forest); }
.llf-brand__mark { color: var(--llf-terracotta); flex: none; }
.llf-brand__name { font-family: "Lora", serif; font-weight: 600; font-size: 1.28rem; letter-spacing: .2px; }
.llf-brand__name--footer { color: var(--llf-cream); font-size: 1.5rem; }

.llf-nav__list { list-style: none; display: flex; align-items: center; gap: clamp(14px, 3vw, 30px); margin: 0; padding: 0; }
.llf-nav__link { text-decoration: none; color: var(--llf-forest); font-weight: 600; font-size: .98rem; padding: 6px 2px; position: relative; }
.llf-nav__link:not(.llf-nav__link--cta)::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 2px;
  background: var(--llf-terracotta); transform: scaleX(0); transform-origin: left; transition: transform .28s ease;
}
.llf-nav__link:not(.llf-nav__link--cta):hover::after,
.llf-nav__link:not(.llf-nav__link--cta):focus-visible::after { transform: scaleX(1); }
.llf-nav__link--cta {
  background: var(--llf-terracotta); color: #fff; padding: 9px 20px; border-radius: 999px; transition: background .25s ease;
}
.llf-nav__link--cta:hover { background: var(--llf-terracotta-deep); }

.llf-nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; cursor: pointer; }
.llf-nav-toggle__bar { width: 26px; height: 2.5px; background: var(--llf-forest); border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.llf-nav-toggle[aria-expanded="true"] .llf-nav-toggle__bar:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.llf-nav-toggle[aria-expanded="true"] .llf-nav-toggle__bar:nth-child(2) { opacity: 0; }
.llf-nav-toggle[aria-expanded="true"] .llf-nav-toggle__bar:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Buttons ---------- */
.llf-btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 1rem;
  padding: 13px 26px; border-radius: 999px; transition: transform .2s ease, background .25s ease, box-shadow .25s ease;
}
.llf-btn--solid { background: var(--llf-terracotta); color: #fff; box-shadow: var(--llf-shadow); }
.llf-btn--solid:hover { background: var(--llf-terracotta-deep); transform: translateY(-2px); }
.llf-btn--ghost { background: transparent; color: var(--llf-cream); border: 2px solid rgba(246, 241, 230, .6); }
.llf-btn--ghost:hover { border-color: var(--llf-cream); transform: translateY(-2px); }

/* ---------- Eyebrow / band shared ---------- */
.llf-eyebrow {
  text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 700;
  color: var(--llf-terracotta); margin: 0 0 14px;
}
.llf-eyebrow--dark { color: var(--llf-sage); }
.llf-band { padding: clamp(64px, 9vw, 108px) 0; }
.llf-band__head { max-width: 640px; margin-bottom: clamp(34px, 5vw, 54px); }
.llf-band__title { font-size: clamp(1.7rem, 4vw, 2.5rem); color: var(--llf-forest); }
.llf-band__intro { color: var(--llf-muted); font-size: 1.08rem; margin: 16px 0 0; }

/* ---------- Hero ---------- */
.llf-hero {
  position: relative; color: var(--llf-cream);
  background:
    radial-gradient(120% 90% at 80% 0%, rgba(125, 155, 124, .35), transparent 60%),
    linear-gradient(160deg, var(--llf-forest-deep) 0%, var(--llf-forest) 55%, #365441 100%);
  padding: clamp(72px, 12vw, 132px) 0 clamp(120px, 16vw, 170px);
  overflow: hidden;
}
.llf-hero__inner { position: relative; z-index: 2; max-width: 760px; }
.llf-hero .llf-eyebrow { color: #e7b499; }
.llf-hero__title { font-size: clamp(2.1rem, 6vw, 3.6rem); margin-bottom: 20px; }
.llf-hero__lede { font-size: clamp(1.05rem, 2.2vw, 1.28rem); color: rgba(246, 241, 230, .88); max-width: 620px; margin: 0 0 30px; }
.llf-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.llf-ridge { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: clamp(80px, 12vw, 130px); z-index: 1; color: #375741; }
.llf-ridge__far { fill: rgba(125, 155, 124, .5); }
.llf-ridge__near { fill: var(--llf-cream); }
.llf-ridge__pines { opacity: .55; }

/* ---------- Lodges ---------- */
.llf-lodges { background: var(--llf-cream); }
.llf-cards { display: grid; gap: 22px; grid-template-columns: 1fr; }
.llf-card {
  background: var(--llf-paper); border: 1px solid rgba(47, 74, 58, .1); border-radius: var(--llf-radius);
  padding: 30px 28px; box-shadow: 0 10px 30px -24px rgba(36, 58, 45, .6);
  transition: transform .25s ease, box-shadow .25s ease;
}
.llf-card:hover { transform: translateY(-5px); box-shadow: 0 22px 40px -26px rgba(36, 58, 45, .7); }
.llf-card__tag {
  display: inline-block; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--llf-forest); background: var(--llf-sage-soft); padding: 5px 12px; border-radius: 999px; margin-bottom: 16px;
}
.llf-card__title { font-size: 1.4rem; color: var(--llf-forest); margin-bottom: 10px; }
.llf-card__text { color: var(--llf-muted); margin: 0; }

/* ---------- Setting ---------- */
.llf-setting { background: var(--llf-cream-warm); }
.llf-setting__grid { display: grid; gap: clamp(34px, 6vw, 60px); grid-template-columns: 1fr; align-items: center; }
.llf-setting__copy p { color: var(--llf-muted); margin: 0 0 16px; }
.llf-setting__copy .llf-band__title { margin-bottom: 20px; }
.llf-facts { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 0; padding: 0; }
.llf-fact {
  background: var(--llf-paper); border: 1px solid rgba(47, 74, 58, .12); border-radius: 12px; padding: 12px 18px; min-width: 130px;
}
.llf-fact__k { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--llf-sage); font-weight: 700; }
.llf-fact__v { display: block; font-family: "Lora", serif; font-size: 1.12rem; color: var(--llf-forest); }
.llf-scene { width: 100%; height: auto; border-radius: 18px; box-shadow: var(--llf-shadow); display: block; }
.llf-scene__sky { fill: #cfe0e8; }
.llf-scene__sun { fill: #eec59a; }
.llf-scene__hillA { fill: var(--llf-sage); }
.llf-scene__hillB { fill: var(--llf-forest); }
.llf-scene__pines path { fill: var(--llf-forest-deep); }
.llf-scene__lodge { fill: var(--llf-terracotta); }
.llf-scene__door { fill: var(--llf-forest-deep); }

/* ---------- Stay steps ---------- */
.llf-stay { background: var(--llf-forest); color: var(--llf-cream); }
.llf-stay .llf-band__title { color: var(--llf-cream); }
.llf-stay .llf-band__intro { color: rgba(246, 241, 230, .8); }
.llf-stay .llf-eyebrow--dark { color: #a9c6a4; }
.llf-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; grid-template-columns: 1fr; counter-reset: none; }
.llf-step {
  background: rgba(246, 241, 230, .06); border: 1px solid rgba(246, 241, 230, .16);
  border-radius: var(--llf-radius); padding: 28px 26px;
}
.llf-step__num { font-family: "Lora", serif; font-size: 1.6rem; color: #e7b499; display: block; margin-bottom: 10px; }
.llf-step__title { font-size: 1.28rem; color: var(--llf-cream); margin-bottom: 8px; }
.llf-step__text { color: rgba(246, 241, 230, .82); margin: 0; }

/* ---------- Contact ---------- */
.llf-contact { background: var(--llf-terracotta); color: #fff; text-align: center; }
.llf-contact .llf-eyebrow { color: rgba(255, 255, 255, .82); }
.llf-contact .llf-band__title { color: #fff; }
.llf-contact__inner { max-width: 640px; margin: 0 auto; }
.llf-contact__lede { font-size: 1.1rem; color: rgba(255, 255, 255, .92); margin: 18px 0 28px; }
.llf-contact .llf-btn--solid { background: var(--llf-forest); box-shadow: 0 16px 34px -20px rgba(0, 0, 0, .6); }
.llf-contact .llf-btn--solid:hover { background: var(--llf-forest-deep); }
.llf-contact__note { font-size: .95rem; color: rgba(255, 255, 255, .82); margin: 20px 0 0; }

/* ---------- Footer ---------- */
.llf-footer { background: var(--llf-forest-deep); color: rgba(246, 241, 230, .82); padding: clamp(48px, 7vw, 72px) 0 0; }
.llf-footer__inner { display: grid; gap: 30px; grid-template-columns: 1fr; padding-bottom: 34px; }
.llf-footer__tag { max-width: 320px; margin: 12px 0 0; }
.llf-footer__org { font-style: normal; line-height: 1.85; font-size: .96rem; }
.llf-footer__label { display: block; font-family: "Lora", serif; font-size: 1.05rem; color: var(--llf-cream); margin-bottom: 4px; }
.llf-footer__mail { color: #e7b499; font-weight: 700; text-decoration: none; }
.llf-footer__mail:hover { text-decoration: underline; }
.llf-footer__base { border-top: 1px solid rgba(246, 241, 230, .14); padding-top: 20px; padding-bottom: 26px; }
.llf-footer__base p { margin: 0; font-size: .86rem; color: rgba(246, 241, 230, .6); }

/* ---------- Reveal animation ---------- */
[data-llf-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-llf-reveal].llf-in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (min-width: 640px) {
  .llf-cards { grid-template-columns: repeat(2, 1fr); }
  .llf-steps { grid-template-columns: repeat(3, 1fr); }
  .llf-footer__inner { grid-template-columns: 1.1fr 1fr; }
}
@media (min-width: 900px) {
  .llf-cards { grid-template-columns: repeat(3, 1fr); }
  .llf-setting__grid { grid-template-columns: 1.05fr .95fr; }
}

@media (max-width: 760px) {
  .llf-nav-toggle { display: flex; }
  .llf-nav {
    position: absolute; top: 66px; left: 0; right: 0;
    background: var(--llf-cream); border-bottom: 1px solid rgba(47, 74, 58, .14);
    max-height: 0; overflow: hidden; transition: max-height .32s ease;
    box-shadow: 0 18px 30px -24px rgba(36, 58, 45, .7);
  }
  .llf-nav.llf-nav--open { max-height: 320px; }
  .llf-nav__list { flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0; }
  .llf-nav__list li { padding: 0 clamp(20px, 5vw, 48px); }
  .llf-nav__link { display: block; padding: 14px 2px; border-bottom: 1px solid rgba(47, 74, 58, .08); }
  .llf-nav__link--cta { text-align: center; margin: 10px 0; }
  .llf-nav__link--cta { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-llf-reveal] { opacity: 1; transform: none; transition: none; }
  .llf-card:hover, .llf-btn:hover { transform: none; }
}
